body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	height: 100%;
}

#container {
	width: 975px;
}

#main {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFF;	
	height: 1200px;
}
#header {
	width: 800px;
	background: url(http://media.knin.com/designimages/CW-Header-1.gif.jpg);
	height: 100px;
	padding: 0px;
	margin: 0px;
}
/* ----- GENERAL FONT STYLES ----- */
p {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
li p {
	padding: 0px;
	margin: 0 0 5px 0;
	font-weight: normal;
}
h1 {
	color: #fc8b07;
	margin: 0;
	padding-left: 2px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #fc8b07;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	color: #fc8b07;
	padding-right: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* regular links */
a:link, a:visited {
	color: #469427;
	text-decoration: none;
}
a:active, a:hover {
	color: #fc8b07;
	text-decoration: none;
}
/* ----- END GENRAL FONT STYLES ----- */
/* ----- DIVIDER STYLES ----- */
.sectiondiv {
background-color: #469427;
}
.sectiondiv2 {

}
.sectiondiv3 {

}
.sectiondiv h1 {
	color: #FFF;
}
/* ----- END DIVIDER STYLES ----- */
/* ----- COLUMN STYLES ----- */
.columnleft {
	width: 160px;
	height: 1000px;
	background-color: #469427;
	background-repeat: Repeat-n;
}
.columncenter {
	width: 480px;
	background-color: #fff;
	padding: 0px;
	text-align: left;

}
.columnright {
	width: 160px;
	background-color: #469427;
	background-repeat: Repeat-y;
}
/* NEW ERROR PAGE COLUMNS */

#error #nav {
float:left;
height: 420px;

}

#error .columnleft{
display:none;
visibility:hidden;
}

#error .columnright {
height:420px;
}
/* ----- END COLUMN STYLES ----- */
/* ----- NAVIGATION STYLES ----- */
#nav {
width: 160px;

	text-align: left;
	padding: 0;
	text-transform: capitalize;
	border-width: 0px;
	border-style: solid;
	border-color: #000;
	margin-top: 0px;

}

#navbuttons {
	padding-top: 5px;
	margin: 0;
	list-style-type: none;
	display: block;
	font-size: 15px;
	color: #000;
margin-left: -15px;
}
/* primary list items */

#navbuttons li {
	width: 170px;
	/* width needed or else Opera goes nuts */
	display: block;
        margin: 3px 0 5px 0;
        text-indent: 20px;
        padding: 0;
}

* html #navbuttons li {  /*to address IE6  positioning issues */
	width: 150px;
	display: block;
        margin: 3px 0 6px 0;
        text-index: 20px;
        padding: 0 !important;
}


*:first-child+html #navbuttons li {  /*to address IE7  positioning issues */
	width: 150px;
	display: block;
        margin: 3px 0 5px 0;
        text-index: 20px;
        padding: 0 !important;
}

/* primary list links */
#navbuttons li a:link, #navbuttons li a:visited {
	color: #fff;
display:block;
	text-decoration: none;

}
#navbuttons li a:active, #navbuttons li a:hover {
	color: #FFF;
display:block;
	text-decoration: none;
background-image: url(http://media.knin.com/designimages/knin_navbghover_left_new1.gif);
background-repeat: no-repeat;
background-position: 0px;
}

/* ----- END NAVIGATION STYLES ----- */

/* ----- SEARCHBAR STYLES ----- */
#search {
width: 190px;
height: 30px;
padding: 0;
margin: -8px 0 4px 608px;
}

#searchbar {
height: 20px;
display: inline;
clear: both;
padding; 0;
margin: 0;
}

#searchbar #date {
display: none;
}

#date {
padding: 5px;
}

.searchbutton {
display: inline;
float: left;
margin-left: 130px;
margin-top: -27px;
}

/* ----- END SEARCHBAR STYLES ----- */

/* ----- TICKER STYLES ----- */

