@import url('/css/default.css');
@import url('/css/cms.css');
@import url('/css/menus.css');

/* Generic Styles */
body {
	background: #333 url(/media/structure/bodybg.png) repeat-x 0 0 ;
	
	font:11px/150% verdana, geneva, sans-serif;
	color: #333333;
	margin:0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: helvetica;
	color: #df0c19;
	}

h1.header {
	color: #ffffff;
	display: block;
	background: #000000;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	width: 540px;
	}

h1.right_header {
	color: #ffffff;
	display: block;
	background: #000000;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	}

h1.right_header_red {
	color: #ffffff;
	display: block;
	background: #DF0C19;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	}

h1.right_header_red:hover {
	background: #000000;
	cursor: pointer;
	}
	
.right_header_red a,
.right_header_red a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	}

.spacer {
	width: 16px;
	}


/* structural */
#header_flash {
	height:300px;
	width:1100px;
	margin: 0 auto;
	z-index:0; 

}

#quicklinks {
	margin-left: 140px;
	}
	
#header_main {
	width: 900px;
	height: 290px;
	/*background: url('/media/structure/CM_Web_Header_Banner_Competition.jpg') no-repeat;*/
	margin: 25px auto 0px auto;
	z-index: 0;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	}


#marathon_logo {
	position: absolute;
	margin: 10px 0px 0px 40px;
	}

	
#signup {	
	width: 110px;
	height: 38px;
	display: block;
	position: absolute;
	margin: 200px 0px 0px 550px;
	z-index: 6;
	background: url('/media/structure/reg.png') no-repeat 0 0;
	display:none;/*this is temp until they roll out the new look.marco.*/ 
	}
	
	#signup:hover {
		background: url('/media/structure/reg.png') no-repeat -110px 0px;
		}

#vol_signup {	
	width: 110px;
	height: 38px;
	display: block;
	position: absolute;
	margin: 200px 0px 0px 550px;
	z-index: 6;
	background: url('/media/structure/volreg.png') no-repeat 0 0;
	display:none;/*this is temp until they roll out the new look.marco.*/ 
	}
	
	#vol_signup:hover {
		background: url('/media/structure/volreg.png') no-repeat -110px 0px;
		}
		
#countdown {
	position: absolute;
	margin: 235px 0px 0px 22px;
	}
	
#container {
	width:900px;
	z-index:2;
	margin: 0px auto;
}
#content {
	background:#ffffff;	
	margin:0;
	clear:both;
}


.one_third_column {
	width: 290px;
	padding: 10px 10px 20px 10px;
}
.one_third_column_content {
	padding: 10px 15px 20px 15px;
}
.one_third_column_content p {
	font-size: 11px;
	}
	
.one_third_column_content h2 {
	color: #df0c19;
	font-size: 11pt;
	}
	
.side_logos {
	margin-top: 50px;
	padding: 0 10px;
	}
	
.side_logos p {
	font-size:11px;
	padding-bottom: 10px;
	line-height: 170%;
	}
	
.side_logos .button {
	margin-top: 5px;
	}

.two_thirds_column {
	width: 550px;
	padding: 20px 0px 20px 20px;
}
.two_thirds_column ul li {
	background: url('/media/structure/bullet.gif') no-repeat 1px 7px ;
	padding: 0 0 0 15px;
	margin: 0 0 0 5px;
}
.two_thirds_column .question {
	margin:10px 0 0 0;
	background: #fff url('/media/structure/down.gif') no-repeat 100% 9px;
	padding:0;
	cursor:pointer;
}

.banner_marathon {
	border: none;
	margin: -20px 0px 20px 0px;
	float: left;
	}
	
.map_link {
	font-weight: bold;
	position: absolute;
	margin: -52px 0px 0px -100px;
	text-decoration: underline;
	}

#qualify {
	background: #ffffff;
	padding: 0px 20px 20px 20px;
	}
	
#footer_title {
	background:#fff;
	margin:0;
	padding:0;
}

#footer_sponsors {
	background: #000000;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	clear:both;
	padding:0;
	margin: 0px;
	height: 50px;3
	overflow:hidden;
	text-align:center;
}
#footer_sponsors a {
	/*margin: 0 20px;*/
	margin: 0px 30px;
	}

#footer_info {
	padding: 10px 0 0 0;
	}
	
#footer_info .menu {
	float:left;
	width:750px;
	}
	
#footer_info .main_sponsor {
	width:150px;
	padding-top:3px;
	float:right;
	text-align:right;
	}
	
#footer_info .webDesignBy, #footer_info .webDesignBy a, #footer_info .webDesignBy a:hover {
	color:#7D8082;
	text-decoration:none;
	}
	
#footer_info .webDesignBy a {}

