﻿html { height: 100%; overflow-y: scroll; }

body {
	margin: 0;
	/* background: #000 url(../_img/body-bg.jpg) center; */
	background: #000 url(../_img/body-bg-fixed.jpg) no-repeat center top;
	font: 12px Arial;
	color: #d0d0d0;
}

object, a { outline: 0; }
a img { border: 0; }

.clear { clear: both; }
.png {}

.cufon-loading {
	visibility: hidden !important;
}


/* */


#content_wrapper {
	width: 100%;
	height: 580px;
	background: url(../_img/content-bg_v2.jpg) no-repeat center top;
	position: absolute;
	top: 50%;
	margin-top: -290px;
	overflow: hidden;
}

#content_mask {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden !important;
	position: relative;
}

a#logo {
	display: block;
	width: 85px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -407px;
	margin-left: -502px;
	z-index: 30;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='_img/logo.png');
}
a#logo[id] {
	background: url(../_img/logo.png);
}

.fader {
	position: absolute;
	z-index: 10;
	width: 35px;
	height: 432px;
	background: url(../_img/fader.png);
}
#fader-left { left: 0; background-position: right; }
#fader-right { right: 0; background-position: left; }

#main {
	width: 1645px;
	height: 433px;
}

#footer {
	height: 35px;
	width: 100%;
	padding-top: 25px;
	text-align: center;
	color: #a38a89;
	font-size: 11px;
	background: url(../_img/legaltxt.png) no-repeat center top;
	position: absolute;
	top: 50%;
	margin-top: 305px;
}

#footer a { color: #a38a89; text-decoration: none; }
#footer a:hover { color: #c8b3b2; }


/* */


#burn {
	display: none;
	height: 1px;
	width: 100%;
	overflow: hidden;
	background: #000 url(../_img/burn_v2.jpg) no-repeat center top;
	position: absolute;
	top: 50%;
	margin-top: 142px;
	z-index: 19;
}

#burn div {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

#burn div div {
	margin: 0;
	padding: 110px 0 0 320px;
	width: 630px;
}

#burn p {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
	color: #fff;
}

#burn a {
	position: absolute;
	right: 15px;
	top: 37px;
	width: 140px;
	height: 60px;
}


/* */

#forward-bg {
	display: none;
	width: 1020px;
	height: 432px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -510px;
	z-index: 20;
	background: #000;
	opacity: .7;
}

#forward {
	display: none;
	width: 535px;
	height: 200px;
	padding: 45px 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -317px;
	z-index: 21;
	background: url(../_img/forward-bg.png);
}
#forward .title {
	font-size: 24px;
	margin: 0;
}

#btn-close {
	width: 32px;
	height: 32px;
	background: url(../_img/btn-close.png);
	position: absolute;
	right: 50px;
}

.input {
	width: 255px;
	height: 35px;
	background: url(../_img/forward-input.png);
	overflow: hidden;
	margin-top: 25px;
}
.input.focus { background-position: 0 -35px; }
.input.warning { background-position: 0 -70px; }

.input.left { float: left; }
.input.right { float: right; }

.input input {
	color: #fff;
	background: none;
	border: 0;
	font: bold 16px Arial;
	outline: 0;
	width: 245px;
	padding: 8px 10px;
}

#result {
	display: none;
	clear: both;
	float: right;
	margin-top: 30px;
	width: 330px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #c00;
}


/* */


.roundbox {
	height: 27px;
	float: left;
}
.roundbox span {
	display: block;
	width: 5px;
	height: 27px;
	background: url(../_img/roundbox-bg.png);
	float: left;
	overflow: hidden;
	left: auto;
}
.roundbox span.left { background-position: left; }
.roundbox span.right { background-position: right; }
.roundbox div {
	height: 27px;
	background: #292929 url(../_img/roundbox-txt.png) no-repeat;
	float: left;
}


#embed {
	padding: 2px 12px 0 0px;
	background-position: left top;
	float: right;
	position: relative;
}

#embed div span {
	width: 10px;
	height: 27px;
	position: absolute;
	right: 17px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='_img/fader-embed.png');
}
#embed[id] div span {
	background: url(../_img/fader-embed.png);
}

