/*
Theme Name: Blue Monkey for WordPress
Theme URI: http://bluemonkeytheater.org/
Description: WordPress conversion by couldbe studios
Version: 1.0
Author: Converted to WordPress by Matt & Jessica Beck
Tags: nonprofit
*/



body {
	background: url("/img/bg_main.gif") repeat-y center top;
	background-color: #353E4D;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #D5D9DF;}
	
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	margin-top: 10px;
}
h1 {font-size: 180%; font-weight: normal; line-height: 20px; font-variant: small-caps;}
h2 {font-size: 140%;}
h3 {font-size: 130%;}
h4 {font-size: 120%;}
h5 {font-size: 110%;}
h6 {font-size: 100%;}
h2,h3 {
/*	clear: both;*/
}

a {color: #D5D9DF;}
a:hover {color: #fff;}

p {margin: 10px 0 10px 0;}

strong {font-weight: bold;}
em {font-style: italic;}
	
hr {border: 0; background: url("/img/hr.gif") no-repeat; height: 4px;}
/* *** ie7 hack *** */
* +html hr {background: url("/img/hr_iebug.gif") no-repeat; height: 16px; zoom: 25%;}
/* *** ie6 hack *** */
* html hr {background: url("/img/hr_iebug.gif") no-repeat; height: 16px; zoom: 25%;}

ol {list-style-type: decimal; margin-left: 19px;}

#wrapper {
	width: 700px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #586781;}
/* *** ie7 hack *** */
* +html #wrapper {left: 1px;}
/* *** ie6 hack *** */
* html #wrapper {left: 1px;}
	
#logo {
	text-indent: -3000px;
	background: url("/img/header.jpg") no-repeat;
	width: 700px;
	height: 102px;}
#logo h1 {margin: 0;}
	
/* ********************************
	global nav
******************************** */
ul#menu-globalnav {
	background: url("/img/bg_nav.gif") no-repeat;
	width: 659px;
	height: 26px;
	position: relative;
	margin-left: 24px;
	padding: 13px 0 0 1px;
	list-style-type:none;
	text-transform:uppercase;
	font-weight:bold;
	}
	
ul#menu-globalnav li {
	float: left;
	margin:2px 10px 0 20px;}
	
ul#menu-globalnav li a {
	display: block;
	border: 0px;
	height: 21px;
	text-decoration:none;
	}
	
/* nav images */
/*ul#menu-globalnav li#menu-item-82 a {background: url("/img/nav_home.jpg") no-repeat 0 0; width: 60px;}
ul#menu-globalnav li#menu-item-89 a {background: url("/img/nav_performance.jpg") no-repeat 0 0; width: 110px;}
ul#menu-globalnav li#menu-item-88 a {background: url("/img/nav_tickets.jpg") no-repeat 0 0; width: 70px;}
ul#menu-globalnav li#menu-item-87 a {background: url("/img/nav_education.jpg") no-repeat 0 0; width: 90px;}
ul#menu-globalnav li.news a {background: url("/img/nav_news.jpg") no-repeat 0 0; width: 58px;}
ul#menu-globalnav li#menu-item-86 a {background: url("/img/nav_media.jpg") no-repeat 0 0; width: 58px;}
ul#menu-globalnav li#menu-item-85 a {background: url("/img/nav_friends.jpg") no-repeat 0 0; width: 72px;}
ul#menu-globalnav li#menu-item-90 a {background: url("/img/nav_about.jpg") no-repeat 0 0; width: 60px;}
ul#menu-globalnav li#menu-item-83 a {background: url("/img/nav_contact.jpg") no-repeat 0 0; width: 72px;}*/

/* nav rollover */
/*ul#menu-globalnav li#menu-item-82 a:hover {background: url("/img/nav_home.jpg") no-repeat 0 -21px;}
ul#menu-globalnav li#menu-item-89 a:hover {background: url("/img/nav_performance.jpg") no-repeat 0 -21px;}
ul#menu-globalnav li#menu-item-88 a:hover {background: url("/img/nav_tickets.jpg") no-repeat 0 -21px;}
ul#menu-globalnav li#menu-item-87 a:hover {background: url("/img/nav_education.jpg") no-repeat 0 -21px;}
ul#menu-globalnav li.news a:hover {background: url("/img/nav_news.jpg") no-repeat 0 -21px;}
ul#menu-globalnav li#menu-item-86 a:hover {background: url("/img/nav_media.jpg") no-repeat 0 -21px;}
ul#menu-globalnav li#menu-item-85 a:hover {background: url("/img/nav_friends.jpg") no-repeat 0 -21px;}
ul#menu-globalnav li#menu-item-90 a:hover {background: url("/img/nav_about.jpg") no-repeat 0 -21px;}
ul#menu-globalnav li#menu-item-83 a:hover {background: url("/img/nav_contact.jpg") no-repeat 0 -21px;}*/

