@import url("reset.css");
@import url("text.css");
@import url("960.css");

body, html
{
	background: #000;
	font-size: 11px;
	font-family: Arial,sans-serif;
	line-height: 1.7em;
	color: #e0e0e0;
}

#mainColumn
{
	background: url(../img/bg-top.png) top center no-repeat;
	display: block;
	width: 100%;
	height: 700px;
}

#mainLogo
{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}	

#headlines
{
	display: block;
	width: 100%;
	height: 205px;
}

#mainHeadlineOverlay
{
z-index: 1000;
	display: block;
	position: relative;
	left: 0px;
	top: 170px;
	width: 100%;
	background: transparent url(../img/slide-overlay.png) top left no-repeat;
	height: 30px;
}

#mainHeadlineTxt
{
	padding-left: 10px;
	padding-top: 6px;
}

#mainPlayerBox
{
	display: block;
	width: 100%;
	height: 200px;
	background: transparent url(../img/bg-playing-block.png) top left no-repeat;
}

.titleImg
{
	padding-top: 30px;
}

a.linkReadMore
{
	display: block;
	width: 150px;
	height: 18px;
	padding-left: 15px;
	background: url(../img/button-readmore.png) top left no-repeat;
	color: #ff6600;
	text-decoration: none;
	margin: 5px 0px;
}

a:hover.linkReadMore
{
	color: #fff;
	background: url(../img/button-readmore-hover.png) top left no-repeat;
}

p
{
	padding: 0px;
	margin: 0px;
}

h1 
{
	color: #ff6600;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#loginForm{
	display:block;
	padding:0px;
	width: 100%;
	height: 60px;
}

#loginForm input 
{
	background:transparent url(../img/bg-field.png) no-repeat scroll 0 0;
	border:none;
	font-size:1.0em;
	color:#a7a7a7;
	padding:6px 10px 8px 10px;
	width:222px;
	float:left;
	margin-top: 1px;
}

#loginForm input:focus, #loginForm input:hover 
{
	background:transparent url(../img/bg-field-hover.png) no-repeat scroll 0 0;
}
#loginForm button
{
	display:block;
	background:transparent url(../img/bg-button.png) no-repeat scroll 0 0;
	border:none;
	width:42px;
	height:25px;
	margin: 0px;
	font-size:0.8em;
	color:#fff;
	padding:4px 10px 8px 10px;
	float:left;
	margin-left: -15px;
	margin-top: 1px;
}

#loginForm button:hover
{
	background:transparent url(../img/bg-button-hover.png) no-repeat scroll 0 0;
}

.showItem
{
	display: block;
	line-height: 1.2em;
}

.showLeft
{
	float: left;
	width: 75px;
	font-size: 10px;
}

.showRight
{
	float: left;
	width: 224px;
}

.showRight p
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.showRight em
{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.contentImg
{
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	border: solid #2d2d2d 1px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 1px;
}

.contentImgAd
{
	border: solid #2d2d2d 1px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 1px;
}

.contentImg1
{
	display: block;
	float: left;
	border: solid #2d2d2d 1px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 1px;
}

.contentImg2
{
	display: block;
	float: left;
	border: solid #2d2d2d 1px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 1px;
}

.date
{
	font-size: 10px;
	color:#a7a7a7;
	text-transform: uppercase;
}

#nowPlayingBox
{
	display: block;
	width: 100%;
	height: 125px;
}

#playerButtons
{
	display: block;
	width: 160px;
	height: 75px;
	text-align: center;
}

#playerButtonText
{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}


#footer
{
	font-size: 10px;
	color: #ddd;
	padding : 10px;
	text-align: center;
}

.adver {
	
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #ccc;
}