
/* Internet Exploder Bug Fixes */

* html {} div { 	                        /* triggers haslayout in IE6 */
					        /* reference: http://www.satzansatz.de/cssd/onhavinglayout.html */
	}
	
*:first-child+html {} div {					/* triggers haslayout in IE7 */
							/* reference: http://www.satzansatz.de/cssd/onhavinglayout.html */
	}


/* standard tags */

body {
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	background: #23528a url(main_bg.png) no-repeat fixed center top;
	margin:0px;
	}
	
form {
	margin-bottom:0px;
	margin-top:0px;	
	}


a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.audi a:hover{
text-decoration: none;
}

a:active
{
  outline: none;
}

a img {
border:none;
}

table {
	padding: 0px;
}

h1 { 
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	margin-top:.25em;
	margin-bottom:.25em;
	font-weight:normal;
	line-height:normal;
}
	
h2 {
	border-bottom:1px solid #038E8C;
	color:#038E8C;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	margin-bottom:5px;
	margin-top:0;
	text-transform:uppercase;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #666;
	margin-top:.5em;
	margin-bottom:.5em;
	line-height:normal;
	}
	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	margin:.5em 0;
	line-height:normal;
	}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	margin-bottom:.5em;
	margin-top:.5em;
	line-height:normal;
	}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
	margin-bottom:.5em;
	margin-top:.5em;
	line-height:normal;
	}

.pullquote {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #990000;
	border-top:solid 1px #990000;
	padding-bottom:10px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	color:#990000;
	text-align:center;
	line-height:normal;
}

address {
	margin-bottom:.25em;
	}
	
p	{
	margin-top:0;
	margin-bottom:10px;
	text-align:justify;
	font-size:12px;
   line-height:17px;
	}
	
blockquote {
	margin-left:0;
	margin-right:0;
	font-style:italic;
	}
	
iframe {
	border:none;
	}
	
/*** structure ***/

#columns-1-2 {
	margin-right:10px;
	float:left;
	display:inline;
	width:760px;
	overflow:hidden;
	}
	
#home-splash {
	width:760px;
	float:left;
	margin-bottom:10px;
	position:relative;
	}
	
#splash {
	width:740px;
	float:left;
	margin-bottom:10px;
	background:#fff;
	padding:10px;
	}

/* column 1 */

#column-1 {
	float:left;
	width:375px;
	display:inline;
	overflow:hidden;
	}

.home-header-box {

	padding:0;
	background:rgb(115,99,87) url('bg_brown.png') repeat-x scroll 52% 52%;
	width: 394px;
	}
	
h2.headline {
	color: #808548;
	font-family: Trebuchet MS;
	font-size: 28px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
	
.header-link {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#000;
	float:right;
	margin-top:-13px;
	}
	
	
.header-box .headline h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	line-height:.7em;
	font-weight:normal;
}
#column-1{

}
#column-1-content {
	padding: 15px;
	float:left;
	background-color: #fff;
	border:solid 1px #e1ddd2;	
	}
	
#column-1 h3 {
	margin-top:0px;
	}
	
#column-1 h4, #column-2 h4 {
	margin-top:0px;
	}
	
.clear {
	clear: both;
	font-size:1px;
}

.photo-credit {
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:5px;
	color:#666666;
	font-size:7pt;
	font-weight:bold;
	text-align:right;
	}

/* column 2 */

#column-2 {
	float:right;
	width:375px;
	display:inline;
	overflow:hidden;
	}
	
.square-ad {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	background-color:#fff;
	margin-bottom:10px;
	line-height:0px;
	}

.column-2-content {
	margin:15px;
	}
	
#column-2 h3 {
	margin-top:0px;
	}
	
/* column 3 */


#column-3 {
	float:left;
	width:180px;
	display:inline;
	overflow:hidden;
}
	
.column-3-box {
	background-color: white;
	padding: 10px;
	font-size: 10px;
	margin-bottom:10px;
border: 1px solid #D1D6DF;
}
		
.column-3-box .header {
	color: #808548;
	border-top: 1px solid #5B5F33;
	border-bottom: 1px solid #5B5F33;	
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bolder;
	font-family: Arial;
	padding-top: 3px;
	padding-bottom: 3px;	
	margin-bottom: 10px;
}	

.column-3-box .header h2 {
	color:#808080;
	font-size:8pt;
	font-weight:bold;
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin:0px;
	text-transform:uppercase;
	}
	
.column-3-content {
	margin:8px;
	background-color: white;
	}	

	
.section-heading {
	text-transform: uppercase;
	color: #A6A6A6;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.section-title {
	font-family: Georgia;
	font-size: 32px;
	color: black;
	margin-bottom: 15px;
}

