/*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: 114em;
	height: 33em;
	margin: 0 auto;
	/*background: url(images/static.png) top left repeat;*/
	position: relative;
}
	#containerbg {
		position: absolute;
		top: 0;
		left: 0;
		width: 114em;
		height: 33em;
		z-index: 1;
	}
	#header {
		float: left;
		margin: 14.5em 0 9em 0;
		width: 24.5em;
		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: 114em;
		padding: 0 0 10em 0;
		float: left;
		clear: both;
	}	
		#content h1 {
		    clear: both;
		    width: 5em;
		    margin: 0 auto 4em auto;
			background: #4f9388;
			color: #372A35;
			padding: 1.25em 0;
			font-size: 1.4em;
			text-align: center;
			font-family: georgia, serif;
			font-weight: bold;			
			-webkit-border-radius: 5em;
			-moz-border-radius: 5em;
			border-radius: 5em;
			-webkit-transition-property: box-shadow, background;
		    -webkit-transition-duration: 250ms;
		}
		#content h1:hover {
			background: #FFF;
			-moz-box-shadow: 0 0 15px 0 #FFF;
			-webkit-box-shadow: 0 0 15px 0 #FFF;
			box-shadow: 0 0 15px 0 #FFF;
		}
		#content p {
			width: 36em;
			font-size: 1.1em;
			line-height: 1.6em;
			margin-bottom: 1.6em;
		}
			#content p em {
				font-style: italic;
			}
			#content p.intro,
			#content p.final {
				float: left;
				padding: 1em;
				clear: both;
				background: #4a3f48; 
				margin-top: 6em;
				width: 32em;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
			}
			#content p.intro {
				margin-top: 0 !important;
				margin-bottom: 6em;
				float: left;
				margin-right: 4em;
				clear: none;
				min-height: 10em;
			}
		#content a {
			color: #E7AD14;
			text-decoration: none;
		
		}
			#content a:hover {
				text-decoration: underline;
			}
		#content .project {
			width: 114em;
			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: 36em;
				height: 33em;
				overflow: hidden;
				float: left;
				margin-right: 6em;			
			}
				#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 a {
					float: left;
					display: block;
					background-color: #E7AD14;	
					margin: 0 0 0 0.7em;	
				}
				#content .project .thumbs img {
					width: 35.3em;
					height: 33em;
					float: left;
					-webkit-transition-property: opacity;
				    -webkit-transition-duration: 350ms;
				}
					#content .project .thumbs a:hover img {
						opacity: 0.6;
					}
			#content .project .controls {
				width: 100%;
				height: 3em;
				float: left;
			}
				#content .project .controls ul {
					margin: 0.7em 0 0 0;
					float: right;
				}
					#content .project .controls ul li {
						width: 5.3em;
						height: 1.4em;
						float: left;
						margin: 0;				
					}
					#content .project .controls ul li.thumbstate {
						width: 10em;
						padding: 2px 1em 0 1em;
						background: #4a3f48;
						-webkit-border-radius: 2px;
						-moz-border-radius: 2px;
						border-radius: 2px;
					}
						#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;
							}