#ticker {
	width: 800px;
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	border-width: 0px 0;
	border-color: #fff;
	border-style: solid;
	background-color: #fc8b07;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.tickericon {
	display: inline;
}
.tickericon img {
	padding: 3px 20px 0 20px;
}
.marquee {
	width: 650px;
	display: inline;
	float: right;
}

.marquee a:link, .marquee a:visited {
color: #fff;
}

.marquee a:active, .marquee a:hover {
color: #fff;
}

/* ----- END TICKER STYLES ----- */
/* ----- FOOTER STYLES ----- */
#footer {
	width: 100%;
	height: 105px;
	text-align: center;
	background-color: #fc8b07;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	padding-top: 21px;
clear: both;
}
#footer a {
	color: #fff;
}
#footer .company {
	display: block;
}
#footer .address, #footer .city, #footer .state, #footer .zip {
	display: inline;
	padding-right: 0px;
}
#footer .phone, #footer .email {
	display: inline;
	padding-right: 0px;
}
#bimpower {
	margin-top: 10px;
	font-weight: normal;
	font-size: 9px;
}
/* ----- END FOOTER STYLES ----- */
/* ----- VIDEO ICONS ----- */
.videoicon {
	color: #FC3;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.videoicon a:link, .videoicon a:visited {
	color: #FC3;
	text-decoration: none;
}
.videoicon a:active, .videoicon a:hover {
	color: #FC3;
	text-decoration: underline;
}
.caption {
	color: #FFF;
	font-weight: normal;
}
/* WHATS ON STYLES */
#whatson {
	width: 250px;
	height: 300px;
	border-width: 4px;
	border-style: solid;
	border-color: #000;
	background: url(http://media.knin.com/designimages/knin_whatson_12_2006_new.jpg);
	float: left;
	margin: 2px;
	padding-top: 2px;
	
}
#whatson h1 {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	border-width: 0px;
	border-style: solid;
	border-color: #FFF;

}
#whatsonbox {

font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	color: #FFF;
	margin-bottom: 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
}
.whatsonrow, .whatsonrow2 {
	margin-bottom: 5px;
	margin-top: 5px;
	height: 80px;
}
.whatsonimg {
	margin-right: 5px;
  margin-left: 2px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	width: 81px;
	height: 72px;
}
.whatsontitle {
	text-align: left;
	text-transform: uppercase;
	float: left;
	color: #FFF;
	margin-left: 5px;
	display: inline;
}
.whatsontime {
	font-weight: bold;
	display: inline;
	float: left;
	color: #FFF;
}
.whatsontitle, .whatsontime {
	font-size: 12px;
	font-weight: bold;
}
.whatsondesc {
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	display: block;
	float: right;
	width: 160px;
}


/* end WHATS ON styles */

/* ----- VIP VIDEO  ----- */
.streaming {
	display: none;
	width: 200px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-image: url(http://media.knin.com/designimages/knin_poll_vid_noborder.jpg);
	border-width: 4px;
	border-style: solid;
	border-color: #000 !important;
}

.streaming h1 {
	font-size: 12px;
	font-weight: normal;
color: #fff;
}

/* ----- SECTION STYLES ----- */
/* top story */
#topstory {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding-bottom: 5px;
	width: 470px;
}
#topstory .topthumb {
	margin-right: 5px;
	height: 150px;
	width: 200px;
	float: left;
}
#topstory h1 {
	margin: 0px;
	padding: 0px;
}
#topstory p {
	margin: 0px;
	padding: 0px;
}
/* top story more */
.topstorymore {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 13px;
        padding-top: 5px;
	color: #000;
	padding-bottom: 5px;
	width: 470px;
}
.topstorymore .topthumbmore {
	margin-right: 5px;
        
	height: 75px;
	width: 100px;
	float: left;
}
.topstorymore h2 {
	margin: 0px;
	padding: 0px;
}
.topstorymore p {
	margin: 0px;
	padding: 0px;
}
/* headlines */
#index .headlines .sectiondiv h1 {
font-size:15px;
}

