@charset "UTF-8";



/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*Removes underline and color from links*/
a { color: inherit; text-decoration: none; outline: none;}


body {
	background: url('../img/bg.gif') repeat top left;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #7e7572;
}

p {
	margin: 12px 0;
}

a {
	color: #fff;
	/*border-bottom: 1px solid #4d4542;*/
}

a:hover {
	color: #25aaf9;
	/*border-bottom: 1px solid #fff;*/
}

em {
	font-style: italic;
}

ol {
	list-style: decimal inside;
	font-size: 14px;
	line-height: 21px;
	margin: 12px;
}

blockquote {
	font-size: 14px;
	line-height: 21px;
	margin: 12px;
}

.left {
	float: left;
	clear: left;
	text-align: left;
}

.right {
	float: right;
	clear: right;
	text-align: right;
}

	div.left, div.right {
		clear: none;
	}

.full  {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.onecol {
	width: 280px;
}

.twocol {
	width: 520px;
}

.halfpage {
	width: 380px;
}

	.story img.halfpage {
		margin: 10px 25px 0 0;
	}

.clear {
	clear: both;
}

.last {
	margin-right: 0;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#footer {
	width: 820px;
	clear: both;
/*	border-top: 1px solid #413a37;*/
}

	#footer p{
		font-size: 14px;
		text-align: center;
		line-height: 14px;
		text-shadow: 1px 1px #000;
	}

#main {
	padding-bottom: 30px;
	float: left;
}

h1#logo a {
	background: url(../img/logo.png) no-repeat top left;
	display: block;
	font-size: 30px;
	color: #fff;
	text-shadow: #000 2px 2px;
	margin-top: 25px;
	padding: 16px 0 15px 60px;
	border: 0;
	font-weight: 500;
	width: 400px;
	text-shadow: 2px 2px 2px #000;
}

h1#logo a:hover {
	background-position: 0 -50px;

}

#header {
	width: 760px;
	background-color: #2b2422;
	padding: 30px 40px;
	margin: 20px 0 0px 0;
	float: left;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	h2#title {
		font-size: 36px;
		line-height: 50px;
		text-align: center;
		font-weight: normal;
		text-shadow: #000 2px 2px;
	}
	
		h2#title a {
			color: #7e7572;
		}
		
		h2#title a:hover {
			color: #fff;
		}

	ul#timeline {
		width: 620px;
		margin: 20px auto;
	}
	
		ul#timeline.full {
			width: 535px;
		}
	
	ul#timeline li {
		display: block;
		float: left;
		margin: 0 15px 15px 15px;
		padding: 15px 0;
		text-align: center;	
		background: #372f2d;
		opacity:0.3;
		filter:alpha(opacity=30);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		width: 50px;
		border:  1px solid #4d4542;
	}
	
		ul#timeline li.project {
			width: 30px;
			height: 30px;
			padding: 0;
			margin: 0 10px 10px 10px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			font-size: 12px;
			line-height: 12px;
		}
		
		ul#timeline li.open {
			opacity:1.0;
			filter:alpha(opacity=100);
		}
	
	ul#timeline.full li {
		margin: 0 30px 15px 30px;
		padding: 30px 0;
		width: 115px;
		font-size: 24px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
		ul#timeline li.selected {
			background: #25aaf9;
			border: 1px solid #bae4fc;
		}
		
		
	
		ul#timeline.full li.last {
			margin-right: 0px;
		}

		ul#timeline li a {
			font-size: 20px;
			color: #7e7572;	
			text-shadow: #000 2px 2px;	
		}
				ul#timeline li.selected a {
					color: #fff;
				}
				
				ul#timeline.full li a {
					font-size: 40px;
				}
				

		ul#timeline li._06, ul#timeline li._07, ul#timeline li._08, ul#timeline li._09, ul#timeline li._10 {
			display:none;
		}
		


ul#grid {
	clear: both;
	width: 820px;
	margin-top: 40px;
	border: 10px solid #2b2422;
	background-color: #2b2422;
	float: left;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	ul#grid li {
		float: left;
		width: 160px;
		height: 100px;
		background-color: #332a27;
		margin: 2px;
	}
	
	ul#grid li a img {
		opacity:0.20;
		filter:alpha(opacity=20);
	}


