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

/* BROWSER OVERRIDES ================================== */
	body{
		background-color:#000;
		text-align:center;
		font-size:small;
		margin:0 0 20px 0;
		padding:0;
		background-image:url(/images/global/main_background.jpg);
		background-repeat:no-repeat;
		background-position:top center;
	}

	body, textarea{
		font-family: calibri, Arial, Helvetica, sans-serif;
	}
	
	h1,h2,h3,h4,h5,h6{
		font-weight:bold;
		margin:0.2em 0 1em 0;
	}
	
	h1 {
		font-size:140%;
		color:#FFFFFF;
	}
	
	h2 {
		font-size:120%;
		color:#FFFFFF;
	}
	
	h3 {
		font-size:110%;
		color:#FFFFFF;
	}
	
	h4 {
		font-size:100%;
	}
	
	h5 {
		font-size:90%;
	}
	
	h6 {
		font-size:80%;
	}
	
	p{
		line-spacing:1.3em;
		color:#FFFFFF;
	}
	
	table { color:#fff; }
	
	a:link, a:visited {
		color:#fff;
		text-decoration:none;
	}
	a:hover, a:active {
		color:#fff;
		text-decoration:underline;
	}
	
	a img {border:0}
	
	p {color:#FFFFFF;}
/* END BROWSER OVERRIDES */	

.accessibility_options {
	background-image:url(/images/global/switcher_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#AAAA00;
	font-size:110%;
	height:26px;
	margin:0 auto;
	padding:0 0 0;
	text-align:left;
	width:1000px;
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/global/switcher_bg.png', sizingMethod='crop');

}
.accessibility_options a {
	color:#FFFFFF;
	margin-right:7px;
	padding:0; margin:0;
}

.default { font-size: inherit; }
.medium { font-size:135%; }
.large { font-size:150%; }


/* WRAPPERS ================================== */
	#outer_wrapper {

		width:1140px;
		margin-left:auto;
		margin-right:auto;
		border:2px solid #000;
		}

	#wrapper {
		font-size:small;
		text-align:left;
		width: 1000px;
		padding:0 0px 0px 0px;
		margin:102px auto 0px auto;

	}

	#wrapper_header {
		font-size:90%;
		margin: 0 0 10px; 0;
	}
	#wrapper_main {
		width:1000px;
		font-size:90%;
		background-color: #000;
		padding:10px 0px;
		margin:0px 0 0px 0;
		float:left;
		_margin-top:-10px;
		background-image: url(/images/global/wrapper_mainlrg_bg.jpg);
		background-repeat:no-repeat;
	}
	#wrapper_footer {
		font-size:90%;
		clear:both;
	}

/* END WRAPPERS */	

/* HEADER ================================== */
	#header, #header_ST{
		height:50px;
		*height:70px;
		_height:40px;
	}
	
	.logo {float: left;}
	
	#top_bar {
		background-image:url(/images/global/header/topbar_bg.jpg);
		background-repeat:repeat-x;
		height:20px;
		margin:0px;
		padding:5px 0px;
		_padding:5px 0px;
	}
	
	#top_bar ul, #top_bar li {
		list-style-type: none;
		margin: 0px;
		margin-top: 3px;
		padding: 0px;
		float: right;
	}
	#top_bar a:link,#top_bar a:visited {
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 5px;
		margin-right: 5px;
		color: #864b4e;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
	}
	#top_bar a:hover,#top_bar a:active {
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 5px;
		margin-right: 5px;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
	}
	#top_bar .top_bar_right{
		color:#FFFFFF;
		float:right;
		font-weight:bold;
		padding-right:10px;
	}
	#top_bar_search_field{
		font-size:10px;
		height:12px;
		vertical-align:middle;
	}
	#top_bar_search_go{
		vertical-align:middle;
	}
	
	#member {
		width:433px;
		height:15px;
		border-bottom:1px solid #ccc;
		float:left;
		background-color:#F0F0F0;
		padding-bottom:3px;
		padding-top:3px;
	}
	
	#member ul {
		margin:0px;
		padding:0px;
		margin-left:20px;		
	}
	
	#member ul li {
		float:left;
		margin-right:20px;
		height:15px;
		list-style:none;
	}

/* END HEADER */

