/* Basics 
------------------------------------ */

/* reset browser default style http://meyerweb.com/eric/thoughts/2007/04/18/reset-reasoning/ */
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, p, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html { /* http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%; margin-bottom: 1px;
}

body {
	background: #890000 url("../images/red_gradient_01.png") repeat ;
	text-align: center;
	margin: 10px 0 15px 0;
	padding: 0 0 15px 0;
}

a img { border: 0; }
strong { font-weight: bold; }
em { font-style: italic; }

/* BASIC Typography 
------------------------------------ */

a:link, a:visited {
	color: #00a8ec;
	text-decoration: none;
}

a:hover, a:active { text-decoration: underline; }

p, li, blockquote, .homepage p, h2, h5, label, input, form, textarea  {
	font-family: Arial, 'Helvetica Neue', Helvetica, Verdana, sans, 'sans serif';
	font-size: 13px;
	color: #3c3d3d;
	line-height: 17px;
}

.post, .individualPost { /* to capture text in blog posts that for some reason aren't wrapped in p tags */
	font-family: Arial, 'Helvetica Neue', Helvetica, Verdana, sans, 'sans serif';
	font-size: 13px;
	color: #3c3d3d;
}
	
p { padding: 0 0 10px 0; margin: 0; }

h1 { font-size: 17px; }

h2 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 8px;
	text-transform: uppercase;
	color: #669933;
	line-height: 17px;
}

h3, h4 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	color: #3B3B3B;
}

h3 { font-size: 23px; line-height: 25px; }

h4 { font-size: 20px; line-height: 23px; }

h3 a:link, h4 a:link, h3 a:visited, h4 a:visited { color: #353535; }

#TwoColumnLeft .post h2, #TwoColumnLeft .post h4, #TwoColumnLeft .individualPost h2, #TwoColumnLeft .individualPost h4 {
	border:none;
	color: #3c3d3d;
	text-transform: uppercase;
	font-family: Arial, 'Helvetica Neue', Helvetica, Verdana, sans, 'sans serif';
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	margin:0;
	padding: 0;
	margin-bottom: 8px;
}

h5 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

h5.restname {
	text-transform:uppercase;
}

blockquote {
	padding: 0 10px 0 10px;
	margin: -10px 10px 10px 10px;
	border-left: 1px solid #00a8ec;
	color: #333;
}

.post blockquote p, .individualPost blockquote p { padding: 0; margin-top: 10px;}

ul, ol {
	margin-left: 20px;
	padding: 0 0 10px 10px;
}

/* Basic Layout (top to bottom)
------------------------------------ */

#container {
	width: 961px;
	padding: 0;
	margin: 0 auto 20px auto;
	text-align: left;
}

#header {
	width: 961px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#topHeader {
	width: 960px;
	margin: 0;
	min-height: 120px;
	background: #E86C0B url("../images/header.jpg") repeat-x bottom left;
	float: left;
	position: relative;
}

#navBar {
	width: 961px;
	margin: 0;
	padding: 0;
	min-height: 22px;
	background: #820000 ;
	float: left;
	display: inline;
	position: relative;
}

ul#simple-menu {
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:11px 0 0 0;
}

ul#simple-menu li {
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
}

ul#simple-menu li.left {
	margin:0;
}

ul#simple-menu li a {
	display:block;
	float:left;
	color:#fff;
	background:#820000;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
}

ul#simple-menu li a.right {
	padding-right:19px;
}

ul#simple-menu li a:hover {
	background:#F78600;
}

ul#simple-menu li a.current {
	color:#F78600;
	background:#fff;
}

ul#simple-menu li a.current:hover {
	color:#890000;
	background:#fff;
}

#content {
	background: #fff;
	width: 901px;
	padding: 20px 30px 20px 30px;
	margin: 0;
	float: left;
	position: relative;
	min-height: 400px;
}

/* MAIN NAV AND SEARCHBOX
------------------------------------ */

#navContainer {
	width: 825px;
	height: 36px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	bottom: 0;
}

ul#navigation /* drop the nav to the bottom */ {
	position: absolute;
	left: 28px;
	bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 93%;
	display: inline;
}

#navigation li {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: inline;
}

#navigation li a {
	padding: 5px 12px 5px 12px;
	background-color: #902A1F; /* unselected tab background color */
	color: #fff; /*  unselected tab link color */
	margin: 0 3px 0 0; /* spacing between tabs */
	text-decoration: none;
	float: left;
	display: inline;
}

#navigation a:hover {
	background: #fff;
	color: #4E7329;
}

#home a.home, #home a:hover.home, #blog a.required_eating, #blog a:hover.required_eating,  #videos a.videos, #videos a:hover.videos, #eating_out a.eating_out, #eating_out a:hover.eating_out, #recipes a.recipes, #recipes a:hover.recipes {
	color: #4E7329;
	background: #fff url(../imagesV2/nav/navBite.png) no-repeat;
}

