@charset "utf-8";
* {
margin:0;
padding:0;
}

html {
height:100%;
overflow: -moz-scrollbars-vertical;
}

img {
border-width:0;
}

p {
margin-bottom:18px;
font-size:14px;
}

blockquote {
font-style:italic;
margin-bottom:18px;
font-size:14px;
color:#492007;
padding:0 50px;
}

a {
color:#040037;
}

a:visited {
color:#68411f;
}

a:hover {
color:#3d180b;
}

hr {
border:0;
color:#68411f;
background:#68411f;
height:3px;
margin-top:-6px;
margin-bottom:10px;
}

hr.blue {
border:0;
color:#040037;
background:#040037;
height:2px;
margin-top:-5px;
margin-bottom:8px;
}

body {
background:url('http://www.theworldracedev.com/images/page-bg.jpg') repeat-x #fef5dc top;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
}

body.home {
background:url('http://www.theworldracedev.com/images/home-page-bg.jpg') repeat-x #fef5dc top;
}

#wrapper {
width:100%;
text-align:center;
}

#topBar {
margin:0 auto;
width:975px;
height:22px;
text-align:right;
color:#fff;
font-size:12px;
padding-top:3px;
}

	#topBar a, #topBar a:visited {
	color:#fff;
	text-decoration:none;
	margin-left:25px;
	}
	
	#topBar a:hover {
	color:#fbe49e;
	}

	#topBar img {
	vertical-align:middle;
	}
	
#pageHeader {
margin:0 auto;
width:975px;
height:98px;
}

	#pageHeader #hdrLeft {
	float:left;
	width:441px;
	padding:0;
	margin:0;
	}
	
	#pageHeader #hdrRight {
	float:right;
	width:534px;
	padding:0;
	 text-align:right;
	 color:#fff;
	 font-size:34px;
	 font-weight:700;
	}
	
		#hdrRight #blogTitle {
		width:100%;
		padding:10px 0 0 0;
		float:right;
		}
	
		#hdrRight #blogTitle a {
		 color:#fff;
		 text-decoration:none;
		}
		
		#hdrRight #blogTitle a.small {
		 font-size:24px;
		}
		
		#hdrRight #blogTitle a:hover {
		 color:#fbe59c;
		}
	
		


	
	img.imgLeftSmall, img.imgRightSmall {
	border:1px solid #ab8d60;
	background:#fff;
	padding:4px;
	}
	
	img.imgLeftSmall {
	float:left;
	margin:2px 5px 2px 0;
	}
	
	img.imgRightSmall {
	float:right;
	margin:0 0 2px 3px;
	}
	
/* END OF HOME PAGE CONTENT -----------------*/




