/* LAYOUT */
body { background: #2d2d2d url(/images/page-bg.gif); font: 12px Verdana, Arial, Helvetica, sans-serif; }
#wraper { margin: 0 auto; width: 980px; }
#container { background-color: #121212;	float: left; width: 980px; height: 100%; }
#container.singleCol #content {background-color:red;}
#content{
	background:#fff url(/images/content-bg.gif) repeat-y;
	color: #161616;
	float: left;
	margin: 0 10px;
	padding: 18px 0 35px 0;
	width: 960px;
	display: inline;
	}
	#content div.left { float: left; margin: 0 32px 0 33px; width: 593px; display: inline; }
	#content div.right { float: left; margin: 0 0 0 19px; width: 275px; display: inline; }
	
#container.singleCol #content {
	background:#fff none;
	color: #161616;
	float: left;
	margin: 0 10px 0 10px;
	padding: 18px 0 35px 0;
	width: 960px;
	display: inline;
	}
	#container.singleCol #content div.left {float: left; margin: 0 32px 0 33px; width: 895px; display: inline; }


/* GLOBAL */
.alert {
	border: 1px solid #dcce87;
	background: url(/images/icon_alert.gif) no-repeat 10px 10px #ffff78;
	padding: 10px;
	padding-left:70px;
	color:#967d00;
}
.alert span{
font-weight:bold;
font-size:14px;
display:block;
}
a { color:#ae1c1b; padding-bottom:1px; }
a .arrow { font-family:verdana; text-decoration: none !important; }
a.buttonLink {
	background:url(/images/bu-registration.gif) top left no-repeat;
	display:block; 
	width:178px; 
	height:47px;
	float:right;
	margin: 0 0 20px 20px;
	}
	a.buttonLink:hover {
	background:url(/images/bu-registration.gif) 0 -49px no-repeat !important;
	cursor: pointer;
	}



#content a:visited { color: #410808; }
#content a:hover { color:#fff; background:#ae1c1b; }
p { line-height: 1.4em; margin-bottom: 16px;}
p.more { text-align: right; }
p img.right{ float: right; border: 1px solid #ccc; margin: 0 0 10px 15px; }
p img.left{ float: left; border: 1px solid #ccc; margin: 0 15px 10px 0; }
.leadin { font-family: verdana; color: #888888; font-size: 14px; margin: 0; }
h1 { font-size: 24px; font-weight: bold; color: #1f2073; }
h2 {font-size: 20px; font-weight: bold; color: #1f2073; font-family: Trebuchet MS; margin-top: 20px; padding: 0;}
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-style: italic; font-size: 14px; margin-bottom: 16px; }
h5 { font-weight: bold; font-size: 13px; color: #1f2073; }
#content ul {
		margin-bottom:10px;
		}
		#content li { padding:0 0 3px 0; }
		#content li.highlight {font-weight:bold; margin-bottom: 5px;}
#content ul.style2 {
		margin-bottom:10px;
		}
		#content ul.style2 li {
			padding:0 0 10px 25px;
			background: url(/images/arrows.gif) 8px 7px no-repeat;
			line-height: 18px;
			}
#content ul.style3 {
		margin-bottom:10px;
		}
		#content ul.style3 li {
			padding:0 0 5px 25px;
			background: url(/images/arrows.gif) 8px 7px no-repeat;
			line-height: 16px;
			}
#content ol {
		margin-bottom:10px;
		}
		#content ol li {
			padding:0 0 5px 0;
			margin-left:25px;
			list-style:decimal;
			line-height: 16px;
			}
.list2col ul { float:left; width: 420px; margin-right:10px; }			
.list3col ul { float:left; width: 285px; margin-right:10px; }
.list2col ul em, .list3col ul em { padding-right:5px; font-style:normal;  color:#1f2073; }

em { font-style: italic; }
strong { font-weight: bold; }
.post-date {color:#424242; font-size:10px;}
.clear {clear:both;}

#steps { 
	width:595px;
	background:url(/images/bg_steps_top.gif) top left no-repeat; 
	padding-top: 12px;
	}
	#steps div.content{ 
		width:595px;
		background:url(/images/bg_steps_bottom.gif) bottom left no-repeat; 
		float: left; 
		padding-bottom: 5px; 
		}
		#steps div.step {
			float: left;  
			padding: 0 10px 0 8px; 
			width: 171px; 
			}
			#steps div.middle {margin: 0 13px 0 13px;}
			#steps div.number {font-size: 40px; font-weight: bold; font-family: Trebuchet MS; color: #fff; float: left; margin-right: 8px; line-height: .9em; }
			#steps p {padding: 0px 0 0 30px; }

