/**
 * Fifth Third River Bank Run
 *
 * @section		screen
 * @author		Jeff Tow Creative
 * @version		1.0
 * @date		10/21/2009
 * @copyright	(c) 2009 Fifth Third Bank
 * @media		screen
 *
*/

/** 
 * Reset Styles
 */

html, body, div, span, h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, font, img, small, 
strike, strong, sub, sup, ul, li, ol, fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

caption {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

blockquote, q {
	quotes: '' '';
}

ol, ul {
	list-style-type: none;
}

/** 
 * Layout
 */

html { 
	width: 100%;
	height: 100%; 
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #1c3f95;
	line-height: 1.2em;
	background-image: url(images/background_placeholder.jpg);
	background-repeat: repeat-x;
	background-position: top, left;
	height: 100%;
}

#page_wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	float: left;
	width: 1000px;
	background: #fff url(images/bg_bodygradient.jpg);
	background-repeat: repeat-x;
}

#buttonbar {
	margin: 0 auto;
	width: 1000px;
	height: 29px;
	background-color: #fff;
}

* html #content {
	height: 100%;
}

#top_content_left {
	float: left;
	padding-top: 49px;
	margin-left: 39px;
	width: 355px;
	height: 600px;
}

#inside_top_content_left {
	float: left;
	padding-top: 49px;
	margin-left: 39px;
	width: 355px;
}

#top_content_right {
	float: left;
	margin-left: 25px;
	width: 578px;
	background-color: #fff;
}

#inside_top_content_right {
	float: left;
	margin-left: 25px;
	width: 578px;
	min-height: 500px;
	background-color: #fff;
		background: #fff url(images/bg_bodygradient.jpg);
	background-repeat: repeat-x;
}

#tabs {
	clear: both;
	min-height: 200px;
	background-color: #fff;
}

#tab-1 {
	padding-right: 50px;
	/* overflow: auto; */
}

#tab-2 {
	/* overflow: auto; */
}

#tab-3 {
	/* overflow: auto; */
}

#tab-4 {
	/* overflow: auto; */
}

#content_body {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 30px;
}

#bottom_content {
	float: left;
	width: 1000px;
	min-height: 175px;
	margin-top: 50px;
	background-image: url(images/bg_bottom.gif);
	background-repeat: no-repeat;
}

#inside_bottom_content {
	float: left;
	width: 1000px;
	min-height: 57px;
	margin-top: 0;
	background-image: url(images/bg_inside_bottom.gif);
	background-repeat: no-repeat;
}

#bottom_content_left {
	float: left;
	width: 500px;
	margin-top: 25px;
	margin-left: 57px;
	margin-right: 20px;
}

#bottom_content_right {
	float: left;
	margin-top: 25px;
}

#inside_bottom_content_right {
	float: right;
	margin-right: 20px;
}

#footer {
	float: left;
	width: 1000px;
	height: 36px;
	background: url(images/bg_footer.gif);
	background-repeat: no-repeat;
}

#inside_footer {
	float: left;
	width: 1000px;
	height: 36px;
	background: url(images/bg_inside_footer.gif);
	background-repeat: no-repeat;
}

#footer_left {
	float: left;
	width: 300px;
	margin-left: 100px;
	margin-top: 10px;
}

#footer_right {
	float: right;
	margin-top: 10px;
	margin-right: 35px;
}

/** 
 * Nav Elements
 */

ul.home_nav {
	padding: 0;
	margin: 0;
	margin-left: 100px;
}

ul.home_nav li.eventinfo, 
ul.home_nav li.participants, 
ul.home_nav li.training, 
ul.home_nav li.register,
ul.home_nav li.contactus {
	float: left;
	width: 200px;
	height: 32px;
	margin-bottom: 25px;
	margin-left: 8px;
	padding-left: 20px;
	list-style-type: none;
	border-left: 2px solid #fff;
}

