@import url('reset.css');

.left { display: inline; float: left; overflow: hidden; }
.right { display: inline; float: left; overflow: hidden; }

body
{
	background: url('images/background-01.jpg') repeat top center;
	font-family: Arial;
}

input { vertical-align: middle; }
label { vertical-align: middle; }

#top
{
	width: 910px;
	margin: 25px auto;
}


#top .left
{
	width: 220px;
	height: 100px;
	padding: 10px;
}

#top .right
{
	width: 645px;
	height: 100px;
	padding: 10px;
	background: url('images/89fm-logo.png') no-repeat center center;
	text-align: right;
	
	cursor: pointer;
	cursor: hand;
}

#top .right #player
{
	/*height: 55px;
	overflow-y: hidden;*/
	margin: 20px 55px 0 0;
}

#top .right a#backto89fm {
	position: relative;
	display: block;
	color: #fff;
	font-size: 11px;
	margin: -2px 55px 0 0;
}

#main
{
	width: 910px;
	margin: 0 auto;
}

#box1
{
	background: url('images/shadow_box1.png') repeat-y top center;
	width: 320px;
	color: white;
}

#box1 .content
{
	background-color: #023256;
	width: 304px;
	margin: 0 8px;
	font-size: 12px;
}

#box1 #podcast_list
{
	border-top:1px solid #8E91B2;
	border-bottom:1px solid #8E91B2;

	height: 345px;
}

#box1 #podcast_list li
{
	padding: 7px;
	border-bottom: 1px solid #264259;
}

#box1 #podcast_list li.light
{
	background-color: #595E91;
}

#box1 #podcast_list li.selected {
	background-color: #9e9e9e;
}

#box1 #podcast_list li .icons {
	text-align: right; float: right; margin-top: -5px;
}

#box1 #podcast_list li .icons a { float: left; }

#main .left .pagination
{
	font: normal small-caps normal 16px "Arial", sans-serif;
	text-align: center;
	margin: 15px 0;
}

#main .left .pagination a
{
	font-weight: bold;
	text-decoration: none;
	color: #003055;
}

#main .left .pagination a.active
{
	color: black;
	font-size: 20px;
}

#main h1
{
	color: #003055;
	font-size: 24px;
	letter-spacing: -1px;
	margin: 6px 10px;
	font-family: tahoma;
}

#main #comments
{
	width: 369px;
}

#main #comments #box2
{
	background: url('images/shadow_box2.png') repeat-y center left;
	min-height: 308px;
}

#main #comments #box2 #comment_list
{
	height: 274px;
	overflow-y: auto;
}

#main #comments #box2 .content
{
	background-color: #023256;
	width: 340px;
	margin: 0 17px;
	color: #fff;
	font-size: 11px;
	padding: 10px;
	border-top:1px solid #8E91B2;
	border-bottom:1px solid #8E91B2;
}

#main #comments #box2 .content .comment
{
	margin: 0 0 20px 0;
	width: 290px;
}

#main #comments #box2 .content .comment h3
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 4px;
	border-bottom: 1px solid #f8f8f8;
}

#main #comments #box2 .content .comment p
{
	min-height: 90px;
}

#main a
{
	color: #fff;
	text-decoration: none;
}

#main a:hover
{
	color: #888;
}

#main .bottom
{
	padding: 5px 0 0 0;
	overflow: hidden;
	font-weight: bold;
}

#main .bottom ul li
{
	margin-right: 15px;
}

#main #poll
{
	position: relative;
	z-index: 600;
	margin-left: -10px;
}

#main #poll #box3
{
	background: url('images/shadow_box3.png') no-repeat center left;
	width: 220px;
	min-height: 310px;
}

#main #poll #box3 .content
{
	background-color: #023256;
	width: 190px;
	min-height: 290px;
	color: #fff;
	font-size: 11px;
	font-family: arial;
	margin-left: 10px;
	padding: 10px;
	border-top:1px solid #8E91B2;
	border-bottom:1px solid #8E91B2;
}

#main #poll #box3 .content p
{
	font-size: 12px;
}

#main #poll #box3 label { padding-top: 2px; }

#main #poll #box3 .content #poll_options, #main #poll #box3 .content #poll_ajax_data
{
	margin: 16px 0;
	height: 206px;
	overflow-y: auto;
}

#main #poll #box3 .content #poll_options li
{
	margin: 8px 0;
}

#main #poll #box3 .content p.descRes { margin: 12px 0; padding: 0; font-weight: bold; font-size: 11px; }

#main #poll #box3 .content #backImg { border-left: 1px solid #3B7AA9; border-right: 1px solid #3B7AA9; background: url('../../imgs/1.gif') repeat-x; margin: -10px 0 10px 0; width: 135px; height: 14px; font: 10px tahoma; color: white }
#main #poll #box3 .content #frontImg { background: url('../../imgs/2.gif') repeat-x; height: 14px; color:white; margin-top:-13px; }
#main #poll #box3 .content #backImg span { font-weight: bold; margin: 0 0 0 10px; font-size: 11px; }

#main #left_wrapper
{
	float: left;
}

#main #right_wrapper
{
	margin-left: -12px;
	float: left;
	width: 580px;
}

#main #right_wrapper #ads
{
	display: block;
	width: 561px;
	height: 71px;
	line-height: 71px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #f8f8f8;
	margin: 12px 18px;
}


#footer
{
	width: 910px;
	margin: 0 auto;
}