/* Browser Reset */

html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}.clear{clear:both;}

/* End Browser Reset */

/* Typography */

html {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
}
body {
	background: rgb(95,10,14) url(../images/bg_main.jpg) no-repeat center center;
}
h2 {
	font-weight: bold;
	color: rgb(170,3,6);
	font-size: 120%;
}
#current_wrap h2 {
	font-size: 180%;
	text-shadow: 2px 2px 8px black;
	margin-bottom: 10px;
	color: white;
}
p {
	text-shadow: 2px 2px 8px black;
	font-size: 87%;
	line-height: 1.5;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	position: relative;
	top: 1px;
}

/* Main Layout */

#main_wrap {
	width: 960px;
	margin: 50px auto 0px auto;
}
#logo_main {
	margin-left: 43px;
	margin-bottom: 20px;
}
#current_wrap {
	float: left;
	padding-left: 45px;
	border-top: 10px white solid;
	background: url(../images/bg_current.jpg) no-repeat;
	padding-bottom: 10px;
}
#current_text {
	float: left;
	width: 131px;
	padding-top: 40px;
}
#current_video {
	float: left;
	width: 430px;
	height: 240px;
	margin-left: 28px;
	background: black;
}
#banner_wrap {
	float: right;
}
#sub_wrap {
	width: 915px;
	margin: 0px auto;
	padding: 20px 15px 20px 30px;
	background-color: white;
}
#past_wrap {
	position: relative;
	float: left;
	width: 571px;
	height: 260px;
	padding: 10px;
	background-color: rgb(35,31,32);
	-moz-border-radius-top-right: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottom-right: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
#past_wrap h2 {
	color: white;
}
#past_wrap .past_play {
	display: block;
	float: left;
	position: relative;
	width: 180px;
	margin-right: 10px;
	margin-top: 15px;
}
.past_play .subtitle {
	margin-top: 3px;
	font-size: 75%;
	
}
#past_wrap .past_play:hover {
	text-decoration: none;
}

#past_frame {
	position: relative;
	overflow: hidden;
	width: 570px;
	height: 185px;
}
#past_frame #past_items {
	width:20000em;
	position:absolute;
}
#past_items div {
	float: left;
}

a.browse {
	position: absolute;
	display: block;
	top: 100px;
	width: 22px;
	height: 49px;
	background: url(../images/bg_arrow.png) no-repeat top left;
}
a.browse.left {
	left: -25px;
}
a.browse.right {
	right: -25px;
	background-position: top right;
}
a.browse:hover {
	background-position: bottom left;
}
a.browse.right:hover {
	background-position: bottom right;
}
#lastweek_wrap {
	float: right;
	width: 276px;
}
#lastweek_wrap #last_play {
	display: block;
	position: relative;
	margin: 5px 0px;
}
.icon_play_big {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 10px;
	right: 10px;
	text-indent: -9999px;
	background-image: url(../images/icon_play.png);
}
.icon_play_big:hover {
	background-position: top right;
}
.icon_play_small {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 25px;
	right: 10px;
	text-indent: -9999px;
	background-image: url(../images/icon_play.png);
}
.icon_play_small:hover {
	background-position: top right;
}
#lastweek_wrap p {
	color: black;
	text-shadow: none;
}
#foot_wrap {
	width: 960px;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	text-shadow: 2px 2px 8px black;
}

#loaded_bg {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/bg_loaded.png);
	background: rgba(0,0,0,0.85);
	cursor: pointer;
	z-index: 1000;
}
#loaded_video {
	display: none;
	position: absolute;
	width: 430px;
	height: 240px;
	top: 50%;
	left: 50%;
	margin-left: -215px;
	margin-top: -120px;
	background-color: black;
	z-index: 1500;
}
#loading {
	width: 430px;
	margin-top: 90px;
	font-weight: bold;
	text-align: center;
	z-index: 250;
}
#video {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
}
#loaded_close {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	text-indent: -9999px;
	background-image: url(../images/icon_close.png);
	z-index: 1000;
}
#loaded_close:hover {
	background-position: top right;
}
#loaded_close:active {
	top: -13px;
}