ul.home_nav li.register {
	margin-bottom: 17px;
}

ul.home_nav li.contactus {
	height: 17px;
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 7px;
	margin-bottom: 40px;
}

ul.home_nav li.eventinfo_inside {
	float: left;
	width: 200px;
	height: 32px;
	margin-bottom: 25px;
	margin-left: 8px;
	padding-left: 20px;
	list-style-type: none;
	border-left: 2px solid #fff;
}

ul.home_nav li:hover {
	border-left: 2px solid #e2e2e3;
}

ul.home_nav ul.sublist_left li:hover {
	border-left: none;
}

ul.home_nav ul.sublist_right li:hover {
	border-left: none;
}

#top_content_right #tabs ul.home_secondary_nav {
	display: block;
	width: 578px;
	height: 56px;
	padding: 0;
	margin: 0;
	/* margin-top: 46px; */
	margin-bottom: 40px;
}

#top_content_right #tabs li {
	float: left;
	list-style: none;
	display: inline;
	width: 142px;
	padding: 0;
	margin: 0;
	margin-right: 3px;
}

#top_content_right #tabs li.last {
	margin-right: 0;
}

#top_content_right #tabs li ul {
  position: absolute;
  z-index: 500;
}

#top_content_right #tabs li ul li {
  float: none;
  display: block;
}

#top_content_right #tabs li a {
	display: block;
}

#top_content_right #tabs li a img { 
	display: none;
}

#tabs ul li.active {
	width: 142px;
	border-top: 3px solid #5d9732;	
}

#top_content_right #tabs #raceupdate a {
	width: 142px;
	height: 56px; 
	padding: 0;
	margin: 0;
	background: #fff url(images/raceupdates_off.gif) no-repeat;
}

#top_content_right #tabs #raceupdate a:hover {
	width: 142px;
	height: 56px;
	padding: 0;
	margin: 0;
	background: #fff url(images/raceupdates_on.gif) no-repeat;
}

#top_content_right #tabs #followus a {
	width: 142px;
	height: 56px; 
	padding: 0;
	margin: 0;
	background: #fff url(images/followus_off.gif) no-repeat;
}

#top_content_right #tabs #followus a:hover {
	width: 142px;
	height: 56px;
	padding: 0;
	margin: 0;
	background: #fff url(images/followus_on.gif) no-repeat;
}

#top_content_right #tabs #enewssignup a {
	width: 142px;
	height: 56px; 
	padding: 0;
	margin: 0;
	background: #fff url(images/enewssignup_off.gif) no-repeat;
}

#top_content_right #tabs #enewssignup a:hover {
	width: 142px;
	height: 56px;
	padding: 0;
	margin: 0;
	background: #fff url(images/enewssignup_on.gif) no-repeat;
}

#top_content_right #tabs #contactus a {
	width: 143px;
	height: 56px; 
	padding: 0;
	margin: 0;
	background: #fff url(images/contactus_off.gif) no-repeat;
}

#top_content_right #tabs #contactus a:hover, 
#top_content_right #tabs #contactus li.active {
	width: 143px;
	height: 56px;
	padding: 0;
	margin: 0;
	background: #fff url(images/contactus_on.gif) no-repeat;
}

ul.home_nav li.nested {
	float: left;
	margin-bottom: 25px;
	margin-left: 8px;
	padding-left: 20px;
	list-style-type: none;
	border-left: 2px solid #fff;
}

ul.sublist_left {
	float: left;
	padding-right: 10px;
	width: 105px;
}

ul.sublist_left li {
	list-style-type: none;
	line-height: 1em;
	margin: 0;
	padding: 0;
	padding-bottom: .18em;
}

ul.sublist_right {
	float: left;
	width: 105px;
}

ul.sublist_right li {
	list-style-type: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
	padding-bottom: .18em;
}

ul.social_links {
	padding-top: 13px;
	padding-right: 13px;
}

