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

h1{
	width: 600px;
	font-size: 18px;
	text-align: center;
	margin-left: 0px;
}


h1 span, h1 a{
	font-size: 11px;
	color: #CCCCCC;
}

.optcontainer
{
	margin-right: 5px;
	width: 160px;
	float: left;
}

.options{
	width: 160px;
	height: 440px;
	margin-bottom: 10px;
	background-image: url(images/Side-Menu.jpg);
	background-repeat: no-repeat;
}

.options h2{
	width: 160px;
	text-align: center;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

.optiongroup{
	float: left;
	margin: 5px;
}

optgroup{
	font-style: normal;
}

.flashmapvisible{
	display: block;
	position: absolute;
	width: 500px;
	height: 470px;
	float: left;
	background-image: url(images/75-Opaque-Black.png);
	border: 1px solid #999999;
}

.flashmapvisible .closebutton{
	width: 20px;
	height: 20px;
	margin-top: 4px;
	margin-left: 476px;
	cursor: pointer;
}

.flashmapthumb{
	margin-left: 45px;
	cursor: pointer;
}

.headerlinks{
	width: 900px;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
	float: left;
}

.headerlinks a{
	text-decoration: none;
	color: #FFFFFF;
}

.headerlinks a:hover{
	text-decoration: underline;
}

.extraoptions{
	text-align: left;
	float: left;
}

.currentlyshowing{
	color: #FFFF00;
}

.openmicswrapper{
	width: 600px;
	border: 0px solid #CC3300;
	float: left;
}

.noresultsdiv{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 200px;
	float: left;
	text-align: center;
}

#submit{
	margin-top: 12px;
	width: 80px;
	margin-left: 35px;
	font-size: 14px;
}

#radiusvalue{
	width: 20px;
	font-size: 10px;
}

.towncountylabel{
	float: left;
	width: 37px;
	height: 10px;
}

.specialismlabel{
	float: left;
	width: 60px;
	height: 10px;
}

#townselect, #countyselect, #specialism{
	font-size: 10px;
	margin-bottom: 2px;
}

#townselect, #countyselect{
	width: 110px;
}

#specialism{
	width: 70px;
}

#moreoptions{
	clear: both;
}

.eventgroup{
	color: #666666;
	float: left;
	border-top: 1px solid #777777;
	border-left: 1px solid #555555;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #111111;
	background-color: #080808;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.eventgroup h2{
	font-size: 22px;
	letter-spacing: -1px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 12px;
	color: #990066;
}

.eventgroup h2 span{
	color: #FFFF66;
	font-size: 18px;
}

.eventgroup h2 a{
	text-decoration: none;
	color: #990066;
}

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

.venueimage a{
	text-decoration: none;
}

.singleevent{	
	width: 182px;
	height: 120px;
	float: left;
	margin-right: 6px;
	margin-left: 7px;
	margin-bottom: 12px;
	border: 1px solid #000000;
	background-color: #0F0F11;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.textdetails{
	width: 160px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	height: 100px;
	overflow: hidden;
}

.venue, .venue a{
	font-weight: bold;
	font-size: 14px;
	color: #4796C0;
	text-decoration: none;
	float: left;
	width: 160px;
	margin-bottom: 2px;
}

.venue a:hover{
	text-decoration: underline;
}

.location, .phone, .timings, .specialist, .day{
	float: left;
	width: 120px;
}

.location, .location a{
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.phone{
	color: #AAAAAA;
}

.day{
	color: #0099FF;
}

.monthly{
	color: #FF6633;
}

.fortnightly{
	color: #C40000;
}

.specialist{
	color: #FF0066;
	background-image: url(images/target.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.externals{
	float: left;
	clear: both;
	margin-top: 6px;
}

.externals div{
	float: left;
	margin-right: 5px;
}

.externals a{
	text-decoration: none;
}

.map a{
	color: #666666;
}

.map a:hover{
	color: #0066FF;
}

.externals a:hover{
	text-decoration: underline;
}

.videocount{
	background-image: url(images/YouTube.png);
	background-repeat:no-repeat;
	cursor: pointer;
	width: 25px;
	height: 12px;
}

.videocount:hover{
	color: #FF3333;
}


.fblink{
	background-image: url(images/Facebook-Tiny.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.updated{
	color: #999999;
	font-size: 10px;
	text-align: right;
	margin-right: 5px;
}

/* ------------------ VIDEO ----------------------*/

.videoplayer{
	position: absolute;
	width: 900px;
	background-image: url(images/50-opaque-black.png);
	padding-bottom: 30px;
	padding-top: 30px;
	display: block;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.singlevideo{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.videobuffer{
	width: 660px;
	border: 1px solid #666666;
	background-color:#333333;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.videoclosebar{
	cursor: pointer;
	background-color: #333333;
	color: #FFFFFF;
	clear: both;
	text-align: right;
	padding-top: 3px;
	padding-right: 6px;
}

.videoclosebar:hover{
	color: #FF0000;
}

.hidden{
	display: none;
}
