/*
Theme Name: Backstage Theatre Company
Theme URI: http://wordpress.org/
Description: Theme developed for Backstage Theatre Company
Version: 1.0
Author: Nick & Marni Keenan
Author URI: http://nikku.net/


*/


/* colors: */
/* background blue: #333743 */
/* maroon: #2b1605 */
/* light white text: #f3ecf4 */
/* link & header gray: #bba7a1 */
/* light beige (overlay text): fceadc; */

/* Begin Typography & Colors */

@font-face {
  font-family: "Berylium";
  src: url('includes/Berylium.ttf') format("truetype");
} 

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Verdana,  Sans-Serif;
	background: #2b1605;
	color: #f3ecf4;
	text-align: center;
	}
	
ul, li {
	list-style: none;
}

#page {
	background-color: white;
	text-align: left;
	}
	
#page { background: url("images/bstcwide.jpg") repeat-y top; border: none; }


#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	float:right;
	font-size:1.2em;
	margin:0 41px 0 0;
	width:608px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	}

.thread-alt {
	background-color: #333745;
}
.thread-even {
	background-color: #333743;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #eee url('images/footer.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: 'Lucida Grande', Arial, Verdana,  Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Lucida Grande', Arial, Verdana,  Sans-Serif;
	font-weight: bold;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 18px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#fceadc;
	
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:  #bba7a1;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.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 {
	font-family: 'Lucida Grande', Arial, Verdana,  Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/*#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
*/
/* 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;
	}

a {
	/* color:  #bba7a1; */
	color: #CCC;
	text-decoration: none;
}

a p, p a, li a {

	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #bba7a1;
	padding-bottom:0px;
}

p a:hover, li a:hover {
	color: #FFF;
	border-style: solid;
	border-color: white;
	}
	
#TB_window a:hover, #TB_window a:hover p, #TB_window a:hover h1, #TB_window a:hover h2 {
	color: #bba7a1;
	text-decoration: underline;
}
	
h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #FFF;
}


#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 */

/* constant contact */

fieldset {
	margin: 20px 0;
	padding: 20px;
}

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: #333743;
	margin: 20px auto;
	padding: 0;
	width: 1000px;
	
	}

#header {
	padding: 0;
	height: 145px;
	width: 1000px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 620px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 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;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height:113px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	font-family: "Berylium", 'Lucida Grande', Arial, Verdana,  Sans-Serif;
	/*font-family: 'Lucida Grande', Arial, Verdana,  Sans-Serif; */
	font-size:32px;
	font-style:italic;
	margin: 12px 0px 8px 10px;
	text-align:right;
	color:#fceadc;
	line-height:0.9em;
	}
	
h2 {
	margin:20px 0 10px;
	}

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 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 ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	list-style: none;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin:3px 0 10px;
	padding: 0;
	list-style: none;
	display: block;
	}
	
#sidebar ul ul li a, #sidebar ul ol li a{
	list-style: none;
}

#sidebar ul li.widget {
	display:block;
	padding-bottom:11px;
}

/* 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
{
	float:left;
	margin-left:32px;
	padding:20px 0 10px 5px;
	width:236px;
	}

#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; */
	float:right;
	color: #bba7a1;
	}

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 */

/* Flutter General */

.EIP_textbox, .EIP_mulittextbox, .EIP_mulittextbox p {
	/*display: inline; */
}

.EIP_textbox p, .EIP_mulittextbox p, .entry p{
	/*display: inline; */
	margin-top: 10px;
}


.byline {
	margin: 0px;
	padding: 0px;
}

.venue {
	margin-bottom: 10px;
}

/* header map */

#rage_css_map {
	background-image: url(images/headermap.gif);
	height: 145px;
	width: 696px;
	position:relative;
	float: right;
}


#rage_css_map #shapes a {
	position:absolute;
	text-decoration:none;
}


#rage_css_map #shapes a span {
	visibility:hidden;
}


