/**************************/
/* Import Global CSS */

@import "/css/global.css?time=9";

@import "/css/colorbox.css?time=2";


/**************************/
/* Gobal CSS */

body {
	padding:0px;
	margin:0px;
	font-family:verdana,Arial;
	font-size:11px;
	background-color:white;
}

img.pngfix { behavior: url(/css/iepngfix.htc) }

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.arrow_down {
	padding-right:10px;
	background:url(/redesign/images/boston/arrow_down.gif) top right no-repeat;;
}

table {
	margin:0px;
	padding:0px;
}

table td {
	margin:0px;
	padding:0px;
}

table.table_padd td {
	padding-left:5px;
}

form {
	padding:0px;
	margin:0px;
}

.vert_ads {
	text-align:center;
	background-color:white;
	padding-top:10px;
}

.box_ads {
	text-align:center;
	background-color:#F3F3ED;
	padding:10px 0px;
	margin-bottom:10px;
}

h1 { padding:0px; margin:0px; }
h2 { padding:0px; margin:0px; }
h3 { padding:0px; margin:0px; }
h4 { padding:0px; margin:0px; }
h5 { padding:0px; margin:0px; }
h6 { padding:0px; margin:0px; }

.left_align {
	float:left;
}

.right_align {
	float:right;
}

.right_align a {
	color:#00425C;
}


/* UL Inline */
ul.inline {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.inline li {
	float:left;
	padding-right:10px;
}

.clearAll {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}

.misc_content {
	line-height:17px;
}

.misc_content a {
	color:#205E73;
}


h2.title_two {
	color:#231F20;
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:15px;
	font-family:Arial, Verdana;
}

/**************************/
/* Layout Containers */

div#container {
	width:980px;
	text-align:left;
}

/* Top Nav */

div#top-nav {
	background:url(/redesign/images/philly/bg_top_nav.gif?2) top left;
	height:48px;
	font-size:9px;
	color:#414744;
}

div#top-nav ul {
	float:left;
}

div#top-nav ul li {
}

div#top-nav ul li a {
	color:#414744;
}

a#top-right-mag {
	display:block;
	float:right;
	width:230px;
	height:30px;
	overflow:hidden;
}

/* Logo Bar */

div#logo_bar {
}

div#logo_bar .logo {
	width:508px;
	float:left;
	text-align:center;
	overflow:hidden;
}

div#logo_bar .logo img {
}

div#logo_bar .logo_ad {
	float:left;
	width:236px;
	text-align:left;
	padding-top:5px;
	overflow:hidden;
}

div#logo_bar .sub_logo {
	width:250px;
	overflow:hidden;
	float:left;
}

div#logo_bar .sub_leaderboard {
	float:left;
}


/* Main Nav */
div.main_nav {
	color:white;
}

div.main_nav * {
	margin:0px;
	padding:0px;
}

div.main_nav li {
	list-style-type:none;
}

.main_nav_rule {
	height:1px;
	font-size:1px;
	line-height:1px;
}

div.main_nav .nav_one {
	background-color:#EEEEE5;
	height:27px;
}

div.main_nav .nav_one .main_nav_rule {
	background:url(/redesign/images/philly/main_nav_rule_nav_one.gif) top left no-repeat;
}

div.main_nav .nav_two {
	background-color:#D5D5C0;
}

div.main_nav .nav_two .main_nav_rule {
	background:url(/redesign/images/philly/main_nav_rule_nav_two.gif) top left no-repeat;
}

div.main_nav .nav_one, 
div.main_nav .nav_two {
	text-align:center;
}

div.main_nav .nav_one table,
div.main_nav .nav_two table {
	width:100%;
}

div.main_nav .nav_one td {
	padding:0px;
	text-align:center;
	height:21px;
}

div.main_nav .nav_two td {
	padding:0px;
	text-align:center;
/*	height:21px; */
}

div.main_nav td.nav_spacer {
	width:1px;
	font-size:1px;
	background:url(/redesign/images/philly/bg_td_spacer.gif) top left;
}

div.main_nav a {
	color:black;
	font-weight:bold;
	font-family:Verdana,Arial;
	text-decoration:none;
}

div.main_nav .nav_one a.primary {
	font-size:18px;
	text-decoration:none;
}

div.main_nav .nav_one a {
	text-decoration:none;
}

div.main_nav .nav_two a {
	font-size:11px;
	padding:0px 0px;
	text-decoration:none;
}

div.main_nav td.last {
	border:none;
}

.nav_cell_box {
	position:relative;
}

.nav_one div.nav_cell_box {
	height:26px;
}

html>body .nav_one div.nav_cell_box {
	height:26px;
}

.nav_two div.nav_cell_box {
	height:13px;
	text-align:center;
}

html>body .nav_two div.nav_cell_box {
	padding-top:3px;
	height:18px;
}

.nav_one ul.nav_tab {
	width:225px;
}

.nav_two ul.nav_tab {
	width:165px;
}

div.box_top {
	display:none;
	position:relative;
	height:2px;
	width:0px;
	background-color:#CCCCCC;
	z-index:300;
	top:0px;
	left:0px;
}

ul.nav_tab {
	position:absolute;
	background-color:#FFFFFF;
	list-style-type:none;
	margin:0px;
	padding:0px 10px 0px 10px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	display:none;
	text-align:left;
}

.nav_one ul.nav_tab {
	left:-1px;
	top:24px;
}

html>body .nav_one ul.nav_tab {
	left:-1px;
	top:26px;
}

.nav_two ul.nav_tab {
	left:-1px;
	top:17px;
}

html>body .nav_two ul.nav_tab {
	left:-1px;
	top:20px;
}

ul.nav_tab li {
	padding:0px 0px 5px 0px;
	text-align:left;
}

ul.nav_tab li.primary_break {
	height:1px;
	background:url(/redesign/images/philly/main_nav_rule_nav_one.gif) top left no-repeat;
	font-size:1px;
	line-height:1px;
	width:5px;
}

.nav_two ul.nav_tab li.primary_break {
	background:url(/redesign/images/philly/main_nav_rule_nav_two.gif) top left no-repeat;
}

ul.nav_tab li a {
	color:#000000;
	text-decoration:none;
}

.nav_one .inactive_tab {
	border-top:1px solid #EEEEE5;
	border-right:1px solid #EEEEE5;
	border-left:1px solid #EEEEE5;
}

.nav_two .inactive_tab {
	border-top:1px solid #D5D5C0;
	border-right:1px solid #D5D5C0;
	border-left:1px solid #D5D5C0;
}

.active_tab {
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	background-color:#FFFFFF;
}

.nav_one, 
.nav_one td, 
.nav_one td div.nav_cell_box,
.nav_one td ul,
.nav_one td ul li {
	z-index:200;
}

.nav_two, 
.nav_two td, 
.nav_two td div.nav_cell_box,
.nav_two td ul,
.nav_two td ul li {
	z-index:100;
}

/* Breadcrumb */
div#bread_crumb {
	height:30px;
}

