/* ------------------------------------------------------------------------------  */
/* REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! */
/*                                                                                 */ 
/*              ALL CUSTOM STYLES MUST BE ADDED TO MOBILE STYLES AS WELL!          */
/*                                                                                 */
/*                                                                                 */ 
/* ------------------------------------------------------------------------------- */
/* -----------------------------
East Bay Express components.css
------------------------------------- */
/* Conditional display for the main content column. */
div.MainColumn .briefOnly {
	display: none;
}
/* Conditional display for a smaller side column. */
div.MainSidebar .longOnly {
	display: none;
}
/* Conditional display for the ad sidebars. */
div.AdSidebar .longOnly {
	display: none;
}
.longOnly span.date {
	display: none;
}
/* ------------------------------------------------------------------ */
/* Zone Based Selectors */
/* ------------------------------------------------------------------ */
div.MainColumn p.issueInfo,
div.SpanningFeature p.issueInfo,
.ContentFullWidth p.issueInfo {
	padding: 0 0 4px;
	margin: 0 0 10px;
	border-bottom: 1px solid #E8E9EA;
	text-align: left;
	font-weight:700;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ContentFullWidth p.issueInfo{
	padding: 4px 0;
	font-size: 14px;
	border-top: 1px solid #E8E9EA;
}
div.MainColumn p.issueInfo .date,
div.SpanningFeature p.issueInfo .date,
.ContentFullWidth p.issueInfo .date {
	float: right;
	width: 140px;
	height: 13px;
	text-align: right;
	color: #000;
	text-transform:uppercase;
	letter-spacing: 0;
}
div.MainColumn p.issueInfo a,
div.SpanningFeature p.issueInfo a,
.ContentFullWidth p.issueInfo a {
	text-decoration: none;
	color: #000;
}
div#LocationMetaData {
    font-size: 14px;
}
div.MainColumn h1,#Content div.SpanningFeature h1,h1.headline,div#BlogHeader h1,div#gridMain h1 {
	clear: left;
	font-size: 26px;
	margin-bottom: 3px;
  color:#0C5DA9;
  line-height:1;
}
div#gridMain div#RecentPosts.SpanningFeature h1,
div#gridMain div#RecentPostsEditorial h1,
div#gridMain div#RecentPostsMarketing h1 {
	font-size: inherit;
}
div.MainColumn h2 {
	font-size: 19px;
}
div.storyHead h2.subheadline {
	font-size: 14px;
}
div.storyHead cite.byline {
	display: block;
	margin-top: 5px;
}
div.storyHead cite.byline a {
	text-decoration: none;
}
div.storyHead cite.byline a:hover {
	text-decoration: underline;
}
div.MainColumn img.magnum,div.SpanningFeature img.magnum {
	display: block;
	margin:auto;
}
div.MainColumn .magnumContainer,div.SpanningFeature .magnumContainer {
	margin:0 auto 10px;
	width: 475px;
	clear: left;
}
div.MainColumn .magnumInfo,div.SpanningFeature .magnumInfo {
	margin: 9px 0 0;
	color: #999B9E;
}
div.MainColumn .magnumInfo .credit,div.SpanningFeature .magnumInfo .credit {
	margin: 0 0 3px 5px;
	text-align: right;
	float: right;
	font-size: 9px;
}
div.MainColumn .magnumInfo .caption,div.SpanningFeature .magnumInfo .caption {
	text-align: left;
	font-style: italic;
	font-size: 11px;
}
div.MainColumn .magnumContainer .credit,div.SpanningFeature .magnumContainer .credit {
	margin: 0;
	font-size: 9px;
	text-align: right;
	text-transform: uppercase;
	color: #888;
}
div#Story,div#StoryLayoutJr {
	padding: 20px;
}
div.storyItem {
	margin-bottom: 10px;
}
div.storyItem ul li {
	margin: 5px 0;
	font-size: .9em;
}
div.storyItem ul li a {
	text-decoration: none;
	display: block;
	line-height: 12px;
}
ul.nowPlayingList {
	overflow: auto;
	height: 250px;
	border: 1px solid #ccc;
	padding: 2px;
}
/* -- default styles for basic elements within content/posts -- */
#storyBody h1,#storyBody h2,#storyBody h3,#storyBody h4,#storyBody h5,#storyBody h6,.postBody h1,.postBody h2,.postBody h3,.postBody h4,.postBody h5,.postBody h6,.descr_txt h1,.descr_txt h2,.descr_txt h3,.descr_txt h4,.descr_txt h5,.descr_txt h6{
  margin:1.12em 0;
  line-height: 1.2;
}
#storyBody h1,.postBody h1,.descr_txt h1{font-weight:700;color:#101010;font-size:1.63em}
#storyBody h2,.postBody h2,.descr_txt h2{font-weight:700;color:#111;font-size:1.55em;}

div#storyBody> ul,div#storyBody>ol,.postBody>ul,.postBody>ol,.descr_txt ul, .descr_txt ol{
  margin:1.12em;
}
div#storyBody> ul li,.postBody>ul li,.descr_txt>ul li {
	list-style: disc inside none;
}
div#storyBody>ol li,.postBody>ol li,.descr_txt ol li{
	list-style: decimal inside none;
}
div#storyBody h3,.postBody h3, .descr_txt h3 {
	font-weight: 700;
	font-size: 1.4em;
		color: #222;
}
div#storyBody h4,.postBody h4, .descr_txt h4 {
	font-weight: 700;
	font-size: 1.1em;
		color: #333;
}
div#storyBody blockquote,.postBody blockquote,.descr_txt blockquote {
  border-left: 1px solid #ABABAB;
  padding: 6px 10px;
  text-align: justify;
  font-size: 1.1em;
  margin: 1em 3em;
  box-shadow: -5px 0px 3px -1px #999;
  line-height: 1.5em;
  color: #111;
  border-radius: 4px;
  background: #fcfcfc;
}
.postBody iframe, #storyBody iframe {
  display: block;
  margin: 1.12em auto;
}
.postBody hr,#storyBody hr,.descr_txt hr  {
  margin: 9px 0 10px;
  border-width: 1px 0 0;
  display: block;
  border-style: solid;
  border-color: #ccc;
}
div#MapSmallDirectionsForm label{font-weight:700;}
div#MapSmallDirectionsForm form{padding:0}
div#MapSmallDirectionsForm input.text {
  margin: 0;
    padding-left: 24px;
  max-width: none;
  width: 77%;
}

/* Story contact links. */
div#StoryContactLinks {
	font-style: italic;
 font-weight:700;
}
/* ------------------------------------------------------------------ */
body div#gridMain {
	background: #FFF;
}
body div#gridClamp {
	background: #FFF;
}
body div#gridHeader {
	width: 980px;
	margin-top: 5px;
}
body.Lexell6Zone div#gridMainSidebarLeft,body.Lexell6Zone div#gridMainColumnLeft,body.Lexell6Zone div#gridMainColumnRight {
	border-right: 1px dotted #d9d9db;
}
body.Mule4Zone div#gridAdSidebar {
	border-left: 1px dotted #d9d9db;
	padding-left: 9px;
}
div#CurrentIssueThumbnail {
	float: right;
	border: 1px solid #000;
	margin: 0 0 10px 10px;
}
div#CurrentIssueThumbnail a {
	display: block;
}
div#EmbeddedSidebar {
 float: right;
  width: 160px;
  margin: 0 0 15px 15px;
}
#Page div#EmbeddedSidebar {
	margin: 0;
}
div.sidebar {
	float: right;
	clear: right;
	width: 160px;
	color: #888;
}
#Post div.sidebar {
	margin-left: 9px;
}
#BestOf div#EmbeddedSidebar {
	background: #FFF;
	padding-left: 10px;
}
#BestOf div.sidebar div.BestOfGuide span.locationRegion {
	display: none;
}
div#ImageFlipBook {
	margin-bottom: 6px;
}
div.descr_txt {
	margin: 15px 0;
	font-family: Georgia,serif;
	font-size: 1.1em;
	line-height: 1.6em;
}
body.EventPromotional div.descr_txt {
}
body.SpecialReports div.archiveHeader {
  padding-bottom:10px;
  border-bottom:1px solid #dfe2e1;
}
div.EventListing,
div.archiveListing {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #dfe2e1;
	color: #333;
}
div.locationListing{
	padding: 10px 0;
	border-bottom: 1px solid #dfe2e1;
	color: #333;
}
.locationItem span.rating+a {
    color: #999;
}
body.SpecialReports div.archiveListing {
	padding: 10px 0;
}
span.eventCategories {
	background: #0c5da9;
	color: #fff;
	font-size: 10px;
	line-height: 2.4em;
	margin: 0;
	padding: 2px 3px;
	text-transform: uppercase;
}
span.eventCategories a {
	color: #fff;
	text-decoration: none;
}
span.eventCategories a:hover {
	color: #ccc;
}
div.movietimesListing {
	padding: 10px;
	border-top: 1px solid #dfe2e1;
	color: #333;
}
div.movietimesListing strong a {
	font-size: 12px;
}
div.movietimesListing li {
	margin-bottom: 6px;
}
div.movietimesListing .filmTimesHeader {
	float: right;
	width: 300px;
	margin-bottom: .75em;
}
div.movietimesListing .filmTimesHeader span,
div.movietimesListing .filmTimesHeader a
{
	background-color: #B01116;
	color: #FFF;
	font-weight:700;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 3px;
}
div.EventListing h3,div.locationListing h3,div.movietimesListing h3,div.locationListing h4 {
font-weight:700;
	font-size: 1.1em;
	color: #111;
}
div.EventListing h3 {
	font-size: 1.3em;
}
body.PromotionalSearch div.EventListing h3 {
	font-size: 1.45em;
	font-family: Georgia,serif;
}
div.EventListing a,div.locationListing a,div.movietimesListing a,div.archiveListing a {
	text-decoration: none;
}
div.MainColumn div.locationListing p.tags {
	padding: 0;
	border: 0;
}
div.locationListing img.locationListingImg {
	float: right;
/* width: 100px; */
	margin-left: 8px;
}
ul.filmTimes {
	float: right;
	font-size: .9em;
	line-height: 1.15em;
	margin-bottom: 7px;
	text-align: left;
	width: 300px;
}
#LocationMovieTimes ul.filmTimes {
	width: auto;
}
ul.filmTimes a {
	text-decoration: none;
}
ul.filmTimes li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
h2.neighborhoodBar {
	clear: both;
	padding-top: 5px;
	width: 100%;
	font-size: 16px;
	font-weight:700;
	margin: 0 0 5px;
}
div.locationTitle a {
  font-weight:700;
}
div.locationTitle .big {
	font-size: 1.2em;
}
div.locationListing span.inline-rating img,div.archiveListing span.inline-rating img {
	width: 10px;
}
div.locationListing span.small,div.archiveListing span.small {
	font-size: 10px;
}
div.locationListingAddress {
	font-size: 12px;
	color: #696969;
}
/* Hide descriptive labels ('When:', 'Where:', &c.). */
div#EventMetaData {font-size:14px;}
div#EventMetaData .label {
	display: none;
}
div.EventDetails div.locationListing {
	padding-left: 0;
}
div.EventDetails ul li.locationItem {
	margin-top: 15px;
}
div#EventLocation ul li.locationItem h4 {
	font-size: 1.1em;
  font-weight:700;
}
div#EventLocation ul li.locationItem h4 a {
	text-decoration: none;
}
div.EventDetails ul li.locationItem h4 a {
font-weight:700;
	text-decoration: none;
}
div#RelatedLocations li.locationItem {
	margin-bottom: 10px;
}
div.listingTools {
	background: #f3f3f3;
	float: right;
	font-size: 10px;
	line-height: 1em;
	margin-left: 5px;
	padding: 8px 7px;
	width: 116px;
}
div.listingTools ul {
	margin-top: 10px;
}
div.listingTools ul li {
	margin-bottom: 4px;
	border-bottom: 1px solid #e3e3e3;
}
div.listingTools ul li a {
	background: #FFF;
	background-repeat: no-repeat;
	display: block;
	padding: 4px;
}
.filmShortDetails .starsContainer .goldStarContainer,.filmShortReview .staffRating .starsContainer .goldStarContainer {
	background-color: #C00;
}
.filmShortDetails {
	margin-top: 0;
}
div.filmShortReview {
	margin: 10px 0;
}
div.filmShortReview .filmMetaInfo {
	background: #eee;
	padding: 5px;
}
.fullReviewRefer {
	margin-top: 10px;
}
.fullReviewRefer p {
	margin: 0;
}
div.filmShortReview span.filmCreditsTitle a {
	font-weight:700;
	font-size: 12px;
}
div.fullReviewRefer a img {
	float: left;
	margin-right: 10px;
}
div#FilmReview,div#FilmCredits {
	overflow: hidden;
	margin-bottom: 0;
}
div.filmMetaInfo span.ratingHeader {
	float: left;font-weight:700;
}
.ajPop {
	margin: 4px;
	line-height: normal;
}
div.listingTools .ajPopCont {
	height: 0;
	overflow: hidden;
	border: 0 solid #D1D8DC;
	background-color: #F3F5F7;
	padding: 0;
}
div.listingTools .ajPop a,div.tinyTools ul li.l0 .toolsInner a {
	text-decoration: none;
	background: none;
	padding: 0;
	display: inline;
}
div.tinyTools ul li.l0 .toolsInner a {
	color: #C70E0F;
}
div.tinyTools ul li.l0 .toolsInner a.addAction {
	display: block;
	background: #F0F0F0;
	float: left;
	padding: 3px 5px;
	border: 1px solid #AAA;
	font-weight: 400;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.tinyTools div.togglePanel {
	padding: 0;
}
.toolsInner {
  background: #ccc;
  padding: 3px;
  color: #000;
  border-radius: 5px;
}
.toolsInner select {
	max-width: 110px;
}
div.tinyTools .toolsInner h4 {
	margin: 2px 0;
	clear: both;
}
.toolsInner p {
	margin: 0 0 7px;
}
div#ToolBarEvents .toolsInner p:nth-of-type(2) {text-align:left;line-height:1.5;}
div#ToolBarEvents .toolsInner p:nth-of-type(2) input{margin-left:0!important;}
.toolsInner ul {
	margin: 0 0 7px;
}
.toolsInner ul li {
	margin-bottom: 4px;
}
div.tinyTools {
	margin-bottom: 13px;
	margin-left: 13px;
}
div.locationListing div.tinyTools {
	margin-bottom: 0;
}
.ajPop input,.ajPop textarea {
	border: 1px solid #CCC;
	background-color: #FFF;
	font-size: 11px;
	font-weight: 400;
	padding: 2px;
	margin-top: 0;
	margin: 0;
}
.ajPop .popInput,.ajPop textarea {
	width: 102px;
}
.ajPop select {
	border: 1px solid #CCC;
	background-color: #FFF;
	font-size: 10px;
	font-weight: 400;
}
/*#addToListContainer:hover #addListBox {display:block;}  */
.listList a {
	font-size: 12px;
}
.listList {
	font-size: 11px;
	margin-bottom: 10px;
}
.listBoxHeader {
	font-size: 11px;
	border-bottom: 1px solid #999;
	padding-bottom: 1px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.newListBox {
	font-size: 11px;
}
/* ------------------------------------------------------------------ */
div.MainColumn p.tags {
	padding: 5px;
	margin: 0;
	font-size: 90%;
	background: #f3f3f3;
}
/* ------------------------------------------------------------------ */
/*
div.MainSidebar {
  background: #FFF url(/images/backgrounds/drawer_bottom.gif) no-repeat bottom;
  margin-bottom: 10px;
  padding-bottom: 13px;
}div.MainSidebar h3 {
  background: #CED2D5 url(/images/backgrounds/drawer_top.gif) no-repeat top;
  padding: 4px;
  color: #004961;
  text-align: center;
}*/
div.MainColumn1 h3,div.MainColumn2 h3,
.HomeLeftColumn.ContentFullWidth>h3,
#FilmTimesByHour.ContentFullWidth h2 {
	padding: 2px 4px;
font-weight:700;
	text-transform: uppercase;
	background: #D1D2D4;
	letter-spacing: -.01em;
	margin-bottom: 5px;
}
#FilmTimesByHour.ContentFullWidth h2{border: none!important}
div.MainColumn1,div.MainColumn2 {
	clear: both;
}
#Section div.MainColumn h2,#Category div.MainColumn h2,#BestOf.BestOfGuideLanding div.MainColumn h2,#SectionBlogs h3,#NewsBlogs h3,#MusicBlogs h3,#NewsBlog h3 {
	padding: 4px;
 font-weight:700;
	text-transform: uppercase;
	background-color: #1F3577;
	color: #FFF;
	letter-spacing: -.03em;
	font-size: 14px;
	margin-bottom: 10px;
}
body.Lexell6Zone div#BestOfSectionFeature a img,body.Lexell6Zone #categoryLead a img {
width: 310px;
height: auto;
}
#SectionBlogs h3 a,#NewsBlogs h3 a,#MusicBlogs h3 a,#NewsBlog h3 a {
	color: #000;
	text-decoration: none;
}
body.News div#LocalBlogsNews .headerBar h2,div#LocalBlogsMusic .headerBar h2 {
	float: none !important;
}
#SectionBlogs h4 a,#NewsBlogs h4 a,#MusicBlogs h4 a,#NewsBlog h4 a {
	font-size: 1em;
}
#CategoryStories p {}
#CategoryStories p.byline {
	margin: 3px 0 10px;
}
#Section div#gridMainColumnLeft p.byline + div.clear,#Category div#gridMainColumnLeft p.byline + div.clear,#SpecialReports div.SpanningFeature p.byline + div.clear {
	border-top: 1px solid #E3EAEE;
	margin-top: 10px;
}
#Category div#gridMainColumnLeft div#LandingFollowStories p.byline + div.clear,#SpecialReports div.SpanningFeature p.byline + div.clear {
	margin-bottom: 10px;
}
#CategoryStories #LandingFollowStories {
	margin-top: 10px;
}
#RecentPosts li.storyItem h4.headline a,
#RecentPostsEditorial li.storyItem h4.headline a,
#RecentPostsMarketing li.storyItem h4.headline a {
/*  font-weight: 700;*/
	text-decoration: none;
	font-size: 1.3em;
	padding: 3px;
}
#RecentPostsMarketing li.storyItem h4.headline a {
	font-family: Georgia,serif;
}
#RecentPosts ul,#RecentPostsEditorial ul,#RecentPostsMarketing ul {
	margin-top: 10px;
}
#RecentPosts ul li.storyItem ul,#RecentPostsEditorial ul li.storyItem ul,#RecentPostsMarketing ul li.storyItem ul {
	margin-top: 0;
}
#RecentPosts ul li.storyItem,#RecentPostsEditorial ul li.storyItem,#RecentPostsMarketing ul li.storyItem {}
#RecentPosts img,#RecentPostsEditorial img,#RecentPostsMarketing img {
	border: 1px solid #000;
}
#RecentPosts ul.moduleList li.l0 + li.l0,#RecentPostsEditorial ul.moduleList li.l0 + li.l0,#RecentPostsMarketing ul.moduleList li.l0 + li.l0 {
	margin-top: 5px;
	padding-top: 5px;
}
#RecentPosts p.more,#RecentPostsEditorial p.more,#RecentPostsMarketing p.more {
	text-align: right;
	margin: 0 0 20px;
}
#Section #gridMainColumnLeft div.MainColumn h2,#Category #gridMainColumnLeft div.MainColumn h2 {
	padding: 2px 4px;
	font-size: 13px;
}
div.MainSidebar,div.MainColumn,div.AdSidebar,div.MainColumn1,div.MainColumn2 {
	margin-bottom: 15px;
}
body#Profile #gridMainSidebar div.MainSidebar li.l0 + li.l0,body#MyProfile #gridMainSidebar div.MainSidebar li.l0 + li.l0,body#Favorites #gridMainSidebar div.MainSidebar li.l0 + li.l0,body#MyFavorites #gridMainSidebar div.MainSidebar li.l0 + li.l0,body#List #gridMainSidebar div.MainSidebar li.l0 + li.l0,body#Lists #gridMainSidebar div.MainSidebar li.l0 + li.l0,body#MyLists #gridMainSidebar div.MainSidebarli.l0 + li.l0,body#MySettings #gridMainSidebar div.MainSidebar li.l0 + li.l0,body#Comments #gridMainSidebar div.MainSidebar li.l0 + li.l0,body#MyComments #gridMainSidebar div.MainSidebar li.l0 + li.l0,body#EditList #gridMainSidebar div.MainSidebar li.l0 + li.l0 {
	border-top: 2px dotted #F4D010;
}
div#EventsRecommended.MainSidebar li {
	margin-top: 5px;
	padding-top: 5px;
}
div.MainSidebar li.l0 ul {
	padding: 0 !important;
	margin: 3px 0 0;
}
div.MainSidebar h4,div.MainSidebar h4.headline,div.MainSidebar h4.headline a,.SpanningFeature .headline a {
	font-size: 15px;
}
div#EventsRecommended.MainSidebar h4,div#EventsPopular.MainSidebar h4 {
	color: #000;
}
div#SavedEvents.MainSidebar h4 {
	font-weight: 400;
}
div#SavedEvents.MainSidebar h4 a {
}
div#SavedContent h5.subhead,div#SavedContent .byline {
	line-height: 13px;
	margin-top: 3px;
}
/* Keep floats contained. */
div.MainSidebar li.l0 {
	clear: both;
}
div.MainSidebar ul .rating {
	display: block;
}
div#TopViewedVenues.MainSidebar ul .rating,
div#TopRatedVenues.MainSidebar ul .rating {
	margin-bottom: 3px;
	padding-top: 1px;
}
div#TopViewedVenues.MainSidebar h4 a {
	text-decoration: none;
}

#TopRatedVenues {border:1px dotted #ccc;background:#eee;}
#TopRatedVenues h3 {font-weight:700;text-transform:uppercase;font-size:1.2em;border-bottom:1px dotted #ccc;margin:3px 6px 0;}
#TopRatedVenues ul h4 a {color:#000;}
#TopRatedVenues ul li {border-bottom:1px dotted #ccc;padding-bottom:6px;}
  #TopRatedVenues ul li ul li {border:none;padding:none;}
#TopRatedVenues .more {text-align:right;text-transform:uppercase;font-weight:700;margin:0 6px 3px 0;}
  #TopRatedVenues .more a {color:#000;}

div.MainSidebar .rating img {
	width: 10px;
	height: 10px;
}
div.MainSidebar a.memberThumb {
	display: block;
	float: right;
	margin: 0 0 5px 5px;
	width: 35px;
	height: auto;
}
div.MainSidebar a.memberThumb img {
	width: 35px;
}
div.MainSidebar select {
	width: 100%;
}
div#RestaurantReaderReviews ul li p {
	color: #FFF;
	font-size: 1em;
	letter-spacing: .04em;
	margin: 5px 0;
}
div#RestaurantReaderReviews span.revBy {
	color: #ccc;
}
#NewProfiles h4 {
	float: right;
	text-align: left;
	width: 65%;
}
#NewProfiles a.memberThumb {
	float: left;
}
div#RecentComments ul li p {
}
#SectionFeature div.clear,#SectionStories div.clear,#RecentSectionFeatures div.clear {
	margin-bottom: 15px;
}
#SectionFeature h4 a,
#BestOfSectionFeature h4 a,div#CategoryStories h4 a {
  font-weight:700;
	font-size: 19px;
  color:#0C5DA9;
}
#SectionFeature p {}
#SectionFeature p.byline,div#CategoryStories .byline {font-style:italic;}
div#SpecialReports h2{
font-weight:700;
text-transform: uppercase;
color: #0C5DA9;
font-size: 35px;
border-bottom: 4px double #ccc;
margin-bottom: 10px;
}
#RecentSectionFeatures h2,
#SectionStories h2 {font-weight:700;text-transform:uppercase;color:#0C5DA9;font-size:1.444em;border-bottom:4px double #ccc;margin-bottom:1em;}
#RecentSectionFeatures h3,
#SectionStories h3 {font-weight:700;font-size:1.2em;}
#RecentSectionFeatures p.byline,
#SectionStories p.byline {font-style:italic;}
#RecentSectionFeatures h4,
#SectionStories h4 {font-weight:700;font-size:1.4em;}
  #RecentSectionFeatures h4 a,
  #SectionStories h4 a {color:#000;}
#RecentSectionFeatures .more,
#SectionStories .more {text-align:right;text-transform:uppercase;font-weight:700;border-top:1px dotted #ccc;padding-top:0.5em;margin-bottom:2em;}
  #RecentSectionFeatures .more a,
  #SectionStories .more a {color:#000;}
  #CategoryStories #LandingFollowStories h4 a {  font-weight: 700;
    font-size: 1.4em;color:#000;}
#CategoryStories #LandingFollowStories h3 {}
#SectionArchivesSelector h2,
#SectionArchivesSelector label {font-weight:700;font-size:1.2em;text-transform:uppercase;}
  
#SearchWidget {border:1px dotted #ccc;background:#eee;}
#SearchWidget .headerBar {padding:3px 6px;}
#SearchWidget .calendarBody a {display:block;text-align:right;color:#000;padding-right:6px;font-weight:700;text-transform:uppercase;}
#SearchWidget .calendarBody a:after {display:inline-block;content:'\00a0\00bb';}
div#CategoryStories div#categoryLead,div#CategoryStories .categoryStoriesItem{margin-bottom:15px;}
  div#CategoryStories .categoryStoriesItem .storyTeaser {width:125px;}
  div#CategoryStories .categoryStoriesItem .storyCapsuleLayout {margin-left:130px;}
#BestOf .headerBar {padding:3px 6px;}
div#CategoryStories div#categoryLead {
border-bottom: 4px double #ccc;
}
div#LandingFollowStories>.storyItem {
text-align: right;
text-transform: uppercase;
font-weight: 700;
border-top: 1px dotted #ccc;
padding-top: 0.5em;
margin-bottom: 2em;
}
div#LandingFollowStories>.storyItem a {color:#000;}
#FromTheVaults h2 {font-weight:700;text-transform:uppercase;font-size:1.4em;}

#HomeTopStory .subhead,
#Section div#SectionFeature.MainColumn p,
#Section #BestOfSectionFeature.MainColumn p {
	line-height: 14px;
}
div.storyTeaser {
	float: left;
	padding: 0 5px 5px 0;
}
#Section #gridMainColumnLeft div.storyTeaser,#Category #gridMainColumnLeft div.storyTeaser {
	float: right;
	padding: 0 0 5px 5px;
}
div.recentIssue img,li.archiveImage img {
	border: 1px solid #000;
}
li.archiveImage img {
	margin-top: 4px;
}
body#Home #gridMainColumnLeft p.byline span.releaseDate {
	display: none;
}
#RecentSectionFeatures p.byline span.releaseDate,#CategoryStories p.byline span.releaseDate,#SpecialReports div.SpanningFeature p.byline span.releaseDate {
	display: block;
	font-size: .9em;
}
#SectionArchives {

	margin-bottom: 10px;
}
#SectionArchives form {

}
#SectionArchives input {
	border: 1px solid #222;
}
#SectionArchives input.searchbox {
	width: 100px;
	background: #FFF url(/images/icons/magnify.gif) no-repeat scroll 3px center;
	padding-left: 15px;
	height: 17px;
	position: absolute;
}
#SectionArchives input.submit {
	position: absolute;
	margin-left: 260px;
	height: 19px;
}
#SectionArchives select {
	border: 1px solid #ccc;
	height: 19px;
	position: absolute;
	margin-left: 120px;
}
#SectionArchives div {
	padding: 5px 10px;
	float: left;
	width: 130px;
}
#SectionArchives div ul li {
	margin: 2px 0 1px;
}
#SectionArchives div ul li a {
	text-decoration: none;
}
#SectionArchives h3 {
	text-transform: uppercase;
	padding: 0 10px;
	font-family: Georgia;
	font-size: .9em;
}
#Section #SectionArchives.MainColumn h2,#Category #SectionArchives h2 {
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
}
#BestOfSectionFeature p {
	margin: 0;
}
div.gCat a {
	display: block;
  font-weight:700;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	color: #10539A;
	padding: 3px;
}
div.bestOfCat a.more {
	text-align: right;
	font-size: .8em;
	text-decoration: underline;
	border: 0;
	padding: 3px 3px 10px;
}
div.bestOfCat h2 a {
	border-bottom: 0;
	color: #FFF;
	padding: 0;
}
div.bestOfCat ul li {
	padding-bottom: 5px;
}
div.bestOfCat ul li a {
	text-decoration: none;
  font-weight:700;
	font-size: .95em;
	line-height: 14px;
	display: block;
}
div#BlogCategories h3,div#MarketingBlogCategories h3,div.ExternalBlogroll h3 {
	padding-left: 0;
	background: none;
	font-weight: 400;
}
div#BlogCategories ul li,div#MarketingBlogCategories ul li,div.ExternalBlogroll tr td {
	font-size: .8em;
	padding: 1px;
}
div#BlogCategories ul li a,div#MarketingBlogCategories ul li a,div.ExternalBlogroll a {
	text-decoration: none;
  font-weight:700;
}
div#BlogCategories {
	float: left;
	width: 100%;
}
div#BlogCategories div.comBody,div#MarketingBlogCategories div.comBody {
	border: 1px solid #eee;
	padding: 5px;
	float: left;
	width: 288px;
}
div#BlogCategories div.headerBar,div#MarketingBlogCategories div.headerBar {
	margin-bottom: 0;
}
div#BlogCategories div.blogCat,div#MarketingBlogCategories div.blogCat {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
div#BlogCategories div.blogCat ul.comColumn,div#MarketingBlogCategories div.blogCat ul.comColumn {
	float: left;
	width: 50%;
}
/* ------------------------------------------------------------------ */
.column_item {
	margin-bottom: 10px;
}
ul.moduleList {
	color: #222;
	font-size: 11px;
}
div.MainSidebar ul.moduleList {
	margin: 5px;
}
/*  ul.moduleList li.l0 + li.l0 {
      margin-top: 5px;
      border-top: 1px solid #E3EAEE;
      padding-top: 5px;
  }  ul.moduleList li.l0 ul {
      padding: 0 !important;
      margin: 3px 0 0;
  }*/