#footer_info * {
	color: #7D8082;
	}

#footer_info .float_left, #footer_info .menu {
	color: #7D8082;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

#footer_info a {
    color: #7D8082;
    font-family: Arial;
    font-size: 11px;
}
#footer_info span, #footer_info span a {
	color: #C4C4C4;
	font-size: 11px;
	}

.menu {
	margin-left: 30px;
	width: 650px !important;
	}
	
	.menu a, menu a:visited {
		text-decoration: none;
		font-size: 10px;
		color: #9b9b9b !important;
		}
		
	.menu a:hover {
		color: #ffffff !important;
		}

.copyright {
	text-align: right;
	}
	
.boston a, .boston a:visited {
	color: #df0c19 !important;
	text-decoration: underline;
	}
	
/* Button */
/*.button, .button:visited {
	display: block;
	font: bold 12px tahoma;
	color:#FFFFFF;
	text-align: center;
	line-height: 30px;
	width: 100px;
	height: 31px;
	background: url(/media/structure/button.png) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
.button:hover{ 
	background-position: 0px -32px; 
	color: #e00e1a;
}*/


.button,
a.button {
	display: inline-block;
	max-height: 36px;
	height: 29px;
	background: url('/media/structure/bg_button.png') repeat-x 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 7px 0px 7px 0px;
	text-transform: uppercase;
	padding: 8px 10px 0px 10px;
	overflow: hidden;
	font-weight: bold;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
	
.button:hover,
a.button:hover {
	background: url('/media/structure/bg_button.png') repeat-x 0 -37px;
	}
/* jQuery Countdown styles 1.5.8. */


#marathon_timer { 
	width: 300px; 
	height: 55px; 
	position: relative;
	background: url('/media/structure/countdownref.png') no-repeat;
}

#marathon_timer_over { 
	width: 300px; 
	height: 55px; 
	background-image: url(Countdown-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 1px;
	margin: 0px;
	padding: : 0px;
}


#marathon_vals {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.marathon_numbs {
	font-size: 28px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

#marathon_y {
	background: url('/media/structure/flipclock2_bg.png') no-repeat;
	float: left;
	width: 48px;
	height: 30px;
	padding: 6px 0px 0px 2px;
	margin: 1px;
	letter-spacing: 7px;
}
#marathon_d {
	background: url('/media/structure/flipclock3_bg.png') no-repeat;
	float:left;
	width: 72px;
	height: 30px;
	padding: 6px 0px 0px 2px;
	margin: 0px;
	letter-spacing: 7px;
}
#marathon_h {
	background: url('/media/structure/flipclock2_bg.png') no-repeat;
	float:left;
	width: 50px;
	height: 30px;
	padding: 6px 0px 0px 2px;
	margin: 0px;
	letter-spacing: 7px;
}
#marathon_m {
	background: url('/media/structure/flipclock2_bg.png') no-repeat;
	float:left;
	width: 50px;
	height: 30px;
	padding: 6px 0px 0px 2px;
	margin: 0px;
	letter-spacing: 7px;
}
#marathon_s {
	background: url('/media/structure/flipclock2_bg.png') no-repeat;
	float:left;
	width: 42px;
	height: 30px;
	padding: 6px 0px 0px 2px;
	margin: 0px;
	letter-spacing: 7px;
}

#marathon_labels {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.marathon_labs {
	font-size: 9px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#marathon_yl {
	float:left;
	width: 51px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#marathon_dl {
	float:left;
	width: 74px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#marathon_hl {
	float:left;
	width: 54px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#marathon_ml {
	float:left;
	width: 55px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#marathon_sl {
	float:left;
	width: 46px;
	height:15px;
	padding:0px;
	margin: 0px;
}

#flipcount { 
	width: 300px; 
	height: 55px; 
	text-align: center;
	}

/* Charity Scroller */

#charity_wrapper {
	width: 550px;
	height: 250px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	}
	
#charity_slideshow {
	width: 370px;
	height: 250px;
	}
	
	#charity_wrapper img, #charity_wrapper p {
		z-index: 0 !important;
		}
		
#charity_nav {
	position: absolute;
	margin: 0px 0px 0px 530px;
	z-index: 2 !important;
	background: #000000;
	height: 250px;
	}
	
#charity_nav a {
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #000000;
	text-decoration: none;
	color: #ffffff;
	height: 25px;
	width: 10px;
	display: block;
	padding: 16px 4px 8px 5px;
	
	}
	
#charity_nav a.activeSlide {
	background: #333333;
	}
	
#charity_nav a:focus {
	outline: none;
	}

.charity_item {
	position: absolute;
	z-index: 0 !important;
	}
	
