@import url("common.css");

/* home */
.subscribe{
	font-size: 12px;
	color: #808284;
	margin-left: 600px;
	padding: 5px 0;
}
	.subscribe a{
		font-family: Georgia;
		font-size: 12px;
		font-style: italic;
		color: #808284;
		text-decoration: none;
	}
.green_click{
	background: #8bc53f;
	overflow: hidden;
}
	.green_click .click_inner{
		background: #608d2b;
	}
.blue_click{
	background: #14b0e8;
	overflow: hidden;
}
	.blue_click .click_inner{
		background: #007eac;
	}
.purple_click{
	background: #eb008b;
	overflow: hidden;
}
	.purple_click .click_inner{
		background: #a61f67;
	}
		.click_inner h3, .click_inner p{
			color: #fff;
		}
		.click_inner h3{
			margin: 2px 0 0 13px !important;
			padding: 0;
		}
		.click_inner p{
			font-size: 15px;
			margin: 21px 0 0 13px;
			padding-bottom: 2px;
		}
		.click_inner{
			float: left;
		}
	.green_click .ad_bottom, .blue_click .ad_bottom, .purple_click .ad_bottom{
		padding-top: 6px;
	}
.col_220 .click_inner{ width: 150px; }
.col_560 .click_inner{ width: 490px; }
.col_780 .click_inner{ width: 490px; }
.col_244 .click_inner{ width: 174px; }

h1{ height: 46px; }
.rss_small{
	padding: 10px 0;
	width: 217px;
	background: #ecebe9 url("../img/line-horz.png") bottom repeat-x;
}
	.rss_small p{
		background: url("../img/icon-rss-small.png") no-repeat;
		padding: 0 0 0 15px;
		font-weight: bold;
		margin-left: 20px;
	}
		.rss_small p a{
			color: #000;
			text-decoration: none;
		}
.city_deals{
	margin-left: 3px;
	width: 100%;
	background: #ecebe9 url("../img/line-vert.png") left repeat-y;
}
	.city_deals a{
		background: #ecebe9 url("../img/line-horz.png") bottom repeat-x;
		width: 244px;
		height: 54px;
		display: block;
	}
#prevBtn{
	position: absolute; 
	background: url("../img/arrow-prev.png") no-repeat;
	height: 36px;
	width: 18px;
	margin: 145px 0 0 215px;
	z-index: 99999;
	display: block; 
}
#nextBtn{ 
	position: absolute; 
	background: url("../img/arrow-next.png") no-repeat;
	height: 36px;
	width: 18px;
	margin: 145px 0 0 730px;
	z-index: 99999;
	display: block;
}	
#nextBtn a, #prevBtn a{ 
	height: 36px;
	width: 18px;
	z-index: 99999;
	display: block;
}
.home_middle_text h4 a{
	color: #a6a8ab;
	text-decoration: none;
}
.home_middle_text h5 a{
	color: #007EAC;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 8px;
	display: block;
}

/* home nav */
#home_nav_cont{
	background: url("../img/line-horz.png") top repeat-x;
	overflow: hidden;
	margin-top: 10px;
}
ul.home_nav{
	margin-left: 20px;
	padding-top: 3px;
	background: url("../img/nav-divider.png") no-repeat center right;
	float: left;
	display: inline;
}
	ul.home_nav li{
		float: left;
		list-style-type: none;
		background: url("../img/nav-divider.png") no-repeat center left;
		padding: 10px 7px;
	}
		ul.home_nav li a{
			height: 32px;
			display: block;
			text-indent: -9999px;
		}
		li#home_table a{
			width: 124px;
			background: url("../img/nav-ontable.png") no-repeat top;
		}
		li#home_beat a{
			width: 119px;
			background: url("../img/nav-artbeat.png") no-repeat top;
		}
		li#home_dealio a{
			width: 94px;
			background: url("../img/nav-dealio.png") no-repeat top;
		}
		li#home_getout a{
			width: 104px;
			background: url("../img/nav-getout.png") no-repeat top;
		}
		li#home_property a{
			width: 103px;
			background: url("../img/nav-property.png") no-repeat top;
		}
		li#home_buzz a{
			width: 115px;
			background: url("../img/nav-inbuzz.png") no-repeat top;
		}
		div#home_twitter{
			margin: 12px 28px 0 0;
			width: 204px;
			float: right;
			line-height: 160%;
			height: 32px;
			background: url("../img/back-twitter.png") no-repeat;
			font-size: 21px;
			color: #fff;
			display: inline;
			padding-left: 10px;
		}
			div#home_twitter a{
				margin-top: 4px;
				margin-right: 6px;
				float: right;
			}
		ul.home_nav li a:hover{ background-position: bottom !important; }


