/*
Theme Name: KCPW WP Theme
Theme URI:
Description: Adapted from a design by Dimox
Version:
Author: 
Author URI: 
Tags: 

* { margin: 0; padding: 0; }

*/

body {
	font-size: 10px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	line-height: 1.6em;
	color: #444;
	background-color: #FFF;
	margin: 0 auto;
}
a {
	color: #d9531e;
	text-decoration: none;
}
a:hover {
	color: #f0b310;
	text-decoration: underline;
}
p {margin: 0; padding: 10px 0;}
img { border: 0; }
input { vertical-align: middle; }
h1, h2 {
	font-weight: normal; 
	font-size: 18px;
	line-height: 1em;
	margin: 0 0 12px;
}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #d9531e;
	background: #EEE;
	padding: 5px 15px;
	font-size: 13px;
}
* html blockquote {height: 1%;}
blockquote p {
	font-size: 13px !important;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {margin: 7px margin}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 20px 10px 0 10px;
	border-top: 5px solid #EEE;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 5px solid #EAEAEA;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 121px;
	border-bottom: 3px solid #EAEAEA;
	margin-bottom: 28px;
}
#top{
	float: right;
	text-align: right;
}
#top li {
	display: inline;
}
#searchform {
	margin: 20px 0 0;
}
#searchform input {
	font-size: 11px;
	float: left;
}
#s {
	width: 175px;
	padding: 2px 6px;
	border: 2px solid #ccc;
	margin-right: 5px;
}
#searchsubmit {
	background: #559cbe;
	border: 0;
	padding: 1px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 22px;
	cursor: pointer;
}
#listen {
	font-size: 14px;
	color: #e33100;
}
#listen a {
	color: #e33100;
}
#listen a:hover {
	color: #f0ad01;
}
#logo {
	float: left;
	color: #808080;
	margin: 0 0 15px;
}
#logo span {
	display: block;
	font-size: 4px;
	font-weight: normal;
	text-transform: uppercase;
	visibility: hidden;
}

#menu {
	height: 24px;
	padding: 7px 0 0 0;
	margin: 0;
	clear: both;
	background: url(i/smalldot.gif) repeat-x;
	border-bottom: 1px solid #CCC;
	position: relative;
	font-size: 12px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 99 !important;
	border-bottom: 0;
}
#menu li {
	text-transform: uppercase;
	float: left;
	width: auto;
	padding: 0 24px 0 8px;
	display: inline !important; 
    zoom: 1 !important; 
}
#menu li ul { 
	position: absolute;
	background: #FFF;
	padding: 3px 3px 5px 3px;
	border: 1px solid #EAEAEA;
	width: 150px;
	left: -999em;
}
#menu li li {
	padding: 2px 4px 2px 4px;
	width: 150px;
	text-transform: capitalize ;
}
#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	visibility:inherit;
}
#menu a {
	margin: 0;
	color: #808080;
	display: block;
	width: auto;
}
#menu a:hover { color: #444; }
#menu li.current_page_item { background: url(i/arrow.gif) no-repeat center left; }


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	background: url(i/dots.gif) 550px 0 repeat-y;
	margin-bottom: 10px;
	clear: left;
}

* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 540px;
	float: left;
	padding: 0 10px 20px 0;
	overflow: hidden;
}
/*
#content h1 {
	font-weight: normal; 
	font-size: 18px;
	padding: 0 0 3px;
	margin-bottom: 0.6em;
}
*/
#content h1, #content h2 {
	font-weight: normal; 
	font-size: 18px;
	padding: 0 0 3px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 1.2em;
}
#content h2.pagetitle {
	padding-left: 3px;
	padding: 1px 0 4px;
}
#content h3 {
	font-weight: normal; 
	font-size: 17px;
	padding: 1px 0 4px;
	margin-bottom: 3px;
	border-bottom: 1px solid #EEE;
}

#content p, #content li {
	font-size: 13px;
	line-height: 1.4em;
}
#content dt, #content dd, #content blockquote {
	font-size: 13px;
	line-height: 1.4em;
}
#content li li {
  font-size: 10px;
}

#content .post {
	margin: 0 0 2.2em;
}
#content .post h2, #content .post h3 {
	font-size: 18px;
	margin: 0 0 2px;
}
.post ul,.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.postmetadata {
	font-size: 11px;
	padding: 0 0 7px;
	color: #AAA;
	margin-bottom: 2em;
	clear: both;
}
.postmetadata a {
	color: #AAA;
	text-decoration: underline;
}
.postmetadata a:hover {
	text-decoration: none;
}

.entry {
  text-align: justify;
}

.entry h1 {
	font-size: 18px !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h2 {
	font-size: 17px !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 14px !important;
	font-weight: bold !important;
	margin: 15px 0 3px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 13px;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.nav {
	font-size: 13px;
	padding: 0 0 22px;
}
.navigation {
	font-size: 13px;
	margin: 20px 0;
	height: 1.3em;
}
.alignleft {float: left;}
.alignright {float: right;}

h3#comments, h3#respond {
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
}

.commentlist {
	margin: 20px 0 30px 25px;
}
.commentlist li {
	padding: 8px 0 2px;
}
.cdata {
	background: #F5F5F5;
	border-bottom: 1px solid #DDD;
	padding: 3px 3px 3px 7px;
	height: 1%;
}
.cdata strong {
  display: block;
}
#content img.avatar {
  float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
  padding: 0 7px;
}

.commentlist li p {
	font-size: 10px !important;
}
.commentmetadata {
	font-size: 8px;
}
.commentmetadata a {
  color: #A5A5A5;
}