/* MAIN ================================== */
	#main{
		padding:0 0px;
		float:left;
		width:1000px;
	
	} 
	
	/* SIDEBAR ================================== */
		#sidebar{
			float: right; 
			width: 260px;
			padding:0px 10px 5px 10px; 
			font-size:100%;
			margin-left:0;
			margin-right:10px;
			color:#fff;
		}
		#sidebar embed, #sidebar object {
			border-bottom: 2px solid #330066;
		}
		#sidebar .spark_radio_video {
			border-bottom: 3px solid #330066;
		}
		#sidebar, #sidebar h2, #sidebar h3 {
		
		}
		#sidebar h2{
		font-size:120%;
		line-height:25px;
		text-transform: capitalize;
		color:#000;
		margin:0px;
		padding:0px;
		}
		
		#sidebar h1{
		font-size:140%;
		line-height:25px;
		text-transform: uppercase;
		color:#fff;
		margin:0px 0px 4px 0px;
		padding:0px;
		}
		
		
		#sidebar ul{
			padding:0px 0 0 30px;
			margin:0px;
		}
		#sidebar ul li{
			}
		#sidebar ul li a{
			color:#fff;

		}
		#sidebar ul li a:link,
		#sidebar ul li a:visited{

		}
		#sidebar ul li a:hover,
		#sidebar ul li a:active{
	

		}
		
		/* For Second Level List   */
		#sidebar ul ul a {
			

		}
		
		#sidebar ul ul {
		margin-left:70px;
		}
		
		#sidebar ul ul a { 
			color:#000000;

		}
		
		#search text input{
			width:170px;
			float:right;
			padding:0px;
			margin:0px;
			float:left;
		}
		 .img_go {
			background-image: url('/images/global/navigation/go_button.png');
			bottom:-9px;
			position:relative;
			_background: none; 
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/global/navigation/go_button.png', sizingMethod='crop');
		}
		#search label {
			color:#a3a3ea;
			font-size:120%;
			margin-right:5px;
		}
		
		.breadcrumb{
			font-weight:bold;
			color:#52DB2E;
			margin-bottom:10px;
		}
	
		
		.right_nav_subcats {
			margin-top:2px;
		
		}
		.right_nav_subcats ul {
			list-style:none;
			margin:0px;
			padding:0px!important;
		}
		
		.right_nav_subcats ul li {
			margin:0px 0 2px 0;
			padding:0;
			background-color:#141b38;
		}		
		
		.right_nav_subcats a{
			display:block;
			width:260px;
			height:23px;
			padding:4px;
			padding-left:7px;
			line-height:23px;
		
		}
		.right_nav_subcats a:hover {
			display:block;
			width:255px;
			height:23px;
			background-color: #6699FF;
			color:#000000;
			padding:4px;
			padding-left:7px;
			line-height:23px;
		}
		
		#go_local_locations_sidebar {
			margin-top:15px;
			text-transform: uppercase;
			color: #52DB2E;
		}
		#go_local_locations_sidebar h1 {
			margin: 0px 0px 2px 0px;
			color: #52DB2E;
			text-transform: uppercase;
			font-size: 140%;
			color: #009900;
		}
		#go_local_locations_sidebar ul {
			color:#52db2e;
			padding:0px 0 0 7px;
		
		}
		#go_local_locations_sidebar li {
			background-image:url(/images/global/sidebar/list_arrow.jpg);
			background-repeat:no-repeat;
			background-position:3px 5px;
			line-height:20px;
			padding-left:17px;
			list-style:none;
		}
		#go_local_locations_sidebar a {
			color: #52db2e!important;
			font-weight:bold;
		}
		/* --- second level list --*/
		#go_local_locations_sidebar ul ul {
			margin:0px 0 0 15px;
			padding:0px;
			}
		#go_local_locations_sidebar ul ul li {
			list-style:none;
			background-image:none!important;
			list-style-type: disc;
			padding:0;
			margin:0;
		}
		#go_local_locations_sidebar ul ul li a {
			
		}
		
	#right_navigation_links_info {
		margin-top:20px;
		_width:250px; 
		_overflow:hidden;
	}
	/* END SIDEBAR */
	
	
	#top_nav{
		padding:0px;
		margin:0px;
		float: left; 
		width: 999px;
		height:25px;
		padding-bottom:9px;
		font-size:100%;
		background-image:url(/images/global/header/green_line.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
		margin-top:50px;
		*margin-top:47px;
			
		}


	
		#top_nav{
			padding:0px;
			margin:0px;
			float: left; 
			width: 999px;
			height:25px;
			padding-bottom:9px;
			font-size:100%;
			background-image:url(/images/global/header/green_line.jpg);
			background-repeat:repeat-x;
			background-position:bottom;
			margin-top:50px;
			*margin-top:47px;
			
		}

		
	#top_nav, #top_nav h2, #top_nav h3 {
		
		}
		#top_nav h2{

		}
		
		#top_nav ul{
			list-style:none;
			margin:0px;
			padding:0px;
		}
		#top_nav ul li{

			float:left;
			margin-right:2px;
			background-color:#006633;
			padding-left:10px;
			padding-right:10px;
			line-height:25px;
			background-image:url(/images/global/header/nav_bg.jpg);
			background-repeat: repeat-x;

		}
		
	li.current {	
		float:left;
		background-image: url(/images/global/header/tab_right.jpg)!important;
		background-repeat:no-repeat!important;
		background-position:right;
		margin:0!important;
	   padding:0!important;
		margin-right:2px!important;
		_margin-bottom: -12px !important;
	}	

	li.current a {
		display:block!important;
		background:url(/images/global/header/tab_left.jpg)
      no-repeat left top!important;
    	padding:5px 17px!important;
		margin-top:1px;
	}
	
		
		/*li.current {
			background-color:#171c36 !important;
			background-image:none!important;
			height:35px;
			_height:33px;
		}
		li.current a {
		color: #fff !important;
		background-image:none!important;
		}*/

		
		#top_nav ul li a{
			color:#fff;

		}
		#top_nav ul li a:link,
		#top_nav ul li a:visited{

		}
		#top_nav ul li a:hover,
		#top_nav ul li a:active{
	}
