/*
	margin: top right bottom left
*/

body {
	margin: 0;
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	color: #031300;
	/*  background: url(../images/bg-everywhere.png) repeat;  */
	min-width: 1000px;
}
body.la { background: url(../images/bg-la.png) repeat; }
body.ny { background: url(../images/bg-ny.png) repeat; }
body.chicago { background: url(../images/bg-chicago.png) repeat; }
body.sf { background: url(../images/bg-sf.png) repeat; }
body.national { background: url(../images/bg-national.gif) repeat; }
body.dc { background: url(../images/bg-dc.png) repeat; }
body.chefs_recipes { background: url(../images/bg-chefs_recipes.jpg) repeat; }
img { border-style: none; }
a:focus { outline: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
/* bg styles start */
.main-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.mc-holder-1 {
	width: 1046px;
	position: relative;
	float: left;
	left: 50%;
}
.mc-holder-2,
.mc-holder-3 {
	width: 1046px;
	position: relative;
	float: left;
	left: -50%;
	background: url(../images/bg-sides.png) repeat-y 0 0;
}
.mc-holder-3 {
	background: url(../images/bg-bottom.png) no-repeat;
	height: 46px;
	text-indent: -9999px;
}
.skip { display: none; }
/* bg styles end */
#main {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
/* header start */
#header {
	width: 1000px;
	height: 176px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg-header-line.gif) no-repeat 35px 100%
}
.top-bar {
	background: url(../images/bg-header.gif) repeat-x;
	overflow: hidden;
	width: 100%;
}
/* logo */
.logo {
	position: absolute;
	top: 45px;
	left: 26px;
	background: url(../images/logo.gif) no-repeat;
	width: 324px;
	height: 119px;
	text-indent: -9999px;
	overflow: hidden;
}
.new-york {
	background: url(../images/new-york.gif) no-repeat;
	width: 61px;
	height: 9px;
	position: absolute;
	top: 153px;
	left: 348px;
	text-indent: -9999px;
}
/* city navigation start */
.city-nav {
	float: left;
	margin: 0 0 0 34px;
	padding: 0;
	display: inline;
}
.city-nav li {
	float: left;
	list-style: none;
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
}
.city-nav li a {
	text-decoration: none;
	color: #4c4c4c;
	padding: 3px 8px 4px;
	float: left;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	letter-spacing: 1px;
}
.city-nav li a:hover,
.city-nav li a.active {
	background-color: #4d4d4d;
	color: #fff;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}
/* city navigation end */
/* top navigation start */
.top-nav {
	float: right;
	margin: 10px 43px 0 0;
	padding: 0;
	display: inline;
}
.top-nav li {
	float: left;
	list-style: none;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 0 11px;
}
.top-nav li a {
	text-decoration: none;
	color: #808080;
}
.top-nav li a:hover { color: #000; }
/* top navigation end */
/* main navigation start */
#main-nav {
	position: absolute;
	top: 82px;
	right: 46px;
	margin: 0;
	padding: 0;
}
#main-nav li {
	float: left;
	list-style: none;
}
#main-nav li a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	height: 83px;
	text-indent: -9999px;
	margin: 0 0 0 9px;
}
#main-nav li a.menu-dining {
	background: url(../images/menu-dining.gif) no-repeat;
	width: 48px;
}
#main-nav li a.menu-wine {
	background: url(../images/menu-wine.gif) no-repeat;
	width: 38px;
	margin: 0 0 0 13px;
}
#main-nav li a.menu-drinks {
	background: url(../images/menu-drinks.gif) no-repeat;
	width: 43px;
	margin: 0 0 0 13px;
}
#main-nav li a.menu-cooking {
	background: url(../images/menu-cooking.gif) no-repeat;
	width: 47px;
	margin: 0 0 0 6px;
}
#main-nav li a.menu-people {
	background: url(../images/menu-people.gif) no-repeat;
	width: 41px;
}
#main-nav li a.menu-events {
	background: url(../images/menu-events.gif) no-repeat;
	width: 40px;
}
#main-nav li a.menu-traveler {
	background: url(../images/menu-traveler.gif) no-repeat;
	width: 51px;
}
#main-nav li a.menu-chefs_recipes {
	background: url(../images/menu-chefs_recipes.gif) no-repeat;
	width: 75px;
	margin: -2px 0 0 4px;
}
#main-nav li a.menu-cheese {
	background: url(../images/cheese/menu-cheese.gif) no-repeat;
	width: 83px;
}
#main-nav li a.menu-to-dos {
	/* background: url(../images/To-Do-List-Icon-01.gif) no-repeat;  */
	background: url(../images/todosimage.png) no-repeat;
	width: 77px;
	height: 80px;
	margin: 8px 0 0 0;
}
/* main navigation end */
/* header end */

/* footer start */
.footer {
	overflow: hidden;
	width: 921px;
	background: url(../images/bg-header-line.gif) no-repeat;
	margin: 0 0 0 35px;
	padding: 20px 0 18px;
}
/* footer navigation start */
.footer ul {
	margin: 0;
	padding: 0 0 2px;
	text-align: center;
	width: 100%;
	font: 10px/14px Verdana, Arial, sans-serif;
}
.footer ul li {
	background: url(../images/sep.gif) no-repeat 0 2px;
	padding: 0 0 0 9px;
	margin: 0 -1px 0 0;
	display: inline;
}
.footer ul li:first-child { background: none; }
.footer ul li a {
	text-decoration: none;
	color: #a3a3a3;
}
.footer ul li a:hover { text-decoration: underline; }
/* footer navigation end */
.footer p {
	margin: 0;
	padding: 0 0 14px;
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
	text-align: center;
	color: #b2b2b2;
}
.footer p.copyright {
	font: 9px/11px Verdana, Arial, sans-serif;
	background: url(../images/dotted-line.gif) repeat-x;
	padding: 10px 0 0;
}
/* footer end */

