/*NOTIFY ME*/
#notify_me_container{
	font-size:12px;
}
#notify_thanks{
	border:1px solid lightgreen;
	color:darkgreen;
	font-weight:bold;
	margin-top:5px;
	padding:15px;
}	
#left-nav-title {
	color:#CC0000; 
	font-size:16px;
	font-weight: bold;
}
.left-nav-tabs ul {
	margin: 10px 0;
	padding: 0;
	border-bottom: #CCCCCC 1px solid;
}
.left-nav-tabs ul li {
	list-style:none;
	padding: 3px;
	border-top: #CCCCCC 1px solid;
}
.left-nav-tabs ul li.tab_on a {
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

h2.notifyme_header {
	margin-bottom: 15px;
	font-size:20px;
}
.venue {
	border-bottom: 1px solid #999999;
	padding: 10px;
}
.venue_over {
	border-bottom: 1px solid #999999;
	padding: 10px;
	background-color: #FFFFFF;
	cursor: pointer;
}
.venue_name {
	font-size: 16px;
	font-weight:bold;
}
.venue_pic {
	float: left;
	width: 65px;
}
.event {
	width:230px;
	float: left;
}
.address {
	width: 180px;
	float: left;
	padding-left: 15px;
}
.notify_me {
	float: right;
	width: 150px;
}
.notify_me a {
	font-size: 18px;
}
.pagination {
	width: 360px;
}

.pagination div {
	border: #000000 1px solid;
	float: right;
	padding: 2px 5px 2px 5px;
}
.prev {
	display: inline;
}
.next {
	display: inline;
}

/* VENUE LISTING */
.venue_listing {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #cccccc;
	border-collapse: collapse;
	width: 100%;
}

.venue_listing th { 

}

.venue_listing td {
	font-size: 13px;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
	border-style: dashed none dashed none;
	border-color: #cccccc;
	-moz-border-radius: 0px 0px 0px 0px;
}
.venue_listing tr:hover {
	background-color:#ffffff;
	cursor:pointer;
}
#search_places{
	background-color:#EEEEEE;
	border-color:#CCCCCC;
	border-style:solid none none;
	border-width:1px medium medium;
	padding:7px 5px 5px;
}
	#venue_search_controls{
		position:relative;
		width:260px;
		height:30px;
	}
		#venue_search_submit{
			font-size:17px;
			padding:1px 5px;
			position:absolute;
			right:0;
			top:0;
		}
		#venue_search{
			background-color:#FFFFFF;
			border:1px solid #CCCCCC;
			font-size:16px;
			height:20px;
			left:0;
			margin:0;
			padding:3px;
			position:absolute;
			top:0;
			width:170px;
		}
#left-column {
	float: left;
	width: 135px;
	margin-right: 25px;
}
#main-area {
	float: left;
	width: 780px;
}

label {
	width: 150px;
	display: block;
}

/*PROFILE PAGE */
#path{
	border:1px solid transparent;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}	
#venue_banner{
	position:relative;
}
	#venue_title{
		background-color:#FFFFFF;
		bottom:0;
		color:#931415;
		font-size:55px;
		left:0;
		margin:0;
		padding:15px 40px 10px 20px;
		position:absolute;
	}
#venue_info{
/*background-color:#ECECEC;*/
}
#grid_content{
	
}
	.grid_item{
		width:318px;
		float:left;
		padding:2px;
		margin:5px;
		background-color:#fff;
		overflow:hidden;
	}
	.grid_item.grid_item_big{
		float:none;
		width:auto;
	}
		.grid_item h3.altgoth{
			font-size:24px;
			padding:10px 20px 5px 10px;
			margin:0;
			margin-bottom:3px;
			color:#fff;
			background-color:#3e3e3e;
			min-height:24px;
		}
		.grid_item h2{
			font-size:25px;
			margin:10px 0 0;
		}
		.grid_item .event_name{
			display:block;
			font-weight:bold;
			font-size:12px;
		}
		.grid_item .ob_heading{
			color:#931415;
			font-size:12px;
			font-weight:bold;
		}
		.grid_item_content{
			/*padding:5px;*/
		}	
			a.venue_service{
				display:block;
			}
			
			
			/*events*/
			.event_row{
				font-size:11px;
				margin:8px 0;
				color:#666;
			}
				.event_row a{
					font-weight:bold;
				}
				.event_row a.event_row_name{
					font-size:14px;
				}
					.event_row a.more_event_info{
						background-color:#000000;
						color:#FFFFFF;
						display:block;
						font-size:11px;
						margin-top:5px;
						padding:5px 0;
						text-align:center;
					}
					.event_row a.more_event_info:hover{
						background-color:#5b5b5b;
						text-decoration:none;
					}
				.event_row_date{
					width:100px;
				}
				.event_row_flyer{
					width:110px;
					margin-right:10px;
				}
				.event_row_name{
					width:240px;
				}
				.event_row_party{
					width:180px;
					overflow:hidden;
				}
					.event_row_name .hidden_info{
						display:none;
					}
						.hidden_info b{
							color:#333;
						}
					.hidden_info_row{
						
						margin:2px 0;
					}

				.event_type{
					display:none;
				}
			
			/*end of events*/
			.grid_list_title{
				border-bottom:1px solid #ECECEC;
				color:#921417;
				font-weight:bold;
				font-size:12px;
				margin-top:15px;
				font-weight:bold;
			}
			.grid_list_item{
				font-size:11px;
			}
				

#venue_map{
	font-size:14px;
	padding-top:5px;
	text-align:center;
}	
/* LISTING PAGE*/