*/
		
		
		/* For Second Level List   */
		#top_nav ul ul a {

		}
		
		#top_nav ul ul {

		}
		
		#top_nav ul ul a {

		}
	
	
	 	#subcategories {
			width:660px;
			height:50px;
			margin-left:0px;
			text-align:center;
		}
		#subcategories ul {
			margin:0px;
			padding:0px;
		}
		
	 	#subcategories ul li {
			float:left;
			margin-right:10px;
			list-style-type:none;
			width:90px;
			}	

	
	
	
	/* CONTENT ================================== */
		#main #content{
			margin:0px;
			padding:0px;
			padding-left:10px;
			width:660px;
			float:left;
			color:#000;
		}
		
		h1.new {
			color:#FF0000;
			font-size:200%;
			padding:0px;
			margin:0px;
			padding-bottom:5px;
		}
		
		.main_title {
			border-bottom:2px dotted #FFFFFF;
			color:#FFFFFF;
			font-size:180%;
			font-weight:normal;
			text-transform:uppercase;
			width:650px;
		}
		
		/* ---------------------------------------------------home page section -------------*/
		.home_main_title {
			color:#fff;
			line-height:30px;
			width:600px;
			border-bottom:2px dotted #fff;
			font-size: 150%;
			text-transform: uppercase;			
		}
		span.header_title {
			color: #52DB2E;
		}
		
		.home_box_sections {	
			border:1px solid #324168;
			width:402px;
			float:left;
			height: inherit;
			padding:0;
			margin: 0px 0px 20px 26px;
		}
		.home_box_sections li a {	
			color:#fff;
			display:block;
			width:290px;
			height:25px;
			line-height:25px;
			padding-left:5px;
		}
		.home_box_sections li a:hover {	
			color:#fff;
			display:block;
			width:290px;
			height:25px;
			line-height:25px;
			background-color: #062D53;
			padding-left:5px;

		}
		.latest_headers h2 {
			color:#75237C;
			float:left;
			font-size:185%;
			font-weight:bold;
			margin:8px 0 3px 0;
			text-transform:capitalize;
			width:245px;
		}
		
		.latest_entries5 h2 {
			color:#75237c;
			margin: 8px 134px 3px 0;
			font-weight:bold;
			text-transform:capitalize;
			font-size:185%;
		}
		
		.latest_entries5 ul {
			border:1px solid #3F698B;
			background-color:#1f2540;
			margin:0;
			padding:0px 0 5px 0;
			list-style:none;
		}	
		.latest_entries5 ul li {
			padding:7px 0 0 0;
			margin:0 0 0 10px;
			
		}	
		.latest_entries5 ul li a:link {
			display:block;
			width:auto;
		}
		.latest_entries5 ul li a:visited {
			display:block;
			width:auto;
		}		
		
		.home_events_title {
			width:auto;
			font-size:130%;
			color:#75237c;
			text-transform:capitalize;
			clear:both;
			height:40px;
		}
		ul.home_events {
			color:#fff;
			float:left;
			list-style:none;
			padding:0;
			margin:0 0 0 0;
		}	
		
		.listed_entry_home {
			margin: 0 0 0px 0;
			background-color:#324162;
			padding:7px 0 3px 3px;
			font-size: 110%;
			color:#FFFFFF!important;
			
		}
		.listed_entry_home p{
			margin: 0 0 0em 0;
			padding:0px;
			color:#FFFFFF!important;
		}
		.listed_entry_home a{
			color:#5e92cd!important;
		}
		.listed_entry_drk {
			background-color:#1f2540!important;
		}
		
		.listed_entry_images_home {
			width:50px;
			height:43px;
			float:left;
			margin:0px 4px 3px 0px;
			text-align:center;
		}
		.listed_entry_images_home img {
			text-align:left;
			border:1px solid #fff;
		}
		.home_entry_desc {
			margin:0px;
			padding:0px;
		}
		span.go {
			float:left;
			color: #ffcc00;
			font-weight:bold;
		}
		
		.flash_promo {
			margin-left:50px;
			*margin-left:0px;
			_margin-left:0px;
			padding:0px;
			margin-bottom:10px;
		}
		
		
		.latest_video_section{
			width:220px;
			background-color:#000;
			height:auto;
			float:left!important;
			height:250px;
			color:#fff;
		}
		.latest_video_section h2 {
			color:#ffcc00;
			margin:5px 0 5px 0;
			padding:5px 0 0 0;
			clear:both;
		}
		.latest_video_section a {
			color:#ffcc00;
		}		
		
		.latest_video {
			background-color:#000;
			height:auto;
			float:left;
			border:2px solid #adadad;
		}
		.latest_entries_list_home {
		float:left;
		width:170px;
		
		}
		
		.get_involved_text {
			clear:both;
			margin:30px 0 10px 0px;
			width:650px;
		}
		.get_involved_text .description {
			display:block;
			margin:5px 5px 5px 207px;
			width:435px;
		}
	/* --------------------------------------------------- end of home section -------------*/

		
	/* END CONTENT */