/* main container */
.container {
	overflow: hidden;
	height: 1%;
	padding: 176px 0 12px 35px;
}
/* black area start */
.main-area {
	background: url(../images/bg-main-area.gif) no-repeat;
	width: 658px;
	height: 587px;
	float: left;
	margin: 14px 0 0;
}
/* images side */
.image-holder {
	float: left;
	width: 266px;
	margin: 19px 0 0 20px;
	display: inline;
}
/* fade gallery start */
.image-holder ul {
	margin: 0;
	padding: 0;
	position: relative;
	width: 266px;
	height: 538px;
	overflow: hidden;
}
.image-holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
}
.image-holder ul li img { display: block; }
/* fade gallery end */
/* text side */
.text-holder {
	float: right;
	width: 315px;
	border-top: 1px solid #694731;
	border-bottom: 1px solid #694731;
	margin: 19px 30px 0 0;
	padding: 33px 0 0;
	display: inline;
	height: 504px;
}
.text-holder h1 {
	margin: 0 0 0 1px;
	color: #fff;
	font-size: 31px;
	line-height: 37px;
	font-weight: normal;
}
.text-holder h1 a {
	text-decoration: none;
	color: #a8253a;
}
.text-holder h1 a:hover { text-decoration: underline; }
/* form subscribe start */
.form-subscribe {
	display: block;
	padding: 25px 0 35px 2px;
	background: url(../images/star.gif) no-repeat 147px 100%;
	overflow: hidden;
}
.form-subscribe .input {
	color: black;
	padding: 6px 7px;
	font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #adadad;
	border-left: 2px solid #adadad;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #7f7f7f;
	width: 292px;
	letter-spacing: -1px;
}
.form-subscribe .select {
	margin: 19px 0 0;
	display: block;
	color: #6a6a6e;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	font-style: italic;
}
.form-subscribe .edition {
	overflow: hidden;
	height: 1%;
	padding: 1px 0 0;
	margin: 0 0 0 -2px;
}
.form-subscribe .edition label {
	float: left;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	padding: 0 11px 0 0;
	cursor: pointer;
}
.form-subscribe .edition label input {
	vertical-align: middle;
	margin: -2px 2px 0 0;
	width: 15px;
}
* html .form-subscribe .edition label input { margin-top: 0; }
*+html .form-subscribe .edition label input { margin-top: 0; }
.form-subscribe .btn-subscribe {
	float: left;
	background: url(../images/btn-subscribe.gif) no-repeat;
	width: 115px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 12px 0 0;
	padding: 3px 0 0;
}
.form-subscribe .processing-subscribe {
	float: left;
	width: 115px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	color: #A8253A;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 12px 0 0;
	padding: 3px 0 0;
}
.policy {
	float: right;
	width: 184px;
	margin: 13px 0 0;
}
.form-sign-up .policy {
	margin: 7px 0 0 4px;
	float: none;
	display: block;
}
.form-sign-up-content .policy {
	float: left;
	margin: 11px 0 0 5px;
	width: 210px;
}
.policy label {
	float: left;
	color: #e3e3ec;
	font: 10px/10px Arial, Helvetica, sans-serif;
	width: 145px;
	cursor: pointer;
}
.form-sign-up-content .policy label { width: 180px; }
.form-sign-up .policy label,
.form-sign-up-content .policy label { color: #000; }
.policy label a { color: #b1b1b1; }
.form-sign-up .policy label a,
.form-sign-up-content .policy label a { color: #62605e; }
.policy label a:hover { text-decoration: none; }
.policy input {
	margin: 0 3px 0 0;
	height: 15px;
	float: left;
}
* html .policy input { width: 15px; }
*+html .policy input { width: 15px; }
.form-sign-up-content p {
	float: left;
	font: 9px/11px Arial, Helvetica, sans-serif;
	width: 190px;
	display: inline;
	margin: 5px 0 0 22px;
}
/* form subscribe end */
/* black area end */
/* right column start */
/*
.column {
	width: 272px;
	float: left;
	margin: 11px 0 0;
	padding: 0 0 28px;
	background: url(../images/dotted-line-3.gif) no-repeat 6px 100%;
}
*/
/* change padding to squeeze more stuff below */
.column {
	width: 272px;
	float: left;
	margin: 1px 0 0;
	padding: 0 0 8px;
	background: url(../images/dotted-line-3.gif) no-repeat 6px 100%;
}
/* our edition start */
.our-edition { background: url(../images/bg-gray.gif) repeat-y; }
.our-edition .top {	background: url(../images/bg-gray-top.gif) no-repeat; }
.our-edition .bottom {
	background: url(../images/bg-gray-bottom.gif) no-repeat 0 100%;
	overflow: hidden;
	padding: 0 0 37px 21px;
	height: 1%;
}
.our-edition h2 {
	margin: 17px 0 0;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
.our-edition ul {
	margin: 7px 0 0;
	padding: 0;
	width: 229px;
	overflow: hidden;
}
.our-edition ul li {
	list-style-image: none;
	background: url(../images/dotted-line-2.gif) repeat-x 0 100%;
	padding: 5px 0 4px;
	margin: 0 0 -2px;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	list-style: none;
}
.our-edition ul li a {
	text-decoration: none;
	color: #e6e6e6;
	padding: 0 0 0 10px;
	letter-spacing: 1px;
}
.our-edition ul li a span { color: #000; }
.our-edition ul li a:hover,
.our-edition ul li a.active { background: url(../images/arrow.gif) no-repeat 0 1px; }
/* our edition end */
/* browse start */
.browse {
	background: url(../images/dotted-line-3.gif) no-repeat;
	margin: 6px 0 0 6px;
	padding: 5px 0 0;
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
}
.browse a {
	color: #423535;
	text-decoration: none;
}
.browse a:hover { text-decoration: underline; }
/* browse end */
/* scroll box start */
/*
.scroll-box {
	overflow: hidden;
	width: 264px;
	background: url(../images/dotted-line-3.gif) no-repeat 6px 0;
	margin: 6px 0 0;
	padding: 10px 0 12px;
}
*/
/* new padding/margin so we can squeeze more stuff below these scrollers */
.scroll-box {
	overflow: hidden;
	width: 264px;
	background: url(../images/dotted-line-3.gif) no-repeat 6px 0;
	margin: 6px 0 0;
	padding: 3px 0 3px;
}
.scroll-box .where {
	margin: 0 0 0 6px;
	color: #8b624d;
	font-size: 10px;
	line-height: 13px;
	display: block;
}
.scroll-box .where a {
	text-decoration: none;
	color: #221f1f;
	font-weight: bold;
}
.scroll-box .where a:hover { text-decoration: underline; }
.scroll-box .btn-prev,
.scroll-box .btn-next {
	float: left;
	overflow: hidden;
	background: url(../images/btn-prev.gif) no-repeat;
	width: 13px;
	height: 31px;
	text-indent: -9999px;
	margin: 52px 0 0;
}
.scroll-box .btn-next {
	background: url(../images/btn-next.gif) no-repeat;
	float: right;
}
.gallery {
	overflow: hidden;
	height: 1%;
}
/* archives start */
.scroll-box .archives {
	margin: 0 0 0 6px;
	padding: 7px 0 0;
	font-size: 12px;
	line-height: 15px;
}
.scroll-box .archives a { color: #999; }
.scroll-box .archives a:hover { text-decoration: none; }
/* archives end */
.scroll-box .mask {
	overflow: hidden;
	position: relative;
	width: 232px;
	float: left;
	display: inline;
	margin: 7px 0 0 3px;
}
/* items list start */
.scroll-box .mask ul {
	margin: 0;
	padding: 0;
	width: 99999px;
}
.scroll-box .mask ul li {
	float: left;
	list-style: none;
	width: 232px;
}
/* text styles */
.scroll-box .mask ul li .image {
	float: left;
	margin: 3px 11px 0 16px;
}
* html .scroll-box .mask ul li .image { margin-right: 8px; }
.scroll-box .mask ul li .image img { display: block; }
.scroll-box .mask ul li .date {
	display: block;
	color: #221f1f;
	font-size: 10px;
	line-height: 13px;
}
.scroll-box .mask ul li h3 {
	margin: 0;
	padding: 0 0 9px;
	color: #031300;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	font-style: italic;
}
.scroll-box .mask ul li h3 a { text-decoration: none; }
.scroll-box .mask ul li h3 a.red { color: #bd384d; }
.scroll-box .mask ul li h3 a.orange { color: #ed7e36; }
.scroll-box .mask ul li h3 a.green { color: #636125; }
.scroll-box .mask ul li h3 a.brown { color: #704731; }
.scroll-box .mask ul li h3 a.gray { color: #829a9e; }
.scroll-box .mask ul li h3 a:hover { text-decoration: underline; }
.scroll-box .mask ul li p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #031300;
}
.scroll-box .mask ul li p a {
	text-decoration: none;
	color: #00b0d8;
}
.scroll-box .mask ul li p a:hover { text-decoration: underline; }
/* items list end */
/* scroll box end */
/* right column end */

/* article page */
.article-container {
	background: url(../images/bg-container.gif) repeat-y;
	overflow: hidden;
	height: 1%;
	margin: 0 0 27px;
}
.category-container {
	overflow: hidden;
	height: 1%;
	margin: 0 0 10px;
}
.seo-container {
	float: left;
	width: 600px;
}
/* left column start */
.col-1 {
	float: left;
	width: 185px;
}
/* back link */
.back-to {
	text-align: right;
	font-size: 9px;
	line-height: 13px;
	color: #ccc;
	margin: 12px 3px 0 0;
}
.back-to a {
	color: #ccc;
	text-decoration: none;
}
.back-to a:hover { text-decoration: underline; }
/* big logo */
/* for article pages */
.category-logo {
	text-indent: -9999px;
	width: 182px;
	height: 219px;
}
.drinks-page .category-logo { background: url(../images/image-drinks.gif) no-repeat -1px 11px; }
.wine-page .category-logo { background: url(../images/image-wine.gif) no-repeat -1px -1px; }
.people-page .category-logo { background: url(../images/image-people.gif) no-repeat -1px -1px; }
.traveler-page .category-logo { background: url(../images/image-traveler.gif) no-repeat -1px -1px; }
.events-page .category-logo { background: url(../images/image-events.gif) no-repeat -1px -1px; }
.chefs_recipes-page .category-logo 
{ 
	background: url(../images/image-chefs_recipes.jpg) no-repeat -1px -1px; 
}
.cheese-page .category-logo 
{ 
	background: url(../images/cheese/image-cheese.gif) no-repeat -1px -1px; 
	width: 182px;
	height: 219px;
}
.dining-page .category-logo {
	background: url(../images/image-dining.gif) no-repeat -1px -1px;
	width: 184px;
}
.cooking-page .category-logo { background: url(../images/image-cooking.gif) no-repeat -1px -1px; }
/* for category pages  */
.category-drinks-page .category-logo,
.category-cooking-page .category-logo,
.category-dining-page .category-logo,
.category-wine-page .category-logo,
.category-chefs_recipes-page .category-logo,
.category-events-page .category-logo,
.category-people-page .category-logo,
.category-cheese-page .category-logo,
.category-traveler-page .category-logo {
	float: left;
	width: 185px;
	height: 219px;
	margin: 10px 0 0;
	display: inline;
}
.category-drinks-page .category-logo {
	background: url(../images/image-drinks.gif) no-repeat -1px -1px;
	margin: 33px 0 0;
}
.category-cooking-page .category-logo { background: url(../images/image-cooking.gif) no-repeat -1px -1px; }
.category-dining-page .category-logo {
	background: url(../images/image-dining-small.gif) no-repeat -1px -1px;
	margin: 38px 0 0;
}
.category-wine-page .category-logo { background: url(../images/image-wine.gif) no-repeat -1px -1px; }
.category-people-page .category-logo {
	background: url(../images/image-people.gif) no-repeat -1px -1px;
	margin: 34px 0 0;
}
.category-traveler-page .category-logo {
	background: url(../images/image-traveler-2.gif) no-repeat -1px -1px;
	margin: 77px 0 0;
}
.category-chefs_recipes-page .category-logo {
/*	background: url(../images/image-chefs_recipes.jpg) no-repeat -1px -1px;  */
	background: url(../images/image-chefs_recipes.jpg) no-repeat -1px -1px;
	margin: 33px 0 0;
}
.category-cheese-page .category-logo 
{
	background: url(../images/cheese/image-cheese.gif) no-repeat -1px -1px;
	margin: 33px 0 0;
}
.category-events-page .category-logo { background: url(../images/image-events.gif) no-repeat -1px -1px; }
/* border box */
.describing {
	width: 162px;
	text-align: center;
	color: #231f20;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	font-style: italic;
	padding: 19px 10px 0;
	height: 120px;
}
.drinks-page .describing { background: url(../images/border-orange-down.gif) no-repeat; }
.wine-page .describing { background: url(../images/border-green-down.gif) no-repeat; }
.people-page .describing { background: url(../images/border-brown-down.gif) no-repeat; }
.traveler-page .describing { background: url(../images/border-purple-down.gif) no-repeat; }
.events-page .describing { background: url(../images/border-gray-down.gif) no-repeat; }
.dining-page .describing { background: url(../images/border-pink-down.gif) no-repeat; }
.cooking-page .describing { background: url(../images/border-gray-down-2.gif) no-repeat; }
.chefs_recipes-page .describing { background: url(../images/border-chefs_recipes-down.gif) no-repeat; }
.cheese-page .describing { background: url(../images/cheese/border-cheese-down.gif) no-repeat; }
.category-drinks-page .describing,
.category-cooking-page .describing,
.category-dining-page .describing,
.category-people-page .describing,
.category-traveler-page .describing,
.category-wine-page .describing,
.category-chefs_recipes-page .describing,
.category-cheese-page .describing,
.category-events-page .describing {
	float: left;
	background: url(../images/border-orange-right.gif) no-repeat;
	width: 155px;
	height: 116px;
	padding: 24px 20px 0 10px;
	font-size: 10px;
}
.category-cooking-page .describing { background: url(../images/border-gray-right-2.gif) no-repeat -1px 0; }
.category-dining-page .describing { background: url(../images/border-pink-right.gif) no-repeat; }
.category-people-page .describing { background: url(../images/border-brown-right.gif) no-repeat; }
.category-traveler-page .describing { background: url(../images/border-purple-right.gif) no-repeat; }
.category-wine-page .describing { background: url(../images/border-green-right.gif) no-repeat -1px 0; }
.category-events-page .describing { background: url(../images/border-gray-right.gif) no-repeat; }
.category-chefs_recipes-page .describing { background: url(../images/border-chefs_recipes-right.gif) no-repeat; }
.category-cheese-page .describing { background: url(../images/cheese/border-cheese-right.gif) no-repeat; }
/* form sign up start */
.form-sign-up {
	width: 173px;
	height: 210px;
	margin: 8px 0 0 1px;
	padding: 0 0 0 12px;
	overflow: hidden;
}
.drinks-page .form-sign-up { background: url(../images/bg-sign-up-orange.gif) no-repeat; }
.wine-page .form-sign-up { background: url(../images/bg-sign-up-green.gif) no-repeat; }
.people-page .form-sign-up { background: url(../images/bg-sign-up-brown.gif) no-repeat; }
.traveler-page .form-sign-up { background: url(../images/bg-sign-up-purple.gif) no-repeat; }
.events-page .form-sign-up { background: url(../images/bg-sign-up-gray.gif) no-repeat; }
.dining-page .form-sign-up { background: url(../images/bg-sign-up-pink.gif) no-repeat; }
.cooking-page .form-sign-up { background: url(../images/bg-sign-up-gray-2.gif) no-repeat; }
.chefs_recipes-page .form-sign-up { background: url(../images/bg-sign-up-chefs_recipes.gif) no-repeat; }
.cheese-page .form-sign-up { background: url(../images/cheese/bg-sign-up-cheese.gif) no-repeat; }
.form-sign-up h3 {
	margin: 13px 0 13px 1px;
	font-size: 18px;
	text-indent: -9999px;
	overflow: hidden;
	width: 154px;
	height: 25px;
}
.drinks-page .form-sign-up h3 { background: url(../images/sign-up-orange.gif) no-repeat; }
.wine-page .form-sign-up h3 { background: url(../images/sign-up-green.gif) no-repeat; }
.people-page .form-sign-up h3 { background: url(../images/sign-up-brown.gif) no-repeat; }
.traveler-page .form-sign-up h3 { background: url(../images/sign-up-purple.gif) no-repeat; }
.events-page .form-sign-up h3 { background: url(../images/sign-up-gray.gif) no-repeat; }
.dining-page .form-sign-up h3 { background: url(../images/sign-up-pink.gif) no-repeat; }
.cooking-page .form-sign-up h3 { background: url(../images/sign-up-gray-2.gif) no-repeat; }
.form-sign-up .input,
.form-sign-up-content .input {
	background-color: #f2f2f2;
	font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
	color: BLACK;
	margin: 0;
	padding: 5px 9px 7px;
	letter-spacing: -1px;
	border-style: none;
	border-left: 2px solid #adadad;
	border-top: 2px solid #adadad;
	width: 138px;
}
.form-sign-up-content .input {
	background-color: #fafafa;
	width: 231px;
	padding-bottom: 6px;
}
.form-sign-up p {
	margin: 5px 8px 0 -6px;
	text-align: center;
	color: #333;
	font: 10px/10px Arial, Helvetica, sans-serif;
}
.form-sign-up .btn-subscribe,
.form-sign-up-content .btn-subscribe {
	text-align: center;
	margin: 7px 0 0 -1px;
	padding: 0 0 4px;
	width: 159px;
	height: 34px;
	border-style: none;
	color: #fff;
	font: bold 11px/32px Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}
.form-sign-up-content .btn-subscribe {
	margin: 8px 0 0 -8px;
	padding: 0 0 0 5px;
	width: 157px;
	line-height: 22px;
	float: left;
	display: inline;
}
.form-sign-up .btn-subscribe { background: url(../images/btn-subscribe.png) no-repeat; }
/* form sign up end */
/* left column end */
/* center column start */
.col-2 {
	margin: 21px 0px 0 0;
	width: 393px;
	float: right;
	display: inline;
}
.col-2 .article-date {
	background: url(../images/dotted-line-4.gif) repeat-x 0 100%;
	font-size: 13px;
	line-height: 16px;
	color: #231f20;
	padding: 0 0 9px;
	margin: 0 6px 14px 0;
}
.col-2 h1 {
	margin: 0;
	padding: 0 0 5px;
	color: #231f20;
	font-size: 33px;
	line-height: 36px;
	font-weight: normal;
}
.col-2 h2 {
	margin: 0;
	padding: 0 0 13px;
	color: #595959;
	font-size: 19px;
	line-height: 21px;
	font-weight: normal;
	font-style: italic;
}
.col-2 p {
	margin: 0;
	padding: 0 0 18px;
	color: #231f20;
	font-size: 12px;
	line-height: 16px;
}

/*  BEFORE 7/2/2009 COLOR CHANGE

.drinks-page .col-2 p a { color: #ed7e36; }
.wine-page .col-2 p a { color: #636125; }
.people-page .col-2 p a { color: #704731; }
.traveler-page .col-2 p a { color: #2e1f47; }
.events-page .col-2 p a { color: #99a1a4; }
.dining-page .col-2 p a { color: #a8253a; }
.cooking-page .col-2 p a { color: #24A6DF; }
*/

/* starting 7/3/2009  */
.drinks-page .col-2 p a { color: #000080; text-decoration: underline; }
.wine-page .col-2 p a { color: #000080; text-decoration: underline; }
.people-page .col-2 p a { color: #000080; text-decoration: underline; }
.traveler-page .col-2 p a { color: #000080; text-decoration: underline; }
.events-page .col-2 p a { color: #000080; text-decoration: underline; }
.dining-page .col-2 p a { color: #000080; text-decoration: underline; }
.cooking-page .col-2 p a { color: #000080; text-decoration: underline; }

.col-2 p a { text-decoration: none; }
.col-2 p a:hover { text-decoration: underline; }
.col-2 .important p {
	color: #8c8c8c;
	font-size: 15px;
	line-height: 16px;
	padding: 0 0 20px;
}
.col-2 .photo-holder {
	float: right;
	margin: 0 1px 0 4px;
	display:inline;
}
.col-2 .photo-holder div {
	border: 1px solid #a4a4a4;
	padding: 3px;
}
.col-2 .photo-holder div img { display: block; }
/* center column end */
/* right column start */
.col-3 {
	float: left;
	width: 303px;
	margin: 22px 0 0 15px;
	display: inline;
}

.col-3 .map-frame {
	border: 1px solid #a5a5a5;
	margin: 20px 0px 20px 0px;
	background-color: #f5f5f5;
	float: right;
}
.col-3 .map {
	width: 276px; 
	height: 310px;
	border: 1px solid #a5a5a5;
	padding: 4px;
	margin: 5px;
	text-align: center;
}
.col-3 .address {
	line-height: 11px;
	padding: 7px 6px 10px;
	font: 8pt Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #4c4c4c;
	width: 280px;
	text-decoration: none;
	float: left;
}
.col-3 .directions {
	line-height: 11px;
	padding: 7px 6px 10px;
	font: 8pt Arial, sans-serif;
	text-align: right;
	font-weight: bold;
	float: right;
}
.col-3 .directions a {
	color: #000080;
	text-decoration: none;
}
.col-3 .directions a:hover { text-decoration: underline; }

/* banner start */
.banner { margin: 8px 0 0 3px; }
.banner span {
	display: block;
	color: #ccc9cf;
	font: 9px/11px Arial, Helvetica, sans-serif;
	padding: 0 0 2px;
}
.banner img { display: block; }
/* banner end */
/* right column end */

/* buttons box start */
.buttons {
	margin: -4px 0 0 -2px;
	padding: 0;
	overflow: hidden;
	height: 1%;
}
.buttons li {
	float: left;
	display: inline;
	width: 170px;
}
.buttons li.line { width: 100%; }
.buttons li .button {
	width: 95px;
	height: 26px;
	padding: 10px 0 0;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.drinks-page .buttons li .button { background: url(../images/bg-drinks-button.gif) no-repeat; }
.wine-page .buttons li .button { background: url(../images/bg-wine-button.gif) no-repeat; }
.traveler-page .buttons li .button,
.people-page .buttons li .button { background: url(../images/bg-people-button.gif) no-repeat; }
.events-page .buttons li .button { background: url(../images/bg-events-button.gif) no-repeat; }
.dining-page .buttons li .button { background: url(../images/bg-dining-button.gif) no-repeat; }
.cooking-page .buttons li .button { background: url(../images/bg-cooking-button.gif) no-repeat; }
.chefs_recipes-page .buttons li .button { background: url(../images/bg-chefs_recipes-button.gif) no-repeat; }
.cheese-page .buttons li .button { background: url(../images/cheese/bg-cheese-button.gif) no-repeat; }
.buttons li .button:hover,
.buttons li .active { background-position: 0 -36px !important; }
.buttons span {
	padding: 0;
	float: left;
	color: #666;
	width: 74px;
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
	position: relative;
}
.buttons span.one-line { margin: 12px 0 0 -2px; }
/* buttons box end */
/* tags start */
.tags {
	margin: 20px 0 0;
	padding: 0 0 2px;
	height: 1%;
	overflow: hidden;
}
.col-2 .tags h3 {
	margin: 0;
	padding: 0 0 2px;
	color: #221f1f;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
}
.col-2 .tags ul {
	margin: 0 0 0 3px;
	padding: 0;
}
.col-2 .tags ul li {
	float: left;
	list-style: none;
	font-size: 12px;
	line-height: 15px;
	padding: 0 6px 0 0;
	margin: 0;
}

/*  BEFORE 7/2/2009 COLOR CHANGE
.drinks-page .col-2 .tags ul li a { color: #ed7e36; }
.wine-page .col-2 .tags ul li a { color: #636125; }
.people-page .col-2 .tags ul li a { color: #704731; }
.traveler-page .col-2 .tags ul li a { color: #2e1f47; }
.events-page .col-2 .tags ul li a { color: #b2b8bb; }
.dining-page .col-2 .tags ul li a { color: #a8253a; }
.cooking-page .col-2 .tags ul li a { color: #829a9e; }
*/

.drinks-page .col-2 .tags ul li a { color: #000080; text-decoration: underline; }
.wine-page .col-2 .tags ul li a { color: #000080; text-decoration: underline; }
.people-page .col-2 .tags ul li a { color: #000080; text-decoration: underline; }
.traveler-page .col-2 .tags ul li a { color: #000080; text-decoration: underline; }
.events-page .col-2 .tags ul li a { color: #000080; text-decoration: underline; }
.dining-page .col-2 .tags ul li a { color: #000080; text-decoration: underline; }
.cooking-page .col-2 .tags ul li a { color: #000080; text-decoration: underline; }

.col-2 .tags ul li a:hover { text-decoration: none; }
/* tags end */

/* top area start */
.top-area {
	overflow: hidden;
	height: 1%;
	margin: 15px 0 0;
	padding: 0 0 33px;
}
.category-traveler-page .top-area{padding:0;}
/* text side */
.top-area .text {
	float: right;
	width: 400px;
	margin: 0 15px 0 0;
	display: inline;	
}
.category-traveler-page .top-area .text{padding-bottom:33px;}
.top-area .text .heading {
	background: url(../images/dotted-line-4.gif) repeat-x 0 100%;
	font-size: 20px;
	line-height: 22px;
	padding: 0 0 8px;
	margin: 0 0 13px;
}
.top-area .text .date {
	color: #231f20;
	font-size: 11px;
	line-height: 14px;
	display: block;
}
.top-area .text h1 {
	margin: 4px 0 0;
	padding: 0 0 2px;
	color: #231f20;
	font-size: 33px;
	line-height: 40px;
	font-weight: normal;
}
.top-area .text h2 {
	margin: 0;
	padding: 0 0 14px;
	color: #595959;
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
}
.top-area .text p {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #737373;
}
.top-area .text p a {
	color: #24a6df;
	text-decoration: none;
}
.top-area .text p a:hover { text-decoration: underline; }
.top-area .text .image {
	float: right;
	border: 1px solid #a5a5a5;
	padding: 4px;
	margin: 5px 0 0;
}
.top-area .text .image img { display: block; }
/* top area end */
/* sign area start */
.sign-area {
	overflow: hidden;
	height: 1%;
}
.sign-up-box {
	float: left;
	width: 401px;
	height: 145px;
	margin: 0 0 0 -1px;
	overflow: hidden;
}
.category-drinks-page .sign-up-box { background: url(../images/bg-sign-up-cat-orange.gif) no-repeat; }
.category-cooking-page .sign-up-box { background: url(../images/bg-sign-up-cat-gray-2.gif) no-repeat; }
.category-dining-page .sign-up-box { background: url(../images/bg-sign-up-cat-pink.gif) no-repeat; }
.category-people-page .sign-up-box { background: url(../images/bg-sign-up-cat-brown.gif) no-repeat; }
.category-traveler-page .sign-up-box { background: url(../images/bg-sign-up-cat-purple.gif) no-repeat; }
.category-wine-page .sign-up-box { background: url(../images/bg-sign-up-cat-green.gif) no-repeat; }
.category-events-page .sign-up-box { background: url(../images/bg-sign-up-cat-gray.gif) no-repeat 0 -1px; }
.category-chefs_recipes-page .sign-up-box { background: url(../images/bg-sign-up-cat-chefs_recipes.gif) no-repeat; }
.category-cheese-page .sign-up-box { background: url(../images/cheese/bg-sign-up-cat-cheese.gif) no-repeat; }
.sign-up-box h3 {
	margin: 0;
	display: none;
}
.form-sign-up-content {
	display: block;
	margin: 42px 0 0;
	padding: 0 0 0 24px;
}
.form-sign-up-content .btn-subscribe {
	background: url(../images/btn-subscribe.png) no-repeat;
	padding: 0 0 2px;
	line-height: 33px;
}
/* sign area end */
/* bottom content */
.content {
	float: right;
	width: 396px;
	margin: 20px 20px 0 0;
	display: inline;
}
.content h2 {
	margin: 0;
	padding: 0 0 11px;
	background: url(../images/dotted-line-4.gif) repeat-x 0 100%;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
}
/* recently served box start */
.recently-served {
	margin: 0;
	padding: 0;
}
.recently-served li {
	list-style: none;
	padding: 16px 0 5px;
	overflow: hidden;
	width: 100%;
	vertical-align: top;
}
.recently-served li img {
	float: left;
	border: 1px solid #ccc;
	margin: 3px 6px 0 0;
}
.recently-served li .text {
	float: left;
	width: 325px;
	margin: 2px 0 0;
}
.recently-served li .date {
	margin: 0;
	padding: 0 0 5px;
	color: #221f1f;
	font-size: 10px;
	line-height: 12px;
	display: block;
}
.recently-served li h3 {
	margin: 0;
	padding: 0 0 2px;
	color: #221f1f;
	font-size: 12px;
	line-height: 12px;
}
.recently-served li h3 a {
	color: #221f1f;
	text-decoration: none;
}
.recently-served li p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #221f1f;
}
.recently-served li p a {
	text-decoration: none;
	color: #24a6df;
}
.recently-served li p a:hover { text-decoration: underline; }
/* recently served box end */

/* popup start */
/* overlayer */
#fader {
	display: none;
	background: url(../images/opacity.png) repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	min-width: 1000px;
}
/* popup bg */
#popup {
	width: 443px;
	background: url(../images/popup-bg.gif) no-repeat;
	position: absolute;
	z-index: 999;
	top: 183px;
	left: 50%;
	overflow: hidden;
	display: none;
}
#popup .popup-body {
	padding: 11px 0 8px 10px;
	height: 1%;
	overflow: hidden;
	background: url(../images/popup-bg-bottom.gif) no-repeat 0 100%;
}
/* button close */
#close {
	background: url(../images/btn-close.gif) no-repeat;
	width: 19px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	margin: 10px 20px 0 0;
	display: inline;
}
/* text styles */
#popup h2 {
	margin: 0 0 0 17px;
	padding: 15px 0 0;
	color: #a8253a;
	font: italic 32px/34px Georgia, "Times New Roman", Times, serif;
}
#popup h3 {
	margin: 3px 30px 0 17px;
	padding: 0 0 13px;
	color: #a8253a;
	font: italic 21px/25px Georgia, "Times New Roman", Times, serif;
}
#popup p {
	margin: 0 0 0 19px;
	padding: 0 10px 0 0;
	color: #221f1f;
	font: 11px/13px Verdana, Arial, sans-serif;
}
#popup td {
	color: #221f1f;
	font: 11px/13px Verdana, Arial, sans-serif;
}
/* columns */
.popup-col {
	float: left;
	width: 170px;
	display: inline;
	margin: 0 20px 0 20px;
	padding: 0 0 16px;
}
/* form styles */
.popup-col label {
	display: block;
	color: #221f1f;
	font: 11px/13px Verdana, Arial, sans-serif;
	padding: 12px 0 0;
}
.popup-col .input {
	background-color: #f2f2f2;
	border: 0;
	border-top: 2px solid #adadad;
	border-left: 2px solid #adadad;
	width: 153px;
	color: #221f1f;
	font: 12px/15px Arial, sans-serif;
	padding: 4px 7px;
	margin: 7px 0 4px;
}
.popup-col select {
	border: 0;
	margin: 0;
	padding: 0;
	width: 160px;
}
.radios {
	overflow: hidden;
	width: 100%;
	padding: 0 0 11px;
}
.radios label {
	float: left;
	padding: 11px 17px 0 0;
}
.radios input {
	margin: -2px 7px 0 1px;
	width: 15px;
	vertical-align: middle;
}
* html .radios input {
	height: 15px;
	margin-top: 0;
	vertical-align: top;
}
*+html .radios input {
	height: 15px;
	margin-top: 0;
	vertical-align: top;
}
#btn-enter {
	margin: 36px 0 0 2px;
	padding: 2px 0 0;
	width: 95px;
	height: 18px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/btn-enter.gif) no-repeat;
	font-weight: bold;
}
/* custom selects styles start */
.outtaHere {
	position: absolute;
	left: -3000px;
}
/* selects */
.selectArea {
	margin: 6px 0 3px;
	position: relative;
	z-index: 10;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #333;
	width: 168px;
	height: 20px;
	overflow: hidden;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 20px;
	border-style: none;
	background: url(../images/select-button.gif) no-repeat 100% 0;
}
.selectArea .center {
	float: left;
	padding: 2px 0 0 5px;
	height: 18px;
	width: 140px;
	overflow: hidden;
	background: url(../images/select-bg.gif) no-repeat;
}
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	z-index: 1000;
	margin: 0;
	width: 144px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #adadad;
	background-color: #f2f2f2;
}
.optionsDivInvisible { display: none; }
.optionsDivVisible ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.optionsDivVisible a {
	padding: 4px 0 4px 5px;
	text-decoration: none;
	display: block;
	color: #333;
	cursor: pointer;
	width: 139px;
}
.optionsDivVisible a:hover { background-color: #fff; }
/* custom selects styles end */
/* popup end */
/* big photo styles start */
.big-photo {
	overflow: hidden;
	height: 1%;
	border-bottom: 11px solid #fff;
	margin: 0 0 0 -4px;
	position: relative;
}
.big-photo img {
	float: left;
	border: 1px solid #4a4a4a;
	padding: 3px;
}
/* big photo styles end */
/* press page */
.press-page .seo-container{width:687px;}
.pressblock{
	width:100%;
	overflow:hidden;
}
.pressblock h2{
	margin:29px 0 0px;
	padding:0 10px;
	width:667px;;
	background:#e8e7e9;
	font:bold 14px/22px Georgia, serif;
	color:#000;
	overflow:hidden;
}
.pressblock .blockhold{
	margin-top:25px;
	width:100%;
	border-top:11px #f5f5f6 solid;
	overflow:hidden;
}
.pressblock .topblock{
	margin-top:10px;
	border:none;
}
.pressblock .blockhold h3{
	margin:14px 0 0;
	float:left;
}
.pressblock .blockhold h3 img{vertical-align:top;}

.pressblock .date{
	margin:14px 0 0 11px;
	float:left;
	display:inline;
	font:italic 12px/18px Georgia, serif;
	color:#6a6a6e;
}
.pressblock .blockhold .holder{
	width:454px;
	float:right;
}
.pressblock .blockhold .block,
.pressblock .blockhold .wideblock{
	margin-left:10px;
	width:217px;
	float:left;
	display:inline;
	overflow:hidden;
}
.pressblock .blockhold .wideblock{width:434px;}
.pressblock .blockhold .textholder{
	width:502px;
	float:right;
}
.pressblock .blockhold p{
	margin:14px 0 0;
	padding-bottom:5px;
	font:12px/18px Georgia, serif;
	color:#4c4c4c;
}
.pressblock .blockhold p a{
	color:#24a6df;
	text-decoration:none;
}
.pressblock .blockhold p a:hover{text-decoration:underline;}
.pressblock .blockhold h4{
	margin:14px 0 0;
	font:bold 14px/16px Georgia, serif;
	color:#000;
}
.pressblock .blockhold h5{
	margin:18px 0 0;
	font:bold 12px/18px Georgia, serif;
	color:#4c4c4c
}
.pressblock .blockhold span{
	display:block;
	font:12px/18px Georgia, serif;
	color:#4c4c4c;
}
/* press page right column*/
.press-page .col-3{
	margin:28px 0 0 24px;
	width:192px;
}
.col-3 .connect{
	width:100%;
	overflow:hidden;
}
.col-3 .connect .title{
	width:100%;
	background:url(../images/dot-line.gif) repeat-x;
	padding-bottom:6px;
	overflow:hidden;
}
.col-3 .connect .title h3{
	margin:0;
	width:100%;
	font:italic 13px/25px Georgia, serif;
	color:#423535;
	background:url(../images/dot-line.gif) repeat-x 0 100%;
}
.col-3 .connect .block{
	margin-top:16px;
	width:100%;
	border-top:1px #ccc solid;
	overflow:hidden;
}
.col-3 .connect .block h4{margin:8px 0 0;}
.col-3 .connect .block h4 img{vertical-align:top;}
.col-3 .connect .block p{
	margin:8px 0 0;
	font:12px/18px Georgia, serif;
	color:#4c4c4c;
}
.col-3 .connect .block p a{
	color:#24a6df;
	text-decoration:none;
}
.col-3 .connect .block p a:hover{text-decoration:underline;}
.col-3 .connect .block ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.col-3 .connect .block ul li{
	padding-left:11px;
	width:181px;
	float:left;
	background:url(../images/icon-plus.gif) no-repeat 1px 6px;
	font:12px/18px Georgia, serif;
	color:#4c4c4c;
}
.col-3 .connect .block ul li a{
	color:#24a6df;
	text-decoration:none;
}
.col-3 .connect .download{
	margin-top:14px;
	width:100%;
	background:url(../images/dot-line.gif) repeat-x;
	overflow:hidden;
}
.col-3 .connect .download .bgbot{
	width:100%;
	padding:11px 0 8px;
	background:url(../images/dot-line.gif) repeat-x 0 100%;
	overflow:hidden;
}
.col-3 .connect .download .red-btn{
	float:left;
	height:26px;
	cursor:pointer;
	text-decoration:none;
	font:bold 13px/24px Georgia, serif;
	color:#fff;
	background:url(../images/bg-red-btn.gif) no-repeat;
}
.col-3 .connect .download .red-btn span{
	float:left;
	height:26px;
	padding:0 16px 0 25px;
	background:url(../images/bgend-red-btn.gif) no-repeat 100% 0;
}
.col-3 .connect .download em{
	margin-left:5px;
	float:left;
	display:inline;
	font:italic 12px/24px Georgia, serif;
	color:#6a6a6e;
}

table.event {
	width: 975px;
	border-width: 0px;
	border-spacing: 0;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.event th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}
table.event td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
}

.patron-container {
	padding: 27px 0 100px;
	margin: 0 44px 0 0;
}
.patron-container .heading {
	background: url(../images/bg-heading.gif) repeat-x;
	height: 58px;
	position: relative;
}
.patron-container .heading h1 {
	margin: 7px 0 0 20px;
	display: inline;
	background: url(../images/text-great-taste.gif) no-repeat;
	height: 44px;
	width: 656px;
	font-size: 20px;
	float: left;
	text-indent: -9999px;
}
.patron-container .heading span {
	float: left;
	font-size: 18px;
	line-height: 21px;
	font-style: italic;
	color: #fff;
	margin: 17px 0 0 9px;
}
.patron-container .heading .boxing {
	position: absolute;
	top: 38px;
	left: -10px;
	background: url(../images/boxing.png) no-repeat;
	width: 115px;
	height: 123px;
	overflow: hidden;
	text-indent: -9999px;
}
.intro {
	overflow: hidden;
	margin: 22px 0 0 133px;
	padding: 0 0 20px;
	width: 775px;
}
.intro h2 {
	margin: 0 0 11px;
	color: #4c4c4c;
	font-size: 25px;
	line-height: 28px;
	font-weight: normal;
}
.intro p {
	margin: 0;
	color: #000;
	line-height: 18px;
}
.intro p a:link { color: #2e1f47; }
.sidebar {
	float: right;
	width: 150px;
	margin: 8px 0 0 12px;
	position: relative;
}
.sidebar img { display: block; }
.inner-content {
	float: left;
	width: 757px;
}
.you-decide {
	background: url(../images/bg-you-decide.gif) repeat-y;
	width: 730px;
	margin: 0 0 0 16px;
}
.you-decide .top { background: url(../images/bg-you-decide-top.gif) no-repeat 1px 0; }
.you-decide .bottom {
	background: url(../images/bg-you-decide-bottom.gif) no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 10px 0 26px 8px;
}
.you-decide h3 {
	margin: 0;
	padding: 0 0 18px;
	overflow: hidden;
	height: 1%;
}
.you-decide h3 span {
	float: left;
	background: #bd384d url(../images/pointer.gif) no-repeat 100% 0;
	height: 26px;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	padding: 3px 63px 0 12px;
}
.more-authentic {
	float: left;
	width: 243px;
	margin: 0 0 0 19px;
	display: inline;
}
.why-exactly {
	float: left;
	width: 430px;
}
.you-decide .sub-heading {
	font-size: 10px;
	line-height: 13px;
	color: #ea7c36;
}
.you-decide textarea {
	width: 409px;
	height: 62px;
	border: 2px solid #e3e1e5;
	margin: 8px 0 0;
	overflow: auto;
	display: block;
	color: #7f8a8e;
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	padding: 3px 5px;
}
.you-decide .btn-submit {
	background: url(../images/btn-submit2.gif) no-repeat;
	width: 110px;
	height: 23px;
	color: #333;
	font: bold 14px/23px Georgia, "Times New Roman", Times, serif;
	border-style: none;
	color: #fff;
	float: right;
	margin: 11px 0 0;
	padding: 0 0 2px;
	cursor: pointer;
}
.more-authentic ul {
	margin: 22px 0 0;
	padding: 0;
	overflow: hidden;
	width: 193px;
}
.more-authentic ul li {
	overflow: hidden;
	height: 1%;
	list-style: none;
	background: url(../images/dotted-line-5.gif) repeat-x 0 100%;
	padding: 1px 0 7px;
}
.more-authentic ul li input {
	float: left;
	width: 16px;
	height: 15px;
	margin: 6px 4px 0 0;
}
.more-authentic ul li label {
	float: left;
	font-size: 20px;
	line-height: 23px;
}
.more-authentic ul li span {
	float: right;
	color: #929497;
	font-size: 20px;
	line-height: 22px;
}
.social-club {
	overflow: hidden;
	height: 1%;
	margin: 26px 0 0 -7px;
}
.social-club h3 {
	margin: 0;
	overflow: hidden;
	height: 1%;
	padding: 0 0 0 3px;
	background: url(../images/bg-heading-lilac-left.gif) no-repeat 0 -1px;
}
.social-club h3 span {
	background: url(../images/bg-heading-lilac.gif) no-repeat 100% 0;
	height: 41px;
	padding: 12px 50px 0 9px;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	float: left;
}
.social-club .vs {
	overflow: hidden;
	background: url(../images/vs.gif) no-repeat;
	margin: 4px 0 0 8px;
	height: 1%;
	width: 756px;
	vertical-align: bottom;
}
.social-club .vs-head {
	background: url(../images/vs-line.gif) repeat-y;
	background-position: 8px;
}
.social-club .col {
	float: left;
	width: 365px;
	margin: -3px 0 0;
	position: relative;
	overflow: hidden;
}
.social-club .col-right {
	float: left;
	width: 367px;
	margin-left: 24px;
	display: inline;
}
.social-club .subcol-right {
	position: relative;
	width: 338px;
	padding-right: 10px;
	padding-left: 10px;
}
.submission-image img {
	max-width: 40px;
	width: expression(document.body.clientWidth > 40? "40px" : "auto");
	max-height: 47px;
}
.notable-image img {
	max-width: 46px;
	width: expression(document.body.clientWidth > 46? "46px" : "auto");
	max-height: 56px;
}
.social-club .col .city {
	margin: 0 0 0 1px;
	color: #829a9e;
	font-size: 20px;
	line-height: 23px;
	display: block;
}
.social-club .col-right .city { text-align: right; }
.social-club ul {
	margin: 9px 0 0 1px;
	padding: 0;
	overflow: hidden;

}
.social-club ul li {
	overflow: hidden;
	list-style: none;
	background: url(../images/dotted-line-4.gif) repeat-x;
	background-position:bottom; 
	padding: 10px 0 10px;
}
.social-club ul li .info {
	overflow: hidden;

}
.social-club ul li .info .image {
	float: left;
	margin: 0 8px 0 0;
}
* html .social-club ul li .info .image { margin-right: 5px; }
*+html .social-club ul li .info .image { margin-right: 5px; }
.social-club ul li .info .image img { display: block; }
.social-club ul li .info h4 {
	margin: 0;
	font-size: 13px;
	line-height: 17px;
	color: #4484a4;
}
.social-club ul li .info h4 a {
	color: #4484a4;
	text-decoration: none;
}
.info h4 a:hover { text-decoration: underline !important; }
.social-club ul li .info .date {
	display: block;
	color: #b2b2b2;
	font: 12px/15px Arial, Helvetica, sans-serif;
}
.social-club ul li .text {
	overflow: hidden;

	padding: 7px 0 0;
}
.social-club ul li .text p {
	margin: 0;
	color: #000;
	line-height: 18px;
}
.social-club ul li .note {
	background: #f4f3f5 url(../images/bg-grad.gif) repeat-x;
	padding: 10px 13px 11px;
	margin: 0 0 -10px 0;
	height: 1%;
	overflow: hidden;
}
.social-club ul li .note p {
	margin: 0;
	color: #666;
	font-style: italic;
	line-height: 18px;
}


.primary {
	overflow:hidden;
	height:1%;
	padding:189px 33px 0 29px;
}
.promo,
.promo-top,
.promo-btm {
	overflow:hidden;
	background:url(../images/promo-bg.gif) repeat-y;
}
.promo-ad {background:none; text-align:center;}
.promo-top {background:url(../images/promo-top.gif) no-repeat;}
.promo-btm {
	background:url(../images/promo-btm.gif) no-repeat 0 100%;
	padding:20px 0 11px;
}
.promo h1 {
	font:18px/22px Georgia, "Times New Roman", Times, serif;
	margin:0 100px 25px;
	text-align:center;
	color:#4c4c4c;
}
.promo h1 a {color:#4c4c4c;}
.promo h1 a:hover {text-decoration:none;}
.promo-text {
	font:18px/22px Georgia, "Times New Roman", Times, serif;
	margin:0 100px 25px;
	text-align:center;
	color:#4c4c4c;
}
.steps {
	height:1%;
	overflow:hidden;
	padding:6px 0 25px 50px;
}
.steps p {
	margin:0 0 20px;
	line-height:18px;
}
.steps p a,
.info p a {
	color:#57b6dd;
	text-decoration:none;
}
.steps p a:hover,
.info p a:hover {text-decoration:underline;}
.steps01 {
	float:left;
	width:354px;
	margin-right:13px;
	background:url(../images/step01.gif) no-repeat;
	padding:7px 0 0 52px;
}
.steps01 .separate {
	display:block;
	font-size:14px;
	margin:0;
	padding:9px 0;
}
.steps02 {
	float:left;
	width:368px;
	background:url(../images/step02.gif) no-repeat;
	padding:8px 0 0 52px;
}
.sweepstake-steps01 {
	float:left;
	width:700px;
	margin-right:13px;
	background:url(../images/step01.gif) no-repeat;
	padding:7px 0 0 52px;
}
.sweepstake-steps02 {
	float:left;
	width:700px;
	background:url(../images/step02.gif) no-repeat;
	padding:8px 0 0 52px;
}
.sweepstake-steps03 {
	float:left;
	width:700px;
	background:url(../images/step03.gif) no-repeat;
	padding:8px 0 0 52px;
}
.sweepstake-steps04 {
	float:left;
	width:700px;
	background:url(../images/step04.gif) no-repeat;
	padding:8px 0 0 52px;
}
.info {
	overflow:hidden;
	padding:27px 12px 10px 7px;
	background:url(../images/line01.gif) no-repeat 12px 0;
}
.info h1 {
	margin:0 0 1px;
	font:bold 24px/24px Georgia, "Times New Roman", Times, serif;
	padding:0 1px;
}

.info h2 {
	margin:0 0 10px;
	font:bold 15px/24px Georgia, "Times New Roman", Times, serif;
	background:#d9dbdc;
	padding:0 17px;
}
.info p {
	font:10px Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:0 0 10px;
}
.eat_locally {
	overflow: hidden;
	width: 264px;
	background: url(../images/dotted-line-3.gif) no-repeat 6px 0;
	margin: 6px 0 0;
	padding: 13px 0 3px;
}

.sweepstakes {
	overflow:hidden;
	padding:5px 50px 0px 1px;
	background:url(../images/line01.gif) no-repeat 12px 0;
}
.sweepstakes h2 {
	margin:0 0 5px;
	font:bold 20px/24px Georgia, "Times New Roman", Times, serif;
	background:#d9dbdc;
	padding:5px 5px;
}
.sweepstakes p {
	width: 90%;
	text-align:center;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:10px 0 10px 50px;
}
.sweepstakes .terms h2 {
	width: 100%;
	margin:0px 0px 0px 12px;
	font:bold 16px/24px Georgia, "Times New Roman", Times, serif;
	background:#d9dbdc;
	padding:1px 1px 1px 10px;
}
.sweepstakes .terms p {
	width: 100%;
	text-align:justify;
	font:10px Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:5px 10px 1px 15px;
}
.leaderboard_article_category {
	float:right;
	margin: 2px 50px 1px 0px;
	width:  730px;
}

.article-leaderboard-wrapper {
	margin-left: 201px; 
	float: left;
}

.leaderboard_article_detail{
	margin: 1px 20px 5px auto;
	width:  730px;
}

/* BEGIN: USED FOR HEADER EDITION DROP DOWN */
.edition-link {
	position:absolute;
	top:8px;
	left:62px;
	text-decoration:none;
	color:#4c4c4c;
	font:bold 11px Georgia, "Times New Roman", Times, serif;
}
.header-select {
	position:absolute;
	top:0;
	left:128px;
	padding-top: 2px;
}
.header-select select {
	cursor: hand;
	cursor: pointer;
	display: block;
	padding: 2px;
	color: #d2d2d2;
	background:#4a4a4a;
	background-color: #4a4a4a;
	font:bold 13px Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	border: none;
	text-transform: uppercase;
	}
.top-bar-expanded {
	background: url(../images/bg-header2.jpg) repeat-x;
	overflow: hidden;
	width: 100%;
	height: 27px;
}


/* END: USED FOR HEADER EDITION DROP DOWN */
.share-buttons  table em{
	color:#4c4c4c;
	font-size:11px;
	line-height:12px;
	display:block;
	margin:0 0 0 5px;
}
.share-buttons  table td em{
	font-size:11px;
	color:#666;
	margin:3px 0 0;
}
.share-buttons table td em.label1{margin:10px 0 0;}
.share-buttons table td.cols1{width:185px;}
.share-buttons table .link-print{
	background:url(/images/btn-print.png) no-repeat;
	width: 90px;
	height: 30px;
	float:left;
	text-indent:-9999px;
	margin-right: 2px;
}
.share-buttons table .link-subscribe{
	background:url(/images/btn-subscribe3.png) no-repeat;
	width: 90px;
	height: 30px;
	float:left;
	text-indent:-9999px;
	margin-right: 2px;
}
.share-buttons table .link-invite{
	background:url(/images/btn-invite.png) no-repeat;
	width: 80px;
	height: 30px;
	float:left;
	text-indent:-9999px;
	margin-right: 2px;
}
.share-row{
	width:100%;
	overflow:hidden;
	margin:8px 0 0;
}
.share-row span{
	float:left;
	font-size:11px;
	color:#4c4c4c;
	font-weight:bold;
	padding:7px 0 0 18px;
}
.social-link{
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
	float:left;
}
.social-link li{
	float:left;
	padding:0 5px;
}


/*
	margin: top right bottom left
*/

