body, html, form { margin: 0; padding: 0; font: 12px/1.5em Verdana, Arial, sans-serif; }
img { border: 0; }
a { color: #006699; text-decoration: underline; font-weight: inherit; }
a:hover { color: #8FABBE; }

/* GENERAL FRAMEWORK */
#nav ul{padding-left:40px;}
#frame {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#masthead {
	width: 920px;
	background: url("http://www.brownstoner.com/images/header2.jpg") top left no-repeat;
	position: relative;
	height: 95px;
}

#content {
	clear: both;
	width: 920px;
	overflow: hidden;
	border: 3px solid #eee7dd;
	w\idth: 914px;
}

#content-left {
	float: left;
	width: 551px;
	border-right: 3px solid #eee7dd;	
	padding: 20px 24px 0 24px;
	w\idth: 500px;
	overflow: hidden;
}

#content-right {
	float: left;
	width: 363px;
	overflow: hidden;
}

#sidebar-left {
	float: left;
	width: 183px;
	border-right: 3px solid #eee7dd;
	padding: 20px 10px;
	w\idth: 160px;
	overflow: hidden;
}

#sidebar-right {
	float: left;
	width: 180px;
	padding: 20px 10px;
	w\idth: 160px;
	overflow: hidden;
}

#sidebar-footer {
	clear: both;
	width: 360px;
	border-top: 3px solid #eee7dd;
	padding: 20px 10px;
	w\idth: 340px;
	text-align: center;
}

#sidebar-lightpole {
	padding: 0 10px 20px 10px;
	border-bottom: 3px solid #eee7dd;
}

#footer {
	clear: both;
	width: 920px;
	height: 50px;
	background: #ccc;
margin: 0 auto;
}

#frameleader {
	clear: both;
	width: 914px;
       padding: 10px 0px 10px 0px;
	overflow: hidden;
	border: 3px solid #eee7dd;
        border-bottom: 0px solid #ffffff;
	w\idth: 914px;
	text-align: center;
}

/* MASTHEAD & ACTION BAR */

#home-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 90px;
}

#home-link img { width: 220px; height: 90px; }


#nav {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #91512d;
	font-size: 12px;
	height: 30px;	
	background: #ddc1b2 url('http://www.brownstoner.com/images/nav_bkgnd.jpg') bottom left repeat-x;
	position: relative;
}
#nav ul {
	display: inline;
	position: absolute;
	left: 20px;
	margin: 0;
	}

#nav li { display: inline; float: left;}


#nav a {
	color: #91512d;
	border-right: 1px solid #ceab97;
	float: left;
	display: inline;
	cursor: hand;
	padding: 6px 20px;
	text-decoration: none; 
}
#nav li.last a {border-right: none;}

#nav a:hover, #nav li.selected a{
	color: #fff;
	background: #91512d;
}


#action-bar {
	clear: both;
	width: 920px;
	padding: 15px 5px 2px 5px;
	w\idth: 910px;
	margin-bottom: 20px;
	overflow: hidden;
}

#sub-nav {
	overflow: hidden;
	background: #eae2d9;
	height: 24px;
	color: #91512d;
}

#sub-nav a { color: #91512d; text-decoration: none; }
#sub-nav a:hover { text-decoration: underline }


#sub-nav-left, #sub-nav-right {
	float: left;
	width: 410px;
	padding: 0 15px;
	w\idth: 400px;
	font: 10px/24px verdana, sans-serif;
}

#sub-nav-right { 
	float: right;
	text-align: right;
}

#action-bar {background: #fff;}

#action-bar, #action-bar a, #action-bar input, #action-bar select, #action-bar label { font: 10px/1.5em verdana, sans-serif; }

#action-bar #login-actions { clear: both; float: left; }

#action-bar #login-actions strong a { font-weight: bold; }

#login-actions input { width: 75px; }

#login-actions input#profile_submit { width:60px; }

#action-bar #blog-nav { float: right; }

#action-bar #search-form { float: left; }

#search { vertical-align: top; }

#action-bar select {
	float: left;
	width: 110px;
	margin-right: 10px;
	w\idth: 100px;
}


/* LEFT CONTENT */

h2 { /* Archive/Blog Header */
	font: 14px/1.5em Verdana, Arial, sans-serif;
	color: #000;
	font-weight: bold;
	text-transform: uppercase; 
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #eee;
}