/* INTERNAL PAGE CONTENT --------------------*/
#contentWrapper {
margin:0 auto;
width:100%;
min-height:400px;
margin-top:9px;
background:url('http://www.theworldracedev.com/images/content-bg.jpg') repeat-x bottom;
}

	#contentWrapper #contentMain {
	margin:0 auto;
	width:975px;
	text-align:left;
	background:url('http://www.theworldracedev.com/images/contentMain-bg.gif') repeat-y;
	}
	
		#contentMain #content {
		float:left;
		width:700px;
		padding:19px 20px 22px 5px;
		min-height:420px;
		}
		
			/* this is for pages that have main content on the left (like parents page) and smaller column on right */
			#content #contentLeft {
			float:left;
			width:400px;
			padding-right:2px;
			}
			
			#content #contentRight {
			float:right;
			width:260px;
			padding-left:38px;
			background:url(http://www.theworldracedev.com/images/contentRight-bg-trans.png) no-repeat left top;
			}
			
			/* this is for pages that have main content aligned in 2 columns (like video page) */
			#content #contentLeftEven {
			float:left;
			width:330px;
			padding-right:2px;
			}
			
			#content #contentRightEven {
			float:right;
			width:330px;
			padding-left:38px;
			background:url(http://www.theworldracedev.com/images/contentRightEven-bg-trans.png) no-repeat left top;
			}
			
			#content #contentRightEven.small {
			background-image:none;
			background:url(http://www.theworldracedev.com/images/space.gif) no-repeat left top;
			}
			
			/* this is for pages that have main content on the RIGHT (like participants page) and smaller column on LEFT */
			#content #contentLeftAlt {
			float:left;
			width:200px;
			padding-right:2px;
			}
			
			#content #contentRightAlt {
			float:right;
			width:460px;
			padding-left:38px;
			background:url(http://www.theworldracedev.com/images/contentRightEven-bg-trans.png) no-repeat left top;
			}
			
				#contentLeftAlt iframe, #contentRightAlt iframe {
				border:1px solid #ab8d60;
				}
			
			#content .contentLeftAlt {
			float:left;
			width:218px;
			height:175px;
			margin-bottom:18px;
			}
			
			#content .contentRightAlt {
			float:right;
			width:462px;
			padding-left:18px;
			padding-top:8px;
			color:#3d180b;
			font-weight:700;
			height:167px;
			margin-bottom:18px;
			}
						
			#content .contentRightAlt ul li {
			font-style:italic;
			font-weight:400;
			padding-bottom:5px;
			}
			
			#content .contentRightAlt ul li {
			font-style:italic;
			font-weight:400;
			padding-bottom:5px;
			}

			
			/* this is for quotes from parents, etc. to be shown on the smaller right side (contentRight) */
			#content #contentRight p.quote, #content p.quote {
			background:url(http://www.theworldracedev.com/images/quote-bg-trans.png) no-repeat top left;
			padding-left:28px;
			color:#68411f;
			margin-bottom:15px;
			}
			
			#content #contentRight p.quote {
			margin-bottom:1px;
			}
			
			/* video object properties - only used in a few places */
			.objectContent {
			width:390px;
			height:263px;
			margin-right:20px;
			margin-bottom:15px;
			float:left;
			}
		
			#content h1 {
			color:#68411f;
			font-size:30px;
			font-size:26px;
			/*margin-bottom:15px;*/
			letter-spacing:-1px;
			}
			
			#content h2 {
			color:#040037;
			font-size:18px;
			margin-bottom:6px;
			}
			
			#content h3 {
			color:#040037;
			font-size:16px;
			margin-bottom:7px;
			}
			
			#content ul, #content ol {
			margin-left:35px;
			margin-bottom:18px;
			}
			
			img.imgRight, img.imgLeft, img.imgNorm {
			border:1px solid #ab8d60;
			background:#fff;
			padding:8px;
			}
			
			img.imgRight {
			float:right;
			margin:3px 0 3px 6px;
			}
			
			img.imgLeft {
			float:left;
			margin:3px 6px 3px 0;
			}
			
			#content table, #content th, #content td {
			border:0;
			padding:0;
			margin:0;
			border-spacing:0;
			border-collapse:collapse;
			text-align:left;
			vertical-align: top;
			}
			
			#content th {
			background:#3d180b;
			font-weight:700;
			color:#fff;
			padding:2px 8px 2px 2px;
			}
			
			#content td.tdNice {
			padding:3px 8px 3px 2px;
			}
			
			#content #vidNextTop {
			position:absolute; 
			left:840px; 
			top:165px;
			z-index:0;
			}
			
			#content #picNextTop {
			position:absolute;
			left:695px;
			top:165px;
			font-weight:700;
			z-index:0;
			}
			
		#contentMain #sidebar {
		float:right;
		width:230px;
		padding:19px 10px 22px 10px;
		background:url('http://www.theworldracedev.com/images/sidebar-bg.jpg') repeat-x top;
		color:#fff;
		min-height:420px;
		height:100%;
		}
		
			#sidebar ul {
			list-style-type: none;
			padding: 0;
			margin: 0;
			}
			
			#sidebar li {
			margin-bottom:7px;
			}
			
			#sidebar a, #sidebar a:visited {
			color:#fff;
			font-weight:700;
			text-decoration:none;
			}
			
			#sidebar a:hover {
			color:#fbe49e;
			text-decoration:underline;
			}
			
			#sidebar #applyNowSm {
			width: 230px;
			height: 93px;
			background:url('http://www.theworldracedev.com/images/btn-apply-now-sm-trans.png') top left;
			margin-bottom:20px;
			}
			
			#sidebar #applyNowSm:hover {
			background:url('http://www.theworldracedev.com/images/btn-apply-now-sm-RO-trans.png') top left;
			}
			
			#sidebar hr {
			border:0;
			color:#f9e5a0;
			background:#f9e5a0;
			height:3px;
			margin-top:-6px;
			margin-bottom:10px;
			}
			
			#sidebar .imgNorm {
			border:1px solid #61462d;
			margin-bottom:15px;
			}
			
			#sidebar .box {
			padding:2px;
			width:222px;
			border:1px solid #230d07;
			}
			
			#sidebar .button {
			border:1px solid #230d07;
			padding:2px;
			font-weight:700;
			background:#e0dfdf;
			}

		
		#contentClear {
		clear:both;
		}
		