.section-description {
	font-family: Arial;
	font-size: 13px;
	margin-bottom: 12px;
}

.section-byline {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}	


#page-container {
	text-align:left;
	width:970px;
	margin:auto;
	}
	
#header {
	float:left;
	width:970px;
	background-color:#fff;
	padding-bottom:0px;
	border: 1px solid #DBDBDB;
	border-bottom: none;
	}
	
#page-body {
	float:left;
	width:950px;
	background: url('content-bg.gif') repeat-x scroll 0 -3px #B5D0DF;
	padding:10px;
	border: 1px solid #DBDBDB;
}

/** footer **/

#footer {
	width:912px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;
	color: #666;
	margin-right:-3px;
	background-color: white;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	
#footer p {
	margin:10px 0px;
	line-height:1.5em;
	text-align:center;
	}
	
#footer div {
	line-height:1.5em;
	}

	
/* header */
#header{
font-family: verdana,tahoma,sans-serif;
}

#header-top {
	margin-bottom: 10px;
	margin-top:15px;	
	width: 970px;
	height: 90px;
	float:left;
	position:relative;
}
	
#topleft {
	position: absolute;
	top: 0px;
	left:0px;
	text-align:center;
}

#yourcity {
	border-bottom:solid 1px #ccc;
	height:34px;
	padding:5px;
	color:#808548;
	font-family:Trebuchet MS, Arial, Verdana, sans-serif;
}

p.yourlife {
	font-size:9pt;
	margin:0;
}

p.yourmagazine {
	margin:0;
	font-size:11pt;
	font-weight:bold;
}

#date {
	height:15px;
	padding:15px;
}


#leaderboard {
	float: right;
	text-align: center;
	width:728px;
}
	
	
*:first-child+html #leaderboard {
	margin-left:10px;
}
	
	
#headermain {
	position:relative;
	height: 124px;	
}
#header-row1{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	width: 560px;
}	
.headerbar_leftcorner{
	position: absolute;
	top:0;
	left: 0;
	background:#ffffff url('headbar_leftcorner.jpg') no-repeat top left;
	width:9px;
	height: 25px;
}
.headerbar_rightcorner{
	background:#ffffff url('headbar_rightcorner.jpg') no-repeat top left;
	width:9px;
	height: 25px;
	position: absolute;
	top:0px;
	right:0px;
}	
#headerbar {
	position: absolute;
	top:0px;
	left:9px;
	background:rgb(115,99,87) url('bg_headerbar.jpg') repeat-x;
	width: 540px;
	height: 22px;
	text-align: center;
	font-size: 10px;
	color: #646a7a;
	vertical-align: center;
	line-height: 2;
	border-top: #dfdfdf 1px solid;
	border-bottom: #C2C6CF 1.5px solid;
	border-left: #C2C6CF 1px solid;
	border-right: #C2C6CF 1px solid;
}

#header-row1 a {
	color: #646a7a;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
font-weight: bold;
}
#header-row1 a:hover {
	color: #3B65BF;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
text-decoration: none;
font-weight: bold;
}
	
#header-row2 {
width: 970px;
	}
#logo {
float:left;
padding-top: 28px;
padding-left:125px;
padding-right:100px;
	}

.searchform {
	width: 210px;
	margin-right: 5px;	
}
	
.idleField{
   background:#EFF7FF;  
   color: #6F6F6F;  
}
	
#weather {
	float:left;
	width:113px;
	padding:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	}
	

.searchbutton {

}

/* top main navigation */

#navigation-container {
	clear:both;
	background-image: url('bg_nav.png');
	background-repeat:repeat-x;
	background-color:#426676;
	line-height:normal;
	width: 970px;
	height: 31px;
	border-top: #ccc 2px solid;
	}
	
*:first-child+html #navigation-container {

}

* html #navigation-container {

}
	
#navigation-container a {
	outline:none;
	white-space:nowrap;
	}

table#nav {
	width:970px;
	text-align:center;
	border-collapse:collapse;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#193143;
	font-size:11px;
	}
	
#nav td {
	padding:0px;
	vertical-align:top;
	background-color:#426676;
	border-right:solid 1px #1c374a;
	}
	
#nav td:hover {
	background-color:#043449;
	}
	
#nav td.supplement {
	padding:0px;
	background-color:#193143;
color: #fff!important;	
	}
	
#nav td.supplement:hover {
	background-color:#001025;
	}
	
#nav td#last {
	border-right:none;
	}

#nav a {
	color:#292B2F;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px;
	display:block;
	text-decoration:none;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	zoom:1;
	}