/* END MAIN */
	
/* FOOTER ================================== */
	#footer p{
		padding:3px 0 0 0;
		margin:0px;
	}
	.aerian_footer {
		background-color: #330000;
		padding: 3px 10px 4px 10px;
		height: 20px;
		border-top:3px solid #000000;
	}
	.aerian_footer a {
		color: #FFCC00;
		display: inline;
	}
	#footer ul{

	}
	#footer li{

	
	}
	#footer li a{
	}
	#footer li a:link,
	#footer li a:visited,
	#footer li a:active,
	#footer li a:hover{
	}
	
	
	#bottom_footer_container {
		clear:both;
		margin:0px;
		background-color: #1e0721;
		width:auto;
		min-height:225px;
		color:#fff;
		padding:10px;
		background-image:url(/images/global/bottom_footer_bg.jpg);
		background-repeat: repeat-x;
		background-position:top;
		border-top: solid 2px #330026;
	}
		
	#bottom_footer_container #left_column {
		float:left;
		width:400px;
		text-align:left;
	}	
	#bottom_footer_container #right_column {
		
		float:right;
	}
		
	#bottom_footer_container h2 {
		border-bottom:1px dotted #ccc;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;			
		line-height:30px;
		width:205px;
		color:#ABD6F8;
		font-weight:bold;
	}
	#bottom_footer_container a {
		color:#ccc;
		}
	
	.submenu_container {
		width:205px;
		float:left;
		margin: 0px 20px;
		
	
	}
		
	.submenu {
		margin:0px;
		padding:0px;
		list-style:none;
		float:left;
	}	
	
	.submenu {
		margin-bottom:10px;
		padding-bottom:3px;
		}
	.submenu li {
		display:block;
		width:205px;
		border-bottom:1px dotted #fff;
		padding:3px;

	}
	.submenu a {
		color:#ccc;
		display:block;
		width:205px;
		padding:2px;
	 }
	
	
	.submenu a:hover {
		color:#ccc;
		display:block;
		width:205px;
		background-color: #301F2E;
		padding:2px;
	 }
	 
	#bottom_footer_container a {
		color: #FFCCCC;
	}
	#bottom_footer_container .about {
		float:right;
		width:400px;
		text-align:left!important;
	}
	#bottom_footer_container .about p {
		text-align:left;
		padding: 0px 0px 0px 5px;
	}
	
	#bottom_footer_container .about h2 {
		float:left;
		width:400px;
		text-align:left;
		margin-bottom:10px;
	}
	
	
	#bookmarks {
		clear:both;
		padding-top:15px;
	}
	#bookmarks ul {
		padding:0;
		margin:0;
		list-style:none;

		}
	#bookmarks li {	
		float:left;
		padding:0px;
		padding-left:20px;
		margin-right:15px;
		background-repeat:no-repeat;
		background-position:left;
	
	}
	
	li.delicious  {
		background-image:url(/images/icons/delicious_icon.jpg);
	}
	
	li.digg{
		background-image:url(/images/icons/digg_icon.jpg);
	
	}
	li.stumbleupon {
		background-image:url(/images/icons/stumbleupon_icon.jpg);
	
	}
	li.facebook {
		background-image:url(/images/icons/facebook_icon.jpg);
	
	}
	li.reddit {
		background-image:url(/images/icons/reddit_icon.jpg);
	
	}
	