#embed input {
	font-size: 10px;
	color: #b8b8b8;
	width: 200px;
	margin: 7px 3px 0 60px;
	padding: 0;
	border: 0;
	background: none;
}
*:first-child+html #embed input {
	margin-top: 6px;
}
*html #embed input {
	margin-top: 6px;
}


#share-site {
	padding-top: 2px;
	float: right;
}


/* */


div.sb {
	background-position: left bottom;
	padding-left: 62px;
}

div.sb a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../_img/bookmark.png);
	margin: 6px 1px 0 3px;
	float: left;
	display: inline;
}
div.sb a.facebook { background-position: 0 0; }
div.sb a.twitter { background-position: -16px 0; }
div.sb a.friendfeed { background-position: -32px 0; }
div.sb a.delicious { background-position: -48px 0; }
div.sb a.stumbleupon { background-position: -64px 0; }
div.sb a.tumblr { background-position: -80px 0; }


/* */


#video_wrapper {
	width: 560px;
	padding: 35px 30px 0 35px;
	float: left;
	position: relative;
}

#video_container {
	padding: 1px;
	background: #252523;
	width: 557px;
	height: 331px;
	margin: 0 0 18px 1px;
}

a#btn-download {
	display: block;
	width: 76px;
	height: 33px;
	background: url(../_img/btn-download.png);
	position: absolute;
	left: 32px;
}




/*  */


#calendar_wrapper {
	width: 330px;
	height: 400px;
	padding: 32px 35px 0 30px;
	float: left;
	background: url(../_img/content-separator.png) no-repeat;
	position: relative;
}

#calendar_wrapper .title {
	font-size: 24px;
	line-height: 33px;
	background: url(../_img/calendar-icon.png) no-repeat;
	padding-left: 40px;
}

#lblToday {
	display: block;
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 10px;
	color: #a7a9ac;
}

#weekdays {
	width: 329px;
	height: 37px;
	background: url(../_img/calendar-days.png);
}

a#cal-reset {
	display: block;
	width: 40px;
	height: 30px;
	background: url(../_img/calendar-reset.png) no-repeat center;
	position: absolute;
}

#calendar_arrows {
	text-align: center;
	padding-top: 5px;
}
*:first-child+html #calendar_arrows span {
	bottom: 0 !important;
}
*html #calendar_arrows span {
	bottom: 0 !important;
}
#calendar_arrows span {
	display: inline-block;
	font-size: 18px;
	height: 25px;
	bottom: 10px;
	color: #a7a9ac;
}

#calendar_arrows a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../_img/calendar-arrows.png) no-repeat;
	margin: 0 5px;
}
a#cal-back { background-position: left; }
a#cal-forward { background-position: right; }

#calendar {
	width: 329px;
	height: 222px;
	margin-bottom: 18px;
	background: url(../_img/calendar-bg.png);
}

#calendar div {
	width: 47px;
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	font-weight: bold;
	float: left;
	display: inline;
	text-align: center;
	background: url(../_img/calendar-bg-div.png);
	color: #a7a9ac;
}
#calendar div.event {
	background-position: left center;
	color: #fff;
	cursor: pointer;
}
#calendar div.today {
	background-position: left bottom;
	color: #fff;
}
#calendar div.hover {
	background-position: right center;
}


/* */


div#info {
	position: absolute;
	width: 364px;
	display: none;
	z-index: 999;
}

div#info div {
	height: 15px;
	font-size: 1%;
	background: url(../_img/info-corners.png);
}
div#info div#bottom { background-position: bottom; }

div#info #arrow {
	width: 30px;
	height: 29px;
	background: url(../_img/info-arrows.png);
	position: absolute;
	top: 28px;
}
div#info #arrow.right {
	right: -18px;
	background-position: left;
}
div#info #arrow.left {
	left: -18px;
	background-position: right;
}

div#info ul {
	margin: 0;
	padding: 0 12px;
	list-style: none;
	background: url(../_img/info-bg.png);
}
div#info li {
	background: #292929;
	border-top: solid 1px #383838;
	border-bottom: solid 1px #242424;
	line-height: 20px;
	padding: 6px 10px;
	cursor: pointer;
}
div#info li div {
	width: 120px;
	height: 60px;
	position: absolute;
}
div#info li p {
	margin: 0 0 0 130px;
	width: 190px;
}
div#info li p span {
	font-size: 14px;
	font-weight: bold;
	color: #cfcfcf;
}