#nav td#last {
	border-right:none;
	}
	
#nav a.menuButton {
	background-image: url('nav-background.gif');
	background-repeat:repeat-x;
	background-color:#426676;
	}

#nav a.menuButton:hover {
	background-image: url('nav-background-ro.gif');
	background-repeat:repeat-x;
color: #fff;
}

#nav a.menuButton-on {
	background-image: url('nav-background-on.gif');
	background-repeat:repeat-x;
	}
	
#nav a.menuButtonActive,
#nav a.menuButtonActive:hover {
    background-color:#193143;
  	background-image: url('nav-background-ro.gif');
	background-repeat:repeat-x;
}

	
ul.menu {
  text-align:left;
  position: absolute;
  visibility:hidden;
  z-index:999;
  list-style:none;
  margin:0;
  padding:0;
  border-right:solid 1px #ccc;
  border-left:solid 1px #ccc;
}

ul.menu li {
	margin:0;
	padding:0;
	}

ul.menu li a {
  color: #000;
  padding: 0px 10px;
  line-height:24px;
  text-decoration: none;
  white-space: nowrap;
  font-size:11px;
  background:#fff;
  border-bottom:solid 1px #ccc;
  display:block;
}

* html ul.menu li a {
	zoom:1;
	width:200px;
	}

ul.menu li a:hover {
	background:#006699;
	text-decoration:none;
	color:#fff;
	}

/* top main navigation */

#nav a.menuButton-supp {
	background-image: url('nav-background-supp.gif');
	background-repeat:repeat-x;
	}
	
#nav a.menuButton-supp-on {
	background-image: url('nav-background-supp-on.gif');
	background-repeat:repeat-x;
	}
	
#nav a.menuButton-supp:hover {
	background-image: url('nav-background-supp-ro.gif');
	background-repeat:repeat-x;
	background-color:#001024;
}

/* Top Bar - gerardf */

#topBar{
	margin: 0px; 
	padding: 0px; 
	background: transparent url(bar_bg.png) repeat-x left top;
	top: 0px; 
	height: 34px;
line-height: 30px; 
right:0px;
	z-index: 99998; 
min-width: 970px;
width:100%;
	position: fixed; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;
}
#innerTopBar{
position: relative;
height: 30px;
}

#leftTopBar{
display: inline;
float: left;
}
#logoTopBar{
display: inline;
float: left;
padding-left: 5px;
padding-right: 30px;
padding-top:2.3px;
}
#shareTopBar{
display: inline;
float: left;
padding-right: 30px;
padding-top:2.5px;
}
#centerTopBar{
  margin-left: auto ;
  margin-right: auto ;
height: 30px;
}
#rightTopBar{
display: inline;
float: right;
}

#weatherTopBar{
display:inline; 
float: left; 
color:#3B505F;
padding-right: 5px;
}
#weatherTopBar img{
width: 24px;
height: 25px;

}
#searchtop {
background: #ccc url(bg_search.jpg) repeat-x scroll 70% 70%;
width: 310px;
height: 28px;
border: 1px solid #999999;
margin-left: auto;
margin-right: auto;
	}
#searchInput input{
border: 1px solid #038E8C;
background:#EFF7FF;  
color:#AFAFAF; 
}

#searchInput input:focus{
	background:#FFF6CF;  
	color:#000;  
}
	
#searchInput input:blur{
   background:#EFF7FF;  
	color:#AFAFAF; 
}
	

.searchbutton{
background: transparent;
}

#houseBanner{
position: absolute;
bottom:17px;
right:90px;
border:1px solid #ccc;
}

.subscribeBox{
border-top:1px solid #fff;
line-height: 20px;
}
.subscribeBox a{
color:#4F6F7F;
}

.subscribeBox li{
background:#eeeeee url('bg_subscribeBox.jpg') repeat-x top left;
padding-left:5px;
border:1px solid #dfdfdf;
}

/* Menu Dropdowns - gerardf */


.dropdown {
background-color:#e2e3e4;
font-size:12px;
width:300px;
font-family: arial;
border-top:2px solid #ccc;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
padding-top:15px;
padding-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
display: none;
z-index:103; 
color: #000;
}
.inner{
width:275px;
padding-top:5px; 
padding-bottom:5px; 
padding-left:2px; 
padding-right:2px; 
min-height:5px;
margin: auto; 
height:auto !important; 
height:5px; }


.inner{
background: #fff;
border: 2px solid #23528A;
padding:5px;
}

/* New Menu - gerardf */


#navigation{
	clear:both;
	background: transparent url('bg_nav.png') repeat-x;
	line-height:normal;
