body {
	background: rgb(227,225,223);
	color: rgb(50,45,40);
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 1.385;
}

#container {
	position: relative;
	margin: 50px auto;
	min-width: 600px;
	width: 80%;
	max-width: 1200px;
	border-bottom: 1px solid rgb(50,45,40);
}

#container > * {
	clear: both;
} #container > *:nth-child(odd) {
	float: right;
	margin-right: 50%;
} #container > *:nth-child(even) {
	float: left;
	margin-left: 50%;
} #container > *:last-child {
	margin-bottom: 50px;
}

footer {
	display: none;
	position: relative;
	margin: 0 auto;
	min-width: 600px;
	width: 80%;
	max-width: 1200px;
}

#chips {
	margin: 0;
	padding: 0;
	list-style: none;
}

#chips li {
	float: left;
	width: 3px; height: 5px;
}


/* BLOCKS */

header,
	article {
		min-width: 300px;
		width: 33.33%;
		max-width: 50%;
		background: white;
		-webkit-transition: all 333ms ease;
}

	header {
		min-width: 0;
		width: auto;
	}

	.image {
		width: 300px;
		height: 300px;
	} .image.illustration {
		width: auto;
		height: auto;
		min-width: 0;
		background:transparent;
	}
	
	.text {
		width: 50%;
	}
	
	.list { }


/* CONTENT STYLES */

h1 {
	margin: 8px 13px;
	font-family: 'Leviathan A', 'Leviathan B', sans-serif;
	font-weight: 800;
	font-style: italic;
	font-size: 32px;
	line-height: 1em;
	text-shadow: 0 2px rgba(0,0,0,.2);
}

a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgb(71,164,215);
} a:hover {
	border-bottom-color: rgb(29,55,197) !important;
} a[href="javascript:;"] {
	border-bottom-style: none;
}

.text p {
	margin: 18px 15px;
	font-family: 'Surveyor SSm A', 'Surveyor SSm B';
	font-weight: 300;
	font-style: normal;
}

.image img {
	float: left;
	clear: none;
} #portrait img {
	margin-top: -50px;
} .image.illustration img {
	width: 100%;
}

.list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
}

.list p:first-child {
	margin: 4px 0 0 0;
	padding: 12px 13px 12px 0;
	background: rgb(227,225,223);
	font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
	font-weight: 700;
	font-style: normal;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 16px;
	line-height: 16px;
	box-shadow: 0 3px 5px rgba(0,0,0,.1)
}

.list li {
	padding: 10px 13px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgb(156,153,150);
	position: relative;
} .list li:last-child {
	border-bottom: none;
} #social li {
	padding-left: 52px;
} 


.widget {
	position: absolute;
	left: 6px; top: 0;
	width: 40px; height: 40px;
} .linkedin .widget {
	background: left top no-repeat url(../assets/linkedin.png);
} .twitter .widget {
	background: left top no-repeat url(../assets/twitter.png);
} html.mask .widget {
	background: rgb(55, 50, 45); 
} html.mask .list li:hover .widget {
	background: rgb(29,55,197);
} html.mask .linkedin .widget {
	-webkit-mask-image: url(../assets/linkedin.png);
} html.mask .twitter .widget {
	-webkit-mask-image: url(../assets/twitter.png);
}


/* COLORS */

.pink {
	background:rgb(247,88,187);
}

	.pink li, .pink a {
		border-bottom-color:rgb(245,40,47);
	}
	
	html.mask .pink .widget {
		background:rgb(245,40,47);
	}
	
	.pink.list p:first-child {
		color:rgb(247,88,187);
	}
	
.brick {
	background:rgb(220,71,0);
	color:white;
}

	.brick li, .brick a {
		border-bottom-color:rgb(245,125,10);
	}
	
	html.mask .brick .widget {
		background:rgb(245,125,10);
	}
	
	.brick.list p:first-child {
		color:rgb(220,71,0);
	}
	
.marigold {
	background:rgb(249,172,40);
	color:rgb(50,45,40);
}

	.marigold li, .marigold a {
		border-bottom-color:rgb(245,125,10);
	}
	
	html.mask .marigold .widget {
		background:rgb(245,125,10);
	}
	
	.marigold.list p:first-child {
		color:rgb(249,172,40);
	}
	
.kelly {
	background:rgb(41,180,115);
}

	.kelly li, .kelly a {
		border-bottom-color:rgb(28,214,83);
	}
	
	html.mask .kelly .widget {
		background:rgb(28,214,83);
	}
	
	.kelly.list p:first-child {
		color:rgb(41,180,115);
	}

.cornflower {
	background:rgb(71,164,215);
}

	.cornflower li, .cornflower a {
		border-bottom-color:rgb(29,55,197);
	} .cornflower a:hover {
		border-bottom-color:black !important;
	}
	
	html.mask .cornflower .widget {
		background: rgb(29,55,197);
	}
	
	.cornflower.list p:first-child {
		color:rgb(71,164,215);
	}

.phthalo {
	background:rgb(43,56,143);
	color:rgb(227,225,223);
}

	header.phthalo {
		color: white;
	}

	.phthalo li, .phthalo a {
		border-bottom-color:black;
	} .phthalo a:hover {
		border-bottom-color:rgb(71,164,215);
	}
	
	html.mask .phthalo .widget {
		background: black;
	}
	
	.phthalo.list p:first-child {
		color:rgb(43,56,143);
	}

@media screen and (max-width: 640px) {

	#container {
		min-width: 300px;
		width: 300px;
	}
	
	#container > * {
		clear: both;
	} #container > *:nth-child(odd),
		#container > *:nth-child(even) {
			float: left;
			margin: 0 0 27px 0;
	}
	
	header,
		article {
			width: 100%;
	} .image.illustration {
		width: 300px;
		max-width: none;
		text-align: center;
	}
		
		.text {
			width: 100%;
		}
		
		.image.illustration img {
			width: auto;
			max-width: 100%;
			float: none;
			margin: 0 auto;
		}
		
	.list p:first-child {
		padding: 12px 13px;
	}

}