/* 
Global CSS Document
Dav Stewart
http://www.davstewart.com

Written by John Stewart
http://www.jstewartdesign.com
*/

/* --- Style Reset -- */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{
font: 62.5%;
background-image:url(../_images/background.gif);
background-repeat: repeat-x;
background-color: #000;
font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

a{
	color:#333;
}

a:hover, a:visited:hover{
	color:#666;
}

p{
	margin-bottom: 20px;	
}

h2{
	font-size: 1.2em;
	margin-bottom: 15px;
}

h2.replaced{
	display: block;
	text-indent: -9999px;
	background-repeat: none;
}

h2.featured-project{
	width: 237px;
	height: 16px;
	background-image:url(../_images/featured-projects.gif);
}

h2.biography{
	width: 131px;
	height: 16px;
	background-image:url(../_images/biography.gif)
}

h2.links{
	width: 63px;
	height: 16px;
	background-image:url(../_images/links.gif)
}

h2.contact{
	width: 107px;
	height: 16px;
	background-image:url(../_images/contact.gif)
}

#header a{
	color: #737373;
	text-decoration: none;
	}

#header a:hover{
	color: #999797;
	text-decoration: underline;
	}

#header a.selected{
	color: #d50096;
	text-decoration: none;
	}

#header{
	width: 100%;
	height: 80px;
	font-size: 0.9em;
	overflow: hidden;
	position: fixed;
	top: 4px;
	left: 4px;
	
}

#header h1 a{
	height: 34px;
	width: 152px;
	background-image:url(../_images/logo.gif);
	background-repeat:no-repeat;
	margin: 22px 30px 0px 22px;
	text-indent: -9999px;
	display: block;
	float: left;
}

#header ul{
	display: block;
	list-style: none;
	margin: 22px 0px 0px 45px;
	float: left;
	text-transform: capitalize;
	font-size: 0.9em;
	font-weight: bold;
}

#header span.replace{
	text-indent: -9999px;
	background-repeat:no-repeat;
}

#header span.dav{
	background-image: url(../_images/about.gif);
	width: 180px;
	height: 11px;
	display: block;
	margin-bottom: 8px;
}

#header span.projects{
	background-image:url(../_images/projects.gif);
	width: 83px;
	height: 15px;
	display: block;
	margin-bottom: 4px;
}


#header ul li{
	float: left;
	text-transform: uppercase;
}

#header ul li ul{
	margin: 0px;	
}

#header ul li ul li{
	float: left;
	display: block;
	margin-right: 25px;
	text-transform: uppercase;
}
	
#content{
	height: 508px;
	background-color: #FFF;
	padding: 22px;
	margin: 0px 22px 22px 22px;
	font-size: 0.8em;
	color: #666;
	display: inline;
	position:absolute;
	top: 105px;
	width: 90%;
}

#content .intro{
	width: 365px;
	border-top: 4px solid #d50096;
	padding-top: 22px;
	display: block;
	float: left;
	height: 450px;
	display: block;
}

#content .thumbnails img{
	margin: 0px 6px 6px 0px;
	border: 1px solid #efefef;
}

#content .thumbnails img.last{
	margin-right: 0px;
}

#content .photos{
	float: left;
	margin-left: 25px;
	display: block;
}

#content .photos img{
	margin-right: 22px;
	
}

#content .photos img.last{
	margin-right: 0px;
}

#content.home .intro{
		border-bottom: 4px solid #d50096;
		border-top: 0px;
		margin-top: 0px;
		padding-top: 0px;
		height: 503px;
}

#content.home .intro p{
	text-indent: -9999px;
	background-image:url(../_images/blurb.gif);
	background-repeat:no-repeat;
	display: block;
	width: 350px;
	height: 380px;
}

#content.home .intro a{
	width: 142px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	background-image:url(../_images/learnmore.gif);
	float: right;
	margin-top: 75px;
}

#content.home .intro a:hover{
	background-position: bottom left;
}

#content.home .project.first{
	margin-top: 10px;
}

#content.home .project img{
	margin-bottom: 9px;
}

#content.home .project a{
	color:#d50096;
}

#content.home .project a:hover,#content.home .project a:visited:hover{
	color:#666;
}



form#contact{
	border-top: 4px solid #f2a0da;
	width: 510px;
	display: block;
	float: left;
	margin-left: 26px;
	padding-top: 22px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

form#contact span{
	display: block;	
	margin-bottom: 12px;
}

form#contact span label{
	display: block;
	margin-bottom: 7px;
}

form#contact span.input input{
	width: 300px;
	height: 18px;
	border: 1px solid #e6e6e6;
	background-image:url(../_images/form_bg.gif);
	background-repeat:no-repeat;
	padding: 5px;
	color: #454545;
}

form#contact span.textarea textarea{
	width: 500px;
	height: 200px;
	border: 1px solid #efefef;
	background-image:url(../_images/form_bg.gif);
	background-repeat:no-repeat;
	padding: 5px;
	color: #454545;
}

form#contact span.button input{
	width: 80px;
	height: 32px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #efefef;
	background-repeat: no-repeat;
	float: right;
	color: #999;
}

form#contact label em{
	color: #d50096;
	margin-left: 5px;
}


#copyright{
	position:absolute;
	top: 672px;
	left: 22px;
	font-size: 0.7em;
	color: #666;
}

#footer{
	position: relative;	
	width: 100%;
}

#footer a{
	color: #CCC;
	text-decoration: none;
	position:fixed;
	top: 28px;
	right: 28px;
}