table { margin-bottom:20px; width:100%; border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
table caption { margin-bottom:5px;}
table caption em { display:block; font-weight: bold; font-size: 18px; font-family: Trebuchet MS; color: #1f2073; font-style:normal; }
td, th { border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 4px 8px 4px 10px;
		margin:0;
		color: #4e4e4e;}
		th {background: #781f1e url(/images/bg-th.gif) top left repeat-x; color:#fff; font-weight:bold;}
td.nameCol {width:110px;}	
td.titleCol {width:200px;}
td.result-time { text-align:right; }
th.result-class {width:35px;}
th.result-name {width:140px;}
th.result-time {width:50px;}
th.result-date {width:50px;}
tr.disabled td {color:#ccc;}
tr.disabled a {color:#ccc;}
tr.disabled a:hover {color:#ccc !important; background:none !important; }

/* Exceptions for legacy results content */
.eventResults td, .eventResults th {
	padding: 2px 4px 2px 4px;
	margin:0;
	font-size:11px;
	}
	
	.eventResults h2 { margin:0; padding:0; font-size: 24px; font-weight: bold; color: #1f2073; font-family: Verdana, Arial, Helvetica, sans-serif;}
	.eventResults h3 { margin:5px 0 0 0; padding:0; font-weight: bold; font-size: 18px; font-family: Trebuchet MS; color: #1f2073; font-style:normal; }
	.eventResults th { font-size:10px; }
	.eventResults th.resNum { width: 5%; }
	.eventResults th.resName { width: 19%; }
	.eventResults th.resLap { width: 8%; }
	.eventResults th.resPlace { width: 8%; }
	.eventResults td font { color:#bc1615; }
	
	


/* NEWS SECTION */
.entry { padding-top:10px; }

/* Images from news(wprdpress) */
.alignleft{float:left;}
.alignright{float:right;}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {margin: 7px margin}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
	
	
	
/* Forms */
fieldset {  
	margin-bottom: 15px;  
	padding: 15px;
	padding-bottom: 3px;
	border:1px solid #e0e0e0;;
	background-image: url(/images/bg_fieldsets.gif);  
	background-repeat: repeat-x; 
	background-color: #ebecec; 
}
legend {  
	font-size: 16px; 
	font-weight: bold; 
	color: #666666; 
	background-color: #fff;
}
fieldset label {  
	color: #666666;
	display: block;
}
fieldset input, fieldset textarea, fieldset select {  
	font-size:12px;
	padding:4px;
	border:solid 1px #c0c0c0;
	width:280px;
	margin:2px 0 15px 0;
	background: #ffffff url(/images/bg_formfield.gif) repeat-x;
	color: #1f2073;
}
fieldset select {
width:auto;
}

fieldset textarea, fieldset .wide {
	width:550px;
}
.error {
	color:#990000;
	font-weight:bold;
}	
	
div#history {padding-top:15px;}
div#history p {margin:0 0 5px 70px;}
div#history .dateBlock {
	border-top: 8px solid #bebebe;
	min-width:50px;
	text-align:center;
	padding: 8px 0 10px 0;
	background: #5b5aa0 url(/images/dateBlock-bg.gif) bottom left repeat-x;
	float:left;
	font-weight:bold;
	font-size: 10px;
	color:#fff;
	}
.flags img{float:left; margin-left:-120px;}
.flags .section{padding-left:120px; min-height:45px;}

/* HOMEPAGE */
.intro { 
	font-size: 20px; 
	color: #1f2073; 
	font-family: Trebuchet MS;
	line-height: 28px; 
	margin-bottom: 20px;
	}
	.intro em { font-size: 28px; font-weight: bold; font-style:normal;}
	.intro .action { line-height: 48px; }
	div.section {
		border-top: 1px dashed #c0c0c0; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: 34px; 
		padding-top: 16px; 
		}
		div.section h2 {margin-top: 0px;}
		
		
/*	SIDEBAR */
div.right .section {
	border-top: 0; 
	margin-bottom: 15px;  
	}
	div.right h2 {
		font-size: 18px; 
		font-family: Trebuchet MS; 
		color: #1f2073; 
		background: url('/images/bg_right_header.gif') top left no-repeat; 
		margin: 0 0 2px -19px; 
		padding: 0 10px 1px 19px;
		}
		div.right h3 { padding-right: 5px; font-size: 13px; margin-bottom: 8px; }			
		div.right p {font-size: 10px; color: #424242; line-height: 15px; margin: 0 6px 12px 0; padding-right: 5px;}	
		div.right .thumbs img {border: 1px solid #ccc; float: left; margin: 0 4px 10px 0;}
		div.right img.middle {margin: 0 4px 0 4px;}
		p.rss { background: url(/images/icon_rss.gif) left no-repeat; padding-left: 20px;}
		
		#sidebar-news .section {margin-bottom: 12px; padding-top: 0px;}
		#sidebar-news h2 {
					font-size: 12px; 
					font-family: Verdana, Arial, Helvetica, sans-serif;
					background-image:none;
					margin: 0; 
					padding: 0;
					}



/* NAVIGATION & HEADER */
#utility-nav {
	color:#ccc;
	font-size: 11px;
	padding: 11px 18px;
	text-align:right;
	}
	#utility-nav li { display: inline; padding-left: 2px;}
	#utility-nav a { color:#ccc;}
	#utility-nav a:hover { color:#fff;}
#header {
	margin: 0 10px;
	width: 959px;
	float: left;
	display: inline;
	padding-left: 1px;
	background: #fff url(/images/heading-01.jpg) 1px 1px no-repeat;
	}
	#header.section-home { background: #fff url(/images/heading-01.jpg) 1px 1px no-repeat; }
	#header.section-getting-started { background: #fff url(/images/heading-02.jpg) 1px 1px no-repeat; }
	#header.section-about-com { background: #fff url(/images/heading-07.jpg) 1px 1px no-repeat; }
	#header.section-rules { background: #fff url(/images/heading-06.jpg) 1px 1px no-repeat; }
	#header.section-registration { background: #fff url(/images/heading-03.jpg) 1px 1px no-repeat; }
	#header.section-events { background: #fff url(/images/heading-05.jpg) 1px 1px no-repeat; }
	#header.section-news { background: #fff url(/images/heading-04.jpg) 1px 1px no-repeat; }
	#header.section-forums { background: #fff url(/images/heading-05.jpg) 1px 1px no-repeat; }
	
	#logo{margin:29px 0 0 18px;}

	#nav-bg {
		float: left;
		width:958px;
		height:32px;
		background-image: url(/images/bgNavTransparent.png);
		margin-top: 35px;
	}

	#main-nav { 
		margin:-32px 0 0 23px;
		float: left;
		background: url(/images/nav-main-bg.gif) 0px -111px repeat-x;
		display: inline;
		padding: 0 1px 0 1px;
	}
	#main-nav li { 
		margin-right: 1px;
		display: block;
		float: left;
		}
		#main-nav li.last { margin-right:0; }
		#main-nav li a {
			height:23px;
			background: url(/images/nav-main-bg.gif) 0px -3px repeat-x;
			display:block;
			color: white;
			font-size: 11px; 
			padding:10px 9px 0 9px;
			text-decoration: none; 
			}
		#main-nav li a:hover { background: url(/images/nav-main-bg.gif) 0px -39px repeat-x; }
		#main-nav li.active a:hover { text-decoration:underline; }
		#main-nav li.active a, #main-nav li.active a:hover { background: url(/images/nav-main-bg.gif) 0px -75px repeat-x; }		
					
		#subnav-bg {
				float: left;
				width:958px;
				height:25px;
				background: #7b7ab7 url(/images/nav-sub-bg.gif) repeat-x;
			}
			#main-nav li.active ul {
				display: block;
				position: absolute;
				margin-left:4px;
			}
			#main-nav li.active ul li{height:25px;}	
			#main-nav li.active li a {
				padding:0 5px;
				margin-top:7px;
				height:auto;
				background: none;
				border-right: #7071b0 1px solid;
			}
			#main-nav li.active li.last a {	border-right: none; }
			#main-nav li.active li a:hover { text-decoration: underline; background-image:none; }
			#main-nav li.active li.active { background: url(/images/nav-sub-active.gif) bottom center no-repeat; }

/* FOOTER */
#footer{
	width: 960px;
	margin-left: 10px;
	padding: 37px 0px;
	background:url(/images/content-bottom.gif) top no-repeat;
	color:#898989;
	font-size:9px;
	float: left;
	display: inline;
	}
#container.singleCol #footer {background:url(/images/content-bottom-single.gif) top no-repeat;}
	#footer img { margin-left:35px; }
	#footer ul { margin: 5px 0 30px 35px; }
	#footer li { display: inline; border-right:1px solid #898989; padding:0 4px; }
	#footer li.first { border-right:none; }
	#footer li.last { border-right:none; }
	#footer a:visited { color: #ae1c1b; }
	