/*  
Theme Name: bm2
Theme URI: http://www.bostonmunch.com
Description: Restaurant blog and deals for restaurants around the city of boston 
Author: She Said He Said Media LLC.
Author URI: http://www.bostonmunch.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}
html {
	background-color:#2b4f00;
	background-image:url(images/green.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position-x: 50%;
	background-position-y: 0%;
}
body {
	font-family:"Trebuchet MS",Tahoma,Arial;
	background: transparent;
	color: #333;
	/*background: #9A8620 url(images/green.jpg) no-repeat; */
	/* #2b4f00 */
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #FF9900;
	text-decoration:none
	}

a:hover, a:active {
	color: #FF9900;
	text-decoration:none;
	}

a img {
	border:0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
.clear {
	clear:both;
}	

blockquote {
	width:200px;
	padding: 10px 10px 0 10px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: #ccff99;
	float:right;
	font:1.0em Georgia;
	line-height:1.5em;
	margin:10px 0px 10px 10px;
	}

select {
	width: 130px;
	}	



/* Structure */


#page {
	width:1024px;
	margin:15px auto;
	padding:0px;
	background:#fff;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Header*/
.nav {
	margin-top:5px;
	font-size:14px;
	line-height:6px;
	}
	
.nav li a:link, .nav li a:visited  {	
	color:#FFF;
}
span.nav2 a:link, span.nav2 a:visited  {	
	color:#FFF;
}

.nav-bar {
	background:#003399;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	height:26px;
	display:block;
	margin-bottom:10px;
	}
.nav-bar span {
	float:right;
		margin-top:7px;
	font-size:13px;
	line-height:6px;
	margin-right:7px;
	}

.nav-bar span a {
	color: #333;
	}

/* Text*/

h1 {
	font:3.0em;
	font-weight:bold;
	}

h2 {
	font:2.3em;
	padding-bottom:10px;
	}

h3 {
	font:1.3em ;
	margin-bottom:3px;
	color:#009933;
	}

h4 {
	font:1.0em;
	}

h3#respond {
	border-top:1px dotted #ccc;
	margin-top:25px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

/* Content*/

#logo {
	width:350px;
	margin-top:11px;
	}

#logo .webtitle {
	border-bottom:1px solid #bbb;
	letter-spacing:-0.05em;
	line-height:30px;
	}
#logo .webtitle a:link, #logo .webtitle a:visited {
	color:#FF9900;
}	
#logo .description {
	font-size:0.7em;
	color:#bbb;
	text-transform:uppercase;
	letter-spacing:-0.05em;
	float:right;
	}

#content {
	width:700px;
	float:left;
	font-size:13px;
	}
#content-front {
	width:530px;
	float:left;
	font-size:0.8em;
}		
#allaside {
	display:block;
	width:530px;	
}		
#allaside h3{
	font-size: 100%;
	margin:0;
	padding: 0 0 3px 5px;
	background:#9ACD32;
	color: #333;
	text-align: Left;
	font-weight:bold;
}

#aside h3 {
	background: #fff;
	text-align:left;
}
#allaside li {
	list-style:none;
}	
#aside {
	padding:10px 10px 37px 10px;
	line-height: 16px;
	}	

#aside .clearfloat {
	margin:0px 0px 10px 0px;
	border-bottom:2px dotted #ccc;
	}
.clearfloat a:link, .clearfloat a:visited {
	color:#003399;
}
.clearandspace {
	clear:both;
	margin: 0 0 15px 0;
}	

#aside-1 {
	width:260px;
	float:left;
	padding:0px;
	height:auto;
	background:#eee;
	font-size:0.9em;
	line-height: 1.3;
	}
	
#aside-2 {
	width:190px;
	float:left;
	padding:10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}

#aside-3 {
	width:260px;
	float:right;
	padding:0px;
	height:auto;
	background:#eee;
	font-size:0.9em;
	}
 
#aside-1 img, #aside-2 img, #aside-3 img {
	border:0px solid #ccc;
	float:left;
	margin:4px 8px 2px 0px;
	}

#aside img, #archive img {
	border:0px solid #ccc;
	float:left;
	margin:4px 10px 15px 0px;
	}

#aside p {
	margin-top:4px;
	}

#aside-1 p, #aside-2 p, #aside-3 p, #archive p {
	margin-top:0px;
	height:69px;
	}

.title
	{
	font:1.5em Arial;
	line-height:1.0em;
	font-weight:bold;
	}