ul.social_links li {
	list-style-type: none;
	display: inline;
	padding-right: 3px;
}

a { 
	color: #5d9732;
	text-decoration: underline;
}

a:hover { 
	color: #5d9732;
	text-decoration: none;
}

ul.sublist_left a, ul.sublist_right a {
	font-size: .9em;
	text-decoration: underline;
}

ul.sublist_left a:hover, ul.sublist_right a:hover {
	font-size: .9em;
	text-decoration: none;
}

#footer a, #inside_footer a {
	color: #fff;
	text-decoration: underline;
}

/** 
 * Images
 */

img.logo {
	display: block;
	margin-bottom: 51px;
	margin-left: 18px;
}

img.date {
	float: left;
	display: block;
	padding-bottom: 250px;
}

img.flashbox {
	display: block;
	padding: 0;
	margin: 0;
}

.sponsorbox {
	float: left;
	display: block;
	padding-left: 40px;
	padding-top: 20px;
}

img.adbox-1 {
	float: left;
	padding-right: 7px;
}

img.adbox-2 {
	float: left;
	padding-right: 7px;
}

img.adbox-3 {
	float: left;
}

/** 
 * Text Elements
 */

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #5d9732;
	padding-bottom: 15px;
}

h1.inside {
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 9px;
	color: #5d9732;
}

h2.inside {
	font-size: 1.5em;
	font-weight: bold;
	color: #1c3f95;
	padding-bottom: 15px;
}

h2 {
font-size: 1.5em;
color: #1c3f95;
line-height: 1.2em;
}

h3 {
	padding-bottom: 15px;
	font-size: 1.3em;
	font-weight: bold;

}

h3 a {
	padding-bottom: 0;
	color: #5d9732;
	text-decoration: none;
}

#tabs p {
	font-size: .9em;
	padding-bottom: 15px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 15px;
}

p.sponsortext {
	float: left;
	font-size: .8em;
	color: #bad3a7;
	padding-left: 50px;
	letter-spacing: .1em;
}

p.footertext {
	font-size: .9em;
	color: #fff;
}

strong {
	font-weight: bold;
}

ul.standard {
	list-style-type: circle;
        padding-bottom: 12px;
        padding-top: 3px;
}

ul.standard li {
	margin-left: 25px;
        padding-bottom: 4px;

}

li {
	margin-left: 0px;
        padding-bottom: 4px;
        list-style-type: none;

}


a.rollgreg
{
	display:block;
	width:333px;
	overflow:hidden;
}

a:hover.rollgreg
{
	display:block;
	text-indent:-333px;
	}

a.rollroad
{
	display:block;
	width:334px;
	overflow:hidden;
}

a:hover.rollroad
{
	display:block;
	text-indent:-334px;
	}
	
a.rollchar
{
	display:block;
	width:333px;
	overflow:hidden;
}

a:hover.rollchar
{
	display:block;
	text-indent:-333px;
	}


/** 
 * Form Elements
*/

/* form {
	display: none;
	float: left;
}

input[type=text] {
	display: none;
	float: left;
	margin-left: 45px;
	margin-right: 5px;
	border: none;
	background: url('images/runsearchfield.gif') top left no-repeat;
	width: 168px;
	height: 28px;
	font-size: 1.4em;
	color: #ccc;
} */


/* FROM OTHER WORDPRESS STYLE SHEET */

.meta {
font-size:11px;
line-height:15px;
color:#333;
padding:5px 0px;
margin:0 0 30px 0;
border-top:#eee 1px solid;
border-bottom:#eee 1px solid;
}

.signature {
float:left;
padding:0 25px 0 0;
border-right:#eee 1px solid;
width:200px;
}

/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


* html .group,
* html #nav ul li a {
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}

#searchform {
margin:15px 0 0 0;
}

#searchform input {
background:#222;
font-size:11px;
margin:2px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#eee;
}