div#info li.hover { background: #3c3c3c; }
div#info li.hover span { color: #fff; }



/* */


#event_wrapper {
	width: 550px;
	padding: 35px 0 0 35px;
	background: url(../_img/content-separator.png) no-repeat;
	float: left;
	position: relative;
}

a#btn-geri {
	display: block;
	width: 56px;
	height: 18px;
	background: url(../_img/btn-back.png);
	margin-top: 10px;
	float: right;
}

#event_title, #event_meta {
	color: #fff;
}
#event_title {
	width: 490px;
	height: 35px;
	overflow: hidden;
	position: relative;
	margin: 0 0 5px;
	left: -10px;
}
#event_meta {
	margin: 0 0 20px;
}

#event_title p {
	white-space: nowrap;
	font-size: 30px;
	position: absolute;
	margin: 0;
}
#event_title div {
	position: absolute;
	width: 10px;
	height: 35px;
	background: url(../_img/fader-event_title.png);
	z-index: 5;
}
#event_title div.right {
	right: 0;
	background-position: left top;
}
#event_title div.left {
	left: 0;
	background-position: right top;
}


#event_img {
	float: right;
	margin: 0 0 20px 20px;
}

#event_details p {
	margin: 0 0 10px 0;
	line-height: 18px;
}

#event_details_wrapper {
	width: 540px;
	height: 250px;
}

.scroll-pane {
	width: 540px;
	height: 250px;
	padding-right: 10px;
	line-height: 18px;
	overflow: auto;
}

#ajax-loader {
	width: 540px;
	height: 250px;
	background: url(../_img/ajax-loader.gif) no-repeat 40% 40%;
}


#share {
	margin-top: 20px;
}

a.btn-forward {
	display: block;
	width: 166px;
	height: 33px;
	background: url(../_img/btn-forward.png);
	margin-left: -3px;
	float: left;
}

#share-event {
	padding: 2px 0 0 13px;
	float: left;
}


/* */

#upcoming {
	float: left;
	width: 620px;
	height: 147px;
	padding-left: 35px;
}

#upcoming .left {
	float: left;
	width: 415px;
	height: 147px;
	overflow: hidden;
}

#upcoming-title {
	margin: 15px 0 0 25px;
	width: 435px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	left: 0;
}
#upcoming-title p {
	white-space: nowrap;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	position: absolute;
	left: 10px;
}

#upcoming-title div {
	position: absolute;
	width: 10px !important;
	height: 35px;
	background: url(../_img/fader-upcoming-title.png);
	z-index: 5;
}
#upcoming-title div.right {
	right: 0;
	background-position: left top;
}
* html #upcoming-title div.right { right: -1px; }

#upcoming-title div.left {
	left: 0;
	background-position: right top;
}

#upcoming-date-loc {
	margin: 48px 0 10px;
	color: #fff;
}

#upcoming-desc {
	margin: 0;
	line-height: 17px;
	height: 51px;
	overflow: hidden;
}

#upcoming-thumb {
	width: 122px;
	height: 62px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	margin: 20px 0 0 22px;
}

#upcoming-detail {
	display: block;
	float: left;
	width: 125px;
	height: 33px;
	background: url(../_img/upcoming-detail.png);
	margin: 12px 0 0 21px;
}


#product {
	float: right;
	width: 365px;
}

#product .title {
	margin: 0;
	font-size: 24px;
	line-height: 50px;
}
p#product_shorttext {
	width: 240px;
	margin: 0 0 10px;
	font-size: 12px;
}

#btn-burn {
	display: block;
	width: 138px;
	height: 38px;
	background: url(../_img/btn-burn.png);
	margin-left: -3px;
}

#burn-kutu-flash {
	width: 105px;
	height: 205px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 85px;
	margin-left: 405px;
	z-index: 30;
}
#burn-kutu {
	width: 105px;
	height: 205px;
	background: url(../_img/burn-kutu-8bit.png);
}