#shapes a#rage_season{
	left:94px;
	top:31px;
	width: 143px;
	height: 93px;
	background-image: none;
}


#shapes a#rage_season:hover, #shapes a#rage_season:active{
	background-image: url('images/glow-subscribe.gif');
	background-repeat: no-repeat;
}

#shapes a#rage_tickets{
	height:59px;
	left:167px;
	top:99px;
	width:148px;
	background-image: none;
}


#shapes a#rage_tickets:hover, #shapes a#rage_tickets:active{
	background-image: url('images/glow-tickets.gif');
	background-repeat: no-repeat;
}


#shapes a#rage_blog{
	height:67px;
	left:286px;
	top:31px;
	width:144px;
	background-image: none;
}


#shapes a#rage_blog:hover, #shapes a#rage_blog:active{
	background-image: url('images/glow-blog.gif');
	background-repeat: no-repeat;
}


#shapes a#rage_directions{
	height:59px;
	left:386px;
	top:97px;
	width:175px;
	background-image: none;
}


#shapes a#rage_directions:hover, #shapes a#rage_directions:active{
	background-image: url('images/glow-directions.gif');
	background-repeat: no-repeat;
}

#shapes a#rage_about{
	height:100px;
	left:475px;
	top:32px;
	width:143px;
	background-image: none;
}


#shapes a#rage_about:hover, #shapes a#rage_about:active{
	background-image: url('images/glow-company.gif');
	background-repeat: no-repeat;
}


/* Header layout */

div#logo {
	float: left;
	height:200px;
}

/* Show Details layout */



img.artwork, img.artworksmall {
	width: 220px;
	border: 6px solid #2b1605;
}

a img.artwork:hover, a img.artworksmall:hover{
	border-color: white;
}

div.artwork, div.artworksmall {
	float: left;
	margin:0 0 1px 20px;
	width: 220px;
	display: block;
	height: auto;
}
.artwork-wrapper {
	display:block;
	float: left;
	margin:14px 40px 0 0;
	width: 240px;
}

img.artworksmall, div.artworksmall {
	width: 120px;
}

.shadow {
	background-color: #4F5064;
	display: inline;
}

a .shadow:hover {
	background-color: #CCC;
}

.cast .shadow {
		padding-top: 85px;
}

.shadow img {
	position: relative;
	top: -4px;
	left: 4px;
}

.showsummary {
	margin-bottom: 10px;
	clear: both;
}
.showsummary .showdetails, .showsummary .seasondetails{
	margin-left: 280px;
	width: 320px;
}

.seasondetails h2 {
	font-size: 14px;
	margin-bottom: 2px;
}

.seasonsummary {
	text-align:left;
	width:200px;
	float: left;
	margin-bottom:25px;
}

.seasonsummary div.artworksmall {
	float: none;
	margin:0 0 10px 0px;
	padding: none;
}

div.inline {
	margin-right: 30px;
	float:left;
	width: 200px;
}

.showdetails p {
	margin-left: 30px;
}

.videos p {
	margin: 0px 0px;
}

.video {
	width: 240px;
}

.video-screenshot {
	width: 300px;
	border: 6px solid #2b1605;
}

.videopreview .video-screenshot{
	width: 220px;
	margin-top: 10px;
		margin:0 0 1px 20px;
}
div.videopreview {
	width: 220px;
}

.videoplay {
	height:20px;
	left:111px;
	position:relative;
	top:-126px;
	width:14px;
	background: transparent url('images/next.gif') no-repeat;
}

.videoplay p {
	margin: 0px 0 0 16px;
}

.videopreview .videoplay {
	left: 100px;
	top: -80px;
}

.closed {
	margin-left: 260px;
}

.showsummary .pastprod {
		margin-left:174px;
		width:220px;
}

h3.season {
	float: right;
	text-align: right;
	z-index: 5;
	font-size: 34px;
	margin: 0px;
}

