/*
 * Far North Racing Site Redesign template
 * Dennis Grant Aug 26 2009
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #181818;
}

h1 {
	font-size: 2em;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 2.0em;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

p, ul, ol, li {
	margin-top: 0;
	line-height: 180%;
}

li { 
	margin-bottom: 0.4em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #B47B10;
}

a:hover {
}

.disclaimer {
	font: italic 7pt Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
}

#ad_header {
	width: 960px;
	height: 90px;
	margin: 0 auto 0 auto;
}

#header {
	width: 960px;
	height: 110px;
	margin: 0 auto;
	background: url(images/atwtitle2.jpg) no-repeat right bottom;
}

/* Donation Box */

#donate {
	width: 300px;
	border: 2px red solid;
	padding: 2px;
	margin: 0 auto 0 auto;
}

#donate p {
	font: bold italic 11px Arial, Helvetica, sans-serif;
	color: green;
}

/* Homepage Endorsements */

#endorsement {
	width: 736px;
	margin: 0 auto 0 auto;
	margin-top: -25px;
	text-align: center;
}

#endorsement p {
	font: bold italic 7pt Arial, Helvetica, sans-serif;
	color: #011f3d;
}

.atw {
	font: bold 8pt Arial, Helvetica, sans-serif;
	color: #0b59ac;
}

/* Site Newsbox */

#newsbox {
	width: 750px;
	margin: 0 auto; 
	padding: 0px;
	background: url(images/news_callout_bg.jpg) repeat-y left top;
	text-align: left;
} 

.date {
	font-weight: bold;
	text-decoration: underline;
	color:  #011f3d;
}

#newsbox p {
	margin: -4px 30px 0px 30px;
	color: #111122;
	}

#newsbox a {
	color: #111144;
}

#newsbox-top {
	width: 750px;
	height: 60px;
	margin: 0 auto;
	background:  url(images/news_callout_top.jpg) no-repeat left top;
} 

#newsbox-bottom {
	width: 750px;
	height: 20px;
	margin: 0 auto;
	background:  url(images/news_callout_bottom.jpg) no-repeat left top;
}
/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: #011f3d;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: right;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	padding: 0px 32px 0px 32px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}

#menu img {
	vertical-align: middle;
	border: 0;
	padding: 0px 0px 0px 0px;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(images/atwimg01.jpg) repeat-y left top;
}

#page-bgtop {
	width: 960px;
	height: 10px;
	margin: 0 auto;
	/* padding: 0px 0 15px 0; */
	background: url(images/atwimg05.jpg) no-repeat left top;
}

/* Caution Flag Callout */

#caution {
	width: 750px;
	margin: 0 auto; 
	padding: 0;
	background: url(images/caution_callout_bg.jpg) repeat-y left top;
} 

#caution p {
	margin: -10px 30px 0px 30px;
	/*padding: 0px 10px 0px 0px;*/
	color: #413a03;
	}

#caution-top {
	width: 750px;
	height: 60px;
	margin: 0 auto;
	background:  url(images/caution_callout_top.jpg) no-repeat left top;
} 

#caution-bottom {
	width: 750px;
	height: 20px;
	margin: 0 auto;
	background:  url(images/caution_callout_bottom.jpg) no-repeat left top;
} 

/* Checker Flag Callout */

#checkered {
	width: 750px;
	margin: 0 auto; 
	padding: 0;
	background: url(images/checkered_callout_bg.jpg) repeat-y left top;
} 

#checkered p {
	margin: -10px 30px 0px 30px;
	/*padding: 0px 10px 0px 0px;*/
	color: #0b2b06;
	}

#checkered-top {
	width: 750px;
	height: 60px;
	margin: 0 auto;
	background:  url(images/checkered_callout_top.jpg) no-repeat left top;
} 

#checkered-bottom {
	width: 750px;
	height: 20px;
	margin: 0 auto;
	background:  url(images/checkered_callout_bottom.jpg) no-repeat left top;
} 

/* FSAE Flag Callout */

#fsae {
	width: 750px;
	margin: 0 auto; 
	padding: 0;
	background: url(images/fsae_callout_bg.jpg) repeat-y left top;
} 

#fsae p {
	margin: -10px 30px 0px 30px;
	/*padding: 0px 10px 0px 0px;*/
	color: #0b2b06;
	}

#fsae-top {
	width: 750px;
	height: 60px;
	margin: 0 auto;
	background:  url(images/fsae_callout_top.jpg) no-repeat left top;
} 

#fsae-bottom {
	width: 750px;
	height: 20px;
	margin: 0 auto;
	background:  url(images/fsae_callout_bottom.jpg) no-repeat left top;
} 

/* Content */

#content {
	float: right;
	width: 760px;
	padding: 30px 20px 0px 20px;
}

#content h2 {
	margin-top: -25px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 130px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	margin: 0;
	margin-left: -30px;
	padding: 0;
	line-height: 20px;
	border-bottom: 1px dashed #C8B032;
	display: block;
	font-size: 10px;
	font-style: italic;
}

#sidebar a {
	border: none;
	padding-left: 5px;
}

#sidebar a:hover {
	text-decoration: underline;
}

li.current {
	background: #0b59ac;
}

a.current {
	color: white;
}

#amazonbox {
	margin-left: 6px;
	background-color: white;
	border: 1px blue solid;
	height: 300px;
	width: 138px;
}

/* Footer */

#footer-wrapper {
}

#ad_footer {
	width: 960px;
	height: 100px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	width: 960px;
	height: 10px;
	margin: 0 auto;
	background: url(images/atwimg02.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #464646;
}

#footer a {
	color: #E3295B;
}

#hops {
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	margin-top: -15px;
}

#tables {
	font-family: sans-serif;
        font-size: 12px;
}

#diary table {
	margin-bottom: 20px;
	margin-top: 15px;
}

#diary th {
	color: black;
	font-weight: bold;
}

#diary hr {
	margin-top: 20px;
}

#diary h3 {
	text-align: left;
}

#diary img {
	margin-top: 20px;
	margin-bottom: 20px;
}

#trophy {
	font-family: sans-serif;
        font-size: 12px;
        font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

#champs {
	font-style: italic;
	color: #cc0000;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
}