ul.moduleList h5 {
	font-size: 12px;
}
/* Keep floats contained. */
ul.moduleList li.l0 {
	clear: both;
}
div.MainSidebar:after {
	display: block;
	visibility: hidden;
	content: ".";
	line-height: 0;
	clear: both;
}
div#gridColumnContainer .moduleList li.storyItem {
margin: 0 0 10px;
}
ul.moduleList .rating {
	display: block;
}
ul.moduleList .rating img,li.locationItem span.rating img {
	width: 10px;
	height: 10px;
}
ul.moduleList .storyItem .byline {
	display: block;
}
ul li.storyItem img.storyImg {
	float: right;
	width: 50px;
	margin: 0 0 5px 5px;
}
ul.moduleList li.memberItem {
	margin: 0 5px;
}
ul.moduleList a.memberThumb {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	width: 35px;
	height: auto;
}
ul.moduleList a.memberThumb img {
	width: 35px;
}
div.MainSidebar ul.narrowOptions {
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
ul.narrowOptions li {
	font-size: 11px;
}
ul.narrowOptions li.flyout_link_parent {
	margin-top: 10px;
}
ul.narrowOptions li a.flyout_link {
  font-weight:700;
}
a.flyout_close_text {
	float: right;
  font-weight:700;
	text-decoration: none;
	font-size: .75em;
}
a.flyout_close_button {
	position: absolute;
	top: -15px;
	left: -15px;
	background-image: url(/foundation/images/icons/closebox.png);
	width: 30px;
	height: 30px;
	text-indent: -6000px;
	overflow: hidden;
}
div.MainSidebar li.narrowWithForm ul.narrowOptions {
	border: none;
}
body div.MainSidebar li.narrowWithForm ul.narrowOptions li form {
	padding: 0;
}
#ArchivesSearchForm ul {
	padding-left: 10px;
}
div.searchedFor,#MovieTimes div#NowPlaying h1 {
	background-color:#ccc;
	clear: both;
	color: #000;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	padding: 3px 10px;
	text-align: left;
	text-transform: uppercase;
  font-weight:700;
}
#MovieTimes div.searchedFor,#MovieTimes div#NowPlaying h1 {
	margin-bottom: 10px;
}
body#IssueArchives div#searchResults div.searchedFor h3 {
	font-size: 14px;
}
div.searchedFor h3 {
  font-weight:700;
}
div.searchedFor h3,div.searchedFor ul {
	display: inline;
}
div.searchedFor ul li {
	display: inline;
	text-transform: lowercase;
}
div.listing {
	float: left;
	width: 315px;
	margin-bottom: 20px;
}
div.listing p {
}
div.descripTxt {
	margin-top: 10px;
}
div.listing div.descripTxt {
	font-family: Georgia,serif;
	line-height: 1.4em;
}
  div.listing div.descripTxt a {word-break:break-all;}
body.PromotionalSearch div.listing p {
	font-size: 12px;
}
img.listingImg {
	float: right;
	margin: 0 0 3px 7px;
/* width: 100px; */
}
a.listingImage {
	display: block;
	float: right;
	clear: right;
}
div.listingLocation {
	color: #333;
	float: left;
	margin: 0 10px 10px;
	text-align: left;
	width: 160px;
}
.movietimesListing div.listingLocation {
	margin: 0 0 10px;
}
div.locationListing p.descripTxt {
	display: none;
}
span.locationLabel {
  font-weight:700;
}
span.locationPhone img {
	display: none;
}
/* ------------------------------------------------------------------ */
/* Ads column. */
div.ZoneC {
	padding-bottom: 5px;
}
body.Trantor6Zone div#gridAdSidebar {
	background: none;
	padding: 10px 0 0;
}
body.Trantor6Zone div#gridMainColumn {
	background: #EDEEEE;
}
body.Transmetropolitan8Zone div#gridFrame,body.Olivaw5Zone div#gridFrame,body.Chetter5Zone div#gridFrame {
	margin: 0;
}
body.Transmetropolitan8Zone div#gridColumnContainer,body.Olivaw5Zone div#gridMainSidebar,body.Chetter5Zone div#gridAdSidebar {
	padding: 0;
}
body.Olivaw5Zone div#gridMainColumn {
	margin: 0 20px;
}
body.Chetter5Zone div#gridMainColumn {
	margin: 0 25px 0 0;
}
body.Chetter5Zone div#gridMainSidebar {
	padding-top: 0;
}
body.Transmetropolitan8Zone div#gridSpanningIsland {
	background: none;
	border: 0;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	width: 350px;
}
body.Eudora7Zone div#gridMainSidebar {
	margin-left: 10px;
	width: 300px;
	margin-right: 0;
	padding-right: 8px;
	border-right: 1px dotted #D9D9DB;
}
body.Eudora7Zone div#gridSpanningFeature {
	width: 480px;
	padding-right: 10px;
	border-right: 1px dotted #D9D9DB;
}
body.Eudora7Zone div#gridFrame {
	margin-right: 0;
	width: 491px;
}
body.Eudora7Zone div#gridColumnContainer {
	width: 480px;
}
body.Eudora7Zone div#gridMainColumn1,body.Eudora7Zone div#gridMainColumn2 {
	width: 235px;
}
body.Lexell6Zone div#gridMainSidebarLeft {
	margin-right: 8px;
	padding-right: 7px;
}
body.Lexell6Zone div#gridMainColumnLeft,body.Lexell6Zone div#gridMainColumnRight {
	margin-right: 6px;
	padding-right: 8px;
}
body.Lexell6Zone div#gridMainColumnRight {
	width: 300px;
}
body.Aurora7Zone div#gridMainSidebar {
	padding-right: 7px !important;
	border-right: 1px dotted #D9D9DB;
	padding-top: 0;
}
body.Aurora7Zone div#gridRightColumn {
	width: 300px;
}
body.Aurora7Zone div#gridMainSidebar2 {
	margin: 0;
}
body.Aurora7Zone div#gridMainColumn {
	width: 490px;
	margin: 0 7px 10px;
	border-right: 1px dotted #D9D9DB;
	padding-right: 6px;
}
/* ------------------------------------------------------------------ */
/* Layout Identifier Based Selectors */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* Custom Class Based Selectors */
/* ------------------------------------------------------------------ */
a.actionButton {
	display: block;
	height: 19px;
	margin: 10px auto 0;
	text-indent: -6000px;
}
a.spanningButton {
	display: block;
}
/* Comments */
div.CommentsComponent,div#BrowseComments {
	clear: both;
	background: #eee;
	padding-bottom: 12px;
	color: #444;
  margin-top:20px;
}
div.commentsHeader {
	margin-bottom: 10px;
}
div.commentsHeader h2,
div.commentsHeader h3,
.ContentFullWidth div.commentsHeader h3 {
	color: #FFF;
	background: #404041;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 3px 0 3px 10px;
	text-align: left;
	text-transform: uppercase;
  font-weight:700;
}
div#previewCommentComponent div.commentsHeader h2 {
	background: #404041 url(/images/headers/previewing-your-comment.gif) no-repeat 4px center;
	text-indent: -6000px;
}
div.commentsHeader a.feedLink {
	background: transparent url(/images/rss-small.gif) no-repeat top center;
	color: transparent;
	font-size: 0;
	margin-left: 1px;
	padding: 12px 0 0 12px;
	text-decoration: none;
	text-indent: -9999px;
}
div.commentsHeader form {
	padding: 30px 8px 0 0;
	color: #ccc;
	font-size: 11px;
	letter-spacing: 0;
	text-align: right;
	text-transform: none;
	vertical-align: top;
}
div.commentsHeader form label {
  font-weight:700;
}
div.commentsHeader form select {
	border: 1px solid #CCC;
}
h4.commentFormAddHeader {
	font-size: 14px;
}
dl.formElements {
	margin: 15px 15px 15px 0;
}
dl.formElements dt {
	float: left;
	clear: left;
	display: inline;
	width: 150px;
	min-height: 45px;
	margin-right: 10px;
}
div#Comments dl.formElements dt {
	width: 100%;
	min-height: 0;
}
div#Comments dl.formElements dd {
	margin-bottom: 5px;
}
dl.formElements dt label {
  font-weight:700;
}
dl.formElements dt label span {
	color: red;
}
dl.formElements dt span {
	font-size: 10px;
	color: #666;
}
span.formFootnote {
	color: red;
}
dl.formElements dd {
	float: left;
	width: 260px;
}
dl.formElements dd input[type=text],dl.formElements dd input[type=password],dl.formElements dd select {
	width: 109%;
}
dl.formElements dd textarea {
	width: 100%;
	height: 110px;
}
#commentForm dl.formElements dd textarea,#commentForm dl.formElements dd input[type=text],#commentForm dl.formElements dd input[type=password],#commentForm dl.formElements dd select {
	width: 100%;
}
div.commentFormRating {
	background: #FF9;
	padding: 5px 10px;
	border: 1px solid #F90;
}
div.CommentsComponent p.showing,div#BrowseComments p.showing {
	float: left;
	width: 45%;
	margin: 0 0 10px 15px;
	font-style: italic;
}
div.CommentsComponent p.jump,div#BrowseComments p.jump {
	display: block;
	float: right;
	text-align: right;
	width: 45%;
	margin: 0 15px 10px 0;
	font-size: 10px;
	text-transform: lowercase;
}
div.CommentsComponent dl.formElements dd,div#BrowseComments dl.formElements dd {
	width: 100%;
}
div.pagination {
	clear: both;
	text-align: center;
	font-size: 12px;
}
div.storyPagination {
	font-size: 1.1em;
}
div.storyPagination p:first-child {
	text-align: right;
	margin: 0;
}
div.storyPagination p:last-child {
	text-align: center;
  font-weight:700;
	margin: -20px 0 0;
	font-size: 1.1em;
}
div.prevNext {
	text-align: right;
	color: #FFF;
	margin: 5px 0;
	overflow: hidden;
	padding: 5px 0;
	border: 1px dotted #999;
	border-width: 1px 0;
}
div.prevNext a {
  font-weight:700;
	text-decoration: none;
	color: #000;
}
div.prevNext a:hover {
	color: #C70E0F;
}
div.prevNext a.prev {
	float: left;
}
div#PreviousNextinSection {
	margin-bottom: 1em;
	overflow: hidden;
}
div#PreviousNextinSection div.prevNext {
	overflow: hidden;
}
div#PreviousNextinSection div.prevNext a.prev:before {
	content: "\00ab ";
}
div#PreviousNextinSection div.prevNext a.next:after {
	content: " \00bb";
}
ul.prevNext {
	font-size: 12px;
	line-height: 1em;
	padding: 5px 0;
	border: 1px solid #dfe2e1;
	border-width: 1px 0;
  font-weight:700;
}
ul.prevNext a {color:#000;}
ul.prevNext li.prevNext_prev {
	float: left;
	text-align: left;
	width: 18%;
}
ul.prevNext li.prevNext_next {
	float: right;
	text-align: right;
	width: 18%;
}
ul.prevNext li.prevNext_date {
	float: left;
	font-size: 13px;
	margin-left: 10px;
  font-weight:700;
	width: 60%;
	text-align: center;
}
div.CommentsComponent hr,div#BrowseComments hr {
	display: none;
}
div.comment {
	clear: both;
	margin: 12px 15px 0;
}
div.CommentsComponent h4,div#BrowseComments h4 {
	margin-top: 10px;
	text-align: left;
  font-weight:700;
}
div.commentText {
	background: #FFF;
	padding: 12px 12px 5px;
	font-size: 12px;
	clear: both;
}
div.commentText h4 {
	margin-top: 0;
	margin-bottom: 8px;
}
div.commentText h4.reviewLocation {
	margin-bottom: 2px;
}
div.commentText p {
	margin-top: 0;
}
div.commentText div.inline-rating {
	margin-bottom: 8px;
}
div.commentText div.inline-rating img {
	width: 10px;
}
div.CommentsComponent .memberThumb,div#BrowseComments .memberThumb {
	display: block;
	overflow: hidden;
	float: left;
	clear: left;
	width: 50px;
	margin: 2px 8px 2px 2px;
}
div.CommentsComponent div.comment div.ratingGraphic img,div#BrowseComments div.comment div.ratingGraphic img {
	margin-bottom: 2px;
	width: 10px;
	height: 10px;
}
div.commentAuthor {
	background: url(/images/icons/comment_tri.gif) no-repeat 28px top;
	padding: 5px 0 0 45px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div.commentAuthor a {
  font-weight:700;
}
div.commentAuthor span {
/*color: #A7A9AC;*/
}
div.CommentsComponent form,div#BrowseComments form,div#PostCommentProcessEdit {
	margin-left: 15px;
}
p.commentFormSubmit {
	margin: 10px 15px 0 0;
}
p.commentFormSubmit input,div.commentFormSubmit input,p.formSubmit input,a.addAction,input.editor_ok_button {
	background: #1F3577;
	padding: 3px 5px;
  font-weight:700;
	color: #FFF;
	cursor: pointer;
	border: 1px solid #000;
}
p.commentFormSubmit input:hover,div.commentFormSubmit input:hover,p.formSubmit input:hover,input.editor_ok_button:hover {
	background: #D2D7E4;
	color: #000;
}
input.editor_field {
	margin-right: 8px;
}
a.editor_cancel {
	margin-left: 10px;
	font-size: 10px;
	text-decoration: none;
	color: red;
}
a.deleteListItem {
	float: right;
	padding: 2px 3px;
	font-size: 10px;
	text-decoration: none;
	background: red;
	border: 1px solid #C00;
	color: #FFF;
	text-transform: uppercase;
}
div.commentFormSubmit {
	padding: 10px 0 0 15px;
}
div.commentFormSubmit form,div.CommentsComponent div.commentFormSubmit form {
	display: inline;
	margin: 0;
	margin-left: 0;
}
div.commentFormSubmit button {
	padding: 0;
	border: 0;
	border-bottom: 1px dotted #094760;
	font-weight: 400;
	color: #094760;
	text-transform: lowercase;
	cursor: pointer;
}
h4.reviewLocation a {
  font-weight:700;
}
span.locationRegion {
	background:#eee;
	color:#000;
	font-weight:300;
	font-size: 10px;
	line-height: 2.4em;
	margin: 0;
	padding: 2px 3px;
	text-transform: uppercase;
}
span.locationRegion a {
	color: #000;
	text-decoration: none;
  font-weight:700;
}
ol.customList {
	padding: 0 30px;
	margin: 20px 0;
}
ol.customList li {
	background: #EEEEEF;
	padding: 15px;
	margin-bottom: 15px;
	list-style: decimal;
}
div#ListLayout ol.customList li {
	background: #FFF;
}
ol.customList li div.locationListing {
	padding: 0;
	border: 0;
	color: #111;
}
ol.customList li div.commentText {
	margin-top: 10px;
}
body#List div.MainColumn ol.customList li h3,body#List div.MainColumn ol.customList li h4 {
	text-align: left;
}
div.infoBox {
	background: #f4f4e8;
	padding: 8px;
	margin-top: 5px;
	border: 1px dotted #d4d4c8;
	color: #444;
}
div.infoBox h3 {
  font-weight:700;
}
div.infoBoxText {
  overflow:hidden;
  text-overflow:ellipsis;
}
body.Analord1Zone dl.formElements dt {
	width: 110px;
}
body.Analord1Zone dl.formElements dd {
	width: 155px;
}
/* ------------------------------------------------------------------ */
/* ID Based Selectors */
/* ------------------------------------------------------------------ */
div.GlobalHeader {
	background: #FFF;
}
div.GlobalHeader h1 {
	float: left;
/*  margin: 0 2px 6px 0;*/
}
div.GlobalHeader h1 a {
	display: block;
	width: 229px;
	height: 90px;
	text-indent: -6000px;
}
div#LeaderboardEditorial.GlobalHeader {
	float: right;
}
div#LogoAndLogin.GlobalHeader {
	float: left;
}
div.ad {
	margin-bottom: 10px;
}
/* ------------------------------------------------------------------ */
div#BannerHome {
	border-top: 2px solid #FFF;
}
div#LeaderboardEditorial,div#LeaderboardArts,div#LeaderboardEtc,div#LeaderboardFilm,div#LeaderboardHomepage,div#leaderboardmusic,div.Ad.Leaderboard {
	text-align: center;
	margin: 0 auto 10px;
}
div.Ad.Leaderboard {
	float: right;
	text-align: center;
	margin: 0 auto 10px;
}
div.Pencil,div.PencilWide,div.Ad.Pencil,div.Ad.PencilWide {
	text-align: center;
	margin: 5px auto 9px;
}
div.Pencil div,div.PencilWide div,div.Ad.Pencil div,div.Ad.PencilWide div {
	margin-left: auto;
	margin-right: auto;
}
div#RectangleEditorial,div#RectangleArts,div#RectangleEtc,div#RectangleFilm,div#RectangleHomepage,div#RectangleMusic,div#RectangleRunofSite2,div#RectangleRunofSite3,div.Ad.MediumRectangle {
	text-align: center;
	margin: 0 auto 20px;
	clear: both;
	width: 300px;
}
div#StoryLayout div#storyBody div#RectangleEditorial,div#StoryLayout div#storyBody div#RectangleArts,div#StoryLayout div#storyBody div#RectangleEtc,div#StoryLayout div#storyBody div#RectangleFilm,div#StoryLayout div#storyBody div#RectangleHomepage,div#StoryLayout div#storyBody div#RectangleMusic,div#StoryLayout div#storyBody div#RectangleRunofSite2,div#StoryLayout div#storyBody div#RectangleRunofSite3,div#StoryLayout div#storyBody div.Ad.MediumRectangle {
	float: left;
	margin-right: 10px;
}
div.RectangleAd,div.Ad.MediumRectangle {
	text-align: center;
	margin: 0 auto 20px;
	clear: both;
	width: 300px;
}
div#StoryLayout div#storyBody div.RectangleAd,div#StoryLayout div#storyBody div.Ad.MediumRectangle {
	float: left;
	margin-right: 10px;
}
/* Redundant with rule below it. */
#Content #StoryLayout #RectangleEditorial.MainColumn {
	margin: 10px 0;
	padding: 10px 20px 0 0;
	float: left;
}
#Content #StoryLayout div.RectangleAd,#Content #StoryLayout div.Ad.MediumRectangle {
	margin: 10px 0;
	padding: 10px 20px 0 0;
	float: left;
}
.EndContentInterstitial {
	clear: both;
}
/* Redundant with rule below it. */
#Content #StoryLayout .EndContentInterstitial #RectangleEditorial.MainColumn {
	float: none;
	margin: 20px auto;
}
#Content #StoryLayout .EndContentInterstitial .RectangleAd,#Content #StoryLayout .EndContentInterstitial div.Ad.MediumRectangle {
	float: none;
	margin: 20px auto;
}
/* Footer ad block. */
div.Ad.Tile {
	text-align: center;
}
div#FooterAds .MicroComponent.Ad,div.FooterAds .MicroComponent.Ad {
	float: left;
}
  div#FooterAds .MicroComponent.Ad,div.FooterAds .MicroComponent.Ad:last-child {float:right;}
  div#FooterAds .MicroComponent.Leaderboard,div.FooterAds .MicroComponent.Leaderboard {
  width:728px;
}
div#Login,div#LoginStatus {
	color: #64645a;
	margin-bottom: 5px;
	margin-top: -5px;
}
div#Login form,div#LoginStatus form {
	float: left;
	height: 20px;
	text-align: left;
	vertical-align: middle;
}
div#Login form label,div#LoginStatus form label {
  font-weight:700;
	font-size: 14px;
	line-height: 1em;
	vertical-align: top;
}
div#Login form input[type=submit],div#LoginStatus form input[type=submit] {
	margin-left: 3px;
	vertical-align: middle;
}
ul#Login-login,ul#LoginStatus-login {
	text-align: right;
}
ul#Login-login li,ul#LoginStatus-login li {
	display: inline;
	font-size: 12px;
	color: #626258;
}
ul#Login-login li a,ul#LoginStatus-login li a {
  font-weight:700;
	text-decoration: none;
	color: #00455b;
}
ul#Login-login li a:hover,ul#LoginStatus-login li a:hover {
	color: #C70E0F;
}
ul#Login-login li#SearchLogin-upcoming,ul#LoginSearch-login li#SearchLogin-upcoming {
	display: block;
	font-size: 10px;
}
ul#Login-login li#SearchLogin-upcoming a,ul#LoginSearch-login li#SearchLogin-upcoming a {
	font-weight: 400;
	color: #626258;
}
div#Login-section,div#Login .searchWidgetForm {
	position: relative;
	float: left;
}
body#Login div#gridMainColumn {
	margin: 0;
}
div#loginContainer,div#logoutContainer {
}
div#loginContainer h1,div#logoutContainer h1 {
	font-weight: 700;
	font-size: 34px;
	color: #444;
}
div#logoutContainer h2 {
	font-size: 22px;
	color: #444;
}
div#logout_reminder {
	float: left;
	background: #90BFA6;
	padding: 10px 20px 20px;
	margin-right: 20px;
	border: 1px solid #55A97C;
	color: #FFF;
}
div#logout_reminder h2 {
	color: #FFF;
}
div#logout_whatnow {
	float: left;
	padding: 8px 20px 10px;
}
div#logout_reminder h2,div#logout_whatnow h2 {
	margin-bottom: 10px;
}
div#logout_reminder ul,div#logout_whatnow ul {
	padding: 0 20px;
}
div#logout_reminder ul li,div#logout_whatnow ul li {
	margin-bottom: 4px;
	list-style: disc;
}
div#fortune {
	padding: 0 10px;
	margin: 10px 10px 20px;
	border-left: 1px solid #CCC;
}
div#fortune p {
	margin-bottom: 0;
	font-size: 1.2em;
	color: #666;
}
div.errorDisplay {
	background: #FFF;
	padding: 10px;
	color: #C00;
}
div.errorDisplay h3 {
  font-weight:700;
	font-size: 22px;
}
div.errorDisplay ol li {
	font-size: 1.2em;
}
div.successMessage {
	background: #FFF url(/images/icons/accept.png) no-repeat 5px 10px;
	padding: 10px 25px;
	font-size: 1.2em;
	color: #090;
}
div.successMessage p,form.loginForm div.successMessage p {
	padding: 0;
}
div.generalMessage {
	background: #ffc;
	padding: 10px;
	margin: 10px;
}
form.loginForm {
	background: #EEEEEF;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
div#loginContainer form.loginForm h2 {
	padding: 2px 10px 0;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 17px;
	color: #000;
}
div#loginContainer form.loginForm h2 span {
	font-weight: 400;
	font-size: 14px;
	color: #444;
}
#SurveyForm #loginContainer div[data-view='loggedout'] a {
  background: #1F3577;
  padding: 3px 5px;
  font-weight: 700;
  color: #FFF;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #000;
  margin: 0 2px;
  border-radius: 2px;
}

form.loginForm p {
	padding: 0 10px;
	margin-top: 0;
}
form.loginForm label {
  font-weight:700;
}
form.loginForm input {
	font-size: 22px;
}
form.loginForm input.submit {
	background: #1F3577;
	padding: 3px 5px;
	margin-right: 15px;
  font-weight:700;
	color: #FFF;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #000;
}
form.loginForm input.submit:hover {
	color: #000;
	background: #D2D7E4;
}
div#EventsNarrowSearch ul li h4 {
	color: #333;
}
div#previewCommentComponent h4,div#editCommentComponent h4 {
	margin: 10px;
}
div#previewCommentComponent textarea,div#editCommentComponent textarea {
	margin: inherit auto;
	width: 95%;
}
div#PaginationTop,div#PaginationBottom {
	padding-top: 10px;
	margin-bottom: 10px;
}
#PaginationBottom a {
	font-size: 1.3em;
  font-weight:700;
}
#PaginationBottom strong,#PaginationBottom a {
	margin: 0 .25em;
	padding: 2px 4px;
	border: 1px solid #1f3577;
	font-size: 12px;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 2px 2px #666;
	box-shadow: 2px 2px 2px 2px #ccc;
}
#PaginationBottom strong {
	border-color: #000;
}
#PaginationBottom strong:hover {
	color: #ccc;
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#PaginationBottom a:hover {
	color: #666;
	border-color: #666;
	-webkit-box-shadow: none;
	box-shadow: none;
}
p.notice {
	font-size: 1.2em;
  font-weight:700;
	padding: 0 0 10px;
	text-align: center;
}
ul.slider li ul {
	background: #E5E5E5;
	font-size: .85em;
}
ul.slider li.open ul.sliderItemContent {
	padding: 9px;
	border: none;
}
ul.slider li.open ul li.l0 {
	display: block;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCC;
}
ul.slide li.closed ul {
	border-top: 1px solid #FFF;
}
ul.slider li.closed ul li.l0 {
	display: none;
}
ul.featureTabs {
}
ul.featureTabs li {
	float: left;
	margin-right: 1px;
}
ul.featureTabs li a {
	display: block;
	height: 23px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	text-indent: -6000px;
}
ul.featureTabs li a.currentFeature,ul.featureTabs li a:hover {
	background-position: left -23px;
	border-color: #A4A2A3;
}
#ArchiveSearch {
	font-size: .9em;
}
#ArchiveSearch input,#SearchWidget input {
	border: 1px solid #222;
	margin: 3px 0;
}
#SearchWidget input.text {
	width: 83%;
	background: #FFF url(/images/icons/magnify.gif) no-repeat 3px center;
	padding-left: 15px;
	height: 16px;
}
#SearchWidget input.searchBtn {
	position: absolute;
	width: 22px;
	height: 18px;
	margin-left: 5px;
}
#ArchiveSearch select,#SearchWidget select {
	margin: 3px 0;
	border: 1px solid #ccc;
	width: 100%;
}
#ArchiveSearch input.keywords {
	width: 100%;
}
#ArchiveSearch select.monthSelect {
	width: 56%;
}
#ArchiveSearch select.yearSelect {
	width: 41%;
}
#archiveSearchForm,#calendarBody {
	background-color: #f2ecda;
	border-width: 0 1px 1px;
	border-color: #beb9ac;
	border-style: solid;
	padding: 5px;
}
#elertBody {
	background-color: #e8f1fa;
	border-width: 0 1px 1px;
	border-color: #D1D2D4;
	border-style: solid;
	font-family: Georgia,serif;
	float: left;
}
#elertBody .eLert {
	padding: 5px;
}
#mobileBody,#personalsBody,#classifiedsBody {
	background-color: #e8f1fa;
	border-width: 0 1px 1px;
	border-color: #231f20;
	border-style: solid;
	padding: 5px;
	font-family: Georgia,serif;
}
#mobileBody h2,#elertBody h2 a,#personalsBody h2 a,#classifiedsBody h2 a {
	font-size: 14px;
	color: #1f3577;
	font-family: Georgia,serif;
}
#elertBody a {
	text-decoration: none;
}
#elertBody h4 a {
	font-family: Georgia,serif;
	font-size: 1.1em;
}
#elertBody p.more {
	display: inline;
	float: right;
	text-align: right;
	font-size: .9em;
	text-decoration: underline;
}
#HomeTopStory h2 {
	margin: 2px 0;
	line-height: 18px;
