@import url(defaults.css);

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

CONTENT

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

#main .content-wrapper {
	background: none;
}

#main .sidebar .live-banner {
	margin-top: 20px;
}

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

#main .sidebar .info {
	padding: 10px 0 10px 0;
}

#main .sidebar .chat-window {
	padding-top: 20px;
}

#main .sidebar .info-window {
	padding-top: 20px;
}

#main .sidebar .tabs .button {
	float: left;
	cursor: pointer;
	width: 125px;
	height: 21px;
}

#main .sidebar .tabs .button.chat {
	margin: 10px 0 0 5px;
	background: url(../images/tab-chat-btn.gif) scroll 0 0 no-repeat;
}

#main .sidebar .tabs .button.information {
	margin: 10px 0 0 10px;
	background: url(../images/tab-information-btn.gif) scroll 0 0 no-repeat;
}

.static-chat .item {
	margin: 10px 5px 0 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.static-chat .item p {
	font-size: 12px;
	line-height: 150%;
	color: #847e5a;
}

.static-chat .item p span {
	color: #311b09;
	font-weight: bold;
}

.static-chat .item p.contents {
	color: #5d3413;
}

#main .sidebar .news-wrapper {
	background-position: 0 -55px;
}

#main .sidebar .news {
	padding-top: 5px;
}