h2.with-subhead {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}

h1 a, h2 a { color: #C63E06; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #C63E06; text-decoration: underline; }

h5 {
	font: 12px/1.5em Verdana, Arial, sans-serif;
	margin: 0 0 20px 0;
	border-bottom: 3px solid #eee7dd;
	padding: 0 0 10px 0;
}

.blog-post h3 { /* Date header */
	font: 12px/1.5em Verdana, Arial, sans-serif;
	font-weight: bold;
}

.blog-post h1 { /* Entry Title */
	color: #C63E06;
	font: 14px/1.5em Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 10px 20px 10px 0;
}

.blog-post p {
	font: 12px/1.5em Verdana, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;

	}

.blog-post blockquote {
	line-height: 130%;
	}

.blog-post li {
	line-height: 130%;
	}

.blog-post p.post-footer, .comment p.posted {
	clear: both;
	color: #555;
	padding: 0 0px 10px 0px;
	font: 10px/1.5em Verdana, Arial, sans-serif;
	border-bottom: 2px solid #EEE7DD;
}
.comment p.posted { border: 0; padding: 0; clear: both; }

.pagination-right { float: right; width: 250px; text-align: right; }
.pagination-left { float: left; width: 250px; }

/* Sidebar Discovery Links */

#discovery {
	background: #F5F2ED;
}

#discovery .discovery-item {
	padding: 10px;
	border-bottom: 1px solid #EEE7DD;
}

.discovery-item h4 {
	font-weight: bold;
	margin: 0 0 5px 0;
}

.discovery-item p, .discovery-item li { font: 10px/1.5em verdana, sans-serif; }

.discovery-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.discovery-item li {
	margin: 0 0 10px 0;
}

.discovery-item select {
	width:140px;
	margin-bottom: 5px;
}

.discovery-space {
	height:10px;

}

.discovery-height {
	height:168px;
}

/* Sidebar Monthly Archive List */
#monthly-archive-list{
	background: #F5F2ED;
	padding: 0px 20px 20px 20px;
	overflow: hidden;
	text-align: left;
}
#monthly-archive-list h4{
	margin-bottom:10px;
}
#monthly-archive-list div.year {
	display: block;
	width: 100px;
	float: left;
}
	

/* Sidebar Profile Login */

#profile-login { 
	margin: 10px 0;
	padding: 5px;
	font: 12px/16px verdana, sans-serif;
	text-align: left; 
	border-top: 3px solid #91512d;
	border-bottom: 3px solid #91512d;
	background: #eee7dd;
}

#profile-login a { 
	font: 12px/16px verdana, sans-serif;
}

#profile-login span.profile-actions, #profile-login span.profile-actions a {
	font: 10px/16px verdana, sans-serif;
}

#profile-login form { margin: 0; padding: 0; }

#profile-login label {
	font: 11px/11px verdana, sans-serif;
	margin: 3px 0;
	display: block;
}

#profile-login input#profile_username, #profile-login input#profile_password {
	 font: 11px/11px verdana, sans-serif;
	 width: 140px;
}

#profile-login input#profile_submit {
	right: 0;
	font: 11px/11px verdana, sans-serif;
	width: 50px;
}

/* Individual Archive */

textarea#comment-text {
	width: 498px;
}

.comment {
	border-bottom: 1px solid #eee7dd;
	margin-bottom: 10px;
}

.guest {
	color: #666 !important;
}

.guest .posted {
	color: #777 !important;
}

#comment-preview { margin-right: 5px; }

#be-patient { clear:both; margin-top: 5px; font-weight: bold; display:none; }

#previewingComment { display: none; }


/* Profile Registration */

#profile_container { overflow: hidden; }

#profile_container ul {
	list-style: none;
	padding-left: 12px;
	margin: 0;
}

#profile_container li {
	clear: both;
	margin-left: 0;
}

#profile_container label {
	float: left;
	width: 120px;
	display: block;
	margin-bottom: 10px;
}

#profile_container label.header {
	color: #000;
	font-weight: bold;
	margin: 15px 0;
	width: 300px;
}



