@charset "UTF-8";
/* CSS Document
Guy Clark
Common CSS
© 2009 Guy Clark
Created 7/27/09 8:17AM
Updated 7/27/09 8:17AM
Validated 7/27/09 8:17AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* Normalize the padding and margins, remove borders */
html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, p, blockquote, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, caption, table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}
	
/* Display lists inline */
li {
	display: inline;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Redo italics and bold */
em {
	font-style: italic;
}

strong {
	font-weight: bold;
}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}

/* Set basics properties for page */
html, body {
	color: #000;
	background: #f2db9a url(../images/clarkhome7_20_09_02_02.jpg) top center repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
/* LAYOUT ELEMENTS */	
	
div#wrapperdiv {
	width: 980px;
	margin: 10px auto 0 auto;
	position: relative;
	visibility: visible;
	z-index: 0;
	}
	
div#headerdiv {
	width: 980px;
	height: 131px;
	background: url(../images/clarkbio7_28_09_01.jpg) top left no-repeat;
}
	
div#socialdiv {
	width: 176px;
	height: 134px;
	position: absolute;
	z-index: 30;
	visibility: visible;
	top: 589px;
	left: 709px;
}

div#widgetdiv {
	width: 176px;
	position: absolute;
	z-index: 30;
	visibility: visible;
	top: 752px;
	left: 709px;
	font-size: 90%;
}

div#tourdatesubdiv, div#newssubdiv {
	width: 176px;
	background: url(../images/tdbox2.jpg) top left repeat-y;
}

div#newssubdiv {
	margin: 30px 0 0 0;
}
	
div#navigationdiv {
	width: 384px;
	height: 74px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 25px;
	left: 558px;
}

div#insidebackdiv {
	background: url(../images/biobackrepeat.jpg) top left repeat-y;
}
	
div.clearfloats {
	clear: both;
	}
	
div#footerdiv {
	width: 980px;
	height: 98px;
	background: url(../images/clarkbioback7_28_09_03.jpg) top left no-repeat;
}

div#creditsdiv {
	width: 980px;
	margin: 4px auto 20px auto;
	padding: 0;
	font-size: 80%;
	color: #43422d;
}

div#copyrightdiv {
	width: 400px;
	float: left;
	text-align: left;
	margin: 0 0 0 20px;
}

div#webdiv {
	width: 400px;
	float: right;
	text-align: right;
	margin: 0 15px 0 0;
}

/* LINKS */

div#webdiv a {
	color: #43422d;
	text-decoration: none;
}

div#webdiv a:hover {
	color: #000;
	text-decoration: none;
}

div#widgetdiv a {
	color: #000;
	text-decoration: underline;
}

div#widgetdiv a:hover {
	color: #777;
}

/* LISTS */

div#widgetdiv ul {
	margin: 10px 10px 10px 10px;
}
div#widgetdiv ul li {
	display: list-item;
}

/* TEXT */

div#widgetdiv p {
	margin: 0 0 10px 0;
	font-size: 80%;
}

div#widgetdiv p.morediv {
	margin: 0 10px 10px 10px;
}