/* Decreased by request of S. Buel. */
}
#HomeTopStory h2 a {
	text-decoration: none;
  font-weight:700;
}
#HomeTopStory p {
	margin: 2px 0;
	font-size: .95em;
}
#HomeTopStory span.byline,#Home div.MainColumn p.byline,#gridMainColumnLeft p.byline,#gridMainColumnRight p.byline,#SpecialReports div.SpanningFeature p.byline,#SpecialReports div.MainSidebar p.byline,#ThisWeeksFeature div.MainSidebar p.byline {
	font-style: italic;
	font-size: .9em;
}
.byline a {
	font-style: italic;
	color: #222;
	font-weight: 400;
}
a.category {
	text-decoration: none;
	display: block;
	margin: 0 0 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	font-size:12px;
	font-weight:700;
  min-height:2em;
  line-height:1em;
  position:relative;
}
  a.category>span.categoryTitle {
    position:absolute;
    bottom:0;
    left:0;
  }
#HomeFeatureAndFollows {
	border-bottom: 2px dotted #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#HomeFeatureAndFollows p {
	margin-bottom: 0;
}
#HomeFeatureAndFollows .homeFeature {
	margin-bottom: 15px;
	padding: 0 0 5px;
}
#HomeFeatureAndFollows .homeFeature a img {
	margin: 0 0 5px;
}
#HomeFeatureAndFollows .homeFeature .headline {
	font-size: 20px;
	text-transform: uppercase;
}
  #HomeFeatureAndFollows .homeFeature .headline a {
  	color:#35a;
  		font-size: 20px;
  }
#HomeFeatureAndFollows .homeFeature .subhead {
	font-size: 17px;
	line-height: 1.2;
}
#HomeFeatureAndFollows .followBox div.homeFollows {
	width: 150px;
	float: left;
	margin: 0 10px 0 0;
  word-break: break-word;
}
#HomeFeatureAndFollows .followBox a img {
	margin: 0 0 10px;
}
#HomeFeatureAndFollows .followBox div.homeFollows:last-of-type {
	margin: 0;
}
#HomeFeatureAndFollows .followBox div.homeFollows .headline a {
	font-size: 20px;
	color: #000;
	line-height: 1.1;
}
.homeSectionTeasers .headline a {
	font-size: 18px;
	color: #000;
	line-height: 1.1;
}
#HomeFeatureAndFollows .byline a,.homeSectionTeasers .byline a,.homeSectionTeasers .byline,#HomeFeatureAndFollows .byline,div#SpecialIssues .byline,div#FromTheVaults .byline   {
  	font-style: italic;
  	color: #222;
  	font-weight: 400;
    font-size:12px !important;
}
.homeSectionTeasers {
  margin: 0 0 40px;
  overflow: hidden;
}
.homeSectionTeasers .teaserRow {
	clear: both;
	overflow: hidden;
	margin: 0 0 25px;
}
.homeSectionTeasers .teaserRow a img {
	float: left;
	margin: 0 10px 0 0;
}
.homeSectionTeasers .teaserRowText {
	overflow: hidden;
}
.homeSectionTeasers .subhead {
	font-size: 15px;
	line-height: 1.2;
}
.homeSectionTeasers .teaserRow {
	overflow: hidden;
}
.homeSectionTeasers .teaserDouble {
	float: left;
	width: 230px;
	border-right: 2px dotted #CCC;
	padding-right: 8px;
	margin-right: 10px;
}
  .homeSectionTeasers .teaserDouble h4,
  .homeSectionTeasers .teaserDouble h4 a,
  .homeSectionTeasers .teaserDouble h4.headline {margin-top:0!important;  font-weight:700;font-style:normal!important;font-size:16px!important;}
    .homeSectionTeasers .teaserDouble h4.headline i {font-style:normal!important;}
  .homeSectionTeasers .teaserDouble h5.subhead {font-weight:400;font-style:italic;color:#222;font-size:11px;}

.homeSectionTeasers .teaserDouble+.teaserDouble {
	margin: 0;
	padding: 0;
	border: 0;
}
.homeSectionTeasers .teaserRow .teaserTriple {
	border: 0 none;
	padding: 0;
	float: left;
	width: 150px;
	margin: 0 5px 0 0;
}
.homeSectionTeasers .teaserRow .teaserQuad {
	border: 0 none;
	padding: 0;
	float: left;
	width: 110px;
	margin: 0 5px 0 0;
}
.homeSectionTeasers .teaserTriple+.teaserTriple,
.homeSectionTeasers .teaserTriple+.teaserTriple+.teaserTriple {
	border-left: 2px dotted #CCC;
	padding-left: 6px;
}
.homeSectionTeasers .teaserQuad+.teaserQuad,
.homeSectionTeasers .teaserQuad+.teaserQuad+.teaserQuad,
.homeSectionTeasers .teaserQuad+.teaserQuad+.teaserQuad+.teaserQuad {
	border-left: 2px dotted #CCC;
	padding-left: 5px;
}
.homeSectionTeasers .teaserTriple+.teaserTriple+.teaserTriple,
.homeSectionTeasers .teaserQuad+.teaserQuad+.teaserQuad+.teaserQuad {
	margin: 0;
}
.homeSectionTeasers .teaserDouble a img {
	float: left;
	margin: 0 10px 0 0;
}
.homeSectionTeasers .teaserSingleGray,
.homeSectionTeasers .teaserDoubleGray,
.homeSectionTeasers .teaserTripleGray,
.homeSectionTeasers .teaserQuadGray {
	height: 200px;
	background: #f3f3f4;
	overflow: hidden;
	padding: 5px;
}



#Home .teaserDoubleGray {height:auto;}
#Home .teaserDoubleGray img {float:left;}
#Home .teaserDoubleGray h4.subhead,
#Home .teaserDoubleGray p.byline {display:none;}
/*
#Home #HomeMovieTeasers .teaserDoubleGray h4.headline {display:none;}
#Home #HomeMovieTeasers .teaserDoubleGray h4.subhead {display:block;}
*/
#Home #HomeMovieTeasers .teaserQuadGray {height: 220px;}

.homeSectionTeasers .teaserDoubleGray .headline a {
	font-weight: 700;
	font-size: 12px;
}
.homeSectionTeasers .teaserTriple .headline a {
	font-size: 15px;
}
.homeSectionTeasers .teaserTripleGray a img {
	display: block;
	margin: 0 auto;
}
.homeSectionTeasers div.teaserItems a img {float:none;}
.homeSectionTeasers div.teaserItems h4.headline {margin-top:0.5em;}
.homeSectionTeasers .teaserTriple .subhead {
	font-weight: 400;
	font-style: italic;
	color: #222;
	font-size: 11px;
}
.homeSectionTeasers div.teaserItems .teaserSingleGray {height:auto;}
.homeSectionTeasers div.teaserItems .teaserSingleGray img {float:left;}
.dblDotted {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1px;
}
.dblDotted:after {
	border-bottom: 1px dotted #CCC;
	display: block;
	content: '.';
	text-indent: -9999em;
	height: 0;
}
.homeSectionTeasers .grayTeaserGray {
	padding: 10px;
	background: #F3F3F4;
}
#Home .SpanningFeature div.more {
	clear: both;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 1px;
	margin: 10px 0 0;
	padding: 5px 0 0;
	  font-weight:700;
	font-size: 11px;
	border-top: 1px dotted #ccc;
}
#Home .SpanningFeature div.more a {
	color: #000;
	padding: 0 5px 0 10px;
	white-space: pre;
  display: inline-block;
}
#Home .SpanningFeature div.more a:first-child {
padding-left: 0;
}
#Home .SpanningFeature div.more a+a {
	border-left: 1px solid;
}
h2.dblDotted {
	margin: 0 0 25px;
}
h2.dblDotted a {
	font-size: 22px;
	color: #3359A6;
	text-transform: uppercase;
  font-weight:700;
}
#EventsToday,
/*#HomeBlogTeasers,*/
div#MostPopular,
div#RecentComments {
  clear:both;
	background: #F3F3F4;
	padding: 5px;
	border: 1px dotted #CCC;
}
div#EventsToday>h2 a,
div#MostPopular h2 {
	color: #000;
	font-size: 15px !important;
	margin: 5px;
  font-weight:700;
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
}
div#EventsToday div.calendarDays {
	margin: 0 auto 10px;
	overflow: hidden;
	border: 1px dotted #ccc;
}
div#EventsToday div.calendarDays a {
	width: 30px;
	line-height: 1;
	height: 25px;
	display: block;
	padding: 5px;
  font-weight:700;
	text-align: center;
	color: #000;
	font-size: 14px;
	float: left;
	margin: 0;
	cursor: pointer;
	border-right: 1px dotted #ccc;
	transition: all ease .05s;
}
div#EventsToday div.calendarDays a span {
font-weight:700;
}
div#EventsToday div.calendarDays a.last {
	border-right: 0 none;
}
div#EventsToday div.calendarDays a.calCurrent {
	background: #fafafa;
	color: #3359A6;
}
div#EventsToday div.calendarDays a:hover {
	background: #ececec;
}
div#EventsToday div.storyItem {
	padding: 0 5px 5px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}
div#EventsToday div.storyItem a img {float: left;
margin: 0 10px 0px 0;
}
div#EventsToday div.storyItem h4.headline a {
	font-size: 15px;
	line-height: 16px;
	color: #000;
	font-weight: 700;
}
div#EventsToday div.storyItem h4.headline {
	font-weight: 400;
	font-size: 14px;
}
div#EventsToday div.storyItem h5.subhead {
	font-size: 12px;
	color: #000;
}
span.smaller {
	display: block;
	font-weight: 400;
	margin: 0 0 4px;
	color: #000;
}
div#EventsToday div.storyItem div.FeaturesIcons a span {
	margin-top: 3px;
}
div#EventsToday p.more,div#EventsToday p.submitLink {
	text-align: right;
	text-transform: uppercase;
  font-weight:700;
	font-size: 12px
}
div#EventsToday p.more a,div#EventsToday p.submitLink a {
	color: #000;
	letter-spacing: 1px;
}
div#SpecialIssues .rotator-thumb-wrap,div#FromTheVaults .rotator-thumb-wrap {
    float: right;
    position: relative;
}
div#SpecialIssues .rotator-thumb-slider,div#FromTheVaults .rotator-thumb-slider {
    background-color:#3359A6;
    border:solid 1px #3359A6;
    position: absolute;
    margin:3px 2px 0px 2px;
    border-radius:4px;
    width: 6px;
    height: 6px;
}
div#SpecialIssues div.sliderNavWrapper,div#FromTheVaults div.sliderNavWrapper {
overflow: hidden;
margin: 0 0 10px;
}
div#SpecialIssues a.rotator-thumbnail,div#FromTheVaults a.rotator-thumbnail {
    background-color:#ddd;
    color: white;
    float: left;
    font-size: 0;
    line-height: 150%;
    margin:3px 2px 0px 2px;
    text-align: center;
    text-decoration: none;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}
div#SpecialIssues  .headline a,div#FromTheVaults .headline a {
	font-size: 18px;
	color: #000;
	line-height: 1.1;
}

#HomeBlogTeasers,
#BlogsBySectionCustom {border:1px dotted #ccc;background:#eee;}

  #HomeBlogTeasers .headerBar,
  #BlogsBySectionCustom .headerBar {padding:8px 0!important;border-bottom:1px dotted #ccc;margin:0 10px 5px!important;}
    #HomeBlogTeasers .headerBar h2,
    #BlogsBySectionCustom .headerBar h2 {font-size:16px!important;margin:0!important;padding:0!important;border:none!important;letter-spacing:0!important;}

  #HomeBlogTeasers .tsrGrp,
  #BlogsBySectionCustom .tsrGrp {clear:both;margin:0 10px 6px;padding:3px 0 6px;border-bottom:1px dotted #ccc;}
    #HomeBlogTeasers .tsrGrp:last-of-type {border:none;}
      #HomeBlogTeasers .tsrGrp:after,
      #BlogsBySectionCustom .tsrGrp:after {display:block;content:'';clear:both;}

    #HomeBlogTeasers .tsrGrp .tsrText,
    #BlogsBySectionCustom .tsrGrp .tsrText {overflow:hidden;position:relative;top:-3px;}
      #HomeBlogTeasers p,
      #BlogsBySectionCustom p {margin:0!important;font-size:12px!important;}
  #BlogsBySectionCustom p.more {margin-bottom:6px!important;}
    #BlogsBySectionCustom .more a {display:block;text-align:right;color:#000;padding-right:10px; font-weight:700;text-transform:uppercase;}
      #BlogsBySectionCustom .more a:after {display:inline-block;content:'\00a0\00bb';}
  #HomeBlogTeasers .storyTeaser,
  #BlogsBySectionCustom .storyTeaser {padding:0;margin:0 5px 5px 0;}
  #HomeBlogTeasers .headline a {color:#000;font-size:1.2em;letter-spacing:0.02em;}
  #BlogsBySectionCustom .headline a {color: #000;font-size:1.2em;letter-spacing:0.02em;}

#RecentComments h3 a {
  font-weight:700;color: #000;font-size: 16px;margin: 5px;padding-bottom: 7px;border-bottom: 1px dotted #ccc;letter-spacing: 1px;display: block;text-transform: uppercase;}

/*div.comColumn {
  float: left;
}
div.comColumn + div.comColumn {
  padding-right: 0;
}*/
  #RecentSectionFeatures .storyCapsuleLayout,
  #SectionStories .storyCapsuleLayout {overflow:hidden;}
/*    #RecentSectionFeatures .storyCapsuleLayout:after {display:block;content:'';clear:both;}*/

#Home div.MainColumn h3,
#BlogCategories.MainSidebar h3,
#MarketingBlogCategories.MainSidebar h3,
.ExternalBlogroll.MainSidebar h3,
div#BestOf h3,
div#SectionFeature h3,
div#SectionStories h3,
div#RecentSectionFeatures h3,
#BestOfSectionFeature h3,
div#CategoryStories h3,
div#SpecialReports h3,
div#EventPicks h3,
div#MusicPicks h3 {
	text-transform: uppercase;
  font-weight:700;
	font-size: .9em;
}
#BlogCategories.MainSidebar h3 a,#MarketingBlogCategories.MainSidebar h3 a {
	text-decoration: none;
}
div.MainColumn h4 a,#SpecialReports div.SpanningFeature h4 a,#SpecialReports div.MainSidebar h4 a,#ThisWeeksFeature div.MainSidebar h4 a {
	text-decoration: none;
	font-size: 1.2em;
}
#SpecialReports div.SpanningFeature h4 a,#SpecialReports div.MainSidebar h4 a{  font-weight:700;}
#Home div.MainColumn h4 a,#ThisWeeksFeature div.MainSidebar h4 a,#SpecialReports div.MainSidebar h4 a {
	line-height: 1.1em;
}
#Home div.MainColumn p,#Section div.MainColumn p,#Category div.MainColumn p,#SpecialReports div.SpanningFeature p,#SpecialReports div.MainSidebar p,#ThisWeeksFeature div.MainSidebar p {
	margin: 0 0 2px;
	line-height: 1.2em;
}
#SpecialReports div.SpanningFeature h1 {
	font-size: 2em;
  font-weight:700;
}
#SpecialReports div.SpanningFeature p.description {
	margin-bottom: 10px;
}

#SpecialReportsTeaser {clear:both;background:#eee;border:1px dotted #ccc;}
#SpecialReportsTeaser .headerBar {margin:3px 6px;}

#SpecialReportsTeaser .reportImg,#SpecialReports .archiveImage {
	float: left;
	margin-right: 7px;
}
#SpecialReportsTeaser .reportImg img,#SpecialReports .archiveImage img {
	border: 1px solid #000;
}
#SpecialReportsTeaser .storyItem {
	float: left;
  margin:3px 6px;
}
#SpecialReportsTeaser .storyItem .reportText {overflow:hidden;}
#SpecialReportsTeaser .storyItem .reportText h4 a {  font-weight:700;color:#000;}


#SpecialReportsTeaser .storyItem p.byline {
	float: left;
	width: 66%;
}
/* Hide tools and tags. */
#SpecialReports .archiveListing .tinyTools {
	display: none;
}
#SpecialReports .archiveListing .tags {
	display: none;
}
div#SpecialReports a.digitalIcon,
div#BestOfSectionFeature a.digitalIcon {
  background-color:#eef;
  display:inline-block;
  margin-top:1em;
}

#calDates {
	clear: both;
	float: left;
	width: 100%;
}
#calDates a {
	display: block;
	width: 34px;
	height: 40px;
	float: left;
	background: #404041;
	color: #b2dbf5;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	margin: 3px;
	border-right: 2px solid #2a2728;
	border-bottom: 2px solid #2a2728;
}
#calDates a.current {
	background: #FFF;
	color: #2d4280;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
#RecentComments .byline,#NewProfiles .byline,#ReaderReviews .byline {
	color: #FFF;
	font-size: .85em;
}
#NewProfiles img.createButton {
	margin: 5px;
}
#ReaderReviews div.storyItem,#NewProfiles div.storyItem {
	margin: 0 5px 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #F4D010;
}
#EventPicks h3,#MusicPicks h3 {
	margin-bottom: 5px;
}
#Opinion ul li,#Calendar ul li,div#BestOf ul li,#SectionBlogs li,#MusicBlogs li,#NewsBlogs li,#NewsBlog li,#EventPicks li,#MusicPicks li {
	padding-bottom: 7px;
}
#SectionBlogs li.byline,#MusicBlogs li.byline,#NewsBlogs li.byline {
	display: none;
}
#Opinion ul li a,#Calendar ul li a,div#BestOf ul li a,#SectionBlogs li a,#MusicBlogs li a,#NewsBlogs li a,#NewsBlog li a,#EventPicks li a,#MusicPicks li a {
	font-size: .9em;
  font-weight:700;
	line-height: 14px;
	text-decoration: none;
	display: block;
}
#EventPicks li a,#MusicPicks li a {
	font-size: .95em;
}
/* Margin handled by individual list items. */
div.MainColumn.blogroll {
	margin-bottom: 5px;
}
.blogroll li {
	margin-bottom: 8px;
}
.blogroll li a {
  font-weight:700;
	text-decoration: none;
}
.blogroll li .title {
	font-size: .9em;
	line-height: 1em;
}
.blogroll li .description {
	padding-left: 10px;
	font-size: .7em;
}
p.more {
	text-align: right;
}
#Calendar p.more a {
	font-size: .85em;
	font-family: Georgia,serif;
}
#Blogs p.more a,#Opinion p.more a,#Videos p.more a,#SectionBlogs p.more a,#MusicBlogs p.more a,#NewsBlogs p.more a,#NewsBlog p.more a,#EventPicks p.more a,#MusicPicks p.more a {
	font-size: .85em;
}
#NewProfiles p.more {
	font-size: .9em;
	text-align: right;
  font-weight:700;
	padding: 0 10px;
	margin: 0;
}
#NewProfiles ul.moduleList a.memberThumb {
	margin: 0;
}
a.memberThumb {
	float: left;
}
div#SearchWidget p {
	margin: 0 0 2px;
}
div#MostPopularBlogs {background:#eee;border:1px dotted #ccc;padding:5px;}
div#MostPopular div.tabs a,div#MostPopularBlogs div.tabs a,div#SearchWidget div.tabs a {
	text-transform: uppercase;
	color: #000;
}
div#MostPopular div.tabs {
	margin: 0 5px 5px;
	overflow: hidden;
}
div#MostPopular div.tabs div.tab,
div#MostPopularBlogs div.tabs div.tab {
	float: left;
	padding: 5px 11px;
	font-size: 10px;
	border-left: 1px dotted #CCC;
	text-align: center;
	letter-spacing: 1px;
}
div#SearchWidget div.tabs {margin:0 6px;}

div#SearchWidget div.tabs div {
	float: left;
	padding: 5px 7px;
	font-size: 10px;
	border-left: 1px dotted #CCC;
	text-align: center;
	letter-spacing: 1px;
}
div#SearchWidget div.tabs div.t1,div#MostPopular div.tabs div.t1,div#MostPopularBlogs div.tabs div.t1 {
	padding-left: 0;
	border-left: 0;
}
div#SearchWidget div.tabs div.t5,div#MostPopular div.tabs div.t4,div#MostPopularBlogs div.tabs div.t4 {
	padding-right: 0;
}
div#MostPopular div.tabs div.tabCurrent a,div#MostPopularBlogs div.tabs div.tabCurrent a,div#SearchWidget div.tabs div.tabCurrent a {
	color: #3359A6;
}
body#Home #MostPopular h5.subhead{
	line-height: 1.4;
}
body#Home #MostPopular li.l0,body#Home #MostPopular li.l0+li.l0 {
	border: 0 none;
	padding: 0;
	margin-top: 0;
}
div#MostPopular div.popularStoriesBody,div#MostPopularBlogs div.popularStoriesBody,div#SearchWidget div.calendarBody {
	padding: 5px;
}
div#SearchWidget div.calendarBody {}
#CurrentIssue {}
#Home .MainSidebar h2 {
  font-weight:700;
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
}
#Home .MainSidebar .headerBar {
	margin: 0 0 5px;
	overflow: hidden;
}
#Home .MainSidebar h2 a {
	color: #000;
	text-transform: uppercase;
}
#Home .MainSidebar p {
	margin: 0;
	font-size: 14px;
}
#CurrentIssue .issueCover {
	float: left;
	margin: 0 10px 0 0;
}
#CurrentIssue .issueWrap {
	overflow: hidden;
}
#CurrentIssue h3 a {
  font-weight:700;
	font-size: 15px;
	color: #000;
}
#CurrentIssue .specialIssues li a {
	color: #000;
}
#CurrentIssue div.issueLinksBox a {
	display: inline-block;
	margin: 5px 0 0;
	color: #000;
	text-transform: uppercase;
  font-weight:700;
	font-size: 12px;
}
#Videos {
	border: 1px solid #C8C7C7;
}
#Videos h4 {
	font-size: .9em;
	margin-bottom: 10px;
}
#Videos h4,#Videos div.storyItem,#Videos p.more {
	padding: 0 5px;
}
div#MostPopular li.storyItem,div#MostPopularBlogs li.storyItem,div#RecentComments li.l0 {
	margin-bottom: 10px!important;
}
#SpecialReports img.reportImg {
	margin-right: 5px;
	float: left;
}
#SpecialReports div.storyItem {
	margin-bottom: 10px;
	clear: both;
}
#Home div.MainColumn,#Section div.MainColumn,#Category div.MainColumn {
	float: left;
	width: 100%;
}
#ThisWeeksFeature {
}
#ThisWeeksFeature img.storyImg {
	float: left;
	clear: both;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #000;
}
#ThisWeeksFeature h4 a {font-weight:700}
#ThisWeeksFeature h3 {
	display: none;
}
#ThisWeeksFeature .byline {
	display: none;
}
#ThisWeeksFeature div.thisWeeksFeatureContent {
	float: right;
	width: 200px;
}
#RecentIssues {
	float: left;
  border:1px dotted #ccc;
  background:#eee;
  padding:3px 6px;
}
#RecentIssues div.recentIssue {
	float: left;
	width: 95px;
	height: 120px;
	margin-bottom: 7px;
}
#RecentIssues div.headerBar + div.recentIssue {
	clear: both;
}
#RecentIssues div.recentIssue a {
	float: left;
}
#RecentIssues div.recentIssue span.headline a {
	font-size: .9em;
	margin-bottom: 5px;
	text-align: center;
	float: none;
	display: block;
}
#RecentIssues div.recentIssue span.headline {
	font-size: .9em;
}
div#BestOf.MainColumn,
div#BestOf.MainSidebar {
	float: left;
  border:1px dotted #ccc;
  background:#eee;
}
div#BestOf h3 {
	padding: 0;
	font-weight: 400 !important;
	text-transform: uppercase;
	background: transparent !important;
	letter-spacing: 0;
	color: #000 !important;
}
div#BestOf div.comColumn {
  float:left;
	width: 137px;
	clear: both;
  margin:0 6px;
}
div#BestOf div.comColumn h3 {  font-weight:700;margin-bottom:5px;}

div#BestOf div.comColumn + div.comColumn {
	clear: none;
}
#Classifieds h3,#Personals h3 {
	background: none;
	font-size: .9em;
	font-weight: 400;
	padding: 0;
}
#Classifieds h4 a,#Personals h4 a {
	font-weight: 400;
	font-family: Georgia,"Times New Roman",Times,serif;
}
#Personals h5 {
	font-family: Georgia,"Times New Roman",Times,serif;
}
#Personals img.memberThumb {
	float: left;
	margin: 0 5px 5px 0;
}
#Personals div.memberItem,#Classifieds div.storyItem {
	clear: both;
	margin-bottom: 10px;
}
div#NavigationHorizontal {
	clear: both;
	margin: 10px 0;
}
ul#mainNav {
	border: 1px dotted #666;
	overflow: hidden;
	border-width: 1px 0;
}
ul#mainNav li {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	margin-left:33px;
	letter-spacing: 1px;
}
  ul#mainNav li#NavItem_specialreports {margin-left: 0px!important;
  float: right;}

ul#mainNav li a {
	display: block;
	padding: 10px 7px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
ul#mainNav li#NavItem_specialreports a{padding-right: 3px;}
div#NavigationHorizontal ul li.first a {
	padding-left: 2px;
}
ul#mainNav li.last a {
	padding-right:0;
}
ul#mainNav li a:hover,
ul#mainNav li a.hover {
	background: #3359A6;
	color: #fff;
}
div#NavigationHorizontal ul li.first {
	margin: 0;
}
li#NavItem_Home.first.navCurrent a,li#NavItem_specialreports.navCurrent a  {
padding: 10px!important;
}
ul#mainNav li.navCurrent a {
  font-weight:700;
  background: #3359a6;
  color:#fff;
}
ul#mainNav li.navCurrent a:hover {
  color:#fff;
}
#NavItem_search,
#NavItem_yourprofile,
#NavItem_calendar,
#NavItem_places,
#NavItem_EBXWebServices,
#NavItem_classifieds {
	display: none;
}
#NavigationHorizontal ul li ul {
	display: none;
}
#NavigationHorizontal ul.subnav_content {
	position: absolute;
	width: 190px;
	min-height: 15px;
	background: #3359A6;
	z-index: 9999;
  margin-top: -1px;
}
#NavigationHorizontal ul.subnav_content li {
	font-size: 12px;
}
#NavigationHorizontal ul.subnav_content li a {
	display: block;
	height: 15px;
	white-space: nowrap;
	-webkit-font-smoothing:antialiased;
	text-decoration: none;
	padding: 7px 10px;
  font-weight:700;
	text-transform: uppercase;
	color: #FFF;
	line-height: 1em;
	border: 0;
}
#NavigationHorizontal ul.subnav_content li a:hover {
	text-decoration: underline;
	background: #d2d7e4;
	color: #000;
}
#NavigationHorizontal ul.subnav_content li.searchItem a {
	background: url(/images/icons/navmag.png) no-repeat 6px 7px;
	padding: 7px 10px 7px 30px;
}
#NavigationHorizontal ul.subnav_content li.searchItem a:hover {
	background: #d2d7e4 url(/images/icons/navmag.png) no-repeat 6px 7px;
}
div#gridFooter {
	clear: both;
	background: #fff;
	text-align: center;
	font-size: 10px;
}
div#gridFooter a {
	text-decoration: none;
}
div#FooterNavigation {
	clear: both;
	padding:10px 0;
	border-top: 2px dotted #999;
  text-align:center;
  font-size:12px;
  width:100%;
}

div#FooterNavigation ul {
/*  float:left;*/
/*  margin-right:25px;*/
}
div#FooterNavigation ul li {
  display:inline-block;
}
  div#FooterNavigation ul li:after {
    content:'\00a0\00a0|\00a0\00a0';
  }
    div#FooterNavigation ul li:last-child:after,
    div#FooterNavigation ul li.link13:after {
      content:'';
    }