#talk a.talk, #talk a:hover.talk {
	color: #4E7329;
	background: #F7D338 url(../imagesV2/nav/navTalkBite.png) no-repeat;
}

ul#navigation em {
	color: #E0401F;
	font-style: normal;
}

#search {
	padding: 8px 30px 0 0;
	margin: 0;
	float: right;
	right: 0;
}

#searchBox {
	margin: 0 3px 0 0;
	padding: 0;
	width: 220px;
	height: 17px;
	vertical-align: top;
}

#searchButton { margin: -1px 0 0 0 }

/* TWO COLUMN SETUP
------------------------------------ */

#TwoColumnLeft {
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
}

#TwoColumnLeft, .indexTalkPost {
	width: 660px;
}
	
#TwoColumnRight {
	width: 180px !important; 
	padding: 0;
	margin: 27px 0 0 30px;
	float: left;
	display: inline;
}

#TwoColumn3 /* AD SPACE */ {
	width: 160px;
	padding: 0;
	margin: 27px 0 0 27px;
	float: left;
	display: inline;
}

#featuredRight2Columns, #featuredRight2Columns2 /* spans across the right two columns */ {
	width: 368px;
	padding: 0;
	margin: 24px 0 0 30px;
	float: left;
}

/* exceptions to make things pretty, complicated */

#talk #featuredRight2Columns { margin-top: 0 }

#content .indEntrySquare { margin-top: 0 }

.indexes #TwoColumnRight, .indexes #TwoColumn3 { margin-top:0 } 


/* TWO COLUMN SETUP
------------------------------------ */

#TwoColumnLeft {
	width: 660px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
}

#TwoColumnRight /* AD SPACE */ {
	width: 205px;
	padding: 0;
	margin: 0 0 0 30px;
	float: left;
	display: inline;
}

/* PAGE HEADERS
------------------------------------ */

#pageHeader.headerHome {
	width: 901px;
	height: 56px;
	background: url(../imagesV2/headers/home.png) no-repeat;
	margin-bottom: -12px;
}

#pageHeader, #pageHeader a, #pageHeader1, #pageHeader1 a, #pageHeader2, #pageHeader2 a {
	width: 450px;
	height: 34px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#pageHeader, #pageHeader1, #pageHeader2 { text-indent: -9000px; }
#pageHeader a, #pageHeader1 a, #pageHeader2 a { overflow: hidden; } 


.headerTalk, .headerTalk a { width: 90px !important;}
.header_talk_food_and_drink a, .header_talk_in_the_kitchen a, .header_talk_eating_out a, .header_talk_site_talk a { width: 300px !important;}

.headerRecipes a { width: 142px !important;}
.headerBlog a { width: 294px !important;}

.headerAboutUs { background: url(../imagesV2/headers/aboutUs.png) no-repeat }
.headerAdvertise { background: url(../imagesV2/headers/advertise.png) no-repeat; margin-left:-2px !important; }
.headerBakingWithDorie { background: url(../imagesV2/headers/bakingWithDorie.png) no-repeat; width: 360px !important; }
.headerBlog { background: url(../imagesV2/headers/blog.png) no-repeat; width: 294px !important; }
.headerCocktailConcoctions { background: url(../imagesV2/headers/cocktailConcoctions.png) no-repeat; width: 397px !important; }
.headerContactUs { background: url(../imagesV2/headers/contactUs.png) no-repeat; margin-left:-2px !important; }
.headerContestRules { background: url(../imagesV2/headers/contestRules.png) no-repeat; 	width: 441px !important ; }
.headerDinnerTonight { background: url(../imagesV2/headers/dinnerTonight.png) no-repeat; width: 314px !important }
.headerEatingOut { background: url(../imagesV2/headers/eatingOut.png) no-repeat; margin-left:-2px !important; }
.headerLogin { background: url(../imagesV2/headers/login.png) no-repeat }
.headerMario { background: url(../imagesV2/headers/mario.png) no-repeat; margin-left:-2px !important; }
.headerMeatloaf { background: url(../imagesV2/headers/meatloaf.png) no-repeat; margin-left:-2px !important; width: 635px !important; }
.headerPrivacy { background: url(../imagesV2/headers/privacy.png) no-repeat; margin-left:-2px !important; }
.headerQuickBites { background: url(../imagesV2/headers/quickBites.png) no-repeat }
.headerProfile { background: url(../imagesV2/headers/profile.png) no-repeat }
.headerRecipes { background: url(../imagesV2/headers/recipes.png) no-repeat; width: 142px !important }
.headerSearch { background: url(../imagesV2/headers/search.png) no-repeat }
.headerSignUp { background: url(../imagesV2/headers/signUp.png) no-repeat }
.headerSignUpNewsletter { background: url(../imagesV2/headers/newsletters.png) no-repeat }
.headerStartTalking { background: url(../imagesV2/headers/startTalking.png) no-repeat }
.headerTags { background: url(../imagesV2/headers/tags.png) no-repeat; margin-left:-2px !important;  }
.headerTalk { background: url(../imagesV2/headers/talk.png) no-repeat; margin-left:-2px !important; width:90px !important; }
.header_talk_food_and_drink { background: url(../imagesV2/headers/talkFoodandDrink.png) no-repeat }
.header_talk_in_the_kitchen { background: url(../imagesV2/headers/talkKitchen.png) no-repeat }
.header_talk_eating_out { background: url(../imagesV2/headers/talkEatingOut.png) no-repeat; }
.header_talk_site_talk { background: url(../imagesV2/headers/talkSiteTalk.png) no-repeat }
.headerThanks { background: url(../imagesV2/headers/thanks.png) no-repeat }
.headerTerms { background: url(../imagesV2/headers/terms.png) no-repeat; margin-left:-2px !important; }
.headerVideos { background: url(../imagesV2/headers/videos.png) no-repeat; margin-left:-5px !important; }
.headerYourProfile { background: url(../imagesV2/headers/yourProfile.png) no-repeat; margin-left:-2px !important; }
.headerWelcome { background: url(../imagesV2/headers/welcome.png) no-repeat; margin-left:-2px !important; }

