@charset "UTF-8";
/* CSS Document
Ernie Hendrickson
Common CSS
©2009 Ernie Hendrickson
Created 8/12/09 8:06AM
Updated 9/7/09 10:25AM
Validated 9/7/09 10:25AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
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;
	}
	
/* 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;
	}
	
/* 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;
	}
	
/* Reset bold and italic */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

em strong, strong em {
	font-style: italic;
	font-weight: bold;
}
		
/* UNIVERSAL */

html, body {
	color: #000;
	background: #2b271c url(../images/backgroundstripe.jpg) top left repeat-x; /* this is the vertical gradient pattern on the background for all pages */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
/* LAYOUT ELEMENTS */	
	
div#wrapperdiv {
	position: relative;
	width: 1126px;
	margin: 0 auto;
	z-index: 0;
	visibility: visible;
	}
	
div#topdiv {
	width: 100%;
	background: url(../images/header.jpg) center top repeat-x; /* this is the pattern that goes all the way across the page at the top on all pages */
}

div#headerdiv {
	height: 177px;
	background: url(../images/bio8_14_09_01.jpg) top left no-repeat;
}	

div#namediv {
	width: 558px;
	height: 100px;
	margin: 0 0 0 289px;
}

div#navdiv {
	position: absolute;
	width: 853px;
	height: 34px;
	z-index: 10;
	visibility: visible;
	top: 115px;
	left: 130px;
}

div#bioslicediv {
	background: url(../images/bio8_17_09slice_02.jpg) top left repeat-y;
}

div#footerdiv {
	position: relative;
	background: url(../images/biofooter_03.jpg) top left no-repeat;
	height: 56px;
}

div#copyrightdiv {
	width: 175px;
	height: 27px;
	margin: 15px 545px 0 110px;
	float: left;
}

div#creditdiv {
	width: 171px;
	height: 27px;
	float: left;
	margin: 15px 0 0 0;
}

div#grassdiv {
	background: url(../images/grass.gif) bottom left no-repeat;
}

div.clearfloats {
	clear: both;
}

div#widgetdiv {
	width: 198px;
	position: absolute;
	z-index: 30;
	visibility: visible;
	top: 832px;
	left: 777px;
	font-size: 90%;
}

div#tourdatesubdiv {
	background: #4e473c url(../images/widgetlong.jpg) top left no-repeat;
}

/* TEXT */

div#quotediv p {
	text-align: right;
	font-size: 90%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#quotediv p#author {
	font-size: 80%;
	padding: 5px 0 30px 0;
}

div#quotediv p#author span#publication {
	font-style: italic;
}

/* LISTS */

ul#tourlist {
	color: #fff;
	padding: 5px 30px 20px 30px;
}

ul#tourlist li {
	display: list-item;
	font-size: 80%;
	padding: 0 0 5px 0;
}

/* LINKS */

a {
	color: #000;
}

a:hover {
	color: #fff;
}

ul#tourlist a {
	text-decoration: none;
}

ul#tourlist a:hover {
	text-decoration: underline;
}

ul#tourlist li a {
	color: #c5b5a9;
}

ul#tourlist li a:hover {
	color: #fff;
}