div#FooterNavigation ul li a {
  color:#000!important;
}

.linkGroup .link1 {  font-weight:700;}
.linkGroup.social,
.linkGroup.final {display:block;clear:both;width:100%;margin:1em 0;text-align:center;}
.linkGroup.social .link1,
.linkGroup.final .link1 {font-weight:700}
.linkGroup.social li {display:inline-block;}
.linkGroup.social li a {display:block;text-indent:-9999px;width:46px;height:46px;background-repeat:none;background-position:top center;}
  .linkGroup.social li a:hover {background-position:bottom center;}

  .linkGroup.social li.Facebook a {background-image:url(/images/icons/icon-footer-fb.png);}
  .linkGroup.social li.Twitter a {background-image:url(/images/icons/icon-footer-twitter.png);}
  .linkGroup.social li.Instagram a {background-image:url(/images/icons/icon-footer-instagram.png);}
  .linkGroup.social li.RSS a {background-image:url(/images/icons/icon-footer-rss.png);}
  .linkGroup.social li.LinkedIn a {background-image:url(/images/icons/icon-footer-linkedin.png);}
  .linkGroup.social li.tumblr a {background-image:url(/images/icons/icon-footer-tumblr.png);}
  .linkGroup.social li.Pinterest a {background-image:url(/images/icons/icon-footer-pinterest.png);}
  .linkGroup.social li.Google a {background-image:url(/images/icons/icon-footer-google-plus.png);}

div#footerCopyright {
  clear:both;
	margin:10px 0;
}
div#footerCopyright address,div#footerCopyright p {
	padding: 0;
	margin: 0;
}
div#LocationRestaurantDetails p {
	margin: 0 0 15px;
	font-family: Georgia,serif;
	font-size: 1.2em;
}
div#LocationRestaurantDetails h2 {
	display: none;
}
div#LocationRestaurantDetails p.tags {
	padding: 0;
	margin: 0;
}
div#LocationRestaurantDetails ul.locationMenuCoupon {
	margin: 10px 0;
}
div#LocationRestaurantDetails ul.locationMenuCoupon li {
	display: inline;
	padding-right: 14px;
	margin-right: 10px;
	background: url(/foundation/images/icons/pdf-small.gif) top right no-repeat;
}
div#LocationMovieTimes ul.filmTimes {
	float: none;
	font-size: 1em;
}
div#LocationMovieTimes .filmTimesHeader {
	float: none;
	width: 300px;
	margin: 5px 0 10px;
}
div#LocationMovieTimes .filmTimesHeader span {
	background-color: #B01116;
	color: #FFF;
  font-weight:700;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 3px;
}
div#LocationMovieTimes ul.filmTimes li {
	margin-bottom: 6px;
	color: #777;
}
div#LocationMovieTimes ul.filmTimes li strong a {
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 2px;
	display: inline-block;
}
#Location ul.filmTimes {
	width: auto;
}
#Location ul.filmTimes .filmDate {
	margin-left: 22px;
	padding: 1px 0 0;
	display: inline-block;
	color: #222;
  font-weight:700;
}
p.filmMetaInfo {
	font-size: .9em;
	background: #ECEEEE;
	padding: 10px;
}
body#MovieTimes div#NowPlaying ul {
	float: left;
	margin-bottom: 10px;
}
body#MovieTimes div#NowPlaying ul li {
	float: left;
	width: 112px;
	padding: 0 5px;
}
body#MovieTimes div#NowPlaying ul li ul {
	float: left;
}
body#MovieTimes div#NowPlaying ul li ul img {
	border: 1px solid #000;
}
div#InsidersGuide div.storyItem {
	float: left;
	padding-right: 9px;
	width: 150px;
}
div#InsidersGuide div.storyItem + div.storyItem {
	padding-right: 0;
}
div#InsidersGuide h3 {

}
/* ------------------------------------------------------------------ */
/* redesign header styles */
#Logo .leftCol {float:left;}
#Logo .rightCol {float:right;}
  #Logo .rightCol .rightColAd {width:230px;height:90px;line-height:30px;text-align:center;margin-bottom:1em;}
  #Logo .rightCol .signup {
    float: right;
    border: 2px solid #CCC;
    text-transform: uppercase;
    font-size: 0.85em;
      font-weight:700;
    width: 73px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-right: 2px;
    margin-top: 10px;
  }
    #Logo .rightCol .signup a {color:#000;}
    
  #Logo .rightCol ul.linkGroup {display:inline;}  
  #Logo .rightCol form {margin-top:1em;}
    #Logo .rightCol form input[type=text] {
      border:2px inset;
      width: 226px;
      height: 24px;
      text-transform: uppercase;
      font-weight:700;
      font-size:0.85em;
      text-indent: 1em;
    }
    #Logo .rightCol form input[placeholder] {color:#000!important;}
    #Logo .rightCol form input[type=submit] {display:none;}
    .ebxWebServices {
    }
 /*   .ebxWebServices a {
  display:block;
  text-indent:-9999em;
  height:92px;
  background:url(/images/WebServices.jpg) 0 0 no-repeat;
    }
*/
/* older, possibly out-of-date header styles */
div#header-logo p.headerSlogan {
  margin:0 0 3px;
  clear:left;
  text-transform:uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color:#222;
}
div#header-logo h1 a,
div#header-logo #logo a {
	background: url(/images/ebx-nameplate.png) no-repeat;
	width: 489px;
	height: 75px;
	margin: 15px 0 5px;
	float: left;
	display: block;
	text-indent: -9999px;
	outline: 0;
}
div#header-logo form {
	width: 240px;
	float: left;
}
div#header-logo form input {
	float: left;
	font-size: .9em;
	border: 1px solid #aaa;
}
div#header-logo form input.headerSearch {
	width: 190px;
	height: 16px;
}
div#header-logo form input.searchSubmit {
	width: 45px;
	margin-left: 3px;
	height: 18px;
}
div#gridHeader #LeaderboardLogo {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}
.sectionHeader {
  font-weight:700;
	color: #000;
	font-size: 15px;
	margin: 0 0 5px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCC;
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
}
div.ExternalBlogroll h3 {
	margin-top: 10px;
}
.readmore {
	font-size: 10px;
}
li.readmore,p.readmore {
	padding-top: 7px;
	margin-top: 0;
	text-align: right;
	font-size: 10px;
}
/* ------------------------------------------------------------------ */
div#storyBody,div#StoryLayout p,div#StoryLayoutJr p,div#StoryJr div#storyBody {
  color: #232323;
  line-height: 1.6em;
  font-family: Georgia,serif;
  font-size: 15px;
}
div#StoryJr div#storyBody {
	margin-top: 10px;
}
p.moreArticles {
	text-align: right;
}
a.more {
	display: block;
	text-align: right;
}
.MainSidebar a.more {
float: right;
text-transform: uppercase;
  font-weight:700;
margin: 5px 10px;
color:#000;
letter-spacing: 1px;
font-size: 11px;
}
div#RecentComments .moduleList .storyItem a {
float: right;
text-transform: uppercase;
  font-weight:700;
margin: 5px 0px;
color:#000;
letter-spacing: 1px;
font-size: 11px;
}
div#RecentIssues a.more{margin: 5px 0px;}
.MainSidebar a.more:after {
  content:" »";
}
div#RelatedEvents,div#RelatedStories,div#RelatedLocations,div#RelatedFilms,div#RelatedLocationsbyMaster {
	margin-bottom: 10px;
}
div#RelatedEvents h3,div#RelatedStories h3,div#RelatedLocations h3,div#RelatedFilms h3,div#RelatedLocationsbyMaster h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
}
div#RelatedEvents .date {
  font-weight:700;
}
a#searchStartOver {
	display: block;
	width: 132px;
	height: 32px;
	background: url(/images/buttons/startover.png) no-repeat;
	margin: 10px auto 0;
	text-indent: -6000px;
	outline: none;
}
div#directionsForm {
	background: #ffc;
	margin-top: 10px;
	border-top: 1px solid #ff0;
	border-bottom: 1px solid #ff0;
	font-size: 11px;
}
div#directionsForm input.text {
	font-size: 12px;
}
form#directionsFormSubmitTo input[type=text] {
	width: 365px;
}
/* Features Icons */
div.FeaturesIcons {
	height: 14px;
	margin: 5px 0;
	display: inline;
}
div.FilmIcons {
	display: none;
}
div.FeaturesIcons a span {
	display: block;
	float: left;
	text-indent: -9000px;
}
.FeaturesIcons_staff_pick span {
	background: url(/images/icons/features-icon_staff_pick.gif) top left no-repeat;
	width: 16px;
	height: 14px;
}
.FeaturesIcons_menu span {
	background: url(/images/icons/features-icon_menu.png) top left no-repeat;
	width: 16px;
	height: 16px;
}
.FeaturesIcons_members_pick span {
	background: url(/images/icons/features-icon_members_pick.gif) top left no-repeat;
	width: 16px;
	height: 16px;
}
.FeaturesIcons_best_of_winner span {
	background: url(/images/icons/features-icon_members_pick2.gif) top left no-repeat;
	width: 16px;
	height: 16px;
}
.FeaturesIcons_special_event__galleries_ span {
	background: url(/images/icons/features-icon_special_event.gif) top left no-repeat;
}
.FeaturesIcons_recommended span {
	background: url(/images/icons/features-icon_recommended.gif) top left no-repeat;
	width: 10px;
}
.FeaturesIcons_opening__theater_and_galleries_ span {
	background: url(/images/icons/features-icon_opening.gif) top left no-repeat;
}
.FeaturesIcons_new_review__theater_and_comedy_ span {
	background: url(/images/icons/features-icon_new.gif) top left no-repeat;
}
.FeaturesIcons_free span {
	background: url(/images/icons/features-icon_free.gif) top left no-repeat;
	width: 19px;
	height: 14px;
}
.FeaturesIcons_closing__theater_and_galleries_ span {
	background: url(/images/icons/features-icon_closing.gif) top left no-repeat;
}
.FeaturesIcons_all_ages span {
	background: url(/images/icons/features-icon_all_ages.gif) top left no-repeat;
}
.FeaturesIcons_video span {
	background: url(/images/icons/features-icon_video.png) top left no-repeat;
	width: 16px;
	height: 16px;
}
.FeaturesIcons_slideshow span {
	background: url(/images/icons/features-icon_slideshow.png) top left no-repeat;
	width: 16px;
	height: 16px;
}
.FeaturesIcons_audio span {
	background: url(/images/icons/features-icon_audio.png) top left no-repeat;
	width: 16px;
	height: 16px;
}
.FeaturesIcons_one_day_only span {
	background: url(/images/icons/features-icon_non-recurring.png) left center no-repeat;
	width: 16px;
	height: 16px;
}
.FeaturesIcons_user_submitted span {
	background: url(/images/icons/features-icon_user_submitted.png) right 0 no-repeat;
	width: 26px;
	height: 17px;
}
     label[class*="FeaturesIcons"] span {
    padding-left: 25px;
    background-position: left center;
    background-size: contain;
}
label.FeaturesIcons_image span {
    padding: 0;
}
.FeaturesIcons_critics__pick span,.FeaturesIcons_early_warnings__music_ span,.FeaturesIcons_the_list__music_ span,.FeaturesIcons_the_short_list__theater_ span,.FeaturesIcons_club span,.FeaturesIcons_concert span,.FeaturesIcons_promotional span,.FeaturesIcons_free_parking span,.FeaturesIcons_wheelchair_access span,.FeaturesIcons_best_of span {
	display: none;
}
li#EventSearchNarrowByEventFeatures,li#LocationSearchNarrowByLocationFeatures,li#MovieTimesSearchNarrowByFilmFeatures,li#FilmSearchNarrowbyFilmFeatures,li#ArticleSearchNarrowByContentFeatures,li#BestOfNarrowbyContentFeatures {
	float: left;
}
li#EventSearchNarrowByEventFeatures ul.narrowOptions,li#LocationSearchNarrowByLocationFeatures ul.narrowOptions,li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions,li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions,li#ArticleSearchNarrowByContentFeatures ul.narrowOptions,li#BestOfNarrowbyContentFeatures ul.narrowOptions {
	border-left: 0;
	padding-left: 5px;
	float: left;
	width: 100%;
}
li#EventSearchNarrowByEventFeatures ul.narrowOptions li,li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li,li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li,li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li,li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li,li#BestOfNarrowbyContentFeatures ul.narrowOptions li {
	background: url(/images/backgrounds/dotted-line.gif) repeat-x 0 10px;
	float: left;
}
li#EventSearchNarrowByEventFeatures ul.narrowOptions li a,li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li a,li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li a,li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li a,li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li a,li#BestOfNarrowbyContentFeatures ul.narrowOptions li a {
	float: left;
}
li#EventSearchNarrowByEventFeatures ul.narrowOptions li a,li#EventSearchNarrowByEventFeatures ul.narrowOptions li span,li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li a,li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li span,li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li a,li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li span,li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li a,li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li span,li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li a,li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li span,li#BestOfNarrowbyContentFeatures ul.narrowOptions li a,li#BestOfNarrowbyContentFeatures ul.narrowOptions li span {
/*  background-color: #F2ECDA;*/
}
li#EventSearchNarrowByEventFeatures ul.narrowOptions li div.FeaturesIcons,li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li div.FeaturesIcons,li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li div.FeaturesIcons,li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li div.FeaturesIcons,li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li div.FeaturesIcons,li#BestOfNarrowbyContentFeatures ul.narrowOptions li div.FeaturesIcons {
	margin: 0;
	float: right;
	padding-right: 0;
}
li#EventSearchNarrowByEventFeatures ul.narrowOptions li div.FeaturesIcons a span,li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li div.FeaturesIcons a span,li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li div.FeaturesIcons a span,li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li div.FeaturesIcons a span,li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li div.FeaturesIcons a span,li#BestOfNarrowbyContentFeatures ul.narrowOptions li div.FeaturesIcons a span {
	display: block;
	margin-right: 0;
	padding-right: 5px;
}
div#ProfileBrowseSavedLocations div.locationListing,div#ProfileBrowseSavedMembers div.memberListing,div#ProfileBrowseSavedEvents div.EventListing,div#ProfileBrowseLists div.listListing,div#ProfileBrowseSavedContent div.archiveListing,body#MemberSearch div.memberListing {
	background: #FFF;
	border-bottom: 1px solid #DFE2E1;
	color: #333;
	padding: 10px;
}
div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberThumb,div#ProfileBrowseSavedContent div.archiveListing li.archiveImage,body#MemberSearch div.memberListing ul.listing li.memberThumb {
	float: left;
	width: 50px;
	margin-right: 8px;
	padding: 5px;
	background: #eaeaea;
}
body#MemberSearch div.memberListing ul.listing li,div#ProfileBrowseSavedMembers div.memberListing ul.listing li {
	color: #444;
	font-size: 90%;
}
body#MemberSearch div.memberListing ul.listing li.memberName,div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberName {
  font-weight:700;
	font-size: 120%;
	margin-bottom: 5px;
}
body#MemberSearch div.memberListing ul.listing li.memberStatus,div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberStatus {
	font-size: 110%;
	margin: 5px 0;
  font-weight:700;
}
body#MemberSearch div.memberListing ul.listing li.memberStatus span,div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberStatus span {
	color: #ff4c00;
}
div#ProfileBrowseSavedContent div.archiveListing li.sectionDateInfo {
	margin-bottom: 2px;
	font-size: 11px;
	color: #666;
}
div#ProfileBrowseSavedMembers div.memberListing ul.listing li.l0 ul li.l1 a {
  font-weight:700;
}
div#ProfileBrowseSavedEvents div.EventListing div.listing h3 {
	text-align: left;
}
div#ProfileBrowseLists div.listListing ul li.customItem h5 {
  font-weight:700;
}
div#ProfileBrowseLists div.listListing ul li.customItem li.byline {
	margin-top: 3px;
	letter-spacing: 0;
}
div#ProfileSettings dl.formElements {
	background: #FFF;
	padding: 10px;
}
div#gridMainColumn div#ProfileBrowseSavedLocations h3.profileGroupHeader,div#gridMainColumn div#ProfileBrowseSavedMembers h3.profileGroupHeader,div#gridMainColumn div#ProfileBrowseSavedEvents h3.profileGroupHeader,div#gridMainColumn div#ProfileBrowseLists h3.profileGroupHeader,div#gridMainColumn div#ProfileBrowseSavedContent h3.profileGroupHeader {
	float: left;
	width: 65%;
	text-align: left;
	margin-bottom: 10px;
}
div#gridMainColumn div#ProfileBrowseSavedLocations form#sort,div#gridMainColumn div#ProfileBrowseSavedMembers form#sort,div#gridMainColumn div#ProfileBrowseSavedEvents form#sort,div#gridMainColumn div#ProfileBrowseLists form#sort,div#gridMainColumn div#ProfileBrowseSavedContent form#sort {
	float: right;
	text-align: right;
	margin-bottom: 10px;
}
/* ------------------------------------------------------------------ */
/* Template Based Overrides */
/* ------------------------------------------------------------------ */
body#Home div#gridMainSidebar1 img.storyImg {
	margin-bottom: 8px;
}
body#EmailFriend h1,body#ReportComment h1 {
  font-weight:700;
	font-size: 20px;
	color: #444;
}
body#EmailFriend p.formSubmit,body#MySettings p.formSubmit {
	text-align: right;
}
body#ReportComment p.formSubmit {
	text-align: left;
}
body#EmailFriend dl.formElements dt,body#ReportComment dl.formElements dt {
	float: none;
	width: auto;
	min-height: 0;
}
body#EmailFriend dl.formElements dd,body#ReportComment dl.formElements dd {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
body#Section #gridMainSidebar1 div.MainSidebar form {
	padding: 0;
}
body#ArticleArchives .longOnly span.date {
	display: inline;
}
body#PostComment div#loginFormContainer,body#PostComment div#passwordReminderContainer {
	float: left;
	width: 370px;
}
body#PostComment div#createAccountContainer,body#PostComment div#feelingShyContainer {
	float: right;
	width: 370px;
}
/* Profile */
body.ProfilePage div#gridMainColumn li.storyItem {
	background: #FFF;
	padding: 10px;
	margin: 10px;
}
body.ProfilePage div#gridMainColumn .ratingGraphic {
	margin-bottom: 10px;
}
div#userNameComponent {
	background: #eee;
	border-bottom: 1px solid #DFE2E1;
	margin-bottom: 10px;
}
div.photoMain {
	text-align: center;
/* margin-top: -10px; */
}
body div.MainSidebar div.photoMain a {
	color: #1F3577 !important;
}
body div#gridMainSidebar div#Photo.MainSidebar {
	padding: 0;
}
body div#gridMainSidebar div#Photo.MainSidebar ul li.l0 + li.l0 {
	padding: 0;
	border: 0;
	margin: 0;
}
body#Profile div#currently,body#MyProfile div#currently {
	margin-bottom: 10px;
}
div#gridMainSidebarLeft div#userPics {
	text-align: center;
}
body#Profile div#gridMainColumn,body#MyProfile div#gridMainColumn,body#Favorites div#gridMainColumn,body#MyFavorites div#gridMainColumn,body#List div#gridMainColumn,body#Lists div#gridMainColumn,body#MyLists div#gridMainColumn,body#MyList div#gridMainColumn,body#MySettings div#gridMainColumn,body#Comments div#gridMainColumn,body#MyComments div#gridMainColumn,body#EditList div#gridMainColumn {
	background-color: #EEE;
	padding: 10px;
	width: 470px;
}
body#Profile div#BrowseComments,body#MyProfile div#BrowseComments,body#Bio div.CommentsComponent,body#MyBio div.CommentsComponent,body#Favorites div#BrowseComments,body#MyFavorites div#BrowseComments,body#List div#BrowseComments,body#Lists div#BrowseComments,body#MyLists div#BrowseComments,body#MyList div#BrowseComments,body#MySettings div#BrowseComments,body#Comments div#BrowseComments,body#MyComments div#BrowseComments,body#EditList div#BrowseComments {
	background-color: #EEE;
}
body#Bio div.CommentsComponent,body#MyBio div.CommentsComponent {
	padding-top: 1px;
	margin-bottom: 10px;
}
body#Profile div.MainSidebar,body#MyProfile div.MainSidebar,body#Bio div.MainSidebar,body#MyBio div.MainSidebar,body#Favorites div.MainSidebar,body#MyFavorites div.MainSidebar,body#List div.MainSidebar,body#Lists div.MainSidebar,body#MyLists div.MainSidebar,body#MyList div.MainSidebar,body#MySettings div.MainSidebar,body#Comments div.MainSidebar,body#MyComments div.MainSidebar,body#EditList div.MainSidebar {
	padding-bottom: 10px;
border-bottom: 1px solid #ddd;
	color: #111;
}
body#Profile #gridMainSidebar2 div.MainSidebar,body#MyProfile #gridMainSidebar2 div.MainSidebar,body#Bio #gridMainSidebar2 div.MainSidebar,body#MyBio #gridMainSidebar2 div.MainSidebar,body#Favorites #gridMainSidebar2 div.MainSidebar,body#MyFavorites #gridMainSidebar2 div.MainSidebar,body#List #gridMainSidebar2 div.MainSidebar,body#Lists #gridMainSidebar2 div.MainSidebar,body#MyLists #gridMainSidebar2 div.MainSidebar,body#MyList #gridMainSidebar2 div.MainSidebar,body#MySettings #gridMainSidebar2 div.MainSidebar,body#Comments #gridMainSidebar2 div.MainSidebar,body#MyComments #gridMainSidebar2 div.MainSidebar,body#EditList #gridMainSidebar2 div.MainSidebar,#gridMainSidebar div#Photo.MainSidebar {
	background-color: transparent;
	color: #000;
}
body#Profile div.MainSidebar h3,body#MyProfile div.MainSidebar h3,body#Bio div.MainSidebar h3,body#MyBio div.MainSidebar h3,body#Favorites div.MainSidebar h3,body#MyFavorites div.MainSidebar h3,body#List div.MainSidebar h3,body#Lists div.MainSidebar h3,body#MyLists div.MainSidebar h3,body#MyList div.MainSidebar h3,body#MySettings div.MainSidebar h3,body#Comments div.MainSidebar h3,body#MyComments div.MainSidebar h3,body#EditList div.MainSidebar h3 {
	color: #000;
  font-weight:700;
}
body#Profile div.MainSidebar h3 img,body#MyProfile div.MainSidebar h3 img,body#Bio div.MainSidebar h3 img,body#MyBio div.MainSidebar h3 img,body#Favorites div.MainSidebar h3 img,body#MyFavorites div.MainSidebar h3 img,body#List div.MainSidebar h3 img,body#Lists div.MainSidebar h3 img,body#MyLists div.MainSidebar h3 img,body#MyList div.MainSidebar h3 img,body#MySettings div.MainSidebar h3 img,body#Comments div.MainSidebar h3 img,body#MyComments div.MainSidebar h3 img,body#EditList div.MainSidebar h3 img {
	float: left;
	margin-right: 9px;
}
body#Profile div#gridMainSidebar2 div.MainSidebar h3,body#MyProfile div#gridMainSidebar2 div.MainSidebar h3,body#Bio div#gridMainSidebar2 div.MainSidebar h3,body#MyBio div#gridMainSidebar2 div.MainSidebar h3,body#Favorites div#gridMainSidebar2 div.MainSidebar h3,body#MyFavorites div#gridMainSidebar2 div.MainSidebar h3,body#List div#gridMainSidebar2 div.MainSidebar h3,body#Lists div#gridMainSidebar2 div.MainSidebar h3,body#MyLists div#gridMainSidebar2 div.MainSidebar h3,body#MyList div#gridMainSidebar2 div.MainSidebar h3,body#MySettings div#gridMainSidebar2 div.MainSidebar h3,body#Comments div#gridMainSidebar2 div.MainSidebar h3,body#MyComments div#gridMainSidebar2 div.MainSidebar h3,body#EditList div#gridMainSidebar2 div.MainSidebar h3 {
	background-color: #D1D2D4;
}
body#Profile div#gridMainSidebar2 div.MainSidebar ul,body#MyProfile div#gridMainSidebar2 div.MainSidebar ul,body#Bio div#gridMainSidebar2 div.MainSidebar ul,body#MyBio div#gridMainSidebar2 div.MainSidebar ul,body#Favorites div#gridMainSidebar2 div.MainSidebar ul,body#MyFavorites div#gridMainSidebar2 div.MainSidebar ul,body#List div#gridMainSidebar2 div.MainSidebar ul,body#Lists div#gridMainSidebar2 div.MainSidebar ul,body#MyLists div#gridMainSidebar2 div.MainSidebar ul,body#MyList div#gridMainSidebar2 div.MainSidebar ul,body#MySettings div#gridMainSidebar2 div.MainSidebar ul,body#Comments div#gridMainSidebar2 div.MainSidebar ul,body#MyComments div#gridMainSidebar2 div.MainSidebar ul,body#EditList div#gridMainSidebar2 div.MainSidebar ul {
	color: #000;
	text-align: left;
}
body#Profile div.MainSidebar p,body#MyProfile div.MainSidebar p,body#Bio div.MainSidebar p,body#MyBio div.MainSidebar p,body#List div.MainSidebar p,body#Lists div.MainSidebar p,body#MyLists div.MainSidebar p,body#MyList div.MainSidebar p,body#MySettings div.MainSidebar p,body#Comments div.MainSidebar p,body#MyComments div.MainSidebar p,body#EditList div.MainSidebar p,body#Favorites div.MainSidebar p,body#MyFavorites div.MainSidebar p {
	padding: 10px 10px 0;
	margin: 0;
	text-align: left;
}
body#Profile div.MainSidebar p.readmore,body#MyProfile div.MainSidebar p.readmore,body#Bio div.MainSidebar p.readmore,body#MyBio div.MainSidebar p.readmore,body#List div.MainSidebar p.readmore,body#Lists div.MainSidebar p.readmore,body#MyLists div.MainSidebar p.readmore,body#MyList div.MainSidebar p.readmore,body#MySettings div.MainSidebar p.readmore,body#MyLists div.MainSidebar p.readmore,body#Comments div.MainSidebar p.readmore,body#MyComments div.MainSidebar p.readmore,body#EditList div.MainSidebar p.readmore {
	text-align: right;
}
body#Profile div.MainSidebar ul,body#MyProfile div.MainSidebar ul,body#Bio div.MainSidebar ul,body#MyBio div.MainSidebar ul,body#Favorites div.MainSidebar ul,body#MyFavorites div.MainSidebar ul,body#List div.MainSidebar ul,body#Lists div.MainSidebar ul,body#MyLists div.MainSidebar ul,body#MyList div.MainSidebar ul,body#MySettings div.MainSidebar ul,body#Comments div.MainSidebar ul,body#MyComments div.MainSidebar ul,body#EditList div.MainSidebar ul {
	text-align: left;
	padding: 0 5px;
}
body#Profile div.MainSidebar ul li p,body#MyProfile div.MainSidebar ul li p,body#Bio div.MainSidebar ul li p,body#MyBio div.MainSidebar ul li p,body#Favorites div.MainSidebar ul li p,body#MyFavorites div.MainSidebar ul li p,body#List div.MainSidebar ul li p,body#Lists div.MainSidebar ul li p,body#MyLists div.MainSidebar ul li p,body#MyList div.MainSidebar ul li p,body#MySettings div.MainSidebar ul li p,body#Comments div.MainSidebar ul li p,body#MyComments div.MainSidebar ul li p,body#EditList div.MainSidebar ul li p {
	padding: 0;
}
body#Profile div.MainSidebar a,body#MyProfile div.MainSidebar a,body#Bio div.MainSidebar a,body#MyBio div.MainSidebar a,body#Favorites div.MainSidebar a,body#MyFavorites div.MainSidebar a,body#List div.MainSidebar a,body#Lists div.MainSidebar a,body#MyLists div.MainSidebar a,body#MyList div.MainSidebar a,body#MySettings div.MainSidebar a,body#Comments div.MainSidebar a,body#MyComments div.MainSidebar a,body#EditList div.MainSidebar a {
	color: #B2DBF5;
	text-decoration: none;
}
body#Profile #gridMainSidebar2 div.MainSidebar a,body#MyProfile #gridMainSidebar2 div.MainSidebar a,body#Bio #gridMainSidebar2 div.MainSidebar a,body#MyBio #gridMainSidebar2 div.MainSidebar a,body#Favorites #gridMainSidebar2 div.MainSidebar a,body#MyFavorites #gridMainSidebar2 div.MainSidebar a,body#List #gridMainSidebar2 div.MainSidebar a,body#Lists #gridMainSidebar2 div.MainSidebar a,body#MyLists #gridMainSidebar2 div.MainSidebar a,body#MyList #gridMainSidebar2 div.MainSidebar a,body#MySettings #gridMainSidebar2 div.MainSidebar a,body#Comments #gridMainSidebar2 div.MainSidebar a,body#MyComments #gridMainSidebar2 div.MainSidebar a,body#EditList #gridMainSidebar2 div.MainSidebar a {
	color: #094760;
	text-decoration: none;
}
/*
body#Profile div#Reminders,
body#MyProfile div#Reminders,
body#Profile div#Reminders.MainSidebar ul li,
body#MyProfile div#Reminders.MainSidebar ul li {
  background-color: #E8F1FA;
  color: #000;
}  body#Profile div#Reminders h3,
  body#MyProfile div#Reminders h3 {
    background-color: #B01116;
    color: #FFF;
  }*/