div#bread_crumb .nav {
	float:left;
	margin-top:5px;
	font-size:10px;
	color:#93A09A;
}

div#bread_crumb a {
	color:#93A09A;
}

div#bread_crumb .search {
	white-space: nowrap;
	float:       right;
	width:       460px;
	padding:     3px 0px 0px 0px;
	text-align:  right;
}

body#dining_food_wine #bread_crumb .search {
	width:180px;	
}

div#bread_crumb .search #user_login {
	float:left;
	width:260px;
	padding-top:4px;
	padding-right:10px;
}

div#bread_crumb input#keywords {
	float:left;
	border:1px solid #C2C9C6;
	color:#93A09A;
	width:135px;
	margin:2px 5px 0px 0px;
	height:17px;
}

div#bread_crumb .search form .go {
	margin-top:2px;
	float:left;
}

#crumb #bread_crumb {
	float:left;
}

#crumb #bread_crumb_clear {
	display:none;
}

#crumb .site_search {
	width:480px;
	float:right;
}

#crumb .site_search #user_login {
	margin-top:4px;
	display:inline;
	float:left;
	width:260px;
}

#crumb .site_search .search_form {
	width:210px;	
	float:right;
}

#crumb .site_search .search_form input#keywords,
#crumb .site_search .search_form #go {
	float:left;
}

/**************************/
/* Home Page Template */

div.home_left_col {
	clear:both;
	width:642px;
	float:left
}

div.home_left_col a {
	color:#035378;
}

div.home_right_col {
	width:328px;
	float:right;
}

div.home_left_col .left_left {
	float:left;
	width:170px;
	background:url(/redesign/images/philly/bg_left_left.gif) top left;
}

div.left_left_padd {
	padding:2px 0px 3px 3px;
}

div.home_left_col .left_right {
	float:right;
	width:460px;
	overflow:hidden;
}

/* Find a Listing */

.listings {
	padding:2px;
	display:none;
}

.listing_content .website_link {
	width:300px;
	overflow:hidden;
}

.listings #default_close {
	display:none;
}

.listings .listings_box {
	padding-right:5px;
}

.listings div.search_form {
	margin:4px 0px 12px 0px;
}

.listings div.search_form input#listings_keywords {
	width:120px;
	float:left;	
	border:1px solid #C2C9C6;
	color:#93A09A;
	font-size:10px;
	margin-right:3px;
	height:18px;
}

.listings div.search_form .image {
	float:right;
}

.listings .title {
	height:22px;
	background-color:#B3B398;
	text-align:center;
}

.listings h4 {
	margin:2px 2px 0px 2px;
	padding:3px 0px 0px 4px;
	color:#FFFFFF;
	font-size:11px;
	font-family:Georgia;
}

.listings .title_type {
	height:15px;
	cursor:pointer;
}

.listings .title_type_arrow_down {
	background:url(/redesign/images/philly/bg_list_title_arrow_down.jpg) no-repeat top left;
}

.listings .title_type_arrow_right {
	background:url(/redesign/images/philly/bg_list_title_arrow_right.jpg) no-repeat top left;
}

.listings h5 {
	margin:0px;
	padding:1px 0px 0px 15px;
	font-size:9px;
	color:#80806F;
}

.listings h5 a {
	color:#80806F;
}

.listings ul li div.gl_lines {
	color:#035378;
	font-weight:bold;
	cursor:pointer;
}

.listings ul li b {
	color:#035378;
}

.listings ul li {
	line-height:16px;
}

.listings ul li a {
	color:#414744;
}

.listings ul li.arrow_down {
	list-style-image:url(/redesign/images/philly/arrow_down_ul.gif);
}

.listings ul li.arrow_right {
	list-style-image:url(/redesign/images/philly/arrow_right_ul.gif);
}

.listings ul.lines {
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-image:url(/redesign/images/boston/line_ul.gif);
}

.listings ul.lines li.lines_more {
	list-style-image:none;
}

.listings ul.lines li.lines_more a {
	color:#035378;
}

.result_icons {
	padding-top:5px;
}

.result_icons .icon {
	float:left;
	padding-right:5px;
}

a.all_link {
	padding-left:10px;
	color:#035378;
}

/* Slideshow */

.slideshow {
	margin-bottom:0px;
}

.slideshow_single {
	background-color:#B3B399;
	width:463px;
	overflow:hidden;
}

.slideshow_single .single_slide {
	padding:5px;
}

/* Home Page Tabs */

.tabs_cnt {
	width:327;
	height:230;
	background:url(/redesign/images/philly/bg_tabs.gif);
}

.tabs {
	width:321px;
	height:224px;
	overflow-x:auto;
	overflow-y:hidden;
}

.tabs .tab {
	width:106px;
	color:#414744;
	float:left;
	margin-right:1px;
	overflow:hidden;
}

.tabs .tab .tab_content {
	padding-right:10px;
	line-height:13px;
}

.tabs .tab a {
	color:#414744;
}

.tabs .tab .title {
	background-color:#B3B398;
	font-weight:bold;
	text-align:center;
	color:white;
	font-family:Georgia;
	padding:0px 0px 3px 0px;
}

.tabs .tab .title span {
	display:block;
	padding-top:4px;
}

.tabs .tab .title span a {
	color:white;
}

.tabs .tab b {
	display:block;
	font-weight:bold;
	color:black;
	margin-bottom:2px;
}

.tabs .image {
	border:1px solid #C2C9C6;
	padding:4px;
	margin:2px 0px 6px 0px;
}

.tabs .image .party {
	width:98px;
	height:98px;
	overflow:hidden;
}


/**************************/
/* Footer */ 

div#page_footer {
	margin:20px 0px;
}

div#page_footer .footer_links {
	background-color:#F3F3ED;
	margin:3px;
}

div#page_footer table {
	background:url(/redesign/images/page_footer_block.gif) top left no-repeat;
}

div#page_footer table td a {
	color:#414744;
	text-decoration:none;
}

div#page_footer table td {
	padding:0px 7px 0px 10px;
	font-size:10px;
	width:164px;
	border-right:2px solid #FFFFFF;
	text-align:left;
}

div#page_footer h3 {
	font-size:12px;
	margin:10px 0px 3px 5px;
	font-family:Georgia;
}

div#page_footer ul.lines {
	margin:0px;
	padding:0px;
	list-style-type:disk;
	color:#605F5F;
}

div#page_footer ul.lines li {
	margin-left:20px;
	padding:0px;
	line-height:12px;
}

div#page_footer table td.more_link {
	padding:8px 0px 15px 15px;
}

div#page_footer table td a.more {
	display:block;
	color:#214B63;
	font-style:italic;
	color:#605F5F;
	font-size:11px;
	font-weight:bold;
}

div#copyright {
	background:url(/redesign/images/boston/bg_copyright.gif) top left;
	height:80px;
}

div#copyright .links {
	width:980px;
	text-align:left;
	padding:15px 0px 0px 0px;
	font-size:10px;
}