.best_deals_cont{
	width: 217px;
	background: #ecebe9 url("../img/line-horz.png") top repeat-x;
	overflow: hidden;
	margin-top: -4px;
}
.best_deals{
	width: 174px;
	background: url("../img/back-best-deals.png") repeat-y;
	margin: 3px auto;
	padding: 3px;
	overflow: hidden;
}
.title_bestdeals{
	margin-left: 45px;
}
.best_deals_holder{
	width: 160px;
	margin: 0 auto;
	overflow: hidden;
	background: url("../img/middle-border.png") repeat-y;

}
.best_deal{
	width: 78px;
	float: left;
	text-align: center;
	border-bottom: solid #c8c7c7 1px;
	padding-top: 5px;
	padding-bottom: 7px;
}
	.best_deal a{
		color: #007EAC;
		font-size: 11px;
		text-decoration: none;
		line-height: 10px !important;
	}

#page_cont .col_560{
	padding: 7px 15px 15px 15px;
	width: 530px;
}
	.home_middle_item{
		overflow: hidden;
		border-bottom: #918f8f 1px solid;
		padding: 20px 0 20px 0;
	}
	.home_middle_text{
		float: right;
		width: 345px;
	}
		a.link_readmore{
			margin-left: 242px;
		}

.restaurant_holder{
	padding: 20px;
	background: #ecebe9;
	margin-left: 3px;
}
.col_220 .restaurant_holder{
	padding: 5px;
	margin-left: 0 !important;
	margin-right: 3px;
}
h3.restaurant{
	background: url("../img/back-restaurant.png") no-repeat;
	height: 29px;
	width: 184px;
	padding: 5px 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
}
.search_section{
	width: 205px;
	margin: 0 auto;
}
ul.search_nav{
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 5px;
	height: 170px;
	overflow: scroll;
	overflow-x:hidden
}
	ul.search_nav li{
		list-style-type: none;
		padding: 7px 0 0 7px;

	}
		ul.search_nav li a{
			font-size: 12px;
			padding-left: 7px;
			padding-bottom: 3px;
			border-bottom: 1px solid #dbd8d5;
			width: 170px;
			display: block;
			color: #29ABE2;
			text-decoration: none;
			background: url("../img/li-arrow.png") no-repeat right;
		}
		ul.search_nav li span{
			color: #29ABE2;
			font-size: 12px;
			float: right;
			margin: -20px 30px 0 0;
		}
.promotions{
	background: url("../img/line-horz.png") #ebeae8 top repeat-x;
	margin-left: 3px;
}
.promotions_left{
	background: url("../img/line-horz.png") #ebeae8 bottom repeat-x;
	margin-right: 3px;
}
	.promotions_box{
		width: 130px;
		margin: 0 auto;
		padding: 15px 0;
	}
		.promotions_box h4{
			text-align: center;
			margin-bottom: 3px;
		}
		.promotions_box p{
			width: 115px;
			margin: 0 auto 5px auto;
			color: #73869c;
			font-size: 10px;
		}
			.promotions_box p a{
				color: #73869c;
			}
