body {
	font-family: Trebuchet MS, Arial;
	margin: 0;
	padding: 0;
	background-color: #333;
	background-image: url('/img/decor/page-background.gif');
	background-repeat: both;
	text-align: center;
}
.clearFloat {
	clear: both;
}

/* text attributes */
	/* layout */
	h1, h2, h3, h4 {
		margin: 0 0 5px;	
	}
	p {
		margin: 0 0 10px;
		font-size: 10pt; 
	}
	/* END layout */
	/* text sizes */
	.text-large {
		font-size: 12pt; 
	}
	.text-small {
		font-size: 11pt; 
		line-height: 13pt; 
	}
	.text-smaller {
		font-size: 10pt; 
		line-height: 12pt; 
	}
	/* END text sizes */

	/* alignment */
	.alignRight {
		text-align: right;	
	}
	.alignCenter {
		text-align: center;	
	}
	.alignLeft {
		text-align: left;	
	}
	/* END alignment */

	/* text styles */
	.text-italic {
		font-style: italic;
	}
	/* END text styles */
/* END text attributes */

/* page top (main content area)*/
#page-top {
	width: 950px;
	margin:0 auto;
	text-align: left;
}
#page-main-container {
	background-color: #fff;	
	padding: 15px;
}
/*
	#page-main-container div {
		background-color: #fff;	
	}
*/
	#page-main-left {
		width: 156px;
		float: left;
		text-align: right;
	}
		#page-main-logo {
			width: 156px;
			height: 156px;
			margin-bottom: 15px;
		}
		#page-main-logo-overlay {
			width: 156px;
			height: 156px;
		}
		#page-main-left-rail {
			border-right: 1px solid #999;
			padding-right: 5px;	
		}
			#page-main-left-rail-sectionLinks div {
				margin-bottom: 3px;
			}
			#page-main-left-rail-promos {
				margin-top: 15px;
				padding: 5px 0;
				border-top: 1px solid #999;
			}
			#page-main-left-rail-siteInfo {
				margin-top: 15px;
				padding: 5px 0;
				border-top: 1px solid #999;
			}
	#page-main-headerBodyRight-container {
		width: 764px;
		float: right;
	}
		#page-main-header {
			padding: 0 15px 10px;
		}
			#page-main-menu {
				margin-top: 10px;
				padding: 0 5px;
				font-size: 16pt;	
			}
					
		#page-main-bodyRight-content {
			padding: 0 0 15px 15px;
		}
			#page-main-body-container {
				float: left;
				width: 434px;
			}
				#page-main-body-item-content {
					border-top: 1px solid #666;
					border-bottom: 1px solid #666;
					padding: 15px 0px;
					margin: 2px 0;
				}
				#page-main-body-item-content-promo {
					text-align: center;
					padding: 5px 0;
					margin-bottom: 10px;	
				}
			#page-main-right-container {
				float: right;
				width: 315px;
			}
			#page-main-right-content {
				margin-left: 15px;
			}
			#page-main-right-content-related {
				margin-bottom: 10px;
				padding-left: 5px;
				border-left: 1px dashed #999;
			}
			
			
/* END page top */

/* footer box */
#page-footer-container {
	border-top: solid 3px #bebebe;
	width: 950px;
	margin:0 auto;
	text-align: left;
}
#page-footer-content {
	padding: 15px;
}
#page-footer-left {
	float: left;
	dispay: inline;
}
.footer-text span {
	padding-right: 10px;	
}
	.page-footer-left-container {
		width: 615px;
	}
		#page-footer-left-index-container {
			padding-top: 8px;
			margin-top: 10px;
			border-style: solid none none none;
			border-width: 1px;
		}
			.page-footer-index-column {
				float: left;
				padding-left: 8px;
				width: 106px;
				border-style: none none none dashed;
				border-width: 1px;
			}
				.page-footer-index-column div {
					text-indent: -8px;
					margin: 0 0 4px 8px;
					line-height: 10pt;
				}
