/* Design by Noah Blon of Tria Design Firm @ http://www.triadesignfirm.com & http://www.noahblon.com  All Rights Reserved */

	


/* -----------------------------------*/
/* ---------->>>  RESET <<<-----------*/
/* -----------------------------------*/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	
	.clr{clear: both;}
	
/* -----------------------------------*/
/* ------>>>  GLOBAL STYLES <<<-------*/
/* -----------------------------------*/ 


	/* ------>>>  TEXT <<<-------*/
	h1{
		
		font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:22px;
font-weight:bold;
padding-bottom:10px;
padding-top:5px;
	}
	
	h2{
		font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:20px;
font-weight:bold;
padding-bottom:10px;
padding-top:5px;
	}
	
	h3{
		font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:17px;
font-weight:bold;
padding-bottom:10px;
padding-top:5px;
	}
	
	
	h4{
		font-family:verdana,arial,helvetica,sans-serif;
font-size:14px;
font-weight:bold;
padding-bottom:10px;
padding-top:5px;
	}
	
		h5{
		font-family:verdana,arial,helvetica,sans-serif;
font-size:12px;
font-weight:bold;
padding-bottom:10px;
padding-top:5px;
	}
	
		h6{
		font-family:verdana,arial,helvetica,sans-serif;
font-size:10px;
font-weight:bold;
padding-bottom:10px;
padding-top:5px;
	}
	
		
	p {
			color:black;
			font-family:Tahoma, Geneva, sans-serif;}
	
	a {
		color:#df2516;
	}
	
	em{
	}
		
	del{
	}
	
	strong{
	}
	
	pre
	{
	}
	
	/* ------>>>  LISTS <<<-------*/
	ol {
		list-style-type:decimal;
		list-style-position:inside;
		
	}
		
	ul{
		list-style-type:disc;
		list-style-position:inside;
	}

	dl{
	}

	dd{
	}
	
	blockquote{
    color: #999;}
	
	blockquote p{
    color: #999;}
	
	strong {
	font-weight:bold;
	}
	
	em{
	font-style:italic;
	}

	li{
		list-style-type:none;
	}
/* -----------------------------------*/
/* -------->>>  STRUCTURE <<<---------*/
/* -----------------------------------*/
	
	#wrapper{
			width:960px;
			margin:auto;
						line-height:1.3em;
	}
	
	#header{
			height:130px;
			background:url(../images/header-background.gif) no-repeat center top;}
		
	#randomimage{
			height:188px;}

		
	#navigation{
			height:31px;
			background:url(../images/nav-back.png) no-repeat center top;
			padding-bottom:5px;}
	
	
	#whatshot img{
			width:200px;
	}
	#leftnav{
			width:240px;
			float:left;
			/*background: url(../images/module_bottom.jpg) 0 100% no-repeat; */
			
}
	
	#showcase{
		margin-left:15px;
		z-index:1;
	}
	
	#slider{
		z-index:1;
	}

/*	#whatshot{
			width:25%;
			float:left;
			}
	
	#featu#df2516{
			float:left;
			width:25%;
			}*/
	
	#rightnav{
			width:240px;
			float:right;
			/*background: url(../images/module_bottom.jpg) 0 100% no-repeat;*/
			}
	
	#main{
			margin:auto;
			background-color:#FFF;
			float:left;
			line-height:1.75em;}
			
.main1{
	width:480px;
	
}

	
.main2{
	width:700px;
}


.main3{
	width:940px;
	
}
			
	#contentright{
			width:75%;
			float:right;
	}
	
	#footer{
			clear:both;}
			
	
	
/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

	/*#header a{
			height:160px;
			display:block;}*/			
	.logo {
			margin:0px auto;
			display:block;
			padding-top:60px;}
		  
	.logo a{
			margin:auto;
	}
/* -----------------------------------*/
/* ------->>>  RANDOM IMAGE<<<--------*/
/* -----------------------------------*/

	
/* -----------------------------------*/
/* --------->>>  TOP NAV <<<----------*/
/* -----------------------------------*/

	#navigation{
			float:left;
			width:960px;}
			
	#navmenu{
			padding-left:15px;
			float:left;
			width:735px;
			z-index:2;}
	
	#navsearch{
			float:left;
			
			padding-top:4px;
			height:27px;
			}
			
	.moduletable_search{
			float:left;}
		
	.item1 a{
			border-left:none;}
	
	.item68 a{
			border-right:1px solid black;}
			
	#navsearch{
			margin-left:-15px;
	}
	
	.inputbox_searchbox{
		/*	background:url(../images/searchBg.png) no-repeat center top;*/
		border:1px solid #ae140b;
		-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:3px 10px;
margin-top:1px;
}