#pageHeaderBlock { margin-bottom: 20px }

#talk #pageHeaderBlock { margin-top: -5px }

h3#subhead, h3#talkSubhead, h3#talkHomeSubhead  {
	float:left;
	font-family: Arial, 'Helvetica Neue', Helvetica, Verdana, sans, 'sans serif';
	font-size: 15px;
	font-weight: normal;
	color: #669933;
	line-height: 17px;
	padding: 2px 0 0 0;
	margin-top: -5px
}




/* CONTENT
------------------------------------ */

/* features , callout boxes
/* need to reorganize this a bit 
------------------------------------ */

.feature {
	margin: 0 0 0 0;
	position: relative;
	padding: 12px 12px 10px 12px;
	background: #FCFBDC url(../imagesV2/todaysSpecialsBG3.png) bottom repeat-x;
	border: 1px dotted #C6D18E;
}

.feature iframe { margin-bottom: 5px; }

.feature .photo-left { padding-bottom: 0; }

.feature h2 { padding-bottom: 3px   }

.feature h3 { font-size: 19px; line-height: 21px;}

.feature p, .feature li, #ShopNowFor p {
	color: #6e5e2c;
	margin-bottom: 0;
	padding-bottom: 0;
}



.feature .byline, #ShopNowFor .byline {
	color: #6e5e2c;
	margin: 3px 0 2px 0;
}

#homeVideoFeature h4 { margin-top: 8px; }



#ShopNowFor {
	margin: 0 0 30px 0;
	background: #FCFBDC ;
	border: 1px dotted #C6D18E;
	padding: 6px 10px 10px 10px;
}

#ShopNowFor h2 {
	padding-top: 3px;
	color: #983e1e;
	padding-bottom: 0px; 
	font-size: 12px;
	line-height: 14px;
}

#ShopNowFor h4 {
	padding-top: 3px;
	padding-bottom: 0;
	font-size: 17px;
	line-height: 19px;

}


/* CALL OUT BOXES */
.callOutBox {
	background: #f8f5e0 url(../imagesV2/todaysSpecialsBG3.png) bottom repeat-x;
	margin-bottom: 20px;
	padding: 10px;
	border: #BEC1A4 solid 1px;
}

.callOutBox textarea {
	width: 150px;
	margin-bottom: 10px;
}

#whyRegister ul { margin: 8px 0 -4px 10px }
#whyRegister li { padding-bottom: 8px }

 
 
 
 
#QOTD {
	margin: 0 0 25px 0;
	min-height: 1px;
	padding: 10px 10px 8px 9px;
}

#QOTD h4 { font-size: 16px; line-height: 19px; }

#QOTD h2, #QOTD h2 a { font-size: 11px; color: #983e1e; padding-bottom: 2px; line-height: 14px; }

#QOTD .postFooter { margin: 4px 0 0 0; }

#QOTD #text {
	width: 97%;
	height: 60px;
	font-size: 12px;
	line-height: 13px;
	margin: 5px 0 8px 0;
}

#QOTD #comment-post { 
	float:right;
	font-size: 13px; 
	/*margin: 0 0 -2px 0; width:120px; */  
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
}

#QOTD span {
	margin: 0 0 8px 0;
	padding: 0;
	color: #AD1414;
	line-height: 13px;
	font-weight: bold;
	display: block;
	font-size:11px;
}



 
 /* COLUMN2 LIST */
 
.column2List2 {
	margin-bottom: 25px;
	min-height: 1%;
	position: relative;
	border: 1px #DCDFE1 solid;
	border-top: none;
	padding:0; 
}