.author, .author a {
	font:0.9em Arial;
	color:#777;
	text-transform:uppercase;
	}
.author a:link, .author a:visited {
	color:#FF9900;
}	

.meta, .meta a {
	font-size:0.9em;
	}
.meta a:link, .metaa:visited {
	color:#FF9900;
}	
#aside h3 a, #aside-1 h3 a, #aside-2 h3 a, #aside-3 h3 a {
	font:10px Arial;
	color:#333;
	}

.post, #archive {
	padding:10px;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	text-align:justify;
	}

.post .title {
	font-size:2.3em;
	margin:3px 0px 3px 0px;
	}

.post ul, .post ol {
	margin-bottom:15px;
	}

.post ul li {	
	list-style:none;
	margin-left:10px;
	}

.post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post .ads {
	margin-top:10px;
	}

#top_banner {
	margin:5px 0px 15px 0px;
	}

#stats {
	float:right;
	border:0px dotted #ccc;
	margin:0px 0px 10px 10px;
	padding:4px;
	font:0.8em;
	width:140px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:left;
	}

#stats span {
	border-bottom:1px dotted #ccc;
	padding: 8px 4px 8px 4px;
	}

#stats span a {
	color:#333;
	}

#archive .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

#writer img  {
	margin:0px 10px 15px 0px;
	border: 1px solid #ccc;
	float:left;
	}
	
#leftbar {
	float:left;
	width:150px;
	font-size:0.7em;
	margin-right:10px;
}
#leftbar h3 {
	font:14px Arial;
	font-weight:bold;
	color:#333;
	padding:0px 0px 2px 5px;
	margin:0 0 0 5px;
	border-bottom:1px dotted #ccc;	
	background:#9ACD32;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}

/* Sidebar*/
#sidebar {
	width:322px;
	float:right;
	font-size:0.7em;
	margin:0px;
	}

#sidebar, #leftbar li {
	list-style:none;
}
.pulse {
	list-style-type:none;
	list-style-position:inside;
	margin:0 0 0 8px;
	padding:0px;
}

#sidebar h3 {
	font:14px "Trebuchet MS",Tahoma,Arial;
	font-weight:bold;
	color:#333;
	padding:0px 0px 2px 5px;
	margin-top:0px;
	border-bottom:0px dotted #ccc;	
	background:#9ACD32;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}

#sidebar-top {
	width:300px;
	height:auto;
	float:right;
	margin:0px 0px 10px 0px;
	padding:0px 10px 10px 10px;
	border:0px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}	
 #sidebar-middle {
	width:300px;
	float:right;
	margin:0px 0px 00px 0px;
	padding:0px 10px 0px 10px;
	border:0px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

#sidebar-bottom {
	width:322px;
	float:right;
	margin:0px 0px 10px 0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

#sidebar-tabs {
	width:322px;
	border:0px solid #ccc;
	float:right;
	padding:0px;
	margin-bottom:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

#sidebar-left {
	width:135px;
	border:2px solid #ccc;
	padding:0px 10px 10px 10px;
	float:left;
	}

#sidebar-right {
	width:135px;
	border:2px solid #ccc;
	padding:0px 10px 10px 10px;
	float:right;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin:0 0 0px 0px;
	padding:10px;
	border:0px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

/* Form Elements */

select {
	background:#bbb;
	border:1px dotted #ccc;
	width:156px;
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	border:1px solid #ccc;
	background:#fff;
	font-size:1.0em;
	}

#search .button {
	padding: 1px;
	border:1px solid #ccc;
	background:#fff;
	font-size:0.7em;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

#comments {
	padding:0 10px 10px 10px;
	}

.commentlist li {
	margin: 5px 0 3px;
	padding: 0px 15px 8px 15px;
	list-style: none;
	background:#f2f2f2;
	border-top: 1px dotted #ccc;
	}

.commentlist_author li {
	margin: 5px 0 3px;
	padding: 0px 15px 8px 15px;
	list-style: none;
	background:#ccff99;
	border-top: 1px dotted #ccc;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentlist cite, .commentlist_author cite {
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	


/* Footer*/


#footer {
	margin: 25px 0 auto 145px;
	width: 910px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* sidebar-tabs */


#sidebar-tabs ul.tabs {
	display: block;
	padding: 0;
	margin-left: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	z-index: 5500;
/*\*/	vertical-align: middle;/*\*/
	font-family: Arial, Helvetica, sans-serif;
	}
		