div#copyright .links a {
	padding-right:10px;
	color:#231F20;
	letter-spacing:-.03em;
}

div#copyright .links b {
	display:block;
	font-weight:normal;
	color:#93A09A;
	margin-top:5px;
}



/**************************/
/* tout_standard */ 

.tout_standard {
	padding-bottom:15px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:15px;
}

.tout_standard .right a {
	color:black;
}

.tout_standard h4 {
	color:#035378;
	font-size:11px;
	background-color:#E5E5D7;
	padding-left:2px;
	text-transform: uppercase;
}

.tout_standard h4 a {
	color:#035378;
}

.tout_standard .right {
	float:right;
	padding-top:4px;
	width:335px;
	text-align:left;
}

.tout_standard .right p {
	margin:0px;	
}

.tout_standard .right span {
	display:block;
	margin-bottom:10px;
	color:#414744;
}

.tout_standard .left {
	float:left;
	color:#414744;
	padding-top:6px;
	width:100px;
}

.tout_standard .right h2 {
	font-size:12px;
	font-weight:normal;
	line-height:19px;
	padding-left:2px;
	color:#016798;
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
}

.tout_standard .right h2 a {
	font-size:12px;
	color:#016798;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;	
}

.tout_standard .right h3 {
	margin:0px 0px 2px 0px;
}

.tout_standard .right h3 a {
	font-family:Arial, Verdana;
	font-size:18px;
	text-decoration:none;	
}

.tout_standard .right h3 a:hover {
	text-decoration:underline;
}

.tout_standard .right .by_line {
	margin:6px 0px 0px 0px;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	color:#016798;
	font-style:italic;
}

.tout_standard .left span {
	display:block;
	font-weight:bold;
	color:#234F20;
	margin:10px 0px 10px 2px;
	text-transform: uppercase;
}

.tout_standard .left .tout_left_padd {
	padding-right:10px;
	padding-left:0px;
}

.tout_standard .left .image {
	float:left;
	margin-right:10px;
	border: none;
}

.tout_standard .left .image img {
	border: 1px solid #C2C9C6;
	padding: 4px;
	width: 98px;
	height: 98px;
}


/* tout vertical */ 
.tout_vertical {
	margin-bottom:15px;
}

.tout_vertical .background {
	background:url(/redesign/images/philly/bg_tout_vertical.gif) top left no-repeat;
	padding:5px 0px;
}

.tout_vertical h4 {
	color:#214B63;
	font-size:11px;
	padding:2px 5px;
	text-transform: uppercase;
	background-color:#E5E6D8;
	margin-bottom:2px;
}

.tout_vertical h4 a {
	color:#214B63;
}

.tout_vertical .right {
	float:left;
	width:110px;
}

.tout_vertical .right b {
	color:#231F20;
}

.tout_vertical .right span {
	display:block;
	margin-bottom:10px;
	color:#414744;
}

.tout_vertical .left {
	width:311px;
	float:left;
	color:414744#;
	padding-top:6px;
}

.tout_vertical .left h2 {
	font-size:11px;
	font-weight:normal;
	line-height:19px;
	padding-left:2px;
}

.tout_vertical .left .by_line {
	font-weight:bold;
	font-size:11px;
}

.tout_vertical .left h2 a {
	color:#035378;
}

.tout_vertical .left h3 {
	font-family:Arial, Verdana;
	font-size:22px;
	padding-bottom:3px;
	color:#231F20;
	text-transform: uppercase;
}

.tout_vertical .left h3 a {
	color:#231F20;
}

.tout_vertical .left span {
	display:block;
	font-weight:bold;
	color:#234F20;
	margin:10px 0px 10px 2px;
	text-transform: uppercase;
}

.tout_vertical .left .tout_left_padd {
	padding-right:10px;
	padding-left:14px;
}

.tout_vertical .right img {
	margin-left:10px;
	border: none;
}

.tout_vertical .right img {
	border: 1px solid #C2C9C6;
	padding: 4px;
	width: 98px;
	height: 98px;
}

.tout_vertical .right .image img {
	padding: 4px;
	width: 98px;
	height: 98px;
}

.thumb {
	float:left;
	border:1px solid #C2C9C6;
	padding:2px;
	margin-bottom:5px;
}

.img_left {
	margin-right:8px;
}

/* 3 Cols */
.tout_3cols {
	margin-bottom:15px;
	padding-left:13px;
}

.tout_3cols .col {
	float:left;
	width:150px;
}

.tout_3cols td.col3_content {
	background:url(/redesign/images/philly/bg_3col.gif) top left no-repeat;
	padding:3px 15px 10px 0px;
	color:#343434;
}

.tout_3cols .cols_padd {
	padding:0px 5px;
}

.tout_3cols .col3 {
	float:left;
	width:150px;
	background:url(/redesign/images/boston/bg_3col_right.gif) top left no-repeat;
}

.tout_3cols b, .tout_3cols b a {
	display:block;
	color:#01455C;
	background-color:#E5E5D7;
	margin-left:-5px;
	margin-right:4px;
	padding-left:5px;
	text-transform:uppercase;
}

.tout_3cols .group_head {
	width:145px;
}

.tout_3cols .col3 b, .tout_3cols .col3 b a {
	margin-right:0px;
}

.tout_3cols h5, .tout_3cols h5 a {
	font-size:17px;
	color:#231F20;
	line-height:18px;
	margin-top:5px;
	text-transform:uppercase;
}

.tout_3cols h6 {
	font-weight:normal;
	line-height:17px;
	font-size:11px;
	margin:10px 0px;
}

.tout_3cols span {
	display:block;
	margin:5px 0px 10px 0px;
	font-weight:bold;
	font-size:10px;
}



/**************************/
/* Buzzworthy */ 

.buzzworthy {
	margin-bottom:10px;
}

.buzzworthy h2 {
	background: transparent url("/redesign/images/philly/the_it_list.gif") no-repeat top left;
	height: 48px;
	width: 322px;
}

.buzzworthy h2 div {
	display: none;
}

.buzzworthy .buzz {
	padding:10px;
}

.buzzworthy .buzz h3, .buzzworthy .buzz h3 a {
	font-size:15px;
	color:#035378;
	font-family:Georgia;
}

.buzzworthy .buzz .image {
	float:left;
	margin-right:10px;
	background-color:white;
}

.buzzworthy .buzz .image img {
	width:60px;
	height:60px;
	padding:2px;
	border:1px solid #CCCCCC;
}

.buzzworthy .buzz .buzz_content {
	line-height:17px;
	float:left;
	width:215px;
	text-align:left;
}

#guides_listings table {
	width:100%;
}

#guides_listings table td {
	width:50%;
	text-align:left;
}

#guides_listings a.title {
	color:#016798;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
}

#guides_listings .sponsor b {
	display:block;
	font-weight:normal;
	margin-bottom:3px;
	color:#B1B1B1;
}

#guides_listings ul.links {
	padding:0px;
	margin:0px;
	line-height:16px;
}