position: relative;
	width: 970px;
	height: 29px;
	border-top: #dfdfdf 1px solid;
	z-index:110;
}

#navigation ul{
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left: 25px;
	width:970px;
	height: 29px;
	overflow:hidden;
	_width:942px;
}

#navigation li{
color:#000000;
display:inline;
float:left;
font-size:14px;
font-weight:bold;
margin:5px 0 0;
overflow:hidden;
padding:0;
text-transform:uppercase;
}

#navigation li a{
color:#000000;
text-decoration:none;
}

.separator{
	background: transparent url(separator.png) no-repeat;
	width: 27px;
	height: 26px;
}
#magazine{
width: 123px;
height: 29px;
z-index:999;
}
#navigation li#magazine a, #navigation li#magazine a:visited{
display:block;
width: 123px;
height: 29px;
z-index:999;
}
#navigation li#magazine a:hover, #navigation li#magazine a.active{
display:block;
width: 123px;
height: 29px;
z-index:999;
}
#dining{
background: transparent url(dining.png) no-repeat;
width: 104px;
height: 29px;
}
#navigation li#dining a, #navigation li#dining a:visited{
display:block;
width: 104px;
height: 29px;
}
#navigation li#dining a:hover, #navigation li#dining a.active{
background: transparent url(dining_o.png) no-repeat;
display:block;
width: 104px;
height: 29px;
}
#events{
background: transparent url(events.png) no-repeat;
width: 77px;
height: 29px;
}
#navigation li#events a, #navigation li#events a:visited{
display:block;
width: 77px;
height: 29px;
}
#navigation li#events a:hover, #navigation li#events a.active{
background: transparent url(events_o.png) no-repeat;
display:block;
width: 77px;
height: 29px;
}
#bestofsandiego{
background: transparent url(bestof.png) no-repeat;
width: 156px;
height: 29px;
}
#navigation li#bestofsandiego a, #navigation li#bestofsandiego a:visited{
display:block;
width: 156px;
height: 29px;
}
#navigation li#bestofsandiego a:hover, #navigation li#bestofsandiego a.active{
background: transparent url(bestof_o.png) no-repeat;
display:block;
width: 156px;
height: 29px;
}
#videos{
background: transparent url(videos.png) no-repeat;
width: 146px;
height: 29px;
}
#navigation li#videos a, #navigation li#videos a:visited{
display:block;
width: 146px;
height: 29px;
}
#navigation li#videos a:hover, #navigation li#videos a.active{
background: transparent url(videos_o.png) no-repeat;
display:block;
width: 146px;
height: 29px;
}
#health{
background: transparent url(health.png) no-repeat;
width: 70px;
height: 29px;
}
#navigation li#health a, #navigation li#health a:visited{
display:block;
width: 70px;
height: 29px;
}
#navigation li#health a:hover, #navigation li#health a.active{
background: transparent url(health_o.png) no-repeat;
display:block;
width: 70px;
height: 29px;
}
#travels{
background: transparent url(travels.png) no-repeat;
width: 79px;
height: 29px;
}
#navigation li#travels a, #navigation li#travels a:visited{
display:block;
width: 79px;
height: 29px;
}
#navigation li#travels a:hover, #navigation li#travels a.active{
background: transparent url(travels_o.png) no-repeat;
display:block;
width: 79px;
height: 29px;
}

#subnavigation{
background: transparent url(bg_subnav.png) repeat-x;
height: 22px;
width:100%;
}
#innerSubNav{
position: relative;
text-align:center;
width:970px;
color: #fff;
margin-left:auto;
margin-right: auto;
padding-top:2px;

}
#innerSubNav a{
color:#595758;
text-transform: uppercase;
font-size: 11px;
font-family: Lucida Grande,Verdana,Arial,sans-serif;
}
#innerSubNav a:hover{
color:#f16623;
text-decoration: none;
}
#cerew{
background: transparent url(bg_cerew.jpg) repeat-x;
height: 20px;
width:100%;
width: 300px;
padding-top:3px;
padding-left: 6px;
padding-right: 8px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-top:-2px;
position: relative;
color: #AFAFAF;
text-align:center;
float:left;
}
#cerew a{
color: #4F639F;
font-weight:bold;
}

.servicesdropped li{
padding:5px; 
color:#fff; 
margin-left:5px; 
margin-right:5px; 
background:url("bg_subscribeBox.jpg") repeat-x scroll 52% 52% transparent;
line-height: 12px;
border: 1px solid #ccc;
}

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

.servicesdropped .weekly-view h2{
font-size: 11px;
}


/* article list table styles */


