/* CSS Document */

html, body {
	background: #000000 url(../images/bg.jpg) repeat-x scroll 0 0;
	font: 75% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	height: 100%;
	margin: 0px;
}

/* Globals */
h1 {
	font-size: 100%;
}

a img {
	border: none;
}

a:focus, input {
	outline: none;
}

a:link, a:visited {
	color: #4B4948;
	text-decoration: underline;
}

a:hover {
	color: #4B4948;
	text-decoration: none;
}

.displayNone {
	display: none;
}


/* Header */

#container {
	text-align: center;
	width: 100%;
}

#wrapper {
	width: 1003px;
	text-align: left;
	margin: 0 auto;
}

#border_left {
	background: url(../images/border_left.jpg) no-repeat;
	display: block;
	float: left;
	width: 12px;
	height: 600px;
}

#border_right {
	background: url(../images/border_right.jpg) no-repeat;
	display: block;
	float: right;
	width: 12px;
	height: 600px;
}

#main {
	background: url(../images/header_home.jpg) no-repeat scroll 0 0;
	width: 979px;
	padding: 88px 0 0 0;
	display: block;
	float: left;
}

#page_top {
	width: 979px;
	height: 138px;
	background: url(../images/page_top.jpg) no-repeat scroll 0 0;
}

#logo {
	width: 228px;
	height: 138px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	cursor: pointer;
}

#banner_top {
	width: 728px;
	height: 90px;
	margin: 24px 0 0 0;
	padding: 0;
	display: block;
	float: left;
	background-color: black;
}


/* Search */

#search_submit {
	background: url(../images/go.png) no-repeat scroll 0 0;
	display: block;
	width: 30px;
	height: 22px;
	border: none;
	cursor: pointer;
	float: left;
}

#quick_search {
	float: right;
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 20px;
	background: url(../images/search_magnifying_glass.jpg) 0px 4px no-repeat;
}

	#search_terms {
		float: left;
		width: 200px;
		height: 13px;
		padding: 3px;
		font-size: 10px;
		color: black;
		background: white;
		border: none;
	}
	
	#search_dropdown {
		display: block;
		background: url(../images/dropdown_arrow.jpg) top left no-repeat;
		height: 19px;
		width: 20px;
		float: left;
		margin-right: 5px;
	}

/* Navigation */

#navigation {
	background: #FFFFFF url(../images/slices/navigation/main_back.jpg) top left repeat-x;
	width: 979px;
	height: 65px;
	position: relative;
	color: #FFFFFF;
}

	#navigation_ul li {
		display: inline;
	}
	
	#navigation_ul li a {
		text-decoration: none;
		display: block;
		float: left;
		height: 30px;
		text-indent: -9999px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	#navigation_ul .submenu_wrapper {
		display: none;
		position: absolute;
		font-weight: bold;
		font-size: 11px;
		font-family: Verdana;
		top: 30px;
		left: 10px;
	}
	
	#navigation_ul li.sfHover .submenu_wrapper, #navigation_ul li.active .submenu_wrapper {
		display: block;
		width: 650px;
	}
	
	#navigation #navigation_ul li.notHovered .submenu_wrapper {
		display: none;
	}
	
	#navigation_ul .submenu_wrapper li {
		display: block;
		float: left;
		height: 25px;
		background: none;
		padding: 0px;
		background: url(../images/slices/navigation/navigation_sub_line.gif) bottom right no-repeat;
	}
	
	#navigation_ul .submenu_wrapper a {
		color: #929292;
		text-decoration: none;
		text-indent: 0px;
		background-image: none;
		width: auto;
		padding: 5px 10px;
		height: 15px;
	}
	
	#navigation_ul .submenu_wrapper .sfHover a, #navigation_ul .submenu_wrapper .active a {
		background-image: none;
		color: #060606;
	}
	
	#nav_index a {
		background-image: url(navbar/navigation_home.jpg); 
		width: 54px;
	}
	
	#nav_venues a {
		background-image: url(navbar/navigation_venues.jpg); 
		width: 61px;
	}
	
	#nav_events a {
		background-image: url(navbar/navigation_whatson.jpg); 
		width: 76px;
	}
	
	#nav_whats-on a {
		background-image: url(navbar/navigation_whatson.jpg); 
		width: 76px;
	}
	
	#nav_interactive-map a {
		background-image: url(navbar/navigation_sohomap.jpg); 
		width: 77px;
	}
	
	#nav_promotions a {
		background-image: url(navbar/navigation_promotions.jpg); 
		width: 87px;
	}
	
	#nav_marketplace a {
		background-image: url(navbar/navigation_marketplace.jpg); 
		width: 92px;
	}
	
	#nav_seen-in-soho a {
		background-image: url(navbar/navigation_seen_in_soho.jpg); 
		width: 94px;
	}
	
	#nav_features a {
		background-image: url(navbar/navigation_features.jpg); 
		width: 71px;
	}
	
	#nav_news a {
		background-image: url(navbar/navigation_news.jpg); 
		width: 48px;
	}
	
	#navigation li a:hover, #navigation li.sfHover a {
		background-position: 0px -30px;
	}
	
	#navigation li a:active, #navigation li.active a {
		background-position: 0px -60px;
	}