.heading {
	min-height: 1px;
	position: relative;
	background: #FAF9DC url(../imagesV2/column2List/headerBG.png) bottom repeat-x;
	border-top: 1px #DCDFE1 solid;
	display:block;
	margin: 0; padding: 0
}

.column2List2 .heading h4 { 
	color: #4B4B4B;
	font-size:14px;
	line-height: 15px; 
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	text-transform: none;
	padding: 6px 10px 7px 9px;
	margin-right: 7px; 
	border: none; 
}

.column2List2 p  {
	padding: 8px 7px 6px 9px;
	font-size: 12px; 
	line-height: 16px; 
	border-top: 1px dotted #D0DEE6;
	color: #727272;
}

.column2List2 .postFooter {
	padding: 0 7px 6px 9px;
	margin: -5px 0 0 0;
	border: none;
	font-size: 11px; 
}

.column2List2 .byline {
	display: block;
	padding-bottom: 1px;
	font-size: 10px
}

/* multiview specifics */

#multiview .heading { cursor:pointer }

#multiview .heading h4 { background: url('../imagesV2/column2List/column2ListArrowRight.png') no-repeat right center }

#multiview .selected h4 { background: url('../imagesV2/column2List/column2ListArrowDown.png') no-repeat right center }

#multiview .selected { cursor:default }

#multiview a:link, #multiview a:visited, #multiview a:hover, #multiview a:active { color: #727272 }

#multiview .postFooter a:link, #multiview .postFooter a:visited, #multiview .postFooter a:hover, #multiview .postFooter a:active { color: #00a8ec; font-weight: normal }

/* column2list tweaks */

#blogRoll1 ul {
	list-style: none;
	padding: 0;
	margin: 10px 8px 4px 10px
}

#blogRoll1 li { 
	font-size: 12px; 
	line-height: 14px;
	padding-bottom: 8px
}

#multiview #recentlyCommentedOn1 h4 { font-size: 14px } 
 
 
 

/* blog index and individual css */

.post, .indexTalkPost, .adspaceBlog, #TwoColumnLeft h2 {
	border-bottom: 1px dotted #C6D18E;
	position: relative; /* this is for ie 6 so it can display borders properly */
	margin-bottom: 15px;
}

#TwoColumnLeft h2.noText { line-height: 1px; padding: 0; height:1px }

#TwoColumnLeft .individualPost .adspaceBlog {
	border-bottom: 0;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	background: #fff;
}

.post { padding: 0 0 15px 0; }
.post h3 { padding-bottom: 4px; }
.individualPost p { line-height: 18px; }
.individualPost h3 { padding-bottom: 4px; }
.individualPost .postFooter { margin-bottom: -7px; }

/* talk posts for home page only */
.indexTalkPost {
	min-height: 45px;
	background: #FCFBDC ;
	/* note! this background gets knocked out in ie6 */
	padding: 10px 0 10px 0;
	margin-top: -15px
}

h4.talkStar {
	width: 58px;
	height: 58px;
	padding: 0;
	margin: -5px 0 0 -20px;
	float: left;
	background: url(../images/pighead-741854.jpg) no-repeat 0 0;
	text-indent: -9000px;
	display: inline;
}

.indexTalkPost h3 {
	padding: 0 8px 2px 48px;
	margin: 0;
}

.indexTalkPost .postFooter {
	margin: 2px 10px -10px 47px;
	color: #6e5e2c;
}

/* /talk posts for home page */
p.byline, p.postFooter, p.caption, p.externalPost, small {
	font-size: 11px;
	color: #727272;
	line-height: 15px;
}

.individualPost p.byline { line-height: 17px; }

.post p { margin: 0; padding: 0 0 8px 0; }

.post img { margin-top: 4px; }

p.byline { margin: 0 0 -4px 0; }
p.caption { margin: -4px 0 0 0; font-style: italic; }
p.postFooter { margin: 0 0 -6px 0; }

.videoIndex p.byline { margin: 0 0 -6px 0; }

.postFooter a.commentCount, .commentCount {
	background: url(../imagesV2/talk/talkBubble.gif) no-repeat center left;
	margin-left: 0;
	padding: 1px 0 0 17px;
}

.indexTalkPost .postFooter a.commentCount {
	background: url(../imagesV2/talk/talkBubbleIndexTalkPost.gif) no-repeat center left;
}

.postFooter a.commentCount, .commentCount {
	background: url(../imagesV2/talk/talkBubble.gif) no-repeat center left;
	margin-left: 0;
	padding: 1px 0 0 17px;
}

#videos center { padding-bottom: 10px }

.photo-right {
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
}

.photo-left {
	padding-right: 10px;
	float: left;
	padding-bottom: 10px;
}

.photo-center {
	margin: 5px auto 5px auto;
	text-align: center;
	display: block;
}

.individualPost .photo-center {
	padding: 10px 0 20px 0;
}

p.externalPost, p.externalPost a:link {
	margin-bottom: -6px;
}

