/* make sure the body is centered */
body{
	margin:auto;	
	width:1000px;
	text-align:center;
	font-size:11px;
}

.searchbox{
	width:450px;	
	font-family:verdana;
	font-size:10px;	
	padding-top:40px;
}
.search_text{
	padding:2px;
	margin:2px;
	height:16px;
	width:250px;
	font-size:10px;
}

.search_by{
	padding:2px;
	margin:2px;
	height:22px;
}

.search_button{
	background-color:#bcdc00;
	border:0px solid #fff;
	color:#555;
	font-size:11px;
	height:22px;
}

.homepage_logo{
	padding-top:20px;	
}

.masthead_area{
	width:1000px;	
	padding-bottom:10px;
}

/* columns */
.column_left{
	width:202px;
	border:1px solid #ccc;	
}

.column_center{
	width:548px;
	overflow:hidden;	
}

.column_right{
	width:250px;
	border-right:1px solid #ccc;		
}

/*submenu stuff */
.hp_submenu{
	height:30px;
	background-color:#000;
	color:#fff;	
}

/* NEWS Story stuff */
.home_news_container{
	padding:8px;
	width:540px;
	font-family:'Georgia', Georgia, serif;
}


.news_stories{	
	font-size:12px;
	line-height:16px;
}

.news_mainfeatured_reporter{
	font-family:helvetica;
	font-size:10px;
	color:#999;	
}

.news_mainfeatured{
	width:60%;
	padding-right:5px;	
}

.news_topstories{
	width:40%;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #ccc;	
}

.news_mainfeatured_title{	
	font-size:32px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:1px;
	color:#16202c;
	line-height:32px;
	font-family:'Georgia', Georgia, serif;
	cursor:pointer;	
}

.news_topstories_title{
	font-size:20px;
	font-weight:bold;
	padding-top:3px;
	line-height:20px;
}

.news_topstories_copy{
	font-size:12px;
	line-height:18px;	
}

.news_mainfeatured_copy{
	font-size:12px;
	line-height:18px;	
}

.news_mainfeatured_image_caption{
	font-size:10px;
	color:#bbb;	
}

.news_topstories{
	
}



.news_title_A:hover{
	text-decoration:underline;	
}

.news_description_A{
	font-family:'Georgia', Georgia, serif;
	font-size:11px;
	line-height:16px;	
}

.news_title_A:hover{
	text-decoration:underline;	
}

.news_description_B{
	font-family:'Georgia', Georgia, serif;
	font-size:11px;
	line-height:16px;	
}

.news_title_B:hover{
	text-decoration:underline;	
}

.news_description_C{
	font-family:'Georgia', Georgia, serif;
	font-size:11px;
	line-height:16px;	
}

.news_title_C{
	color:#444;
	font-family:'Georgia', Georgia, serif;
	cursor:pointer;
	font-weight:bold;	
}

.news_title_C:hover{
	text-decoration:underline;	
}

.news_title_D{
	color:#444;
	font-family:'Georgia', Georgia, serif;
	cursor:pointer;
	font-weight:bold;
}

.news_description_D{
	font-family:'Georgia', Georgia, serif;
	font-size:11px;
	line-height:16px;	
}

.news_title_D:hover{
	text-decoration:underline;	
}

.news_links{
	font-size:12px;
}

.mainfeatured_image{
	text-align:center;
	background-color:#eee;
	border:1px solid #888;	
	width:335px;
}

.np_tabon{
	font-family:verdana;
	font-size:10px;
	background-image:url(//www.wksu.org/images/backgrounds/tab_on3.png);
	background-position:center;
	background-repeat:no-repeat;	
	height:16px;
	text-align:center;
	margin-top:2px;
	cursor:default;
	color:#000;
	font-weight:bold;
	width:33%;
	border-right:1px solid #555;
	border-left:1px solid #555;	
}

.np_taboff{
	font-family:verdana;
	font-size:10px;
	background-image:url(//www.wksu.org/images/backgrounds/tab_off3.png);
	background-position:center;
	background-repeat:no-repeat;		
	height:16px;
	text-align:center;
	margin-top:2px;
	cursor:pointer;
	color:#777;
	font-weight:bold;
	width:33%;
}

.np_taboff:hover{
	color:#F74E16;	
}

.np{
	background-color:#e1d2b7;	
}

/* ORANGE SUB HEADER THING */
.orange_header{
	width:100%;
	background-color:#F93;
	height:30px;	
}

.interior_td{
	padding:5px;	
}

/* BLOGS */
.postDate{
	color: #8E2B2E;
	font-family: Georgia;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size:16px;
	line-height:18px;
}

.blog_title{
	font-family: Georgia;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size:20px;
	line-height:22px;	
}

.blogs{
	font-family:Georgia;
	font-size:11px;
	line-height:14px;	
}

.blog_post{
	font-size:11px;
	line-height:14px;	
}

/* FAQs */
.questionQ{
color: #E7722A;
font-family: 'Trebuchet MS';
font-size: 20px;
}

/* more news copy */


/* caption look and feel */
.image_caption{
	background-color:#e0e0e0;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	padding:5px;
	text-align:center;	
}

.audio_div{
	border:1px solid #ccc;
	padding:5px;
	background-color:#fff5dd;	
}

.audio_caption{
	font-size:12px;
	font-weight:bold;
	font-style:italic;	
}