/* END FOOTER */



/*MISC STYLES------------------------*/

/*END MISC STYLES------------------------*/

/*GENERAL USE STYLES------------------------*/
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		 height:0;
		 font-size: 1px;
		 line-height: 0px;
	}
	.clear_both{
		clear:both;
	}	
	/*message straps*/
		.info_head {
			background:url(/images/icons/ticks/small/i.gif) no-repeat #f9f9f9 6px 8px;
			padding: 9px 9px 9px 40px;
			margin:0 0 10px 0; 
			border:1px solid #333;
		}
		.success_head {
			background:url(/images/icons/ticks/small/tick.gif) no-repeat #f9f9f9 6px 8px;
			padding: 9px 9px 9px 40px;
			margin:0 0 10px 0; 
			border:1px solid #333;
		}
		.error_head {
			background:url(/images/icons/ticks/small/exclamation.gif) no-repeat #f9f9f9 6px 8px;
			padding: 9px 9px 9px 40px;
			margin:0 0 10px 0; 
			border:1px solid #333;
		}
		.info_head h3,
		.success_head h3,
		.info_head p,
		.success_head p,
		.error_head p{
			margin:0 0 0.4em 0;
		}
		
		.error_head h3 { color:#000; }
	/*end message straps*/	
	
	.error {
		color:#990000;
		font-weight:bold;
	}
	.error input{
		border:1px solid #900;
	}
	
	.none{font-style:italic; color:#999999;}
	
	form.inline{
		margin:0;
		padding:0;
		display:inline;
	}
	.tooltip {
		position:absolute;
		top:0px;
		left:0px;
		z-index:100;
		visibility:hidden;
		border: solid 1px #336699;
		width:200px;
		padding:2px;
		background-color:#ddeeff;
		opacity: 0.9;
		filter: alpha(opacity=90);
		font-size: 13px;
	}
	
	.bold {font-weight:bold;}
	
	h2.purple {
		color:#75237C;
		font-size:185%;
		font-weight:bold;
		text-transform:capitalize;
	}
	
/*end GENERAL USE STYLES*/

/*PAGE SPECIFIC STYLES------------------------*/
	
	
	/*END HOME PAGE*/
	
	/*RESULTS PAGE*/
	
.listed_entries {
	clear:both;
	margin-top:20px;
}

.listed_entry {
	height:auto;
	width:650px;
	margin-bottom:40px;
	background-color:#000;
	background-image:url(/images/global/listed_bg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	padding:2px 5px 5px 5px;
	min-height: 150px;
}	
.listed_entry_header {
	width:650px;
	height:41px;
	background-image:url(/images/global/arrow_listed_header.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	margin:0 0 10px 0;
}


/*.listed_entry_footer {
	margin:0px;
	padding:0px;
	width:660px;
	height:15px;
	background-image:url(/images/global/listed_entry_footer.jpg);
	background-repeat: no-repeat;
	background-position:bottom;

}*/
.listed_entry_description {
	margin:0px;
	padding:5px;
	font-size: 110%;
	width: 610px;
}
.listed_entry_description p {
	padding:0px 0 5px 0;
	margin:0px;
	line-height:1.3em;
	color:#fff;
	
}

.listed_entry_description a {
	color:#2880ae;
}
.listed_entry_title {
	margin-top:0px;
	height:38px;
	padding-left:50px;
}
.listed_entry_title span {
	color:#92D531;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:110%;
	font-weight:bold;
	margin:3px 0 0 12px;
	padding:2px 0 0 0;
	text-transform:capitalize;
}

.calendar_date { padding:0 0 0 18px; background:transparent url(/images/icons/calendar.jpg) no-repeat scroll left center; }

.listed_entry_title h2,
.listed_entry_title h2 a,
.listed_entry_title h2 a:link,
.listed_entry_title h2 a:visited,
.listed_entry_title h2 a:active,
.listed_entry_title h2 a:hover{
	float:left;
	padding:2px 0px 0px 5px;
	font-weight:bold;
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
	color:#92d531;
	text-transform:capitalize;
	margin-top:3px;
}

.listed_entry_sub_heading {
	padding:0px 0px 7px 0px;
	font-weight:bold;
	width:280px;
	color:#FFFFFF;
}
.listed_entry_sub_heading2{
	padding:0px 0px 0px 0;
	font-weight:bold;
	width:280px;
	color:#FFFFFF;
}
.listed_entry_sub_heading2 img{
	margin-right:3px;
}
.author {
	text-align:right;
	color:#2880ae;
	float: right;
	width:180px;
}
.listed_entry_sub_heading img {
	margin:3px 6px 2px 0;
	vertical-align:middle;
}

.listed_text {
	width:400px;
}

.listed_entry_images {
	width:160px;
	height:80px;
	float:left;
	margin-bottom:15px;
	margin-right:10px;
	text-align:center;
}
.listed_entry_images img {
	text-align:center;
	border:3px solid #fff;
}
.entry_info_bar {clear:both;display:block; width:463px; _width:auto;}

.entry_right_column {
	display: block;
	float: right;
	width: 440px;
	color:#fff;
}

.green_link a {
	color:#92d531;
	font-weight:bold;
	float:right;
	margin-right: 20px;
}

.details_left_column {
	float:right;
	width:330px;
	text-align:left;
	padding:0 0 0 15px;
}
.details_right_column {
	padding:0 0 0 11px;
	width:638px;
}

.right_text {
	margin-top:20px;
	margin-left:15px;
	float:left;
}

.details_thumbnails {
	margin-top:5px;
}
.details_thumbnails a img{
	margin-right:3px;
	border:1px solid #fff;
}	

.details_images img {
	border:1px solid #fff;
}
.details_description a {
	color:#2880ae;
	}
.details_description {
	margin-top:0px;
}
	
	/*
		#narrow_results_by_brand{
			margin:20px 0;
			text-align:center;
		}
		#results_page_search_box {
			text-align:center;
		}
		#results_page_search_box form{
			text-align:center; 
			border:1px solid #ccc; 
			background:#eee; 
			padding:8px; 
			display:inline;
		}
		
		.pagination_navigation {
			clear:both;
			text-align:center;
			margin:20px 0;
		}
		.pagination_navigation .page_number{
			font-size:90%;
			border:1px solid #ccc;
			background:#eee;
			margin:2px;
			padding:0px 4px;
		}
		.pagination_navigation .current_page{
			color:#990000;
			font-weight:bold;
		}*/
	/* END RESULTS PAGE */
	
	
	
	/* CONTACT PAGE */
		.contact_page h3 { color:#000;}
		.contact_page p {margin:0.2em 0 0.9em 0; color:#444;}
	/* END CONTACT PAGE */
	
	/* DETAILS PAGE */
		body.details h2{font-size:150%;}
		body.details .downloads{
			text-align:left;  
			width:330px;
			margin:10px auto;
		}
		body.details .downloads h2{text-align:left; margin:0.2em 0;}
		body.details .downloads .download{
			margin:0; 
			padding:10px;
			background-color:#324162; 
			border:1px solid #324168;
		}
		body.details .downloads .odd{background-color:#1F2540;}
		body.details .downloads .download .icon{float:left; width:auto; clear:both; margin: 0 10px 0 0; padding:7px; background-color:#fff; border:1px solid #1F2540;}
		body.details .downloads .download .details{float:left; width:235px;}
		body.details .downloads .download .details h3{margin:0 0 0.2em 0; color:#ffcc00;}
		body.details .downloads .download .details h3 .artist{font-weight:normal;}
		body.details .downloads .download .details .download_link a:link,
		body.details .downloads .download .details .download_link a:active,
		body.details .downloads .download .details .download_link a:hover,
		body.details .downloads .download .details .download_link a:visited{color:#5E92CD; font-weight:normal; font-size:90%;}
		body.details .downloads .download .details div.description p{margin:0.2em 0 0.8em;}
	/* END DETAILS PAGE */
	
/* END PAGE SPECIFIC STYLES */


#content_page { padding:20px; color:#FFFFFF; }
#content_page p { color:#FFFFFF; }


/* -------------------------------------- Quick Links ---------------------------*/

.quick_links {}

.quick_links .downloads {  margin:0 0 0 7px; }
.quick_links li { padding:6px 0 9px 0;   }
.quick_links a { display:block;  }
.quick_links .downloads a {}
.quick_links .icon {  vertical-align:bottom; }
#sidebar .quick_links ul { padding:0 0 0 18px; }

/*--------------------------------------- go local -------------------------------*/

#go_local_map_area {
	width:500px;
	height:600px;
	float:left;
}
#go_local_locations {
	width:250px;
	float:left;
	height:auto;
	margin-left:15px;
	background-color:#fff;
	color:#000;
}
#go_local_locations h2 {
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:3px;
	color: #000;
	padding-bottom:5px;
	font-size:100%;
}



#go_local_locations ul {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:15px;
}

#go_local_locations a {
	color:#000000;
}

/*--------------------------------------- go urgent -------------------------------*/
.float_left {
	float:left;
	margin:0 5px 5px 0px;
}

.float_right {
	float:right;
	margin:0 0px 5px 5px;
}

.go_urgent_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:145%;

}

/*--------------------------------------- go do  -------------------------------*/


#QESContainerZone {
	margin-bottom:20px;
}


/*#QESContainerZone .listed_entry_images img {
	border:3px solid #fff;
	float:left;
	margin-right:10px;

}*/
#QESContainerZone .listed_entry {
	height:250px;
}

#QESContainerZone .listed_entry_images {
	width:210px;
	float:left;
	height:150px;
}

#QESContainerZone .listed_entry_description {
	width:636px;
	clear:both;
}