#sub_nav_left {
	display: block;
	float: left;
	margin: 5px 22px;
}

#sub_nav_right {
	font-family: Verdana;
	display: block;
	float: right;
	clear: left;
	margin: 7px 22px 0 0;
	color: #4b4948;
	font-size: 10px;
}

	#sub_nav_right li {
		display: inline
	}
	
	#sub_nav_right a {
		color: #4b4948;
	}

/* Page Content */

#page_content {
	background: url(../images/page_content_bg.jpg) repeat-y;
	margin: 0;
	padding: 0;
	width: 100%;
   	height: 100%;  
	display: block;
	clear: both;
	position: relative;
}

.ad_features198x84_1, .ad_features198x84_2, .ad_features198x84_3 {
	width: 198px;
	height: 84px;
	background: #000000;
}


/* Left Column */

#left_column {
	float: left;
	padding: 0px 0 160px 11px;
	width: 702px;
	display: block;
	margin: 0;
}

	#body_index #left_column {
		padding-bottom: 0px;
	}

	#background_footer {
		background: url(../images/footer-a.gif) top left no-repeat;
		display: block;
		height: 160px;
		width: 716px;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	#body_index #background_footer {
		display: none;
	}

#main_image_wrapper {
	position: relative;
	height: 250px;
}

#main_image_wrapper_small {
	position:relative;
	height: 120px;
}

#main_image {
	position: absolute;
	width: 690px;
	overflow: hidden;
	height: 250px;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#rounded_corner_topleft {
	background: url(../images/rounded_corner_topleft.png) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#rounded_corner_topright {
	background: url(../images/rounded_corner_topright.png) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 680px;
	z-index: 2;
}

#main_content {
	position: relative;
	width: 682px;
	padding: 5px 0 0 5px;
	z-index: 1;
	min-height: 120px;
}

	#body_venues #main_content {
		width: 690px;
	}

div.main_content_bg {
	background: url(../images/main_article_bg.png) no-repeat;
	_background: url(../images/main_article_bg.gif) no-repeat;
	position: relative;
	/*margin-bottom: -30px;*/
	margin-top: -30px;
}
/* minus top margin for use with breadcrumb*/
div.with_breadcrumb {
	top: -30px;
	margin-top: 0px !important;
}

#main_content_bg_shadow {
	background: url(../images/main_article_bg_shadow.jpg) no-repeat;
	 width:6px; 
	 height: 50px; 
	 position:absolute; 
	 top:30px;
	  right:-3px;
}

#main_content_textbox {
	width: 425px;
	min-height: 150px;
	/* IE6 fix for min-height */
	height: auto !important; 
	height: 150px;
	/**********/ 
	padding: 6px 12px 0 0;
}

/* Right Column */

#right_column {
	background: #EEE9E5 url(../images/right-col-top-bg.jpg) no-repeat scroll 0 0;
	float:left;
	height:auto;
	width:248px;
	padding: 9px 0px 0px 6px;
	overflow: hidden;
}



.home_right_col_tab {
	background: url(../images/rightcolumn_background.png) no-repeat;
	width: 208px;
	height: auto;
	padding: 20px 16px 0 16px;
	display: block;
}