#profile_container input, #profile_container textarea, #profile_container select, div.profile_value {
	float: left;
	width: 220px;
	margin-bottom: 10px;
}
#profile_container select { width: auto; }
#profile_container textarea { height: 100px; }
div.profile_value { color: #000; }

#profile_container input#profile_submit {
	clear: both;
	float: none;
	width: auto;
	margin-left: 290px;
}
#profile_edit input#profile_submit { margin-left: 304px; }
*html #profile_container input#profile_submit { margin-left: 240px; }
*html #profile_edit input#profile_submit { margin-left: 264px; }

p.profile_message {
	background: #eee7dd;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	color: #b44;
	font-weight: bold;
}

p.profile_header {
	background: #eee7dd;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0;
	padding: 5px 10px;
}


/* BROOKLYNFLEA */



#mastheadflea {
	width: 920px;
	background: url("http://www.brownstoner.com/brooklynflea/flea_final2.jpg") top left no-repeat;
	position: relative;
	height: 185px;

}

#sidebarflea-left {
	float: left;
	width: 183px;
	border-right: 3px solid #eee7dd;
	padding: 20px 10px;
	w\idth: 160px;
	overflow: hidden;
	color: #f6091d;
	font: 10px/1.5em Verdana, Arial, sans-serif; 
	font-weight: regular;
}

#sidebarflea-left h1   {

	color: #000000;
	font: 10px/1.5em Verdana, Arial, sans-serif; 
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	
	  }
	  
	  
  
#sidebarflea-left li   {
line-height: 120%;
	margin-bottom: 5px;
		list-style: none;

	  }

#sidebarflea-left a {
	color: #f6091d;
	text-decoration: none; 
	font-weight: bold;
}

#sidebarflea-left a:hover {
	color: #f6091d;
	text-decoration: underline; 
	font-weight: bold;
}

#home-link_flea {
	position: absolute;
	top: 50px;
	left: 150px;
	width: 800px;
	height: 120px;
}

#home-link_flea img { width: 800px; height: 120px; }

#navtest {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 382px;
	background: url(nav_new.gif) top right no-repeat;
}


#navtest li#nav-home1 {
	right: 322px;
	width: 60px;
}

#navtest ul, #navtest li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
#navtest ul { position: relative; }

#navtest li, #navtest a {
	display: block;
	height: 30px;
}
#navtest li {
	top: 0;
}

#navtest a {
	text-indent: -5000px;
	text-decoration: none; 
}

#navtest li#nav-reno1 {
	right: 156px;
	width: 102px;
}

#navtest li#nav-reno1 a:hover {
	background: url(nav_new.gif) -124px -31px no-repeat;
}

#navtest li#nav-forum1 {
	right: 258px;
	width: 64px;
}


#navtest li#nav-forum1 a:hover {
	background: url(nav_new.gif) -60px -31px no-repeat;
}

#navtest li#nav-home1 a:hover {
	background: url(nav_new.gif) 0px -31px no-repeat;
}

#navtest li#nav-flea1 {
	right: 106px;
	width: 51px;
}

#navtest li#nav-flea1 a:hover {
	background: url(nav_new.gif) -225px -31px no-repeat;
}

#navtest li#nav-restaurants1 {
	right: 0px;
	width: 106px;
}

#navtest li#nav-restaurants1 a:hover {
	background: url(nav_new.gif) -276px -31px no-repeat;
}

#sub-navflea {
	overflow: hidden;
	background: #F5F2ED;
	height: 28px;
	color: #000000;
	font-weight: bold;
}

#sub-navflea a { color: #000000; font-weight: bold;}
#sub-navflea a:hover { text-decoration: none; font-weight: bold;}




/* GALLERY */

.galleryEaseDisplayed {
	display: table;
	margin: auto;
	text-align: center;
        padding-bottom: .5em;
}
.galleryWrapper {
	display: cell;
}
.galleryImage {
	display: block;
	margin: 0 auto;
}
.galleryNavigation {
	clear: both;
	margin: 0 auto;
}
.galleryEasePrev {
	float: left;
}
.galleryEaseNext {
	float: right;
}
.galleryEaseThumbs {
	clear: both;
	margin: 0 auto;
	display: block;
	text-align: center;
}
/* --- RESTAURANT RATINGS BAR STYLES --- */
.ratings-bar { 
	background: #e6f1ff; 
	height: 20px; 
	float: left;
	}