.slicePost {
	background: url("../imagesV2/icons/iconSliceNY.png") no-repeat left center;
	margin: 0;
	padding: 2px 0 2px 19px;
}

.AHTPost {
	background: url("../imagesV2/icons/iconAHT.png") no-repeat left center;
	margin: 0;
	padding: 2px 0 2px 22px;
}

.ELEPost {
	background: url("../imagesV2/icons/iconELE.png") no-repeat center left;
	margin: 0;
	padding: 2px 0 2px 22px;
}

.restaurantLocator {
	/* background: #f8f5e0; */
	background: #f8f5e0 url(../imagesV2/todaysSpecialsBG.png) top repeat-x;
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 10px;
	min-height: 110px;
}


/* QUICK BITES */

#content #TwoColumnLeft .intro h2 { 
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 2px;
	color: #983e1e 
}

#content #TwoColumnLeft .intro h2 a { color: #983e1e }

#content #TwoColumnLeft .intro h3 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 2px; 
	padding-bottom: 0
}

#content #TwoColumnLeft .intro p { padding-bottom: 5px }

#content #TwoColumnLeft .intro .photo-left { padding-bottom: 5px }



#commented {
background: #FCFADC;
width: 260px;
margin: 30px auto;
padding: 16px 20px;
border: 1px dotted #C6D18E
}

#commented p { 
font-size: 16px;
line-height: 21px;
font-family: Georgia, Times, 'Times New Roman', serif;
color: #3B3B3B;
text-align: center;
margin: 0; padding: 0
}



#adStrip {
	border-bottom: 1px dotted #C6D18E;
	border-top: 1px dotted #C6D18E;
	margin: 10px 0 20px 0;
	padding: 14px 0 10px 0; 
}





/* PULLQUOTES */

.individualPost blockquote.pullquote {
	border: none;
	float:left;
	width:200px;
	margin:2px 10px 3px 0;
	padding:6px 3px 6px 3px;
	border:3px double #ccc;
	border-width:3px 0;
	color:#333;
	background:transparent;
}

.individualPost blockquote.pullquote p {
	margin:0; padding: 0;
	text-align:center;
	font-size: 18px;
	line-height: 22px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic
}

blockquote.pullquote p:first-letter {text-transform:uppercase}





.restaurantLocator p {
	margin: 0;
	padding: 0;
}

.restDesc {
	width: 270px;
	float: left;
	margin: 0;
	padding: 0;
}

.restaurantLocator .gmap {
	width: 170px;
	height: 110px;
	float: right;
	background: #fff;
	margin: 0;
	padding: 0;
}




#pageNav h3 a:link, #pageNav h3 a:visited, #pageNav h3 a:hover, #pageNav h3 a:active { color: #00a8ec; }






/* TOOLS AND ICONS */


.tools {
	border-bottom: 1px dotted #C6D18E;
	border-top: 1px dotted #C6D18E;
	margin: 0 0 14px 0;
	padding: 2px 10px 2px 10px;
	height: 1%
}


.tools p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}

.tools .left, .left { float: left }
.tools .right, .right { float: right }

#flag p, #blogTools p {text-align: right}

#blogTools { padding-left:2px; padding-right:2px}

#searchTools { padding-left: 0; }

#searchTools p {
line-height: 20px;
}

#pageNavigation p {
	font-size: 12px;
	padding: 10px;
}



/* thanks http://www.famfamfam.com/lab/icons/silk/ */

img.icon {
	width: 12px;
	height: 12px;
	background: url('../imagesV2/icons/icons.gif') no-repeat;
	margin-right: 3px;
	vertical-align: text-top;
}

img.icon-print { background-position: 0 0; }
img.icon-email { background-position: -12px 0; }
img.icon-flag { background-position: -24px 0; }
img.icon-share { background-position: -36px 0; }
p#shareThis { padding-top: 0; display: none; text-align:right;}




/* VIDEOS */


/* video entry spacing - methods to input video vary, so target the postfooter p */

#videos .videoEntry p.postFooter { margin-top: 10px; }

#iframeContainer { display: none; margin: 10px 0 0 2px; padding: 0;}






/* USER PROFILE */

.userProfile .profileName { padding-bottom: 10px }

.userProfile #TwoColumnLeft h2, #tagSearch  #TwoColumnLeft h2 {
	border-bottom: 1px dotted #C6D18E;
	position: relative; /* this is for ie 6 so it can display borders properly */
	margin-top: 40px;
	margin-bottom: 20px;
}

.userProfile .post {
	 padding-bottom: 15px; 
}

.userProfile .commenter { padding: 0 0 5px 25px; }

.userProfile .userProfileComments {
	margin-bottom: 20px; 
}

.userProfile .userProfileComments .post
{
border-bottom: none;  padding-bottom: 1px; 
}


.userProfileComments h3 {
	font-size: 20px;
	padding-bottom: 5px;
}