.home_right_col_tab label {
	padding: 0 0 5px 0;
}

.home_right_col_tab a, .home_right_col_tab input {
	position:relative;
}	

.home_right_col_tab_left {
	position: relative;
	float: left;
	margin-top: -2px;
}

.home_right_col_tab_right {
	position: relative;
	float: right;
	margin-bottom: 12px;
}

#login_box {
	height: 180px;

}

#stay_logged_in {
	padding-top: 5px;
}

#remember_me {
	float: left;
	clear: left;
}

#remember_me_label {
	float: left;	
	padding-left: 5px;
}

	#login_box .wlpeMessage {
		clear: both;
	}
	
	.wlpeMessage {
		float: left;
		font-weight: bold; 
	}

.home_textfield {
	width: 204px;
	margin-bottom: 12px;
}

	#login_box .home_textfield {
		margin-bottom: 8px;
	}

.home_checkbox {
	vertical-align: middle;
	margin-right: 5px;
}

#home_login_btn {
	position: relative;
	float: right;
}

#sign_up {
	width: 234px;
	height: 117px;
	margin: 0 4px 10px 4px;
}

#home_sq_banner {
	width: 250px;
	height: 250px;
	margin: 0 0 10px -4px;
	background: #000000;
}

.home_right_col_box {
	width: 200px;
	height: auto;
	background: #FCF8F5;
	margin: 0 4px 10px 4px;
	padding: 15px;
	border: 1px solid #E2DDD9;
	overflow: hidden;
}


#tabPanes {
	border-top: none;
	clear: both;
}

	.tabs {
		margin: 0 4px;
		height: 28px;
	}

	.tabs li {
		float: left;
		text-align: center;
	}

	.tabs li a {
		display: block;
		/*width :100px;*/
		padding: 6px;
		background: #eee9e5;
		border-bottom: 1px solid #E2DDD9;
	}
	
	.tabs li a.openTab, .tabs li a.openTab:visited {
		background: #FCF8F5;
		color: #a7030a;
		font-weight: bold;
		border-bottom: 1px solid #FCF8F5;
		border-right: 1px solid #E2DDD9;
		border-left: 1px solid #E2DDD9;
		border-top: 1px solid #E2DDD9;
	}

	#eventstab-1 {
		position: relative;
		text-align: center;
	}
	
	table.calendar {
		margin: 0 auto;
		width: 210px;
		text-align: center;
		line-height: 23px;
	}
	
	table.calendar th {
		width: 30px;
		text-align: center;
	}
	
	table.calendar caption.calendar-month {
		background:#EEE4DC none repeat scroll 0 0;
		font-weight:bold;
		font-size: 11px;
		color: #3a3a3a;
		height:20px;
		text-align:center;
		width:200px;
		padding: 2px 0;
		margin: 0 0 3px;
		overflow: hidden;
		line-height: 15px;
	}
	
	table.calendar a {
		color: #3A3A3A !important;
		text-decoration: underline !important;
	}
	table.calendar .last_next_month {
		color: #CBBDB2;
	}
	table.calendar .current_day {
		background: #8D7243;
		color: #FCF8F5;
	} 
	table.calendar .current_day a {
		color: #FCF8F5 !important;
	} 
	
	#events_tabs #calendar_paging {
		position:relative;
	}
	
	#events_tabs #calendar_paging a {
		position: absolute;
		top: 0px;
		/*padding: 3px;*/
	}
	
	/* IE 6 */
	* html #events_tabs #calendar_paging a {
		/*top: 2px;*/
	}
	
	
	#events_tabs #calendar_paging a.go_back, * html #events_tabs #calendar_paging a.go_back {
		left: 10px;
		display: block;
		background: url(../images/paging_left.jpg) no-repeat scroll center left;
		height: 20px;
		width: 10px;
		text-indent: -99999px;
		border-right: 1px solid #FFFFFF;
	}
	
	/* IE 6 */
	* html #events_tabs #calendar_paging a.go_back {
		left: -90px;
		background: url(../images/paging_left.jpg) no-repeat scroll 0% 0%;
	}
	
	
	
	#events_tabs #calendar_paging a.go_forward, * html #events_tabs #calendar_paging a.go_forward {
		right: 10px;
		display: block;
		position:absolute;
		background: url(../images/paging_right.jpg) no-repeat scroll 100% 0%;
		height: 20px;
		width: 10px;
		border-left: 1px solid #FFFFFF;
		text-indent: -99999px;
	}
	
	/* IE 6 */
	* html #events_tabs #calendar_paging a.go_forward {
		left: 90px;
		background: url(../images/paging_right.jpg) no-repeat scroll 100% 0%;
	}