#searchform input:hover {
background:#333;
border:#999 1px solid;
color:#fff;
cursor:pointer;
}

#searchform #s {
background:#f6f6f6;
font-size:11px;
margin:2px 0;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

#searchform #s:hover {
border:#c00 1px solid;
cursor:text;
}

input.searchfield {
background:#f6f6f6;
font-size:11px;
display:block;
margin:5px 0 8px 0;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

input.searchfield:hover {
background:#eee;
color:#222;
}

input.submit {
background:#222;
font-size:11px;
display:block;
margin:0 0 10px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#eee;
}

input.submit:hover {
background:#333;
cursor:pointer;
border:#999 1px solid;
color:#fff;
}

input.subcom {
background:#eee;
font-size:11px;
margin:0 0 10px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#222;
}

input.subcom:hover {
background:#222;
cursor:pointer;
border:#888 1px solid;
color:#eee;
}

input.comment {
background:#f6f6f6;
font-size:11px;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

input.comment:hover {
border:#c00 1px solid;
}

textarea {
background:#f6f6f6;
font-size:12px;
width:400px;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

textarea:hover {
border:#c00 1px solid;
}

.postinput small {
font-size:11px;
margin:0 0 0 5px;
}

#sidebar {
font-size:12px;
padding:0 0 20px 0px;
margin:0 0 20px 0;
}

#sidebar h3 {
font-size:14px;
margin:20px 0 5px 0;
padding-top: 10px;
border-top: 1px solid #eee;
}

#sidebar ul {
list-style:none;
}

#sidebar ul ul {
margin:5px 0 0 10px;
}

#sidebar ul ul ul {
margin:5px 0 0 10px;
}

#sidebar ul li {
padding:0 0 5px 0;
}

#author h3 {
margin:5px 0 5px 0;
}

#inside_top_content_right h2 {
font-size:24px;
margin:5px 0 7px 0;
font-style: bold;
}

#inside_top_content_right h2 a {
text-decoration:none;
}

#content h2 a:hover {
text-decoration: underline;
}

#inside_top_content_right h2.archive {
font-weight:bold;
font-size:18px;
color:#1c1c1c;
padding:0;
margin:19px 0 27px 0;
border:none;
text-align:left;
}

#comments {
background-color:#f3f3f3;
}

.insidecomments {
padding: 20px;
}

.comments {
color:#333;
margin:0 0 15px 0;
border-bottom:#bbb 1px solid;
background-color:#f3f3f3;
}

.comments a {
background:#fff;
padding:0 7px 5px 0;
color:#333;
text-decoration:none;
}

.comments a:hover {
color:#c00;
}

.nocomments {
margin:0 0 30px 0;
}

ol.commentlist {
font-size:12px;
list-style:none;
margin:10px 0 30px 0;

background-color:#f3f3f3;
}

.commentlist li {
border-top:#bbb 1px solid;
border-bottom:#bbb 1px solid;
padding:0 0 10px 0;
background-color:#f3f3f3;
}


.comment_mod {
margin:10px 0 0 10px;
}

.comment_mod em {
background-color:#fff897;
padding:1px 3px;
}

.comment_author {
clear:left;
margin:10px 0;
}

.comment_author img {
float:left;
margin:5px 12px 0 0;
}

.comment_author p {
line-height:20px;
}

.comment_author small {
font-size:11px;
}

.comment_text {
float:left;
margin:0 0 0 0px;
}

.comment_text p {
font-size: 95%;
margin:0px 0;
}

.comment_meta {
font-size:12px;
}

#commentform p {
line-height:18px;
margin:0 0 15px 0;
}

blockquote {
background:url(images/quote.gif) no-repeat top left;
padding:0 0 0 60px;
min-height:50px;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float:left;
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding:4px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.alignright {
float:right;
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding:4px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}


.wp-caption-text {
font-size:90%;
padding-top: 3px;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:8px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

