/* @override http://adamstoddard.com/themes/v9/css/screen.css */

/*
/////////////////////////////////////////////////
// CSS coded by Adam Stoddard
// http://adamstoddard.com
/////////////////////////////////////////////////
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	color: #fff;
	text-align: left;
	font: 100%/1.125em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #232323;
	text-rendering: optimizeLegibility;
}

/* @group grids */

#content-inner >.line:last-child {
	padding-bottom: 40px;
}
.line:after,.lastUnit:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.line{*zoom:1;}
.unit{float:left;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.4%;}
@-moz-document url-prefix() { .size1of3 { width:33.33333%; } }
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{display:table-cell;float:none;width:auto;*display:block;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}


/* @end */

/* @group structures */

#nav-outer {
	width: 100%;
	background-color: rgb(35, 35, 35);
	height: 40px;
	position: fixed;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

#nav-inner {
	width: 900px;
	margin: 0 auto 0 0;
	padding: 0;
}

#content-outer {
	width: 100%;
	background-color: #eef1f1;
}

#content-inner {
	width: 900px;
	min-height: 600px;
	margin: 0 auto 0 20px;
	background-image: url(../img/diag.gif);
}

#foot-outer {
	width: 100%;
}

#foot-inner {
	width: 900px;
	margin: 0 0 10px 20px;
}



/* @end */

/* @group typography */

h1 {
	line-height: .85;
	text-transform: uppercase;
	font-size: 7em;
	color: #434d4f;
	background-color: #eef1f1;
	padding: 84px 0 0;
	margin: 0 0 8px;
}

h1 strong {
	font-size: 1.5em;
}

.unit h1 {
	padding-left: 18px;
}

h1 span {
	color: #fff;
}

h2 {
	font-weight: 300;
	line-height: 1.25;
	background-color: #eef1f1;
	color: #5b3b5b;
	font-style: normal;
	font-size: 2em;
	border-bottom: 1px dashed #ccc;
	margin: 36px 0 18px 120px;
	padding: 9px 0 0;
	text-shadow: #fff 0px 1px 1px;
}

h3 {
	line-height: 1;
	font-size: 1.5em;
	font-weight: 300;
	padding: 0;
	margin: 0 0 9px 102px;
	color: #6c476d;
}

h3 span {
	background-color: #5b3b5b;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: 0px 1px 2px #fff;
	-moz-box-shadow: 0px 1px 2px #fff;
	box-shadow: 0px 1px 2px #fff;
	padding: 4px 13px 5px 12px;
	margin-top: 9px;
	display: inline-block;
	color: #eef1f1;
	font-size: .75em;
	margin-left: -12px;
}

h4 {
	font-size: 1.125em;
	font-weight: 900;
	line-height: 1;
	color: #a2bbc0;
	padding: 0;
	margin: 18px 0 9px 120px;
	text-transform: uppercase;
}

h5 {
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	color: #563856;
	padding: 0;
	margin: 0 0 0 120px;
}

h6 {
	line-height: 1;
	font-size: .875em;
	color: #999;
	font-style: italic;
	font-weight: 300;
	padding: 0;
	margin: 0 0 0 120px;
}

p {
	font-size: 1em;
	line-height: 1.5;
	padding: 0 18px 0 0;
	margin: 0 0 18px;
	color: #666;
	font-weight: 300;
	background-color: #eef1f1;
}

.caption {
	background-color: #fff;
	margin: 9px 0 -1px;
	padding: 0;
	font-style: italic;
	font-size: .875em;
}

.note {
	font-size: .75em;
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 12px;
}

.outset {
	margin-left: 0;
}

.outset li {
	margin-left: 1.25em;
	padding-left: 0;
}

.important {
	font-size: 1.25em;
}

strong {
	font-weight: 700;
}

blockquote {
	line-height: 1.5;
	padding: 0;
	margin: 0 160px 18px 18px;
	color: #a2bbc0;
	font-size: 1.25em;
	font-style: italic;
	font-weight: 100;
	border-right: 1px solid #fff;
}

#foot-inner p {
	padding: 3px 10px 2px;
	color: #232323;
	background-color: #3b3b3b;
	display: inline-block;
	font-style: italic;
	font-size: .75em;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: 12px 0 18px;
}

a {
	color: rgb(91, 59, 91);
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a:hover {
	background-color: #563856;
	color: #eef1f1;
}

.masthead {
	font-size: .75em;
	font-style: italic;
	float: right;
	padding: 10px 0 10px 10px;
	background-color: transparent;
}

.sub-head {
	color: #5B5B5B;
	line-height: 1.25;
	margin: -8px 0 48px;
	font-size: 1.25em;
	background-color: #eef1f1;
	padding: 0 0 6px 118px;
}

ul, ol {
	padding: 0;
	color: #666;
	margin: 0 0 18px;
}

li {
	background-color: #eef1f1;
	padding: 2px;
	margin-left: 120px;
	font-size: .875em;
	line-height: 1.5;
}

ul li {
	list-style-type: circle;
}



/* @end */

/* @group navigation */

#nav {
	background-color: #5B3B5B;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	line-height: inherit;
	font-size: inherit;
}

