/* FRAME STYLES */

#channel {
	width: 920px;
	margin: 0 auto;
}
	#channel .span {
		width: 920px;
		margin: 0 0 6px 0;
	}
	#channel .left {
		width: 920px;
		margin: 0 12px 0 0;
	}
		#channel .left .left {
			width: 160px;
			margin: 0 12px 0 0;
		}
			#channel .sky {
				width: 160px;
			}
		#channel .left .right {
			margin: 0;
			padding: 0;
			width: 920px;
			/*border-right: 1px solid #EEE;*/
		}
			#channel .left .right .span {
				width: 435px;
				margin: 0 0 12px 0;
			}
			#channel .left .right .left {
				width: 199px;
				margin: 0;
				padding: 0 12px 0 0;
				border-right: 1px solid #EEE;
			}
			#channel .left .right .right {
				width: 199px;
				margin: 0 0 0 12px;
				padding: 0 12px 0 0;
				border: none;
			}
	#channel .right {
		width: 300px;
	}
		#channel .post {
			width: 300px;
			margin: 0 0 12px 0;
		}	


/* TOP STORY STYLES */
.topstory {
	float: left;
	width: 399px;
	padding: 11px;
	border: 1px solid #DDB;
	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 a.h:hover {
			text-decoration: none;
			color: #220;
		}

/* LEAD STORY STYLES */
.leadstory {
	float: left;
	display: inline;
	width: 280px;
	padding: 6px 10px 12px 10px;
	border-bottom: 2px dotted #EEE;
}
	.leadstory img {
		width: 59px;
	}
	.leadstory a.h {
		display: block;
		float: left;
		width: 280px;
		padding: 0 0 2px 0;
		margin: 2px 0 0 0;
		font: 18px Georgia, "Times New Roman", Times, serif;
		line-height: 20px;
	}
		.leadstory a.h:hover {
			text-decoration: none;
		}
	.leadstory h2 a {
		font: bold 11px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		color: #AA8; /* SEE SITE STYLES */
	}
		.leadstory h2 a:hover {
			text-decoration: none;
			color: #886; /* SEE SITE STYLES */
		}

/* HEADLINES STYLES */
.headlines {
	float: left;
	display: inline;
	width: 300px;
	padding: 6px 0 0 0;
	margin: 0 0 12px 0;
}
	.headlines ul {
		padding: 0 0 0 12px;
	}
	.headlines ul li {
		margin: 0 0 0 14px;
		padding: 4px 0 2px 0;
		list-style: disc outside;
		line-height: 11px;
	}
		.headlines ul li a {
			font-size: 11px;
			font-weight: normal;
		}
	.headlines .drop {
		float: left;
		width: 288px;
		padding: 3px 6px 5px 6px;
		margin: 12px 0 0 0;
		font-size: 11px;
		background: #F5F5F5;
		border-top: 2px dotted #E4E4E4;
		color: #AAA;
	}
		.headlines .drop a {
			color: #777;
		}
		.headlines .drop a:hover {
			color: #555;
		}