a.profileFindMore {
	display: block;
	height: 23px;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 10px auto 0;
	text-indent: -6000px;
}
div#SavedLocations a.profileFindMore {
	background-image: url(/images/buttons/find_places.gif);
}
div#SavedEvents a.profileFindMore {
	background-image: url(/images/buttons/find_events.gif);
}
div#SavedContent a.profileFindMore {
	background-image: url(/images/buttons/find_stories.gif);
}
div#Friends a.profileFindMore {
	background-image: url(/images/buttons/find_friends.gif);
}
div#profileModeMessage h1 {
	padding: 10px;
	text-align: center;
	font-size: 1.4em;
	background: #eee;
}
div#profileModeMessage h1 span {
	background: #ff9;
}
div#profileModeMessage h1 a {
  font-weight:700;
	color: #000;
}
body#Location div#LocationLayout {
	margin-top: 0;
}
body#MySettings dl.formElements {
	margin-right: 0;
}
body#MySettings dl.formElements dd {
	min-height: 45px;
	margin-bottom: 10px;
}
body#MySettings dl.formElements dd.formLeft,body#MySettings dl.formElements dd.formRight {
	width: 135px;
	float: left;
}
body#MySettings dl.formElements dd.interests {
	margin: 10px 0;
	width: 380px;
}
body#MySettings dl.formElements dd.interests div.interestsColumn {
	float: left;
	width: 140px;
	margin-right: 10px;
}
body#MySettings dl.formElements textarea[name=tags] {
	height: 60px;
}
body#Page div.MainColumn {
	padding: 10px;
}
body#Page div#PageBody div#storyBody h3 {
	font-size: 1.2em;
  font-weight:700;
}
body.AboutUs div#storyBody h2,body.ContactUs div#StaffList h2,body.SiteDirectory div#SiteDirectory h2,body.Masthead div#StaffByDepartment h2 {
	margin: 15px 0 5px;
  font-weight:700;
	font-size: 1.3em;
}
body.SiteDirectory div#SiteDirectory h3 {
	font-size: 1em;
  font-weight:700;
	margin: .2em 0 0;
}
body.SiteDirectory div#SiteDirectory ul {
	margin-left: 1em;
}
body.SiteDirectory div.columnHolder {
	overflow: hidden;
	clear: both;
}
body.SiteDirectory div.columnHolder div.column {
	float: left;
	width: 33%;
}
div#StaffList .departmentTitle,div#StaffList .departmentPhone,body.Masthead div#StaffByDepartment .departmentTitle,body.Masthead div#StaffByDepartment .phone {
	margin-bottom: .25em;
}
div#StaffList .departmentTitle a,body.SiteDirectory div#SiteDirectory a,body.Masthead div#StaffByDepartment .departmentTitle a {
	text-decoration: none;
}
div#StaffList .departmentTitle a:hover,body.SiteDirectory div#SiteDirectory a:hover,body.Masthead div#StaffByDepartment .departmentTitle a:hover {
	text-decoration: underline;
}
body#Profile div.MainColumn h3,body#MyProfile div.MainColumn h3,body#Favorites div.MainColumn h3,body#MyFavorites div.MainColumn h3,body#List div.MainColumn h3 {
	text-align: center;
}
body#Profile div.MainColumn div.userInfo ul li,body#MyProfile div.MainColumn div.userInfo ul li,body#Favorites div.MainColumn div.userInfo ul li,body#MyFavorites div.MainColumn div.userInfo ul li,body#List div.MainColumn div.userInfo ul li {
	text-transform: lowercase;
}
body#Profile div.MainColumn .readmore,body#Profile .readmore,body#MyProfile div.MainColumn .readmore,body#MyProfile .readmore,body#Favorites div.MainColumn .readmore,body#Favorites .readmore,body#MyFavorites div.MainColumn .readmore,body#MyFavorites .readmore,body#List .readmore,body#Lists .readmore,body#MyLists .readmore {
	text-transform: lowercase;
}
body#Favorites .readmore {
	padding-right: 10px;
}
body#Profile .readmore a,body#MyProfile .readmore a,body#Favorites .readmore a,body#MyFavorites .readmore a,body#List .readmore a,body#Lists .readmore a,body#MyLists .readmore a {
	text-decoration: none;
}
body#Profile div.MainSidebar ul li,body#MyProfile div.MainSidebar ul li,body#Favorites div.MainSidebar ul li,body#MyFavorites div.MainSidebar ul li,body#List div.MainSidebar ul li,body#Lists div.MainSidebar ul li,body#MyLists div.MainSidebar ul li,body#Location div.MainSidebar ul li,body#Event div.MainSidebar ul li,body#EventSearch div.MainSidebar ul li,body#LocationSearch div.MainSidebar ul li,body#DiningSearch div.MainSidebar ul li,body#MovieTimes div.MainSidebar ul li,body#FilmSearch div.MainSidebar ul li,body#Film div.MainSidebar ul li,body#Search div.MainSidebar ul li,body#ArticleArchives div.MainSidebar ul li,body#IssueArchives div.MainSidebar ul li,body#MySettings div.MainSidebar ul li,body#MyComments div.MainSidebar ul li,body#Comments div.MainSidebar ul li,body#MemberSearch div.MainSidebar ul li,body#BestOf div.MainSidebar ul li,body.SearchPage div.MainSidebar ul li {
	margin-bottom: 4px;
	clear: both;
	width: 98%;
}
div.MainSidebar ul li.flyout_link_parent {
	text-align: right;
	margin-right: 10px;
}
body div#gridRightColumn div.MainSidebar ul li,body div#gridMainSidebar div#BestOf.MainSidebar ul li {
	margin-bottom: 0;
}
body#Event span.locationPhone {
	display: none;
}
div#SavedEvents.MainSidebar ul li.date,div#SavedContent.MainSidebar ul li.subhead {
	line-height: 14px;
}
#Profile div#Photo {
	padding-bottom: 0;
}
#Profile div.flipBook ul {
	display: none;
}
body#List div#gridMainColumn h3.profileGroupHeader {
	text-align: left;
}
body#EventSearch #gridMainSidebar,body#MovieTimes #gridMainSidebar,body#FilmSearch #gridMainSidebar,body#Film #gridMainSidebar,body#LocationSearch #gridMainSidebar,body#DiningSearch #gridMainSidebar,body#Search #gridMainSidebar,body#ArticleArchives #gridMainSidebar,body#IssueArchives #gridMainSidebar,body#MemberSearch #gridMainSidebar,body#BestOf #gridMainSidebar,body.SearchPage #gridMainSidebar {
	padding-right: 0;
}
body#BestOf.BestOfGuideCategoryLanding #gridMainSidebar {
	padding-right: 8px;
}
body#EventSearch #gridMainSidebar select,body#MovieTimes #gridMainSidebar select,body#FilmSearch #gridMainSidebar select,body#Film #gridMainSidebar select,body#LocationSearch #gridMainSidebar select,body#DiningSearch #gridMainSidebar select,body#MemberSearh #gridMainSidebar select,body#BestOf #gridMainSidebar select,body#BestOf.BestOfGuideLanding #gridMainSidebarLeft select,body#Section.BestOfToC #gridMainSidebarLeft select,body.SearchPage #gridMainSidebar select {
	width: 133px;
}
body#MovieTimes div#MovieTimesFilmandTheater h4,body#Film div#MovieTimesFilmandTheater h4 {
	margin: 10px 0 0 10px;
}
body#EventSearch #gridMainSidebar form,body#MovieTimes #gridMainSidebar form,body#FilmSearch #gridMainSidebar form,body#Film #gridMainSidebar form,body#LocationSearch #gridMainSidebar form,body#DiningSearch #gridMainSidebar form,body#MemberSearh #gridMainSidebar form,body#BestOf #gridMainSidebar form,body#BestOf.BestOfGuideLanding #gridMainSidebarLeft form,body#Section.BestOfToC #gridMainSidebarLeft form,body.SearchPage #gridMainSidebar select {
	padding: 5px;
}
body#BestOf div#storyBody {
	font-family: Georgia,serif;
	font-size: 1.1em;
	line-height: 1.6em;
}
body#BestOf div.sidebar div.Sidebar {
	margin-bottom: 15px;
  word-wrap:break-word;
}
body#BestOf div.sidebar div.Sidebar h3 {
	color: #000;
  font-weight:700;
}
body#BestOf div.MainColumn div.sidebar div.Sidebar h4 a {
	font-size: 1.1em;
}
#BestOf div#archivesInfoBar {
margin-bottom: 10px;
text-align:center;
}
#BestOf div#archivesInfoBar h3 {font-size:18px}
#BestOf ul#bosSections {
margin: 10px 0;
}
 .BestOfGuide ul#bosSections>li a{
   color:#fff;
   padding: 4px;
   letter-spacing:1px;
   text-transform: uppercase;
   background-color: #1F3577;
   display:block;
   font-size: 14px;
   margin-bottom: 10px;
   text-decoration:none;
 }
 .BestOfGuide ul#bosSections ul#bosRandomWinners li{margin:0 0 5px;}
.BestOfGuide ul#bosSections ul#bosRandomWinners li a{text-decoration:none;  font-weight:700;font-size: 13px;}
/* Current Best Of Winners. */
div#CurrentBestOfWinners {
	margin: 1em 0;
}
div#CurrentBestOfWinners h3 {
	background-color: #D1D2D4;
	clear: both;
	color: #000;
	font-size: 14px;
	line-height: 1em;
	margin: 0 0 10px;
	padding: 3px 10px;
	text-align: left;
	text-transform: uppercase;
}
body#EventSearch div#EventsSearchTerms ul,body#MovieTimes div#MovieTimesSearchTerms ul,body#FilmSearch div#FilmSearchTerms ul,body#Film div#FilmSearchTerms ul,body#LocationSearch div#LocationSearchTerms ul,body#DiningSearch div#DiningSearchTerms ul,body#Search div#SearchSearchTerms ul,body#ArticleArchives div#SearchSearchTerms ul,body#IssueArchives div#SearchSearchTerms ul,body#ArticleArchives div#ArchivesSearchTerms ul,body#MemberSearch div#MemberSearchTerms ul,body#BestOf div#BestOfSearchTerms ul,body#BestOf.BestOfGuideLanding div#BestOfSearchTerms ul,body#Section.BestOfToC div#BestOfSearchTerms ul,body.SearchPage div#SearchTerms ul {
	padding: 0 10px;
}
body#EventSearch div#EventsSearchTerms ul li,body#MovieTimes div#MovieTimesSearchTerms ul li,body#FilmSearch div#FilmSearchTerms ul li,body#Film div#FilmSearchTerms ul li,body#LocationSearch div#LocationSearchTerms ul li,body#DiningSearch div#DiningSearchTerms ul li,body#Search div#SearchSearchTerms ul li,body#ArticleArchives div#SearchSearchTerms ul li,body#IssueArchives div#SearchSearchTerms ul li,body#ArticleArchives div#ArchivesSearchTerms ul li,body#MemberSearch div#MemberSearchTerms ul li,body#BestOf div#BestOfSearchTerms ul li,body#BestOf.BestOfGuideLanding div#BestOfSearchTerms ul li,body#Section.BestOfToC div#BestOfSearchTerms ul li,body.SearchPage div#SearchTerms ul li {
/* border-top:1px solid #FFF; */
	font-size: 10px;
	padding: 5px 0;
	color: #000;
}
body#EventSearch div#EventsSearchTerms ul li a,body#MovieTimes div#MovieTimesSearchTerms li a,body#FilmSearch div#FilmSearchTerms li a,body#Film div#FilmSearchTerms li a,body#LocationSearch div#LocationSearchTerms li a,body#DiningSearch div#DiningSearchTerms li a,body#Search div#SearchSearchTerms li a,body#ArticleArchives div#SearchSearchTerms li a,body#IssueArchives div#SearchSearchTerms li a,body#ArticleArchives div#ArchivesSearchTerms li a,body#MemberSearch div#MemberSearchTerms li a,body#BestOf div#BestOfSearchTerms li a,body#BestOf.BestOfGuideLanding div#BestOfSearchTerms li a,body#Section.BestOfToC div#BestOfSearchTerms li a,body.SearchPage div#SearchTerms li a {
	float: right;
  font-weight:700;
}
body#EventSearch .flyout_content,body#MovieTimes .flyout_content,body#FilmSearch .flyout_content,body#Film .flyout_content,body#LocationSearch .flyout_content,body#DiningSearch .flyout_content,body#Search .flyout_content,body#ArticleArchives .flyout_content,body#IssueArchives .flyout_content,body#MemberSearch .flyout_content,body#BestOf .flyout_content,body.SearchPage .flyout_content {
	background: #eee none repeat scroll 0;
	border: 1px solid #ccc;
	padding: 8px;
}
body#EventSearch .flyout_content table,body#MovieTimes .flyout_content table,body#FilmSearch .flyout_content table,body#Film .flyout_content table,body#LocationSearch .flyout_content table,body#DiningSearch .flyout_content table,body#Search .flyout_content table,body#ArticleArchives .flyout_content table,body#IssueArchives .flyout_content table,body#MemberSearch .flyout_content table,body#BestOf .flyout_content table,body.SearchPage .flyout_content table {
	border: 0;
}
body#EventSearch .flyout_content table td,body#MovieTimes .flyout_content table td,body#FilmSearch .flyout_content table td,body#Film .flyout_content table td,body#LocationSearch .flyout_content table td,body#DiningSearch .flyout_content table td,body#Search .flyout_content table td,body#ArticleArchives .flyout_content table td,body#IssueArchives .flyout_content table td,body#MemberSearch .flyout_content table td,body#BestOf .flyout_content table td,body.SearchPage .flyout_content table td {
	padding: 10px;
}
.flyout_content h4 {  font-weight:700;}
  .flyout_content h4 a {color:#000!important;}
.flyout_content table td ul li b {  font-weight:700;}
  
a#contactMeButton {
	width: 68px;
	background: url(/images/buttons/contact.gif) no-repeat;
}
a#becomeFriendButton {
	width: 97px;
	background: url(/images/buttons/become_friend.gif) no-repeat;
	margin-bottom: 10px;
}
a#becomeAFriendButton {
	width: 93px;
	background: url(/images/buttons/become_a_friend.gif) no-repeat;
}
div#Stats ul li {
	text-transform: lowercase;
}
h1#ProfileHeader {
	background: #90BFA6;
	color: #FFF;
	font-size: 13px;
  font-weight:700;
	padding: 7px 12px;
}
h2#userName {
	float: left;
	font-size: 32px;
	line-height: .5em;
	margin: 4px 50px 0 0;
	padding: 10px;
}
h2#userName a#userNameLink {
	font-weight: 700;
	text-decoration: none;
	color: #000;
}
h2#userName span#memberSince {
	color: #666;
	font-size: 10px;
	font-weight: 400;
	padding-left: 3px;
	width: 100%;
	display: block;
	margin-top: 3px;
}
ul#badges {
	height: 25px;
	margin: 26px 0;
	text-align: left;
}
ul#badges li {
	display: inline;
	vertical-align: middle;
}
h3.profileGroupHeader,h2.largeHeader,body.ProfileComments div#gridMainColumn div#BrowseComments div.commentsHeader h3 {
	background: none;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	text-transform: none;
	letter-spacing: 0;
}
body.ProfileComments div#gridMainColumn div#BrowseComments div.commentsHeader {
	background: none;
}
div#userPics img {
	width: 160px;
}
div#userPics ul.fullsize {
	padding: 0;
	margin: 0;
}
div#userPics ul.fullsize .photoCont a {
	display: block;
	width: 160px;
	background: #FFF;
	padding: 10px;
	text-align: center;
}
div#userPics ul.fullsize .photoCont a img {
	display: block;
	width: 160px;
	margin: 0 auto;
}
div#userPics ul li.photo {
	height: auto;
	padding: 0;
	margin: 0;
}
div#userPics .photoGrid {
	margin-top: 0;
}
div#photoEnlarge a {
	background: #FFF;
	padding: 3px;
	text-decoration: none;
	font-size: 10px;
}
/* Location and Event Pages */
body#EventSearch div#gridMainSidebar div.MainSidebar,body#MovieTimes div#gridMainSidebar div.MainSidebar,body#FilmSearch div#gridMainSidebar div.MainSidebar,body#Film div#gridMainSidebar div.MainSidebar,body#LocationSearch div#gridMainSidebar div.MainSidebar,body#DiningSearch div#gridMainSidebar div.MainSidebar,body#Search div#gridMainSidebar div.MainSidebar,body#ArticleArchives div#gridMainSidebar div.MainSidebar,body#MemberSearch div#gridMainSidebar div.MainSidebar,body#BestOf div#gridMainSidebar div.MainSidebar,body#BestOf.BestOfGuideLanding div#gridMainSidebarLeft div.MainSidebar,body#Section.BestOfToC div#gridMainSidebarLeft div.MainSidebar,body#IssueArchives div#gridMainSidebar div.MainSidebar,body.SearchPage div#gridMainSidebar div.MainSidebar {
	background: #eee;
}
body#BestOf.BestOfGuideCategoryLanding div#gridMainSidebar div.MainSidebar {
	background: transparent;
}
body#Location div.MainSidebar h3,
body#LocationEvents div.MainSidebar h3,
body#Map div.MainSidebar h3,
body#Event div.MainSidebar h3,
body#EventSearch div.MainSidebar h3,
body#MovieTimes div.MainSidebar h3,
body#FilmSearch div.MainSidebar h3,
body#Film div.MainSidebar h3,
body#LocationSearch div.MainSidebar h3,
body#DiningSearch div.MainSidebar h3,
body#Search div.MainSidebar h3,
body#ArticleArchives div.MainSidebar h3,
body#IssueArchives div.MainSidebar h3,
body#MemberSearch div.MainSidebar h3,
body#BestOf div.MainSidebar h3,
body#Section.BestOfToC div.MainSidebar h3,
body#Location div.MainColumn1 h3,
body#Location div.MainColumn2 h3,
body#Event div.MainColumn1 h3,
body#Event div.MainColumn2 h3,
body.SearchPage div.MainSidebar h3 {
	background-color: #ccc;
	color: #000;
  font-weight:700;
  padding:3px 6px;
  margin-bottom:6px;
}
/* Exception for Popular Events in Event pages. */
body#Event div#EventsPopular.MainSidebar h3,body#Event div#TopViewedVenues.MainSidebar h3 {
	background-color: #D1D2D4;
}
body#Location div.MainSidebar h4,body#LocationEvents div.MainSidebar h4,body#Map div.MainSidebar h4,body#Event div.MainSidebar h4,body#EventSearch div.MainSidebar h4,body#MovieTimes div.MainSidebar h4,body#FilmSearch div.MainSidebar h4,body#Film div.MainSidebar h4,body#LocationSearch div.MainSidebar h4,body#DiningSearch div.MainSidebar h4,body#Search div.MainSidebar h4,body#ArticleArchives div.MainSidebar h4,body#IssueArchives div.MainSidebar h4,body#MemberSearch div.MainSidebar h4,body#BestOf div.MainSidebar h4,body#Section.BestOfToC div.MainSidebar h4,body.SearchPage div.MainSidebar h4 {
	color: #111;
}
#EventSearchNarrowHeader h4,#LocationSearchNarrowHeader h4,#DiningSearchNarrowHeader h4,#MemberSearchNarrowHeader h4,#BestOfNarrowHeader h4,#MovieTimesSearchNarrowHeader h4,#ArticleSearchNarrowHeader h4,#FilmSearchNarrowHeader h4,#MemberSearchSortBy h4 {
	margin-left: 5px;
}
#FilmSearchForm ul li {
	margin-left: 5px;
}
body#Location h2.listingsHeader,body#LocationEvents h2.listingsHeader,body#Film h2.listingsHeader {
  font-weight:700;
  text-transform: uppercase;
  color: #0C5DA9;
  font-size: 1.2em;
  border-bottom: 4px double #ccc;
  margin-bottom: 1em;
}
div#LocationDescription {
	margin-bottom: 10px;
	font-size: 13px;
}
div#LocationDescription p.locDesc {}
div#LocationDescription p.locData {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	margin: 5px 0;
	clear: both;
}
body#MovieTimes div.MainSidebar form {
	padding: 0 10px 10px;
}
div#gridMainSidebar div.MainSidebar form {
	padding: 5px;
}
div.MainSidebar form input.text {
	padding-left: 15px;
	width: 125px;
	background: #FFF url(/images/icons/magnify.gif) no-repeat 3px center;
}
div.MainSidebar form input.submitBtn {
	display: none;
}
div#LocationColumn1 {
	float: left;
	background: #FFF;
	padding: 10px;
	margin: 10px;
	width: 755px;
}
div#cse-search-results,div#cse-search-results iframe {
	width: 490px;
}
div#searchResults,div#Location,div#Event {
	float: left;
	text-align: left;
}
div#searchResults {
	width: 490px;
}
.listingsResultCount {text-align:center;margin:0.5em 0;color:#3359a6;}

body#LocationSearch div#searchResults,body#MemberSearch div#searchResults,div#EventsSearchResults-AlphaNavigation {
	margin-top: 10px;
}
div#searchResults p.noMatchesFound {
	padding: 10px;
}
body#CommentArchives div#CommentSearchResults div#searchResults {
	background: #EDEEEE;
}
body#CommentArchives div#CommentSearchResults a.memberThumb {
	float: left;
	margin-right: 5px;
	display: block;
}
body#CommentArchives div#CommentSearchResults h4 {
  font-weight:700;
}
body#CommentArchives div#CommentSearchResults div.ratingGraphic {
	margin-bottom: 10px;
}
body#CommentArchives div#CommentArchivesNarrowHeader form {
	padding: 0;
}
body#CommentArchives div#CommentArchivesNarrowHeader form p {
	clear: both;
	margin: 0;
	padding: 10px 0 0;
}
body#CommentArchives div#CommentArchivesNarrowHeader form select {
	width: 50px;
	font-size: .9em;
	padding: 0;
}
body#CommentArchives div#CommentArchivesNarrowHeader form select.dateDay,body#CommentArchives div#CommentArchivesNarrowHeader form select.dateMonth {
	margin-bottom: 5px;
}
body#CommentArchives div#CommentArchivesNarrowHeader form select.dateYear {
	width: 50%;
}
body#CommentArchives div#CommentArchivesNarrowHeader form input {
	clear: both;
	margin-top: 10px;
	background: #1F3577;
	border: 1px solid #000;
	clear: both;
	color: #FFF;
	cursor: pointer;
  font-weight:700;
	margin-top: 10px;
	padding: 1px 5px;
}
#CommentArchives div.MainSidebar ul.narrowOptions {
	border-left: 0;
}
#CommentArchives ul.narrowOptions li {
	font-size: 12px;
}
span.pastEventMessage,div.closedLocationMessage {
	display: block;
	border: 2px solid red;
	background: #F5D528;
	padding: 3px 5px;
	margin: 2px 0 10px;
	font-size: 18px;
  font-weight:700;
	color: #333;
}
h1.listingTitle,div.MainColumn h1.listingTitle {
	font-size: 18px;
  font-weight:700;
}
body.EventPromotional h1.listingTitle {
	font-family: Georgia,serif;
	font-size: 20px;
}
h2.listingsHeader,div.MainColumn h2.listingsHeader {
	color: #000;
	font-size: 18px;
  font-weight:700;
	padding: 3px 0 4px;
	margin: 0;
	text-align: left;
}
ul.locationEvents {
	margin-top: 5px;
	padding-left: 10px;
	border-left: 1px solid #EEE;
}
ul.locationEvents li.l0 {
	margin-bottom: 8px;
}
ul.locationEvents li.l0 h4 a {
  font-weight:700;
	text-decoration: none;
}
ul.locationEvents li.commentCount {
	font-size: 11px;
}
/* Landing/ToC Pages */
.LandingLayout {
	padding: 20px;
}
.LandingLayout #LandingFollowStories .stack .byline {
	white-space: nowrap;
}
.LandingLayout #fwMainColumn_item1 {
	float: left;
	width: 420px;
}
.LandingLayout #fwMainColumn_item2 {
	float: right;
	width: 140px;
}
.LandingLayout #fwMainColumn_item2 .column_item {
	margin-bottom: 25px;
}
#button_FindBars {
	width: 81px;
	background-image: url(/images/buttons/find_bars.gif);
	margin-left: 10px;
}
#button_FindBooksListings {
	width: 140px;
	background-image: url(/images/buttons/find_books_listings.gif);
}
#button_FindMusicEvents {
	width: 140px;
	background-image: url(/images/buttons/find_music_events.gif);
}
#button_FindMovieTimes {
	width: 123px;
	background-image: url(/images/buttons/find_movie_times.gif);
}
#button_FindVisArtListings {
	width: 167px;
	background-image: url(/images/buttons/find_visart_events.gif);
}
#button_FindPerfListings {
	width: 184px;
	background-image: url(/images/buttons/find_perf_listings.gif);
}
#button_FindPoliticalEvents {
	width: 215px;
	background-image: url(/images/buttons/find_political_events.gif);
}
#button_FindRestaurants {
	width: 130px;
	background-image: url(/images/buttons/find_restaurants.gif);
}
.storyDate {
	font-size: 10px;
	color: #78787a;
}
.columnList li {
	padding: 5px 0 0 !important;
	margin: 5px 0 0;
	color: #676767;
}
.columnList li.l0 + li.l0 {
	border-top: 1px solid #dedede;
}
.columnList li a {
	display: block;
  font-weight:700;
	text-decoration: none;
	line-height: 1.25em;
}
.columnList li p {
	margin: 0;
	font-size: 11px;
}
.columnList li ul {
	padding: 3px 0 0 !important;
	margin: 0 !important;
}
.columnList li ul li {
	padding: 0 !important;
	margin: 0 0 5px;
	border: none;
	font-size: 11px;
}
/* Review Scroller */
.reviewScroller {
	height: 500px;
	overflow: hidden;
	background: #404041;
	text-align: left;
	margin: 0 auto;
	color: #FFF;
}
.scrollerButtons {
	text-align: center;
	margin: 0 auto 15px;
	border-top: 1px solid #214f78;
	border-bottom: 3px solid #214f78;
	border-right: 2px solid #214f78;
	border-left: 2px solid #214f78;
}
.scrollerButtons a {
	display: block;
	text-align: center;
	background: url(/images/buttons/play_pause_bg.gif) top left repeat-x;
}
h2.scrollerHead {
	margin: 10px auto 0;
	text-align: left;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	padding: 0 3px 5px 0;
	text-transform: uppercase;
}
div.scrollerItem {
	font-size: .9em;
	margin: 8px 7px;
	padding: 0 0 5px;
	border-bottom: 2px dotted #F4D010;
}
div.scrollerItem p.revHeader {
	text-align: left;
	margin: 0 0 4px;
}
div.scrollerItem p.revHeader strong a {
	font-size: 1.2em;
	color: #B2DBF5;
	text-decoration: none;
}
div.scrollerItem span.revBy {
	color: #ccc;
	font-size: .8em;
}
div.scrollerItem p.revRead {
	text-align: right;
	margin: 5px 0;
}
div.scrollerItem p.revRead a {
	text-decoration: none;
	color: #B2DBF5;
}
div.scrollerItem p {
	font-size: .9em;
}
div.processOutput {
}
/* ------------------------------------------------------------------ */
.scrollableArrow_left {
	display: block;
	float: left;
	width: 10px;
	height: 32px;
	background: url(/images/buttons/scroll_arrow_left.png) no-repeat -1px center;
	text-align: left;
	text-indent: -6000px;
}
.scrollableArrow_right {
	display: block;
	float: right;
	width: 10px;
	height: 32px;
	background: url(/images/buttons/scroll_arrow_right.png) no-repeat left center;
	text-align: left;
	text-indent: -6000px;
}
/* ARTICLE & ISSUE ARCHIVES */
#ArticleArchives #ArchivesAuthorBio {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	background: #f2f2f2;
}
#ArticleArchives #ArchivesAuthorBio h3 {
	font-size: 140%;
  font-weight:700;
}
#ArchivesAuthorBio img {
	float: left;
	margin: 0 10px 10px 0;
}
#ArchivesAuthorBio .email,#ArchivesAuthorBio .facebook,#ArchivesAuthorBio .twitter {
	height: 18px;
	margin: .5em 0;
	padding-left: 27px;
	line-height: 18px;
	overflow: hidden;
}
#ArchivesAuthorBio .email {
	background: transparent url(/images/icons/email-18x18.png) left center no-repeat;
}
#ArchivesAuthorBio .facebook {
	background: transparent url(/images/icons/facebook-18x18.png) left center no-repeat;
}
#ArchivesAuthorBio .twitter {
	background: transparent url(/images/icons/twitter-18x18.png) left center no-repeat;
}
#ArchivesAuthorBio .bio {
	margin-top: 1em;
	line-height: 1.4em;
	overflow: hidden;
}
#ArticleArchives #resultsCount,#MemberSearch #resultsCount {
	text-align: left;
	margin: 5px 10px;
	color: #999;
	font-size: .9em;
	border-bottom: 1px solid #f3f3f3;
}
#ArticleArchives h4.headline {
	font-size: 1.2em;
}
#ArticleArchives li.tags {
	font-size: .8em;
	margin-top: 5px;
  font-weight:700;
}
#ArticleArchives li.tags a {
	font-weight: 400;
}
#ArticleArchives li.sectionDateInfo,#SpecialReports li.sectionDateInfo {
	font-size: .9em;
	color: #999;
	margin-bottom: 5px;
}
div.archiveListing h5.subhead {
font-size: 13px;
}
#ArticleArchives li.archiveImage,#IssueArchives li.archiveImage {
	float: left;
	margin: 0 10px 0 0;
}
body#IssueArchives #archiveIssueHeader h2,body#IssueArchives #searchResults h3 {
	padding: 2px 4px;
	text-transform: uppercase;
  font-weight:700;
	margin-bottom: 10px;
}
body#IssueArchives #archiveIssueHeader h2 {
	background: #D1D2D4;
}
body#IssueArchives #archiveIssueHeader img.archiveIssueCover {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
	width: 90px;
}
body#IssueArchives #ArchivesIssueNav ul {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}
body#IssueArchives #ArchivesIssueNav ul li {
	float: left;
	padding-right: 10px;
}
body#IssueArchives #ArchivesIssueNav ul li + li {
	float: right;
	padding-right: 0;
}
body#IssueArchives #searchResults h4.sectionHeader {
	text-transform: uppercase;
  font-weight:700;
	margin-top: 10px;
	background: #D1D2D4;
	padding: 2px 4px;
}
body#IssueArchives #searchResults ul#yearIssueArchives {
	margin: 10px auto;
}
body#IssueArchives #searchResults li.issueCover {
/* xxx - need a way to do these rows of covers without an explicit width */
	text-align: center;
	width: 90px;
	height: 150px;
	margin: 0 4px;
	float: left;
	font-size: .9em;
  font-weight:700;
}
body#IssueArchives #searchResults li.issueCover a {
	text-decoration: none;
}
body#IssueArchives #searchResults li.issueCover li.date a {
	font-size: 13px;
  letter-spacing:-0.1em;
}
body#IssueArchives #searchResults li.issueCover li.digitalIssue a {
  letter-spacing:-0.05em;
}
body#IssueArchives #searchResults li.issueCover img {
	border: 1px solid #000;
}
/* Hide tools and dateline. */
body#IssueArchives .archiveListing .tinyTools {
	display: none;
}
body#IssueArchives .archiveListing .sectionDateInfo {
	display: none;
}
ul.blogrollList {
	line-height: 1px;
}
ul.blogrollList li {
  font-weight:700;
	margin: 1px 0 2px;
	font-size: 11px;
}
ul.blogrollList li a {
	color: #393939;
	display: block;
	font-size: 1em;
	line-height: 1.3em;
	margin: 1px 0;
	padding: 0 3px 0 4px;
	text-decoration: none;
}
div#BlogHeader p {
	text-align: right;
}
div#BlogHeader h1 a {
	text-decoration: none;
	font-size: 1.2em;
}
h2.blogDate,
div.MainColumn h2.blogDate {
	clear: both;
	padding: 3px 5px;
	color: #000;
	background:transparent;
  font-weight:700;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
  border-bottom:1px dotted #999;
}
  #Blog h2.blogDate {text-align:left;}

