@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #0f0f0f;
	line-height: 1;
}

img {
	border: 0;
}

p {
	margin: 1.2em 0;
	padding: 0;
	color: #b1bbb9;
	font: smaller/1.75 Verdana, Geneva, sans-serif;
}

li {
	margin-bottom: 1.2em;
	color: #b1bbb9;
	font: smaller/1.75 Verdana, Geneva, sans-serif;
}

dt {
	margin: 0;
	padding: 0;
	color: #959864;
	font: smaller/1.75 Verdana, Geneva, sans-serif;
	letter-spacing: 0.2em;
}

dd {
	margin: 0 0 1em 1.5em;
	padding: 0;
	color: #b1bbb9;
	font: smaller/1.75 Verdana, Geneva, sans-serif;
}

dd li {
	font-size: 100%;
}

em {
	color: #959864;
	font-style: normal;
}

th, td {
	color: #3c2619;
	font: smaller/1.75 Verdana, Geneva, sans-serif;
}

del {
	color: #333;
}

a:link, a:visited {
	color: #b1bbb9;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ac5084;
	text-decoration: underline;
}

h2 {
	margin: 0 0 0.8em;
}

.clearfix:after {
	content: "";
	font-size: 0.1em; 
	display: block; 
	line-height: 0; 
	height: 0.1px;
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/** site layout **/

#wraper {
	margin: 0 auto;
	background: url(../siteimages/header/background.jpg) no-repeat center top;
}

#container {
	width: 960px;
	margin: 0 auto;
}

/** header **/

#header {
	position: relative;
	width: 960px;
	height: 100px;
}

h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

h1#logo a {
	display: block;
	width: 258px;
	height: 90px;
	text-indent: -9999px;
}

ul#menu {
	position: absolute;
	top: 32px;
	left: 466px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu li {
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
}

* html ul#menu li {
	margin-left: 25px;
}

ul#menu li a {
	display: block;
	height: 27px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

ul#menu li a:hover {
	background-position: 0 -40px;
}

ul#menu li.selected a {
	background-position: 0 -80px;
}

ul#menu li.top a {
	width: 70px;
	background-image: url(../siteimages/menu/top.gif);
}

ul#menu li.cast a {
	width: 82px;
	background-image: url(../siteimages/menu/cast.gif);
}

ul#menu li.staff a {
	width: 91px;
	background-image: url(../siteimages/menu/staff.gif);
}

ul#menu li.ticket a {
	width: 102px;
	background-image: url(../siteimages/menu/ticket.gif);
}

/** index **/

#index {
	position: relative;
}

#index .c1 {
	width: 306px;
	text-align: right;
	float: left;
}

#index .c2 {
	width: 308px;
	margin-left: 20px;
	text-align: center;
	float: left;
}

#index .c3 {
	width: 306px;
	float: right;
}

/** contents **/

#contents {
	width: 920px;
	margin: 0 auto;
}

#contents h2 {
	margin: 1.5em 0 0.6em;
}

#contents h3 {
	margin: 2em 0 0.6em;
	color: #e2be87;
	font: 100%/1.75 Verdana, Geneva, sans-serif;
}

#contents strong {
	color: #c8b79c;
}

#contents .text {
	margin-left: 20px;
}

.day {
	color: #9a7f56;
	font-style: italic;
}

/** footer **/

#footer {
	position: relative;
	margin-top: 60px;
	padding: 10px;
	text-align: center;
	border: 1px solid #2e2619;
	background: #1f1a13;
}

#footer ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
	margin: 0 1em;
	color: #6e5a3d;
	font-size: 70%;
}

#footer li a:link,
#footer li a:visited {
	color: #6e5a3d;
	text-decoration: none;
}

#footer li a:hover,
#footer li a:active {
	color: #6e5a3d;
	text-decoration: underline;
}

p#copyright {
	margin: 20px 0 0;
	padding: 0;
	color: #6e5a3d;
	font-size: xx-small;
}