div.article-list {
	background:#fff;
	margin-top:0px;
	padding:0px 10px 10px 10px;
	}
	
div.period {
	color: #006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight:normal;
	text-transform: uppercase;
	padding-top: 5px;
	text-align:right;
}	

table.articles h3 {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	padding-bottom: 0;
	color:#000;
	padding-top:10px;
	margin:0;
}

table.articles th h3 {
	float:left;
}

table.articles {
	background:#fff;
	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;
	width:100%;
	line-height:normal;
	}
	
table.articles td {
	padding:10px 0px;
	vertical-align:top;
	}

.article-item p {
	margin-top:5px;
	margin-bottom:5px;
}

tr.article-item td{
	border-top:solid 1px #ccc;
	}
	
table#archive tr.article-item td {
	border-top:none;
	border-bottom:solid 1px #ccc;
	}
	
table#archive {
	margin-bottom:10px;
	}
	
td.article-image {
	width:92px;
	}

.article-summary {
	padding-bottom: 4px;
}
	
table.articles td.department-content {
	padding-top:0px;
	}

.article-byline {
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.article-item img {
	border:3px solid black;
	margin-right:12px;
}

tr.department-header td {
	border-bottom:solid 1px #ccc;
	padding-bottom:0px;
	}
	
tr.department-header td {
	
	}

.archive-link {
margin-top:19px;
text-align: right;
text-transform: uppercase;	
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 10px;
padding-bottom:0;
}

a.archive-link {
float:right;
margin-top:-20px;
text-transform:uppercase;
font-size:10px;
color:#54a4d4;
display:block;
margin-right:10px;
}

table.articles td.archive-link {
	vertical-align:bottom;
	padding-bottom:0;
}

div.archive-link {
	float:right;
}

.archive-link a:hover {
	text-decoration:none;
	color:#000;
}

.header-left {
	font-size:9pt;
	font-weight:bold;
	}

.header-left a:hover {
	text-decoration:none;
	color:#000;
}

.header-left a:hover:after { 
	content: " \00bb";
}
	
.horizontal-rule {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;	
	margin:10px 0px;
	height:1px;
	background-color: white;
	clear:both;
}



h2 a {
	display:block;
	}
	
h2 a:hover {
	text-decoration:none;
	}

h2#travel {
	background-color: #761417;
	color:#be2026;
	border-bottom:solid 1px #400b0c;
	width: 360px;		
	}
	
h2#athome {
	background-color: #9ec54d;
	color:#fff;
	border-bottom:solid 1px #808548;
	width: 570px;
	}
	
h2#charitable {
	background-color: #999;
	color:#333;
	border-bottom:solid 1px #000;
	width: 385px;		
	}
	
h2#medical {
	background-color: #4f8cb7;
	color:#acd0f0;
	border-bottom:solid 1px #345d79;
	width: 570px;	
	}

/* end article list table styles */

#logintop {
	float:right;
	}	
	
.coverimage {
	border: 1px solid #ffffff;
}

.issueperiod {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: black;
}	

.menuitemul {
	padding-top: 6px;
	padding-bottom: 6px;	
	border-bottom: 1px solid #bfbfbf;
}

.menuitemul2 {
	padding-top: 6px;
	padding-bottom: 6px;	
	border-bottom: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;	
}

.boldlink {
	font-weight: bold;
}

.boldbluelink {
	font-weight: bold;
	color: #006699;
	}

.event-date {
	color: black;
}

.white {
	color: white;
}


.subscribe-top {
	font-size: 12px;
}

.subscribe-big {
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.video
{
margin-left: 0;
padding-left: 0;
list-style: none;
margin-top: 0px;
margin-bottom: 0px;
}

li.video
{
padding-left: 25px;
background-image: url(icon-video.gif);	
background-repeat: no-repeat;
background-position: 0 .5em;
padding-top: 3px;
line-height: 14px;
}

a.black {
	color:#000;
}

#breadcrumb {
	float:left;
	width: 930px;
	padding:10px;
	background:#fff;
	line-height:1.75em;
	display: inline;
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
border: 1px solid #D1D6DF;
}

#x01-ad {
	background-color: white;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}	

#right1-ad {
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.left-justify-pic {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	margin-top:5px;
	position:relative;
	}
	
.left-justify-pic p {
	margin-bottom:0px;
	}
	
.right-justify-pic {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	margin-top:5px;
	}
	
.right-justify-pic p {
	margin-bottom:0px;
	}
	
	
/** child page menu **/

	
ul.child-page-menu {
	padding:10px;
	background:#fff;
	margin:0px;
	margin-bottom:10px;
	}
	