h3.postTitle {
	font-size: 17px;
  font-weight:700;
  color:#0C5DA9;
	margin: 10px 0 0;
	padding-bottom: 0;
	text-align: left;
}
div.BlogMarketing h3.postTitle,div.BlogPostMarketing h3.postTitle {
/*  font-family: Georgia, serif;*/
}
h4.postedBy {
font-weight:700;
	font-size: 0.9em;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
}
.postedBy .author {text-transform:capitalize;font-style:italic;}
  div.blogPost .postedBy .author {text-transform:inherit;}
  .postedBy .author a {color:#000;}
.postedBy .postTimeDate {display:none;}
  
div.postCategory {
  display:inline-block;
  color:#fff;
	background:#0C5DA9;
	font-size: 10px;
	margin:0.5em 0 0;
	padding: 1px 4px;
	text-align: center;
	text-transform: uppercase;
}
div.postCategory a {
	color: #fff;
	text-decoration: none;
}

div.blogPost {
/*  border-bottom: 1px dotted #aaa;*/
	margin: 0;
	padding: 0;
}
#Blog div.blogPost {margin-bottom:30px;padding-bottom:10px;border-bottom:1px dotted #999;}

div.blogPost p.extended {
  font-weight:700;
	margin-top: 0;
}
  #Blog div.blogPost p.extended {
    text-align:right;
  }
  #Blog p.tags {text-align:right;margin:10px 0;}
div.blogPost h3 a {
	text-decoration: none;
}
div.indivArchive div.blogPost {
	border: none;
}
div.postBody {
	margin-top: 15px;
	color: #000;
	clear:left;
	line-height: 1.6em;
	text-align: left;
	font-size: 15px;
}
div.BlogMarketing div.postBody,div.BlogPostMarketing div.postBody {
	font-family: "Trebuchet MS", sans-serif;
}
.postBody a {
  font-weight:700;
	text-decoration: none;
}
.postBody em a {
	font-weight: 400;
}
.postBody img {
	display: block;
	margin: 5px auto;
	text-align: center;
}
.postBody .imageCredit {
	margin: auto 9px;
/* Kludge to align with 160px images. */
	letter-spacing: normal;
	line-height: 1em;
	font-size: 9px;
	text-align: right;
	text-transform: uppercase;
}
.postBody .imageCaption {
	margin: auto 9px;
/* Kludge to align with 160px images. */
	text-align: left;
}
.postBody a.pdflink {
	display: block;
	height: 52px;
	width: 50px;
	text-indent: -7000px;
	background: url(/foundation/images/icons/pdf-large.gif) top left no-repeat;
}
/* .postBody p {
    font-family: Georgia,serif;
    font-size: 1.1em;
  } */
.postLinks {
	font-size: .9em;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}
.postLinks a {
	text-decoration: none;
}
  #Blog .postLinks {text-align:right;}
  
.page_next a {
	float: right;
	display: block;
}
.page_prev a {
	float: left;
	display: block;
}
.keepReading {  font-weight:700;text-transform:uppercase;}
.keepReading a {
	color: #000;
  margin-bottom:30px;
}
h3.archiveHead,h2.archiveHead {
	font-size: 100%;
  font-weight:700;
	margin: 0;
	padding: 2px 5px;
	text-transform: uppercase;
	background: #D1D2D4;
}
h2.rsslink {
	float: right;
	margin-top: -15px;
}
table.archivetable {
	width: 480px;
	margin: 20px 0;
}
table.archivetable tr.alternate {
	background: #EEEEEF;
}
table.archivetable td {
	padding: 3px;
}
table.archivetable td.archlink {
	width: 50%;
}
table.archivetable td.archlink a {
	font-weight: 700;
	text-decoration: none;
}
table.archivetable td.archcount {
	width: 25%;
	text-align: right;
}
table.archivetable td.rsslink {
	width: 25%;
	text-align: right;
}
div#BlogTopicList {
	padding-bottom: 20px;
}
div#comments_banner {
	margin-bottom: 10px;
}
div.CommentPopup dl.formElements dt {
	min-height: 0;
	height: auto;
}
div.CommentPopup dl.formElements dd textarea {
	width: 370px;
}
div.CommentPopup p.commentFormSubmit {
	margin-right: 10px;
}
/* eTears */
body.eTearMain #tearWrapper {
	margin: 10px 18px;
}
body.eTearMain #tearWrapper a:link,body.eTearMain #tearWrapper a:visited {
	color: #0076A0;
	text-decoration: underline;
}
body.eTearMain #tearWrapper a:hover {
	color: #900;
}
body.eTearMain #tearWrapper h1,body.eTearMain #tearWrapper h2 {
	font-weight: 400;
	line-height: 1.4em;
}
body.eTearMain #tearWrapper h1 {
	margin-top: 6px;
	font-size: 200%;
}
body.eTearMain #tearWrapper h2 {
	margin: 18px 0;
  font-weight:700;
	font-size: 120%;
}
body.eTearMain #tearWrapper .alphaNavAds a.PageNavLink {
	font-family: "Trebuchet MS","Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
}
body.eTearMain #tearWrapper li.adCompanyName a {
	font-weight: 400;
}
body.eTearMain #tearWrapper li.adCompanyName a:hover {
	text-decoration: underline;
}
body.eTearMain #tearWrapper ul.tearList {
	list-style-type: none;
}
body.eTearMain #tearWrapper ul.tearList li {
	font-family: "Trebuchet MS","Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 12px;
}
body.eTearMain #tearWrapper ul.tearList li a:hover {
	text-decoration: underline;
}
body.eTearMain #tearWrapper .issueInfo {
	font-family: "Trebuchet MS","Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	background: #C5DEFA;
	padding: 2px 4px;
	border: 1px solid #FF6;
}
body.eTearMain #tearWrapper .alphaNavAds a.PageNavLink {
	font-weight: 400;
}
body.eTearMain #tearWrapper li.adCompanyName a {
	font-weight: 400;
}
body.eTearMain #tearWrapper li.adCompanyName a:hover {
	text-decoration: underline;
}
#body.eTearMain .tear_faq {
	text-align: right;
}
.commentText.staffComment {
	border-left: 2px solid #147887;
	border-left: 2px solid #147887;
}
/* RSS Feeds page */
body#Page.Syndication div.MainColumn div.storyHead {
	margin-bottom: 0;
}
body#Page.Syndication div#storyBody {
	font-size: .85em;
}
body#Page.Syndication div#storyBody h2 {
	font-size: 1.4em;
  font-weight:700;
}
body#Page.Syndication div#storyBody p,body#Page.Syndication div#storyBody ul li {
	font-family: Georgia,serif;
	font-size: 1.2em;
}
body#Page.Syndication div#storyBody a,body#Page.Syndication ul li a {
	text-decoration: none;
}
body#Page.Syndication div#storyBody a:hover,body#Page.Syndication ul li a:hover {
	text-decoration: underline;
}
body#Page.Syndication div#gridMainColumn div.Syndication {
	padding: 10px;
}
body#Page.Syndication div#RssSections {
	margin-bottom: 10px;
}
body#Page.Syndication div#RssSections h2,body#Page.Syndication div#RssBlogs h2,body#Page.Syndication div#RSSLinks h2 {
  font-weight:700;
}
body#Page.Syndication div#RssSections ul,body#Page.Syndication div#RssBlogs ul,body#Page.Syndication div#RSSLinks ul {
	margin: 0 0 0 10px;
}
body#Page.Syndication div#RssSections ul li,body#Page.Syndication div#RssBlogs ul li,body#Page.Syndication div#RSSLinks ul li {
	margin-top: 3px;
}
body#Page.Syndication div#RssSections ul li a,body#Page.Syndication div#RssBlogs ul li a,body#Page.Syndication div#RSSLinks ul li a {
	background: url(/images/rss-small.gif) no-repeat center left;
	padding-left: 17px;
	font-size: 1.1em;
}
#AltWeekliesDynamic h3 a {
	text-decoration: none;
}
#AltWeekliesDynamic-Results li.byline {
	margin: 0;
}
#AltWeekliesDynamic-Results li.storyItem {
	margin: 0 0 10px;
}
#AltWeekliesDynamic-Results li.byline a {
	font-size: .8em;
}
p.fullInfo {
	font-size: 1.1em;
	display: inline-block;
  font-weight:700;
	padding: 5px;
	background: #f3f3f3;
}
p.fullInfo a {
	text-decoration: none;
}
div#MobileDetect {
font-size:4em;
padding:20px 5px 10px;
background: #333;
color: #F8CB16;
text-align: center;
}
div#MobileDetect a {
color: #FEFEFE;
  font-weight:700;
}
body#Contact h1.formTitle {
	color: #1F3577;
	font-weight: 700;
	text-decoration: none;
}
body#Page h1.formTitle {
	display: none;
}
body#Page.SubmitListing div.MainColumn,body#Page.SubmitLetter div.MainColumn,body#Page.SubmitNewsTip div.MainColumn {
	padding: 0;
}
body#Page p.errorField label,body#Contact p.errorField label {
	color: #900;
  font-weight:700;
}
body#Page .addListingForm,body#Page .contactForm,body#Page .subscriptionForm,body#Contact .contactForm {
	margin: 10px auto;
}
body#Page .addListingForm label,body#Page .contactForm label,body#Page .subscriptionForm label,body#Contact .contactForm label {
	width: 110px;
	float: left;
	text-align: right;
	margin-right: 15px;
  font-weight:700;
}
body#Page.SubmitLetter .contactForm label,body#Page.SubmitListing .addListingForm label,body#Page.ReportProblem .addListingForm label,body#Page.ReportProblem .addListingForm div.captcha {
	float: none;
}
body#Page.SubmitLetter .contactForm input[type=text],body#Page.SubmitLetter .contactForm textarea,body#Page.SubmitListing .addListingForm input[type=text],body#Page.SubmitListing .addListingForm textarea,body#Page.ReportProblem .addListingForm input[type=text],body#Page.ReportProblem .addListingForm textarea {
	width: 100%;
}
body#Page .subscriptionForm ul.inputs {
	float: left;
	width: 300px;
}
body#Page .subscriptionForm ul.inputs li {
	margin-bottom: 1em;
}
body#Page .subscriptionForm ul.inputs li:last-child {
	margin-bottom: 0;
}
body#Page .subscriptionForm ul.inputs li .name {
  font-weight:700;
}
body#Page .subscriptionForm ul.inputs li .description:before {
	content: ' - ';
}
body#Page .addListingForm .error,body#Page .contactForm .error,body#Contact .contactForm .error {
	padding: 5px 10px;
	background: #900;
	color: #fff;
	display: block;
	text-align: center;
}
body#Page strong.req,body#Contact strong.req {
	color: #ee2e2f;
}
.addListingForm .submitFormRight {
	float: right;
	width: 450px;
}
.addListingForm .submitFormRight input {
	margin: 0 0 10px;
}
.contactForm div {
	margin: 1em 0;
}
/* Featured Slideshow component. */
.FeaturedSlideshow .SlideImage img {
	display: block;
}
/* ------------------------------------------------------------------------ */
/* SLIDESHOW */
/* ------------------------------------------------------------------------ */
/* Styles for pop-up controls. */
#SlideshowPopUp .closeBtn {
  font-weight:700;
	margin-left: 535px;
	margin-top: -18px;
	position: absolute;
}
#SlideshowPopUp .closeBtn a {
	display: block;
	color: #000;
	text-decoration: none;
	height: 30px;
}
#SlideshowPopUp .closeBtn a img {
	margin-bottom: -10px;
}
#SlideshowPopUp .slideImg,#SlideshowFullPage .slideImg {
	overflow: hidden;
	margin: auto;
}
#SlideshowPopUp .slideContainer,#SlideshowFullPage .slideContainer {
	background: #000;
}
#SlideshowFullPage .slideContainer {
	margin: 0 auto;
}
#SlideshowPopUp .slideImg .controls {
	position: relative;
	top: -100px;
	width: 300px;
	height: 57px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
#SlideshowPopUp .slideImg .controls a {
	background-attachment: scroll;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 100px;
	height: 57px;
	text-indent: -6000px;
	overflow: hidden;
}
#SlideshowPopUp .slideImg .controls .back {
	background-image: url(/images/buttons/slideshow/slideshow-back.png);
}
#SlideshowPopUp .slideImg .controls .playpause {
	background-image: url(/images/buttons/slideshow/slideshow-play_pause.png);
}
#SlideshowPopUp .slideImg .controls .play {
	background-image: url(/images/buttons/slideshow/slideshow-play.png);
}
#SlideshowPopUp .slideImg .controls .pause {
	background-image: url(/images/buttons/slideshow/slideshow-pause.png);
}
#SlideshowPopUp .slideImg .controls .next {
	background-image: url(/images/buttons/slideshow/slideshow-next.png);
}
/* Story page, inline and teaser */
div.inlineSlideshow {
	width: 420px;
	margin: 0 auto;
}
h5.slideshowHeader {
	font-size: 1.4em;
	text-transform: uppercase;
}
div.inlineSlideshow p,div#SlideshowTeaser p {
	margin: 0;
	color: #444;
}
.slideshowTitle {
	font-size: 1.1em;
  font-weight:700;
	color: #000;
}
.slideshowDesc {
}
.slideshowCount {
	font-size: .9em;
}
.slideshowByline {
	font-size: .9em;
	font-style: italic;
}
a.postComment {
	display: block;
	font-size: .9em;
	margin-top: 5px;
  font-weight:700;
}
div.slideshowThumbnails {
	margin-top: 5px;
}
div.slideshowThumbnails img {
	margin-right: -1px;
	display: inline;
}
div.slideshowThumbnails a {
	display: inline-block;
}
body#Content div#SlideshowTeaser.Sidebar,div#SlideshowTeaser.Sidebar {
	padding: 0;
	background: transparent;
	border: 0;
	font-size: .9em;
}
div#SlideshowTeaser div {
	margin-bottom: 10px;
}
/* Full page styles */
body#Slideshow div#gridMainColumn .MainColumn {
	margin-bottom: 20px;
}
body#Slideshow div#Comments.CommentsComponent,body#Slideshow div#BrowseComments.ContentComments {
	padding: 0 0 12px;
}
body#Slideshow div#Share {
	float: right;
	margin: 10px 0;
}
#Share a.toolTextLink {
	display: none;
}
body#Slideshow div.MainColumn h3 {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	font-size: 1.3em;
}
body#Slideshow div.MainColumn h3.headline {
	border: 0;
	font-size: 1.1em;
	margin-bottom: 0;
}
body#Slideshow div#Comments.MainColumn h3 {
	border: 0;
}
body#Slideshow div.MainColumn .byline {
	margin-top: 0;
}
div#SlideshowFullPage .slideImgWrapper {
	margin: 0 auto;
	clear: both;
}
div#SlideshowFullPage .credit,div#SlideshowPopUp .credit {
	text-align: right;
	text-transform: uppercase;
	color: #444;
	font-size: .9em;
	margin-bottom: 3px;
}
div#SlideshowFullPage .caption,div#SlideshowPopUp .caption {
	text-align: left;
	font-size: .9em;
	margin-bottom: 10px;
}
div#SlideshowFullPage .slideshowPrevNext {
	font-size: 1.3em;
  font-weight:700;
	text-align: center;
	margin: 10px auto;
	width: 300px;
	height: 57px;
	clear: both;
}
div#SlideshowFullPage .slideshowCount {
	text-align: center;
}
div#SlideshowFullPage a.imageLink {
	display: block;
	background: #000;
	margin-top: 15px;
}
div#RelatedSlideshows ul li {
	padding-bottom: 10px;
}
.inlineSlideshow>a.toggleSlideshow {
  display: block;
}
/* Related Slideshows - updated styles from search */
#RelatedSlideshows>ul {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#RelatedSlideshows .teaser-wrap {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: 204px;
  padding-bottom: 0 !important;
  text-align: center;
  background-color: #333
}

#RelatedSlideshows .teaser-wrap img {
  height: 100%;
}
div#RelatedSlideshows ul li div.storyTeaser {
	float: left;
	margin-right: 10px;
}
div.slideshowPrevNext a {
	float: left;
	text-indent: -3000px;
}
div.slideshowPrevNext a.slideshowBack {
	background: transparent url(/images/buttons/slideshow/slideshow-back.png) no-repeat 0 0;
	display: block;
	height: 57px;
	width: 100px;
}
div.slideshowPrevNext a.slideshowNext {
	background: transparent url(/images/buttons/slideshow/slideshow-next.png) no-repeat 0 0;
	display: block;
	height: 57px;
	width: 100px;
}
div.slideshowPrevNext a.SlideshowFullPageToggleSlideshow {
	background: transparent url(/images/buttons/slideshow/slideshow-play.png) no-repeat 0 0;
	display: block;
	height: 57px;
	width: 100px;
}
div.slideshowPrevNext a.playing {
	background: transparent url(/images/buttons/slideshow/slideshow-pause.png) no-repeat 0 0;
	display: block;
	height: 57px;
	width: 100px;
}
/* Pop-up Styles */
body.SlideshowPopUp div#gridHeader div {
	margin: 5px;
}
div#SlideshowMetaData .slideshowByline {
	margin-bottom: 10px;
}
div#SlideshowMetaData .caption {
	font-size: .9em;
}
div#SlideshowMetaData .credit {
	text-transform: uppercase;
	color: #444;
	font-size: .9em;
}
div#SlideshowPopUp .date {
	color: #444;
	font-size: .9em;
}
/* Inline Video Styles */
div.inlineVideo,div#VideoPlayer {
	text-align: center;
}
div.inlineVideo p,div#VideoPlayer p {
	font-size: .9em;
	color: #444;
	margin: 0;
}
div.inlineVideo p.videoTitle,div#VideoPlayer p.videoTitle {
	font-size: 1.1em;
  font-weight:700;
}
div.inlineVideo p.videoByline,div#VideoPlayer p.videoByline {
	font-style: italic;
}
div.inlineVideo embed,div#VideoPlayer embed {
	margin-bottom: 10px;
}
/* Slideshow Spotlight */
div#SlideshowSpotlightAll h3,div#SlideshowSpotlightSpecialPlacementHome h3,div#SlideshowSpotlightSectionorCategory h3 {
	margin-bottom: 10px;
}
div#VideoSpotlight h3,div#VideoSpotlightHome h3 {
	margin-bottom: 5px;
}
div#VideoSpotlight div h4,div#VideoSpotlightHome div h4 {
	margin: 0;
}
div#VideoSpotlight object,div#VideoSpotlightHome object {
	margin-left: -10px;
}
div#VideoSpotlight ul li,div#VideoSpotlightHome ul li,div#VideoSpotlight300 ul li {
	padding-bottom: 5px;
}
div#SlideshowSpotlightAll ul,div#SlideshowSpotlightSpecialPlacementHome ul,div#SlideshowSpotlightSectionorCategory ul {
	float: left;
	padding-left: 10px;
}
div#SlideshowSpotlightAll ul li,div#SlideshowSpotlightSpecialPlacementHome ul li,div#SlideshowSpotlightSectionorCategory ul li {
	width: 135px;
	float: left;
	text-align: center;
	padding: 0 0 10px;
	font-size: 10px;
	margin-right: 10px;
}
div#VideoSpotlight ul,div#VideoSpotlightHome ul,div#VideoSpotlight300 ul {
	padding: 0;
}
div#SlideshowSpotlightAll div.slideshow,div#SlideshowSpotlightSpecialPlacementHome div.slideshow,div#SlideshowSpotlightSectionorCategory div.slideshow {
	float: left;
	clear: both;
	width: 100%;
}
div#SlideshowSpotlightAll div.slideshow div.ssHeadline a,div#SlideshowSpotlightSpecialPlacementHome div.slideshow div.ssHeadline a,div#SlideshowSpotlightSectionorCategory div.slideshow div.ssHeadline a {
	display: block;
	font-size: 1.3em;
	margin-bottom: 5px;
	text-decoration: none;
  font-weight:700;
}
div#VideoSpotlight h4,div#VideoSpotlightHome h4,div#VideoSpotlight300 h4 {
	font-size: 1.1em;
}
div#VideoSpotlight h4 a,div#VideoSpotlightHome h4 a,div#VideoSpotlight300 h4 a {
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
/* Custom spotlight for EBX. */
div#VideoSpotlightHome {
  clear: both;
}
div#VideoSpotlightHome h3 {
  color: #000;
  font-size: 22px !important;
  margin:0 0 5px;
  font-weight:700;
  display: block;
  text-transform: uppercase;
}
div#VideoSpotlightHome iframe {
	margin:0 auto 5px;
}
div#VideoSpotlightHome h4 {
	font-size:15px;
	  font-weight: 400;
}
div#VideoSpotlightHome h4 a {
	margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  line-height: 1.1;
  font-weight:700;
}
div#VideoSpotlightHome div>h4 {
  font-weight:700;
	margin:0 0 5px;
	border-bottom:1px solid;
}
div#VideoSpotlightHome a {
	display: block;
	line-height: 12px;
	text-decoration: none;
}
div#VideoSpotlightHome ul {
	padding: 0 5px;
}
div#VideoSpotlightHome ul li {
	font-size:12px;
	margin: 5px 0;
	padding: 0;
  font-weight:700;
}
div#VideoSpotlightHome ul li a{color:#333;}
div#VideoSpotlightHome ul li.more {
	text-align: right;
}
div#VideoSpotlightHome ul li.more a {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0 0;
  padding: 5px 0 0;
  font-weight:700;
  font-size: 11px;
  border-top: 1px dotted #ccc;
}
div#VideoSpotlightHome ul li.more a:after{
  content:" >>";
}
/* Video Archives */
body#VideoArchives div#VideoArchiveHeader h1,body#ImageArchives div#ImageArchiveHeader h1,body#CommentArchives div#CommentSearchResults h1 {
	background-color: #D1D2D4;
	clear: both;
	color: #000;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	padding: 3px 10px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -.01em;
  font-weight:700;
}
body#VideoArchives #SearchResults h1,body#ImageArchives #ImageSearchResults h1 {
	background-color: #D1D2D4;
	clear: both;
	color: #000;
	font-size: 14px;
	line-height: 1em;
	margin: 0 0 10px;
	padding: 3px 10px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -.01em;
  font-weight:700;
}
body#VideoArchives #SearchResults div#searchResults div,body#VideoArchives div#RelatedVideos div,body#ImageArchives #ImageSearchResults div#searchResults div,body#ImageArchives div#RelatedImages div {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
body#VideoArchives #SearchResults div#searchResults div ul,body#VideoArchives div#RelatedVideos div ul,body#ImageArchives #ImageSearchResults div#searchResults div ul,body#ImageArchives div#RelatedImages div ul {
	float: left;
	width: 25%;
}
body#VideoArchives #SearchResults div#searchResults div ul li,body#VideoArchives div#RelatedVideos div ul li,body#ImageArchives #ImageSearchResults div#searchResults div ul li,body#ImageArchives div#RelatedImages div ul li {
	padding: 0 10px 3px;
	color: #666;
	font-size: .9em;
}
body#VideoArchives #SearchResults div#searchResults div ul li a,body#VideoArchives div#RelatedVideos div ul li a,body#ImageArchives #ImageSearchResults div#searchResults div ul li a,body#ImageArchives div#RelatedImages div ul li a {
	font-size: 1em;
	text-decoration: none;
  font-weight:700;
}
div#VideoRelatedStories h3,div#VideoRelatedEvents h3,div#VideoRelatedLocations h3,div#VideoRelatedFilms h3,div#RelatedVideos h3,div#RelatedImages h3 {
	border-bottom: 1px solid #999;
	font-size: 1.3em;
	margin-bottom: 5px;
}
body#VideoArchives div.MainColumn h3.headline,body#ImageArchives div.MainColumn h3.headline {
	font-size: 1em;
	border-bottom: 0;
	margin-bottom: 0;
}
body#VideoArchives div.MainColumn,body#ImageArchives div.MainColumn {
	margin-bottom: 10px;
}
div#VideoArchivesNarrowHeader ul li ul,div#ImageArchivesNarrowHeader ul li ul,div#CommentArchivesNarrowHeader ul li ul {
	font-size: 11px;
}
body#VideoArchives div.MainSidebar ul,body#ImageArchives div.MainSidebar ul,body#CommentArchives div.MainSidebar ul {
	padding: 10px;
}
body#VideoArchives div#FeaturedVideo,body#ImageArchives div#FeaturedImage {
	background-color: #EDEDEF;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 470px;
}
body#VideoArchives div#FeaturedVideo div,body#ImageArchives div#FeaturedImage div {
	float: left;
	margin-right: 10px;
}
body#VideoArchives div#FeaturedVideo h1,body#ImageArchives div#FeaturedImage h1 {
	font-size: 21px;
  font-weight:700;
}
div#ImageArchivesNarrowHeader.MainSidebar ul li form,div#ImageArchivesNarrowHeader.MainSidebar ul li form select {
	padding: 0;
}
div#FeaturedImage a.slideshowLink {
  font-weight:700;
	text-decoration: none;
}
/* ------------------------------------------------------------------------ */
/* SURVEY */
/* ------------------------------------------------------------------------ */
/* xxx - Integrate with other flyouts. */
body#Survey .flyout_content {
	background: #C7DBFF none repeat scroll 0;
	border: 2px solid #00407A;
	padding: 10px;
}
body#Survey .flyout_content label {
	display: block;
}
div#SubmitSurvey {
	border: 3px solid #000;
	overflow: hidden;
}
div#SubmitSurvey .error {
	color: red;
}
/* xxx - Remove blank space below login container. */
div#SubmitSurvey #createProfile,div#SubmitSurvey #loginForm {
	margin-bottom: 0;
}
div#SubmitSurvey .SurveyHeader {
	padding: 10px;
	text-align: center;
	background-color: #34478A;
	color: #CCC;
}
div#SubmitSurvey .SurveyHeader h1.header {
	border-bottom: 1px solid #FFF;
	padding: 0 0 5px;
	font-size: 22px;
  font-weight:700;
}
div#SubmitSurvey .SurveyHeader .expiration {
	margin: 3px 0;
	color: #FFF;
  font-weight:700;
}
div#SubmitSurvey .SurveyHeader .progress {
	margin: 3px 0;
	color: #FFF;
}
div#SubmitSurvey .SurveyHeader .messages {
	text-align: left;
}
div#SubmitSurvey .description {
	padding: 0 5px;
	font-size: 16px;
}
div#SurveyHeader h1 {
  font-weight: 700;
}
div#SurveyQuestions {
  margin: 1em 0;
}
div.SpanningFeature.SubmitSurvey .magnumContainer{margin-top:0}
.Survey {
	overflow: hidden;
	padding: 5px;
	clear: both;
}
.Survey .SurveySectionHeader {
	overflow: hidden;
 border-bottom: 1px dotted #ccc;
	color: #34478A;
}
.Survey .SurveySectionHeader:after{
  border-bottom: 1px dotted #CCC;
  display: block;
  content: '.';
  text-indent: -9999em;
  clear:both;
  height: 0;
}
.Survey .SurveySectionHeader .header {
	float: left;
	font-size: 25px;
  font-weight:700;
    max-width: 78%;
}
#Survey .expiration{
  margin: 0 0 1em;
  font-size: 15px;
  font-weight: 700;
}
.Survey .SurveySectionHeader .progress {
	float: right;
	font-size: 14px;
	  margin-top: 10px!important;
  font-weight:700;
}
.Survey .SurveyQuestion {
  overflow: hidden;
  padding: 10px;
  clear: both;
  margin: 10px 0;
  background-color: #f1f1f1;
  border-radius: 4px;
}
.Survey .SurveyQuestion h3.question {
	margin-bottom: 5px;
	padding: 0 5px;
	font-size: 19px;
  font-weight:700;
}
.Survey .SurveyQuestion .answer .options a {
  font-weight: 700;
}
.Survey .SurveySubmit input[type='submit'],.SurveyExit input[type='submit']{
  background: #1F3577;
  padding: 3px 5px;
  font-weight: 700;
  color: #FFF;
  vertical-align: middle;
  font-size:16px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #000;
  margin: 0 2px;
  opacity:.95;
  border-radius: 2px;
}
div#SurveyDescription {
  margin: 1em 0;
}

