/* 
File: CJSW Main Stylesheet
By:   Colin Sproule 
edited: Marco Pringle
*/
@import url('http://www.cjsw.com/css/default.css'); 
@import url('http://www.cjsw.com/css/sideMenu.css'); 
@import url('http://www.cjsw.com/css/jquery.lightbox.css'); 

body {
	margin: 0;
	padding: 0;
	background: #ebffe3 url(http://www.cjsw.com/media/structure/main-bg.gif) no-repeat;
	text-align: center;
	font-family: Lucida Sans, Lucida, sans-serif ;
	font-size: 75%;
	color: #454545;;
}

/* @group basic structure */

#header-wrap {
	 width: 960px;
	 margin: 0 auto 14px auto;
	 padding: 0;
	 z-index: 2;
	 text-align:left;
}

#header {
	margin: 14px 0 14px 247px;
	width: 698px;
	height: 7.85em;
	padding: 0 0 14px 14px;
	background: #fff url(http://www.cjsw.com/media/structure/now-playing-stripe-bg.gif) repeat-x;
	text-align: left;
}
#header * {	font-family: Lucida Sans, Lucida, sans-serif ;}

#now-playing {
	padding: 0;
	margin: 0;
}

#header h1 {
	font-size: 110%;
	text-align: right;
	margin: 0;
	padding: 6px 9px 0 0;
	border-top: 1px solid #ccc;
	z-index: 2;
}

#cjsw-cloud {
	padding: 0;
	z-index: 100;
	float: left;
	margin-left: -60px;
	margin-top: -14px;
	position: absolute;
	width: 345px;
	height: 133px;
	background: url(http://www.cjsw.com/media/structure/cjsw-cloud_nologo.png) no-repeat top;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	padding-top: 0;
	text-align: left;
}

#wrap-inner { 
	text-align: left;
	background: transparent url(http://www.cjsw.com/media/structure/columns-bg.gif);
}
	
#main-body {
	float: left;
	width: 712px;
}

#content {
	margin-left:16px;
	padding:14px;
	width:436px;
	float: left;
}

#left-sidebar {
	float: left;
	width: 204px;
	padding: 14px;
}

#right-sidebar {
	float: right;
	width: 204px;
	padding: 14px;
}
#footer {
	clear: both;
	background: #ebffe3;
	padding-top: 14px;
}


/* @end basic structure */

/* @group common styles */

h1 {
	font-size: 150%;
	margin: 0;
	padding: 6px;
	background: url(http://www.cjsw.com/media/structure/stripe-bg.gif);
	border-top: 1px solid #ccc;
	position: relative;
	font-weight:bold;
}

h1 img {
	position: absolute;
	top: 12px;
	right: 20px;
	float: right;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0;	
}
h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 10px 0 0px 0;
	margin: 0;
}


p, li {font-family:Verdana, Verdana, Geneva, sans-serif}