#guides_listings ul.links li.link {
	list-style-type:disc;
	padding:0px;
	margin-left:15px;
}

#guides_listings ul li a {
	color:#000000;
}

/**************************/
/* Event Search Module */ 

.event_search_module {
	margin-bottom:10px;
}

.event_search_module img {
	width:330px;
}

.event_search_module .php_small_calendar {
	margin:0px 2px 10px 2px;
	width:302px;
}

.event_search_module .php_small_calendar .month_year {
	width:298px;
}

.event_search_module .php_small_calendar .day_header,
.event_search_module .php_small_calendar .day_of_week {
	width:40px;
}

.event_search_module .form {
	display:block;
	background:url(/redesign/images/boston/bg_sub.gif) top left; 
	font-family:Arial;
	padding:0px 8px;
	margin:0px;
}

.event_search_module .form .form_border {
	border-left:1px solid #BAB9B6;
	border-right:1px solid #BAB9B6;
	border-bottom:1px solid #BAB9B6;
	background:url(/redesign/images/philly/bg_sub_form.gif) top left;	
	padding:0px;
	margin:0px;
}

.event_search_module .form div.field {
	margin:10px;
}

.event_search_module .form input#event_keyword {
	width:96%;	
}

/**************************/
/* Susbscribe */ 

.subscribe {
	margin-bottom:10px;
	color:#BAB9B6;
/*	width:301px;*/
	overflow:hidden;
}

.subscribe .form {
	display:block;
	background:url(/redesign/images/philly/bg_sub.gif) top left; 
	font-family:Arial;
	padding:0px 8px;
	margin:0px;
}

.subscribe .form b {
	color:#00445E;
	display:block;
	margin-bottom:10px;
}

.subscribe .form form {
	border-left:1px solid #BAB9B6;
	border-right:1px solid #BAB9B6;
	border-bottom:1px solid #BAB9B6;
	background:url(/redesign/images/philly/bg_sub_form.gif) top left;	
	padding:9px;
}

.subscribe .form form .img {
	float:left;
	padding-right:10px;
}

.subscribe .form form .form_fields {
	width:165px;
	float:left;
}

.subscribe .form form .form_fields input, .subscribe .form form select {
	height:21px;
	border:1px solid #BAB9B6;
	color:#BAB9B6;
	margin-bottom:2px;
}

.subscribe .form form .form_fields input.full {
	width:160px;
}

.subscribe .form form .form_fields input.city, .subscribe .form form .form_fields input.country {
	width:60px;
}

.subscribe .form form .form_fields input.zip {
	width:46px;
}

.subscribe .form form .form_fields select {
	width:45px;
	height:21px;
}

.subscribe .form form .form_fields .submit {
	float:right;
}

.subscribe .form form .submit input {
	border:none;
	margin-right:10px;
}

.subscribe .form a {
	color:#214B63;
}

.subscribe .form b {
	color:#00445E;
	display:block;
	margin-bottom:10px;
}

.subscribe .form table.options td b {
	margin-bottom:3px;
}

.subscribe .form form td {
	color:#2F2F2F;
}

.subscribe .form form td b {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
	color:#00455B;
	font-size:11px;
}


/**************************/
/* Newsletter Signup */ 

.sign_up {
	margin-bottom:10px;
}

/**************************/
/* Blue Header */ 

div.heading {
	height:34px;
	background:url(/redesign/images/philly/bg_listings_header.gif) top left no-repeat;
	text-align:center;
	border:1px solid #B4B397; 
}

div.heading_wide {
	background:url(/redesign/images/philly/bg_listings_header_wide.gif) top left no-repeat;
	text-align:center;
}

div.heading table {
	background-color:#B3B399;
}

div.heading table td { 
	padding:0px 10px;
}

div.heading h2 {
	display:block;
	font-family:Georgia, Verdana, Arial;
	font-size:16px;
	color:white;
	margin-top:8px;
}

div.heading h2 b {
	background-color:#B4B397;
	padding:0px 10px;
}

div.sub_heading {
	background-color:#E4E5D7;
	margin-top:3px;
	padding:3px;
	color:#231F20;
}


div.heading .heading_right {
	float:right;
}

div.heading .heading_right form {
	margin-top:4px;
}


div.left_right div#search_results {
	clear:both;
	padding-top:10px;;
}

/**************************/
/* Per Page Select Box */ 

select#num_results {
	font-size:9px;
}


/**************************/
/* Misc Title */ 

div.left_col_pad {
	padding-right:10px;
	margin-bottom:10px;
}

div.left_col_pad ol {
	padding:0px 0px 0px 25px;
	margin:0px;
	list-style-type:none;
	list-style-image:url(/redesign/images/philly/arrow_right_ul.gif);
	margin-bottom:10px;
}

div.left_col_pad ol li a {
	color:#414544;
}

div.left_col_pad ol li nobr {
	color:#B9C1BD;
}

div.title_small {
	background:url(/redesign/images/philly/bg_list_title.gif) top left;
}

div.title_small h5 {
	color:#808171;
	padding:1px 2px;
	font-size:10px;
}

div.neighborhoods_title {
	background-color:#404644;
	color:white;
	margin-bottom:10px;
}

div.neighborhoods_title h4 {
	padding:3px;
	color:white;
	font-size:11px;
}


/**************************/
/* Best of CSS */ 

#main_col_title {
	background-color:#E5E6D8;
	padding:5px;
	border-bottom:2px solid black;
}

#main_col_title h2 {
	font-size:12px;
	font-weight:bold;
	color:#00435E;
}

.main_col_lists {
	padding:10px;
}

.main_col_lists ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.main_col_lists ul li.main_cat {
	margin:0px;
	padding:0px;
	margin:5px 0px 3px 0px;
	color:#71BF47;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #C3C9C7;
}

.main_col_lists ul li.award {
	line-height:16px;
	background:url(/redesign/images/boston/arrow_right_ul.gif) top left no-repeat;
	padding-left:15px;;
}

.main_col_lists ul li  a {
	color:#737776;
	text-transform:none;
	font-weight:normal;
}

/****************************/
/* Issue Archives */

.issue_archive {
}

.issue_archive .archive_month_nav_item {
	float:left;
	width:310px;
}

.issue_archive .archive_month_nav_item h3 {
	font-size:11px;
	color:#019CDC;
	text-transform:uppercase;
	border-bottom:1px solid #C3C9C7;
	margin-left:10px;
}

.issue_archive .archive_month_nav_item h3 a {
	color:#019CDC;
}

.issue_archive .archive_month_issue_image {
	border-right:1px solid #C3C9C7;
	border-bottom:2px solid black;
	margin-bottom:10px;
}

.issue_archive .archive_month_issue_image img {
	float:right;
}

.issue_archive .padding {
	padding:10px;
}

.issue_archive .heading_wide, .issue_archive .heading {
    text-align:left;
}

.issue_archive .feature_list {
	margin-bottom:10px;
}