ul.comment-ratings li {
	margin-right: 5px;
	margin-top: 0;
	float: left;
	list-style-type: none;
	padding-left: none;
}
ul.comment-ratings label {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}
.ratings-container-100, .ratings-container-80, .ratings-container-50 {
	position: relative; 
	display: block;
	width: 102px;
	border: 1px solid #dbcfc5;
	overflow: hidden;
	background: #fff;
}
/* ie6 hack - for absolute positioning bug */
* html ul.comment-ratings{
	zoom: 1;
}
.ratings-container-80 {
	width: 82px;
}
.ratings-container-50 {
	width: 52px;
}
.ratings-value {
	position: absolute; 
	right: 5px;
	font-size: 9px;
}
/* --- widget styles --- */
.widget {border-bottom: 1px solid #eee7dd;clear: both;padding-bottom: 15px;}

.widget h4 {
	color: #91512d;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #eee7dd;
	padding-bottom: 5px;
}
.widget span.restaurant-name a{
	font-size: 14px;
	font-weight: bold;
	color: #c63e06;
	text-decoration: none;
}
.widget span.added {
	font-size: 10px;
	color: #999;
	font-style: italic;
}
/* --- Essentials widget styles - FOR RESTAURANT INFO --- */
#essential {
	float: left;
	padding-bottom: 10px;
	}
#essential h4 {font-size: 12px;}
#essential h5, #essential h5 a {
	font-size: 12px;
	font-weight: bold;
	color: #c63e06;
	border-bottom: 0;
	margin-bottom: 0;
	text-decoration: none;

}
#essential h6{
	font-size: 11px;
	color: #c63e06;
	margin-bottom: 0;
}
#essential dl {
	float: left;
	width: 350px;
	color: #999;
	font-size: 11px;
	margin-top: 0;
	line-height: 20px;
}
#essential dt {
	font-weight: bold;
	float: left;
	clear: left;
}
#essential .score {
	float: left;
	background: #f5f2ed;
	padding: 15px 15px 25px 15px;
	margin: 0 15px 10px 10px;
}
#essential .score-label {
	display: block;
	text-align: center;
	color: #91512d;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 5px;
}
#essential ul.comment-ratings {
	clear: both;
}
#essential .score-number {
	font-size: 36px;
	font-weight: bold;
	color: #c63e06;
	display: block;	
	text-align: center;
}
#essential .menu-icon { float:right;margin-right: 50px;}

/* --- latest restaurants widget styles */
.widget#latest {
	margin: 10px 15px;
}
#latest ul {
	padding-left: 0;
	margin-left: 0;
}
#latest ul li {
	list-style-type: none;
	clear: left;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}
#latest ul li img {
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
}
#latest ul li .cleardiv {
	clear: left;
}
/* for header */
#menu-gallery h1 {
	width: 100%;
	background: #6b371f url('http://www.brownstoner.com/images/skinny-masthead.jpg') top left no-repeat;
	font-size: 1px;
	line-height: 52px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
/* --- comment profile styles for Restaurant Reviews -- */
.comment.review {
	background: #f5f2ed;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	margin: 15px 0;
	border: 0;
	padding-bottom: 15px;
}
.comment.review h5 {
	border-bottom: 0;
	background: #fff url('http://www.brownstoner.com/restaurants/images/featured_comment_bkgnd.gif') bottom left no-repeat;
	padding-bottom: 20px;
	margin-bottom: 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.comment.review h5 a {
	color: #c63e06;
	text-decoration: none;
}
.comment.review h5 span {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.comment.review .review-body {
	background: url('http://www.brownstoner.com/restaurants/images/quote_upper.gif') top left no-repeat;
	margin: 15px 8px 10px 8px;
	padding: 0 20px 0 35px;
}
.comment.review ul.comment-ratings {
	padding: 20px 0 0 0;
	background: url('http://www.brownstoner.com/restaurants/images/quote_lower.gif') bottom right no-repeat;
}
.comment.review p.posted {
	padding-top: 10px;
}
.comment.review .comment-no-ratings {
	background: #f5f2ed url('http://www.brownstoner.com/restaurants/images/quote_lower.gif') bottom right no-repeat;
	padding-top: 20px;
}
.comment.review .cleardiv {
	clear:both;
}


