/* 
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

span.date{
	text-decoration:underline;
	display:block;
	color:#AAA;
	margin-bottom:10px;
}

.news_box{
	-moz-border-radius:10px;
	border:1px solid #FFF;
	padding:10px;
	margin:10px;
	background-image:url(bg-1.jpg)	
}

#content_left{
	float:left;
	width:50%;
	padding-right:10px;
}

#content_right{
	float:right;
}

#partners_box h3{
	color:#800;
	margin:10px 0;
}
#footer{
	height:260px;
	background-repeat:repeat-x;
	background-image:url(singers.png);
}
#footer-inner{
	display:block;
	margin-top:160px;
	background-color:black;
	width:auto;
	height:100px;
}

#partners{
	clear:both;
	display:block;
	padding:0 10px;
	margin-top:0px;
	padding-top:0px;
}

#partners .news_box{
	margin:5px;
	padding:5px;
	cursor:pointer;
	-moz-border-radius:5px;
	background-color:#000;
	display:block;
	float:left;
	font-size:15px;
	border-color:#AAA;
}
#partners .news_box:hover{
	background-image:none;
}
.left{
	float:left;
	width:45%;
	height:180px;
}

#next_episode{	
	position:absolute;
	top:100px;
	right:0px;
	background:url("next_episode.png") no-repeat 30px 50px;
	font-size:20px;
	padding-top:80px;
	text-indent:30px;
	height:150px;
	width:200px;
}

#inner-wrap{
	background-repeat:no-repeat;
	width:auto;
	height:auto;
}

#nav-wrap{
	
}

#other_episodes{
	clear:both;
	margin-top:10px;
	border-top:1px solid #aaa;
}
#other_episodes div{
	float:left;
	padding:10px;
	line-heigit:25px;
}