.issue_archive .feature_list a {
	display:block;
	color:#333333;
	padding:0px 10px 0px 15px;
	background:url(/redesign/images/boston/line_ul.gif) top left no-repeat;
	margin-bottom:5px;
}

/* Active Issue */

.active_issue {
	border-bottom:2px solid black; 
	margin-bottom:10px;
	color:#333333;
}

.active_issue .issue_image {
	float:right;
}

.active_issue h3 {
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:normal;
	color:#00455B;
}

.active_issue h4 {
	text-transform:uppercase;
	margin:10px 0px 3px 0px;
	font-size:11px;
	color:#00455F;
	background-color:#E4E5D7;
	padding:2px;
}

.active_issue a {
	font-size:11px;
	color:#333333;
	line-height:16px;
}

.active_issue a h3 {
	text-transform:none;
	color:black;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.active_issue .article_line {
	float:left;
	width:314px;
}

.active_issue .article_line .image {
	float:right;
	border:1px solid #C3C9C7
	padding:4px;
	background-color:white;
}

.active_issue .article_line .image img {
	width:98px;
	height:98px;
}

.active_issue .article_line a {
	display:block;
	padding:10px 5px 0px 3px;
	margin-bottom:5px;
	background:url(/redesign/images/bg_article_issue.gif) top right no-repeat;;
}

.active_issue .article_line b {
	text-transform:uppercase;
	padding-top:3px;
}


.archive_results .issue {
	background-color:#F3F2ED;
	padding:0px 0px 0px 10px;
}

.archive_results .issue .issue_title, archive_results .issue h3 {
	color:#333333;
}

.archive_results .issue .story {
	line-height:16px;
}

.archive_results .issue .cover_image {
	float:right;
	height:200px;
	overflow:hidden;
	border-left:2px solid white;
	border-top:1px solid white;
}

.archive_results .issue .cover {
	text-transform:uppercase;
	text-size:9px;
	font-weight:bold;
}

.archive_results .issue .title {
	font-weight:bold;
	font-size:13px;
}

/****************************/
/* Find Forms */

dl.new {
	display:block;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}

dl.new dt {
	display:block;
	height:34px;
	background:url(/redesign/images/philly/bg_listings_header.gif) top left no-repeat;
	text-align:center;
	border:1px solid #E5E5D7; 
	margin-bottom:10px;
	text-transform: uppercase;
	text-align:center;
}

dl.new dt span.header {
	font-family:Georgia, Verdana, Arial;
	font-size:16px;
	font-weight:bold;
	color:white;
	line-height:35px;
	padding:0px 10px;
	background-color:#B3B399;
}

dl.new dd {
	display:block;
	margin:0px;
	padding:0px;
}

dl.new dd label {
	display:none;
}

dl.new dd dl dd {
	margin-bottom:7px;
}

dl.new dd dl dd input#restaurant_name
{
	width:457px;
}

dl.new dd dt {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:bold;
	background:none;
	border:none;
	border-top:1px dotted #0069D6;
	font-size:14px;
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	text-transform:none;
}

/****************************/
/* Search Results */

/* Featured Results */

.search_features {
	background-color:#F3F2ED;
	padding:5px;
	border-top:1px solid #B3B397;
	border-bottom:1px solid #B3B397; 
	margin-bottom:10px;
}

.search_features h3 {
	font-weight:normal;
	color:#94A19A;
	font-size:10px;
}

.search_features .featured_item {
	border-bottom:1px solid white;
	padding:5px 0px;
}
.search_features .featured_item a {
	display:block;
	color:black;
	font-weight:bold;
}

div#searchResults .search_features table {
	width:450px;
}

div#searchResults .search_features table td {
	border-bottom:none;
	padding:0px 5px 0px 0px;
}

div#searchResults .search_features table td.line {
	padding:0px;
	width:1px;
	background-color:white;
	font-size:1px;
}

div#searchResults .search_features table td.asset_name {
	color:#01445E;
	font-weight:bold;
	width:65px;
	padding:0px 5px;
	border:1px solid lime;
}

div#searchResults .search_features table td.asset_type {
	color:#01445E;
	font-weight:bold;
	width:65px;
	padding:0px 5px;
}

div#searchResults .search_features table td.cuisine {
	color:#01445E;
	font-weight:bold;
	padding:0px 5px;
}

#home_vertical div#searchResults table td.cuisine,
#find_shop div#searchResults table td.cuisine {
	width:auto;
}

div#searchResults table td.cuisine {
	width:65px;
}

div#searchResults .search_features table td.neighborhoods {
	color:#01445E;
	font-weight:bold;
	padding:0px 5px;
}

div#searchResults table td.neighborhoods {
	width:75px;
}

div#searchResults .search_features table td.content {
	width:260px;
}

.search_features table td {
	padding:0px;
	margin:0px;
	border:none;
	color:#3E4744;
}

.search_features .featured_item .desc {
	margin-top:10px;
}

.search_features .featured_item .img {
	border:1px solid #C2C8C6;
	padding:4px 4px 2px 4px;
	background-color:white;
	margin-right:5px;
	float:left;
}

div.icons {
	margin-top:5px;
}

div.icons .icon {
	float:left;
	margin-right:3px;
}



/* Search Results Column Headers */

.search_cols {
	padding:0px 5px;
	font-weight:bold;
	color:#00425C;
}

.search_cols a {
	color:#00425C;
}

.search_cols .one {
	width:270px;
	float:left;
}

.search_cols .two {
	float:left;
	width:77px;
}

.search_cols .three {
	float:left;
}

div.page_nav {
	margin-left:-6px;
	margin-bottom:10px;
}

div.page_nav a {
	color:#009DDC;
}

div#searchResults table tr th, div#searchResults table tr th a {
	font-weight:bold;
	color:#035378;
}

div#searchResults table tr td {
	border-bottom:1px solid #C3C9C7;
}

div#searchResults table tr td {
	padding:10px 10px 10px 0px;
	color:#414544;
}

div#searchResults table tr td a {
	display:block;
	padding-bottom:3px;
	color:#242021;
	font-weight:bold;
}

div#searchResults table tr td p {
	padding:0px;
	margin:0px;
}

div#searchResults table {
	width:463px;
}

div.home_right_col div#searchResults table {
	width:100%;
}


/* Search Results */

div#searchResults .results_table {
	width:100%;
}

div#searchResults .results_table td a {
	color:#0A516F;
}

div.left_right div#searchResults table.results_table td.start {
	padding:5px;
	width:260px;
	border-bottom:none;
}

div.left_right div#searchResults table.results_table td.middle {
	padding:5px;
	border-left:1px solid #EAF3F0;
	border-bottom:none;
}

div.left_right div#searchResults table.results_table td.end {
	padding:5px;
	border-left:1px solid #EAF3F0;
	border-bottom:none;
}

div#searchResults .results_table_site_search {
	width:100%;
}

div#searchResults .results_table_site_search td a {
	color:#006591;
	text-decoration:none;
}