#QESContainerZone .entry_info_bar {
	width:auto;
}

#QESContainerZone .entry_right_column {
	width:393px;
	height:200px;
	float:left;
}

#QESContainerZone .entry_right_column p {
	margin:0px;
	padding:0px;
}

#QESContainerZone .green_link a{
	margin:10px 0 0 0px;
	padding:0 20px 0 0;
	}
#QESContainerZone #ImageZone {
	float:left;
	margin:0px 20px 20px 20px;

}

#QESContainerZone #ImageZone img {
	border:3px solid #fff;
}

#QESContainerZone #Heading {
	background-image: url(/images/global/arrow_listed_header.jpg);
	height:40px;
	background-repeat:no-repeat;
	font-size:120%;
	padding:10px 0 0 50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#92d531;
	text-transform:capitalize;
	font-weight:bold;
	margin:0 0 0 10px;
}

#QESContainerZone #VenueZone {
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
	clear:both;
	border-top:1px dotted #ccc;
}
#QESContainerZone #VenueZone p {
	 margin:0 0 3px 0;
}

#QESContainerZone #Venue { float:left; padding:0 0 4px 0; } 

#QESContainerZone #VenueLabel {
	float:left;
	margin-right:10px;
	color:#0066CC;
	height:20px;
	width:110px;
	}
