/* FRAME STYLES */

#news {
	width: 920px;
	margin: 0 auto;
}
	#news .span {
		width: 920px;
		margin: 0 0 6px 0;
	}
	#news .left {
		width: 608px;
		margin: 0 12px 0 0;
	}
		#news .left .left {
			width: 160px;
			margin: 0 12px 0 0;
		}
			#news .sky {
				width: 160px;
			}
		#news .left .right {
			margin: 0;
			padding: 0;
			width: 436px;
		}
			#news .left .right .span {
				width: 435px;
				margin: 0;
				padding: 0;
				border-right: 1px solid #EEE;
			}
	#news .right {
		width: 300px;
	}
		#news .post {
			width: 300px;
			margin: 0 0 12px 0;
		}	


/* TOP BAR STYLES */
.topbar {
	display: block;
	width: 399px;
	padding: 5px 12px;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-transform: uppercase;
}

/* TOP STORY STYLES */
.topstory {
	float: left;
	width: 399px;
	padding: 11px 11px 6px 11px;
	border: 1px solid #DDB;
	margin: 0 0 6px 0;
	background: #EEC;
	color: #664;
}
	.topstory h2 {
		display: none;
	}
	.topstory .photo {
		float: left;
		width: 399px;
		margin: 0 0 8px 0;
	}
		.topstory .photo a {
			display: block;
			float: left;
			border: 1px solid #CCA;
		}
			.topstory .photo a:hover {
				border: 1px solid #AA8;
			}
		.topstory .photo img {
			width: 397px;
		}
	.topstory a.h {
		display: block;
		float: left;
		width: 399px;
		padding: 0 0 4px 0;
		font: 26px Georgia, "Times New Roman", Times, serif;
		line-height: 26px;
		color: #442;
	}
	.topstory .h {
		display: block;
		float: left;
		width: 399px;
		padding: 0 0 4px 0;
		font: 26px Georgia, "Times New Roman", Times, serif;
		line-height: 26px;
		color: #442;
	}
	.topstory .h2 {
		display: block;
		float: left;
		width: 399px;
		padding: 0 0 4px 0;
		font: 30px Georgia, "Times New Roman", Times, serif;
		line-height: 26px;
		color: #442;
	}
	.topstory .drop {
		float: left;
		width: 387px;
		padding: 3px 6px 5px 6px;
		margin: 12px 0 0 0;
		font-size: 11px;
		background: #DDB;
		border-top: 2px dotted #CCA;
		color: #997;
	}
		.topstory .drop a {
			color: #775;
		}
		.topstory .drop a:hover {
			color: #553;
		}

/* HEADLINES STYLES */
.storylist {
	float: left;
	display: inline;
	width: 423px;
}
	.storylist li {
		float: left;
		width: 399px;
		padding: 8px 12px 12px 12px;
		border-bottom: 2px dotted #EEE;
		list-style: none;
	}
		.storylist li .s {
			font-size: 11px;
			color: #AAA;
		}
		.storylist li a.h {
			font: 16px Georgia, "Times New Roman", Times, serif;
		}
		.storylist li .h {
			font: 16px Georgia, "Times New Roman", Times, serif;
		}
	.storylist ul .noborder {
		border: none;
	}
	.storylist .drop {
		float: left;
		width: 411px;
		padding: 3px 6px 5px 6px;
		margin: 12px 0 0 0;
		font-size: 11px;
		background: #F5F5F5;
		border-top: 2px dotted #E4E4E4;
		color: #AAA;
	}
		.storylist .drop a {
			color: #777;
		}
		.storylist .drop a:hover {
			color: #555;
		}

/* POLL MODULE */
.around {
	float: left;
	width: 412px;
	padding: 8px 11px 6px 11px; 
	margin: 20px 0 0 0;
	border: 1px solid #CCA;
}
	.around .hl {
		font: 16px Georgia, "Times New Roman", Times, serif;
		color: #333;
	}
	.around h2 a {
		position: relative;
		float: left;
		margin: -16px 0 0 -3px;
		background: #FFF;
		padding: 0 3px;
		font: bold 11px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		color: #AA8; /* SEE SITE STYLES */
	}
		.around h2 a:hover {
			text-decoration: none;
			color: #886; /* SEE SITE STYLES */
		}
	.around .lead {
		float: left;
		clear: left;
		width: 401px;
	}
	.around ul li {
		margin: 0 0 0 14px;
		padding: 4px 0 2px 0;
		list-style: disc outside;
		line-height: 11px;
	}
		.around ul li a {
			font-size: 11px;
			font-weight: normal;
		}
	.around .drop {
		float: left;
		width: 399px;
		padding: 3px 6px 5px 6px;
		margin: 12px 0 0 0;
		font-size: 11px;
		background: #F5F5F5;
		border-top: 2px dotted #E4E4E4;
		color: #AAA;
	}
		.around .drop a {
			color: #777;
		}
		.around .drop a:hover {
			color: #555;
		}

/* OFFBEAT NEWS MODULE */
.offbeat {
	float: left;
	width: 300px;
}
	.offbeat .listing {
		width: 276px;
	}