#author, #email, #url, #comment, #submit {
	font-size: 10px;
	padding: 2px 4px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 470px;
	height: 170px;
}
#submit {
	width: 115px;
	height: 22px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}


/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	width: 440px;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#t-sidebar {
	width: 420px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom 10px;
	padding-bottom: 20px;
	background-color: #FFF;
	font-size: 13px;
	line-height: 1.4em;
}
#l-sidebar {
	float: left;
	width: 205px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.4em;
}
#r-sidebar {
	float: left;
	width: 205px;
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 1.4em;
}
#sidebars .widget {
	border-bottom: 8px;
	margin-bottom: 30px;
}
#sidebars ul { 
	margin: 0 0 15px 0;
	padding: 0; 
}
#sidebars li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 4px;
	margin: 0;
}
#sidebars li ul { 
	margin: 0 0 3px 12px;
	padding: 0; 
}
#sidebars li li {
	padding: 3px 0 0 0;
	border: none;
}
#sidebars li a {
	background: url(i/arrow.gif) 0 5px no-repeat;	
	padding-left: 10px;
	color: #808080;
}
#sidebars h2, #sidebars h1 {
	font-weight: normal; 
	font-size: 17px;
	padding: 0 0 3px 3px;
}
#sidebars h3 {
	font-weight: normal; 
	font-size: 14px;
	padding: 0 0 3px 0;
}
.tags, #tag_cloud { margin: 0 0 15px; }
.tags { text-align: center; }

.tags a, #tag_cloud a {
	color: #808080;
	margin: 0 2px;
}


#wp-calendar {
	width: 100%;
	margin: 0 0 12px 0;
}
#wp-calendar td { text-align: center; }


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 7px 10px;
	margin: 0 0 15px 0;
	font-size: 11px;
	color: #808080;
	background:transparent url(i/smalldot.gif) repeat-x scroll 0 0;
}


/* Featured Stories
-----------------------------------------------------------------------------*/
#slider {
    width: 530px;
    margin: 0 auto;
    position: relative;
	clear:both;
	margin-bottom:20px;
	z-index: 1 !important;
}

#slider h2 {
	border-bottom:none;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
	padding:0 0 3px;
}

.scroll {
    height: 220px;
    width: 530px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 5px;
    height: 215px;
    width: 520px;
}

ul.sliderTabs {
    list-style: none;
    margin: 0;
    padding: 0;
	height:40px;
	clear:both;
	width:100%;
	background-color:#eaeaea;
	border-bottom:1px solid #CCCCCC;
}

ul.sliderTabs li {
    display: inline;
	margin: 0;
	padding: 0;
}

ul.sliderTabs a {
    padding: 10px;
    color: #000;
    text-decoration: none;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:3px;
	border:1px solid #CCCCCC;
	float:left;
	margin-left:5px;
	margin-top:10px;
	display:block;
	text-decoration:none;
	border-bottom:none;
	height:18px;
	z-index:2;
	cursor:pointer;
}

ul.sliderTabs a:hover {
    background-color: #f6f6f6;
}

ul.sliderTabs a.selected {
    background-color: #fff;
}

ul.sliderTabs a:focus {
    outline: none;
}

.hide {
    display: none;
}

.thumb {
	float:right;
	padding:10px;
}

/* Home Page Columns
-----------------------------------------------------------------------------*/

#home_left {
	width: 260px !important;
	float: left !important;
	position:relative;
}

#home_right {
	width: 260px;
	float: right;
}

#home_left h3, #home_right ul a {
	font-size:16px !important;
	font-style:normal;
	font-weight:normal;
	line-height:1.2em;
	border: none;
	margin-bottom:3px !important;
	padding:1px 0 4px 0;
}

#home_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#home_right .rssSummary {
	padding: 17px 0 3px 0;
	text-align: justify;
}

#home_right li {
	margin: 0 0 2.2em 0;
	list-style: none;
}


/* Calendar
-----------------------------------------------------------------------------*/
.ec3_list, .ec3 { color: #444 !important; }


/* Schedule Table
-----------------------------------------------------------------------------*/
.schedule td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 1.1em;
	text-align: left;
	vertical-align: top;
}
.schedule th {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 1.1em;
	text-align: left;
	vertical-align: top;
	font-weight: bold; 
	width: 80px;
}
.schedule li, .schedule ul {
	font-size: 12px !important;
	line-height: 1.1em;
}
.nprModCatTitle, .nprModMore, .nprModImage {
	display: none; 
}
.nprModHead {
	margin:0 0 2px;
	border:medium none;
	font-size:16px;
	font-style:normal;
	line-height:1.2em;
	margin-bottom:3px !important;
	padding:1px 0 4px;
	font-weight:normal;
}
.nprModHead strong {
	font-weight:normal;
}
.nprModHead a {
	font-weight:normal;
	font-size:16px !important;
}
.nprModText {
	font-size: 13px;
	line-height: 1.4em;
	text-align: justify;
	margin:0;
	padding:10px 0;
}
img.thumbNews { 
	float: left; margin: 5px;
}
img.thumbFeature { 
	float: right; margin: 10px;
}
#nowPlaying {
	background: url(i/now_playing.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#nowPlaying p {
	padding-top: 35px;
	margin: 0;
}


#toggle-splash {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#toggle-splash img {
	border: 1px solid #EAEAEA;
}
#splash {
	width: 530px;
	border: 1px solid #d9531e;
	margin: 5px 5px 20px 5px;	
	padding: 3px;
	font-size: 13px;
	background-color:#EAEAEA;
}
#banner {
	text-align: center;
	margin: 0 0 30px 0;
}