div.left_right div#searchResults table.results_table_site_search td.start {
	padding:5px;
	width:260px;
	border-bottom:none;
}

div.left_right div#searchResults table.results_table_site_search td.middle {
	padding:5px;
	border-left:1px solid #EAF3F0;
	border-bottom:none;
}

div.left_right div#searchResults table.results_table_site_search td.end {
	padding:5px;
	border-left:1px solid #EAF3F0;
	border-bottom:none;
}

div#searchResults table.results_table_site_search tr th, 
div#searchResults table.results_table_site_search tr th a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

div#searchResults .search_seperator {
	font-size:1px;
	line-height:1px;
	background-color:#C3C9C7;
}

/* Icons */
.photo { background:url(/images/philly/sm_icons/photo.gif) top left no-repeat; }
.gallery { background:url(/images/philly/sm_icons/gallery.gif) top left no-repeat; }
.print { background:url(/images/philly/sm_icons/print.gif) top left no-repeat; }
.email { background:url(/images/philly/sm_icons/email.gif) top left no-repeat; } 
.facebook { background:url(/images/philly/sm_icons/facebook.gif) top left no-repeat; } 
.text { background:url(/images/philly/sm_mobile.gif) top left no-repeat; } 
.menu { background:url(/images/philly/sm_menu.gif) top left no-repeat; } 
.map { background:url(/images/philly/sm_maps.gif) top left no-repeat; } 
.website { background:url(/images/philly/sm_website.gif) top left no-repeat; } 
.rating { background:url(/images/philly/sm_ratings.gif) top left no-repeat; } 
.reviews { background:url(/images/philly/sm_reviews.gif) top left no-repeat; } 
.write { background:url(/images/philly/sm_write.gif) top left no-repeat; } 

/****************************/
/* Best Of */

.best_of_categories {
	padding:5px;
}

.best_of_categories .best_of_entry {
	width:150px;
	float:left;
	margin-bottom:10px;
}

.best_of_entry .best_of_padd {
	padding-right:10px;
}

.best_of_entry span {
	font-size:11px;
	line-height:16px;
}

.best_of_entry .image {
	padding:4px;
	border:1px solid black;
	background-color:white;
	float:left;
}

.best_of_entry .image img {
	width:131px;
	height:109px;
}

.best_of_entry h2 {
	font-size:13px;
	font-family:Georgia;
	margin-bottom:5px;
}

/* PHP CALENDAR */
#php_calendar_container {
	margin: 0px 0px 10px 0px;
}

ul.php_small_calendar {
	background: white;
	list-style: none;
	width:134px;
	border: 1px solid white;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

dl.new dd ul.php_small_calendar {
	margin: auto;
	margin-bottom: 20px;
}

ul.php_small_calendar a {
	text-decoration: none;
}

ul.php_small_calendar li {
	margin: 1px 0px 0px 1px;
	border: 1px solid #d0d0d0;
	width: 16px;
	float: left;
	letter-spacing: 0px;
	text-align: center;
	font-size: 10px;
}

dl.new dd ul.php_small_calendar li {
	margin: 1px 0px 0px 1px;
}

ul.php_small_calendar li.selected {
	background: #a9a9a9;
	color: white;
	cursor: pointer;
}

ul.php_small_calendar .month_year {
	position: relative;
	width:130px;
	padding: 0px;
	margin: 1px 0px 0px 1px;
}

ul.php_small_calendar .month_year .prev_month {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 2px;
}

ul.php_small_calendar .month_year .next_month {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 2px 0px 0px;
}

ul.php_small_calendar .month_year .prev_month a {
	color:#486F80;
}

ul.php_small_calendar .month_year .next_month a {
	color:#486F80;
}

ul.php_small_calendar .month_year a {
	text-decoration: none;
}

#col1 ul.php_small_calendar {
	font-size: 8px;
	width: 130px;
}

#col1 ul.php_small_calendar .month_year {
	width: 117px;
}

#col1 ul.php_small_calendar li {
	width: 14px;
}

#col1 #event_keyword {
	width: 115px;
}

/* EVENT SEARCH - EVENT RESULTS - EVENT DETAILS */

.left_right .event_search dl.new dd {
	text-align:left;
	padding:5px 0px;
}

.event_search input#event_keyword {
	width:97%;
}

.event_search .field input {
	width:99%;
}

#event_asset #main_article {
	padding: 0px;
	border:1px solid #CCCCCC;
}

#main_article a {
	color:#00425C;
}


#event_asset #main_article .col {
	padding: 5px 5px 5px 5px;
	background:#F3F3ED;
	width: 215px;
	float: left;
}

#event_asset #main_article .col_right {
	background: white;
}

#event_asset #main_article .col dl dt.first {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1;
	margin:0pt 1pt 0.5em;
}

/*Wedding Announcements*/

#wedding_announcement_view {
	text-align:left;
}

#wedding_announcement_view dl.new {
	padding-top:20px;
	background: url(/images/boston/bubbles.jpg) no-repeat;
	background-color:#FFFFFF;
	width:465px;
}

#wedding_announcement_view #view_more {
	float:right;
	background:transparent url(/images/boston/rings.gif) no-repeat scroll 0% 50%;
	height:30px;
	padding-top:10px;
	padding-left:40px;
}

#wedding_announcement_view #congratulations {
	clear:both;
	padding:0px 0px 5px 40px;
	margin:0px 0px 0px 0px;
	color:#4C3618;
	font-size:16px;
}

#wedding_announcement_view #couples_name {
	text-align:center;
	color:#047391;
	font-size:22px;
	font-weight:bold;
}

#wedding_announcement_view #wedding_date {
	margin:0px 0px 10px 0px;
	color:#4C3618;
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	text-align:center;
}

#wedding_announcement_view #how_met {
	margin:10px 0px;
}

#wedding_announcement_view #announcement_image {
	text-align:center;
}

#wedding_announcement_view #how_met .title, 
#wedding_announcement_view #proposal .title {
	text-align:left;
	color:#047391;
	font-size:14px;
	font-weight:bold;
	background-color:transparent;
}

#wedding_announcement_view #how_met, #wedding_announcement_view #proposal {
	color:#4C3618;
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	margin:10px 30px 20px;
	text-align:justify;
}

#wedding_announcement_archive dl {
	text-align:left;
}

#wedding_announcement_archive dl.new {
	padding-top:20px;
	background: url(/images/boston/bubbles.jpg) no-repeat;
	background-color:#FFFFFF;
}

#wedding_announcement_archive .archive_item {
	border:1px solid #CCCCCC;
	padding:10px;
	margin:5px 0px;
}

#wedding_announcement_archive .archive_item img {
	border:none;
}

#wedding_announcement_archive div.title {
	display:inline;
	color:#047391;
	font-size:16px;
	font-weight:bold;
}

#wedding_announcement_archive div.congratulations {
	display:inline;
	font-weight:bold;
	color:#4C3618;
	font-size:14px;
	background:transparent;
}

