@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

a{
	color: #AAAAAA;
}

a:hover{	
	color: #3399FF;
}


.options{
	display: none;
}

.openmicswrapper{

}

.eventgroup{
	border-top: 1px solid #777777;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #111111;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.eventgroup h2{
	font-size: 22px;
	letter-spacing: -1px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #444444;
	clear: both;
}

.venueimage{
	float: left;
	width: 35px;
	background-repeat: no-repeat;
	padding-top: 35px;
	font-size: 9px;
	text-align: center;
}

.singleevent{	
	width: 170px;

	margin-right: 10px;
}

.textdetails{
	width: 130px;
	float: left;
}

.venue{
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	clear: both;
}

.location{
	color: #666666;
	font-size: 11px;
	text-align: justify;
	padding-right: 5px;
}

.phone{
	color: #AAAAAA;
}

.videocount{
	display: none;
}

.updated{
	color: #333333;
	font-size: 8px;
}

.label{
	width: 120px;
	float: left;
}

.footerwrapper{
	width: 100%;
	float: left;
	text-align: center;
}

.footer{
	display: none;
}


#adminlinks{
	display: none;
}


.sitemap{
	display: none;
}

.videoplayer{
	display: none;
}