.gallerythumb {
	height: 150px;
	display: inline;
	margin: 0 10px 10px 0;
}

div.cast {
	float: left;
	width: 150px;
	height: 185px;
	margin-right: 2px;
	text-align: center;
}

.headshot {
	height: 100px;
}

.large-headshot {
	width: 200px;
	display: block;
	float: left;
	margin: 20px 20px 20px 0;
}

.cast h3 {
	font-size: 12px;
	margin: 5px 0px 0px;
}

.crew h3 {
	margin: 5px 0px 0px;
}

.cast a h3:hover, .crew a h3:hover {
	color: white;
}

div.crew {
	clear: both;
}

#footer ul, #footer p {
	font-size: 14px;
	color: #bba7a1;
}

#footer ul {
	text-align: center;
	width: 100%;
	clear: both;
	padding-top: 25px;
}

#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

.bullet {
	font-size: 7px;
	margin: 0px 5px;
	position: relative;
	top: -2px;
}

div.header {
	background-image:url(images/h1.jpg);
	background-repeat:no-repeat;
	height:84px;
	width:353px;
	margin:20px 0 0;
	padding:13px 0 0;
	text-align: center;
}

div.header * {
	vertical-align: middle;
}

.header h2, .header h1, .header h3 {
	font-size: 20px;
	margin-top:11px;
	vertical-align: middle;
	text-align:center;
}

.header p, .header p a {
	margin: 0px;
	color: white;
	vertical-align: middle;
}

.header .tickets {
	padding-top:7px;
	font-size: 18px;
}

div.venue, .dates {
	margin: 10px 0px;
}

#content .hr{
	background:transparent url(images/hr.jpg) repeat scroll 60% 60%;
	clear:both;
	display:block;
	height:10px;
	margin:17px 0 0 -31px;
	width:670px;
}

.entry, .gallery {
	margin-top: 10px;
	display: block;
}

.artwork-overlay, .sidebar-overlay {
	background:transparent url(images/purple-overlay.png) repeat-y scroll 0 0;
	float:right;
	position:relative;
	right:-10px;
	top:-59px;
	width:180px;
}

.sidebar-overlay {
	right:0;
	text-align:right;
	width:234px;
}

.byline, .dates, .showtimes, .tickets, .venue p, .showdetails div {
	color: #fceadc;
}

.credit {
	text-align: right;
	margin-bottom:30px;
}

.summary {
	color: #bba7a1;
}

.artwork-overlay p, .sidebar-overlay p {
	/*color: #fceadc; */
	font-style: italic;
	font-size: 15px;
	font-weight:bold;
	margin:7px 0 6px 9px;
}

.sidebar-overlay p {
	margin:7px 18px 0 9px;
	color: #fceadc;
}

.sidebar-image{
	width:296px;
}
div.sidebar-image {
	display: block;
	margin:55px 0 0 8px;
}

#submenu ul {
	text-align: center;
	margin-top: 15px;
	/*background-color:#4F5064;*/
	padding: 6px 0px 0px 0px;
	height: 25px;
	border: 2px solid;
	border-color: #4E4F64  #4E4F64 #223 #223 ;
}

#submenu ul li {
	font-family: "Berylium", 'Lucida Grande', Arial, Verdana,  Sans-Serif;
	/* font-family: 'Lucida Grande', Arial, Verdana,  Sans-Serif; */
	display: inline;
	margin: 0px 11px;
	font-size: 15px;

}

div.sidebar-shadow {
	background:transparent url(images/sidebar-shadow.png) repeat-y scroll 0 0;
	float:right;
	margin-left: 196px;
	position: absolute;
	top: 216px;
	width: 100px;
	z-index: 10;
	height: 600px;
}

#sidebar .twitter-item {
	font-size: 1.2em;
	margin-bottom: 28px;
}
#optin #sidebar {
	width: 500px;
	float: none;
}