ul#menu-globalnav li ul.sub-menu {
	text-indent: 0;
	position: absolute;
	top: 34px;
	background: none;
	background-color: #353E4D;
	white-space: nowrap;
	border-bottom: 1px solid #C1C7D1;
	border-left: 1px solid #C1C7D1;
	border-right: 1px solid #C1C7D1;}
	
ul#menu-globalnav li ul.sub-menu li {
	float: none;
	margin-left:-35px;
	list-style-type:none;
	font-weight:normal;
	text-transform:capitalize;}
	
ul#menu-globalnav li ul {
	display: none;}
ul#menu-globalnav li:hover ul, ul#menu-globalnav li.hover ul {
	display: block;}
	
ul#menu-globalnav li.menu-item ul.sub-menu li a {
	background: transparent;
	width: 120px;
	height: 15px;
	text-decoration: none;
	padding: 3px;}
	
ul#menu-globalnav li.menu-item ul.sub-menu li a:hover {
	background: transparent;}
	
/* *** main image *** */
#mainimage {
	background: url("/img/photo_main.gif") no-repeat;
	width: 600px;
	height: 350px;
	margin-top:-11px;
	margin-left:50px;
	padding-top:17px;
	}
	
	#header{
	width:542px;
	height:310px;
	margin-left:30px;
	background:url(headers/rotate.php) bottom right no-repeat;
	overflow:hidden;
	}
	
/* ********************************
	left column
******************************** */
#leftcol {
	position: relative;
	/*float: left;*/
	width: 385px;
	margin: 20px 0 40px 25px;}
/* *** ie6 hack *** */
* html #leftcol {margin-left: 12px;}

#leftcol #maincontent ul {
	margin-bottom: 10px;
	list-style-type: disc;}

/* *** homepage title *** */

h1.page-title {
	display:none;
}

.home h1.page-title {
	display:block;
	background: url("/img/title_homepage.gif") no-repeat;
	width: 279px;
	height: 41px;
	text-indent: -3000px;}
	
/* *** link panels *** */
ul#homepagelinks li a {
	display: block;
	width: 100%;
	text-indent: -3000px;}
	
ul#homepagelinks li.newsletter a {background: url("/img/panel_newsletter.jpg") no-repeat 0 0; height: 108px; margin-top: 15px;}
ul#homepagelinks li.bluemonkey a {background: url("/img/panel_bluemonkey.jpg") no-repeat 0 0; height: 111px; margin-top: 10px;}

ul#homepagelinks li.newsletter a:hover {background: url("/img/panel_newsletter.jpg") no-repeat 0 -108px; height: 108px;}
ul#homepagelinks li.bluemonkey a:hover {background: url("/img/panel_bluemonkey.jpg") no-repeat 0 -111px; height: 111px;}

/* *** be fearless *** */
#leftcol #befearless {
	background: url("/img/be_fearless.gif") no-repeat;
	width: 385px;
	height: 60px;
	margin-top: 10px;
	text-indent: -3000px;}
	
/* *** show details *** */
#leftcol .showdetails {
	background: url("/img/divider_shows.gif") no-repeat 80px 0;
	padding-top: 20px;
	margin-top: 10px;
	clear: both;}
	
#leftcol .showdetails p {
	margin-top: 5px;}
	
#leftcol a img.noborder {
	border:none;
}
	
#leftcol .showdetails h2 {margin-top: 0;}

#leftcol .showdetails a.buynow {
	display: block;
	background: url("/img/butt_buynow.gif") no-repeat 0 0;
	width: 94px;
	height: 41px;
	text-indent: -3000px;}
	
#leftcol .showdetails a.buynow:hover {
	/* background: url("../img/butt_buynow.gif") no-repeat 0 -41px; */}
	
#leftcol .showdetails img,
img.Pretty {
	float: right;
	border: 2px solid #C1C7D1;
	margin: 6px 0 0 5px;}
	
/* *** homepage news panel *** */
#leftcol #newspanel .newstop {background: url("/img/news_top.jpg") no-repeat; height: 26px;}
#leftcol #newspanel .newsbase {background: url("/img/news_base.jpg") no-repeat; height: 32px;}

#leftcol #newspanel .newsbody {
	background: url("/img/news_bg.jpg");
	padding: 1px 5px 1px 40px;
	color: #493A2F;
	font-size: 10px;
	line-height: 14px;
	background-color: #586781;}
	
#leftcol #newspanel .newsbody a {
	color: #493A2F;
	text-decoration: underline;}
#Tale {
	padding-bottom: 30px;
	background: url("/img/monkeyTaleBot.gif") no-repeat left bottom;
}
#Tale h2#monkeytale {
	margin: 0px;
	padding: 0px;
	width: 384px;
	height: 100px;
	background: url("/img/monkeyTaleTop.gif") no-repeat;
}
#Tale h2#monkeytale span {
	display: block;
	text-indent: -9999px;
}
	
/* ********************************
	right column
******************************** */
#rightcol {
	position: relative;
	float: right;
	width: 255px;
	margin: 20px 45px 40px 0;
	height: 400px;}
/* *** ie6 hack *** */
* html #rightcol {margin-right: 12px;}