.enewsletter_cont{
	width: 217px;
	margin: 0;
	background: #ecebe9 url("../img/line-horz.png") top repeat-x;
	padding-bottom: 10px;
}
.border_bottom{
	background: #ecebe9 url("../img/line-horz.png") bottom repeat-x;
}
	.enewsletter_head{
		width: 203px;
		height: 30px;
		margin: auto;
		background: url("../img/headline-enewsletter.png") no-repeat;
	}
	.blue_cont{
		width: 203px;
		margin: 0 auto;
	}
		.blue_top{
			width: 203px;
			height: 15px;
			background: url("../img/blue-box-top.png") no-repeat;
		}
		.blue_middle{
			background: url("../img/blue-box-middle.png") repeat-y;
		}
			.headline_scoop{
				width: 201px;
				height: 36px;
				margin: 0 auto;
				background: url("../img/headline-scoop.png") no-repeat;
			}
			.blue_middle p{
				font-size: 10px;
				width: 170px;
				margin: 10px auto;
			}
			.blue_middle h4{
				width: 170px;
				margin: 0 auto 3px auto;
				color: #231f20;
				font-size: 12px;
			}
			.blue_middle form{
				width: 170px;
				margin: 0 auto;
				overflow: hidden;
			}
				.blue_middle form input{
					width: 162px;
				}
				.blue_middle form .submit{
					float: right;
					margin-top: 6px;
				}
		.blue_bottom{
			width: 203px;
			height: 9px;
			background: url("../img/blue-box-bottom.png") no-repeat;
			margin-bottom: 10px;
		}
.left_tall_ad{
	width: 217px;
	background: #ecebe9 url("../img/line-horz.png") top repeat-x;
}
.right_tall_ad{
	width: 243px;
	background: #ecebe9;
	margin-left: 3px;
}
	.left_tall_ad img{
		margin: 28px 0 28px 28px !important;
		margin: 0 auto;
	}
	.right_tall_ad img{
		margin: 28px 0 28px 38px !important;
		margin: 0 auto;
	}

#slider ul {
	list-style: none outside none;
}

	#slider ul li {
		display: none;
	}


/* archives */
.follow_us{
	padding: 10px 0;
	width: 247px;
	background: #ecebe9 url("../img/line-horz.png") bottom repeat-x;
	overflow: hidden;
	margin-left: 3px;
}
	.follow_us #home_twitter{
		margin: 0 20px 0 0!important;
		background: url("../img/back-twitter-brown.png") no-repeat;
	}
	.tick_divider{
		width: 214px;
		height: 3px;
		background: url("../img/tick-divider.png") repeat-x;
		margin: 10px 0 0 15px;
		clear: both;
		float: left;
		display: inline;
	}
	.tick_divider_full{
		width: 525px;
		height: 3px;
		background: url("../img/tick-divider.png") repeat-x;
		margin: 0 0 5px 0;
		clear: both;
		float: left;
	}
.current_issue{
	background: url("../img/back_current_issue.png") no-repeat;
	clear: both;
	float: left;
	width: 220px;
	margin: 10px 0 0 15px;
	display: inline;
}
	.current_issue img{
		margin: 3px 0 0 160px;
	}
.solo_newsletter{
	padding-left: 20px;
}
	.solo_newsletter h4{
		color: #231f20;
		font-weight: bold;
		font-size: 12px;
	}
	.solo_newsletter input{
		width: 165px;
	}
	.solo_newsletter .submit{
		margin: 5px 0 0 112px;
	}
.archive_holder{
	overflow: hidden;
	width: 100%;
}
.archive_single{
	width: 167px;
	float: left;
	margin: 0 9px 20px 0;
	display: inline;
}
p.date{
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #716559;
	margin: 3px 0;
}
a.small_green{
	color: #608d2b;
	background: url("../img/small-green-arrow.png") no-repeat 55px 3px;
	padding-right: 15px;
	font-size: 11px;
	display: block;
	float: right;
}
.pix a.small_green{
	background: url("../img/small-green-arrow.png") no-repeat 77px 3px;
}