div#SurveyForm p {
  font-size: 12px;
  margin:.2em 0;
}
div#SurveyDescription p {
  margin: 1em 0 0;
}
.Survey .SurveySubmit input[type='submit']:hover,.SurveyExit input[type='submit']:hover{opacity:1}
.Survey .SurveyQuestion .answer {
	padding: 0 5px;
}
.Survey .SurveyQuestion .answer .flyout_link {
}
.Survey .SurveyQuestion .answer .options {
	clear: both;
	margin-bottom: 3px;
}
.Survey .SurveyQuestion .SurveyQuestionChoice {
	margin: 5px auto;
}
.Survey .SurveyQuestion .answer input,.Survey .SurveyQuestion .answer textarea {
	width: 100%;
	border: 1px solid #ddd;
}
div#SurveyForm label {
  font-weight: 700;
  margin: 3px 0;
  display: inline-block;
}
div#SurveyForm textarea{resize:vertical;height:66px}
.Survey .SurveyQuestion .answer .checkbox input,.Survey .SurveyQuestion .answer .radio input {
	width: auto;
}
.Survey .SurveyQuestion .answer label {
	display: block;
}
.Survey .SurveyQuestion .answer .checkbox label,.Survey .SurveyQuestion .answer .radio label {
	display: inline;
	font-size: inherit;
}
.Survey .SurveyQuestion .answer .SurveyQuestionComment {
	clear: both;
}
.Survey .SurveySubmit {
	clear: both;
	text-align: center;
}
.Survey .SurveySubmit .SurveyPrev {
	float: left;
}
.Survey .SurveySubmit .SurveyNext {
	float: right;
}
#VisitorsGuideCityList ul li {
	font-size: 1.2em;
	padding: 5px;
}
/* Newsletter management. */
div#NewsletterSubscriptions {
	margin: 10px;
}
#NewsletterSubscriptions #NewsletterSubscriptionsForm {
	padding: 1em;
}
#NewsletterSubscriptions ul {
	margin: 0 1em;
}
#NewsletterSubscriptions ul li {
	margin: .5em 0;
}
#NewsletterSubscriptions fieldset {
	border: 1px solid silver;
	padding: 5px;
}
#NewsletterSubscriptions fieldset legend {
  font-weight:700;
}
/* Free Stuff */
body#FreeStuff h2 {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 26px;
}
body#FreeStuff h2,body#FreeStuff h3 {
	margin-bottom: 10px;
}
body#FreeStuff h3 {
  font-weight:700;
	font-size: 1.3em;
}
body#FreeStuff h4 {
	font-size: 1.15em;
}
body#FreeStuff h4.headline a {
	font-size: 1.3em;
  font-weight:700;
}
body#FreeStuff div.PromoTeaser {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
body#FreeStuff div.descr_txt ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 3px;
}
body#FreeStuff div.freeStuffMessage {
	background: #F5F5F5;
	margin-bottom: 10px;
	padding: 1px 10px;
}
body#FreeStuff hr {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	background: transparent;
	margin: 20px 0;
}
body#FreeStuff div#FreeStuffBreadcrumbs {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
body#FreeStuff div#FreeStuffBreadcrumbs a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}
body#FreeStuff div#FreeStuffItem h1.listingTitle {
	font-size: 2.2em;
	padding: 0 0 3px;
}
#FreeStuff div.storyItem {
	border-bottom: 2px solid #C8C8C8;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#FreeStuff form {
	margin-top: 10px;
}
div#ArticleToolsHorizontal {
	margin: 10px 0;
}
div#ArticleToolsHorizontal .horizontalTools {
	position: relative;
}
div#ArticleToolsHorizontal .horizontalTools a.emailAction,div#ArticleToolsHorizontal .horizontalTools a.printAction,div#ArticleToolsHorizontal .horizontalTools a.shareAction,div#ArticleToolsHorizontal .horizontalTools a.saveAction,div#ArticleToolsHorizontal .horizontalTools a.listAction {
	background-position: left center;
}
div#ArticleToolsHorizontal .horizontalTools .togglePanel {
	background-color: #e3e2d5;
	border: 1px solid #d6d7d9;
	padding: 1px;
	position: absolute;
/* Float over other text; escape from flow. */
	z-index: 1;
/* Increase as needed. */
}
div#ArticleToolsHorizontal .horizontalTools .togglePanel .l1 {
	border: 1px solid #FFF;
	margin-top: -1px;
}
div#ArticleToolsHorizontal .horizontalTools .togglePanel .l1:first-child {
	margin-top: 0;
	padding: 1px;
}
#ToolBarHorizontal{
	clear: both;
	height: 20px;
	margin: 20px 0 10px;
}
div#ToolBarEvents,div#ToolBarLocations {
	clear: both;
	height: 20px;
	margin: 0 0 15px;
}
div#ToolBarHorizontal a.printAction,div#ToolBarEvents  a.printAction,div#ToolBarLocations a.printAction{
  background: url(/images/icons/article_tools/print.gif) 2px 2px no-repeat #eee;
  padding: 3px 10px 0 26px;
  display: block;
  border-radius:2px;
  border: 1px solid #ccc;
  font-size: 11px;
  height: 15px;
  color: #000;
  font-weight: 400;
}
div#ToolBarEvents a.icalAction{
  background: url(/images/icons/ical_icon.png) 2px 1px no-repeat #eee;
  padding: 3px 3px 0 22px;
  display: inline-block;
  border-radius:2px;
  border: 1px solid #ccc;
  font-size: 11px;
  height: 15px;
  color: #000;
  font-weight: 400;
}
div#ToolBarEvents a.reminderAction {
background: url(/images/icons/article_tools/remind.gif) 2px 1px no-repeat #eee;
padding: 3px 3px 0 22px;
 display: inline-block;
 border-radius:2px;
 border: 1px solid #ccc;
 font-size: 11px;
 height: 15px;
 color: #000;
 font-weight: 400;
}
div#ToolBarLocations .l0.first {
width: 18%!important;
}
div#ToolBarLocations a.saveAction {
background: url(/images/icons/fav_icon.png) 2px 1px no-repeat #eee;
padding: 3px 3px 0 22px;
 display: inline-block;
 border-radius:2px;
 border: 1px solid #ccc;
 font-size: 11px;
 height: 15px;
 color: #000;
 font-weight: 400;
}
#ToolBarHorizontal>div,div#ToolBarEvents>div {
	float: left;
	width: 100%;
}
#ToolBarHorizontal>div>div{
	float: left;
	padding: 0 10px;
}
div#ToolBarEvents>div>div{
	float: left;
	padding: 0;
}
#ToolBarHorizontal>div>div:first-child,#ToolBarHorizontal>div>div.first,div#ToolBarEvents>div>div.first {
	padding-left: 0;
}
#ToolBarHorizontal>div>div:last-child,#ToolBarHorizontal>div>div.last,div#ToolBarEvents >div>div.last{
	padding-right: 0;
}
div#ToolBarEvents div.last{text-align:right}
#ToolBarHorizontal>div>div .InstapaperReadLater {
	margin-top: 1px;
}
#ToolBarHorizontal ul li {
	float: left;
	text-align: center;
}
#ToolBarHorizontal ul li.first {
	text-align: left;
}
#ToolBarHorizontal ul li.last {
	text-align: right;
}
#ToolBarHorizontal ul li.last div.addthis_toolbox {
	width: 60px;
	float: right;
}
#ToolBarHorizontal a.toolIconLink {
	float: left;
	margin-top: 2px;
	position: relative;
}
#ToolBarHorizontal a.toolTextLink {
	background: #eee;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	font-size: 11px;
	font-weight: 400;
	height: 18px;
	line-height: 18px;
	margin-left: -18px;
	padding-left: 20px;
	padding-right: 5px;
	text-decoration: none;
}
#ToolBarHorizontal a.emailAction,div#ToolBarEvents a.emailAction,div#ToolBarLocations a.emailAction{
	background: #eee url(/images/icons/tool-email.gif) left center no-repeat;
	border: 1px solid #ccc;
	color: #000;
	display: block;
	font-size: 11px;
	font-weight:400;
	height: 18px;
	line-height: 18px;
	border-radius:2px;
	padding-left: 25px;
	text-decoration: none;
	width: 35px;
}
div.tools ul li a.toolIconLink {
	float: left;
	padding: 5px;
}
div#ArticleToolsTools ul li,div.tools ul li,div.tinyTools ul li {
	clear: both;
}
ul.horizontalShareTools {
	clear: both;
	overflow: hidden;
}
ul.horizontalShareTools li {
	float: left;
	padding-right: 15px;
}
/* Tall Share Bar */
#TallBar {
  clear:both;
  margin:10px 0;
  padding:3px 0;
  background: #e8e8e8;
  background: -webkit-linear-gradient(top,  #e8e8e8 0%,#ffffff 6%,#ffffff 76%,#e8e8e8 100%);
  background: linear-gradient(to bottom,  #e8e8e8 0%,#ffffff 6%,#ffffff 76%,#e8e8e8 100%);
  box-shadow: inset 0px 0px 6px 2px #e8e8e8;
  border-radius: 4px;
  }
#TallBar ul {width:100%;margin:0.5em 0;padding:0;}
#TallBar li {display:inline-block;vertical-align:middle;padding:0;background:transparent;text-align:center;}
/* LocalOn Pages */
body#Page.BusinessDirectory div#gridMain,
body#Page.LocalOnAdlets div#gridMain,
body#Page.EBXWebsites div#gridMain,
body#Page.Support div#gridMain {
  position: static;
}
body#Page.BusinessDirectory div#gridMainColumn,
body#Page.LocalOnAdlets div#gridMainColumn,
body#Page.EBXWebsites div#gridMainColumn,
body#Page.Support div#gridMainColumn {
  padding: 0;
  margin: 0;
  width: 980px;
}
body#Page.BusinessDirectory div.MainColumn,
body#Page.LocalOnAdlets div.MainColumn,
body#Page.EBXWebsites div.MainColumn,
body#Page.Support div.MainColumn {
  padding: 0;
}
#LocalOnBusinessDirectory {
	position: relative;
/* Anchor included header bar to top of component. */
}
/* star rating */
.singleStar {
	background: url(/foundation/images/icons/star_trans.png) no-repeat scroll left top transparent;
	position: absolute;
	height: 22px;
	width: 23px;
	top: 0;
}
.ratingContainer {
	position: relative;
	background-color: #FFF;
	float: left;
	border: 1px solid #ffcc1c;
	-moz-box-shadow: 0 0 2px #CCC;
	-webkit-box-shadow: 0 0 2px #CCC;
	box-shadow: 0 0 2px #CCC;
}
.ratingDetails {
	color: #666;
	font-size: 10px;
	text-align: center;
	text-transform: none;
}
.starsContainer {
	width: 115px;
	height: 22px;
	position: relative;
	overflow: hidden;
	background-color: #CCC;
}
.starsContainer .goldStarContainer {
	width: 115px;
	height: 22px;
	position: absolute;
	background-color: #FFCC1C;
	top: 0;
}
.commentFormRating .starsContainer:hover .goldStarContainer {
	background-color: #ff9231;
}
.blankStarContainer {
	width: 115px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}
.blankStarContainerSub {
	position: relative;
	width: 115px;
	height: 22px;
}
.starClickable {
	position: absolute;
	top: 0;
	width: 23px;
	height: 22px;
	cursor: pointer;
}
.starsContainer.med .singleStar {
	background: url(/foundation/images/icons/star_trans_med.png) no-repeat scroll left top transparent;
	height: 17px;
	width: 18px;
}
.starsContainer.tiny .singleStar {
	background: url(/foundation/images/icons/star_trans_tiny.png) no-repeat scroll left top transparent;
	height: 10px;
	width: 11px;
}
.starsContainer.med,.starsContainer.med .goldStarContainer,.starsContainer.med .blankStarContainer,.starsContainer.med .blankStarContainerSub {
	width: 90px;
	height: 17px;
}
.starsContainer.tiny,.starsContainer.tiny .goldStarContainer,.starsContainer.tiny .blankStarContainer,.starsContainer.tiny .blankStarContainerSub {
	width: 55px;
	height: 10px;
}
.locationRating .rating .starsContainer.tiny {
	float: left;
	margin-top: 3px;
	margin-right: 4px;
}
/* Vertical Toolbar */
#ToolBarVertical {
  display:none;
/*  clear: left;
  float: left;
  margin: 5px 12px 0 0;*/
}
#ToolBarVertical .MicroComponent {
	margin: 10px 0;
}
/* non-mobile menu styling */
div#Menu {
  padding: 10px;
}
div#MenuTeaser {
  margin: 1em auto 1.5em;
}
div#MenuTeaser::after{
  content: "";
  display: block;
  clear: both;
  height: 0;
}
div#MenuTeaser ul {
  margin:0 1.25em 10px;
  padding-top: 1em;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  border: 1px solid #7d7d7d;
  box-shadow: 5px 5px 4px 0px rgba(125, 125, 125, .9);
  border-radius: 2px;
}
div#Menu ul li {
  clear: both;
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
div#MenuTeaser ul li {
  clear: both;
  margin: 0 auto 1em;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  width: 40%;
  flex-grow: 0;
}
div#MenuTeaser ul li:last-child:nth-child(odd) {
    flex-grow: 2;
    padding: 0 2px 10px;
    margin: 0 2em 1em;
}
div#Menu h2 {
  background: #b80a0a url(/images/backgrounds/headerbg.gif) repeat-x;
  padding: 4px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
div#Menu li h3, div#MenuTeaser li h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.2em;
}
div#Menu li p {
  float: left;
  margin: 0;
  width: 60%;
}
div#Menu li span.ui-li-aside {
  display: block;
  float: right;
  width: 39%;
  text-align: right;
}
div#MenuTeaser li p {
  float: left;
  margin: 0;
  font-size: 1.1em;
}
div#MenuTeaser li span.ui-li-aside {
  display: block;
  float: right;
  width: auto;
  text-align: right;
  font-size: 1.1em;
  font-weight: bold;
}
div#MenuTeaser .moreLink {
  display: block;
  font-weight: bold;
  text-align: right;
  margin-top: 6px;
  font-size: 1.1em;
}
div#MenuTeaser .providedBy {
  display: block;
  float: left;
  font-size: 1em;
  text-decoration: none;
  margin-top: 6px;
}
#MenuTeaser h2.listingsHeader:before {
  content: "";
  background: url(/images/icons/features-icon_menu.png) left center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
#MenuTeaser .moreLink:before {
  content: "";
  position: relative;
  top: 2px;
  background: url(/images/icons/features-icon_menu.png) left center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px;
  margin-right: 3px;
}
/* Style captcha container for surveys. */
div#SurveyForm .captchaContainer {
	padding: 0 20px;
}
div#SurveyForm .captchaContainer label {
	display: none;
}
div#SurveyForm .captchaContainer #SurveyFormCaptcha {
	width: 190px;
}
div#SurveyForm .captchaContainer p {
	padding: 10px 0;
}
#HeaderforcategoryorSection h1 a{
  display:block;
	font-size:1.44444em;
	text-transform:uppercase;
	line-height:1;
  font-weight:700;
	margin:0 0 5px;
	border-bottom: 4px double #ccc;
}
div#eLertInfoBar h2 {
display: block;  
font-weight:700;
font-size: 1.7em;
text-transform: uppercase;
line-height: 1;
margin: 0 0 10px;
color: #3359A6;
border-bottom: 4px double #ccc;
}
#OpeningThisWeek {border:1px dotted #ccc;background:#eee;padding:3px 6px 6px;margin-bottom:15px;}
#OpeningThisWeek h2 {  font-weight:700;font-size:1.2em;text-transform:uppercase;border-bottom:1px dotted #ccc;padding-bottom:0.15em;margin-bottom:0.5em;}
#OpeningThisWeek li {display:inline-block;float:left;width:95px;height:200px;text-align:center;margin-bottom:10px;}
#OpeningThisWeek li * {width:65px;margin:0 auto;}
#OpeningThisWeek .titleLocationSelect {clear:both;padding-top:1em;}
#OpeningThisWeek .titleLocationSelect form select {width:100%;}
div#OpeningThisWeek h3 a {
font-weight: 700;
font-size: 13px;
}
#EventPicks {border:1px dotted #ccc;background:#eee;padding:3px 6px 6px;margin-bottom:15px;}
#EventPicks h2 {  font-weight:700;font-size:1.2em;text-transform:uppercase;border-bottom:1px dotted #ccc;padding-bottom:0.15em;margin-bottom:0.5em;}
#EventPicks h3 {  font-weight:700;font-size:1em!important;border-bottom:1px dotted #ccc;}
#EventPicks li {border-bottom:1px dotted #ccc;padding-top:3px;}
#EventPicks li a {color:#000;}
#EventPicks p.more {text-align:right;  font-weight:700;text-transform:uppercase;margin-bottom:1em;}
  #EventPicks p.more a {color:#000;}
  