#nav li a {
	display: block;
	text-decoration: none;
	background-color: #5B3B5B;
	color: #e5e5e5;
	padding: 11px 12px 10px;
	font-weight: 400;
	text-shadow: #000 0px -1px 0px;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.75em;
	letter-spacing: 1px;
	border-style: none;
}

#nav > li:last-child a {
	padding-right: 14px;
}

#nav li a:hover, #nav li.current a {
	background-color: #232323;
	color: #6c476d;
	border-bottom: 4px solid #5B3B5B;
	padding-bottom: 6px;
}

#nav li#nav-home a {
	background: #433344 url(../img/logo.png) no-repeat center center;
	width: 116px;
	height: 39px;
	text-indent: -1000em;
	padding: 0;
	margin: 0;
}

#nav li#nav-home a:hover {
	border-style: none;
	background-color: #5B3B5B;
}



/* @end */

/* @group sub-navigation */

.subnav {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 3em;
}

.subnav li {
	float: left;
	display: block;
	padding: 6px;
	color: #eef1f1;
	margin: 0 0 9px;
	font-size: inherit;
	line-height: inherit;
}

.subnav li a {
	
	background-color: #fff;
	color: #5b3b5b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	padding: 2px 8px 1px;
	font-size: .75em;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
	font-weight: bold;
	border-style: none;
}

.subnav li a:hover {
	background-color: #5b3b5b;
	color: #232323;
}

.subnav li.current a {
	background-color: #5b3b5b;
	color: #eef1f1;
}



/* @end */

/* @group thumbnail */

ul.projects li {
	display: inline-block;
	float: left;
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
}

.thumb {
	display: block;
	padding: 0;
	margin: 0 0 15px;
	line-height: 0;
	background: url(../img/line.png) no-repeat left bottom;
	border-style: none;
}

.thumb img {
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.thumb:hover img {
	background-color: transparent;
	-webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.5);
}

.thumb:hover .title span {
	background-color: #6c476d;
	color: #232323;
}

.thumb:hover .title span em {
	background-color: #232323;
	color: #5b3b5b;
}

.title {
	padding: 12px 0 0;
	background-color: #eef1f1;
	line-height: 1em;
	font-size: 1em;
	margin: 0;
	display: block;
	font-weight: normal;
	font-style: normal;
}

.title span {
	background-color: #fff;
	color: #666;
	display: inline-block;
	padding: 5px 8px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	text-decoration: none;
	font-size: .875em;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.title span strong {
	font-weight: normal;
	font-style: normal;
}

.title span em {
	color: #eef1f1;
	background-color: #b4a5b3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 2px 8px 0;
	margin-left: 4px;
	text-transform: uppercase;
	font-size: .875em;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
}

.title span em.play, .title span em.Play, .title span em.web {
	background-color: #a2bbc0;
}

.title span em.print {
	background-color: #c2c185;
}

#load-indicator-old {
	height: 24px;
	padding: 0;
	margin: 0 0 -24px;
	background-color: #000;
	position: relative;
	top: -24px;
}

#load-indicator p.old {
	margin: 0;
	padding: 0 0 0 6px;
	color: #fff;
	background-color: #000;
}

#load-indicator {
	background: #000 url(../img/loading.gif) no-repeat;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin: -12px 0 -12px -12px;
	padding: 0;
	display: inline-block;
	overflow: hidden;
	float: left;
}



/* @end */

/* @group pagination */

.paginate {
	padding-bottom: 56px;
}

.paginate strong, .paginate a {
	background-color: #eef1f1;
	padding: 10px;
	margin: 0;
	float: left;
	font-size: 1.25em;
	font-weight: bold;
	border-style: none;
}

.paginate strong {
	color: #999;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

.paginate a:hover {
	background-color: #563856;
	color: #232323;
}



/* @end */

/* @group entry */

.entry {
	background-color: #eef1f1;
	margin: 0;
	padding: 0 90px 18px 0;
	clear: both;
}

.entry p {
	padding-left: 120px;
}

.entry p.date {
	width: 90px;
	padding: 5px 2px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	float: left;
	margin: 14px 18px 0 9px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.entry p.date strong {
	display: block;
	text-transform: uppercase;
	font-size: 4em;
	line-height: 1em;
	color: #ccc;
}

.entry p.date span {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ccc;
	padding: 2px 8px 1px;
	color: #fff;
	font-size: .875em;
	line-height: 1;
}



/* @end */

/* @group image gallery */

#overlay {
	position: fixed;
	padding: 0;
	margin: 0;
	left: 10px;
	right: 10px;
	top: 30px;
}

#overlay-title {
	font-size: 1em;
	padding: 2px 10px;
	display: inline-block;
	background-color: rgba(23,23,23,.9);
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#overlay-title a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #5b3b5b;
	color: #eef1f1;
	border-style: none;
	padding: 1px 10px;
	text-transform: uppercase;
	font-size: .75em;
	margin-left: 10px;
}

#overlay-title a:hover {
	
}

