@import url(defaults.css);

body {
	background: #241111 url(../images/theater-page-bg.jpg) scroll center top repeat-x;
}

#page {
	width: 974px;
	margin: 0 auto;
}

/*
----------------------------------

HEADER

----------------------------------
*/

#header {
	width: 974px;
}

#header .logo, #header .logo:visited {
	display: block;
	float: left;
	width: 257px;
	height: 57px;
	text-indent: -9999px;
	background: url(../images/theater-nav-logo.gif) scroll 0 0 no-repeat;
}

#header .buttons-nav {
	float: left;
	width: 489px;
	height: 57px;
}

#header .buttons-nav a, #header .buttons-nav a:visited {
	display: block;
	float: right;
	height: 57px;
	margin-right: 5px;
	text-indent: -9999px;
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header .buttons-nav a:hover, #header .buttons-nav a:active {
	background-position: 0 -57px;
}

#header a.chat, #header a.chat:visited {
	width: 101px;
	background-image: url(../images/theater-nav-chat.gif);
}

#header a.chat-preview, #header a.chat-preview:visited {
	width: 116px;
	background-image: url(../images/theater-nav-chat-preview.gif);
}

#header a.video, #header a.video:visited {
	width: 107px;
	background-image: url(../images/theater-nav-video.gif);
}

#header a.video-out, #header a.video-out:visited {
	width: 107px;
	background-image: url(../images/theater-nav-video-out.gif);
}

#header a.theater, #header a.theater:visited {
	width: 92px;
	background-image: url(../images/theater-nav-theater.gif);
}

#header a.tickets, #header a.tickets:visited {
	width: 107px;
	background-image: url(../images/theater-nav-tickets.gif);
}

#header a.tickets-out, #header a.tickets-out:visited {
	width: 107px;
	background-image: url(../images/theater-nav-tickets-out.gif);
}




#header .login {
	float: left;
	width: 228px;
	height: 57px;
	background: url(../images/theater-nav-login.gif) scroll 0 0 no-repeat;
}

#header .login .name {
	margin-left: 7px;
	padding-left: 25px;
	color: #cccccc;
	background: url(../images/header-login-envelope.gif) scroll left center no-repeat;
	font-size: 12px;
	line-height: 24px;
}

#header .login .buttons {
	margin-left: 7px;
}

#header .login .buttons .login-btn {
	float: left;
}

#header .login .buttons .logout-btn {
	float: left;
}

#header .login .buttons .register-btn {
	float: left;
	margin-left: 7px;
}

#sub-nav {
	position: relative;
	width: 974px;
	height: 243px;
}

/*
----------------------------------

CONTENT

----------------------------------
*/

#main .content-wrapper  {
	float: left;
	width: 670px;
	height: 510px;
	margin-top: 14px;
	background: url(../images/theater-content-main-bg.jpg) scroll center top no-repeat;
}

#main .content  {
	width: 650px;
	margin-left: 10px;
}

#main .content .title {
	margin: 10px 0;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #d7cec5;
	background-color: #5e3a17;
}

#main .content .scroll {
	overflow: auto;
	width: 650px;
	height: 440px;
}

#main .sidebar  {
	float: left;
	width: 270px;
	height: 510px;
	margin-top: 14px;
	margin-left: 34px;
}

#main .sidebar .present {
	margin-top: 10px;
}

#main .sidebar .tickets {
	margin-top: 10px;
}

#main .sidebar .video-banner {
	margin-top: 10px;
}

#main .sidebar .news-wrapper {
	margin-top: 10px;
	background: url(../images/theater-event-info-bg.jpg) scroll center top no-repeat;
}

#main .sidebar .news {
	padding: 45px 5px 0 5px;
}

#main .sidebar .news .item {
	margin-bottom: 0;
	padding-bottom: 5px;
	background: url(../images/theater-event-news-hr.gif) scroll center bottom no-repeat;
}

#main .sidebar .news .item.first {
}

#main .sidebar .news .item p {
	padding: 0 5px;
	font-size: 14px;
	line-height: 150%;
}

#main .sidebar .news .item h1 {
	padding: 0 5px;
	font-size: 12px;
}

#main .sidebar .news .item h1 a, #main .sidebar .news .item h1 a:visited {
	color: #5e3a17;
}

#main .sidebar .news .link {
	line-height: 26px;
	text-align: right;
}

#main .sidebar .news .link a, #main .sidebar .news .link a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #99703b;
}

/*
----------------------------------

FOOTER

----------------------------------
*/

#footer {
	position: relative;
	width: 974px;
	height: 70px;
	margin-top: 90px;
}

#footer .logo, #footer .logo:visited {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	width: 65px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/footer-logo.gif) scroll 0 0 no-repeat;
}

#footer p {
	font-weight: bold;
	font-size: 12px;
	line-height: 70px;
	color: #939393;
}

#footer p a, #footer p a:visited {
	color: #c72d43;
	text-decoration: underline;
}

#footer p a:hover, #footer p a:active {
	color: #ffffff;
}


#footer p.first {
	padding: 18px 30px 0 30px;
	font-size: 12px;
}


#footer p.second {
	padding-left: 30px;
	font-size: 9px;
	text-align: left;
}

#footer p.second span {
	padding-left: 30px;
}