#index .headlines .sectiondiv h1 a{
color: #FFFFFF;
}

#index .headlines ul {
list-style-type: none;
margin: 2px;
padding: 0px;
}

#index .headlines ul li {
width: 50%;
float: left;
margin: 0px;
padding: 0px;
}

#index .headlines .more {
display: none;
}

#index .headlines ul li .more {
display: inline;
}

.more {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
/* bios */
#bios {

}
#bios td {
	text-align: center;
}
#bios h1 {
	color: #000;
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 14px;
}
#bios h2 {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#bios h3 {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
/* ----- END SECTION STYLES ----- */ 


/* ----- STORY STYLES ----- */
#storysection .sectiondiv h1 {
	color: #FFF;
}
#storysection h1 {
	color: #469427;
}
#storysection h2 {
	color: #fc8b07;
}
.storybox {
	margin-bottom: 5px;
	margin-left: 5px;
/*	width: 630px; */
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.storybox p {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.leadstorybox {
	margin-bottom: 5px;
	height: 200px;
	width: 460px;
}
#leadstorytext {
	float: right;
	height: 200px;
	margin-left: 5px
}
#story {
/*	width: 468px; */
	margin-left: 5px;
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
	margin-bottom: 5px;

}
.storyimg, .leadstoryimg {
	margin: 0px 5px 5px 0px;
	width: 200px;
	float: left;
}
.storyinfo {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 7px;
}
.vidicon {
	margin-right: 5px;
}
.videodisclaim {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 9px;
}
/* ----- END STORY STYLES ----- */
/* ----- WEATHER SECTION STYLES ----- */
/* .weatherftpbox {
	display: inline;
}
*/
.weatherftpbox h2 {
/*	text-align: center;
	position: relative;
	width: 200px; */
	display: none;
}
.weatherthumb {
	display: inline;
	margin: 5px;
}
.weatherlinks {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #CCCCCC;
	margin: 0 0 5px 0;
}
.weathercurrentimg {
	margin: 0px 5px 5px 0px;
	height: 176px;
	width: 234px;
	float: left;
}
/* ----- END WEATHER SECTION STYLES ----- */
/* ----- Center COLUMN POLL ----- */
#poll {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #fff;
	width: 198px;
	height: 300px;
	float: left;
	margin: 2px;
	padding-top: 2px;
}
.columncenter #poll {
	background-image: url(http://media.knin.com/designimages/knin_poll_vid_noborder.jpg);
	border-width: 4px;
	border-style: solid;
	border-color: #000 !important;
}
.columncenter poll img {
	margin-left: 35px;
	margin-top: 0px;
	color: #000;
	border-width: 0px;
	border-style: solid;
	border-color: #000 !important;
}
.columncenter #poll ul {
color: #FFFFFF;
list-style-type: none;
}

.columncenter #poll ul li {
font-size:11px;
text-align:left;
font-weight: normal;
}

#poll .sectiondiv3 {
	display: none;
	color: #fff;
}
#poll h2 {
	display: block;
	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
#poll form {
	margin: 2px;
	color: #fff;
}
#poll .submit {
	margin: 5px auto;
	text-align: center;
	display: block;
}

/* ----- END RIGHT COLUMN POLL ----- */
/* ----- RIGHT COLUMN TRAFFIC ----- */
#traffic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 12px;
	background-image: url(http://media.knin.com/designimages/kusi_columnright_marginfade.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#traffic .sectiondiv3 {
	height: 35px;
	background-color: #000;
}
#traffic h1 {
	display: block;
	color: #FFF;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 2px;
	padding-right: 5px;
	text-transform: uppercase;
}
#traffic p {
	color: #FFF;
	padding: 5px;
	font-size: 10px;
	margin: 0px;
}
/* ----- END RIGHT COLUMN TRAFFIC ----- */
/* ----- RIGHT COLUMN WEATHER ----- */
#weatherbox {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 12px;
	color: #FFF;
	background-image: url(http://media.knin.com/designimages/kusi_columnright_marginfade.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#weatherbox .sectiondiv3 {
	display: none;
}
#weatherbox h1 {
	display: none;
}
#weatherbox .weatherthumb {
	width: 150px;
}
#weatherbox .weatherforecast {
display:none;
}
/* ----- END RIGHT COLUMN WEATHER ----- */
#time, #date {
	display: inline;
	font-size: 12px;
}
/* callouts and banners */
.callout {
	margin-bottom: 2px;
	text-align: center;
        
	border-width: 2px;
	border-style: solid;
	border-color: #ababab;
}

