/* Home / index.php Layout Elements */

#homeNews {
	position:relative;
	width:315px;
	height:360px;
	left:0px;
	top: 0px;
	float:left;
	background-image:url(../images/med_left.jpg);
}

#homeNewsInner {
	padding:10px;
	width:295px;
	height:340px;
}

#homeNewsHeadline{
	text-align:left;
	width:190px;
	height: 20px;
	float:left;
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	font-style:italic;
}

#homeNewsDate {
	text-align:right;
	width:90px;
	height: 20px;
	float:right;
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	font-style:italic;
}

#homeNewsContent {
	text-align:left;
	width:295px;
	height:285px;
	clear:left;
	overflow:auto;
}

#homeNewsPrevious {
	text-align:left;
	width:100px;
	height: 20px;	
	float:left;
	margin-top:10px;
}

#homeNewsNext {
	text-align:right;
	width:100px;
	height:20px;	
	float:right;
	margin-top:10px;
}

#homeShows {
	position:relative;
	width:315px;
	height:170px;
	left:0px;
	top:0px;
	float:right;
	background-image:url(../images/small_rightTop.jpg);
}

#homeShowsHeader {
	text-align:left;
	width:295px;
	height: 20px;
	/*float:left;*/
	margin:10px 10px 0px 10px;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	font-style:italic;
}

.homeShowListRowA {
	width: 295px;
	text-align:left;
	margin:5px 10px 0px 10px;
	clear:left;
	font-size:12px;
	background-color:#9c824e;
	text-decoration:none;
	color:#000000;
}
.homeShowListRowB {
	width: 295px;
	text-align:left;
	margin:5px 10px 0px 10px;
	clear:left;
	font-size:12px;

	/*background-color:#a2874f;*/
}

.homeShowListRowA:hover{
	background-color:#8d681e;
	color:#FFFFFF;
}

.homeShowListRowB:hover{
	background-color:#8d681e;
	color:#FFFFFF;
}

.homeShowDate {
	width: 65px;
	float:left;
	background:inherit;

}

.homeShowTime {
	width: 60px;
	float:left;
	background:inherit;
}

.homeShowLoc {
	width:170px;
	float:right;
	background:inherit;
}


#homeAd {
	position:relative;
	width:315px;
	height:170px;	
	left:0px;
	top:20px;
	float:right;
	background-image:url(../images/cd_ad.jpg);
}