.image {
	position: absolute;
	z-index: 0 !important;
	background: #000000 !important;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000 !important;
	}
	
.imagelink {
	}
	
.text {
	position: absolute;
	z-index: 1 !important;
	background: #000000;
	width: 128px;
	height: 230px;
	padding: 10px 16px 10px 16px;
	margin: 0px 0px 0px 370px;
	color: #ffffff;
	}
	
	.text h2 {
		color: #ffffff !important;
		}
	
	.text h3 {
		color: #ffffff !important;
		}
	
#charity_overlay {
	height: 250px;
	width: 14px;
	background: url('/media/structure/charity_overlay.png') no-repeat;
	position: absolute;
	margin: 0px 0px 0px 0px;
	z-index: 3 !important;
	}
	
#charity_overlay_end {
	height: 250px;
	width: 8px;
	margin: 0px 0px 0px 542px;
	background: url('/media/structure/charity_overlay_end.png') no-repeat;
	position: absolute;
	z-index: 3 !important;
	
	}

/* News */
#news {
	padding: 0px 20px 0px 20px;
	}
	
#news_body {
	clear: both; 
	color: #333333;
	}
	
.news_title {
	font-weight: bold; 
	color: #333333;
	font-size: 11px;
	}
	
.news_header {
	width: 100px; 
	float: left;
	}
	
.news_all {
	float: right; 
	padding-top: 10px;
	}
	
/* Poll */
#poll {
	margin: 0px 0px 20px 0px;
	}
#poll h3 {color:#333;}
#poll_title {
	height: 25px;
	width: 254px;
	background: url('/media/structure/poll_top.png') no-repeat;
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
	padding: 6px 0px 0px 10px;
	}
	
#poll_body {
	width: 232px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 10px;
	}

#poll_bottom {
	width: 254px;
	height: 7px;
	background: url('/media/structure/poll_bottom.png') no-repeat;
	}
#poll li {
	margin: 3px 0;
}
#poll input[type='radio'] { position:relative; top:2px; width:auto;margin-right:3px; }

#poll label {margin-left: 5px;padding-left:0px;}
#poll .submit {
	width: 95px;
	height: 30px;
	text-align: center;
	background: url('/media/structure/vote_bg_on.png') no-repeat;	
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height:27px;
	display:block;
	text-decoration:none;
	margin:0 auto;
	cursor:pointer;
}
	
	#poll .submit:hover {
		background: url('/media/structure/vote_bg.png') no-repeat;
		color: #e00e1a;
		font-size: 14px;
		font-weight: bold;
		}
		
.radio {

	background: url('/media/structure/radio_off.png') no-repeat;
	}
	
/* Race Selector */

#race_selector {
	width: 555px;
	height: 82px;
	margin-bottom: 20px;
	}
	
	.rs {
		float: left;
		width: 111px;
		height: 82px;
		display: block;
		}
		
	.rs1 {
		background: url('/media/structure/bibs_off.png') no-repeat;
		}
		
		.rs1:hover {
			background: url('/media/structure/bibs_on.png') no-repeat;
			}
		
	.rs2 {
		background: url('/media/structure/bibs_off.png') no-repeat -111px 0px;
		}

		.rs2:hover {
			background: url('/media/structure/bibs_on.png') no-repeat -111px 0px;
			}
			
	.rs3 {
		background: url('/media/structure/bibs_off.png') no-repeat -222px 0px;
		}

		.rs3:hover {
			background: url('/media/structure/bibs_on.png') no-repeat -222px 0px;
			}
			
	.rs4 {
		background: url('/media/structure/bibs_off.png') no-repeat -333px 0px;
		}

		.rs4:hover {
			background: url('/media/structure/bibs_on.png') no-repeat -333px 0px;
			}
	.rs5 {
		background: url('/media/structure/bibs_off.png') no-repeat -444px 0px;
		}

		.rs5:hover {
			background: url('/media/structure/bibs_on.png') no-repeat -444px 0px;
			}
			
/* Race Entertainment */

	.ent_table {
		margin-bottom: 10px;
	}
	
		
	td.ent_photo {
		vertical-align: top;
		width: 170px !important;
		text-align: center;
		padding: 0px;
	}
	
	td.ent_photo img {
		max-width: 150px !important;
		}
	
	td.ent_desc {
		vertical-align: top;
		padding-left: 15px;
	}
	
/* Misc */
.elite2011 {
	background: url('/media/structure/bg_JasonLoutitt.jpg') no-repeat top right;
	margin-top: -20px;
	padding: 20px 0px 0px 0px;
	}
	
.elite2011 p {
	margin-right: 175px;
	}
	
.elite2011 ol {
	list-style: decimal;
	margin: 0px 200px 20px 35px;
	}
