/*yui reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/*end yui reset*/

body {
	background: #372a35 url(images/bg-tile.png) top left repeat-x;
	color: #a599a4;
	font: 62.5% "Lucida Sans", Arial, sans-serif;
	overflow: -moz-scrollbars-vertical;
}
.clear {
	clear: both;
}
#container {
	width: 96em;
	height: 33em;
	margin: 0 auto;
	/*background: url(images/static.png) top left repeat;*/
	position: relative;
}
	#containerbg {
		position: absolute;
		top: 0;
		left: 0;
		width: 96em;
		height: 33em;
		z-index: 1;
	}
	#header {
		float: left;
		margin: 14.5em 0 9em 0;
		width: 24em;
		height: 9.5em;
		z-index: 10;
		position: relative;
	}
	#navigation {
		float: left;
		clear: both;
		width: 100%;
		margin: 0 0 3em 0;
	}
	#navigation li {
		float: left;
		width: 12em;
		height: 4.4em;
		padding: 1.6em 0 0 0;
	}
		#navigation li a {
			display: block;
			margin-left: 0.7em;
			height: 1.8em;			
			overflow: hidden;
			position: relative;
		}
			#navigation li a img {
				height: 5.4em; 
				position: absolute;
			}
			#navigation li a:hover img 	{ top: -1.8em; }
			#navigation li.on a img 	{ top: -3.6em; }
			#navigation li.work a,
			#navigation li.work a img	{ width: 5.6em; margin: 0; }
			#navigation li.resume a,
			#navigation li.resume a img	{ width: 7.7em; }
			#navigation li.blog a,
			#navigation li.blog a img 	{ width: 4.5em; }
	#content {
		width: 96em;
		padding: 0 0 10em 0;
		float: left;
		clear: both;
	}
		#content p {
			width: 48em;
			font-size: 1.1em;
			line-height: 1.6em;
			margin-bottom: 1.6em;
		}
			#content p.final {
				float: left;
				padding: 0.9em;
				clear: both;
				background: #4a3f48; 
				margin-top: 6em;
			}
		#content a {
			color: #E7AD14;
			text-decoration: none;
		}
			#content a:hover {
				text-decoration: underline;
			}
		#content .project {
			width: 96em;
			height: 42em;
			float: left;
			clear: both;
			overflow: hidden;
			margin-bottom: 6em;
		}
			#content .project .title {
				width: 100%;
				height: 6em;
				float: left;
				clear: both;
			}
				#content .project .title h2 {
					font-size: 1.2em;
					color: #a599a4;
				} 
					#content .project .title h2 a {
						color: #a599a4;
						text-decoration: none;
					}
					#content .project .title h2 a:hover {
						text-decoration: underline;
					}
				#content .project .title h3 {
					font-size: 1.8em;
					font-weight: bold;
					color: #fff;
				}
			#content .project .info {
				width: 24em;
				height: 33em;
				overflow: hidden;
				float: left;			
			}
				#content .project .info p {
					width: 100%;
					font-size: 1.1em;
					line-height: 1.6em;
					margin-bottom: 1.6em;
				}
				#content .project .info p.categories {
					font-size: 0.9em;
					line-height: 1.8em;
					margin-bottom: 1.8em;
					text-transform: uppercase;
					color: #4f9388;
				}
			#content .project .thumbs {
				width: 72em;
				height: 33em;
				overflow: hidden;
				float: left;		
			}
				#content .project .thumbs img {
					width: 35.3em;
					height: 33em;
					float: left;
					margin: 0 0 0 0.7em;
				}
			#content .project .controls {
				width: 96em;
				height: 3em;
				float: left;
			}
				#content .project .controls ul {
					
					margin: 0.7em 0 0 0;
					float: right;
					background: #CCC;
				}
					#content .project .controls ul li {
						width: 5.3em;
						height: 1.4em;
						float: left;
						margin: 0;				
					}
					#content .project .controls ul li.thumbstate {
						width: 12em;
						height: 1.4em;
						background: #4a3f48;
					}
						#content .project .controls ul li a {
							display: block;
							width: 5.3em;
							height: 1.4em;
							position: relative;
							overflow: hidden;
						}
							#content .project .controls ul li a img {
								position: absolute;
								width: 5.3em;
								height: 4.2em;
								top: -2.8em;
							}
							#content .project .controls ul li a:hover img {
								top: -1.4em;
							}