.button_searchbox{
	vertical-align:middle;
	margin:-1px 0 0 4px;
	overflow:hidden;
}


.button_searchbox:active{
	margin-top:1px;
	margin-bottom:-1px;
}




	
		

/* -----------------------------------*/
/* --------->>>  CONTENT <<<----------*/
/* -----------------------------------*/


	#content {
			font-family:Tahoma, Geneva, sans-serif;
			font-size:.85em;
			color:#362f2d;
			float:left;
			width:960px;
			/*background:url(../images/content_back.gif) repeat;*/}
			
	#centercontent{
			margin:auto;
			float:left;
			width:480px;}
	
	#centercontentinner{
			float:left;
			/*width:480px;*/}
			
	#centercontentinner2{
			float:left;
			/*width:480px;*/}
			
			
	#leftnav h3{
			font-weight:bold;
			font-size:1.15em;
			font-family:Tahoma, Geneva, sans-serif;
			padding-top:.1em;
			padding-bottom:15px;
			text-align:center;
			background:url(../images/module_top.png) no-repeat center top;}
			
	#rightnav h3{
			font-weight:bold;
			font-size:1.15em;
			font-family:Tahoma, Geneva, sans-serif;
			padding-top:.1em;
			padding-bottom:15px;
			text-align:center;
			background:url(../images/module_top.png) no-repeat center top;}
			
	.moduletable h3{
			color:#df2516;}
		
	.module{
		padding-bottom:20px;}
	
	.module table{
		padding-left:15px;}
	
	.contentpaneopen {
		padding-left:15px;
		padding-right:15px;
		width:100%;}
	
	
	#form-login{
		padding-left:15px;
		padding-right:15px;}
		

	/* -------->>>  LEFT NAV <<<----------*/
	#leftnav a{
			text-decoration:none;
			font-family:Verdana, Geneva, sans-serif;
			/*display:block;*/
			line-height:1.3em;
			padding-bottom:5px;}
	
	#leftnav .menu{
			line-height:1.75em;}
			
	/*.mod_docman_lister_link{
			padding-left:25px;
			display:block;
			padding-top:0px;
			line-height:1em;}*/
			
/* -----------------------------------*/
/* ------->>>  LATEST EVENT  <<<------*/
/* -----------------------------------*/

#content .module_eventslideshow h3{
			font-weight:bold;
			font-size:1.15em;
			font-family:Tahoma, Geneva, sans-serif;
			padding-top:.1em;
			padding-bottom:15px;
			text-align:center;
			background:url(../images/main-top.jpg) no-repeat center top;
			color:#df2516;}
			
#content .module_eventslideshow {
	padding-bottom:15px;
}

 .mod_events_latest_table{
	padding-left:15px;
	padding-right:15px;
		font-size:.9em;

 }
		
	
				
/* -----------------------------------*/
/* ------>>>  MAIN COMPONENT <<<------*/
/* -----------------------------------*/

	#main{
			/*background:url(../images/main-bottom.jpg) no-repeat center bottom;*/
			background: url(../images/main_top.jpg) repeat-x top;
			}
			

	.componentheading{
			font-weight:bold;
			font-size:1.35em;
			font-family:Tahoma, Geneva, sans-serif;
			padding-top:5px;
			text-align:center;
			color:#df2516;
			}
			
	.contentheading{
			font-weight:bold;	
			font-size:1.05em;
			padding-top:15px;
			padding-bottom:5px;
			padding-right:5px;}
			
	
	.article_text{
			color:#362f2d;}
			
	.article_link{}
	
	#main fieldset{
		background-color:#FFF;
	}

	#main ul li{
		list-style-type: disc;
	}
	#main ol li{
		list-style-type:decimal;
	}

/* -----------------------------------*/
/* --------->>>  FOOTER <<<-----------*/
/* -----------------------------------*/

	#footer{
			margin:auto;
			width:960px;
			text-align:center;}			   

	#footer ul{
			margin:auto;
			text-align:center;}
	
	#footer td{
			text-align:center;
			/*width:720px;*/}
	
	#footer li{
			display:inline;
			margin:auto;
			text-align:center;}

	#footer a{
	 	 	text-decoration:none;
			color:black;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:.8em;
			padding-right:5px;
			padding-left:5px;}
			
	#footer a:hover{
	 	 	color:#df2516;}

	#footer p{
			font-family:Tahoma, Geneva, sans-serif;
			font-size:.8em;
			padding-bottom:5px;}
			
			
			

	.round1{/*background: url(../images/br_grey.gif) 100% 100% no-repeat;*/}
.round2 {background: url(../images/tl_grey.gif) 0 0 no-repeat}
.round3 {background: url(../images/tr_grey.gif) 100% 0 no-repeat; padding:10px; padding-top: 0px; padding-bottom: 2px;}
.round4 {background: none;}