div.column-3-box ul.child-page-menu {
	padding:0px;
	background:#fff;
	margin:0px;
	margin-bottom:0px;
	}
	
ul.child-page-menu li:first-child {
	border-top:solid 1px #ccc;
	}

ul.child-page-menu li {
	list-style:none;
	border-collapse:collapse;
	border-bottom:solid 1px #ccc;
	padding:0;
	margin:0;
	}
	
ul.child-page-menu li a {
	display:block;
	background:#fff;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
	}
	
ul.child-page-menu li a:hover {
	background:#eee;
	text-decoration:none;
	}
	
/* pager styles */

#pager {
	margin-bottom:10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	}
	
#pager .pageritem {
	border:solid 1px #ccc;
	padding:5px;
	margin-right:3px;
	display:inline-block;
	}
	
#pager a.pageritem {
	border:solid 1px #ccc;
	padding:5px;
	margin-right:3px;
	display:inline-block;
	}
	
#pager a.pageritem:link {
	border:solid 1px #ccc;
	padding:5px;
	background-color:#eeeeee;
	margin-right:3px;
	}
	
#pager a.pageritem:visited {
	border:solid 1px #ccc;
	padding:5px;
	background-color:#eeeeee;
	margin-right:3px;
	}
	
#pager a.pageritem:hover {
	border:solid 1px #ccc;
	padding:5px;
	background-color:#3399FF;
	color:#fff;
	text-decoration:none;
	margin-right:3px;
	}
	
#pager a.pageritem:active {
	border:solid 1px #ccc;
	padding:5px;
	background-color:#3399FF;
	color:#fff;
	text-decoration:none;
	margin-right:3px;
	}
	
/* end pager styles */

/* alternating table row styles */

.table-cell-01 {
	background-color:#f5f5f5;
	}

.table-cell-02 {
	background-color:#fff;
	}
	
/* end alternating table row styles */
	
.subform {
	width: 120px;
}

.header-link a {
	color:#fff;
	}
	
p.fineprint {
	margin-top:20px;
	}
	
.fineprint {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.5em;
	}
	
.errors {
	font-size:12pt;
	color:#ff0000;
	font-weight:bold;
	}

.beigebox {
	margin: 0;
	padding: 0;
	margin-bottom:10px;
}
	
.beigebox .header-box {
	padding:0;
}
.headline a {
color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.beigebox .header-box .headline h2.orange {
	color: #4a5e87;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;	
	margin: 0px;
	background: #FA9D41 url('bg_blue.png') repeat-x scroll 40% 40%;
border: 1px solid #DFDFDF;
border-top: none;
border-left: none;
}

h2.orange a{
	color: #b83d29;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
}
.beigebox .header-box .headline h2.blue {
	color: #038e8c;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;	
	margin: 0px;
	background:url('bg_blue.png') repeat-x scroll 45% 45%;
	border: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;

}

.beigebox .header-box .headline h1{
	color: #038e8c;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;	
	margin: 0px;
	background:url('bg_blue.png') repeat-x scroll 45% 45%;
	border: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;

}


.weekly-view h2{
	color: #B83D29;
	border-bottom: 1px solid #D1D6DF;
border-left: 1px solid #D1D6DF;
border-right: 1px solid #D1D6DF;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px;	
	margin: 0px;
	background:url('bg_blue.png') repeat-x scroll 45% 45%;
border: 1px solid #DFDFDF;
border-top: 1px solid #DFDFDF;
border-left: 1px solid #DFDFDF;}
.weekly-view .content{
	background-color: #fff;
	padding:10px;
	margin-bottom: 10px;
	text-align: center;
}
.weekly-calendar h3{
font-weight: bold;	
}

h2.blue a{
	color: #1e8f3c;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
}	
.beigebox .header-box .headline h2 {
	color: #fff;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;	
	margin: 0px;
	background: url('bg_brown.png') repeat-x scroll 52% 52%;
border: 1px solid #DFDFDF;
border-top: none;
border-left: none;}


.beigebox .header-box .headline a:hover {
	text-decoration: none;
}



#subscribebox {
	margin: 0;
	padding: 0;
	margin-bottom:10px;
}
	
#subscribebox .header-box {
	padding:0;
	border: 1px solid #
}
	
#subscribebox .header-box .headline h2 {
	background:rgb(115,99,87) url('bg_brown.png') repeat-x scroll 52% 52%;
border: 1px solid #DFDFDF;
border-top: none;
border-left: none;
	color: #fff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 4px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;	
	margin: 0px;
}

#subscribebox .header-box .headline h4 {
	background:rgb(115,99,87) url('bg_brown.png') repeat-x scroll 52% 52%;
	color: #FFFFFF;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 4px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;	
	margin: 0px;
}



