/*
 * WKSU
 * What You Don't Know Can Hurt You Feature
 * Style Sheet File
 * Copyright 2007 WKSU
 *
 */



/****** CORE LAYOUT *******/
   
h2 {
	color: #d22700;
}	
   
body {
	/*background-color: #f3f8fe;*/
	background-color: #3a3b3d;
	text-align: center;
	margin: auto;
	width: 800px;
}

#container {
	background-color: #f3f8fe; 
	width: 800px;
}

.leftColumn {
	float: left;
	width: 360px;
	border: none;
	background-color: #f3f8fe; 
	text-align: left;
}

big {
	line-height: 20px;
}

.leftColumn p {
	text-align: right;
}

.rightColumn {
	margin-left: 380px;
	border: none;
	background-color: #f3f8fe; 
	text-align: left;
}

.rightColumn p {
	padding-left: 35px;
	padding-right: 15px;
}

img.hcHeadline {
	position: relative;
	left: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.activeStory {

	border-bottom: 1px solid #ccc;
}

.inactiveStory {
	
	border-bottom: 1px solid #ccc;
}

.storyAirDate {
	color: #454a50;
}


.bottomArea {
	clear: both;
	width: 350px;
	margin: auto;
	text-align: left;
}

.hcPhoto {
	display: block;
}



a.hcNavLink  {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
}

a:hover.hcNavLink  {
	color: #000;
	text-decoration: underline;
}

a.hcRelLink  {
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	color: #000;
	text-decoration: none;
}

a:hover.hcRelLink  {
	color: #000;
	text-decoration: underline;
}



.comments h2 {
	color: #d93104;
	font-size: 12pt;
	font-weight: bold;
}

.comment {
	border: solid #eee;
	border-width: 0 0 1px 0;
	padding: 5px;
}


