.chronoform a, .white{
	color:white;
}


.wrapper{
	padding-top:25px;
	padding-bottom:25px;
}
	
.module li{
	list-style-type:none;
	padding-left:25px;
	padding-bottom:5px;
	font-size:13px;
}

.module-moduleeventslist{
	padding-bottom:25px;
}


.module_resultsandphotosmenu a{
	font-size:14px;
	text-decoration:none;
	padding-left:25px;
}
   
   .module_resultsandphotosmenu{
	   padding-bottom:15px;
   }



.triadesignlogo{
	position:absolute;
	right:50px
}

.module_modulecalendar a{
	color:#000;
}

.tweet{
	padding:5px 10px 5px 10px;
	border-bottom:1px dashed #ccc;
}

.tweet-date{
	font-size:.8em;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	text-transform:lowercase;
	margin-top:-4px;
}

.tweet-username{
	font-weight:bold;
}

#twtr-widget-1 h3{
	background-image:none;
	text-align:left;
}

.module_mobileLink ul{
	margin:0 0 20px 26px;
}

.module_mobileLink a{
	text-decoration:none;
}

.mod_events_latest_callink, .mod_events_latest_eventslist{
	text-align:center;
	text-transform:lowercase;
	margin-bottom:17px;
	
	
}

.mod_events_latest_callink a{
background-color:yellow;
text-shadow:0 1PX 0 rgba(255,255,255,.5);

}

.mod_events_latest_eventslist a{
background-color:red;
color:white;
text-shadow:0 -1PX 0 rgba(0,0,0,.3);

}


.mod_events_latest_callink a, .mod_events_latest_eventslist a{

padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
display:block;
margin:auto;
width:175px;
box-shadow:0px 1px rgba(0,0,0,.3);
-webkit-box-shadow:0px 1px rgba(0,0,0,.3);
-moz-box-shadow: 0px 1px rgba(0,0,0,.3);

}

.mod_events_latest_callink a:hover, .mod_events_latest_eventslist a:hover{
box-shadow:0px -1px rgba(0,0,0,.3);
-webkit-box-shadow:0px -1px rgba(0,0,0,.3);
-moz-box-shadow: 0px -1px rgba(0,0,0,.3);
text-shadow:0 1PX 0 rgba(0,0,0,.3);

}


.ev_td_left{
	background-color:#99DDFF;
	padding:5px;
	width:30%;
}

.ev_td_right{
	margin:0px !important;
	padding-bottom:50px;
}

.ev_td_right .ev_ul{
	padding:0;
	margin:0;
}

li.ev_td_li{
	list-style-type:none !important; 
	margin-left:10px !important;
	padding-bottom:5px !important;
}



ul.ev_ul li.ev_td_li {
	padding-left: 0px !important;
	border:none;
	}

.ev_table{
width:100% !important;	}


	.center div, .center span,
	.center h1, .center h2, .center h3, .center h4, .center h5, .center h6, .center p, .center blockquote,
	.center a, 
	.center fieldset, .center form, .center label, .center legend,  .center table, .center tr,.center td, .center tbody{
	text-align:center !important;
	
	}
	
.listdate{
	font-size:.8em;
	}
	
	
	
.eventslist{
	
}

.bx-wrapper{
	height:440px;
	width:220px;
	margin:auto;
	}
	
#eventslist {
text-align:center;
	margin:0px 10px;
}

#eventslist li {
	padding-bottom:0px !important;
	height:84px;
	padding:0;
	border-top:1px dotted #ccc;
	

	}
	
	#eventslist li  a{
	
	padding-bottom:0px !important;
	}
	

	




.mod_events_latest_date{
	color:black !important;
}


.raceResults{
width:100%;
/*
border-left:1px solid #eee;
border-top:1px solid #eee;

*/

}
.raceResults td{
/*
border-bottom:1px solid #eee;
*/
vertical-align: middle;

}


.raceResults td{
/*
border-right:1px solid #eee;
*/
}

.raceResults .date{
width:8%;

}

.raceResults .race{
width:45%;
}

.raceResults .location{
width:25%;
}

.raceResults .photo{
width:22%;
}

.gold{
background-color:#FFFF00

}

.yellow{
background-color:#FFFF99;

}

.timePhoto{
background-color:#FFFF00;
font-weight:bold;
color:black;

}

.freePhoto{
background-color:#FFFF99;
font-weight:bold;
color:black;

}

#raceResults h4{
margin-top:60px;
margin-bottom:-40px;
font-size:1.2em;

}

#raceResults h5{
font-size:1.1em;
margin-top:40px;

}



