body
{
	background: #fff url(images/background.png) repeat-x;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	color: #c1272d;
	font-weight: bold;
	line-height: 1em;
}

h2 
{
	padding-top: 32px;
	font-size: 20px;
	height: 32px;
	background: url(images/h2.png) no-repeat;
}

h3
{
	margin-top: 10px;
	font-size: 16px;
}

h4
{
	margin-top: 10px;
	text-decoration: underline;
}

img
{
	border: 0;
	margin: 0;
	padding:0;
}

div.left_angle
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background: #fff url(images/apple_left.png);
	width: 200px;
	height: 400px;
}

div.right_angle
{
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	background: #fff url(images/apple_right.png);
	width: 200px;
	height: 400px;
}

div.header
{
	margin: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #fff url(images/header.png);
	width: 640px;
	height: 248px;
}

#topnav
{
	margin: 0px;
	padding: 0;
	padding-top: 10;
	padding-bottom: 10;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #fff url(images/menu.png) repeat-x;
	width: 644px;
	height: 40px;
}

.menu {margin: 0; padding:0;}

.menu li
{
	padding:0;
	margin: 0;
	border: 0;
	display: inline;
	list-style:none;
	float: left;
	height: 20px;
}

.menu li a:link, .menu li a:visited { display: block; height:20px; }

.home, .about, .cast, .crew, .contacts, .ticket, .donate { width: 128px; }

.home { background: url(images/home.png) no-repeat 0 -20px;}
.home a { background: url(images/home.png) no-repeat 0 0; }

.about { background: url(images/about.png) no-repeat 0 -20px; }
.about a { background: url(images/about.png) no-repeat 0 0; }

.cast { background: url(images/cast.png) no-repeat 0 -20px; }
.cast a { background: url(images/cast.png) no-repeat 0 0;}

.crew { background: url(images/crew.png) no-repeat 0 -20px; }
.crew a { background: url(images/crew.png) no-repeat 0 0;}

.contacts { background: url(images/contacts.png) no-repeat 0 -20px; }
.contacts a { background: url(images/contacts.png) no-repeat 0 0;}

.ticket { background: url(images/tickets.png) no-repeat 0 -20px; }
.ticket  a { background: url(images/tickets.png) no-repeat 0 0;}

.donate { background: url(images/donate.png) no-repeat 0 -20px; }
.donate  a { background: url(images/donate.png) no-repeat 0 0;}

.menu li a:hover { background: none;}
.menu li a span { display:none;}

.indexpage .indexpage a  { background: url(images/home.png) no-repeat 0 -40px;}
.aboutpage .aboutpage a  { background: url(images/about.png) no-repeat 0 -40px;}
.castpage .castpage a  { background: url(images/cast.png) no-repeat 0 -40px;}
.crewpage .crewpage a  { background: url(images/crew.png) no-repeat 0 -40px;}
.contactspage .contactspage a  { background: url(images/contacts.png) no-repeat 0 -40px;}
.ticketspage .ticketspage a  { background: url(images/tickets.png) no-repeat 0 -40px;}
.donatepage .donatepage a  { background: url(images/donate.png) no-repeat 0 -40px;}

.indexpage .indexpage a:hover  { background: url(images/home.png) no-repeat 0 -40px;}
.aboutpage .aboutpage a:hover  { background: url(images/about.png) no-repeat 0 -40px;}
.castpage .castpage a:hover  { background: url(images/cast.png) no-repeat 0 -40px;}
.crewpage .crewpage a:hover  { background: url(images/crew.png) no-repeat 0 -40px;}
.contactspage .contactspage a:hover  { background: url(images/contacts.png) no-repeat 0 -40px;}
.ticketspage .ticketspage a:hover  { background: url(images/tickets.png) no-repeat 0 -40px;}
.donatepage .donatepage a:hover  { background: url(images/donate.png) no-repeat 0 -40px;}


div {
	font-family: helvetica, arial, sans-serif;
}


div.player
{
	margin: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #000 url(images/main.png) no-repeat;
	width: 640px;
	height: 320px;
	text-align:center;
}

div.footer
{
	margin: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #fff url(images/footer.png) no-repeat;
	width: 640px;
	height: 210px;
	text-align:center;
}

div.footer-text
{
	margin: 0px;
	width: 100%;
	text-align:right;
	color: #666;
	font-size: 10px;
}

div.widget
{
	margin: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 640px;
}

div.invisible
{
	display: none;
	margin: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 0;
	height: 0;
	text-align:center;
}

div.social-buttons
{
	margin: 0;
	margin-top: 30px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 640px;
	height: 40px;
	text-align:center;
}

div.fb
{
	margin: 0;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 640px;
}

div.map
{
	clear: both;
	float:left;
	display: block;
	padding: 6px;
	width: 626px;
	text-align:center;
	border: 1px solid rgba(140, 140, 140, .2);
	background: rgba(187, 187, 187, .2);
	font: 12px arial, helvetica, sans-serif;
}
div.mapshadow
{
	float: left;
	display: block;
	width: 640px;
	height: 40px;
	background: url(images/shadow.png) no-repeat;
	background-size: 100%;
}

div.leftcolumn, div.rightcolumn
{
	width: 315px;
	text-align:center;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 20px;
}
div.leftcolumn {	float:left; }
div.rightcolumn { float:right; }

div.castrow
{
	clear: both;
	float:left;
	padding-bottom: 24px;
	width: 100%;
	font: 14px helvetica, arial, sans-serif;
}

div.castpic
{
	width: 180px;
	float:left;
	margin-right: 10px;
}

div.castresume
{
	width: 450px;
	float:left;
	line-height: 1.4em;
}


/* PAYPAL paypal.htm PAYMENT PAGE CODE */

.payformbox	{
		background-color: transparent;
		border: #CFD7DF 1px solid;
		}

.payforminput
{
	margin: 0;
	width: 60px;
}
.payformbutton
{
	margin-top: 10px;
	margin-left: 5px;
	padding: 0;
	font: 12px arial, helvetica, sans-serif;
	width:92px;
	height:26px;
	background: url(images/paypaldonate.png) no-repeat;
	border: 0;
}

#slider {
    width: 920px; /* important to be same as image width */
    height: 480px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: auto;
	margin-right: auto;
	border: 6px solid #bbb;
	background-color: #bbb;
}
#sliderContent {
    width: 920px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin:0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.sliderImage {
	margin:0;
	left:0;
	top: 0;
    float: left;
    position: absolute;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 920px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none; text-indent:0px;}