#wedding_announcement_archive .view_more {
	background:transparent url(/images/boston/rings.gif) no-repeat scroll 0% 50%;
	height:30px;
	padding-top:8px;
	padding-left:40px;
}

#wedding_announcement_form dl.new {
	margin-top:20px;
}

#wedding_announcement_form #complete_announcement {
	background:transparent url(/images/boston/rings.gif) no-repeat scroll 0% 50%;
	color:#047391;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:40px;
	margin:0px;
	text-align:left;
}

#wedding_announcement_form table td {
	padding:3px;
}

#wedding_announcement_form table .label {
	font-weight:bold;	
	text-align:right;
}




/****************************/
/* Recipe Search */

.middle_feature {
	background-color:#F3F2ED;
	padding:10px;
	margin-bottom:10px;
}

.middle_feature h3 {
	font-size:9px;
	text-transform:uppercase;
	color:#01445E;
	margin-bottom:5px;
}


/****************************/
/* The It List */

.marketing_page h3 {
	/* height:25px;
	background:url(/redesign/images/philly/bg_it_list_header.gif) top left;
	margin-top:-2px; */
}

.marketing_page h3 span {
	display:none;
}

.marketing_page .logo {
	height:184px;
	background:url(/redesign/images/ItList_Header.gif) top left no-repeat;
}

.marketing_page table {
	margin-top:15px;
}

.marketing_page table td.content {
	width:300px;
	background:url(/redesign/images/boston/bg_buzz_border.gif) top left no-repeat;
	border-bottom:2px solid black;
	padding-bottom:10px;
	color:#333333;
}

.marketing_page table td.content a {
	color:#029DDD;
}

.marketing_page table td.spacer {
	width:40px;
}

.marketing_page table td h2 {
	color:#214B63;
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:10px;
}

.marketing_page td .entry {
	margin-bottom:10px;
}

.marketing_page td .entry b {
	display:block;
	text-transform:uppercase;
	font-size:12px;
	color:#333333;
	margin-bottom:5px;
}

.marketing_page td .entry b a {
	color:#214B63;
}

.marketing_page td .image {
	float:right;
	margin-left:10px;
	margin-right:10px;
}

.marketing_page td .image img {
	width:93px;
	height:93px;
}

/* Guides */

.guides_teaser {
	background-color:#F3F2ED;
	padding:0px;
	margin:0px 0px 10px 0px;
}

.guides_teaser .header .text {
	width:100%;
	text-align:center;
}

.guides_teaser .header .text .title {
	font-family:Georgia, Verdana, Arial;
	font-size:16px;
	font-weight:bold;
	color:white;
	line-height:35px;
	padding:0px 10px;
	background-color:#B3B399;
	text-transform: uppercase;
}

.guides_teaser .content .title a {
	color:#71C146;
}

.guides_teaser .header .last {
	padding:0px 5px;
	background-color:#B3B399;
}

.guides_teaser .content {
	padding:10px 10px 10px 10px;;	
	color:#333333;
}

.guides_teaser .content .title {
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

.guides_teaser .content .subtitle {
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

.guides_teaser .content .image {
	float:right;
	margin-left:10px;
	border: none;
	margin:2px 0px 2px;
}

.guides_teaser .content .image img {
	border: 1px solid #C2C9C6;
	padding: 4px;
}

.guides .tout_standard .left {
	padding-left: 10px;
	width: 320px;
}

.guides .tout_standard .right {
	text-align:center;
	width: 110px;
}

.guides .tout_standard .right .image {
	width:98px;
	margin-left:10px;
}

.guides_archive {
	padding:0px 5px;
	margin-bottom:10px;
}

.guides_archive .header {
	background-color:#B3B399;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 0px 3px 5px;
	text-align:center;
	background-color:#B3B398;
	font-family:Georgia;
}

.guides_archive ul {
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 5px;
}

.guides_archive ul li {
	color:#414745;
	margin:5px 0px 0px 0px;
	padding-left:10px;
	background:url(/redesign/images/boston/line_ul.gif) top left no-repeat;
}

.guides_archive ul li a {
	color:#414745;
}

.guides_archive .cat {
	background:url(/redesign/images/philly/bg_guide_cat.gif) top left;
	margin-top:10px;
	color:#80806F;
	padding:2px;
	font-weight:bold;
}

/* Misc Left Headers */

.left_misc_nav {
	padding:0px 5px;
	margin:0px 0px 10px 0px;
}

.left_misc_nav .header {
	background-color:#B3B399;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 0px 3px 5px;
	text-align:center;
	font-family:Georgia;
	margin-right:4px;
}

.left_misc_nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 5px;
}

.left_misc_nav ul li {
	color:#414745;
	margin:5px 0px 0px 0px;
}

.left_misc_nav ul li a {
	color:#414745;
}

/*Recipe Search*/

.recipe_search dd.submit {
	margin:10px 0px;
}

.recipe_search dd.field input {
	width:99%;	
}

.recipe_search dd.field select {
	width:100%;	
}

/* Ask Expert */

#ask_expert img {
	float:right;
	margin:3px;
}

#ask_expert ul.error_list {
	margin:10px 10px 10px 10px;
	padding:0px;
}

#ask_expert ul.error_list li {
	color:#FF0000;
}

#ask_expert dl dd h3 {
	margin-bottom:5px;
}

.elink {
	color: #069;
	cursor:pointer;
}


/* Question UGC Tabs */

.question_tabs {
	position:relative;
	padding:0px;
	margin:0px;
}

.question_tabs table {
	list-style: none;
}

.question_tabs table td {
	color:#414744;
}

.question_tabs table td .tabCategory {
	font-size:12px;
	padding:7px;
	border-left:1px solid white;
}

.question_tabs table td .tabCategory a, 
.question_tabs table td .tabCategory a.visited, 
.question_tabs table td .tabCategory a.active {
	color:#414744;
}

.question_tabs table td.tabActive {
	background-color:white;
	color:#414744;
}

.question_tabs table td.tabActive a {
	color:#414744;
}	

.question_tabs .question_container {
	background-color:white;
	padding:10px 0px;
	font-size:12px;
}

.question_tabs .question_container .line {
	border-bottom: 1px dotted #069;
	padding-bottom:5px;
	margin-bottom:5px;
}

.question_tabs .question_container .viewLink {
	float:right;
}

.question_form .row {
	margin:5px 0px;
}

/* Event Forecast */

#event_forecast_container {
	padding:0px;
	margin:0px;
}

#event_picks {
	padding: 0;
	margin:20px;
	background-color:#FFFFFF;
}

#event_forecast_container dd, #event_picks dd {
	padding: 20px;
}

#event_forecast_container li, #event_picks li {
	list-style-type:none;	
	margin:5px 0 0 0;
	width:410px;
}

#event_forecast_container #forecast_calendar {
	height: 41px;
}

#forecast_list {
	clear: both;
	font-size: 1.2em;
	margin-top:15px;
	padding:0px;
}

.forecast_calendar_day, .forecast_calendar_day_current {
	margin: 1px;
	padding: 5px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}