#subscribebox .header-box .headline a:hover {
	text-decoration: none;
}

#subscribebox .content-box {
	background-color: #fff;
	padding:10px;
	text-align: center;
}

#subscribebox .content-box .subscribe-promo {
	padding-top:10px;

}
#subscribebox .content-box2 {
	background-color: #FFFFFF !important;
	height: 235px;	
	text-align: center;
}

.subscribe-price {
	color: white;
	font-size: 18px;
	margin-top: 6px;
	font-family: Georgia;
}

.content-box {
	padding: 10px;
	background-color:#fff;
border-bottom: 1px solid #D1D6DF;
border-left: 1px solid #D1D6DF;
border-right: 1px solid #D1D6DF;
}	
	
.content-box2 {
	padding: 10px;
	background-color:#fff;
}	
	

.covers-title {
	font-size: 12px;
	font-weight: bold;
	color: #656565;
	padding-bottom: 10px;
	padding-top: 6px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

.caption {
	font-style:italic;
	}
	
#columns-1-2 div.video {
	border:solid 1px #ccc;
	margin-bottom:20px;
	padding:10px;

	}
	
#columns-1-2 div.video-player {
	float:left;
	margin-right:20px;
	}
	
/* sponsorship styles */
	
	
#sponsorship {
	width: 970px;
	height: 86px;
	background: rgb(115,99,87) url('bg_brown.png') repeat-x scroll 52% 52%;
	border-bottom: 1px solid #808548;
	margin:auto;	
	float: left;
}

.sponsorship-area {
	text-align: left;
	float: right;
}

.sponsorship-text {
	color: #8E935C;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 4px;	
}

.sponsorship-ad {
	margin-right: 72px;
}			

.sponsorship-title {
	float: left;
	color: #808548;
	font-size: 38px;
	font-weight: bold;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	margin-top: 59px;
	margin-left: 16px;
	display:inline;
	line-height:27px;
}

/* end sponsorship styles */

/* restaurant and cuisine list */

ul.restaurants {
	margin:0;
	padding:0;
	}
	
ul.restaurants li {
	list-style:none;
	border-bottom:solid 1px #fff;
	margin:0;
	padding:0;
	}

ul.restaurants li a:before {
	font-size:1.25em;
	line-height:1em;
	font-weight:bold;
	content: "\00BB \0020";
	}
	
ul.restaurants li a {
	display:block;
	background:#f0f2ea;
	padding:3px 5px;
	text-decoration:none;
	color:#666;
	}

ul.restaurants li a:hover {
	background:#dbddd6;
	color:#000;
	text-decoration:none;
	}

h5.cuisine-head {
	color:#fff;
	background-color: #9B9C97;
	font-size: 10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top:10px;
	margin-bottom:1px;
	padding:4px 10px;	
}

ul.restaurants li.rowA a {
	background:#f0f2ea;
	}
	
ul.restaurants li.rowB a {
	background:#fff;
	}
	
ul.restaurants li.rowA a:hover, ul.restaurants li.rowB a:hover {
	background:#dbd666;
	}

div.HDQFloat table td {
	vertical-align:top;
	}
	

.TBD {  /* messaging - to be determined info */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18pt;
	}
	
/* pagetools styles */
	
#pagetools {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	border:solid 1px #ccc;
	color:#aaa;
	padding:5px;
	}
	
#pagetools img {
	border:none;
	vertical-align:middle;
	}
	
#pagetools a {
	cursor:pointer;
	text-decoration:none;
	margin-right:10px;
	}
	
/* end pagetools styles */

/* mini-calendar */

table.mini-calendar p {
	margin:0;
	}
	
.single-rule {
	border-bottom:none;
	border-top: 1px solid #CCCCCC;	
	margin:10px 0px;
	height:1px;
	clear:both;
	}
	
table.mini-calendar h4 {
	font-size: 10pt;
	color: #666;
	margin:.25em 0;
	line-height:normal;
	}
table.mini-calendar h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	margin-bottom:.25em;
	margin-top:.25em;
	line-height:normal;
	}
	
.by-line {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:15px 0px;
	font-size:9pt;
	}
	
p.subscribe {
	margin-bottom:0;
	margin-top:5px;
	font-size:8pt;
	font-style:italic;
	text-align:right;
	}
	
/* restaurant and cuisine list */