/* calendar */
a.events{
	float: right;
	font-size: 11px;
	font-weight: bold;
}
.calendar_box{
	background: #ebeae8;
	margin-right: 3px;
	padding-bottom: 10px;
	background: #ecebe9 url("../img/line-horz.png") bottom repeat-x;
}
	.calendar_box form{
		margin: 5px 0 0 10px;
	}
	.calendar_box .input{
		float: left;
		margin-right: 5px;
		display: inline;
	}

.gallery_holder{
	margin: 92px 0 0 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #dddedf;
}
/*.gallery_holder a{
	margin: 0 0 0 358px;
}
TH: Took this out because it was causing the image to be way off to the right hand side. 
*/
.gallery_holder h6{
	margin: 10px 0 0 0;
	font-style: italic;
	font-size: 15px;
}
.wticks{
	margin: 0px 0 3px 0;
}
.small_green_font{
	color: #608d2b;
	background: url("../img/small-green-arrow.png") no-repeat 78px 4px;
	padding-right: 20px;
	font-size: 11px;
	display: block;
	float: right;
	text-decoration: none;
}

.click_play_cont{
	background: #ecebe9;
	margin-right: 3px;
	padding-bottom: 20px;
	background: #ecebe9 url("../img/line-horz.png") bottom repeat-x;

}
	.vids_cont{
		width: 190px;
		margin: 0 auto;
		overflow: scroll;
		overflow-x:hidden;
		background: #fff;
		height: 170px;
	}
		.vid_entry{
			margin: 5px 5px;
			padding-bottom: 5px;
			border-bottom: solid #dcd9d6 1px;
		}
			.vid_entry h7{
				text-transform: capitalize;
			}

/* listing */
.restaurant_spec{
	background: #faf1e4;
	padding: 7px;
}
	.rest_spec_left{
		width: 230px;
		float: left;
	}
		.restaurant_spec h1{
			font-size: 42px !important;
			width: auto !important;
			float: left;
			font-weight: bolder;
			background: url("../img/bee.png") no-repeat right 12px;
			padding-right: 35px;
			height:auto;
		}
		.rest_spec_left p{
			margin: 5px 0 0 0;
		}
		.rest_spec_left ul{
			margin: 15px 0;
		}
			.rest_spec_left ul li{
				list-style-type: none;
				color: #5a4b42;
				margin-bottom: 10px;
				text-indent: 20px;
				font-size: 14px;
			}
			.rest_spec_left ul li.liquor{
				background: url("../img/liquor.png") no-repeat;
			}
			.rest_spec_left ul li.handicap{
				background: url("../img/handicapped.png") no-repeat;
			}
	.rest_spec_right{
		float: right;
	}
	.rest_bottom{
		padding: 5px;
		clear: both;
		border: solid #cfd1d2 1px;
		background: #fff;
		color: #5a4b42;
		font-size: 12px;
		overflow: hidden;
	}
		.rest_rating{
			margin-right: 65px;
		}
		.rest_rating, .share{
			float: left;
		}
		.email_print{
			float: right;
		}
			.email_print li{
				float: left;
				list-style: none;
				margin-right: 10px;
				padding-left: 18px;
			}
		 	li.icon_email{
				background: url("../img/icon-email.png") no-repeat;
			}
			li.icon_print{
				background: url("../img/icon-print.png") no-repeat;
			}
			.email_print li a{
				color: #2365bf;
				font-size: 10px;
				text-decoration: none;
			}
		.map{
			float: right;
			padding: 0 0 10px 10px;
		}
		.reviews p{
			margin: 7px 0 15px 0;
		}
h6.restaurant {
	float:left;
}

h6.restaurant a.events {
	float:left;
	font-size:12px !important;
}

#slider {
	width: 760px !important;
	float: left;
}
#map {
	width: 265px;
	height: 200px;
	float: right;
}
.ads a img {
	margin: 10px 0 0 31px;
}

p.subscribe_now {
	background:#ecebe9;
	margin: 0 3px 0 0;
}