.home_right_col_box_row {
	width: 200px;
	height: 32px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #999999;
	position: relative;}

	.home_right_col_box_row .txtbox {
		/*  vertical align */
		position: absolute;
		margin-top: -18px;
		top: 50%;
		left: 0;
		/**********/
	}

#home_half_banner {
	width: 234px;
	height: 60px;
	margin: 0 4px 10px 4px;
	background: #000000;
} 
#home_half_banner img, #home_half_banner div {
	padding-bottom: 10px;
	display: block !important;
}

.home_right_col_toprow {
	width: 224px;
	height: 61px;
	margin-left: -8px;
	margin-bottom: 8px;
}

.home_right_col_content {
	background: url(../images/home_right_col_content_bg.gif) repeat-y;
	width: 224px;
	height: auto;
	margin-left: -8px;
	margin-bottom: 8px;
}

.home_right_col_row {
	width: 204px;
	height: 15px;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.home_radio {
	vertical-align: middle;
	margin-right: 5px;
}

.home_left_btn {
	width: 50px;
	height: 20px;
	background: url(../images/buttons_more.png) no-repeat;
	text-align: center;
	padding-top: 5px;
}

.caption_bubble {
	position: relative;
	display: block;
	width: 232px;
	height: 60px;
	font-size: 10px;
	margin-left: -8px;
	clear: both;
	color: #483C32;
}
	.caption_bubble p {
		margin: 0px;
		padding: 0px;
	}

	.caption_bubble img {
		float: left;
		width: 70px;
		height: 57px;
	}
	
	.caption_bubble .caption {
		position: absolute;
		right: 8px;
		top: 0px;
		border: 1px solid #CCCCCC;
		background: white;
		padding: 5px;
		display: block;
		width: 140px;
		height: 47px;
	}
	
.pollvotes {
	padding: 10px 0 0 0;
}

	.pollvotes b {
		font-weight: bold;
		text-decoration: underline;
	}
	
	.easypoll_inner {
		clear: both;
		padding-top: 5px;
	}
		
		.easypoll_inner .poll_percentage {
			float: left;
		}
	
	.poll_result_indicator {
		
		background: #A7030A;
		height: 14px;
		display: block;
	}
	
		.poll_result_indicator_full {
			float: right;
			display: block;
			width: 145px;
			overflow: hidden;
			position: relative;
			border: 1px solid #cccccc;
		}


/* Footer */

#page_footer{
	clear: both;
	margin-top: 5px;
}

#footlinks {
	float: right;
	margin: 5px 0 0;
}

#footlinks li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #4B4948;
}

#page_footer a {
	text-decoration: none;
	color: #CCCCCC;
}

	#page_footer a:hover {
		color: #ffffff;
	}

#footlinks .last {
	border-right: none;
}

#copyright {
	clear: right;
	float:right;
	padding: 5px;
	color: #FFFFFF;
	margin-top: 10px;
	text-align:right;
	width:350px;
}

#copyright .red {
	color:#FF0000;
}	

#foot_statement {
	float: left;
	margin: 5px 0 5px 10px;
	color: #FFFFFF;
}

#footLogo {
	clear: left;
	float: left;
	padding: 0 5px 5px;
	width:650px;
}

#footLogo li {
	display: inline;
}

.footLogo {
	/*padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #4B4948;*/
}

.footLogo_last {
	border-right: none;
}

#fluid {
	clear:right;
	float:right;
}

/* ADVERTS */

.home_banner {
	background-color: black;
	display: block;
	float: left;
	width: 690px;
	/*height: 72px;*/
	margin: 12px 0 12px 0;
}