#page-footer-right {
	float: right;
	dispay: inline;
}
div.color-select-box {
	margin-left: 5px;	
	float: left;
	padding: 0;
	border: solid 1px #bebebe;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
/* END footer box */

/* links */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* ads */
#adPlaceholderLeader {
	background-image: url('/img/decor/adBackground-31x31.gif');
	background-repeat: repeat;
	width: 728px;
	height: 90px;	
}
#adPlaceholderRight1 {
	background-image: url('/img/decor/adBackground-31x31.gif');
	background-repeat: repeat;
	width: 300px;
	height: 250px;
	margin-bottom: 15px;
}
#adPlaceholderRight2 {
	background-image: url('/img/decor/adBackground-31x31.gif');
	background-repeat: repeat;
	width: 300px;
	height: 600px;
}
.adPlaceholderLeft {
	background-image: url('/img/decor/adBackground-31x31.gif');
	background-repeat: repeat;
	width: 125px;
	height: 125px;
	margin-bottom: 15px;
	float: right;
}
/* end ads */

/* text positioning */
.textCenter {
	text-align: center;	
}
.textRight {
	text-align: right;	
}

/* form */
.formContent {
	margin: 0;
	padding: 0;	
}
/* END form */

/* images */
img {
	border: none;
}
/* END images */

/* story pages */
#page-main-body-item-content h2 {
	margin-bottom: 15px;
}
#page-main-body-item-bylineDate {
	background-color: #eee;
	margin-bottom: 8px;
	padding: 2px 5px;
}
#page-main-body-item-byline {
	float: left;
}
#page-main-body-item-date {
	float: right;
}
#page-main-body-item-display {
	margin: 10px 0px;	
}
.page-main-body-item-display-box-top {
	height: 30px;
	margin-bottom: 5px;
}	
.page-main-body-item-display-box-right {
	float: right;
	margin: 0 0 0 10px; 	
	background-color: #eee;
	border: 1px solid #333;
}
.page-main-body-item-display-box-right-image {
	border-bottom: 1px dashed #999;
	margin-bottom: 5px;
}
.page-main-body-item-display-box-right-text {
	margin: 3px;
}
#page-main-body-item-display-box-right-tools {
	margin: 3px 3px 5px;
	padding: 3px 3px 10px 15px;
}
.page-main-body-item-display-box-right-tools {
	margin: 2px;
	padding: 0;	
}
#page-main-body-item-display-box-right-fontSize {
}
#showMe {
	padding: 5px;
}
#switchLinks{
	padding:34px 26px 0 26px;
	border:1px dotted #004080;
	background-color:#FFF;
	cursor:pointer;
}
#switchLinks a{
	padding:6px;
	border:1px solid #232323;
	text-align:center;
}
		
#page-main-body-item-display-box-right-links {
	border-top: 1px dashed #999;
	padding: 10px;	
}
#page-main-body-item-display-box-right-links ul  {
	margin-left: 1em;
} 
	/* comments */
	.js-kit-comments {
		background-color: #eee;
		margin-top: 15px;
		padding: 2px 5px;
		width: 95%;
	}
	/* END comments */
	/* polls */
	.js-PollBg {
		background-color: #eee;	
	}
	/* END polls */
	/* images */
		#page-main-body-item-media {
			display: none;
			height: 300px;
			background-color: #333;
		}
		.page-main-body-item-display-box-right-image-viewGallery {
			cursor: pointer;
			text-align: center;
		}
	/* END images */
/* END story pages */

