@charset "UTF-8";


/*----------------------------------------------------------------------------- 
[www.yoloboard.com] Screen Stylesheet 

version:   1.0 
date:      01/23/08 
author:    [Brandon L. Rager] 
email:     [brandonlee@cysy.com] 
website:   [www.cysy.com]
-----------------------------------------------------------------------------*/



/* Import other stylesheets
@import url("typography.css");
-----------------------------------------------------------------------------*/



/* Remove padding and margin ------------------------------------------------*/ 
* { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}



/* Random Classes -----------------------------------------------------------*/

.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}

.indent_hours {
	text-indent: 3pt;
}

.photocaptions {
	color:#666666;
	font-size: 10px;
}

.smalltext {
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}


/* Tables 
-----------------------------------------------------------------------------*/ 

table 
    { 
      border-spacing: 0; 
    border-collapse: collapse; 
} 

td 
    { 
    font-weight: normal; 
}




body {
	background-color: #c1e1f0;
	background-image: url(images/poster_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: left bottom;
	text-align: center;
	color: #626262;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
}

.text {
	font-size: medium;
	line-height: 1.5em;
}

.textsm {
	font-size: small;
	line-height: 1.2em;
}

b {
	color: #339900;
	font-weight: bold;
}

strong {
	color: #339900;
	font-weight: bold;
}

a {
	color: #456181;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #0f6cc3;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #456181;
	font-weight: normal;
	line-height: 27px;
	padding-bottom: 2px;
}

h2 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #456181;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 5px;
}

	h2 a {
	color: #009DDC;
	font-weight: bold;
	text-decoration: underline;
	}
	h2 a:hover {
		color: #1f2335;
		font-weight: bold;
		text-decoration: none;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #456181;
	font-size: 20px;
	margin-top: 10px;
	font-weight: normal;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	line-height: 23px;
	color: #2c8682;
	font-weight: normal;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #8b8b8b;
	font-weight: normal;
}

ul {
	margin: 30px 0px 30px 30px;
	color: #339900;
}

/* ------------------------------------------------------------------ DIV ID's ---------------------------------------------------------------- */

#header {
	width: 950px;
	height:370px;
	margin: 0px auto;
	text-align: left;
	display: block;
}

#container {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	display: block;
}

#top_area {
	width: 950px;
	height: 95px;
	position: absolute;
	top: 0px;
	background-image: url(images/images_top_area.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/*#christmas {
	float: left;
	width: 500px;`
	height: 95px;
	font-size: 16px;
	color: #BF2406;
	font-weight: bold;
}*/
#christmas {
	display: none;
}

#social {
	float: right;
	width: 200px;
	height: 95px;
	text-align: right;
}

#social li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#socialtext {
	float: right;
	width: 333px;
	height: 95px;
	text-align: right;
}

#socialtext li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#nav_area {
	width: 950px;
	height: 52px;
	position: absolute;
	top: 95px;
	background-image: url(images/images_nav_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
	
		#nav_area ul li {
			display: inline;
			font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
			color: #ffffff;
			font-size: 15px;
			margin: 0px 10px 0px 10px;
		}
		
		#nav_area ul li a {
			color: #ffffff;
			font-size: 15px;
			font-weight: normal;
			text-decoration: none;
		}
		
		#nav_area ul li a:hover {
			color: #ffffff;
			font-size: 15px;
			font-weight: normal;
			text-decoration: underline;
		}

#content {
	width: 950px;
	position: absolute;
	top: 132px;
	padding-top: 18px;
}

		#content_large {
			width: 920px;
			padding-left: 15px;
			padding-right: 15px;
		}
		
		#content_large_sub {
			padding-left: 30px;
			padding-right: 30px;
		}
		
		#content_left {
			width: 226px;
			padding-left: 15px;
		}
		
		#content_right {
			width: 677px;
			padding-left: 17px;
		}		
		
		#right_bar {
			width: 100px;
			padding-left: 17px;
		}
		
			
				#text_area {
					width: 677px;
					padding-left: 16px;
					display: block;
					margin-top: 15px;
				}
				
				#text_area2 {
					width: 480px;
					padding-left: 16px;
					display: block;
					margin-top: 15px;
				}
		
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #b7ac8c;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
}

.footer a {
	color: #6F9426;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: #077B84;
	text-decoration: underline;
	font-weight: normal;
}

#bar {
	margin: 20px 0px 20px 0px;
	border-bottom: thin #bbb dotted;
}

#sideBar ul {
	margin:20px 0px 20px 30px;
}

	#sideBar ul li {
		list-style-image: url(images/images_bullet.gif);
		margin: 15px 0px;
	}
	
/* ------------------------------------------------------------------------------- HEADER */

#flash {
	padding: 10px;
}

#podcast {
	float:left;
	width: 226px;
	padding: 15px;
}
	
/* --------------------------------------------------------------------------------- NEWS FEED */

#news_feed {
	margin: 10px 0px;
	font-size: 12px;
}

		#news_feed span {
			font-size: 10px;
			color: #666666;
		}
		
		#news_feed #share {
			float: left;
			width: 16px;
		}
		
		#news_feed #date {
			float: right;
			width: 206px;
		}

		#news_feed #image_thumb {
			float: left;
			width: 66px;
			padding: 2px;
			background-color:#0f6cc3;
		}
		
		#news_feed #info {
			width:146px;
			float: right;
		}
		
		#news_feed a {
			color: #6F9426;
			font-weight: bold;
			text-decoration: none;
		}
		#news_feed a:hover {
			color: #077B84;
			font-weight: bold;
			text-decoration: underline;
		}
		
/* --------------------------------------------------------------------------------- RACING NEWS FEED */

#race_news {
	font-size: 12px;
}

#race_news ul {
	margin: 0px 0px 0px 20px;
	list-style-image:url(images/images_bullet.gif);
	color: #626262;
}

		#race_news ul li {
			margin: 10px 0px;
		}


/* ---------------------------------------------------------------------------------  REDESIGNED STYLES */

#main {
	margin:auto;
	width: 950px;
	padding-left: 17px;
		}
	
#main-content {
	width:600px;
	padding: 10px;
	margin:auto;
}
#rightsidebar {
	width:140px;
	padding: 10px;
	float: right;
}
#rightsidebar img {
	padding-bottom:10px;
	width: 140px;
}
#leftsidebar {
	width:150px;
	padding: 10px;
	float: left;
}
#text_area_home {
	width: 550px;
	padding-left: 16px;
	display: block;
	margin-top: 15px;
}
#NewsDiv img {
	padding-bottom:10px;
	width: 140px;
	margin-left:5px;
}
/*------------------------------------------------------------------------------ YOLO SLIDER -----*/

#featured{ 
	width:400px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #ccc; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/* S3SLIDER ------------------------------------------- */
#s3slider {
	background: url(images/slider-back.png) no-repeat;
   width: 677px; /* important to be same as image width */
   height: 336px; /* important to be same as image height */
   padding:9px;
   margin:15px;
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
	margin-top:10px;
   width: 677px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

#s3sliderContent ul {
	margin-top:10px;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 14px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 634px;
   background-color: #000;
   text-transform:uppercase;
   font-weight:bold;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