#stories {
	width: 790px;
	margin: 40px 0 0 0;
	padding: 10px 25px;
	background-color: #2b2422;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	float: left;
	position: relative;
}

	a#back {
		position: absolute;
		right: 20px;
		top: 10px;
		font-weight: 500;
		font-size: 14px;
		color:  #7e7572;
	}
	
		a#back:hover {
			color: #fff;
		}

	#stories .story {
		display: none;
		float: left;
		font-size: 16px;
		line-height: 26px;
		text-shadow: #000 1px 1px;
	}

	#stories p {

	}

	#stories a {
		text-shadow: #000 2px 2px;
	}
	
	#stories .story p.caption {
		font-size: 12px;
		font-style: italic;
		margin: 0 0 12px 0;
	}
		
		.story p.right {

		}
	
	.story h3 {
		font-size: 24px;
		line-height: 36px;
		margin-top: 12px;
		color: #fff;
		font-weight: 500;
		text-shadow: #000 2px 2px;
	}
	
	.story img {
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,1);
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,1);
		box-shadow: 1px 1px 1px rgba(0,0,0,1);
		margin: 5px 15px 0 0;
	}
	
		.story img.left {
			margin: 5px 20px 0 0;
		}
		
		.story img.right {
			margin: 5px 0 0 20px;	
		}
		
		.story img.full {
			margin: 12px 0 0 0;
		}
	
		.story img.last {
			margin-right: 0;
		}
		
		.story img.stacked {
			margin-bottom: 5px;
		}
		
		.story img.small {
			margin: 6px 2px 0 0;
		}
		
		/* Book Data */
		#story_09_1 img.left {
			margin-top: 20px;
			margin-right: 20px;
		}

		


	img.title {
		margin: 15px 0 8px 0;

	}



#dropdown-wrap {
	background: #25aaf9 url(../img/dropdown.gif) repeat-x bottom left;
}

#dropdown {
	width: 830px;
	margin: 0 auto;
	padding: 4px 0;
	position: relative;
	/*display: none;*/
}	

	#dropdown .content {
		padding: 10px 0;
		display: none;
	}

	#dropdown p {
		color: #393230;
		font-size: 14px;
		line-height: 21px;
		font-weight: 500;
	}
	
	#dropdown a {
		color: #bae4fc;
		border-bottom: 1px solid #5bbffa;
		text-shadow: rgba(0,0,0, .25) 1px 1px;
		font-weight: 700;
	}
	
	#dropdown a:hover {
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	
	#dropdown h3 {
	/*	text-indent: -9999px;*/
		color: #393230;
		font-size: 28px;
		margin: 10px 0 20px 0;
		text-shadow: #bae4fc 1px 1px;
	}
	
	#dropdown img#me {
		border: 8px solid #5bbffa;
		float: left;
		margin: 6px 12px 0 0;
	}
	
		#dropdown-tab {
			position: absolute;
			right: -20px;
			bottom: -30px;
		}
	
		#dropdown-tab a {
			width: 99px; height: 38px;
			color: #393230;
			font-size: 14px;
			font-weight: 700;
			text-align: center;
			line-height: 38px;
			text-shadow: none;
			/*background: url(../img/dropdown-tab.gif) no-repeat bottom left;
			text-indent: -9999px;*/
			display: block;
			border: 0;
			background: #25aaf9;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			
		}
		
		#dropdown-tab a.open {
			background-position: 0 0;
			color: #fff;
			
		}
		
		#dropdown-tab a:hover {
			border: 0;
		}

	#about {
		width: 370px;
		padding-right: 30px;
		float: left;
	}
	
		#about h3 {
		/*	width: 189px; height: 26px;
			background: url(../img/h3-about.gif) no-repeat top left;*/
		}
	
	#contact {
		width: 400px;
		float: right;
	}
	
		#contact h3 {
		/*	width: 174px; height: 22px;
			background: url(../img/h3-contact.gif) no-repeat 10px 0;*/
			padding-left: 10px;
		}
		
		#contact p {
			padding-left: 10px;
		}
		

fieldset {
	margin-top: 0;
}
label {
	display: block;
	color: #2b2422;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 6px;
	text-shadow: rgba(186, 228, 252, .75) 1px 1px;
}

input, textarea {
	background-color: #413a37;
	border: 1px solid #2b2422;
	padding: 6px;
	font-size: 14px;
	color: #fff;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input {
	width: 200px;
}

input.btn_submit {
	width: auto;
	padding: 10px;
	text-shadow: #000 1px 1px;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	width: 350px;
	height: 100px;
}

form p {
	padding: 10px 0;
	margin-top: 6px;
	margin-bottom: 0;
}

form p.sel {
	background-color: #5bbffa;
}


.typekit-badge {
	display: none;
}