#event_forecast_container .forecast_calendar_day, #event_forecast_container .forecast_calendar_day_current {
	width: 31px;
	height: 29px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

#event_picks .forecast_calendar_day, #event_picks .forecast_calendar_day_current {
	display: none;
}

.forecast_calendar_day, .forecast_calendar_day_current {
	margin-left: 21px;
}

#forecast_day_0 {
	margin-left: 0;
}

#event_forecast_container .forecast_details {
	display: none;
}

#event_forecast_container .forecast_calendar_day {
	background:transparent url(/images/philly/event_day.gif) no-repeat scroll left top;
	color:#333333;
}

#event_forecast_container .forecast_calendar_day_current {
	background:transparent url(/images/philly/event_day_current.gif) no-repeat scroll left top;
	color:white;
}

#main_article {
	margin-bottom:20px;
}

/* ARTICLE TOOLS */
#article .article_content .article_tools_cnt {
	padding: 4px 0px 3px 0px;
	background-color: #F3F3ED;
	border: 1px solid #c3c9c7;
	border-right: none;
	border-left: none;
}

#article .article_content .article_tools_cnt table tr td img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#article .article_content .article_tools_cnt table tr td.pointer {
	padding-right: 10px;
	cursor: pointer;
}


/*****************************/
/* Real Estate Results */

.article_comment {
	line-height:16px;
	width:450px;
}


/*****************************/
/* Submit Party */

div.submit_party {
	background:url(/redesign/images/philly/bg_right_col.gif) top left;	
}

#event_submit_form ul.error_list {
	display:none;
}

div.submit_party div.best_of_nomination {
	background:url(/images/philly_nominate.gif) top left no-repeat;
	height:48px;
}

div.submit_party div.best_of_nomination h3 {
	display:none;
}



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

div.form_element {
	margin-bottom:5px;
}

div.button {
	margin-top:10px;
}

div.button input.button, div.button a.button {
	border:1px solid #000000;
	background-color:#B3B399;
	padding:3px;
	color:white;
	font-weight:bold;
	font-size:11px;
}

.form_errors {
	color:red;
}


/*****************************/
/* Gallery */

.party_pix_container h1 {
	color:#333333;
	font-size:18px;
	text-transform:uppercase;
	margin-top:10px;
}

.party_pix_container h2 {
	color:#333333;
	font-size:11px;
	margin-bottom:15px;
	margin-top:2px;
	font-weight:normal;
}




/*****************************/
/* Three Column Marquee (health) */

#three_col_leader {
	border-top:5px solid #b2b298;
	border-bottom:5px solid #b2b298;
	background:url('/images/3col_bg.gif') top left;
	padding:5px 5px 0px 5px;
}

#three_col_leader .box {
	display:block;
	padding:0px;
	margin:0px;
}

#three_col_leader .box .column {
	width:148px;
	display:block;
	float:left;
}

#three_col_leader .box .column .padd {
/*	margin:10px 10px 0px 10px;*/
}

#three_col_leader .box .column h2 {
	color:#6B6B6D;
	margin:0px 5px;
	padding:3px;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	border-top:10px solid #b2b298;
}

#three_col_leader .column div {
	padding:3px 3px 5px 3px;
}

#three_col_leader .column .img {
	float:right;
}

#three_col_leader .column ul {
	list-style-type:none;
	margin:0px;
	padding:0px 3px 3px 3px;
	line-height:18px;
}

#three_col_leader .column ul li {
	background:url('/images/li_line.gif') top left no-repeat;
	padding-left:10px;
	color:black;
	line-height:14px;
	margin-bottom:6px;
}

#three_col_leader a {
	color:#6B6B6D;
}

#three_col_leader a.more {
	float:right;
	display:block;
	padding:0px 3px 0px 3px;
	color:#104065;
}

.col3_dots {
	height:3px;
	background:url(/images/3col_dots.gif) top left;
}

/* This is the vertical page blog stuff */
.blog_landing {
	margin-bottom:10px;
	line-height:17px;
	width:463px;
}

.blog_landing .posts {
	padding:5px;
}

.blog_landing .blog_post {
	margin-bottom:10px;
}

.blog_lading .blog_title {
	font-weight:bold;
}

.marquee_static {
	width:463px;
	height:230px;
}

.marquee_static_headline {
	background-color:#2d2d2d;
	text-align:center;
	padding:10px 0px 5px 0px;
}

.marquee_static_headline .image {
	width:453px;
	overflow:hidden;
	margin:auto;
}

.marquee_static_headline .headline {
	font-size:24px;
	font-weight:bold;
	margin:5px 0px 0px 0px;
}

.marquee_static_headline .subhead {
	font-size:12px;
	margin:5px 0px 10px 0px;
}

.marquee_static_headline .headline a,
.marquee_static_headline .subhead a {
	color:white;
	text-decoration:none;
}

.marquee_static_headline .subhead a i, 
.marquee_static_headline .subhead i, 
.marquee_static_headline .subhead em, 
.marquee_static_headline .subhead a em {
	color:#B8B8B8;
}

#newsletter_form {
	color:#343434; 
}

#newsletter_form dl.new dt {
	background:transparent url(/redesign/images/boston/newsletter_bg_philly.gif) no-repeat scroll left top;
	width:460px;
}

#newsletter_form dl.new dt .header {
	background-color:#D8D9CB;
}

#newsletter_form .field_labels b {
	color:#98CD00;
}

#newsletter_promotion_form table tr td span.field_labels
{
	color: #960000;
	font-family: Arial,sans-serif;
}


.listing_account .location {
	padding:0px 0px 20px 0px;
}

.listing_account .location .location_label {
	margin:0px 0px 0px 0px;		
}

.listing_account_logout {
	text-align:right;
	margin-bottom:20px;
}



/*** Facebook ***/
.home_right_col .facebook {
	background: url( '/redesign/images/philly/bg_sub.gif' ) top left;
	text-align:center;
	padding-top:8px;
}

.home_right_col .facebook_bottom {
	margin-bottom:20px;
	line-height:1px;
	height:8px;
}

.home_right_col .facebook_top {
	margin-top:10px;
	line-height:1px;
}

.home_right_col .facebook .facebook_logo {
	background-color:#0154A0;
	width:300px;
	margin-bottom:3px;
}


/*** Centro Ad ***/
.centro_ad {
	line-height:1px;
	font-size:1px;
	text-align:center;
}

/* Twitter Module */
#office_challenge .twitter_box {
	margin-bottom:20px;
}

.twitter_box ul li a.t_link {
	color:#81BD00;
}

/*Office Competition Team Check-in*/
#team_checkin form {
	padding:5px;
}

#team_checkin .input_container {
	background: url( '/redesign/images/philly/team_check-in_field_bg.png' ) 0px 0px no-repeat;
	text-align:center;
	height:30px;
}

#team_checkin #team,
#team_checkin #p_num,
#team_checkin #email {
	margin-top:7px;
	width:275px;
	border:none;
}