#rightcol ul#sidebar-1, #rightcol ul#sidebar-1 li  {
	list-style-type:none;
}

#rightcol ul#sidebar-1 li ul li {
	margin-left:-45px;
}

#rightcol ul#sidebar-1 li#text-4 a img{
	float:left;
	border:none;
	margin:10px;
}

#rightcol ul li h4 a{
font-size:110%;
color:#fff;
text-decoration:none;
font-weight:normal;
padding-top:5px;
}

#rightcol div.yd_rp_excerpt {
	margin-top:17px;
	font-size:90%;
}

#rightcol h2.widgettitle {
	font-size:120%;
	color:#dfdfdf;
	font-weight:normal;
	text-transform:uppercase;
}

/* *** side panel links *** */
#rightcol ul li ul#sidelinks li a {
	}

#rightcol ul#sidelinks li.boxoffice a {background: url("/img/panel_boxoffice.jpg") no-repeat 0 0;	
	display: block;
	width: 245px;
	height: 63px;
	text-indent: -3000px;}
#rightcol ul#sidelinks li.boxoffice a:hover {background: url("/img/panel_boxoffice.jpg") no-repeat 0 -63px;
display: block;
width: 245px;
height: 63px;
text-indent: -3000px;}
	
#rightcol ul#sidelinks li.newsletter a {background: url("/img/panelside_newsletter.jpg") no-repeat 0 0; margin-top: 15px;
display: block;
width: 245px;
height: 63px;
text-indent: -3000px;}
#rightcol ul#sidelinks li.donate a {background: url("/img/panelside_donate.jpg") no-repeat 0 0; margin-top: 15px;
display: block;
width: 245px;
height: 63px;
text-indent: -3000px;}
	
/* *** season panel *** */
#rightcol #seasonpanel {
	background: url("/img/bg_season.jpg");
	font-family: georgia, times, serif;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	margin-top: 15px;}
	
#rightcol #seasonpanel .top {background: url("/img/season_top_with_text.jpg") no-repeat; width: 245px; height: 55px;}
#rightcol #seasonpanel .base {background: url("/img/season_base.jpg") no-repeat; width: 245px; height: 39px; clear: both;}
	
#rightcol #seasonpanel .content .showteaser {
	background: url("/img/show_divider.gif") no-repeat;
	margin: 0 15px 0 15px;
	padding-top: 4px;
	clear: both;}
	
#rightcol #seasonpanel .content .showteaser img {
	float: left;
	border: 2px solid #BEB99F;
	margin: 3px 5px 0 0;}
	
#rightcol #seasonpanel .content .showteaser .title {
	color: #586781;}
	
#rightcol #seasonpanel .content .showteaser .text {
	min-height: 42px;}
	
#rightcol #seasonpanel .content .showteaser ul.showlinks li {
	float: left;}

#rightcol #seasonpanel .content .showteaser ul.showlinks li a,
#rightcol #seasonpanel .content .showteaser ul.showlinks li span {display: block; height: 18px; text-indent: -3000px;}	
#rightcol #seasonpanel .content .showteaser ul.showlinks li a.info {background: url("/img/butt_info.gif") no-repeat; width: 54px; margin-right: 3px;}
#rightcol #seasonpanel .content .showteaser ul.showlinks li a.tickets {background: url("/img/butt_tickets.gif") no-repeat; width: 66px; margin-bottom: 5px;}
#rightcol #seasonpanel .content .showteaser ul.showlinks li span.ticketsSoon {background: url("/img/butt_soon.gif") no-repeat; width: 95px; margin-bottom: 5px;}

/* *** local nav *** */
#rightcol ul#nav_about, #rightcol ul#nav_education {
	padding-top: 20px;
	min-height: 15px;
	margin-bottom: 20px;}
/* * ie6 hack * */
* html #rightcol ul#nav_about, * html #rightcol ul#nav_education {height: 15px;}
	
#rightcol ul#nav_about a, #rightcol ul#nav_education a {
	text-decoration: none;
	color: #AFB6C3;
	font-weight: bold;
	font-size: 10px;
	display: block;
	padding: 2px 0 3px 10px;
	background: url("/img/sidenav_line.gif") no-repeat 0 18px;
	width: 100%;}
	
#rightcol ul#nav_about a:hover, #rightcol ul#nav_education a:hover {color: #fff;}
	
#rightcol ul#nav_about {background: url("/img/sidenavtitle_about.gif") no-repeat;}
#rightcol ul#nav_education {background: url("/img/sidenavtitle_education.gif") no-repeat;}

/* ********************************
	footer
******************************** */
#footer {
	background: url("/img/bg_footer.jpg") no-repeat;
	background-color: #8A94A6;
	clear: both;
	text-align: center;
	padding: 20px 20px 30px 20px;
	font-size: 10px;
	line-height: 12px;}
/* *** ie7 hack *** */
* +html #footer {padding-top: 10px;}
/* *** ie6 hack *** */
* html #footer {padding-top: 10px;}