div.dnCalendar {
  background:#fff!important;
}
table.dnCalendarNavigation {background-color:#0c5da9!important;}
div.cal-wrap th {background-color:#ccc!important;text-align:center;}
td.dnCalendarDate {color:#000!important;}
td.dnCalendarDateSelected {color:#fff!important;background-color:#0c5da9!important;}
td.dnCalendarDateSelected a {color:#fff!important;}


#RecentPostsEditorial {clear:both;margin-bottom:2em;}
#RecentPostsEditorial a {text-decoration:none;color:#000;}
#RecentPostsEditorial h2 {  font-weight:700;text-transform: uppercase;font-size: 1.4em;margin-bottom: 1em;}

#RecentPostsEditorial .blogCategoryHeader {border:1px dotted #ccc;border-width:1px 0;background:#eee;text-align:center;text-transform:uppercase;}
  #RecentPostsEditorial .blogCategoryHeader span {display:block;font-size:0.85em;font-weight:700;}
  #RecentPostsEditorial .blogCategoryHeader span:first-child {color:#369;font-size:1.4em;  font-weight:700;}

#RecentPostsEditorial .storyCapsule {clear:both;margin:1em 0;}
#RecentPostsEditorial .storyCapsule .archiveImage {float:left;margin:0 10px 10px 0;}
#RecentPostsEditorial .storyCapsule .archiveImage img {border:0;}
#RecentPostsEditorial .storyCapsule .storyTeaser {float:none;}
#RecentPostsEditorial .storyCapsule .storyTeaser h4 {font-size:14px;  font-weight:700;}
#RecentPostsEditorial .storyCapsule .storyTeaser .byline {font-style:italic;margin-top:0;}
#RecentPostsEditorial .storyCapsule .storyTeaser .subhead,
#RecentPostsEditorial .storyCapsule .storyTeaser .releaseDate {display:none;}
#RecentPostsEditorial li p.more {text-transform:uppercase;border-top:2px dotted #CCC;padding-top:1em;  font-weight:700;}
#RecentPostsEditorial li p.more a {color:#000;}

#RecentPostsMarketing {clear:both;margin-bottom:2em;}
#RecentPostsMarketing a {text-decoration:none;}
#RecentPostsMarketing h2 {display:none;/*  font-weight:700;text-transform: uppercase;font-size: 1.4em;margin-bottom: 1em;*/}

#RecentPostsMarketing .blogCategoryHeader {border:1px dotted #ccc;border-width:1px 0;background:#eee;text-align:center;text-transform:uppercase;}
  #RecentPostsMarketing .blogCategoryHeader span {display:block;font-size:0.85em;font-weight:700;color:#000;}
  #RecentPostsMarketing .blogCategoryHeader span:first-child {color:#369;font-size:1.4em;  font-weight:700;}

#RecentPostsMarketing .storyCapsule {clear:both;margin:1em 0;}
#RecentPostsMarketing .storyCapsule .archiveImage {float:left;margin:0 10px 10px 0;}
  #RecentPostsMarketing .storyCapsule .archiveImage img {border:0;}
#RecentPostsMarketing .storyCapsule .storyTeaser {float:none;}
  #RecentPostsMarketing .storyCapsule .storyTeaser h4 {font-size:14px;  font-weight:700;}
  #RecentPostsMarketing .storyCapsule .storyTeaser .byline {font-style:italic;margin-top:0;}
  #RecentPostsMarketing .storyCapsule .storyTeaser .subhead,
  #RecentPostsMarketing .storyCapsule .storyTeaser .releaseDate {display:none;}
    #RecentPostsMarketing li p.more {text-transform:uppercase;border-top:2px dotted #CCC;padding-top:1em;  font-weight:700;}
      #RecentPostsMarketing li p.more a {color:#000;}
/* DESKTOP AND MOBILE */
.pullQuote {
    float: none;
    clear: both;
    margin: 10px 20px 10px;
    padding: 20px;
    font-size: 1.8em;
    font-family: Georgia, serif;
    text-align: center;
    font-weight: 700;
    line-height: 1.1em;
}
div.pullQuote a {
    color: #010101;
    text-decoration: none;
}
.pullQuote .pullQuoteTwitter {
    display: block;
    margin: 10px auto 0;
    line-height: 1;
    color: #999;
    font-size: 12px;
    padding: 1px 20px 1px 0;
    background: url(/foundation/images/icons/twitterSquare.png) 99% center no-repeat;
    background-size: contain;
    font-weight: 400;
    width: 72px;
}
/* SEARCH */

/* LOCAL RESET */

.SearchController * {
  box-sizing: border-box;
}

/* GENERAL
-------------------------------- */
.SearchController .clear-global {
    text-decoration: none;
    color: #111;
    line-height: 16px;
}

/* COMPONENT STYLES
-------------------------------- */

/* control bar */

.SearchController .query-controls {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  margin: 1rem 0;
  background: #fff;
  font-weight: 400;
  border: 1px solid rgba(34, 36, 38, .15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
  border-radius: .28571429rem;
  min-height: 2.85714286em;
}

.SearchController .query-controls .filter-link,
.SearchController .query-controls .keyword-search {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: 0 0;
  padding: .92857143em 1.14285714em;
  text-transform: none;
  color: rgba(0, 0, 0, .87);
  font-weight: 400;
  -webkit-transition: background .1s ease, box-shadow .1s ease, color .1s ease;
  transition: background .1s ease, box-shadow .1s ease, color .1s ease;
}

.SearchController .query-controls .filter-link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.SearchController .query-controls .filter-link:hover,
.SearchController .query-controls .keyword-search:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, .03);
  color: rgba(0, 0, 0, .95);
}

#EventPicksRotatorBoxScrollerContainer .listing .eventPickTools {
  float: right;
  width: 220px;
  margin: 0 10px 6px 6px;
}

.SearchController .query-controls > div:before,
.SearchController .query-controls .keyword-search {
  border-right: 1px solid #eee;
}

.SearchController .query-controls .keyword-search:before {
  right: auto;
  left: 0;
}

.SearchController .query-controls .bar-link a {
  border-left: 1px solid #eee;
}

.SearchController .query-controls .bar-link a.active {
    background-color: #e8e8e8;
    font-weight: 700;
    box-shadow: inset 2px 0px 4px 0px #ccc;
    border-radius: 0 .28rem .28rem 0;
}

.SearchController .query-controls .filter-all,
.SearchController .query-controls .spacer,
.SearchController .query-controls .sort-all {
  border-left: 1px solid #eee;
}

/* override to create gap in bar buttons */
.SearchController .query-controls .spacer {
  display: none;
}

.SearchController .query-controls .keyword-wrap input {
  margin: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.2142em;
  padding: .67861429em 2.25em .67861429em 1em;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, .15);
  color: rgba(0, 0, 0, .87);
  border-radius: .28571429rem;
  -webkit-transition: box-shadow .1s ease, border-color .1s ease;
  transition: box-shadow .1s ease, border-color .1s ease;
  box-shadow: none;
  box-shadow: none !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.SearchController .query-controls .keyword-wrap:hover {
  background-color: rgba(0, 0, 0, .03);
}

.SearchController .query-controls .keyword-wrap {
  position: relative;
  -webkit-flex-grow: 20;
  flex-grow: 20;
}

.SearchController .query-controls .bar-link.keyword-wrap:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  right: .5rem;
  background-image: url('/foundation/images/icons/search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.SearchController .query-controls .filter-group {
  display: none;
}

.SearchController .query-controls a.filter-link {
  line-height: 1rem;
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
}

.SearchController .query-controls a.id-any:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/filter.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: .5rem;
}

.SearchController .query-controls .id-sort:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/sort.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: .5rem;
}

.SearchController .query-controls .spacer {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.SearchController .query-controls {
  position: relative;
}

.SearchController .clear-global {
  cursor: pointer;
  line-height:14px;
}

/* description bar ------- */
.SearchController .query-description {
}

.SearchController .query-description {
  margin: .75em 0 0;
}

.SearchController .query-description span.token-group {
  display: inline-block;
}

.SearchController .query-description span.static {
  display: inline-block;
}

.SearchController .query-description span.dynamic,
.SearchController .query-description span.static {
  font-size: 16px;
  font-weight: normal;
  padding-right: .2em;
  line-height: 21px;
  margin: .15em 0;
  margin-right: .25em;
  position: relative;
}

.SearchController .query-description span .label {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 10px;
  color: #aeaeae;
}

.SearchController .query-description span.dynamic:hover {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
}

.SearchController .query-description span.descriptor {
  cursor: pointer;
  border: 1px solid #f3f3f3;
  padding: .15em;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  vertical-align: baseline;
  background: #fafafa;
  color: rgba(0, 0, 0, .9);
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
  font-weight:700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
  min-width: 70px;
}

.SearchController .query-description:hover span.dynamic span.clear-param {
  display: block;
}

.SearchController .query-description span.clear-param:hover {
  background-color: #FF7D7D;
  display: block;
}

.SearchController .query-description .dynamic:hover span.clear-param,
.SearchController .query-description .dynamic:hover span.modal-indicator {
  opacity: 1;
}

.SearchController .query-description span.clear-param {
  position: absolute;
  display: none;
  bottom: 0;
  left: 50%;
  height: 23px;
  background-color: #f0dddd;
  background-image: url('/foundation/images/icons/delete.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 4px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  padding: .25rem;
  padding-left: 1.25rem;
  z-index: 1000;
  font-size: 13px;
  line-height: 12px;
  opacity: .5;
}

.SearchController .query-description:hover span.dynamic span.modal-indicator {
  display: block;
}

.SearchController .query-description span.modal-indicator:hover {
  background-color: #CCC;
  display: block;
}

.SearchController .query-description span.modal-indicator {
  position: absolute;
  display: none;
  bottom: 0;
  left: 50%;
  height: 23px;
  background-color: #f0dddd;
  background-image: url('/foundation/images/icons/arrow-down.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 4px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  padding: .25rem;
  padding-left: 1.25rem;
  z-index: 1000;
  font-size: 13px;
  line-height: 12px;
}

.SearchController .query-description span.has-indicator {
  padding-right: 2rem;
}

.SearchController .query-description span.modal-indicator {
  display: block;
  right: -1px;
  position: absolute;
  left: auto;
  top: -1px;
  bottom: -1px;
  height: auto;
  margin: 0;
  text-indent: -9999px;
  border-radius: 0 3px 3px 0;
  background-color: #eee;
  background-position: center;
  opacity: 1;
}

.SearchController .component-header {
  position: relative;
}

.SearchController .component-header h1{
   font-weight:700;
   font-size:22px;
   }

.SearchController .component-header * {
  display: inline-block;
}

.SearchController .component-header a {
  margin-left: 1rem;
}

.SearchController .component-header .clear-global {
  display: none;
  float: right;
  margin-top: 1rem;
}

a.clear-global {
  display: none;
  width: auto;
  bottom: 0;
  height: 23px;
  background-image: url('/foundation/images/icons/start-over.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: .5rem;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ccc;
  padding: 0.25rem;
  padding-left: 1.75rem;
  z-index: 1000;
  font-size: 13px;
  line-height: .8rem;
  transform: translate(0, -5px);
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding-right: .5rem;
}

a.clear-global:hover {
  text-decoration: none;
  color: #000;
  background-color: #fafafa;
}

/* MODAL STYLES
-------------------------------- */
.modal * {
  box-sizing: border-box;
}

.modal-wrap {
  width: 720px;
  top: 0;
  position: absolute;
  left: 50%;
  right: auto;
  margin-left: -360px;
}

.modal {
  display: none;
  position: absolute;
  min-height: 45rem;
  max-height: 800px;
  width: 720px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  z-index: 9001;
  left: auto;
  right: auto;
  margin-top: 200px;
}

.modal .tabs {
  border-bottom: 1px solid #333;
  overflow: visible;
}

.modal .switch-modal {
  margin: 0 .5rem;
  cursor: pointer;
  -webkit-touch-callout: none;    /* iOS Safari */
  -webkit-user-select: none;    /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;    /* IE/Edge */
  user-select: none;
  margin: .25rem .25rem;
  padding: .45rem 1rem;
  font-size: 1.25rem;
  border: 1px solid #333;
  border-bottom-width: 0;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  background-color: #f0f0f0;
  border-color: #888;
  overflow: visible;
  font-family: Helvetica, Arial, sans-serif;
  color: #999;
}

.modal .switch-modal.active {
  background-color: #fff;
  color: #333;
  border-color: #333;
}

.modal .switch-modal.active:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  bottom: -2px;
  height: 3px;
  left: 0;
  background-color: #fff;
}

.modal-close {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  text-indent: -9999px;
  background-color: #333;
  background-image: url('/foundation/images/icons/modal_close.png');
  right: 9px;
  top: 9px;    /* transform: translate(16px, -16px); */
  border: 1px solid #000;
  background-size: 18px;
  background-position: 4px;
  background-repeat: no-repeat;
  z-index: 100;
}

.modal-close:hover {
  background-color: #333;
  opacity: .5;
}

/* [OPEN, ] MODAL OPEN STATE */
.modal.open {
  display: block;
}

body .modal-dimmer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 9000;
}

body .modal-dimmer.active {
  display: block;
}

.modal .inner,
.dropdown .inner {
  height: calc(100% - 6rem);
  overflow: auto;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border-top: 1px solid #aaa;
}

.dropdown .inner {
  height: auto;
  padding-bottom: 3rem;
  overflow: hidden;
  position: static;
}

.modal.search-stacked .inner {
}

.modal.search-stacked .inner ul {
  margin-bottom: 1rem;
}

.modal.search-stacked .inner h3:first-child {
  display: none;
}

.modal .header {
  padding: 0 0rem;
  height: 3rem;
}

.modal .header h3 {
  padding: 0 1rem;
  margin: 0;
  line-height: 3rem;
  font-size: 1.25rem;
  font-weight: normal;
  display: inline-block;
  min-width: 180px;
}

.modal .inner h3 {
  padding: 0 1rem;
  margin: 0;
  margin-bottom: 0rem;
  line-height: 3rem;
  font-size: 1.25rem;
}

.modal .footer,
.dropdown .footer {
  height: 3rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #ccc;
  padding: .5rem;
}

.modal .footer .button,
.dropdown .footer .button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2;
  color: rgba(0, 0, 0, .6);
  margin: 0 .25em 0 0;
  padding: .78571429em 1.5em;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
}

.modal .footer .button.done,
.dropdown .footer .button.done {
  float: right;
  color: #fff;
  background-color: #2185d0;
}

/* SORT STYLES
-------------------------------- */
.modal.sort {
  margin-left: 150px;
  width: 300px;
  min-height: 0;
  overflow: hidden;
}

.modal.sort .inner {
  position: static;
  overflow: auto;
  border-top: 0;
}

.modal.sort .inner ul li.list-button {
  font-size: 1rem;
  padding: .5rem 1rem;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
}

.modal.sort .inner ul li.list-button:hover {
  background-color: #eaeaea;
}

.modal.sort .inner ul li.list-button.active {
  background-color: #eee;
  font-weight: bold;
}

.modal.sort .inner ul li.list-button:last-child {
  border-bottom: none;
}

/* LISTVIEW STYLES
-------------------------------- */
.modal .checkbox-item-wrap {
}

.modal .checkbox-item-wrap .hidden-checkbox {
  display: none;
}

.modal .list-button {
  cursor: pointer;
}

/* NESTED LIST VIEW
-------------------------------- */
.modal label {
  margin: 0;
}

.modal ul li .checkbox-item-wrap.select-all label {
  font-weight: bold;
}

.modal ul li .checkbox-item-wrap {
  font-size: 1rem;
  padding: 0;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #f8f8f8;
}

.modal ul li.child .checkbox-item-wrap {
  padding: .5rem 3.5rem;
  background-color: #fafafa;
}

ul.nested-checkbox-list li.parent,
ul.nested-checkbox-list li.child {
  padding: 0;
  background-color: #f5f5f5;
}

ul.nested-checkbox-list li.parent .checkbox-item-wrap:hover,
ul.nested-checkbox-list li.child .checkbox-item-wrap:hover {
  background-color: #eee;
}

/* [OPEN, CLOESED] PARENT NEST STATE */
ul.nested-checkbox-list li.parent.closed ul {
  height: 0;
  overflow: hidden;
}

ul .checkbox-label {
  position: relative;
  padding: .25em 0em .25em 2em;
  display: block;
  cursor: pointer;
}

ul .checkbox-label:hover {
  background-color: #f0f0f0;
}

/* [CHECKED, MIXED, UNCHECKED] PARENT CHECKED STATE */
ul.nested-checkbox-list li.parent {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

ul.nested-checkbox-list li.parent > .checkbox-item-wrap label:after {
  content: "";
  position: absolute;
  right: .5rem;
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/down-arrow.png');
  background-size: contain;
  top: 50%;
  margin-top: -.5rem;
  transition: .25s all;
}

ul.nested-checkbox-list li.parent.open > .checkbox-item-wrap label:after {
  content: "";
  position: absolute;
  right: .5rem;
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/down-arrow.png');
  background-size: contain;
  top: 50%;
  margin-top: -.5rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul.nested-checkbox-list li.parent ul {
  -webkit-column-count: 3;    /* Ch, Saf, And, BB  */
  -moz-column-count: 3;    /* Fx */
  column-count: 3;    /* IE 10, Op 11.1+ */
  padding-left: 2rem;
  padding-right: 2rem;
}

ul.nested-checkbox-list li.parent.open ul {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

ul.nested-checkbox-list li.parent ul li.child {
  border: none;
  display: inline-block;
  width: 100%;
}

ul.nested-checkbox-list li.parent ul li.child .checkbox-item-wrap {
  padding: 0;
  background-color: #fff;
}

ul.nested-checkbox-list li.parent > .checkbox-item-wrap .checkbox-label {
  font-size: 1.1rem;
  padding: .5em 2em .5em;
  margin: 0;
}

ul.nested-checkbox-list li.parent:first-child {
  border-top: 1px solid #ccc;
}

ul.nested-checkbox-list li.child {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

ul.nested-checkbox-list li.child:first-child {
  border-top: 1px solid #ccc;
}

ul.nested-checkbox-list li.parent.checked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: .5em;
}

ul.nested-checkbox-list li.parent.mixed .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem - 1px);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0px -1rem;
  background-repeat: no-repeat;
  left: .5em;
}

ul.nested-checkbox-list li.parent.unchecked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem - 1px);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0px -2rem;
  background-repeat: no-repeat;
  left: .5em;
}

ul.nested-checkbox-list li.parent li.child {
  border-bottom: 1px solid #ccc;
}

ul.nested-checkbox-list li.parent li.child.checked .checkbox-label:before {
  background-position: 0 0;
}

ul.nested-checkbox-list li.parent li.child.unchecked .checkbox-label:before {
  background-position: 0px -2rem;
}

/* STACKED LIST VIEW
-------------------------------- */
ul.stacked-checkbox-list {
  margin-bottom: 3rem;
}

ul.stacked-checkbox-list .checkbox-label {
  position: relative;
  font-size: 1.1rem;
  cursor: pointer;
}

ul.stacked-checkbox-list li {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

/* [CHECKED, MIXED, UNCHECKED] PARENT CHECKED STATE */
ul.stacked-checkbox-list li.checked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: .5em
}

ul.stacked-checkbox-list li.unchecked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem - 1px);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0px -2rem;
  background-repeat: no-repeat;
  left: .5em
}

/* KEYWORD SEARCH
-------------------------------- */
.dropdown.search-keyword .inner {
  padding: 0;
}

.dropdown.search-keyword .inner h3 {
  padding: .5rem 1rem;
}

.dropdown.search-keyword .input-wrap {
  position: relative;
}

.dropdown.search-keyword .input-wrap:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  right: 3.5rem;
  background-image: url('/foundation/images/icons/search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown.search-keyword input#location-keywords {
  width: 100%;
  margin: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 3rem;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background: #fff;
  outline: 0;
  color: rgba(0, 0, 0, .87);
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 1.5rem;
  padding: 0 1rem;
  display: block;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-right: 3rem;
  border-right: 1px solid #ccc;
}

.modal.search-keyword input#location-keywords:focus {
}

.dropdown .completion-list .empty {
  padding: 1rem;
  background-color: #f5f5f5;
}

.dropdown .completion-list .completion-item {
  transition: padding .25s;
  font-size: 1rem;
  padding: .5rem 1rem;
  background-color: #f5f5f5;
  border-bottom: #eaeaea;
}

.dropdown .completion-list .completion-item:hover {
  padding-left: 1.75rem;
  cursor: pointer;
  background-color: #f0f0f0;
}

.dropdown .completion-list .completion-item.active {
  background-color: #eee;
}

.dropdown .completion-list .completion-item .completion-value {
  font-size: 1rem;
}

.dropdown .completion-list .completion-item .completion-type {
  margin-left: .25rem;
  padding: .5rem;
  color: #444;
}

.dropdown.search-keyword {
  display: none;
  box-shadow: #d7d7d7 0px 1px 7px;
}

.dropdown.search-keyword.open {
  display: block;
}

.search-keyword {
  position: absolute;
  width: 21.5rem;
  min-height: 16rem;
  left: .25rem;
  top: calc(2.5rem - 1px);
  border-top-width: 0;
  background-color: #fff;
  z-index: 9002;
  border: 1px solid #d7d7d7;
  border-radius: 0 0 3px 3px;
  border-top: 0;
}

.search-keyword .inner {
  border-top: 1px solid #d7d7d7;
}

.dropdown .completion-list .completion-item {
  position: relative;
}

.dropdown.search-keyword .inner h3 {
  font-size: 1rem;
  font-weight: bold;
}

.dropdown .completion-list .completion-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  right: .5rem;
  top: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown .completion-list .completion-item:after {
  background-image: url("/foundation/images/icons/check-plus.png");
}

.dropdown .completion-list .completion-item.direct:after {
  background-image: url("/foundation/images/icons/arrow-right.png");
}

.modal-dimmer.transparent {
  opacity: 0;
}

.SearchController .dropdown {
  z-index: 7999;
}

.bar-link #location-keywords.keyword-search {
  background-color: #fff;
  border: none;
  z-index: 8000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* RESULT STYLES
-------------------------------- */
.DynamicSearchResults #searchResults.results {
  position: relative;
  min-height: 12rem;
  float: none;
  width: 100%;
}

.DynamicSearchResults .loader-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #444;
  opacity: .5;
  border-radius: 5px;
}

.DynamicSearchResults .loader,
.DynamicSearchResults .loader:before,
.DynamicSearchResults .loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.DynamicSearchResults .loader:before,
.DynamicSearchResults .loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.DynamicSearchResults .loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.DynamicSearchResults .loader {
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.DynamicSearchResults .loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }

}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }

}

.DynamicSearchResults #searchResults .header {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.DynamicSearchResults .listingsResultCount {justify-content:center;}

.DynamicSearchResults #searchResults .header > div {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  float: none;
  margin: .25rem 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.DynamicSearchResults #searchResults .header > div.pageCount {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.DynamicSearchResults #searchResults .header > div.pageCount span {
  padding-left: .5rem;
}

.DynamicSearchResults .FeaturesIcons span {
  text-indent: -9999px;
  display: block;
  /* width: 0; */
}

.DynamicSearchResults .FeaturesIcons {
  display: -webkit-inline-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-inline-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-inline-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: inline-flex;
}

.filter-link[data-value]:before {
  margin-right: .5rem;
}

.DynamicSearchResults #searchResults .pagination a.icon-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.DynamicSearchResults #searchResults .pagination a.icon-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.DynamicSearchResults #searchResults .pagination > span {
  -webkit-justify-content: center;
  justify-content: center;
}

.DynamicSearchResults #searchResults .page-total {
  padding-left: .5rem;
}

.SearchController .query-description span.descriptor.has-clear {
  position: relative;
  padding-right: 2.5rem;
}

.SearchController .query-description span.clear-param {
  display: block;
  right: -1px;
  position: absolute;
  left: auto;
  top: -1px;
  bottom: -1px;
  height: auto;
  margin: 0;
  text-indent: -9999px;
  border-radius: 0 3px 3px 0;
  background-color: #eee;
  background-position: center;
}

.comment-icon {
  position: relative;
  padding: 2px;
  margin: 2px;
  font-size: 10px;
  color: #000;
  background: #f3961c;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
  background: -moz-linear-gradient(#f9d835, #f3961c);
  background: -o-linear-gradient(#f9d835, #f3961c);
  background: linear-gradient(#f9d835, #f3961c);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-width: 1rem;    /* margin: .25rem; */
  height: .75rem;
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: .75rem;
  font-weight: bold;
  font-family: sans-serif;
}

.comment-icon:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 3px;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #f3961c transparent;
  display: block;
  width: 0;
}

.modal.no-col .inner .nested-checkbox-list ul {
  -webkit-column-count: 1;    /* Ch, Saf, And, BB  */
  -moz-column-count: 1;    /* Fx */
  column-count: 1;    /* IE 10, Op 11.1+ */
}

/* COMPONENT : SlideshowSearchResults */
#SlideshowSearchResults .result-teasers {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#SlideshowSearchResults .teaser-wrap {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: 0;
}

#SlideshowSearchResults .pagination {
}

/* PRESENTATION : SlideshowSearchItem */
.slideshow-search-item {
  width: calc(50% - .5rem);
  margin-bottom: 1rem;
  transition: all 0.5s;
  position: relative;
}

.slideshow-search-item img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.slideshow-search-item .count {
  color: #fff;    /* diagonal gradient */
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(53%, rgba(0, 0, 0, 0.06)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
}

.slideshow-search-item .count:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.slideshow-search-item .count-inner {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
}

.slideshow-search-item .count-inner:before {
  content: "";
  height: 18px;
  background-image: url('/foundation/images/icons/slides.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  background-position: right;
}

.slideshow-search-item h3,
.slideshow-search-item p,
.slideshow-search-item p.byline,
.slideshow-search-item p.sections {
  position: relative;
  margin: .5rem 0;
}

.slideshow-search-item p.sections {
  color: #7E7E7E;
  margin-bottom: 0;
}

.slideshow-search-item p {
  color: #555;
  font-weight: 400
}

.slideshow-search-item h3 {
  margin-top: 2px;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slideshow-search-item:hover a::before {
  content: "";
  position: absolute;
  bottom: -.5rem;
  right: -.5rem;
  left: -.5rem;
  top: -.5rem;
  background-color: #eee;
}

.slideshow-search-item:hover,
.slideshow-search-item:hover a,
.slideshow-search-item:hover p.byline {
  color: #000;
}
.slideshow-search-item:nth-child(1):hover a::before,
.slideshow-search-item:nth-child(2):hover a::before {
  content: "";
  position: absolute;
  bottom: -.5rem;
  right: -.5rem;
  left: -.5rem;
  top:-5px;
  background-color: #eee;
}
#SlideshowSearchResults .listingsResultCount {
  background: none
}

.slideshow-search-item:hover .slideshow-search-item {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#SlideshowSearchController h1 {
  font-size: 2em;
  font-weight: 700
}

#SlideshowSearchResults .teaser-wrap {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: 0;
  height: 204px;
  padding-bottom: 0 !important;
  text-align: center;
  background-color: #333
}

#SlideshowSearchResults .teaser-wrap img {
  height: 100%;
}

#SlideshowSearchResults .pagination {
}

div#SlideshowSearchController {
  margin:0 0 10px;
  padding: 0;
}

div#SlideshowSearchController a {
  text-decoration: none;
}
div#LocationResultsMap a.toggle {
    cursor: pointer;
    display: inline-block;
    padding: 0px 0 0 16px;
    background: url(/images/icons/icon_mapToggle_white.png) left -1px no-repeat;
    border-radius: 3px;
    margin: 10px 0 2px;
    background-size: 15px;
    clear: both;
    font-size: 13px;
    line-height: 15px;
    color: #888;
    font-weight:400;
}


.FeaturesIcons_menu span {
 background-size:16px
 }

div#searchResults .locationResult {
    margin: 20px 0 0;
    color: #555;
    font-style: italic;
}

div#LocationResultsMap::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
}
div#LocationResultsMap h3 {
  font-weight: 700
}
div#LocationResultsMap img.teaser {
  float: left;
  margin: 3px 10px 3px 3px;
}
div#LocationResultsMap span.details {
  overflow: hidden;
  float: left;
  text-indent: -9999em;
}
div#LocationResultsMap span.details span {
  float: left;
  clear: left;
  text-indent: 0;
}
div#LocationResultsMap span.state, div#LocationResultsMap span.postalcode {
  clear: none !important;
  padding: 0 3px;
}
div#LocationResultsMap span.state::after {
  content: ", "
}
div#LocationResultsMap a.more {
  clear: both;
  float: right;
}
.alphaNavigation {
  margin-top:5px;
  font-size: 15px;
}
div#PaginationBottom strong,
.pagination strong a,
.pagination a {
    margin: 2px 0;
    color: #666;
    padding: 3px;
    min-width: 10px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    line-height: 1.2;
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
    box-shadow: 2px 2px 2px #888;
    transition: all linear .03s;
}
div#PaginationBottom strong,
.pagination strong a,
.pagination a:hover {
  color:#fff;
  background:#444444;
  text-decoration: none;
}
div#LocationSearchController {
    margin: 0;
}
ul.results-container div.locationListing:first-child {
	padding-top: 0;
}
div#LocationSearchResultsDynamic-AlphaNavigation {
    margin-bottom: 10px;
}
span.diningPriceKey {
    color: #777;
    margin-left: 4px;
    font-size: .75em;
}
div#RelatedStoriesLocation .imageTeaser {
    float: left;
    margin: 0 10px 0 0;
}
div#RelatedStoriesLocation .storyItem{
	clear: both;
	overflow: hidden;
}
div#RelatedStoriesLocation .storyItem+.storyItem{
	margin:10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #eee;
}
.storyItem.more{
	text-align: right;
}
/* user image upload styles */
#LocationPhotos {
  margin: 1em 0;
  clear: both;
}

#LocationPhotos::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.Profile ul#profileLocationImages {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#LocationPhotos ul {
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#LocationPhotos ul li {
  margin: 0 3px 15px;
  width: 200px;
}

.Profile ul#profileLocationImages  li {
  width: 110px;
  margin: 0 5px 10px;
}

.Profile a[rel="RecentLocationImages_imgGroup"] {
  width: 110px;
  height: 110px;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
  background-color: #333;
}

#LocationPhotos ul li>a[rel] {
  width: 200px;
  height: 200px;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
  background-color: #333;
}

.Profile li span.credits,
#LocationPhotos span.credits {
  display: block;
  margin: 4px 0 0;
  word-wrap: break-word;
}

.Profile li span.credits {
  font-size: 10px
}

div#EmbeddedSidebar .imgCredit,
#LocationPhotos span.credits .imgCredit {
  display: block;
  text-align: right;
  font-size: 11px;
  margin: 0;
  line-height: 1.15;
  color: #898989;
}

div#EmbeddedSidebar .imgCaption,
#LocationPhotos span.credits .imgCaption {
  display: block;
  text-align: left;
  font-size: 12px;
  margin: 3px 0 0;
  line-height: 1.15;
  color: #343434;
}

li.uploadedImg_staff {
}

li.uploadedImg_public {
}

li.uploadedImg_public.imageStatus_pending_review,
li.uploadedImg_public.imageStatus_offline {
  position: relative;
}

.Profile ul#profileLocationImages a.pendingLink,
#LocationPhotos a.pendingLink {
  position: absolute;
  font-size: 12px;
  padding: 3px 5px;
  color: #ff0099;
  font-weight: 700;
  z-index: 3;
  top: 0;
  background: rgba(7, 5, 106, 0.6);
  right: 0;
  transition: ease 95ms;
}

.Profile ul#profileLocationImages a.pendingLink:hover,
#LocationPhotos a.pendingLink:hover {
  background: rgba(7, 5, 106, 0.8);
  color: #fff;
}

li.uploadedImg_public.imageStatus_offline img {
  opacity: .77;
}

li.uploadedImg_public.imageStatus_offline::before {
  content: "Offline";
  position: absolute;
  font-size: 12px;
  padding: 3px 5px;
  color: #999;
  font-weight: 700;
  z-index: 3;
  top: 0;
  background: rgba(221, 1, 1, .5);
  right: 0;
}

.Profile a[rel="RecentLocationImages_imgGroup"] img,
#LocationPhotos ul li img {
  height: 100%;
  object-fit: contain;
}

.Profile a[rel="RecentLocationImages_imgGroup"] img {
  max-width: 100%;
}

#LocationPhotos #imageUploadButton {
  text-align: right;
}

a#linkToPhotos {
  float: right;
  font-size: 12px;
  margin: 5px 0 10px;
  color: #656565;
  border: 1px solid #ddd;
  padding: 1px 3px;
  border-radius: 4px;
  transition: all linear 55ms;
}

a#linkToPhotos::after {
  clear: both;
  height: 0;
  content: " ";
  display: block;
  text-indent: -9999em;
}

input#addImageLink,
#LocationPhotos #imageUploadButton a,
.imageUploadBtn {
  font-size: 0.9em;
  font-weight: bold;
  color: #555;
  border-radius: 4px;
  padding: 4px 4px 4px 23px;
  background: url(/images/icons/features-icon_image.png) 5px center no-repeat #f6f6f6;
  background-size: 13px;
  border: none;
  box-shadow: 2px 1px 2px 1px #555, inset 2px -1px 5px 0px #999;
  cursor: pointer;
  transition: all linear 55ms;
  outline: none;
}

input#addImageLink:hover,
#LocationPhotos #imageUploadButton a:hover,
.imageUploadBtn:hover {
  box-shadow: 2px 1px 2px 1px #222, inset 2px -1px 5px 0px #777;
  color: #900;
}

a#linkToPhotos:hover {
  border-color: #232323;
  color: #900
}

a.imageUploadBtn {
  font-size: .7em;
  text-align: center;
  margin: auto;
  clear: both;
  display: block;
  width: 132px;
  box-sizing: border-box;
}

.Sidebar  a.imageUploadBtn {
  margin-top: 10px;
}

div#editAdPhotoLayout {
  margin: 0 0 20px;
}

#editAdPhotoLayout div.imageEditItem .imgRemoveLink a {
  text-decoration: none;
  padding: 2px !important;
  position: relative;
  top: 0 !important;
  left: 10px !important;
  color: #900 !important;
  background: none !important;
  font-size: 10px;
}

#editAdPhotoLayout div.imageEditItem .imgRemoveLink a::before {
  content: "X ";
  font-size: 12px;
  color: #900 !important;
  font-weight: 700;
}

#editAdPhotoLayout div.imageEditItem .imgRemoveLink a:hover::before,
#editAdPhotoLayout div.imageEditItem .imgRemoveLink a:hover {
  background: #900 !important;
  color: #fff !important
}

#editAdPhotoLayout div.imageEditItem+.imageEditItem {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #888;
  box-sizing: content-box !important;
}