/* base */
body {
	background: #fff url('/img/bg_woody.jpg') repeat fixed;
}
h1, h2, h3 {
	font-family: 'BonvenoCFLight', arial, sans-serif;
	color: #333;
	padding-left: 5px;
	line-height: 1.2em;
}
h2 {
	font-size: 2.3em;
	background: url('/img/bg_bullet2.png') no-repeat top left;
}
h3 {
	font-size: 1.5em;
	background: url('/img/bg_bullet_smaller.png') no-repeat top left;
}
a {
	text-decoration: none;
	color: #993300;
}
a:hover {
	color: #996633;
}
#page {
	max-width: 960px;
	overflow: hidden;
	margin: 0 auto;
	background: url('/img/bg_white50.png');
}

/* layout 8x120 || 16x60 = 960 */
header {
	float: left;
	width: 100%; /* 960 / 960 = 1 */
	background: url('/img/bg_blue50.png');
	padding: 10px;
}
#logo {
	float: left;
	width: 43.75%; /* 420 (7*60) / 960 = 0.4375 */
}
#logo img {
	float: left;
	max-width: 100%;
}
nav {
	float: right;
	width: 50%; /* 480 (8*60) / 960 = 0.50 */
	text-align: right;
	margin: 0px 20px 0 0;
}
#tagline {
	width: 100%;
	clear: both;
	text-align: center;
	line-height: 1.4em;
}
#content {
	clear: both;
	margin: 30px 40px 0 40px;
}
#article {
	float: left;
	width: 50%; /* 480 / 960 = 0.5 */
}
#side {
	float: right;
	width: 50%; /* 480 / 960 = 0.5 */
}
#side.photo {
	text-align: center;
}
#side.photo img {
	border: 1px solid #666;
	max-width: 100%;
}
#side.photo p {
	margin-top: 5px;
}
footer {
	width: 100%;
	background: url('/img/bg_blue50.png');
	margin-top: 20px;
	text-align: center;
	font-size: .9em;
}
footer ul {
	padding: 10px;
}
footer ul li {
	text-transform: uppercase;
	display: inline;
}
.main ul {
	margin-right: 20px;
}
.main ul li p {
	padding: 10px 10px 15px 5px;
}

/* social networking buttons */
#social {
	width: 100%;
	margin: 20px 10px 10px 40px;
}
#social li {
	display: inline;
}
#social a img {
	opacity: .7;
}
#social a:hover img, #social a:focus img {
	opacity: 1;
}

/* type, positioning, etc. */
p, li, .vcard {
	font-family: 'CantarellRegular', arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
#tagline h3 {
	background: url('/img/bg_white30.png');
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	padding: 7px 5px;
}
#tagline h3 strong {
	text-transform: uppercase;
	color: #996633;
	font-weight: bold;
}
nav ul li {
	font-family: 'BonvenoCFLight', arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	display: inline;
	margin-left: 20px;
}
nav ul li a, footer ul li a {
	color: #333;
	text-decoration: none;
}
nav ul li a:hover, footer ul li a:hover {
	color: #ccc;
}
nav a.active, footer a.active {
	color: #ccc;
}

/* work/project list */
div.projects {
	float: left;
}
div.projects h3, ul#project li h3 {
	background: url('/img/bg_blue30.png');
	padding: 5px;
}
div.projects p {
	padding: 10px 5px 10px 5px;
	line-height: 1.1em;
	background: url('/img/bg_white40.png');
}
div.projects ul {
	margin: 10px 0;
}
div.projects ul li {
	float: left;
	width: 120px;
	height: 160px;
	margin: 0 .9% 2% .9%;
	padding: 5px;
	text-align: center;
}
div.projects ul li:hover, div.projects ul li:focus {
	background: url('/img/bg_blue30.png');
}
div.projects ul li p {
	font-size: .9em;
	margin: 0;
	padding: 0;
	background: none;
}
div.projects ul li a {
	text-decoration: none;
	color: #000;
}

ul#project li ul {
	margin: 10px 5px 10px 0;
}
ul#project li ul li {
	margin: 2px 0;
}
p.back {
	text-align: center;
}
p.back a img {
	opacity: .7;
}
p.back a:hover img, p.back a:hover img {
	opacity: 1;
}

/* contact */
#side.intro img {
	float: left;
	border: 1px solid #666;
	margin: 0 20px 5px 20px;
}
#side.intro h3 {
	background: none;
}
#side.intro p {
	margin-bottom: 10px;
}
.who {
	text-align: center;
}
div.vcard {
	margin-top: 10px;
}
div.adr {
	padding: 0 0 10px 5px;
}
.main ul li div.adr p {
	padding: 0 0 3px 0;
}

/* be responsive-able! */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 650px)  {
	#tagline h3 {
		font-size: .9em;
		padding: 5px 10px;
	}
	nav ul li {
		display: list-item;
		margin-bottom: 4px;
	}
	#content {
		margin: 20px 10px 0 10px;
	}
	#content p {
		font-size: .9em;
	}
	#article {
		width: 100%;
	}
	.main ul li h2 {
		font-size: 1.6em;
	}
	.main ul li h3 {
		font-size: 1.3em;
		line-height: 1.3em;
	}
	#side {
		float: none;
		width: auto;
		display: none;
	}
	#social {
		margin: 20px 0 0 15px;
	}
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px) {
	header {
		padding: 10px 0 7px 0;
	}
	#logo {
		width: 69%;
	}
	nav {
		width: 25%;
		font-size: .8em;
	}
	footer {
		font-size: .8em;
	}
}

@font-face {
	font-family: 'BonvenoCFLight';
	src: url('/fonts/BonvenoCF-Light-webfont.eot');
	src: local('☺'), url('/fonts/BonvenoCF-Light-webfont.woff') format('woff'), url('/fonts/BonvenoCF-Light-webfont.ttf') format('truetype'), url('/fonts/BonvenoCF-Light-webfont.svg#webfont6de6LVW5') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CantarellRegular';
	src: url('/fonts/Cantarell-Regular-webfont.eot');
	src: local('☺'), url('/fonts/Cantarell-Regular-webfont.woff') format('woff'), url('/fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('/fonts/Cantarell-Regular-webfont.svg#webfontEZowxjcD') format('svg');
	font-weight: normal;
	font-style: normal;
}

.cleared:after {
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	height: 0;
}
*:first-child+html .cleared {
	zoom: 1;
	min-height: 1px;
} /* IE7 */