#QESContainerZone #ClubZone { clear:both; border-top:1px dotted #ccc; padding:6px 0 6px 0; }
#QESContainerZone #ContactZone { clear:both; border-top:1px dotted #ccc; padding:6px 0 0 0; }

#QESContainerZone #Description {
	display:block;
	float:right;
	width:406px;
	_width:383px;
	margin:4px 0 10px 0;
}
#QESContainerZone #BriefDescription {
	display:block;
	float:right;
	width:406px;
	_width:383px;
	margin:4px 0 10px 0;
}


.DateOfReview {
	color:#99CCFF;
	margin-top:3px;
}

.Comments, .SparkRatingZone  {
	margin-left:7px;
}

#Reviewlabel {
	float:left;
	margin-right:7px;

}
#QESContainerZone .listed_entry_subheading {
	margin-top:3px;
}
#QESContainerZone .listed_entry_subheading img {
	margin-right:5px;
	padding-top:3px;
 }
 
 #events_container {
 	background-image:url(/images/global/listed_bg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width:652px;
	padding:10px 0 0 0;
 }
 
 #star {
 	background-image:url(/images/icons/0Star.jpg);
	background-repeat:no-repeat;
 }
 
 #SearchButton { bottom:-6px; *bottom:5px; _bottom:-6px; position:relative; }
 #AdvancedSearchButton { margin:15px 0 0 0 ; }
 #SimpleSearchButton {*margin:15px 0 0 0 ; }
 

 
 /*------------------------------------------------*/
	#SearchEntryZone input { margin:0 4px 10px 0; _top:12px; _position:relative;  }
	#SearchEntryZone p { float:left;	} 
	
	#SearchEntryZone a { clear:both; display:block; height:25px; _height:35px; *position:relative; *top:-15px; _top:10px;  }
	#SearchEntryZone img { 	float:none; margin-right:82px; _margin-right:75px;}
	#Category { margin:20px 106px 20px 0; clear:both; display:block; }
	#EndDate{ margin:4px 4px 0 10px!important; }
	
	#StartDateLabel {float:left; height:30px; margin-top:-4px; width:80px; _margin-top:4px; display:block; }
	#EndDateLabel {float:left; height:30px; margin-top:-4px; width:70px; _margin-top:4px; display:block;  }
	
	#ClearButton { margin:20px 0 0 10px; }
	#LoginZone img { margin:10px 10px 0 0; }
	#LoginZone { float:right; width:275px; position:relative; top:-7px; *top:3px;}
	#LoginImage { margin:10px 10px 10px 10px; }
	#RegisterImage { margin:10px; }
	#LoginMessage li  { color:#fff; margin:0 0 0 10px; _margin:0 0 0 20px; list-style-position:outside; }
	
	#SearchEntryZone { width:381px; float:left;  _width:350px; } 
	#NoResultsMessage { clear:both; width:500px; }
	.QESSearchResultsHeader {  clear:both; padding:10px 0 0 0; _padding:5px 0 0 0; }
  
	#TicketInfoLabel, #EmailLabel, #TimeLabel, #ContactLabel, #SparkRatingLabel, #CommentsLabel,  #TelLabel, #WebLabel  { float:left; color:#0066CC; margin-right:10px; width:110px;}
	#CostLabel { display:inline;  color:#0066CC; margin-right:10px; width:110px;}
	#PreferedMethodOfContact {border-bottom:1px dotted #ccc; padding:6px 0 6px 115px; }
	#SparkRatingZone { padding:10px 0 0 0 }
	
	#TicketInfoZone { clear:both; border-top:1px dotted #ccc; padding:7px 0 0 0; }
	#TimeZone { clear:both; padding-bottom:10px; }
	
	#QESContainerZone #EventDetails {border-top:1px dotted #CCCCCC;clear:both;padding:6px 0 0;}
	#CostLabel, #TimesLabel, #DayLabel {color:#0066CC;float:left;margin-right:10px;width:110px;}

 

	