ul.restaurants {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
ul.restaurants li {
	list-style:none;
	border-bottom:solid 1px #fff;
	margin:0;
	padding:0;
	}

ul.restaurants li a:before {
	font-size:1.25em;
	line-height:1em;
	font-weight:bold;
	content: "\00BB \0020";
	}
	
ul.restaurants li a {
	display:block;
	background:#f0f2ea;
	padding:3px 5px;
	text-decoration:none;
	color:#666;
	}

ul.restaurants li a:hover {
	background:#dbddd6;
	color:#000;
	text-decoration:none;
	}

h5.cuisine-head {
	color:#fff;
	background-color: #9B9C97;
	font-size: 10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top:10px;
	margin-bottom:1px;
	padding:4px 10px;	
}

ul.restaurants li.rowA a {
	background:#f0f2ea;
	}
	
ul.restaurants li.rowB a {
	background:#fff;
	}
	
ul.restaurants li.rowA a:hover, ul.restaurants li.rowB a:hover {
	background:#dbd666;
	}
	
	
.content-box-white {
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
}		
	

.cuisine-head {
	color:#fff;
	background-color: #a1adb3;
	font-size: 10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top:10px;
	margin-bottom:1px;
	padding:4px 10px;	
}

.clearfix:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

h2.current-issue {
	background:rgb(115,99,87) url('bg_brown.png') repeat-x scroll 52% 52%;
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 4px;
	padding-left: 10px;
	margin: 0px;
}

.tagtitle {
	font-family: Georgia;
	color: black;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

h2.tabletitle {
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 4px;
	padding-left: 10px;
	margin: 0px;
}

.border-image{
	border: 3px solid black;
	float:left;
	margin:2px 4px 0 0;
}


.banner img {
	border: 3px solid black;
	float:left;
	margin:2px 4px 0 0;
	zoom:1;
}


.ul

{

	margin-left: -20px;
	padding-left: 0px;
	padding-bottom: 3px;
	list-style-image: url(redcarat.gif);
	background-repeat: no-repeat;
	background-x-position: left;
	background-y-position: center;

}




/* commenting */

#article .comments .comment .commentcontent {
	padding-bottom:5px;
	}
	
#article .comments .commenttitle {
	margin-bottom:0;
	}
	
#usercomments textarea#commentField {
	width:95% !important;
	}
	
div.comments {
	margin-top:10px;
	border-top:dashed 1px #ccc;
	}

.most-popular ol {
	margin:0;
	padding:0;
	list-style-position:inside;
	}

.most-popular ol li {
	border-bottom:solid 2px #fff;
	margin:0;
	padding:0;
	}


.most-popular ol li {
	background:#EAEEF2;
	padding:3px 5px;
	padding-left:23px;
	color:#666;
	text-indent: -17px 
	}
	
.most-popular li a {
	color:#666;
	}
	
.most-popular li a:hover {
	text-decoration:none;
	}

.most-popular li:hover {
	background:#9FCBFF;
	color:#000;
	}

.most-popular li.rowA {
	background:#DFFFE9;
	}
	
.most-popular li.rowB {
	background:#CFFFFA;
	}	

.most-popular li.rowB:hover {
	background:#9FCBFF;
	}
.most-popular li.rowA:hover{
background:#8ECFA3;
}
div.peelaway {
	position:absolute;
	top:0;
	right:0;
	z-index:999;
	}
.buttonStyle{
border: #5B889E 1px solid;
width:150px;
color: #024965;
text-align: center;
background-color: #FFC425;
-moz-border-radius:4px;
-webkit-border-top-left-radius: 4px;
}
.buttonStyle:hover{
width:150px;
background-color: #79A12E;
cursor: pointer;
}
.buttonStyle a:hover{
text-decoration: none!important;
}
.monthly-view{
background-color: #ffffff;	
}
.monthly-view h2{
background:#5B889E url('bg_blue.png') repeat-x scroll 52% 52%;
font-family:Trebuchet MS;
font-size:16px;
font-weight:bold;
color: #4A5E87;
margin:0;
padding:4.7px;
text-transform:uppercase;
}
#sideTabs{
position: relative;
top:200px;
right: 998px;
}
.beigebox .header-box .aresBot-header h2 { 
background: url(bot-header-buildYourVacation.jpg) 0 0 no-repeat; 
height: 30px; 
margin: 0; 
padding: 0; 
width: 180px; 
text-indent: -9999px; 
} 



a.more{
background:#006699 none repeat scroll 0 0;
color:#FFFFFF;
float:right;
font-size:12px;
margin-bottom:5px;
padding:0 10px;
text-decoration:none;
}

a.more:hover{
background:#B5D0DF  none repeat scroll 0 0;
color:#006699;
font-size:12px;
margin-bottom:5px;
padding:0 10px;
text-decoration:none;
}









