@charset "utf-8";

body {
	
	background-image:url(../../images/bg-cfra-feb2010.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
	background-color:#003399;
}

#header {
	background: #fff url("/images/header-bg.jpg") bottom left no-repeat;
}

#weather {
	background-color: #fff;
	border-color: #099;
	border-style: solid;
}
	#weather .sponsor {
		text-align: right;
	}
	#weather .title {
		background-color: #008b9e;
		color: #fff;
	}
	#weather .longterm {
		text-align: center;
	}
	#weather .current {
		font-size: 85%;
		padding-top: 0;
	}
	#weather .icon {} 
		#weather .icon img {}
		#weather .icon img.noborder {border:none;}

#sitenav {
	background: #005497 url("/images/sitenav2-bg.gif") top left repeat-x;
	line-height: 1;
}
	#sitenav li {
		list-style-type: none;
	}
	#sitenav a {
		border-color: #fff;
		border-style: solid;
		color: #fff;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	#sitenav a:hover, #sitenav a:focus, #sitenav a:active {
		text-decoration: underline;
	}
	/* level 2 */
	#sitenav ul {
		background: #005497 url("/images/sitesubnav2-bg.gif") top left repeat-x;
		border-color: #002764;
		border-style: solid;
		line-height: 1;
	}
	#sitenav ul li {
	}
	#sitenav ul a {
		font-size: 90%;
		text-align: left;
	}
	#sitenav ul a:hover, #sitenav ul a:focus, #sitenav ul a:active {
		background-color: #fff;
		color: #002663;
		text-decoration: none;
	}
	/* level 3 */
	#sitenav ul ul a {
		font-size: 85%;
	}
	
#content {
	background-color: #ccc;
}

/* -- PRIMARY COLUMN ITEMS -- */
#primary {
	background-color: #fff;
}
	#primary .articleinfo {}
		#primary .articleinfo .author { font-size: 93%; font-weight: bold; }
		#primary .articleinfo .date { font-size: 85%; }
	#primary .contentitems {
		border-color: #c90;
		border-style: solid;
	}
		#primary .contentitem h3 {
			background: #0061b3 url("/images/homeitem-bg.gif") top left repeat-x;
			border-color: #ccc;
			border-style: solid;
			color: #fff; 
			font-weight: normal;
		}
		#primary .contentitem li {
			background: #fff url("/images/homeitem-bullet.gif") 5px center no-repeat;
			border-color: #ccc;
			border-style: solid;
			list-style-type: none;
		}
		#primary .contentitem a {
			color: #000;
			text-decoration: none;
		}
		#primary .contentitem a:hover, #primary .contentitem a:focus, #primary .contentitem a:active {
			text-decoration: underline;
		}
	#primary .badges {
		background-color: #ccc;
	}
	
/* -- SECONDARY COLUMN ITEMS -- */
#secondary {}

#soundoff {
	background-color: #666;
}
	#soundoff h3 {
		text-align: center;
	}
	#soundoff .sponsor {
		font-size: 85%;
		text-align: right;
	}
		#soundoff .sponsor span { text-align: center; }
	#soundoff h4 {
		color: #fff;
		font-weight: normal;
		font-size: 11px;
	}
	#soundoff li {
		background-color: #fff;
		font-size: 11px;

	}

/* -- TERTIARY COLUMN ITEMS -- */
#tertiary {}


/* -- FOOTER -- */
#footer {
	text-align: center;
}

/* -- DYNAMIC CONTENT STYLES -- */

.newsimageholder {
	float: right;
	margin: 15px 5px 5px 5px;
	}
.newsimage img {border: 1px solid #000000;}
.newscaption {
		margin-left: 5px;
		font-size: 10px;
}
.interview {
	border-bottom: 1px solid #ff0000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.contest {
	height: 120px;
	clear: both;
	border-bottom: 1px solid #ff0000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.contest img {
	 float:left;
	 margin-right:10px;
	 border: 1px solid #000000;
	 display: block;
}

.banner img {
	border: 1px solid #000000;
	display: block;
}
.tallbanner img {
	border: 1px solid #000000;
	display: block;
}
.badges img {
	border: 1px solid #000000;
	display: block;
}

hr { color: #CC0000; }
