body {
text-align: center;
background-color: #000;
background-image: url(/images/css/background.jpg);
background-repeat: repeat-x;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.4;
}

#wrapper {
width: 650px;
margin: auto;
text-align: left;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georiga, "Times New Roman", serif;
margin: 0;
padding: 0;
}

h2 {
font-size: 20px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 14px;
}

a {
color: #000;
}

a img {
border: 0;
}


/*----------- HEADER ----------*/

#header {
height: 89px;
color: #fff;
background-image: url(/images/css/logo.png);
background-repeat: no-repeat;
}

#header h1 {
margin-left: -999px;
}



/*----------- MENU ----------*/

#menu {
padding: 5px 25px;
height: 40px;
padding: 0;
background-image: url(/images/css/nav_background.jpg);
}


#menu ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#menu ul li {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#menu ul li a {
width: 100px;
height: 28px;
padding: 12px 0 0 0;
margin: 0 0 10px 0;
color: #f5d7b4;
text-decoration: none;
text-transform: uppercase;
font-size: smaller;
display: block;
text-align: center;
}

#menu ul li#home a {
padding-left: 7px;
}

#menu ul li a:hover {
color: #403727;
background: #dedcc6;
}

#menu a:active {
background: #c60;
color: #fff;
}


/* highlight menu button for active page */

#home #menu li#home_btn a {
color: #403727;
background: #dedcc6;
}

#boxoffice #menu li#boxoffice_btn a {
color: #403727;
background: #dedcc6;
}

#company #menu li#company_btn a {
color: #403727;
background: #dedcc6;
}

#backstage #menu li#backstage_btn a {
color: #403727;
background: #dedcc6;
}

#blog #menu li#blog_btn a {
color: #403727;
background: #dedcc6;
}




/*----------- CONTENT ----------*/

#main {
background-color: #450000;
color: #dedcc6;
}

#content {
background-color: #dedcc6;
color: #403727;
padding: 10px 25px;
min-height: 500px;
}





/*----------- FOOTER ----------*/

#footer {
clear: both;
background-image: url(/images/css/footer_background.jpg);
padding: 10px 25px;
font-size: smaller;
}

#footer h4 {
font-weight: normal;
}

.footerbox {
width: 210px;
min-height: 115px;
float: left;
padding: 5px;
margin-right: 20px;
background-image: url(/images/css/footer_background.png);
}

.footerbox ul {
margin: 5px 0 15px 0;
padding: 0 0 0 12px;
list-style-type: square;
}

#footer a {
color: #fff;
}

.socialfooterbox {
width: 100px;
min-height: 115px;
float: left;
padding: 5px;
background-image: url(/images/css/footer_background.png);
}

.socialfooterbox ul {
margin: 5 0 0 0;
padding: 0;
list-style-type: none;
}

.socialfooterbox a {
text-decoration: none;
}
	
#copyright {
clear: both;
padding-top: 10px;
}



/*----------- HOME ----------*/

#posterbox {
width: 320px;
float: left;
margin: 10px 10px 0 0;
padding: 5px;
background-color: #f8f5df;
text-align: center;
}

#welcometext h2 {
font-family: Georgia, serif;
font-size: larger;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 7px;
margin: 0;
}

#welcometext {
margin-top: 10px;
padding-top: 0;
}

#welcometext h3 {
font-size: 24px;
font-weight: normal;
letter-spacing: 1px;
}

#welcometext em {
font-size: 14px;
font-style: normal;
font-weight: bold;
}



/*----------- BLOG ----------*/

#blog #content {
padding: 25px 45px;
}

#blog .entry {
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 1px dotted #000;
}

#blog .date {
font-style: italic;
}