#sidebar-tabs ul.tabs li {
	margin: 0;
	display: block;
	float: left;
	background-color: #FFCC66;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	white-space: nowrap;
	padding: 4px 7px 3px 7px;
	z-index: 6000;
	background-image: none;
	}
		
#sidebar-tabs ul.tabs li.selected {
	background-color: #fff;
	border-bottom: none;
	z-index: 9998;
	padding: 4px 7px 4px 7px;
	}
		
#sidebar-tabs div.tabContent {
	clear: both;
	border-top:0px solid #ccc;
	padding: 15px;
	_padding: 15px 15px 15px 15px;
	margin: 0;
	display: none;
	}
		
#sidebar-tabs div.tabContent.tabContentActive {
	display: block;
	}
		
#sidebar-tabs div.tabContent ol {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
#sidebar-tabs div.tabContent ol li {
	_padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#sidebar-tabs div.tabContent ul {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
#sidebar-tabs div.tabContent ul li {
	_padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	}
		

/* Most Popular Module */


#mostPopWidget, #tabsContainer {
	position: relative;
	top: 1px;
	_top: 0;
	left: 0px;
	_left: 0;
	_height: 14px;
	_padding-top: 6px;
	display: block;
	}


#mostPopWidget ul.tabs {
	font-size: 10px;
	_position: absolute;
	top: 0;
	}
					
#mostPopWidget ul.tabs li {
	position: relative;
	top: 0; 
	padding-left: 4px;
	padding-right: 5px;
	_padding-bottom: 2px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius-topleft:4px;
	-webkit-border-radius-topright:4px;
	}
		
#mostPopWidget ul.tabs li.selected {	
	_padding-bottom: 3px;
	}	
				
#mostPopWidget ul.tabs li:first-child {
	border-left-width: 1px;
	padding-left: 4px;
	}
					
#mostPopWidget  ul.tabs li a {
	color: #333333;
	}			

#mostPopWidget ol li {
	padding-left:2px;
	margin-left:25px;
	list-style-type: decimal;
	line-height:115%;
	}

#mostPopWidget ul li {
	padding-left:2px;
	margin-left:25px;
	list-style-type:square;
	line-height:115%;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

/* Animation*/

#slideshow .clearfloat {
	border:2px dotted #ccc;
	margin-bottom:10px;
	}

#slideshow .title
	{
	font:1.9em "Trebuchet MS",Tahoma,Arial;
	line-height:1.0em;
	font-weight:bold;
	color:#003399;
	}

#control {
        padding: 0px 0px 0px 15px; 
	}

#control img {
        margin: 0;
        padding: 0;
	}

#control span a {
	font:0.9em Arial, Verdana, Helvetica;
        border-right: 1px dotted #ccc;
        border-left: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        padding: 0 3px 0 3px;
        text-decoration: none;
	}
#control a:link, #control a:visited {
	color:#0000FF;
}		

#control .cntrl_active {
	background-color: #FFCC66;
	}

#control .cntrl_active a {
	color: #fff;
	}

#feature_1 img, #feature_2 img , #feature_3 img, #feature_4 img  {
	margin:0px 10px 15px 0px;
	border: 0px solid #ccc;
	float:left;
	padding:5px;
	background:#fff;
	}

#feature_1 p, #feature_2 p, #feature_3 p, #feature_4 p  {
	margin-top: 4px;
	}	
