/* CSS godivatrailriders.org [4 Jan 2006] */


/* baseline specs */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: small;
	background: #FFFFFF url(images/sitewide/bkground.jpg) no-repeat;
}
* html body { 
	font-size: x-small; /* for IE5 Win */
	f\ont-size: small; /* for other IE versions */
}

a:link {
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}

p, td, ul, ol, li, dl, dt, dd {
	line-height: 1.5em;
	margin: 0 0 1em 0;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	color: #663300;
	margin: 1.25em 0em 0em 0em;
	font-weight: normal;
}

img {
	display: block;
	margin: 15px 0 5px 0;
	border: 0;
}


/* individual text specs */
h1 {   /* site title */
	text-indent: -5000px;
	height: 60px; 
	background: url(images/sitewide/title.gif) no-repeat bottom right;
}
h2 {  /* section title */
	font-size: 200%;
	height: 60px; 
	text-align: right;
	background: url(images/sitewide/bkheads.gif) no-repeat;
}
h3 {
	font-size: 170%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
	font-weight: bold;
	margin: 1.25em 0em 0em 0em;
}
h6 {
	font-size: 100%;
	font-weight: bold;
    color: #000;
    margin: 0.5em 0em 0.25em 0em;
}


/* page layout */

#wrapper {
	width: 520px;
	margin: 0 0 0 220px;
	padding: 0;
}
#header {
	margin: 60px 0 0 0;
	padding: 0;
}
#mainNav {
	position: absolute;
	top: 210px;
	left: 0;
	width: 200px;
	margin: 0;
	padding: 0 0 10px 0;
	background: url(images/sitewide/bknav.gif) no-repeat bottom right;
}
#content {
	margin: 0;
	padding: 0 10px;
}
#footer {
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(images/sitewide/bkfooter.gif) no-repeat bottom left;
}


/* non-default text specs */

#footer p {
	margin: 0 0 0 230px;
	padding: 40px 0 0 0;
	color: #666666;
}
#footer p.credits {
	font-size: 11px;
    line-height: 14px;
	margin: 0 0 0 230px;
	padding: 0;
	color: #000000;
}


/* main navigaion list */

#navStacked {
	font-size: 16px;
    line-height: 16px;
	width: 100%;
	margin:  0;
	padding: 10px 0 0 0;
	list-style-type: none;
	background: url(images/sitewide/bknavtop.gif) no-repeat top right;
}
#mainNav li {
	display: inline;  /* IE double space fix */
}
#mainNav a {
	display: block;
	text-indent: 20px;
	margin: 0 20px 0 0;
	padding: 2px 0 2px 0;
	color: #ffffff;
}
#mainNav a:hover  {
	color: #000000;
	text-decoration: none;
	background: url(images/sitewide/bknavover.gif) no-repeat top right; 
}


/* classes */

.caption {
    line-height: 1em;
    font-style: italic;
	font-weight: bold;
	color: #5B6F5D;
	margin: 10px 0 2em 0;
}