.columnright .callout img {width: 160px;}
.banner468x60 {
	height: 60px;
	width: 468px;

}
/* end callouts and banners */
#imware {
	text-align: center;
	margin-top: 10px;
	clear: both;
}
#contextualad {
	text-align: center;
	margin-top: 5px;
	clear: both;
}


#fpwellstories h1 {
margin: 0px;
padding-top: 5px;
}

#fpwellstories p {
margin: 0px;
padding: 0px 10px 0px 0px;

}
#weatherdata {
text-align: center;
}
#weatherdata img {
width: 150px;
}
.searchform {
width: 140px;
        padding-left: 4px;
}

.searchbox {
width: 140px;

}


/* ----- SEARCHBAR STYLES ----- */
form.searchform {
	margin:  0;
	padding: 10px 5px;
        width: 130px;
        color: white;
}
input.searchbox {
	width: 120px;
	margin: 0  0 5px 0;
	padding: 0;
	display: inline;
}


#eventssubmit #story {
display:none;
}
#surveysection{
margin-left: 5px;
}
#meetthestaff .columnright{
display: none;
}
#meetthestaff .sectiondiv{
width: 650px;
}
#meetthestaff #topstorydiv .sectiondiv{
display: none;
}

/*---------------Mr. Makeover--------*/ 
  
#makeover .columncenter .sectiondiv h1,
#makeover .columncenter .storyinfo {
display: none;
visibility: hidden;
}

/*---------------Two and a Half Men player--------*/ 
  
#twoandahalfmen .columncenter .sectiondiv h1,
#twoandahalfmen .columncenter .storyinfo,
#twoandahalfmen .columnleft,
#twoandahalfmen .columnright,
#twoandahalfmen #ad_topbanner {
display: none;
visibility: hidden;
}
#twoandahalfmen #natadad160x600rightout { 
display: none;
visibility: hidden;
}

#creative .columnright { 
display: none;
visibility: hidden;
}


#creative .sectiondiv{ 
display: none;
visibility: hidden;
}

/*----------BIM Content Feed Styles----------------*/

.BIMcontentfeed .sectiondiv,
#entertainment .columncenter .sectiondiv,
#trends .columncenter .sectiondiv,
#technology .columncenter .sectiondiv
 {
display: none;
visibility: hidden;
}

.BIMcontentfeed {
font-size:12px;
height:100% !important;
margin:0 !important;
padding:8px 0 0 0 !important;
width: 473px !important;
}

.BIMcontentfeed .headtitle {
font-weight: bold;
font-size: 13px;
}

.BIMcontentfeed ul {
list-style-type:none;
margin: 0;
padding: 0;
}

.BIMcontentfeed ul li {
margin: 0;
padding: 0;
clear:both;
display:block;
float:none;
min-height: 100px;
}

* html .BIMcontentfeed ul li {
height: 100px;
}

.BIMcontentfeed .topthumbmore {
margin: 0;
padding: 0 5px 5px 0;
width: 120px;
float:left;
}

.BIMcontentfeed ul li .videoicon {
display:block;
visibility:visible;
font-size:12px !important;
font-weight: normal;
}

.BIMcontentfeed ul li p {
margin: 0;
padding: 4px 0 0 0;
font-size: 12px; 
}


#martha .columnright {
display: none; 
}