a {color: #00b12b; text-decoration: none;}
a:hover {text-decoration: underline;}
a.active {color:#00c3e0 !important;}
a img {border: none;}

img.large {padding: 5px; border: 1px solid #ccc;}
img.small {padding: 3px; border: 1px solid #ccc;}
img.ad {padding: 3px; border: 1px solid #ccc; margin: 0 0 14px 0;}

div.ad {padding: 3px; border: 1px solid #ccc; margin: 0 0 14px 0;width:196px;height:99px;}

.blue {color: #00c3e0;}
.green {color: #00b12b;}

.blue-box {
	background-color: #00c3e0;
	color: white;
	padding: 0 4px;
	border: 1px solid #01b3cd;
	margin: 0;
}

.blue-box:hover {
	background-color: #00c730;
	border: 1px solid #00b12b;
	text-decoration: none;
}

/* @end */

/* @group now playing box styles */

.header-dj {
	float: left;
	margin: 0 14px 0 0;
	padding: 0;
	/* width: 51px; */
	height: 65px;	
}

#now-playing {
	margin-top: 14px;
	font-weight: bold;
	font-size: 110%;
}

#listen-live {
	margin-top: 4px;
	/* font-weight: bold; */
	font-size: 110%;
}

#up-next {
	margin-top: 4px;
	font-size: 90%;
	/* font-weight: bold;*/
}

/* @end */

/* @group homepage article teasers */

.article-teaser {
	margin-top: 10px;
	padding-top: 18px;
	border-top: 1px dotted #ccc;
	clear: both;	
}

/* magical clearing */
.article-teaser:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.article-teaser dl {margin: 0;padding: 0;}
.article-teaser dl dt {font-weight: bold; margin: 0; padding: 14px 0 18px 0;}
.article-teaser dl dd {margin: 0;padding: 0;}

.teaser-left {
	width: 210px;
	float: left;
	clear: left;
}

.teaser-right {
	width: 210px;
	float: right;
	clear: right;
}

/* @end homepage article teasers */

/* @group sidebar styles */

.sidebar-chunk {
	padding: 0;
	margin: 0 0 14px 0;
	border-bottom: 1px dotted #ccc;
}
.sidebar-chunk p, .sidebar-chunk li {
	font-size: 90%;
}

.sidebar-chunk p {
	margin: 14px 0 0 5px;	
}

.side-list {
	margin: 0;
	padding: 6px 0 12px 0;
	list-style: none;
}

.side-list li {
	padding: 0 5px 0 9px;
	margin: 8px 0 0 5px;
	background: white url(http://www.cjsw.com/media/structure/bullet.gif) no-repeat 0 6px;
}

.side-list a {
	color: #454545;
	text-decoration: none;
}

.side-list a:hover {
	color: #00b12b;
	text-decoration: none;
}

.side-ordered-list {
	color: #454545;
	margin: 0 0 0 24px;
	list-style-position: outside;
}

.side-ordered-list li {
	margin-top: 8px;
	padding: 0;

}

.side-ordered-list a {

	color: #454545;
	text-decoration: none;
}

.side-ordered-list a:hover {
	color: #00b12b;
	text-decoration: none;
}
.sidebar-chunk p {font-size:90%;padding-bottom:5px;}

.side-extras {
	list-style: none;
	margin:  0 0 14px 5px;
	padding: 0;	
}

.side-search p {
	color: black;
	font-weight: bold;
	font-size: 90%;
}

.searchbox {
	width: 202px;
	background-color: #ebffe3;
	border: 1px solid #ccc;
	margin: 8px 0 4px 0;	
}

.searchbutton {
	padding: 2px 7px;
	font-size: 120%;
	font-weight: bold;
	color: white;
	cursor:pointer;
	border: 1px solid #01b3cd;
	background-color: #00c3e0;
	float: right;
	margin-right: 0;
}

.searchbutton:hover {
	background-color: #00c730;
	border-color: #00b12b;
}

/* @end sidebar styles */

/* @group left sidebar content */

#quicklinks {
	margin: 0;
	padding: 6px 0 12px 0;
	border-bottom: 1px dotted #ccc;
	list-style: none;
}

#quicklinks li {
	font-size: 120%;
	font-weight: bold;
	padding-top: 3px;
	margin: 0;	
	font-family: "lucida sans", Ludica, "Lucida Verdana", Arial ;
}

#quicklinks a {
	color: #454545;
	padding-left: 18px;
	text-decoration: none;
	background: white url(http://www.cjsw.com/media/structure/quick-bullets.gif) no-repeat -7px 6px;
}

#quicklinks a:hover {
	color: #00b12b;
	text-decoration: none;
	background: white url(http://www.cjsw.com/media/structure/quick-bullets.gif) no-repeat -7px -20px;
}

#sub-quick-links {
	list-style: none;
	padding: 0;
	margin: 7px 0;
	text-align: right;
	font-size: 90%;
}

#sub-quick-links li {display: inline;}
#sub-quick-links a {color: #454545;}

#pledge-box {
	border: 1px solid #ccc;
	background-color: white;
	padding: 3px;
	margin-bottom: 14px;
}

#pledge-box a {
	padding: 10px;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: #00c3e0;
	display: block;	
}

#pledge-box a:hover {display: block; text-decoration: none;}

/* @end */

/* @group main content styles */

#content h1 {margin-bottom:10px;text-transform: lowercase;}
#content h2 {padding:7px 0 10px;}
#content p {margin: 10px 0; font-size: 90%;}
#content ul, #content ol {padding: 0px 0 5px 20px;}
#content li {
	margin: 0 0 0 3px;
	padding:5px 0;
	color: #666;
	font-size: 90%;
}

#content ul.programs-genre-nav, #content ul#programs-day-nav  {
	padding:6px 0 15px 0;margin:0;
}
#content ul.programs-genre-nav li, #content ul#programs-day-nav li {
	padding:0;margin:0;
}
#content ul.programs-genre-nav li a, 
#content ul.programs-genre-nav li span, 
#content ul#programs-day-nav li a, 
#content ul#view-programs li, 
#content ul#view-programs li a,  {
	font-family:"lucida sans",Ludica,"Lucida Verdana",Arial;
}