/* index pages */
.page-main-body-item-featureResult {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dashed;
}
.page-main-body-item-featureResult-image-left {
	float: left;
	margin: 0 10px 0 0;
}
.page-main-body-item-featureResult-data {
	background-color: #eee;
	float: right;
	color: #999;
	padding: 2px 3px; 
	margin: 0 0 2px 2px;
}
.page-main-body-item-featureResult-data-inner {
	width: 115px;
}
.page-main-body-item-featureResult-data-inner p {
	margin-bottom: 5px;
}
.page-main-body-item-featureResult-data-pubDate {
	float: left;
	width: 25%;
	text-align: left;
}
.page-main-body-item-featureResult-data-ratings {
	float: left;
	width: 45%;
	text-align: center;
} 
.page-main-body-item-featureResult-data-comments {
	float: left;
	width: 30%;
	text-align: right;
} 
#page-main-body-item-featureResult-bottom {
	padding: 2px 2%;
}
.page-main-body-item-featureResult-bottom-cell {
	float: left;
	width: 33%;
} 
/* END index pages */

/* search boxes */
.page-main-body-item-search-inputSubmit {
	border-width: 1px;
	border-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #4d4d4d;
	border-bottom-color: #4d4d4d;
	border-left-color: #dcdcdc;
	background-color: #888;
	padding: 0px;
	height: 23px;
	margin-bottom: 3px;
	color: #dcdcdc;
}
.page-main-body-item-search-input {
	background-color:#efefef;
	border:1px solid #ccc;
	color:#666;
	padding:1px;
	margin: 0 0 3px 0;
	width:140px;
}
#page-main-right-content-search {
	padding-bottom: 15px;
}
.page-main-right-content-search-colLeft {
	float: left;
	width: 87px;
	text-align: right;
}
.page-main-right-content-search-colLeft-label {
	padding-right: 5px;	
}
.page-main-right-content-search-colRight {
	float: left;
	width: 150px;
	text-align: left;
}
.page-main-right-content-search-input {
	background-color:#efefef;
	border:1px solid #ccc;
	color:#666;
	padding:1px;
	margin-bottom: 3px;
	width:140px;
}
.page-main-right-content-search-inputSubmit {
	border-width: 1px;
	border-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #4d4d4d;
	border-bottom-color: #4d4d4d;
	border-left-color: #dcdcdc;
	background-color: #888;
	padding: 0px;
	margin-bottom: 5px;
	color: #dcdcdc;
}

#page-main-left-rail-sectionLinks-search {
	padding: 10px 0 0;
}
.page-main-left-rail-sectionLinks-search-input {
	background-color:#efefef;
	border:1px solid #ccc;
	color:#666;
	padding:1px;
	margin-bottom: 3px;
	width:112px;
	display: inline;
}
.page-main-left-rail-sectionLinks-search-inputSubmit {
	border-width: 1px;
	border-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #4d4d4d;
	border-bottom-color: #4d4d4d;
	border-left-color: #dcdcdc;
	background-color: #888;
	padding: 0px;
	margin-bottom: 3px;
	color: #dcdcdc;
}

/* END search boxes */

/* listings */
.listing-nav-items {
	padding-bottom: 3px;	
}
.listing-nav-criteria {
	padding-bottom: 3px;	
}
.listing-nav-pages {
	background-color: #eee;
	padding: 2px;
	margin-bottom: 8px; 	
}
/* END listings */

/* tools */
	/* print */
	#page-main-body-container-print {
		text-align: left;
		background-color: #fff;
		width: 600px;
		padding: 15px;
	}
	/* END print */
/* END tools */


/* THICKBOX */

/* I ADDDED THIS!!! */
.thickbox:hover{
	text-decoration: none;	
}
.thickboxHidden {
	display: none;	
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(/img/decor/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
/*  height:55px;
  padding:7px 30px 10px 25px; */
  padding:7px 25px 10px 25px;
  text-align:left;
}
#TB_secondLine {
  position: absolute;
  top: 1px;
  left: 1px;
  font: 10px Arial, Helvetica, sans-serif;
  padding-left:25px;
  width: 60%;
  color:#666666;
}
#TB_closeWindow{
  position: absolute;
  top: 1px;
  right: 1px;
  height:25px;
  font: 10px Arial, Helvetica, sans-serif;
/*  padding:11px 25px 10px 0; */
  padding-right:25px;
  width: 20%;
  text-align: right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
/* END THICKBOX */

