@charset "utf-8";
/* CSS Document */

/*   
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 414px;}  /* must be same height as the footer */

#footer {
	text-align:center;
	margin-top: -414px; /* negative value of footer height */
	height: 414px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* -- MAIN
================================================================================== */

body{
	background:#fffef4 url(../images/liveBg.jpg) repeat-x;
	color:#6a493b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	padding:0;
	margin:0;}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 22px 0;	
	}

a:link, a:active, a:visited {
	color:#6A493B;}

a:hover {}

ul {
	list-style:none;
	margin:0;
	padding:0;		
}	

P{
	margin: 0 0 32px 0;
}

/* -- CLASSES
================================================================================== */

.siteWidth{
	width:960px;
}

.left {
	float:left;
	}

.right {
	float:right;
	}

.clear {
	clear:both;}

/* -- STRUCTURE
================================================================================== */

#container {
	margin: 0 auto 0 auto;
	}

#header {	
	text-indent:-9999px;	
	background: #fffef4 url(../images/header.jpg) 0 0 no-repeat;
	height:210px;
	}
	
#credits h2{
		text-indent:-9999px;		
		background:url(../images/credits.png) 0 0 no-repeat;
		height:56px;
	}	

#nav {
		padding:0;
	}
			
#sectionHeader{
	width:960px;
	height:344px;
	margin: 30px 0 0 0;
}

#contentArea {
	margin: 5px 0 50px; 0;
	font-size:1.2em;
	}

	#leftCol {
		float:left;
		width:280px;
		min-height:200px;
		font-size:14px;
		text-align:left;
		padding:20px;
		background:#ff9;
		border:1px solid #Fc9;
		}
		
		#leftCol a:link, #leftCol a:active, #leftCol a:visited{
			color:#0099FF;	
			text-decoration:none;			
		}
		
		#leftCol a:hover{
			text-decoration:underline;
		}		
	
	#rightCol {
		width:600px;	
		min-height:280px;		
		padding: 10px;			
		float:right;		
		}

#footer {
	}
			
		#footer ul li{
			float:left;
			margin: 0 auto 0 auto;
			}	
			
	#footerLinks{
		width:960px;
		margin: 0 auto 0 auto;
		font-size:12px;
		background:url(../images/footer.jpg) 0 0 no-repeat;	
		padding-top:200px;
		padding-bottom:30px;
		text-align:center;		
	}
	
		#footerLinks #copyWrite{
			width:380px;
			margin: 0 auto 0 auto;
			}		

/* -- NAVIGATION
================================================================================== */

#nav ul {}

	#nav ul li {
			display:block;
			float:left;
			margin: 22px 0 0 60px;	
		}
	
		#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
			font-family:"Times New Roman", Times, serif;
			font-weight:bold;
			font-size:24px;
			text-decoration:none;
			}
		
		#nav ul li a:hover {}

#subNav ul {
	list-style:square;
	color:#FFCC99;
	margin: 0 0 0 20px;
	}
	
	#subNav ul li {
		text-transform:uppercase;
		}	
	
		#subNav ul li a:link, #subNav ul li a:active, #subNav ul li a:visited {
			font-family:"Times New Roman", Times, serif;
			font-weight:bold;
			font-size:16px;
			text-decoration:none;
			color:#6A493B;
			}
	
	
/* -- NEWS
================================================================================== */	

.item{
	border-bottom: 1px solid #6A493B;
	margin: 0 0 40px 0;
	position:relative;
}


.item img{
	padding: 0 10px 10px 0;
}

.item .read{
	float:right;
	position:absolute;
	bottom:10px;
	right:10px;
}