/* @end */

/* @group programming styles */

#programming-nav {
	margin: 0 0 30px 0;
}

#programming-nav h1 {
	font-size: 150%;
	margin: 0;
	padding: 0;
	border: none;
	background: white;
	float: left;
}

#programming-nav .blue-box {
	float: left;
	margin-top: 2px;
	margin-left: 10px;
}

#view-programs {
	list-style: none;
	padding: 0;
	margin: 6px 0 0 0;
	font-size: 90%;
	float: right;
}

#view-programs li {
	float: left;
	margin: 0 0 0 3px;
	color: #666;
	font-size: 90%;
}

#view-programs li:first-child {
	margin-right: 2px;
	font-weight: bold;
}
#content .programGuide {border-collapse:collapse;}
#content .programGuide td{font-size:11px;font-family: tahoma, geneva, sans-serif;padding:2px;}
#content .programGuide a {color: #000;text-decoration:underline;}
#content .programGuide a:hover{color:#0000CC;text-decoration:none;}  

#content .programs-genre-nav {
	clear: both;
	list-style: none;
	padding: 15px 0;
	width: 436px;
	font-size: 90%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(http://www.cjsw.com/media/structure/stripe-top.gif) repeat-x;
	margin: 0;
}

.programs-genre-nav a:hover {
	color: #00b12b;
	text-decoration: none;
}

.programs-genre-bottom {
	background: url(http://www.cjsw.com/media/structure/stripe-bottom.gif) repeat-x bottom !important;
}

.programs-genre-nav li {
	display: inline;
	color: #666;
}

.programs-genre-nav li a, .programs-genre-nav li span {
	color: #666;
	margin: 0 2px;
	padding-left: 13px;
	font-family:"lucida sans",Ludica,"Lucida Verdana",Arial;
}

.programs-genre-nav .type1 {
	background: transparent url(http://www.cjsw.com/media/structure/bullets/showtype1.gif) no-repeat left;}
.programs-genre-nav .type2 {
	background: transparent url(http://www.cjsw.com/media/structure/bullets/showtype2.gif) no-repeat left;}
.programs-genre-nav .type3 {
	background: transparent url(http://www.cjsw.com/media/structure/bullets/showtype3.gif) no-repeat left;}
.programs-genre-nav .type4 {
	background: transparent url(http://www.cjsw.com/media/structure/bullets/showtype4.gif) no-repeat left;}
.programs-genre-nav .type5 {
	background: transparent url(http://www.cjsw.com/media/structure/bullets/showtype5.gif) no-repeat left;}

#programs-day-nav {
	clear: both;
	list-style: none;
	padding: 0 0 10px 0;
	width: 436px;
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	margin:10px 0;
}
#programs-day-nav li {display: inline; color: #666;}
#programs-day-nav li a {color: #666;}
#programs-day-nav a:hover {color: #00b12b; text-decoration: none;}

table.schedule {width: 436px; border-collapse: collapse;}
tr.alt {background-color: #f4fff0;}
table.schedule td {padding: 5px;}

/* @end programming styles */

/* @group show description page styles */

.description-dj {
	float: left; 
	margin-right: 20px;	
	height: 65px; 
	padding: 0;
}

.description-heading {
	line-height: 1.2em; 
	margin: 0 ;
	padding: 0 0 15px 0;
	position: relative;
	height: 65px;
}

.description-heading dl {
	float:left;
	margin:10px 0 0 10px;
}

.description-heading dt {
	font-weight: bold;
	color: #00c3e0;
	background: transparent url(http://www.cjsw.com/media/structure/bullets/red.gif) no-repeat left;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
	display: inline-block;
}

.description-heading dd {font-size: 80%; margin: 0;}

#show-description p {margin: 10px 0; font-size: 90%;}

/* @end show description page styles */

.end-page-callout {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0;
	font-weight: bold;
}

/* @group footer */

#footer-nav {
	list-style: none;
	padding: 0 0 8px 0;
	margin: 0;
	float: left;
}

#footer-nav li {
	display: inline;
	color: #00b12b;
}

#footer p {float: right;}

/* @end footer */
/*
Theme Name: WordPress mu Default
Theme URI: http://mu.wordpress.org/
Description: The default WordPress mu theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

#page {
	text-align: left;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	padding: 0;
	}



#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {

	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar {
	float:right;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
