@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:#000 url(../images/back.jpg) top center no-repeat;
	font:normal normal 12px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:justify;
}
img{
	border:0;
	vertical-align:middle;
}
.fltLeft{
	float:left;
}
.fltRight{
	float:right;
}
.clrUltimate{
	clear:both;
	float:none;
	font-size:0px;
	line-height:0px;
}
.mainContainer{
	width:1052px;
	background-color:#fff;
	margin:0 auto;
	position:relative;
}
.header{
	background:url(../images/header.jpg) top center no-repeat;
	height:195px;
}
.grunge{
	position:absolute;
	top:61px;
	right:-5px;
	z-index:49;
}
.menu{
	position:absolute;
	top:162px;
/*	left:30px;*/
	left:50px;
	z-index:60;
}
.menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
.menu ul li{
	display:inline;
/*	margin:0 17px;*/
/*expanded for the moment */
	margin:0 15px;
}
.menu ul li a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.menu ul li a:hover{
	color:#000;
}
.corners{
	height:6px;
	width:6px;
	position:absolute;
	background-image:url(../images/corners.gif);
}
.corners3{
	height:6px;
	width:6px;
	position:absolute;
	background-image:url(../images/corners3.gif);
}
.corners2{
	height:6px;
	width:6px;
	position:absolute;
	background-image:url(../images/corners2.gif);
}
.corners4{
	height:6px;
	width:6px;
	position:absolute;
	background-image:url(../images/corners4.gif);
}
.corners5{
	height:6px;
	width:6px;
	position:absolute;
	background-image:url(../images/corners5.gif);
}
.roundedCornerTopLeft{
	top:0;
	left:0;
	background-position:0 0;
}
.roundedCornerTopRight{
	top:0;
	right:0;
	background-position:0 -6px;
}
.roundedCornerBottomRight{
	bottom:0;
	right:0;
	background-position:0 -12px;
}
.roundedCornerBottomLeft{
	bottom:0;
	left:0;
	background-position:0 -18px;
}
.row{
	padding:14px 14px 0 14px;
}
.basicBox{
	position:relative;
	background-color:#404040;
}
.basicBox3{
	position:relative;
	background-color:#e4e4e4;
}
.basicBox4{
	position:relative;
	background-color:#252424;
}
.basicBox5{
	position:relative;
	background-color:#333333;
}
.updated{
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	padding:32px 14px 0 0;
}
.blogDate{
	color:#fd0085;
}
.blogTime{
	color:#fc7b00;
}
.line{
	border-bottom:1px dotted #fff;
	height:1px;
	margin:10px 0;
}
.hour{
	color:#d40270;
	font-size:11px;
}
.logo{
	padding-right:15px;
}
.buttons{
	width:950px;
	margin:0 auto;
	padding:30px 0;
}
.welcome{
	padding-top:21px;
}
.mainTitle{
	position:absolute;
	top:-9px;
	left:-9px;
	z-index:5;
}
.genericTitle{
	padding-top:30px;
	font-size:20px;
	font-weight:bold;
}
.genericDate{
	color:#848181;
}
.description{
	margin-top:20px;
	text-align:justify;
	padding:15px;
	background-color:#353434;
}
#copyright{
	font-size:11px;
	padding:25px 0 20px 0;
	margin:0 auto;
	text-align:center;
}
#copyright a{
	color:#fd0085;
}
#copyright a:hover{
	color:#fff;
}
#liveshow{
	position:absolute;
	padding-left:975px;
	padding-top:40px;
	z-index:50;
}