.userProfile .userProfileComments .photo-left {
	padding-right: 5px;
}

.userProfile .userProfileComments .post .byline
{
padding-bottom: 3px; 
}



/* COMMENTS */


.commentGuidelines {
	background: #faf9f9;
	border: 1px solid #d3d2d2;
	padding: 10px 10px 5px 15px;
	margin: 0 0 25px 0;
	text-align: left;
}

#previewingComment {
	display: none;
	/* hide the comment preview from people with js off */
	margin-top: 10px;
	margin-bottom: 20px;
}

.comment {
	margin-bottom: 14px;
	width: 500px;
}

.green .comment-body {
	background: #E7F1F6 url('../imagesV2/comments/commentsGreenBubbleTop.png') no-repeat;
	margin: 0;
	padding: 0;
}

.green .comment-body-bottom {
	background: #fff url('../imagesV2/comments/commentsGreenBubbleBottom.png') no-repeat;
	height: 14px;
	margin: 0;
	padding: 0;
}

.yellow .comment-body, .preview .comment-body { background: #F4ECC1 url('../imagesV2/comments/commentsYellowBubbleTop.png') no-repeat; }

.yellow .comment-body-bottom, .preview .comment-body-bottom {
	background: #fff url('../imagesV2/comments/commentsYellowBubbleBottom.png') no-repeat;
	height: 14px;
	margin: 0;
	padding: 0;
}

.comment-body p { padding: 10px 12px 5px 12px; }

.commentGuidelines h3 {
	padding: 0 12px 10px 0;
	font-size: 24px;
	color: #8d2a1f;
}

.commentGuidelines p {
	font-size: 12px;
	color: #4d4d4b;
}

.commenter {
	padding: 0 0 5px 30px;
}



h4.body { padding-bottom: 2px; }

.postPreview {
	width: 450px;
	background: #faf9f9;
	border: 1px solid #d3d2d2;
	padding: 10px 10px 5px 15px;
	margin: 0 0 25px 0;
}


















/* TALK NAV */

#talkNav {
	float: left;
	margin: 0;
	padding: 0;
	background: url('../imagesV2/talk/nav/talkNavBG.png') #fff repeat-x top left;
	height: 32px;
	width: 961px;
}

#talkNav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
}

#talkNav li {
	list-style: none;
	text-transform: lowercase;
	font-size: 12px;
	margin: 8px 25px 0 0;
	padding: 0;
	line-height: 13px;
	float: left;
}

#talkNav li a, #talkNav li a:link, #talkNav li a:visited {
	text-decoration: none;
	color: #4E7329;
	font-weight: bold;
}

#talkNav li a:hover, #talkNav li a:active {
	color: #4E7329;
	text-decoration: underline;
}

 .food_and_drink a:link#navTalkFoodAndDrink, .food_and_drink a:visited#navTalkFoodAndDrink, .food_and_drink a:hover#navTalkFoodAndDrink, .food_and_drink a:active#navTalkFoodAndDrink, .site_talk a:link#navTalkSiteTalk, .site_talk a:visited#navTalkSiteTalk, .site_talk a:hover#navTalkSiteTalk, .site_talk a:active#navTalkSiteTalk, .eating_out a:link#navTalkEating, .eating_out a:visited#navTalkEating, .eating_out a:hover#navTalkEating, .eating_out a:active#navTalkEating, .in_the_kitchen a:link#navTalkKitchen, .in_the_kitchen a:visited#navTalkKitchen, .in_the_kitchen a:hover#navTalkKitchen, .in_the_kitchen a:active#navTalkKitchen
{
	text-decoration: underline;	
}

#talk #pageNav { padding-top: 15px }









/* start talking bucket */




.startTalkingBody {
	padding: 12px 12px 10px 12px;
	background: #FCFBDC url(../imagesV2/todaysSpecialsBG3.png) bottom repeat-x;
	position:relative;
	height: 1%;
	border: #ddd solid 1px;
	margin-bottom: 55px;
}

.startTalkingBody h3 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
	border:0px;
}

.startTalkingBody p { padding: 0 0 6px 0 }

.startTalkingBody textarea {
	float:left;
	width: 97%;
	font-size: 12px;
	height: 60px;
	margin: 0;
}

.startTalkingBody #submit2 { padding-top: 0px }
.startTalkingBody #submit { padding-top: 10px }

.startTalkingBottom {
	padding: 0;
	margin: 0 0 -36px 0;	
	background: url('../imagesV2/talk/bottomQuote2.png') no-repeat;
	width: 31px;
	height: 36px;
	position:absolute;
	bottom:0;
	display: inline;
	left: 100px;
}

.startTalkingBody h2 { font-size: 16px }




/* talk index */

#startTalkingLoggedIn {
	position:relative; margin-bottom: 15px !important;
}

#startTalkingIndex { margin-bottom: 25px }