.thefoto {
	width:200px;
	height:190px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.fotobk {
	width:203px;
	height:193px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
	background:#fff;
	display:block;
	float:left;
	margin-right:15px;
}
.thefoto2 {
	width:90px;
	height:80px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	float:left;
	margin-right:15px;
}
.thefoto3 {
	width:45px;
	height:40px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

}
.fotobk3 {
	width:46px;
	height:41px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
	background:#fff;
	display:block;
	float:left;
	margin-right:15px;
}
.rotp {
	width:280px;
	float:left;	
}
.rotp3 {
	width:240px;
}
.page_item {
	border-right: 1px solid #ccc;
	float:left;
	list-style:none;
	display:inline;
	padding:5px;
	font-weight:bold;	
}

.main_cent {
	height: 100%;
	text-align: left;
	width:700px;
	float:left;
	
}
.theposts {
	font-size:13px;
	margin-right:15px;
	*margin-right:5px;
	
}
.posting {
	margin-bottom:15px;
	*width:99%;
}
.inner2 {
	padding:15px;
	height:190px;
	
}
.inner {
	padding:15px;
}	
.aside-inner {
	height:205px;
	padding:15px;
}
.inside {
	background-color:#eeeeee;
	width:99%;
	height:70px;
	display:block;
	clear:both;
}	

.links a {
	text-decoration: none;
	color: #666;
}

.links a:hover {
	color: #666;
	text-decoration: none;
}

.links .comment {
	display: block;
	float: left;
	background: url(images/icons/comment.gif) no-repeat left center;
	padding-left: 20px;
	margin-right: 20px;
	font-size:11px;
	color:#ff9900;
}

.links .feed {
	display: block;
	float: left;
	background: url(images/icons/feedicon.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 20px;
	font-size:11px;
}

.cat {
	font-size:11px;
	margin-bottom:5px;
}
.cat a:link, .cat a:visited {
	color:#FF9900;
}	

.links .cat {
	display: block;
	float: left;
	background: url(images/categories.jpg) no-repeat left center;
	padding-left: 20px;
}
.content_txt h2 a {
	color: #ff9900;
	text-decoration: none;
}
.restlist {
	margin:0 0 0 15px;
}
.restlist a:hover {
	color:#FF9900;
}
.rp {
	border-bottom: 1px #ccc dotted;
	height:100%;
	padding:5px 0 10px 0;
	width:100%;
}
.vote {
	
	line-height:1.5em;
	margin-left:500px;
}
.votesbox {
	float:none;
	display:block;
	margin-left:470px;
	margin-right:10px;
	border: none 1px #999999;
	width:245px;
}
div.votebox img {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader 
	(src='images/463px-Symbol_thumbs_up.svg.png',sizingMethod='scale');
	width:30px;
	height:38px;
}
.vote_percentage {
	font-size:2.1em;
	font-weight:bold;
	vertical-align:text-bottom;
}	
.head {
 	width:350px;
 	float:left;
}
.rp {
	border-bottom: 1px gray dotted;
	height:100%;
	padding:5px 0 10px 0;
	width:100%;
}
.adb {
	font-size:11px;
}
.error {
	display:none;
	background-color:red;
	color:white;
	padding:1px;	
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.logo {
	float:left;
	margin-left:8px;
}

#slideshow{
	background: #eee;
	min-height:185px;
	display:block;
	margin-bottom:10px;
}
.widget_style {
	vertical-align: top;
	text-align: left;
	padding: 0;
}
.cats_head_bg {
	vertical-align: top;
}

.widget_style ul {
	margin: 0;
	padding: 15px 0 15px 3px;
}

.widget_style li {
	list-style: none;
	vertical-align: top;
	line-height: 1.51em;
	color: #60000f;
	margin: 0;
	padding: 0 0 0 14px;
}

.widget_style ul li a {
	text-decoration: none;
	color: #60000f;
}

.widget_style li a:hover {
	color: #cc000b;
	text-decoration: none;
}

.menu {
	list-style: none;
	margin: 0 0 0px 6px;
	padding: 0;
}
.menu li {
	float: left;
	font: 13px "Trebuchet MS",Tahoma,Arial;
	margin: 0;
	padding: 0;
}
.menu a:link, .menu a:visited {
	color: #ccc;
	display: block;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
}
.menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}
#menu a.current_page_item  {
	background:#2580a2 url(images/hover.gif) bottom center no-repeat;
	color: #fff;
}
.current_page_item a {
	color: #2E331C;
	background:#2580a2 url(images/hover.gif) bottom center no-repeat;
}
.current_page_item {
	/* background-color:#EEEEEE;
	border:1px solid #CCCCCC; */
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
.dcol1 {
	width:80px;
	padding:3px;
}
.dcol2 {
	width:90px;
	padding:3px;
}
.dcol3 {
	padding:3px;
}	
#todaydeals {
	margin: 0 0 0 0px;
}
.sociable ul {
	display:inline;	 
}
.sociable li {
	float:left;
	list-style: none;
	margin:0px;
	padding:0px;
}
div.sociable {
	margin:0;
	clear:both;	
}
img.opentable {
	border:1px solid #ccc !important;
	margin: 0 !important;
}
.aside_post {
	height:182px;
}
.pix7space {
	clear:both;
	display: block;
	height: 7px;
	width: 2px;
}
.bottom-right {
	float:left;
}
.facets {
	float:left;
}
#loading {
	display:none;
}
