/*
Theme Name: Kaleidoscope Original Theme
Theme URI: http://shortordersites.com
Description: Customization of the Refueled Empty Theme - Do Not Switch Themes without ensuring all customizations are replicated in the new theme.
Author: George Plumley
Author URI: http://shortordersites.com
version: 2.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background: transparent url('images/background.gif') repeat 0 0;
	overflow:scroll;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	margin:40px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

h1, h2, h3, h4 { 	font-family: georgia, times; }

p { margin: 0px; margin-bottom: 10px; line-height: 18px; }


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color: #255CCD;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 860px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	overflow: hidden;
	border: 1px solid #000000;
	}
	
/* header */

#specialannouncement {
	background-color: #EDE51E;
	padding: 5px;
	padding-left: 8px;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #000000;
}

#header {
	background:#000000;
  	width: 860px; 
  	height: 100px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
	
#header-right {
	float: right;
}

/* main menu */


.jqueryslidemenu{
font: normal 10px Verdana,Arial, Helvetica;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.jqueryslidemenu #level-one{
/* For centering
width: 660px;
margin: 0px auto;
*/
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
border-left: 1px solid #a6a6a6; /* common border */
float: left;
}

.jqueryslidemenu ul li:first-child {
	border: none;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #ffffff; /*background of tabs (default state)*/
padding: 8px 10px;
color: #000000;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #262626;
}

.jqueryslidemenu ul li a:hover{
background: #808080;
color: #ffffff;
}

.jqueryslidemenu ul li.current_page_item a {
	text-transform: uppercase;
	color: #255CCD;
	font-weight: bold;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 10px Arial, Helvetica;
width: 130px; /*width of sub menus*/
padding: 5px;
margin: 0;
border: 1px solid #575757; /* common border */
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background: #808080;
color: #ffffff;
}

/* The Original Menu

#menu {
	background:##ffffff;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:860px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #575757;
	display:block;
}

#menu ul li a:hover {
	background: #000000;
	color:#ffffff;
}

*/



/* content */


#content {
	float: right;
	width:630px;
	overflow: hidden;
	margin:14px;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font: bold 24px georgia, times;
	color: #255CCD;
	margin-bottom: 25px;
	margin-top: 10px;
	}
	
.post h2 a{
	color: #255CCD;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.post h3{
	font:bold 14px georgia, times;
	color: #255CCD;
	margin-top: 25px;
	margin-bottom: 10px;
	}
	
.post ul {
	list-style-type: disc;
	margin-left: 12px;
}

.post ol {
	margin-left: 20px;
}

.post li {
	margin-bottom: 10px;
}

.pagetitle {
	margin-bottom: 25px;
}

.entry p{margin:12px 0;}

.category-item-6 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #255CCD;
	margin-bottom: 25px;
}

.category-item-6 h3 {
	font-weight: bold;
	font-size: 18px;
	color: #255CCD;
	margin-bottom: 10px;
}

.category-item-6 h3 a {
	color: #255CCD;
}

#production-sidebar {
	float: right; 
	margin-left: 20px; 
	background-color: #efefef; 
	border: 1px solid #a6a6a6;
	padding: 10px; 
	padding-bottom: 0px;
	width: 150px;
	font-weight: bold;
}

#production-sidebar .title {
	font-weight: normal;
}

#production-sidebar p {
	margin: 0px;
	margin-bottom: 15px;
}

#production-sidebar .producer {
	font-size: 10px;
	color: #4A70BB;
	line-height: 10px;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* KPAS styles */

h2.kpas-title {
	color: #219E00;
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 32px;
}

h2.kpas-title .subtitle {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

.coursebox {
	margin-bottom: 40px;
}

.coursebox h3 {
	font-size: 18px;
	background-color: #6C8FD1;
	color: #ffffff;
	padding: 6px;
}

.coursebox h3 a {
	color: #ffffff;
}

.coursebox h3 a:hover {
	color: #255ccd;
	text-decoration: none;
}

.courseinfo {
	border-top: 1px solid #6C8FD1;
	border-bottom: 1px solid #6C8FD1;
	padding-top: 6px;
	padding-bottom: 6px;
}

.courseinfo .title {
	font-weight: bold;
	padding-right: 10px;
}

.coursepricing .title {
	font-weight: bold;
	font-size: 12px;
}

.coursepricing {
	border-bottom: 1px solid #6C8FD1;
	padding-bottom: 6px;
	font-size: 10px;
	color: #575757;
	line-height: 24px;
}

#termschedulebox {
	border: 1px solid #a6a6a6;
	background-color: #f6f6f6;
	padding: 15px;
	font-size: 10px;
	color: #575757;
	margin-top: 25px;
}

#termschedulebox .left {
	float: left;
	width: 45%;
}

#termschedulebox .right {
	float: right;
	width: 45%;
}

#termschedulebox h3 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #a6a6a6;
	margin-bottom: 20px;
	font-size: 16px;
	color: #575757;
}

#termschedulebox h4 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #575757;
}

#termschedulebox .note {
	margin: 0px;
	padding-top: 25px;
	text-align: center;
	clear: both;
}




/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:left;
	margin:0;
	padding: 0;
	border-right: 1px solid #ddd;
	}
	
#sidebar a {
	color: #000000;
}

#sidebar a:hover {
	color: #a6a6a6;
	text-decoration: underline;
}
	
#sidebar .sidephoto {
	width: 190px;
	height: auto;
}
	
#sidebar #season-area {
	background-color: #C8D5EB;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#sidebar #season-area h2.seasontitle {
	font-size: 22px;
	font-weight: bold;
	font-family: Georgia,serif;
	color: #255CCD;
	padding-bottom: 10px;
	border-bottom: 2px solid #98A8DE;
	margin-bottom: 20px;
}

#sidebar #season-area h2, #sidebar #kpas-area h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #255CCD;
	margin-bottom: 4px;
}

#sidebar #kpas-area {
	background-color: #CAEBC3;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#sidebar #kpas-area a {
	color: #219E00;
	font-family: Georgia,serif;
}

#sidebar #kpas-area a:hover {
	color: #ffffff;
}

#sidebar #kpas-area p {
	margin-bottom: 6px;
}

#sidebar #kpas-area h2.kpas-title {
	color: #219E00;
	font-weight: bold;
	font-family: Georgia,serif;
	padding-bottom: 10px;
	border-bottom: 2px solid #92C98D;
	margin-bottom: 20px;
	font-size: 18px;
}

#sidebar #kpas-area h2 {
	color: #219E00;
}

#sidebar #kpas-area h3 {
	color: #219E00;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}



#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:5px 0px 10px 0px;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul li a:hover {
	color: #255CCD;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

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
	}
	
.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;
}




/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
	font-size: 10px;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #6C8FD1;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