#project {
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	left: 0;
	right: 20px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border: 6px solid rgba(23,23,23,.9);
}

#project .default {
	padding: 10px;
	background-color: #a2bbc0;
}

#project .default {
	padding: 10px;
	background-color: #ccc;
}

#project-description {
	width: 270px;
	white-space: normal;
	display: block;
	background-color: rgba(35,35,35,0.8);
	padding: 0;
	background-image: url(../img/diag.gif);
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 1;
	bottom: 0;
	-webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
}

#project-description p {
	padding: 10px 10px 18px;
	margin: 0 0 18px;
	background-color: #232323;
	color: #eef1f1;
	font-size: .875em;
}

#project-description h3 {
	background-color: #232323;
	padding: 9px 9px 6px;
	text-transform: uppercase;
	margin: 15px 0;
	border-bottom: 1px dashed #333;
	font-size: 2.25em;
}

#project-images {
	white-space:nowrap;
	position: relative;
	left: 270px;
}

#project-images img {
	margin: 15px 30px;
	padding: 0;
}

.project-images {
	padding: 12px 0 0;
	margin: 12px 0 0;
	text-align: center;
	background-color: #eef1f1;
}

.project-images li {
	padding: 10px;
	margin: 9px 0 24px 10px;
	list-style-type: none;
	display: inline-block;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 0;
	
}

.project-images li img {
	margin: 0;
	padding: 0;
	border-style: none;
}

.button {
	background-color: #fff;
	border-style: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 9px 1px;
	text-transform: uppercase;
	font-size: .75em;
	display: inline-block;
	margin: 2px 0;
}

.notes {
	text-align: left;
	padding: 30px 0 18px;
	margin: 12px 0 0;
	background-color: #eef1f1;
}

.notes h3 {
	padding: 9px 0;
	text-transform: uppercase;
	margin: 0 9px;
	border-bottom: 1px dashed #ccc;
	font-size: 2.25em;
}

.notes p {
	margin: 0;
	font-size: .875em;
	padding: 9px;
}

.notes p.detail {
	margin: 0 9px;
	padding: 3px 0;
	border-bottom: 1px dashed #ccc;
}

.notes .detail strong {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #a2bbc0;
}

#project .detail {
	margin: 0;
	padding: 3px 9px;
	color: #a2bbc0;
	border-bottom: 1px dashed #333;
}

#project .detail strong {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #eef1f1;
}

#project-nav {
	text-align: left;
	background-color: #232323;
	padding: 8px 0 8px 8px;
	margin: -15px 0 0;
	border-bottom: 1px dashed #333;
}

#project-nav a {
	display: inline-block;
	background-color: #5b3b5b;
	color: #eef1f1;
	text-align: center;
	border: 3px solid #333;
	margin: 0;
	padding: 3px 6px 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

#project-nav a:hover {
	background-color: #232323;
	color: #6c476d;
}



/* @end */

/* @group about */

.bio img {
	float: left;
	margin: 36px 0 0 24px;
	padding: 0;
	border: 6px solid #fff;
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
}

.bio h2 {
	padding-left: 0;
	margin-left: 0;
	margin-top: 18px;
}

.bio h3 {
	padding-left: 0;
	margin-left: 0;
	margin-top: 24px;
	background-color: #eef1f1;
	padding-top: 4px;
	padding-bottom: 4px;
}

.bio .size1of2 {
	margin-left: 18px;
	margin-right: 35px;
}

/* v2 about */

.main-bio {
	background-color: #eef1f1;
	padding: 9px 0 1px 18px;
	margin: 0 0 14px;
}

.lists {
	background-color: #eef1f1;
	margin-bottom: 14px;
	padding-top: 4px;
}

.biopic {
	padding: 0;
	border: 6px solid #fff;
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
	margin: 86px 0 18px 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}



/* @end */

/* @group forms */

#contact_form {
	padding: 0 0 5px;
	margin: 0;
}

input.textField {
	width: 445px;
	height: 35px;
	border: 8px solid #fff;
	background-color: #eef1f1;
	color: rgb(102, 102, 102);
	font-size: .75em;
	line-height: 1.5em;
	padding-left: 4px;
	outline:none;
	-webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
}

textarea#message {
	width: 445px;
	height: 225px;
	border: 8px solid #fff;
	background-color: #eef1f1;
	color: rgb(102, 102, 102);
	font-size: .75em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	padding: 4px;
	outline:none;
	-webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
}

#contact_form p {
	text-align: right;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1em;
	padding: 12px 298px 12px 0;
}

#contact_form label {
	float: left;
	padding-left: 4px;
}

#contact_form label.error {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: .75em;
	display: none;
}

input#submit {
	color: rgb(256, 256, 256);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 6px 18px;
	border-style: none;
	text-align: left;
	cursor: pointer;
	font: normal normal 1em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #5b3b5b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input#submit:hover {
	color: #5b3b5b;
	border-style: none;
	background-color: #232323;
}

input.error, textarea#message.error {
	background-color: rgb(122, 56, 70);
	color: rgb(256, 256, 256);
}



/* @end */