/* HOMEPAGE MODULE LAYOUT */
#homeTopContainer
{
	width:760px;
	overflow:hidden;
	float:left;
}
#homeContentContainer
{
	margin-top:10px;
	width:500px;
	float:left;
	border-right:1px solid #690000;
	height:200px;
}	
#headerWelcome
{
	margin-bottom:10px;
	display:block;
}
#homeItemContent
{
	width:490px;
	float:left;
}
#moreNewsItemsContainer
{
	float:left;
	border:0px solid red;
	width:250px;
	overflow:hidden;
	margin-top:10px;
}
#headerMoreNews
{
	margin-bottom:10px;
	display:block;
}
.moreNewsItem
{
	float:left;
	width:250px;
	margin-bottom:5px;
	height:37px;
}
	.moreNewsItemDate
	{
		color:#c30000;
		padding:2px;
		font-size:10px;
		font-weight:bold;
	}
	.moreNewsItemTitle
	{
		padding:2px;
	}
		.moreNewsItemTitle a
		{
			color:#fff;
			text-decoration:none;
		}
		.moreNewsItemTitle a:hover
		{
			color:#fff;
			text-decoration:none;
		}	
	
#homeBotContainer
{
	width:760px;
	float:left;
	border-top:1px solid #690000;
	margin-top:10px;
	
}	

/** SCHEDULE HOME **/

.homebottomFix
{
	float:left;
	width:10px;
	height:250px;
	background:url(../img/bottomline.gif) top left no-repeat;
}	
#homeScheduleContainer
{
	width:240px;
	overflow:hidden;
	float:left;
}
#homeScheduleSpacer
{
	width:5px;
	overflow:hidden;
	height:100px;
	float:left;
}
	#homeScheduleTable
	{
		float:left;
	}
	#homeScheduleTable td
	{	
		background:#1a1a1a;
		padding:5px;
	}

	.homeScheduleItemContainer
	{
		width:220px;
		margin-top:13px;
		background:#161616;
		padding:2px;
	}
	#homeScheduleContent
	{
		line-height:15px;
	}
	.homeScheduleDate
	{
		width:220px;
		color:#c30000;
		font-weight:bold;
	}
	.homeScheduleTitle
	{
		font-weight:bold;
		color:#dd;
		width:220px;
	}
	.homeScheduleArtists
	{
		width:220px;
		color:#bbb;
	}
	.homeScheduleLocation
	{
		width:220px;	
	}
	.homeScheduleWhat
	{
		color:#c30000;
	}
.homeScheduleTitle a 
{
	color: #c30000;
}
	
/** HOME ARTIST **/
	
#homeArtistsContainer
{
	width:240px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	
}
#homeArtistsImage
{
	float:right;
}
	#homeArtistsImage img
	{
		border:1px solid #ea0101;
		margin:5px;
	}
#homeArtistsName
{
	color:#c30000;
	font-weight:bold;
	margin-top:10px;
}
#homeArtistsContent
{
	color:#bbbbbb;
	line-height:1.3em;
}
	#homeArtistsContent a 
	{
		color: #333;
		text-decoration:none;
		font-weight:bold;
	}
	#homeArtistsContent a:hover 
	{
		color: #c30000;
		text-decoration:none;
		font-weight:bold;
	}



/** HOME GALLERY PREVIEW **/
#homePartypicsContainer
{
	width:230px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#homePartypicsContent
{
	width:230px;
	padding-top:10px;
	margin-top:10px;
	overflow:hidden;
	float:left;
	background:#161616;
	text-align:center;
}
	#homePartypicsContent img
	{
		margin:2px;
	}
#homePartypicsTitle
{
	width:220px;
	text-align:center;
	font-weight:bold;
	color:#c30000;
	line-height:18px;
}
#homePartypicsVisit
{
	width:220px;
	text-align:center;
	font-weight:bold;
	line-height:18px;
}
	#homePartypicsVisit a
	{
			color: #333;
			text-decoration:none;
	}
	#homePartypicsVisit a:hover
	{
			color: #c30000;
			text-decoration:none;
	}