@charset "UTF-8";

/****************************************************************************

DESIGNER: Josh Bergstrand
SITE: David Clark
SITE URL: http://www.davidclarkart.com

****************************************************************************/

/**************************************

GLOBAL

**************************************/

* {
	margin:0;
	padding:0;
}
body {
	color: #3e3d3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#e0dfde url(../images/body_bg.gif) top repeat-x;
}
/**************************************

LAYOUT

**************************************/
#container {
	left: 50%;
	margin:-300px 0px 0px -400px;
	position:absolute;
	top: 50%;
}
#logo {
	padding-top:25px;
	text-align:center;
}
#stage {
	background-color:#fff;
	height:520px;
	margin:0 auto;
	width:800px;
}
#content {
	height:405px;
	margin:10px 25px 20px 25px;
	width:750px;
}
#my_slideshow {
	margin-left:105px;
	text-align:center;
}
#nav {
	background-color:#fff;
	height:60px;
	margin:0 auto;
	width:800px;
}
#footer {
	width:800px;
}
#bioInfo {
	margin-top:25px;
}
#mezzoLarge {
	height:330px;
	text-align:center;
	width:750px;
}
/*#contactOne {
	float:left;
	height:300px;
	margin:41px 0 41px 0;
	padding-left:35px;
	width:305px;
}*/
#contactTwo {
	margin:25px auto 0 auto;
	width:500px;
}

/**************************************

NAV

**************************************/

#nav ul {
	list-style:none;
}
#nav li{
	float: left;
}
#nav li a{
	background:url(../images/nav_bg.gif) left bottom repeat-x;
	border-right: 1px solid #bab8b4;
	border-left: 1px solid #eeedec;
	border-bottom: 1px solid #bab8b4;
	border-top: 1px solid #eeedec;
	color:#7c7b78;
	display:block;
	height:58px;
	font-size:0.9em;
	font-weight:200;	
	line-height:4em;
	text-align:center;
	text-decoration:none;
	width:158px;
}
#nav li a:hover {
	background:url(../images/nav_bg_hover.gif) left bottom repeat-x;
	color:#3e3d3c;
	border-right: 1px solid #7c7b78;
	border-left: 1px solid #dddcda;
	border-bottom: 1px solid #7c7b78;
	border-top: 1px solid #dddcda;
}
#home .home, #mezzotints .mezzotints, #contact .contact, #bio .bio { /*hover state holds for current state*/
	background:url(../images/nav_bg_hover.gif) left bottom repeat-x;
	color:#3e3d3c;
	border-right: 1px solid #7c7b78;
	border-left: 1px solid #dddcda;
	border-bottom: 1px solid #7c7b78;
	border-top: 1px solid #dddcda;
}
/**************************************

LINKS

**************************************/
#footer a,#content a,a h2 {
	color:#7c7b78;
	text-decoration:none;
}
#footer a:hover,#content a:hover,a:hover h2 {
	color:#3e3d3c;
	text-decoration:underline;
}

/**************************************

TYPE

**************************************/

h1,h2,h3{
	font-weight:100;
}
h1 {
	margin-top:10px;
	font-size:1.5em;
	line-height:1.25em;
}
h2 {
	font-size:1.2em;
	line-height:1.25em;
	padding:10px 10px 2px 10px;
}
h3 {
	font-size:1.5em;
	line-height:1.25em;
}
p {
	font-size: 1em;
	line-height:2em;
	margin-top:10px;
}
.sideTxt {
	font-size: .85em;
	line-height:1.8em;
	padding:0px 10px 10px;
}
#footer p{
	color:#7c7b78;
	font-size:0.6em;
	letter-spacing:0.2em;
	margin:20px 0px 0px;
	text-align:center;
	text-transform:lowercase;
}
#desc {
	font-size: .88em;
	line-height:25px;
	padding-bottom:5px;
	text-align:center;
}
/**************************************

FRAMES, MISC

**************************************/
#logo a img {
	border-style:none;
}
.bioPic {
	border:1px solid #7c7b78;
	float:left;
	margin:18px 15px 0 0;
	padding:8px;
}

/**************************************

FORM

**************************************/

fieldset {
	border:none;
}
#contactTwo li  {
	clear:both;
	font-size: .88em;
	line-height:1.5em;
	list-style-type:none;
}
.formTxt {
	font-size: .88em;
	line-height:1.2em;
	margin:0 0 10px 0;
}
.contactForm ul label { 
	display:block; 
	float:left; 
	padding:3px 0;
	width:70px; 
}
.contactForm .txtField  {
	border:1px solid #cbcac7;
	display:block; 
	float:right; 
	font: .88em Georgia, "Times New Roman", Times, serif;
	margin:5px 0 7px 0;
	outline:none;
	padding:3px; 
	width:422px; 	
}
.contactForm .send { 
	background:url(../images/send.gif) no-repeat;
	border:1px solid #bab8b4;
	color:#7c7b78;
	font: .88em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	height:28px; 
	margin:7px 0 0 70px; 
	text-align:center; 
	width:100px;  
}
.contactForm .send:hover {
	color:#3e3d3c; 
	cursor:pointer; 
}
.contactForm .txtField:hover, .txtField:focus, .txtField:active { 
	background:#eeedec;
	border-color:#7c7b78; 
}
/**************************************

Gallery

**************************************/

#content ul.galleryLinks,#content ul.galleryLinks li {
	list-style:none;
}
#content ul.galleryLinks li {
	width:500px;
	margin:40px 125px;
	height:60px;
	overflow:hidden;
}
#content ul.galleryLinks li.mezzo a,#content ul.galleryLinks li.paint a,#content ul.galleryLinks li.draw a,#content ul.galleryLinks li.collage a {
	background-position:0 0;
	display:block;
	height:60px;
	width:500px;	
}
#content ul.galleryLinks li.mezzo a {
	background:url(../images/gallery_mezzo.jpg) no-repeat;
}
#content ul.galleryLinks li.paint a {
	background:url(../images/gallery_paint.jpg) no-repeat;
}
#content ul.galleryLinks li.draw a {
	background:url(../images/gallery_draw.jpg) no-repeat;
}
#content ul.galleryLinks li.collage a {
	background:url(../images/gallery_collage.jpg) no-repeat;
}
#content ul.galleryLinks li.mezzo a:hover,#content ul.galleryLinks li.paint a:hover,#content ul.galleryLinks li.draw a:hover,#content ul.galleryLinks li.collage a:hover {
	background-position:0 -60px;
}
#content ul.galleryLinks li a img {
	border:none;
}