/* END OF INTERNAL PAGE CONTENT -----------------------*/

#bottom {
margin:0 auto;
width:100%;
min-height:265px;
background:url('http://www.theworldracedev.com/images/bottom-bg.jpg') repeat-x top #000;
color:#fff;
}

	#bottom #footer {
	margin:0 auto;
	width:975px;

	padding-top:25px;
	}

	#footer a {
	/*text-decoration:none;*/
	color:#fff;
	}
	
	#footer a:visited {
	color:#ccc;
	}
	
	/*#footer a:hover {
	text-decoration:underline;
	}*/
	
	#footer table, #footer th, #footer td {
	border:0;
	padding:0 10px 10px 10px;
	margin:0;
	border-spacing:0;
	border-collapse:collapse;
	font-size:11px;
	vertical-align:top;
	}
	
	#footer th {
	font-weight:700;
	text-align:left;
	font-size:14px;
	}



/* tooltip styling */ 
#mapInfo { 
    display:none; 
    background:url(http://www.theworldracedev.com/images/home-map-bubble-trans.png) no-repeat; 
    height:83px; 
    padding:15px 15px 10px 15px; 
    width:139px; 
    font-size:11px; 
    color:#fff; 
	z-index:600;

}

#mapInfo b {
	font-size:14px;
	color:#ff9;
}

#mapInfo i {
	font-size:13px;
	font-style:normal;
	font-weight:700;
}

/*#mapInfo img {
	vertical-align:middle;
	margin-right:3px;
}*/

#mapInfo a, .mapInfo a:visited {
	color:#ff9;
}

#mapInfo a:hover {
	color:#fff;
}

/* override the arrow image of the tooltip */
#mapInfo.bottom {
	background:url(http://www.theworldracedev.com/images/home-map-bubble-bottom-trans.png) no-repeat;	
	padding-top:40px;
	height:55px;
}

.BlogHR{
	margin:30px 0 10px 0;
	border-bottom: dotted black 2px;
}

.commentsbox {
	background-Color:#F9E1B1;
	padding: 10px;
	border: solid #c0c0c0 1px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.BlogComment{
	padding: 10px;
}
.Comment{
	line-height:18px;
}
.CommentByLine{ font-style:italic;
}
.commentcount{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: dotted black 1px;
	background-color:#ffffff;
	font-size: 14px;
	font-weight: bold;
}

.nextprevlinks{
	padding:5px;
	margin-bottom:15px;
	border:dotted #c0c0c0 1px;
}

.BlogTable hr {
margin-top:8px;
}