#startTalkingIndex h2 {
	font-family: 'American Typewriter', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform: none;
	font-size: 23px;
	color: #E9720D;
	border: 0;
	background: 0;
	padding: 0 0 5px 0; 
	margin: 0
}

#startTalkingIndex .startTalkingBottom { left: 320px; }

textarea.wide { width: 98%; }

#talkIntro { 
	margin: 0 0 20px 0; 
	border: solid 1px #ddd;
	padding: 10px;
	background: #F8F5E0 url(../imagesV2/todaysSpecialsBG3.png) top repeat-x;
	font-size:12px;
}

#talkIntro p { margin: 0 0 -3px 0; font-size: 12px}

#talkIntro ul { margin: 0 0 -5px 0; padding: 0 }

#talkIntro li { list-style: none; margin-bottom: 3px; font-size: 12px;}

#talkIntro li a { font-size:14px; font-weight: bold }

#talkIntro #closeThis { float:right; padding-bottom: 0; font-size: 10px }

#talkIntro #closeThis a { 
	background: url(../imagesV2/icons/iconDelete.gif) no-repeat left center;
	margin:0; 
	padding: 2px 0 2px 16px
}

.latestDisc {
	border-bottom: 1px dotted #C6D18E;
	position: relative;
	margin: 15px 0 0 0;
}

.latestDisc p { margin: 0 0 -8px 0;  }
.latestDisc p.postFooter { margin: 4px 0 5px 0; }

.latestDisc .userIcon {
	padding-right: 4px;
	vertical-align: middle;
	float: left;
}









/* ADSPACES
------------------------------------ */

#TwoColumnLeft .adspaceBlog, #TwoColumnRight .columnAdSpace { text-align: center }

#TwoColumnLeft .adspaceBlog {
	padding: 30px 0 25px 0;
	margin-top: -15px;
	margin-bottom: 15px;
}

.columnAdSpace {
	padding: 0;
	margin-bottom: 25px;
}

#TwoColumnRight .columnAdSpace { padding: 20px 0 20px 0; }

.columnAdTower {
	background: #fff;
	/* width: 160px;
	height: 600px; */
	margin: 0 auto 0 auto;
	text-align:center;
}

.blogAd {
	background: #fff;
	width: 300px;
	margin: 0 auto;
}


#content .indEntrySquare {
	text-align: center;
	background: #E7F1F6;
	padding-top: 24px;
	padding-bottom: 24px;
}

.indEntrySquareAd {
	width: 310px;
	padding: 8px 5px 8px 5px;
	background: #fff;
	margin: 0 auto;
}


#textAd { margin: 0 0 25px 0 }

#textAd h2 {
font-size: 10px; 
line-height: 10px;
color: #999;
text-align: center;
margin: 0; padding-bottom: 5px;
}

#textAdBody {
margin: 0;
padding: 10px 10px 8px 10px;
border: 1px dashed #999;
background: #F3FAFF
}

#textAdBody h2 {
text-align: left;
line-height: 14px;
margin:0; padding:0;
color: #3c3d3d
}

#textAdBody h4 {
font-size: 14px;
line-height: 16px;
margin:0; padding: 0 0 3px 0
}

#textAdBody a { color: #C01B06 }

#textAdBody p {
font-size: 11px;
line-height: 15px;
margin:0; padding:0
}

.advertorial {
background: #F3FAFF;
margin-top: -15px;
padding: 15px 10px 15px 15px;
position: relative; 
}

.advertorial h5, .advertorial a { color: #630000 }
.advertorial h5 { font-size: 11px }
.advertorial h3 { font-size: 19px; line-height: 21px }


/* DROP SHADOW
------------------------------------ */

.dropshadow2 {
	float: left;
	clear: left;
	background: url(../imagesV2/shadow/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../imagesV2/shadow/shadow.gif) no-repeat bottom right;
	margin: 10px 0 4px 6px !important;
	padding: 0;
}

.innerbox {
	position: relative;
	bottom: 5px;
	right: 5px;
	margin: 0;
}


/* FOOTER
------------------------------------ */

#footer {
	margin: 0 0 0 0px;
	float: left;
	position: relative;
	display: inline;
	font-family: "Helvetica Neue", Helvetica, Verdana, "trebuchet ms", sans, "sans serif";
	font-size:12px;
}

#footer {
position: relative;
clear: both;
width: 961px;
height: 40px;
text-align: center;
line-height: 40px;
background-color: #FFF;
}

#footer a
{
color: #7C7C7A;
}



/* Clearer
------------------------------------ */

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

/* Form Elements 
------------------------------------ */

label { font-weight: bold; }
.formSection { margin-bottom: 25px; }
.formField { margin-bottom: 12px; }
.formButton { font-size: 14px; }

.formButtonsR, .formButtonsL {
	padding-top: 5px;
	padding-bottom: 10px;
}

.formButtonsR {
	width: 500px;
	text-align: right;
	float: left;
}

