/*------------------------------------------------------------------ 
[Master Stylesheet] 
Project:    Motorsport Ireland 3cols CSS 

[Typography] 
All text: font-family: Helvetica, Arial, Geneva, sans-serif;
Body text: 0.8em

[Colours]
Dark Gray: 	#4D4D4D
Light Gray: #B3B3B3
Fluo Green: #D5DD23
Kaki Green: #6a722a


-------------------------------------------------------------------*/
#wrap { background:#000000;}

#content-wrap { background: #000000; color: #B3B3B3;}
#content { margin: 0 320px 0 320px; border-right: solid 1px #3D3D3D; border-left: solid 1px #3D3D3D; }
	
#utility {width:280px; }
#sidebar {width:280px; }

.sf_newsList li { border-bottom:solid 1px #3D3D3D; }
.sf_newsList h3 { color: #ffffff; }

hr { color:#3D3D3D; background-color:#3D3D3D; }

#sidebar .RadCalendar { float:right;}

#playerHome { margin-bottom:10px; }

#logosFooter { background:white; text-align:center; }
	
	
/* TYPO */
#sidebar h2, #utility h2, #content h2, #sidebar h3, #utility h3 { color: #ffffff; }

a:link, a:visited { color:#ffffff; } 


a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active { color:#D5DD23; }

a.morelink:hover { color:#ffffff; } 


#content .date { color:#d1d1d1; }

.but {height:21px;color:white;background:#4d4d4d}