@charset "utf-8";
/* CSS Document */
/*	-------------------------------------------------------------
	CSS - FLOBOTS Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		news.css
	Date:			June 5, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	leftCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#leftCol {
		width:542px;
		margin:48px 0 2px 0;
		padding:10px 10px 15px 20px;
		background:#630900;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#c98b06;
	}
	
		#leftCol h1 {
			font:bold 24px Arial, Helvetica, sans-serif;
			padding:30px 0 5px 0px; margin:0;
			color:#ff3000;
		}
		#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 #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;
			}
			
			
		