/* blogs */
#page-main-body-item-display-blogEntry img {
	padding: 5px;
}
#page-main-right-content-related-blogArchive {
	float: left;
	text-align: right;
	width: 50%;
}
#page-main-right-content-related-blogArchive-content {
	margin-right: 20px;
}
#page-main-right-content-related-blogLinks {
	float: left;
	width: 50%;
}
.blogArchiveYear {
	cursor: pointer;	
}
.blogArchiveMonths {
	display: none;	
}
#page-main-right-content-related-blogBio {
	padding-top: 5px;
	text-align: center;
}
#page-main-right-content-related-blogBioInner {
	margin: 0 auto;
	width: 75%;
	text-align: left;
}

/* END blogs */

/* food */
.page-main-body-item-featureResult-left {
	width: 65%;
	float: left;
}
.page-main-body-item-featureResult-right {
	width: 35%;
	float: right;
	text-align: right;
}
.listing-nav-pages select {
	width: 40px;	
}
.page-main-body-item-restaurant-left {
	width: 50%;
	float: left;
}
.page-main-body-item-restaurant-right {
	width: 50%;
	float: right;
}
h2#page-main-body-item-restaurant-name {
	margin: 10px 0;	
}
#page-main-body-item-restaurant-hours {
	margin-bottom: 10px;
}
#page-main-body-item-restaurant-mealsTable {
	width: 100%;	
}
.page-main-body-item-restaurant-mealsTable-label1 {
	text-align: center;
}
.page-main-body-item-restaurant-mealsTable-label2 {
	text-align: right;
}
.page-main-body-item-restaurant-mealsTable-data {
	text-align: center;
}
#page-main-body-item-restaurant-cuisine {
	padding: 5px 10px 5px 0;
}
#page-main-body-item-restaurant-map {
	display: none;
}
#page-main-body-item-restaurant-mapTitle {
	cursor: pointer;
}
#h2#page-main-body-item-movies {
	margin: 10px 0;	
}
#pano {
	display: none;	
}

/* END food */

/* movies */
.page-main-body-item-featureResult-left50 {
	width: 50%;
	float: left;
}

/* END movies */

/* twitter */
#twitter_div {
	text-align: left;
}
.twitter-title {
	cursor: pointer;
	text-align: center;
}
#twitter_div ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display: none;
}
#twitter_div li {
	border-bottom: 1px solid #999;
	margin-bottom: 3px;
}
#twitter_div span {
	font-size: 85%;
}

/* END twitter */


/* clean-calendar datepicker */

#calendarDiv {
	display: block;
	display: none;
	position: relative;
	border: 1px solid #777;
}
#calendarDiv a {
	cursor: pointer;
}
#calendar {
	background: #ddd;
	clear: both;
	text-align: center;
	font-size: 105%;
}
#calendar, #linksTable {
	width: 180px;
}
#calendar .calendarHeader {
	background: #333;
	border-bottom: 1px solid #444;
	color: #fff;
}
#calendar .weekDaysTitleRow {
	background: #777;
	color: #fff;
}
#calendar .weekDaysRow {
	background: #eee;
	color: #666;
}
#calendar .weekDaysCell {
	color: #000;
	border: 1px solid #ddd;
}
#calendar .weekDaysCellOver {
	background: #fff;
	border: 1px solid #777;
}
#closeCalender {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 1px;
	display: block;
	padding: 2px;
	cursor: pointer;
	font-size: 60%;
	background: #ccc;
}
#closeCalender:hover {
	background: #000;
	color: #fff;
}
#linksTable {
	background: #000;
}
#linksTable a {
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 80%;
	padding: 2px 5px;
}
#linksTable a:hover {
	background: #ddd;
	color: #333;
}
#prevMonth {
	float: left;
}
#nextMonth {
	float: right;
}
#today {
	background: #999;
}
/* END clean-calendar datepicker */

/* MP3 Player */
.mp3Player {
	font-size: 7pt;
	padding-bottom: 5px;
}
/* END MP3 Player */
