﻿/* --- Global --- */

h1, h2, h3, h4, h5, h6 {
    font-family: 'futura_std_bookbold';
}


#siteWrapper {
	background: url(images/gray-curtains.png) top center repeat-y;
}


/* --- Head --- */

#headWrapper {
	background: url(images/top-curtains-logo.png) bottom center no-repeat;
	height: 365px;
	margin-bottom: -107px;
	position: relative;
}

#head .logo {
	left: 0px;
	position: relative;
	top: 20px;
	z-index: 2;
}

 /* --- Navigation --- */

#head .nav {
	left: -10px;
	top: 265px;
}

/* --- Featured Shows / Banner --- */

#featuredShows {}
.bannerPane {
	background: url(images/featured-shows.png) no-repeat top center;
	padding-bottom: 35px;
	padding-top: 88px;
	width: 800px;
}

/* --- Content --- */

#contentWrapper {
	background-image: none;
	margin-top: 20px;
	padding-top: 0px;
}

#content {
	min-height: 600px;
	padding-bottom: 75px;
}

.leftPane {
	width: 663px;
}
.leftPane h2 {
	font-size: 40px;
}

.fullCalendar {
	float: left;
	position: absolute;
	right: 0;
	top: 10px;
}
.fullCalendar a {
	color: #2f1733;
	font-size: 15px;
	font-family: 'futura_std_bookbold';
}

.sidebarPane {
	float: right;
	margin-left: 10px;
	position: relative;
	width: 301px;
}
.sidebarPane iframe {
	border: solid 4px #000;
}


/* --- Footer --- */

#footerWrapper {
	background-image: url(images/footer-back-wide.png), url(images/footer-gradient.png);
	background-repeat: no-repeat, repeat-x;
	background-position: center top, center bottom;
	background/*\**/: url(images/footer-back-wide.png) no-repeat center top\9;
	padding-bottom: 30px;
}