.formCommentPreview { padding-top: 5px;
	padding-bottom: 10px; }

.formText, .formTextSmall {
	width: 500px;
	background: #fff;
	/* border: 1px solid #a3a3a3; */
	color: #3c3d3d;
	font-size: 15px;
}

.formTextSmall { font-size: 11px; }

.tan { background: #FFFBF5; }
.short { width: 215px; }
.shortest { width: 100px; }

.inline {
	float: left;
	clear: none;
	padding-right: 5px;
}

.danger, a.danger:hover { color: #b23524; }

p.danger {
	font-weight: bold;
	font-size: 14px;
}

form p.danger {
	display: inline;
	margin-bottom: 0;
}

.required {
	font-size: 11px;
	margin-bottom: -20px;
	font-weight: normal;
	color: #b23524;
}

p.requirements {
	margin: 0 0 -10px 0;
	font-size: 11px;
	color: #929292;
}

span.requirements { font-size: 11px; color: #929292; }

#addComment {
	width: 500px;
	height: 160px;
}

#passwordChangeBox {
	background: #faf9f9;
	border: 1px solid #d3d2d2;
	padding: 10px 10px 10px 15px;
	display: block;
}

label.subcat {
	display: inline;
	font-size: 14px;
	font-weight: normal;
}

#signUp {
	width: 350px;
	margin-top: 20px;
}

.dottedBorder {
	border-top: 1px dotted #ccc;
	padding-bottom: 25px;
	margin-top: 15px;
}

#previewingPost .post { border:0 }

#submitALink textarea { width: 140px }

#submitALink { margin-bottom: 40px }

/* FLICKR */
#flickrWrapper { border: 1px dotted #C6D18E; text-align: center; padding: 10px 0 10px 0 }
#flickrWrapper h2 { text-align: left; margin-left: 10px; font-size: 12px; line-height: 14px }
.flickr_badge_image { margin: 0 10px 10px 10px }
.flickr_badge_image img { border: 1px solid black !important }
#flickr_badge_source { font: 11px Arial, Helvetica, 'Sans serif' !important; text-align: left; margin: 0 10px 0 10px }
#flickr_badge_icon { float: left; margin-right: 5px }
#flickr_www { color: #3993ff !important }
#flickr_badge_source { padding: 0 !important; color: #666666 !important; }



div#adspot_664635933.adspot {
border-spacing:0;
overflow:hidden;
background-color:#EEEEEE;
border-color:#fff;
border-width:1px;
border-style:solid;
width:160px !important;
font-size:10pt;
}
div#adspot_664635933 .adspot_head {
font-family:Arial;
font-size:10pt;
color:#000000;
font-weight:bold;
font-style:normal;
text-decoration:none;
text-align:left;
}
div#adspot_664635933 a.adspot_link , div#adspot_664635933 a.adspot_adurl {
font-family:Arial;
font-size:8pt;
font-style:normal;
color:#00a8ec;
font-weight:normal;
margin:0;
text-decoration:underline;
text-align:left;

}
div#adspot_664635933 a.adspot_link:link, div#adspot_664635933 a.adspot_link:visited, div#adspot_664635933 a.adspot_adurl:link, div#adspot_664635933 a.adspot_adurl:visited {
color:#00a8ec;
text-decoration:underline;
font-size:8pt;
font-style:normal;
}
div#adspot_664635933 a.adspot_link:active, div#adspot_664635933 a.adspot_link:hover, div#adspot_664635933 a.adspot_adurl:active, div#adspot_664635933 a.adspot_adurl:hover { 
color:#00a8ec; 
text-decoration:none; 
}
div#adspot_664635933 * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:160px;
margin:0;
padding:0;
}
div#adspot_664635933 * li {
background:#FFFFFF;
width:158px;
margin:0;
margin-bottom:5px;
padding:0;
text-align:left;
border-color:#EEEEEE;
border-width:1px;
border-style:solid;
border-spacing:0;
display:block;
text-indent:0;
overflow:hidden;
}
div#adspot_664635933 span.blogad_rss_ad li {
border: none;
}
div#adspot_664635933 .adspot_adhead {
text-align:left;
font-family:Arial; 
font-size:10pt; 
font-weight:bold;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
width:160px;
display:block;
}
div#adspot_664635933 * img {
border-width:0;
border-spacing:0;
}
div#adspot_664635933 * li * img {
text-align:center;
display:block;
clear:both;
margin:auto;
}
div#adspot_664635933 .adspot_adtext {
font-family:Arial; 
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000; 
margin:0;
padding:2px;
border-spacing:0;
display:block;
width:160px;
text-align:left;
}
div.adspot_adurl a.adspot_adurl { padding: 0 0 4px 4px }

div#adspot_664635933 div.adspot_link {
width:160px !important;
text-align:left;
padding: 0 0 5px 4px;
margin: -2px 0 0 0
}
