/*
Theme Name: Footlight Theatre
Description: Footlight Theatre with a better footer.
Version: 2.0
Author: Adam Abrams
Author URI: http://adamabrams.com/
*/

* {
	margin: 0;
}


html, body {
	margin: 0; padding: 0;
	height: 100%;
	text-align: center;
}

body {
	background: #ECECEC;
}

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,div,iframe,form,table,td,th {
	padding: 0;
	margin: 0;	
}


/*  IE 5.5 PNG FIX - INCLUDE iepngfix.htc AND blank.gif IN SITE */

img, div { behavior: url(iepngfix.htc) }

#container {
	min-height:100%; /* real browsers */
	height: auto !important; /* for IE 6 */
	height: 100%; /* for IE 6 */
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	width: 1070px;
	text-align: left;
	background: #ECECEC url(images/bg.gif) center top repeat-y;
}

body#mailout #container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: white;
}

#header {
	background: white url(images/header.jpg) center top no-repeat;
	text-align: center;
	height: 294px;
	width: 1070px;
	margin: 0;
	padding: 0;
}

#headerMailout {
	background: white url(images/header-mailout.jpg) center top no-repeat;
	text-align: center;
	height: 216px;
	width: 760px;
	margin: 0;
	padding: 0;
}

.homesquare {
	float: left;
	border: none;
}

#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#pageMailout {
	width: 760px;
	text-align: left;
}


#content {
	height: 100%;
	margin: 20px 20px 50px 252px;
}

#contentMailout {
	height: 100%;
	margin: 10px;
}


#sidecolumn {
	float: left;
	width: 250px;
}

#sidegraphics {
	width: 250px;
	text-align: center;
}

#sidegraphics img {
	margin-top: 20px;
}

#footer {
	width: 1000px;
	height: 50px;
	background-color: #996600;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: white;
	text-align: center;
	line-height: 12px;
}


#footerMailout {
	width: 760px;
	height: 50px;
	background-color: #CC9900;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	line-height: 12px;
}


.push {
	height: 50px; /* .push must be the same height as .footer */
}

#footer a {	text-decoration: none;}

#footer a:link {color: yellow;}
#footer a:visited {color: yellow;}
#footer a:hover {color: yellow;}
#footer a:active {color: yellow;}


/*  MENU  */

.sidemenu, .sidemenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 237px; /*WIDTH OF MAIN MENU ITEMS*/
}

.sidemenu {
	float: left;
	margin-top: 25px;
}

.sidemenu li{
position: relative;
}

.sidemenu li a{
background: white url(images/buttonbg.jpg) repeat-x bottom left;
font: 14px Verdana, Helvetica, sans-serif;
text-transform: uppercase;
color: black;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.sidemenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.sidemenu li ul li{
float: left;
}

.sidemenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.sidemenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/arrow.gif) no-repeat center right;
}

.sidemenu li a:visited, .sidemenu li a:active{
color: black;
}

.sidemenu li a:hover,  .sidemenu li#currentpage a {
background-image: url(images/buttonbg2.jpg);
}

/*label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}*/

.error {
	color: red;
}

.navigation {
	padding-top: 20px;
}

/* Holly Hack for IE \*/
* html .sidemenu li { float: left; height: 1%; }
* html .sidemenu li a { height: 1%; }
/* End */

/*  BOTTOM MENU  */

ul#footermenu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

ul#footermenu, ul#footermenu li a:link, #footermenu a:visited, #footermenu a:hover, 
#footermenu a:active {
	color: white;
}


/*  GLOBAL TEXT, LINK and IMAGE STYLES  */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

p {
	padding: 0;
	margin-bottom: 4px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #996633;
}	
	
h2, h3, h4 {
	line-height: 110%;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 7px;
}

a:link {color: brown;}
a:visited {color: brown;}
a:hover {color: black;}
a:active {color: brown;}


table, td {
	margin: 0;border: 0;
}

/* 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
	}
	
.size-thumbnail {

}

a>img {
	border: 0;
}
	
/* End Images */




/*   THE "CLEARFIX"   */

.clear:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clear {
min-height: 1px;
}

* html .clear {
height: 1px;
}



/*  OTHER STYLES  */


img.attachment-post-thumbnail {
	float: left;
	margin: 0 15px 15px 0;	
}

.featured {
	padding: 7px;
	font-size: 1.2em;
	background-color: #FFFF99;
	width: auto;
	border: 1px dotted #FFCC00;
}

.post {
	float: left;
	width: 100%;
	}

#hiliteBox {
	background-color: #FFCCCC;
	padding: 10px;
	color: #000000;
}

table.sked {
	border: 1px solid #666;
	border-bottom: none;
	border-collapse: collapse;
}

table.sked td {
	padding: 5px 10px 5px 5px;
	border: 1px solid #666;
}

td.date {
	font-weight: bold;	
}

tr.weekend {
	background-color: #FFFFCC;	
}

td.labelcell {
	font-weight: bold;
}


p.wp-caption-text {
	text-align: left;
	padding: 4px;
	font-size: 10px;
	line-height: 12px;
}

p.divider {
	font-size: 14pt;
	line-height: 110%;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 7px;
}

ul {
margin-left: 20px;
margin-bottom: 20px;
}

/*  OTHER STYLES */

#intro {
	font-size: 15px;
	margin-bottom: 15px;
}