
/* ---------------------------------------------------------------------------------------------------------

Race Chaplain
http://www.racechaplain.com/

Design, Code, and Content: Tony Scialdone
http://www.straightstreetdesign.com/


--------------------------------------------------------------------------------------------------------- */

/* UNIVERSAL DECLARATIONS */

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 {
	position: relative;
	margin: 0; padding: 0;
	background: transparent;
	border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline; }
:focus { outline: 0; }


/* Block Level Elements */

body {
	margin: 0;
	padding: 0 0 77px 0;
	background: #000 url(../images/bg_trax.jpg) repeat-x -25px 270px;
	font-size: 100.01%;
	color: #000; }

#wrap {
	margin: 0 auto;
	width: 777px;
	font: .75em/1.5em verdana, helvetica, arial, sans-serif;
	z-index: 99; }

#nav {
	float: left;
	margin: 0;
	width: 777px;
	text-align: center; }

#header {
	margin: 0 auto;
	height: 160px;
	background: url(../images/bg_header.jpg) no-repeat 450px 35px; }

#contentwrap {
	float: left;
	padding: 7px 0 49px 0;
	width: 777px;
	background: #ddd url(../images/bg_topround.gif) no-repeat left top; }

#primary { display: table-cell;
	float: left;
	left: 14px;
	width: 500px; }

#secondary {  display: table-cell;
	float: right;
	right: 14px;
	width: 250px; }

#footer {
	clear: both;
	height: 98px;
	background: url(../images/bg_bottomround.gif) no-repeat left top; }


/* navigation and links */

#nav li {
	list-style-type: none;
	display: block;
	float: left;
	margin-left: 28px; }

#nav li.home { margin-left: 63px; }

#nav a {
	text-decoration: none;
	font: bold 1.26em/3em verdana, arial, sans-serif;
	color: #fc3;
	text-transform: uppercase;
	letter-spacing: -1px; }
#nav a:hover { color: #fff; }

a:link,
a:visited,
a:active {
	text-decoration: none;
	font-size: 100%;
	color: #00f; }
a:hover {
	text-decoration: underline;
	color: #f00; }

a#sitemap {
	display: block; display: inline;
	margin-left: 28px; }

a#dco {
	display: block;
	float: right;
	top: 28px;
	right: 42px; }


/* Headlines */

h1 {
	margin: 28px 0 0 14px;
	font: normal 2.18em/1.2em arial, sans-serif;
	color: #eb4212;
	letter-spacing: -1px; }

body#news h2 { margin-bottom: 21px; }


h2 {
	margin: 28px 0 0 14px;
	font: normal 2.18em/1.2em arial, sans-serif;
	color: #eb4212; }



h3 {
	margin: 35px 0 0 14px;
	font: bold 1.45em/1em arial, sans-serif;
	color: #eb4212;
	letter-spacing: -1px;	}

/* Paragraphs */

p, pre, th, td, label {
	margin: 3px 14px 14px 14px;
	line-height: 1.5em;
	text-align: justify; }
	
p#donationintro { font-size: 80%; }

#footer p {
	height: 3em;
	line-height: 3em;
	font-size: 90%;
	text-align: center; }

ul, ol, dl {
	list-style-position: inside;
	margin: 1.5em 28px 0 42px; }

ul.none { list-style-type: none; }

ul.partnerLinks {
	list-style-type: none;
	list-style-position: outside; }
ul.partnerLinks li { margin: 0 0 21px 0; }
ul.partnerLinks img { display: block; }


li, dt, dd { text-align: justify; }

#secondary ul,
#secondary ol,
#secondary dl { margin: 1.5em 14px 0 28px; }

dt {
	font-weight: bold;
	font-size: 1.18em; }

dd { margin-left: 14px; }

blockquote {
	margin: 1.37em 21px 0 21px;
	border-top: .015em solid #666; border-bottom: .015em solid #666; }

blockquote p {
	margin: 0;
	padding: 1.5em;
	background: url(quotes.gif) no-repeat 5px 10px;
	font-weight: bold;
	color: #006; }

a.promo img {
	display: block;
	margin: 7px auto;
	padding: 3px;
	background: #fff;
	border: 1px solid #000; }


#bios img {
	float: right;
	margin: 7px 14px 7px 21px;
	padding: 4px;
	background: #fff;
	border: 1px solid #000; }
	
html>body #bios img { *margin: 7px 14px 7px 28px; }
	
img.pic {
	display: block;
	margin: 21px auto; }



.bold { font-weight: bold; }
strong { font-weight: bold; }
em { font-variant: italic; }
.sig {
	margin-bottom: 49px;
	font-size: 118%;
	font-weight: bold;
	font-variant: small-caps; }


form { margin: 28px 0 0 21px; }
input {
	display: block;
	margin: 0 0 7px 0; }

input.submit { margin-top: 14px; }

label {
	margin: 0 0 14px 0;
	text-indent: 0; }
textarea {
	display: block;
	margin: 0 0;
	width: 350px;
	height: 100px;
	overflow: auto; }

#paypalForm { margin: 21px 0 0 0; }
#paypalButton {
	display: block;
	margin: 14px auto 0 auto; }
	

#bvotd h3 { margin-left: 0; }	
	

body#index li.home a,
body#about li.about a,
body#news li.news a,
body#chaplains li.chaps a,
body#schedule li.schedule a,
body#links li.links a,
body#contact li.contact a { color: #eb4212; }