/*-------------------------------------------------------------NEW-------------------------------------------------*/
.category_entry { width:203px; float:left; border:1px solid #1f2540; margin:0 28px 28px 0; _margin-right:13px; }
.category_entry_date { color:#fff; }
.category_entry_title {width:194px; margin:76px 0 0; padding:0 3px 0 6px; position:absolute;background: transparent url('/images/category_black_bg.png') repeat; }
.category_entry_title h2 { margin:0; font-family:trebuchet ms; font-size:105%; font-weight:normal; }
.category_entry_images { height:132px; }
.category_entry_description { background:url('/images/category_blue_gradient.jpg') repeat-x; }
.category_entry_description h3 { display:inline; }
.category_entry_description h3 a { width:131px; float:left; display:block; color:#92d531; padding:2px 0 0 5px; margin:0; font-size:90%; font-family:Arial, Helvetica, sans-serif; }
.category_entry_description p { margin:5px;}
p.inline { display:inline; margin:0;}
p.inline img { margin:0 5px 0 0 }
p.yellow_link a { color:#ffde00; }
p.yellow_link { text-align:right; margin:0 7px 5px 0px; }

#sparklinks { text-align:center; width:168px; margin:auto;}
#sparklinks .top_sp { height:10px; background:url(/images/sparklinks_top.gif) no-repeat;}
#sparklinks .body_sp { background:url(/images/spark_links_body.gif) repeat-y; }
#sparklinks .bottom_sp { height:20px; background:url(/images/sparklinks_bottom.gif) no-repeat;}


.intro_text a { color:#ffde00; }
.intro_text { float:left; width:494px; margin:0 0 0 2px; _width:400px; min-height:159px; _height:auto!important; _height:160px;}
.intro_text_image { float:right; height:226px; width:200px; margin:-169px 0 0 466px; position:absolute;  background:url('/images/intro_promo_bg.png') no-repeat;
					_background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/intro_promo_bg.png', sizingMethod='crop');}
					
.rss_button { background:url(/images/global/rss_bg.gif) no-repeat; height:40px; }
.rss_button a { display:block; padding:5px 0 0 0; }
.rss_button img { margin:0px 5px 0 6px; }