@charset "utf-8";
/* CSS Document */
/*	-------------------------------------------------------------
	CSS - FLOBOTS Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		home.css
	Date:			June 5, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	leftCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.leftCol {
		width:542px;
		margin:48px 0 2px 0;
		padding:0 10px 15px 20px;
		background:#630900;
	}
		
		.leftCol h1 {
			font:bold 24px Arial, Helvetica, sans-serif;
			padding:30px 0 5px 0px; margin:0;
			color:#ff3000;
		}
		
		.leftCol #headersHolder{
			width:520px;
			border-bottom:1px solid #a0590b;
			font-family:Arial, Helvetica, sans-serif;
			font-size:9px;
			line-height:9px;
			color:#aa7f01;
			padding:0 0 6px 0;
			margin:0;
		}
		
		.leftCol #headersHolder #headerDate{
			width:64px;
			padding:7px 0 0 0;
			float:left;
		}
		
		.leftCol #headersHolder #headerVenue{
			width:290px;
			padding:7px 0 0 23px;
			float:left;
		}
		
		.leftCol #headersHolder #headerLocation{
			width:112px;
			padding:7px 0 0 31px;
			float:left;
		}
		
		.leftCol .eventHolder{
			width:520px;
			border-bottom:1px solid #a0590b;
			margin:0;
			line-height:15px;
			padding:0 0 8px 0;
			display:table;
		}
		
		.leftCol .eventHolder .date{
			width:64px;
			padding:7px 0 0 0;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#c98b06;
			float:left;
		}
		
		.leftCol .eventHolder .venue2{
			width:290px;
			padding:7px 0 0 23px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			color:#ffae00;
			float:left;
		}
		
		.leftCol .eventHolder .location2{
			width:112px;
			padding:7px 0 0 31px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			color:#c98b06;
			float:left;
		}
		
		.leftCol #moreNewsHolder{
			width:86px;
			height:9px;
			float:right;
			margin:14px 0 0 0;
			padding:0 32px 0 0;
		}
		
		.leftCol #moreNewsHolder a.moreNews:link, .leftCol #moreNewsHolder a.moreNews:active, .leftCol #moreNewsHolder a.moreNews:visited {
			width:86px; height:9px;
			display:block;
			background:url(/images/more_news.gif) no-repeat top;
		}
			.leftCol #moreNewsHolder a.moreNews:hover {
				background:url(/images/more_news.gif) no-repeat bottom;
			}
			
			
				.leftCol .newsItem
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#c98b06;   
		}
		.leftCol .newsItem h3
		{
		color:#ff3000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;   
		}
        .leftCol .newsItem a:link, .leftCol .newsItem a:active, .leftCol .newsItem a:visited 
        {
         color:#FFAE00;
		 font:bold  Arial, Helvetica, sans-serif;
		 text-decoration:none;
        }
			.leftCol .newsItem a:hover 
			{
			    color:#ff3000;
			}		
			
		.leftCol #bio
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#c98b06;   
		}
		
	.leftCol2 {
		width:542px;
		margin:48px 0 2px 0;
		padding:0 10px 15px 20px;
		background:#630900;
	}
			.leftCol2 h1 {
			font:bold 24px Arial, Helvetica, sans-serif;
			padding:15px 0 5px 0px; margin:0;
			color:#ff3000;
		}