#places_body{	
	background-color:#ECECEC;
	padding:5px;	
}		
		#places_left_nav {
			background-color:#FFFFFF;
			padding:2px;
			width:150px;
		}	
			.left_nav_item{
						}
				.left_nav_item.hover:hover{
					background-color:#ECECEC;
				}
				#selected_left_nav{
					font-weight:bold;
				}
				.left_nav_spacer{
					height:2px;
					background-color:#000;
				}
				.left_nav_item_header,#left_nav_title{
					color:#fff;
					font-size:22px;
					padding:10px 0 5px 10px;
				}	
				.left_nav_item_header{
					background-color:#ccc;
				}
				.selected_section{
					background-color:#000;
				}
				.left_nav_item a{
					border-bottom:1px solid #ECECEC;
					color:#333;
					display:block;
					font-size:13px;
					line-height:17px;
					padding-bottom:5px;
					padding-left:12px;
					padding-top:5px;
					text-decoration:none;
				}
	#places_content {
		background-color:#FFFFFF;
		padding:15px 18px 18px;
		width:435px;
	}
		#places_content .orderBy{
			display:none;
		}
	
venue_grid featured	
	
.heading {
    text-align: left;
	color:#333333;
	float:right;
	font-size:12px;
	font-weight:bold;
	padding:4px 10px 0;
	position:relative;
	width:70px;
}
.heading.venue {
	width: 360px;
}
.heading.featured {
	color:#CC0000;
	float:left;
	font-size:16px;
	padding:0 10px;
	width:320px;
}

.venue_listing {
	padding: 10px 0;
}

.venue_listing .container {
	color: #000000;
	font-size: 11px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}
.places_subtitle{
	font-size:30px;
	margin:0;
}

.venue_listing .col {
	float: left;
	display: inline;
	position: relative;
	border-color: #cccccc;
	border-width: 0px 1px 0px 0px;
	border-style: none solid none solid;
	border-spacing: 0px;
	border-collapse: collapse;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}

.venue_listing .cell {
	padding: 0 10px;
}

.venue_listing .col.name {
	width:340px;
}
.venue_listing .col.name h2{
	margin:0;
}
.venue_listing .vibe {
	width: 90px;
	border:none;
}
.venue_listing.col.img {

}
/*--------------TIER 1 FEATURED VENUES--------------------*/

.venue_listing.tier1 {
	background: #faf9df;
}

.venue_listing.tier1 .col.name {
	width: 148px;
}
.venue_listing.tier1 .col.img {
	width: 190px;
}

/*--------------TIER 2 FEATURED VENUES--------------------*/

.venue_listing.tier2 {
	background: none;
}

.venue_listing.tier2 .col.name {
	width: 238px;
}
.venue_listing.tier2 .col.img {
	width: 100px;
}

/*----------------------------------------------------------*/

.box {
	margin: 0 0 25px 0;
}

.venue_grid {
	width: 100%;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #cccccc;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
table.unfeatured th { 
	display: none;
}
.venue_grid tr:hover {
	background-color: #f6f6f6;
	/* cursor:pointer; */
}
.venue_grid td {
	font-size: 13px;
	border-width: 1px;
	padding: 0px;
	border-width: 1px 0px;
	border-style: solid none;
	border-color: #cccccc;
	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align: top;
}

.venue_listing_grid {

}
#featured_venues{
	background-color:#eee;
}
#featured_venues .grid_showing {
	display: none;
}

.grid_showing, .grid_pages {
	font-size:11px;
	padding:10px 0;
}

.photo_grid a {
	float:left;
	padding:1px 2px 2px 1px;
}



.blog-mini-footer {
	display:none;
}


html .grid_item h3.red {
	padding-left:50px;
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#921417;
}
a.grid_item {
	display:block;
}
a.grid_item:hover {
	text-decoration:none;
}
#birthday {
	background-image:url('/images/bg/cake.jpg');
}
#party {
	background-image:url('/images/bg/martini.jpg');
}
html .grid_item h3.tips {
	background-image:url('/images/social-media/foursquare-transp-25.png');
	background-repeat:no-repeat;
	background-position:10px 9px;
	padding-left:104px;
}
.tip {
	padding:6px 5px;
	margin:0 5px;
	font-size:10px;
	border-bottom:1px solid #CCC;
	overflow:hidden;
}
	.tip .pic {
		
	}
	.tip .pic img {
		border: 1px solid #CCC;
		padding: 3px;
		background-color:#fff;
		height:30px;
		width:30px;
		float:left;
	}
	.tip .text {
		margin-left:45px;
	}
	.tip .text .name {
		font-weight:bold;
		font-size:18px;
		color: #2398C9;
		text-decoration: none;
	}
	.tip .text .date {
		font-size:12px;
		color:#666;
		padding-left:10px;
	}
/*.blog-post-title {
	display:table;
}*/


html .grid_cell_selected {
	outline: 3px solid white !important !important;
}

#dsq-new-post h3 {
	display:none;
}

#dsq-content .dsq-trackback-url {
	display:none;
}
#dsq-content .dsq-options {
	display:none;
}
#dsq-content {
	padding:0 10px;
}
#dsq-sort-by {
	margin-bottom:10px;
}
#dsq-footer {
	display:none;
}
#dsq-comments {
	font-size:12px;
}

.twitter {
	font-family:Arial,"Helvetica Neue",sans-serif;
	padding:10px;
}
.twitter .tweet {
	line-height:19px;
	font-size:15px;
	color:#444;
	padding:5px 0;
	border-bottom:1px solid #999;
}
.twitter .tweet:last-child {
	padding-bottom:0px;
	border-bottom:none;
}
.twitter .tweet_time {
	line-height:15x;
	font-size:11px;
	color:#999;
	margin-bottom:8px;
}

