/* SF Weekly */
/* ------------------------------------------------------------------------------  */
/* REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! */
/*                                                                                 */ 
/*              ALL CUSTOM STYLES MUST BE ADDED TO MOBILE STYLES AS WELL!          */
/*                                                                                 */
/*                                                                                 */ 
/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------ */
/* Conditional Display Defaults. */
/* ------------------------------------------------------------------ */

/* 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 */
/* ------------------------------------------------------------------ */

/* Contain floating elements inside the grid. */
body#Home div#gridClamp
{
  overflow:hidden;
}

body.SlideshowPopUp div#gridRightColumn {
  margin: 10px 10px 10px 0;
}
body.SlideshowPopUp div#gridMainColumn {
  margin: 10px 5px 10px 10px;
}

div.MainColumn h1,
div.SpanningFeature h1 {
    font-size: 32px;
}
div.MainColumn h2,
div.SpanningFeature h2 {
}
div.MainColumn img.magnum,
div.SpanningFeature img.magnum {
  display: block;
  margin: 20px 0 0;
  border: 1px solid #D6D7D9;
  border-width: 1px 0;
  -webkit-box-shadow: 0px 0px 6px 0px #D0D0D0;
  box-shadow: 0px 0px 6px 0px #D0D0D0;

}
  body#Event div.MainColumn img.magnum,
  body#Film div.MainColumn img.magnum,
  body#Page div.MainColumn img.magnum {
    margin:0 auto;
  }
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 div.storyHead,
div.SpanningFeature div.storyHead {
    margin: 0 0 25px;
}
  body#Page div.MainColumn div.storyHead {
    margin:0;
  }
  div.MainColumn div.storyHead h1,
  div.SpanningFeature div.storyHead h1 {
    font-family: Georgia,serif;
  }

div#Story,
div#StoryLayoutJr {
  padding: 20px;
}
/* --- line-height 1.4em  and font-family to match blogs --- */
div#storyBody {
  line-height: 1.4em;
  font-size: 13px;
  font-family: Georgia,"Times New Roman",Times,serif;
}
div.postBody ul li,
div#storyBody ul li {
  list-style: disc inside none;
}
div.postBody ol li,
div#storyBody ol li {
  list-style: decimal inside none;
}
div.postBody>ul,
div#storyBody>ul,
div.postBody ol,
div#storyBody ol {
  margin:0 0 1.5em;
}


  div.postBody ul li.imageCaption,
  div.postBody ul li.imageCredit {
    list-style:none outside none;
      color:#888!important;
      font-weight:bold!important;
      width:100%;
      line-height:1;
    }
      li.imageCredit {font-size:10px!important;}

div#storyBody h3 {
  font-weight: bold;
  font-size: 1.3em;
}
div#storyBody h4 {
  font-weight: bold;
  font-size: 1.1em;
}
div[class*='contentImage'] {
    margin-top: 5px;
    margin-bottom: 5px;
}
/* ------------------------------------------------------------------ */
div#EmbeddedSidebar {
    width: 270px;
    font-size: 11px;
    line-height: 13px;
    font-family: 'Helvetica Neue', Arial, Verdana, sans-serif;
    overflow: hidden;
    float: right;
    margin: 0px 0px 10px 10px;
}

div.descr_txt,
div.descripTxt {
  margin: 15px 0;
  line-height: 1.6em;
}

div.archiveListing {
  padding: 10px;
  border-bottom: 1px solid #dfe2e1;
  color: #333;
  }
  div.archiveListing a {
    text-decoration: none;
  }
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 h3 { 
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 0;
    color: #111; 
  }
  
ul.filmTimes {
  float:right;
  font-size:1em;
  line-height:1.15em;
  margin-bottom:7px;
  text-align:left;
  width:290px;
}
h2.neighborhoodBar {
  clear: both;
  color: #717171;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  border: 0 none;
}
div.locationTitle a,ul.filmTimes .filmRating,ul.filmTimes .filmDate {
  font-weight: bold;
}

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: 12px Arial, Helvetica, sans-serif;
  color: #696969;
}     

div#EventTickets {
  margin-bottom: 10px;
} 
      
div.EventDetails div.locationListing {
  padding-left: 0;
}  
div.EventDetails ul li.locationItem { margin-top: 15px; }      
  div.EventDetails ul li.locationItem h4 a {
    font-weight: bold;
    text-decoration: none;
  }
  div#RelatedLocations li.locationItem {
    margin-bottom: 10px;
  }
  #EventLocation .locationItem h4 {
    font-size: 1.1em;
  }

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: #d41b1b; }
.filmShortDetails {
  margin-top: 0;
}
  .filmMetaInfo {
    font-size:0.8em;
    background:#f3f3f3;
    padding:10px;
  }

div.filmShortReview { 
  margin: 10px 0 20px; 
}
 div.filmShortReview span.filmCreditsTitle a { font-weight: bold; font-size:12px; }
  div.filmMetaInfo span.ratingHeader {float:left; font-weight:bold;}
/* xxx Pulled these styles in from inline of SearchResults, but not sure of their effect yet. xxx */
.dynToolsLink {
  background-position: center right;
  background-repeat:no-repeat; 
} 
.dynToolsLink a {
  text-decoration:underline;
  cursor:pointer;
  cursor:hand;
}
.ajPop {
  margin:4px;
  line-height:normal;
}
div.listingTools .ajPopCont {
  height:0px;
  overflow:hidden;
  border:0px 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: #717171;
  float: left;
  padding: 3px 5px;
  border: 1px solid #444;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}

div.tinyTools div.togglePanel { padding: 0; }

.toolsInner {
  background: #ffffcc;
  padding: 3px;
  border: 1px solid #CCC;
  border-width: 1px 0;
}
  .toolsInner select { max-width: 110px; }

div.tinyTools .toolsInner h4 { margin: 0 0 2px; }
.toolsInner p {
  margin: 0 0 7px;
}
  .toolsInner ul { margin: 0 0 7px; }
    .toolsInner ul li { margin-bottom: 4px; }

.ajPop input, .ajPop textarea {
  border:1px solid #CCC; 
  background-color:#FFF; 
  font-size:11px; 
  font-weight:normal;
  padding:2px;
  margin-top:0px;
  margin:0px;
} 
.ajPop .popInput, .ajPop textarea { width: 102px; } 
.ajPop select {
  border:1px solid #CCC; 
  background-color:#FFF; 
  font-size:10px; 
  font-weight:normal;
}
/*#addToListContainer:hover #addListBox {display:block;}  */
.listList a { font-size: 12px; }
.listList {
  font-size:11px; 
  margin-bottom:10px;
}
.listBoxHeader{
  font-family:"Trebuchet MS";
  font-size:11px;
  border-bottom:1px solid #999;
  padding-bottom:1px;
  margin-bottom:4px;
  text-transform:uppercase;
}
.newListBox { font-size: 11; }      
      
/* Horizontal Tools Layout */

ul.horizontalTools {
  background: #E3E2D5;
  float: left;
  font-size: .9em;
  padding-right: 3px;
  padding-bottom: 3px;
}
ul.horizontalTools li.l0 {
  float: left;
  padding: 0 10px;
  margin: 3px 0 0 3px;
  background: #FFF;
}

/* Pop up tools for Horizontal Tools Layout */

div.floatingPanel { 
  background: #F0F0F0;
}
.closePanel {
  background: url(../images/zoom/closebox.png) no-repeat;
  width: 30px;
  height: 30px;
  text-indent: 30px;
  padding-top: 3px;
  font-size: 1.3em;
}

/* ------------------------------------------------------------------ */

div.MainColumn p.tags {
  padding: 5px;
  margin: 0 0 10px;
  font-size:90%;
  background:#f3f3f3;
}

/* ------------------------------------------------------------------ */

div.AdSidebar {
  margin-bottom: 10px;
}
div.RelatedItem h3
{
  font-family:'helvetica neue',Arial,Helvetica,sans-serif;
  font-size:18px;
  line-height:20px;
  padding:0 0 3px;
  color:#a8a8a8;
  border-bottom:1px dotted #c3c3c3;
}
  div.RelatedItem h3.headline
  {
    border:0;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
  }
    div.RelatedItem .byline {
      font-weight: normal;
      font-size: .95em;
    }
  div.RelatedItem ul
  {
    padding: 0 10px 10px 10px;
    overflow: hidden;
  }
div.SpanningIsland h3,
div.SpanningIsland h2,
div.MainColumn1 h3,
div.MainColumn2 h3,
div#TopTags h2,
div#TopTopics h2,
div#gridMainSidebar1 #SectionFollows h2,
div.AdSidebar h3,
div.AdSidebar h2 {
  padding: 7px;
  color: #717171;
  font-size: 1.3em;
  }
  div#SectionFollows h3.headline {
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    }
  div.AdSidebar h2 {
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 10px;
  }
  div.AdSidebar .storyItem {
    padding: 0 10px 10px 10px;
    overflow: hidden;
    }
    div#FreeStuff.AdSidebar .storyItem hr {
      border: 1px solid #DEDEDE;
      border-width: 1px 0 0 0;
      clear: both;
      margin: 5px 0;
    }
    div#FreeStuff.AdSidebar .storyItem .PromoTeaser {
      float: left;
      margin-right: 5px;
      margin-bottom: 5px;
    }
    div.AdSidebar .storyItem h4 {
      font-weight: bold;
      font-size: 1..1em;
    }
    div.AdSidebar .more {
      padding: 7px;
    }

div#gridMainSidebar1 div#SectionFollows h3.headline {
  margin: 3px 10px;
  font-weight: bold;
  }
  div#gridMainSidebar1 div#SectionFollows p.byline {
    font-size: .9em;
    margin: 3px 10px 10px;
  }
div#gridMainSidebar1 div#SectionFollows .storyTeaser {
  margin: 5px 10px;
}
div#gridMainSidebar1 div#SectionFollows .subhead {
  margin: 0 10px;
}

div.MainSidebar li.l0 + li.l0 {
    margin-top: 10px;
    border-top: 1px solid #E3EAEE;
    padding-top: 10px;
}
div.MainSidebar li.l0 ul {
    padding: 0;
    margin: 4px 0 0;
}
div.MainSidebar h4,
div.MainSidebar h4.headline,
div.MainSidebar h4.headline a,
div.SpanningIsland h4,
div.SpanningIsland h4.headline,
div.SpanningIsland h4.headline a {
  font-weight: bold;
  font-size: 12px;
}

/* Keep floats contained. */
div.MainSidebar li.l0 {
    clear: both;
}

div.MainSidebar ul .rating {
    display: block;
}
div.MainSidebar .rating img {
    width: 10px;
    height: 10px;
}

div.MainSidebar .storyItem .byline {
    display: block;
}

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%;
}

#Home div.MainColumn
{
  border-top:2px solid gray;
  margin:1em 0 2em;
  position:relative;
  padding-top:1em;
}
  #Home div.MainColumn h2.componentHeader
  {
    border-bottom:none;
    clear:both;
    margin-bottom:0;
    left:0;
    width:100%;
    position:absolute;
    top:-1em;
  }
    #Home div.MainColumn h2.componentHeader a
    {
      color:white;
    }


div#NationalBlogs ul {
  padding: 5px;
  }
  div#NationalBlogs ul li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #C3C3C3;
  }
  div#NationalBlogs ul li .date {
    font-size: .9em;
    font-weight: bold;
  }
  div#NationalBlogs ul li .category {
    font-size: .9em;
    color: #999;
    font-weight: bold;
  }

body#Section #gridMainColumn div#SectionFeature {
  background: url("../images/backgrounds/gradient285.png") repeat-x scroll center top #D3D3D3;
  border: 1px solid #999999;
}    
div#SectionFeature h3 a {
  font-size: 1.4em;
  font-weight: normal;
}
    
div#CategoryStories img.storyImg,
div#SectionFeature img.storyImg,
div#SpecialIssueCategoryStories img.storyImg {
}
div#CategoryBreakout div.storyTeaser,
div#CategoryStories div.storyTeaser,
div#SpecialIssueCategoryStories div.storyTeaser,
div#Bloglanding div.storyTeaser {
  float: left;
  margin-right: 10px;
	}
	div#CategoryBreakout div.storyTeaser img,
	div#CategoryStories div.storyTeaser img,
	div#SpecialIssueCategoryStories div.storyTeaser img {
		width: auto;
	}
div#CategoryBreakout div.clear,
div#CategoryStories div.clear,
div#SpecialIssueCategoryStories  div.clear,
div#Bloglanding div.clear {
  padding: 5px 0;
}
div#CategoryBreakout p.more,
div#CategoryStories p.more,
div#SpecialIssueCategoryStories  p.more,
div#Bloglanding p.more,
div#div#SectionBlogs p.more {
	text-align: right;
}
div#CategoryBreakout h3.headline,
div#CategoryStories h3.headline,
div#SpecialIssueCategoryStories h3.headline,
div#Bloglanding h3.headline {
	font-size: 1.3em;
}
div#SectionBlogs p.more {
  padding: 0 10px;
}

div#SectionArchives input,
div#SectionArchives select {
  margin: 5px;
  }
  div#SectionArchives input.searchbox {
    border: 1px solid #666;
    padding: 1px;
  }
div#SectionArchives h2 {
	margin-bottom: 10px;
}
div#SectionArchives label {
  font-weight: bold;
}
  
div#HomeHeadlines ul li {
  border-bottom: 1px dotted #888888;
  margin: 0 10px 10px;
  padding-bottom: 5px;
  }
  div#HomeHeadlines ul li h4 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 16px;
    margin: 5px 0;
  }
  div#HomeHeadlines ul li h4 a {
    color: #888888;
    font-weight: normal;
  }  
  
div#HomeBestOf ul {
  padding: 0 10px;
}
div#HomeBestOf ul li {
  margin-bottom: 5px;
  }
  div#HomeBestOf ul li a {
    font-size: 12px;
    font-weight: bold;
  }
  
#RecentComments p {
  margin: 3px 0;
}
#RecentComments li.l1 {
  font-size: .9em;
}

div#gridBottomColumn div.MainColumn div.featured {
  border-right: 1px solid #CCC;
}
div#gridBottomColumn div.MainColumn div.featured,
div#gridBottomColumn div.MainColumn div.follow {
  width: 300px;
  float: left;
  padding: 0 5px 5px 5px;
}
div#gridBottomColumn div.MainColumn div.featured h4 {
  margin-bottom: 3px;
}
div#gridBottomColumn div.MainColumn div.featured h4 a {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}
div#gridBottomColumn div.MainColumn div.follow h4 {
  margin-bottom: 3px;
}
div#gridBottomColumn div.MainColumn div.follow h4 a {
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
}
div#gridBottomColumn div.MainColumn div.follow div.storyItem {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #C3C3C3;
}
div#gridBottomColumn div.MainColumn div.featured h5 {
  font-size: 11px;
}
div#gridBottomColumn div.MainColumn p.byline {
  font-size: 11px;
  font-weight: normal;
  }
  div#gridBottomColumn div.MainColumn p.byline .author {
    font-weight: bold;
  }
div#gridBottomColumn div.MainColumn div.headlineCol {
  width: 155px;
  float: left;
  border-right: 1px solid #CCC;
}
div#gridBottomColumn div.MainColumn div.subheadCol {
  width: 135px;
  padding-left: 5px;
  float: left;
}
div#gridBottomColumn div.MainColumn div.blog {
  width: 150px;
}
div#gridBottomColumn div.MainColumn div.blog h3 {
  border-bottom: 1px solid #C3C3C3;
  font-family: 'helvetica neue',Arial,Helvetica,sans-serif;
  font-size: 1.3em;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
div#gridBottomColumn div.MainColumn div.blog div.storyItem {
  font-size: .9em;
  margin-bottom: 10px;
}
div#gridBottomColumn div.MainColumn div.blog div.storyItem .Dateline {
  margin-top: 3px;
  margin-bottom: 0;
}

div#HomeBackpageBoxWidget {
  background: #B5B5B5 !important;
}

div#HomeBackpageBoxWidget a {
  color: #FFF;
  font-weight: bold;
  font-size: .9em;
}
div#HomeBackpageBoxWidget h2 {
  border: 0 none;
  font-size: .9em;
  font-weight: bold;
  line-height: 1em;
  margin: 10px 0 0;
  padding: 0;
  }
  div#HomeBackpageBoxWidget h2 span {
    color: #666;
  }
div#HomeBackpageBoxWidget table {
  margin: 5px;
}
div#HomeBackpageBoxWidget table td {
  width: 160px;
}

div#CoverStory {
  text-align: center;
}
div#CoverStory div.storyItem {
  border-top: 1px dotted #999;
  margin: 0 10px;
  padding: 3px 0;
}
div#CoverStory div.storyItem h3 {
  padding: 0;
  font-weight: bold;
  font-size: 1.1em;
}
div#HomeSlideshows div.storyItem {
  border-bottom: 1px dotted #999999;
  margin: 5px auto;
  text-align: center;
  width: 130px;
}
div#HomeSlideshows div.storyItem h4 {
  margin: 5px 0;
}
div#HomeSlideshows div.more {
  width: 130px;
  margin: 0 auto;
  text-align: right;
  }
  div#HomeSlideshows div.more a {
    font-weight: bold;
    font-size: .9em;
  }

div#DailyBlogs div.blogCol,
div.MainColumn div.featured,
div.MainColumn div.follow,
div.MainColumn div.blog {
  float: left;
  margin: 2px;
}

div#DailyBlogs div.blogCol {
  width: 150px;
  margin: 0 1px 5px 3px;
  }
  div#DailyBlogs div.blogCol h3 {
    background: none repeat scroll 0 0 #888888;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    padding: 0 0 0 5px;
    }
    div#DailyBlogs div.blogCol h3 a {
      color: #FFF;
      text-decoration: none;
    }
  div#DailyBlogs div.blogCol div.storyItem {
    border-top: 3px double #CCCCCC;
    line-height: 15px;
    margin-top: 0;
    padding: 10px 8px;
    background: #FFF;
    }
    div#DailyBlogs div.blogCol div.storyItem h4 a {
      color: #D41B1B;
      font-size: 11px;
      font-weight: bold;
      line-height: 15px;
      padding-bottom: 5px;
    }
  div#DailyBlogs div.blogCol div.storyItem .Dateline {
    font-size: .9em;
    font-weight: bold;
    border-top: 1px solid #C3C3C3;
    padding-top: 5px;
    margin-top: 5px;
  }

div#HomeNews a,
div#HomeNews .blog h3 {
  color: #3F1020;
}
div#HomeMusic a,
div#HomeMusic .blog h3 {
  color: #3817BC;
}
div#HomeRestaurants a,
div#HomeRestaurants .blog h3 {
  color: #0D88EB;
}
div#HomeMovies a,
div#HomeMovies .blog h3 {
  color: #005E68;
}
div#HomeArts a,
div#HomeArts .blog h3 {
  color: #330870;
}
div#HomeTheAds a,
div#HomeTheAds .blog h3 {
  color: #9E1869;
}

div#EventCalendar {
  padding-bottom: 0;
}
div#EventCalendarEventSearchResults .eventItem {
  margin-bottom: 5px;
}
div#EventCalendar div.tabs {
  clear: both;
  width: 95%;
  margin: 0 5px;
  border-bottom: 3px solid #660000;
  overflow: hidden;
  text-align: center;
}
div#EventCalendar div.tabs a {
  text-decoration: none;
  color: #666;
  font-size: .85em;
}

div#EventCalendar div.tabs div {
  background: #bebebe;
  float: left;
  padding:3px;
  border: 1px solid #b7b7b7;
  border-bottom: 0;
}
div#EventCalendar div.tabs div.tabCurrent a {
  color: #FFF;
  }
div#EventCalendar div.tabs div.tabCurrent {
  background: #660000;
  border-bottom: 0;
}
div#EventCalendar div.eventSearchBody {
  border: 1px solid #b7b7b7;
  padding: 5px;
  margin-top: -1px;
  background: #FFF;
  text-align: left;
  background: #FFF;
}
div#EventCalendar div.eventSearchBody select {
    width: 100%;
    margin: 3px 0;
    padding: 0;
}
div#EventCalendar div.eventSearchBody form {
  padding: 0;
}

div#EventCalendar p {
	margin: 3px 0;
}
div#EventCalendar li.l0 + li.l0 {
    margin-top: 10px;
    border-top: 1px solid #E3EAEE;
    padding-top: 10px;
}
div#EventCalendar li.l0 ul {
    padding: 0;
    margin: 4px 0 0;
}
div#EventCalendar  h4 {
  font-weight: bold;
  font-size: 12px;
}


/* ------------------------------------------------------------------ */

#TopTags h4,
#TopTags hr {
  margin: 5px 10px;
  }
  #TopTags hr {
    border: 1px solid #CCC;
    border-width: 1px 0 0 0;
  }

.column_item { margin-bottom: 10px;}

ul.moduleList {
  color: #222;
}
ul.moduleList,
ul.columnList,
div#SectionBlogs ul { padding: 10px 10px 0; }

  ul.moduleList li.l0 + li.l0,
  div#SectionBlogs ul li.l0 + li.l0 {
      margin-top: 10px;
      border-top: 1px solid #E3EAEE;
      padding-top: 10px;
  }
    div#Blogroll ul.moduleList li.l0 + li.l0,
    div#BlogrollSidebar ul.moduleList li.l0 + li.l0 {
      border-top: none;
      margin-top: 0.5em;
      padding-top: 0;
    }
  ul.moduleList li.l0 ul,
  div#SectionBlogs ul li.l0 ul {
      padding: 0;
      margin: 4px 0 0;
  }
  ul.moduleList h4,
  ul.moduleList h4.headline,
  ul.moduleList h4.headline a {
    font-weight: bold;
    font-size: 12px;
  }
  
  div.AdSidebar ul.moduleList li {
    padding-bottom: 5px;
  }

  ul.moduleList h4.headline a { 
    text-decoration: underline;
  }

  ul.moduleList h5 {
    font-size: 12px;
    color: #3F3F3F;
  }
    ul.moduleList h5 a { 
      font-weight: bold;
    }

  /* Keep floats contained. */
  ul.moduleList li.l0 { clear: both; }

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 a.memberThumb {
    display: block;
    float: right;
    margin: 0 0 5px 5px;
    width: 35px;
    height: auto;
}
ul.moduleList a.memberThumb img {
    width: 35px;
}

div.MainSidebar ul.narrowOptions,
#CommentArchives div.MainSidebar ul,
#VideoArchives div.MainSidebar ul,
#ImageArchives div.MainSidebar ul,
#BestOf div.MainSidebar ul.narrowOptions {
  padding:5px 0 0 10px;
  margin: 3px 0 15px;
  border-left: 1px solid #CCC;
  }
  #CommentArchives div.MainSidebar ul,
  #VideoArchives div.MainSidebar ul,
  #ImageArchives div.MainSidebar ul {
    border-left: 0;
    margin-left: 0;
  }
  #CommentArchives div.MainSidebar ul li h4,
  #VideoArchives div.MainSidebar ul li h4,
  #ImageArchives div.MainSidebar ul li h4 {
    padding: 0;
  }
ul.narrowOptions li,
#CommentArchives div.MainSidebar ul li,
#VideoArchives div.MainSidebar ul li,
#ImageArchives div.MainSidebar ul li,
#BestOf div.MainSidebar ul li {
  font-size: 11px;
}
ul.narrowOptions li.flyout_link_parent {
  margin-top:10px;
}
ul.narrowOptions li a.flyout_link {
  font-weight: bold;
}
a.flyout_close_text {
  float:            right;
  text-decoration:  none;
}
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  {
  padding-left: 0;
  border: none;
}
    body div.MainSidebar li.narrowWithForm ul.narrowOptions li form {
      padding: 0;
    }



div.searchedFor,
body#VideoArchives div#SearchResults h1,
body#ImageArchives div#ImageSearchResults h1,
div#CommentSearchResults h1,
div#StaffPickFeatureBox h2 {
  clear: both;
  color: #717171;
  font-size: 1.6em;
  margin: 0;
  padding: 8px 10px 9px;
  text-align: left;
  border-bottom: 1px solid #C3C3C3;
  }
  body#VideoArchives div#SearchResults h1,
  body#ImageArchives div#ImageSearchResults h1 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
  }
  div#StaffPickFeatureBox h2 {
    margin-bottom: 10px;
  }

body#IssueArchives div#searchResults div.searchedFor h3,
body#IssueArchives div#SpecialIssueCovers div.searchedFor h3 { font-size: 14px; }

div.searchedFor h3, 
div.searchedFor ul { display: inline; }

div.searchedFor ul li {
  display: inline;
  text-transform: lowercase;
}

div.listing {
  float: left;
  margin-right: 10px;
  width: 430px;
}
  div.listing p {
    font-size: 11px;
  }

div.listing h3 {
  margin-bottom: 3px;
}

img.listingImg {
  float: right;
  margin: 0pt 0pt 3px 7px;
  width: 100px;
}

div.listingLocation {
  color: #333;
  margin-bottom: 10px;
  }
  .movietimesListing div.listingLocation {
    float: left;
  }
div.eventPickInformation div.listingLocation {
  width: 200px;
  margin-left: 10px;
}


/* ------------------------------------------------------------------ */

/* Ads column. */
div.ZoneC {
    padding-bottom: 5px;
}

a.actionButton {
  display: block;
  height: 19px;
  margin: 10px auto 0;
  text-indent: -6000px;
}

div.CommentsComponent, 
div#BrowseComments {
  clear: both;
  background: #EDEEEE;
  padding-bottom: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #444;
}
  body#Event div.CommentsComponent {
    margin-top:20px;
  }
.CommentsComponent h4 {
    padding:10px;
}
div.commentsHeader {
  background: #D0D1D2 url(../images/backgrounds/comments_header.gif) no-repeat right top;
  margin-bottom: 10px;
}
div.commentsHeader h2, 
div.commentsHeader h3 {
  color: #717171;
  float: left;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 0 12px 12px;
  text-align: left;
  text-transform: uppercase;
}
body#PostComment div.commentsHeader h2,
body#PostComment div.commentsHeader h3 {
  width:100%;
  padding-bottom:12px;
}
h4#commentsContentLink
{
    border-top: 1px solid #ccc;
    font-weight:normal;
    padding:5px;
    margin:0;
    text-align:center;
}
h4#commentsContentLink a
{
    font-weight:bold;
}
div.commentsHeader form {
  padding: 12px 12px 12px 0;
  color: #222;
  font-size: 11px;
  letter-spacing: 0;
  text-align: right;
  text-transform: none;
  vertical-align: top;
}
  div.commentsHeader form label { font-weight: bold; }

h4.commentFormAddHeader {
  font-size: 14px;
  display: none;
}

dl.formElements {
  margin: 15px 15px 15px 0;
}

dl.formElements dt {
  float: left;
  clear: left;
  display: inline;
  width: 160px;
  min-height:45px;
  margin-right: 15px;
}
  dl.formElements dt label { font-weight: bold; }
  dl.formElements dt label span { color: #FF0000; }
  dl.formElements dt span { 
    font-size: 10px; 
    color: #666;
  }
  span.formFootnote {
    color: #FF0000;
  }

dl.formElements dd {
  float: left;
  width: 395px;
}
dl.formElements dd input[type="text"],
dl.formElements dd select { width: 75%; }
dl.formElements dd textarea {
  width: 596px;
  height: 110px;
}
  
div.commentFormRating {
  background: #FFFF99;
  padding: 5px 10px;
  border: 1px solid #FF9900;
}  
  
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;
}

form#previewComment textarea {
  width:95%;
}
div.pagination { 
  clear: both; 
  text-align: center;
  padding: 10px 0;
}

div.storyPagination {
  /*font-size: 1.1em;
    line-height:1.5em;
    overflow:hidden;*/
    margin:1em 0;
}

div.storyPagination p.fullText {float:right;font-weight:bold;margin-left:1em;}
div.storyPagination p.fullText:before {content:'  | ';}
div.storyPagination p.pageNumbers {float:right;}
div.storyPagination p.pageNumbers a {border:1px solid #900;color:#900;padding:1px 4px;margin-right:3px;font-weight:bold;}
div.storyPagination p.pageNumbers a.prev,
div.storyPagination p.pageNumbers a.next {border:none;text-transform:capitalize;}
div.storyPagination p.pageNumbers strong {background:#c00;color:#fff;padding:2px 6px;margin-right:3px;font-weight:bold;}

/*  div.storyPagination p.fullText {display:none;}*/

/*  div.storyPagination p:first-child {
    font-size: 1em !important;
    display:inline;
    text-align: right;
    font-size: .8em !important;
    float: right;
    margin: 2px !important;
    margin-left: .5em !important;
    text-transform: lowercase;
  }
  div.storyPagination p:last-child {
    font-size: 1em !important;
    display:inline;
    text-align: center;
    font-weight: bold;
    margin: -20px 0 0;
  }
  div.storyPagination .pageNumbers>strong:after,
  div.storyPagination .pageNumbers>a:after {
    content:' \007c ';
  }
    div.storyPagination .pageNumbers>strong:last-child:after,
    div.storyPagination .pageNumbers>a:last-child:after {
      content:'';
    }
  div.storyPagination .pageNumbers a {
    font-weight:normal;
  }
*/
ul.prevNext {
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  margin:0 0 5px;
}
  ul.prevNext li.prevNext_prev {
    float: left;
    text-align: left;
  }
  ul.prevNext li.prevNext_next {
    float: right;
    text-align: right;
  }
  ul.prevNext li.prevNext_date{font-weight:700;}
  ul.prevNext li {
    display: inline-block;
  }
ul.prevNext br{display:none;}
div.prevNext {
  color: #FCFCFC;
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding:0;
  font-size: 1.0em;
  }
  div.prevNext a.prev {
    float: left;
    text-decoration: none;
  }
  div.prevNext a.next {
    float: right;
    text-decoration: none;
  }

div#BestOfPreviousNext div.prevNext {
  margin-top: 10px;
}

div.CommentsComponent hr, 
div#BrowseComments hr {
  height: 1px;
  background: #CCC;
  margin: 12px 15px 2px;
  border: none;
  color: #CCC;
}
div.comment {
  clear: both;
  margin: 12px 15px 0;
}
div.CommentsComponent h4, 
div#BrowseComments h4 {
  margin-top: 10px;
  text-align: left;
  font-weight: bold;
}
div.commentText {
  background: #FFF;
  padding: 10px;
  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;
    }

/* profile page stories */

body.ProfilePage div#gridMainColumn li.storyItem {
  background: #FFF;
  padding: 10px;
  margin: 10px;
}    
body.ProfilePage div#gridMainColumn .ratingGraphic {
  margin-bottom: 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:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 10px;
}
div.commentAuthor a {
    font-weight: bold;
}
div.commentAuthor span {
    color: #A7A9AC;
}
div.CommentsComponent form, 
div#BrowseComments form,
div#PostCommentProcessEdit {
    margin-left: 15px;
}


p.commentFormSubmit {
  margin: 10px 15px 0 0;
  text-align: right;
}
  p.commentFormSubmit input,
  div.commentFormSubmit input, 
  p.formSubmit input, 
  a.addAction,
  input.editor_ok_button {
    background: #717171;
    padding: 3px 5px;
    border: 1px solid #444;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
  }
    p.commentFormSubmit input:hover, 
    div.commentFormSubmit input:hover,
    p.formSubmit input:hover,
    input.editor_ok_button:hover {
      background: #FFF;
      color: #717171;
    }

input.editor_field { margin-right: 8px; }
a.editor_cancel {
  margin-left: 10px; 
  font-size: 10px;
  text-decoration: none;
  color: #FF0000;
}
a.deleteListItem {
  float: right;
  padding: 2px 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  background: #FF0000;
  border: 1px solid #CC0000;
  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 #660000;
      font-weight: normal;
      text-transform: lowercase;
      cursor: pointer;
    }


h4.reviewLocation a { font-weight: bold; }

span.locationRegion {
  background:#999 none repeat scroll 0%;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  margin-right:2px;
  }
    span.locationRegion a {
      color:#fff;
      padding:0 3px;
      text-decoration:none;
    }
      span.locationRegion a:hover {
        background:#C70E0F;
      }

ol.customList {
  padding: 0 30px;
  margin: 20px 0;
}
  ol.customList li {
    background: #EEEEEF;
    padding: 15px;
    margin-bottom: 15px;
    list-style:decimal;
  }
  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,
body#Content div.Sidebar,
body#BestOf div.Sidebar {
  padding: 10px;
  border-bottom: 2px solid #C2C2C2;
  color: #000;
}
  div.infoBox h3,
  body#Content div.Sidebar h3,
  body#BestOf div.Sidebar h3 {
    font-weight: bold;
  }
  body#Content div#ArticleTools,
  body#BestOf div#ArticleTools {
    color:#757673;
  }
  body#Content div#ImageFlipBook,
  body#BestOf div#ImageFlipBook {
    background:none;
  }
  body#Content div#AudioPlayer {
    padding-bottom: 0;
  }
  body#Content div#AudioPlayer div.audioPlayer {
    margin:0 -10px 10px;
  }
  body#Content div#StorySectionLink {
    text-align:right;
  }

body.Analord1Zone dl.formElements dt {
  width: 110px;
}

body.Analord1Zone dl.formElements dd {
  width: 155px;
}




/* ------------------------------------------------------------------ */
/* ID Based Selectors */
/* ------------------------------------------------------------------ */

div#HeaderLogo.GlobalHeader {
  float: left;
  margin-bottom: 10px;
}
div#HeaderLogo div#sectionLabel {
  color: #615F5F;
  font-size: 32px;
  line-height: 26px;
  text-align: left;
}

div#LeftBookend.GlobalHeader {
  float: left;
  margin-bottom: 0;
}
div#AdRightBookend.GlobalHeader {
  float: right;
  margin-bottom: 0;
}

div#HeaderLogo.GlobalHeader {
  text-align: center;
  width: 200px;
  }
  div#HeaderLogo.GlobalHeader.homeLogo {
    width: 250px;
  }
div#HeaderLogo.GlobalHeader h1 {
    margin: 0 auto;
    width: 250px;
    float: left;
  }
div#HeaderLogo.GlobalHeader h1 a {
    display: block;
    background-repeat: no-repeat;
    text-indent: -6000px;
    overflow: hidden;
  }
  div#HeaderLogo.GlobalHeader h1 a {
    width: 190px;
    height: 60px;
    background-image: url(../images/citylogo-sm.png);
  }
  div#HeaderLogo.GlobalHeader.homeLogo h1 a {
    width: 240px;
    height: 80px;
    background-image: url(../images/citylogo-240.png);
  }
div.GlobalHeader div.banner_ad {
    position: relative;
    float: right;
}

div#Leaderboard.GlobalHeader {
  float: right;
  margin-bottom: 10px;
}

div#AdFooter {
  width: 728px;
  margin: 0 auto;
}
div.Ad {
  padding: 0;
  text-align: center;
  background: none;
}
div.MediumRectangle>div {
  width: 300px;
  }
  /* Tombstoned ads in main column. */
  div.MediumRectangle.Inline {
    border:0 !important;
    margin:0 !important;
    padding:0 15px 0 0 !important;
    float:left;
  }
    div.MediumRectangle.Inline.last {
      float:right;
      padding-right: 0 !important;
      padding-left: 15px !important;
    }
      div.MediumRectangle.Inline.last:after {
        content:'';
        clear:both;
        display:table;
      }
    div#StoryTags+div.MediumRectangle.Inline,
    div.BlogPost+div.MediumRectangle.Inline {
      margin-bottom:10px !important;
    }
div#AdSkyscraper {
  width: 160px;
  margin: 0 auto;
  }
  div#AdSkyscraper.Home {
    text-align: center;
    width: auto;
    }
div#DailyDeals>div
{
  width:300px;
}

/* ------------------------------------------------------------------ */

div#BannerHome {
  border-top: 2px solid #FFF;
}

div#SearchLogin,
div#LoginBar {
    position: relative;
    width:980px; height:30px;
    background:black;
    font-size: 12px;
    line-height:30px;
    margin:0 auto;
    color:white;
}
  div#LoginBar a {color:white;}
  div#LoginBar .link {float:left; line-height:24px; height:24px; padding:3px 7px;}
    div#LoginBar .link.voiceplaces {position:relative; padding-left:36px;}
      div#LoginBar .link.voiceplaces:before
      {
        content:'';
        position:absolute;
        left:7px;
        width:25px; height:25px;
        background:transparent url("../images/omni-two-sprites.png") -42px center no-repeat;
      }
  div#LoginBar #topLinks .highlight {color:black;background:white;}
    div#LoginBar #topLinks a.highlight {color:black;}
  div#LoginBar .loginLinks {float:right; position:relative; padding-left:44px;}
    div#LoginBar .loginLinks:before
    {
      content:'';
      position:absolute;
      left:7px;
      width:30px; height:30px;
      background:transparent url("../images/omni-two-sprites.png") -4px center no-repeat;
    }
  div#LoginBar .loginLinks .highlight {background:#e7001f; border-radius:3px; margin:3px 0; padding:0;}

div#SearchLogin form {
  float: left;
  height: 20px;
  text-align: left;
  vertical-align: middle;
}
div#SearchLogin form label {
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    vertical-align: top;
}
div#SearchLogin form input[type="submit"] {
    margin-left: 3px;
    vertical-align: middle;
}
ul#SearchLogin-login,
ul#LoginBar-login {
    text-align: right;
    float: right;
}
ul#SearchLogin-login li,
ul#LoginBar-login li {
    display: inline;
}
  ul#SearchLogin-login li a,
  ul#LoginBar-login li a {
    text-decoration: none;
  }
  ul#SearchLogin-login li#SearchLogin-upcoming,
  ul#LoginBar-login li#LoginBar-upcoming { 
    display: block;
    font-size: 10px; 
  }
    ul#SearchLogin-login li#SearchLogin-upcoming a,
    ul#LoginBar-login li#LoginBar-upcoming a { 
      font-weight: normal; 
      color: #626258;
    }
  
div#SearchLogin-section,
div#SearchLogin .searchWidgetForm { 
    position: relative;
    float: left;
}

ul#LoginBar-newsletter {
  float: right;
}
ul#LoginBar-newsletter a,
ul#LoginBar-login a,
div#topLinks a,
ul#LoginBar-login strong.usernameLabel {
  padding: 0 10px;
}

div#topLinks {
  float: left;
}
div#topLinks a.weather {
  display: block;
  float: left;
  margin-top: -5px;
}

li.search-field input[type="submit"] {
  background: url("../images/buttons/nav_search.jpg") no-repeat scroll 0 0 transparent;
  border: 0 none;
  height: 29px;
  padding: 0;
  text-indent: -9999px;
  text-transform: uppercase;
  width: 31px;
}
li.search-field input[type="text"] {
  padding: 2px;
  font-size: 1.3em;
  width: 290px;
}

div#loginContainer, 
div#logoutContainer {
  padding: 20px;
}
  div#loginContainer h1, 
  div#logoutContainer h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #444;
  }
    
    div#logoutContainer h2 {
      font-size: 22px;
      color: #444;
    }

div#logout_reminder {
  float: left;
  background: #999;
  padding: 10px 20px 20px;
  margin-right: 20px;
  border: 1px solid #666;
  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: #CC0000;
  }
    div.errorDisplay h3 { 
      font-weight: bold;
      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: #009900;
}
  div.successMessage p,
  form.loginForm div.successMessage p { 
    padding: 0; 
  }

div.generalMessage {
  background:#ffc;
  padding:10px;
  margin:10px;
}

form.loginForm {
  background: #EEEEEF url(../images/backgrounds/loginform_bott.gif) no-repeat bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
  div#loginContainer form.loginForm h2 {
    padding: 20px 20px 0;
    margin-bottom: 3px;
    background: url(../images/backgrounds/loginform_top.gif) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #660000;
  }
  div#loginContainer form.loginForm h2 span {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #444;
  }
    
  form.loginForm p {
    padding: 0 20px;
    margin-top: 0;
  }
  form.loginForm label { font-weight: bold; }
  form.loginForm input {
    font-size: 18px;
  }
  form.loginForm input.submit {
    background: #660000;
    padding: 3px 5px;
    margin-right: 15px;
    border: 1px solid #666;
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
    cursor: pointer;
  }
  form.loginForm input[type="text"],
  form.loginForm input[type="password"] {
    width: 200px;
  }


div#EventsNarrowSearch ul li h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}


div#previewCommentComponent, 
div#editCommentComponent {
  padding: 20px;
}

div#PaginationTop, 
div#PaginationBottom {
  padding-top: 10px;
}
div#PaginationBottom {
  font-size: 1.1em;
  margin: 10px 0;
}
  #PaginationBottom strong,
  #PaginationBottom a {margin:0 0.25em;padding:2px 4px;border:1px solid #660000;font-size:12px;text-decoration:none;-webkit-box-shadow: 2px 2px 2px 2px #666666;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;}
  

  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;
      }
  
  div.featureBox .storyImg {
    margin-bottom: 10px;
  }    
  div.featureBox h2.headline {
    font-size: 18px;
    margin: 0;
  }
  div.featureText {
    font-size: 1.2em;
  }
    div.featureText p {
      margin: 0;
    }
      div.featureText p.featureInfo {
        color: #6A6868;
      }

div#gridFooter {
}
  div#gridFooter a {}
  
div#FooterNavigation {
  background:#c00 url('../images/backgrounds/learn-more.png') left center no-repeat;
  height:32px;
  overflow:hidden;
  padding:10px 0 10px 0
}
  div#FooterNavigation h2.componentHeader,
  div#FooterNavigation h3.listHeader
  {
    display:none;
  }
  div#FooterNavigation ul.componentBody li.list>ul>li
  {
    border-left:1px solid #ddd;
    float:left;
    font-size:14px;
    font-weight:bold;
    line-height:32px;
    text-align:center;
    text-transform:uppercase;
    height:32px;
    width:124px;
  } 
    div#FooterNavigation ul.componentBody li.list>ul>li.first
    {
      border-left:0;
    }
    div#FooterNavigation ul.componentBody li.list>ul>li a
    {
      display:block;
      height:32px;
      width:124px;
      color:#c00;
    }

div#FooterLinks
{
  background-color:white;
}
  div#FooterLinks h2.componentHeader
  {
    display:none;
  }
  div#FooterLinks ul.componentBody
  {
    float:left;
    margin:20px 0 20px 190px;
    width:100%;
  }
    div#FooterLinks ul.componentBody>li
    {
      color:#999;
      float:left;
      font-size:12px;
      line-height:15px;
      text-transform:uppercase;
      width:175px;
    }
      div#FooterLinks ul.componentBody>li a
      {
        color:#999;
      }
      div#FooterLinks ul.componentBody>li h3
      {
        font-size:14px;
        font-weight:bold;
        line-height:17px;
        margin-bottom:5px;
        font-family: 'Helvetica Neue', Arial, Verdana, sans-serif;
      }

div#Copyright
{
  background-color:#ccc;
  color:white;
  font-size:11px;
  font-weight:bold;
  line-height:14px;
  padding:10px 0;
  text-align:center;
}
  span.poweredbyFoundation {margin-left:1em;}

div#LocationRestaurantDetails p,
div#LocationBarDetails p { 
  margin: 0 0 15px; 
}

div#LocationRestaurantDetails p.tags,
div#LocationBarDetails p.tags {
  padding: 0;
  margin: 0 0 10px;
}
  div#LocationRestaurantDetails ul.locationMenuCoupon {
    margin:10px 0;
    background: #660000;
    display: inline-block;
    padding: 3px 5px;
  }
  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#LocationRestaurantDetails ul.locationMenuCoupon li a {
      color: #FFF;
    }

#LocationMovieTimes .film-image,
#LocationMovieTimes .film-title,
#LocationMovieTimes .film-times
{
    display: table-cell;
    border-bottom:1px dotted #ccc;
    vertical-align: middle;
}

#LocationMovieTimes ul.filmTimes li {
    display: table-row;
}
#LocationMovieTimes ul.filmTimes {
    display: table;
}

#LocationMovieTimes .filmTimes .film-times {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

#LocationMovieTimes .filmTimes .film-title {
    vertical-align:middle;
    padding: 5px 10px;
}

#LocationMovieTimes .filmTimes .film-image {
    padding: 5px;
    vertical-align:middle;
}

#LocationMovieTimes ul.filmTimes {
    width: 100%;
}

/* ------------------------------------------------------------------ */

h1.sectionHeader { 
    float: left; 
    margin-right:10px;
}

.headerLandingSearchLink {
  display: block;
  float: left;
  height: 23px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 14px;
  text-indent: -6000px;
}

.lead {
  margin-bottom: 20px;
}
  .lead .storyImg { 
    width: 420px;
    margin-bottom: 15px;
  }
  .lead .headline {
    font-size: 16px;
  }
    
.stack {
  clear: both;
  margin-bottom: 25px;
}
  .stack .follow {
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dedede;
    text-align: left;
  }
    .stack .follow .storyImg {
      float: left;
      width: 75px;
      margin-right: 10px;
    }
    .stack .follow h4.subheadline { display: inline; }
  
.triptych { 
  padding: 15px 0;
  border-top: 1px solid #dedede;
  }
  .triptych .follow {
    float: left;
    width: 124px;
    margin-right: 24px;
  }
    .triptych .follow .storyImg {
      width: 124px;
      margin-bottom: 10px;
    }
  .triptych #lastTriptychStory {
    margin: 0;
  }

.readmore {
  font-size: 10px;
}

li.readmore, p.readmore {
  padding-top: 7px;
  margin-top: 0;
  text-align: right;
  font-size: 10px;
}

/* ------------------------------------------------------------------ */

div#Story p, 
div#StoryLayoutJr p {
  color: #232323;
  line-height: 1.75em;
}
div#Story p.moreArticles {
    text-align: right;
}

body#Content .MainColumn .banner_ad {
  margin:0 0 10px;
  text-align:center;
}
  body#Content div#Comments.CommentsComponent,
  body#Content div#BrowseComments.ContentComments {
    padding:0 0 12px;
  }

div#RelatedEvents .date {
    font-weight: bold;
}

#Post div#RelatedLocations {
  padding: 10px;
}
#Post div#RelatedLocations h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}

.postBody img.blogImageLeft,
.postBody img.blogImageRight,
.postBody img.blogImageCenter
{
    background:#EEEEEE none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    display:block;
    margin:5px;
    padding:5px;
    text-align:center;
}
.postBody img.blogImageLeft {
    float:left;
    display:inline;
    margin:0 10px 10px 0;
}
.postBody img.blogImageRight {
    float:right;
    display:inline;
    margin:0 0 10px 10px;
}
.postBody img.blogImageCenter {
    display:inline;
    margin:0 10px 0 10px;
}
.postBody a.pdflink {
  display:block;
  height:52px;
  width:50px;
  text-indent:-7000px;
  background:url(../foundation/images/icons/pdf-large.gif) top left no-repeat;
}


div#BlogButtons ul { padding-bottom: 0; }
  div#BlogButtons ul li { margin-bottom: 10px; }
    div#BlogButtons ul li a { 
      display: block;
      height: 45px;
      text-indent: -6000px;
      background-repeat: no-repeat;
    }

a#searchStartOver {
  display: block;
  width: 124px;
  height: 32px;
  background: url(../images/buttons/startover.gif) no-repeat;
  margin: 10px auto 0;
  text-indent: -6000px;
}

div#directionsForm {
  background: #ffffcc;
  margin-top: 10px;
  border-top: 1px solid #ffff00;
  border-bottom: 1px solid #ffff00;
  font-size: 11px;
}
  div#directionsForm input.text { font-size: 12px; }


  /* Features Icons */
  div.FeaturesIcons {
    height:14px;
    margin:5px 0;
    display:inline;
    padding-right:3px;
  }
  div.FeaturesIcons a span {
    display:none;
    float:left;
    margin:0 2px 0 0;
    text-indent:-6000px;
    height:16px;
    width:16px;
  }
    div.FeaturesIcons a.FeaturesIcons_menu span {
      background:url(../images/icons/features-icon_menu.png) center left no-repeat;
      display: block;
    }  
    div.FeaturesIcons a.FeaturesIcons_menu_available span {
      background:url(../images/icons/page_menu.png) center left no-repeat;
      display: block;
    }  
    div.FeaturesIcons a.FeaturesIcons_recommended span {
      background:url(../images/icons/features-icon_staff_pick.gif) center left no-repeat;
      display: block;
    }
    div.FeaturesIcons a.FeaturesIcons_members_pick span {
      background:url(../images/icons/features-icon_members_pick.gif) center left no-repeat;
      display: block;
    }
    ul.narrowOptions div.FeaturesIcons a.FeaturesIcons_members_pick span {height:12px;}
    div.FeaturesIcons a.FeaturesIcons_video span {
      background:url(../images/icons/features-icon_video.png) center left no-repeat;
      display: block;
    }
    div.FeaturesIcons a.FeaturesIcons_slideshow span {
      background:url(../images/icons/features-icon_slideshow.png) center left no-repeat;
      display: block;
    }
    div.FeaturesIcons a.FeaturesIcons_audio span {
      background:url(../images/icons/features-icon_audio.png) center left no-repeat;
      display: block;
    }
    div.FeaturesIcons a.FeaturesIcons_street_team span {
      background:url(../images/icons/features-icon_street_team.png) center left no-repeat;
      display: block;
    }
    body#Home div#ContentTeasers div.FeaturesIcons a span{
        margin: 0;
        margin-top: 5px;
}
body#Home div#TopStories div.FeaturesIcons a span{
    margin: 0;
    margin-top: 3px;
}

  li#ArticleSearchNarrowByContentFeatures,
  li#BestOfNarrowbyContentFeatures
  {
    float: left;
  }
  li#ArticleSearchNarrowByContentFeatures ul.narrowOptions,
  li#BestOfNarrowbyContentFeatures ul.narrowOptions
  {
    border-left: 0;
    padding-left: 5px;
    float: left;
    width: 100%;
    }
    li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li,
    li#BestOfNarrowbyContentFeatures ul.narrowOptions li
    {
      background: url(../images/backgrounds/dotted-line.gif) repeat-x 0 10px;
      float: left;
    }
    li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li a,
    li#BestOfNarrowbyContentFeatures ul.narrowOptions li a
    {
      float: left;
    }
    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: #FFF;
    }
  li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li div.FeaturesIcons,
  li#BestOfNarrowbyContentFeatures ul.narrowOptions li div.FeaturesIcons
  {
    margin: 0;
    float: right;
    padding-right: 0;
    }
    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: 100px;
    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:bold;
    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:bold;
  }
  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: bold; }
  
  div#ProfileBrowseSavedEvents div.EventListing div.listing h3 { text-align: left; }
  div#ProfileBrowseLists div.listListing ul li.customItem h5 {
    font-weight: bold;
  }
  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-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  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#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#Profile div#currently, 
body#MyProfile div#currently { margin-bottom: 10px; }

body.ProfilePage div.AdSidebar,
body.ProfilePage div.MainSidebar,
body#Profile div.MainSidebar,
body#MyProfile div.MainSidebar,
body#Favorites div.MainSidebar,
body#MyFavorites div.MainSidebar,
body#List div.MainSidebar,
body#Lists div.MainSidebar,
body#MyLists div.MainSidebar,
body#MySettings div.MainSidebar,
body#Comments div.MainSidebar,
body#MyComments div.MainSidebar,
body#EditList div.MainSidebar
{
  background: #FCFCFC;
  border-color: #E4E4E4 #C3C3C3 #C3C3C3 #E4E4E4;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}

body.ProfilePage div.AdSidebar h3,
body#Profile div.MainSidebar h3,
body#MyProfile 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#MySettings div.MainSidebar h3,
body#Comments div.MainSidebar h3,
body#MyComments div.MainSidebar h3,
body#EditList div.MainSidebar h3,
body.ProfilePage div.AdSidebar h3
{
  color: #717171;
  font-size: 1.3em;
  border-bottom: 1px solid #C3C3C3;
  line-height: 1em;
  margin:0;
  padding: 5px 5px 6px;
}
  body.ProfilePage div.AdSidebar h3 img,
  body#Profile div.MainSidebar h3 img,
  body#MyProfile 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#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.ProfilePage div.AdSidebar p,
body#Profile div.MainSidebar p,
body#MyProfile div.MainSidebar p,
body#List div.MainSidebar p,
body#Lists div.MainSidebar p,
body#MyLists div.MainSidebar p,
body#MySettings div.MainSidebar p,
body#Comments div.MainSidebar p,
body#MyComments div.MainSidebar p,
body#EditList div.MainSidebar p,
body.ProfilePage div.MainSidebar p { 
  padding: 10px 10px 0;
  margin: 0; 
  text-align: left;
}
  body.ProfilePage div.AdSidebar p.readmore,
  body#Profile div.MainSidebar p.readmore,
  body#MyProfile div.MainSidebar p.readmore,
  body#List div.MainSidebar p.readmore,
  body#Lists div.MainSidebar p.readmore,
  body#MyLists 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 { text-align: right; }

body.ProfilePage div.AdSidebar ul,
body#Profile div.MainSidebar ul,
body#MyProfile 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#MySettings div.MainSidebar ul,
body#Comments div.MainSidebar ul,
body#MyComments div.MainSidebar ul { 
  text-align: left; 
  padding: 10px;
}
  body.ProfilePage div.AdSidebar ul li p,
  body#Profile div.MainSidebar ul li p,
  body#MyProfile 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#MySettings div.MainSidebar ul li p,
  body#Comments div.MainSidebar ul li p,
  body#MyComments div.MainSidebar ul li p { padding: 0; }

body.ProfilePage div.MainColumn
{
  margin-bottom:1em;
}

body.ProfilePage #Photo,
body#MyProfile #Photo,
body#Profile #Photo
{
  padding:5px !important;
}

body#MyProfile #ArchivesAuthorBio,
body#Profile #ArchivesAuthorBio
{
  background-color:white;
  padding:10px;
}
  body#MyProfile #ArchivesAuthorBio h3,
  body#Profile #ArchivesAuthorBio h3
  {
    color:#900;
    font-weight:bold;
    margin-top:0;
    text-align:left;
  }

body#Profile div#Reminders,
body#MyProfile div#Reminders {
  background: #FFF;
}
  body#Profile div#Reminders h3,
  body#MyProfile div#Reminders h3 {
    color: #660000;
  }

a.profileFindMore {
  display: block;
  height: 23px;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 10 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: #999;
}
  div#profileModeMessage h1 span {
    background: #ffff99;
  }
  div#profileModeMessage h1 a { 
    font-weight: bold; 
    color: #FFF;
  }
  
body#Location div#BrowseComments.MainColumn {
  margin: 20px 0;
}
body#Location div#LocationLayout { margin-top: 0; }

body#MySettings dl.formElements { margin-right: 0; }
body#MySettings dl.formElements dd { width: 340px; margin-bottom: 10px; min-height: 45px; }

body#MySettings dl.formElements dd.formLeft,
body#MySettings dl.formElements dd.formRight { 
  width: 175px;
  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;
}

/* Free Stuff */

body#FreeStuff div.MainColumn h2 {
  color: #717171;
  text-decoration: none;
}
body#FreeStuff #FreeStuffSearchResults div.storyItem,#FreeStuffProcess div.storyItem {
  overflow: hidden;
  margin: 10px 0;
}
body#FreeStuff #FreeStuffSearchResults div.storyItem form,#FreeStuffProcess div.storyItem form{float:right;}
body#FreeStuff div.MainColumn h2,
body#FreeStuff div.MainColumn h3 {
  margin-bottom: 10px;
  padding:0;
}
body#FreeStuff div.MainColumn h3 {
  font-weight: bold;
  font-size: 1.3em;
}
body#FreeStuff div.MainColumn h4 {
  font-size: 1.15em;
  line-height: 1.15;
}
body#FreeStuff div.MainColumn h4.headline a {
  font-size: 1.3em;
  font-weight: bold;
}
body#FreeStuff div.MainColumn div.PromoTeaser {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
body#FreeStuff div.MainColumn div.descr_txt ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 3px;
}
body#FreeStuff div.MainColumn div.freeStuffMessage {
  background: #F5F5F5;
  margin-bottom: 10px;
  font-size: 1.1em;
  padding: 1px 10px;
}

body#FreeStuff div.MainColumn hr {
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
  background: transparent;
  margin: 20px 0;
  clear: both;
}
body#FreeStuff div#FreeStuffBreadcrumbs {
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
  display:none;
  }
  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;
  font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;
  letter-spacing: -1px;
}

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#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
{
  margin-bottom: 4px;
  clear: both;
  width: 97%;
}

body#Event div#gridMainSidebar, 
body#Location #gridMainSidebar {
  padding-top: 10px;
}

body#List div#gridMainSidebar {
  width: 180px;
  padding: 0;
  margin: 12px;
}

body#List div#gridMainColumn {
  width: 580px;
  padding: 10px;
  margin: 10px 10px 10px 0;
}
body#List div#gridMainColumn .MainColumn {
  margin: 0;
}
body#List div#gridMainColumn h3.profileGroupHeader {
  text-align: left;
}

body#MemberSearch #gridMainSidebar select {
  width:133px;
}

body#Search div#SearchSearchTerms, 
body#ArticleArchives div#SearchSearchTerms, 
body#IssueArchives div#SearchSearchTerms,
body#IssueArchives div#ArchivesIssueNav,
body#ArticleArchives div#ArchivesSearchTerms,
body#MemberSearch div#MemberSearchTerms,
body#BestOf div#BestOfSearchTerms
{
  background: #FFF;
  margin-bottom: 7px;
}
  body#Search div#SearchSearchTerms h3, 
  body#ArticleArchives div#SearchSearchTerms h3, 
  body#IssueArchives div#SearchSearchTerms h3,
  body#ArticleArchives div#ArchivesSearchTerms h3,
  body#MemberSearch div#MemberSearchTerms h3,
  body#BestOf div#BestOfSearchTerms h3
  {
    background: none;
    color: #660000;
    line-height: 1em;
    padding: 0 0 5px;
    font-weight: normal;
    text-align: left;
  }
  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
  {
    padding: 0;
  }
  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
  {
    border-top:1px solid #FFF;
    font-size:10px;
    padding:5px 0;
    color: #000;
  }
    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
    {
      float: right;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
    }

    body#ArticleArchives .subtractiveSelections ul li a,
    body#BestOf .subtractiveSelections ul li a,
    body#IssueArchives .subtractiveSelections ul li a,
    body#MemberSearch .subtractiveSelections ul li a, 
    body#Search .subtractiveSelections ul li a
    {
      background:   transparent url(../images/buttons/subtractiveCheck.gif) no-repeat scroll left top;
      display:      block;
      float:        right;
      font-weight:  normal;
      height:       15px;
      margin-left:  2px;
      text-indent:  -6000px;
      width:        14px;
    }

    body#ArticleArchives .subtractiveSelections ul li a:active,
    body#ArticleArchives .subtractiveSelections ul li a.off, 
    body#BestOf .subtractiveSelections ul li a:active,
    body#BestOf .subtractiveSelections ul li a.off, 
    body#IssueArchives .subtractiveSelections ul li a:active,
    body#IssueArchives .subtractiveSelections ul li a.off, 
    body#MemberSearch .subtractiveSelections ul li a:active,
    body#MemberSearch .subtractiveSelections ul li a.off, 
    body#Search .subtractiveSelections ul li a:active,
    body#Search .subtractiveSelections ul li a.off
    {
      background-position:-14px top !important;
    }

    body#Search .flyout_content,
    body#ArticleArchives .flyout_content,
    body#IssueArchives .flyout_content,
    body#MemberSearch .flyout_content
    {
      background:#C7DBFF none repeat scroll 0%;
      border:2px solid #00407A;
      padding:10px;
      position:relative; /* Due to site skin. */
      z-index:9001; /* Due to site skin. */
    }
      body#Search .flyout_content table,
      body#ArticleArchives .flyout_content table,
      body#IssueArchives .flyout_content table,
      body#MemberSearch .flyout_content table
      {
        border:0;
      }
        body#Search .flyout_content table td,
        body#ArticleArchives .flyout_content table td,
        body#IssueArchives .flyout_content table td,
        body#MemberSearch .flyout_content table td
        {
          padding:10px;
        }

body#Search div#SearchSearchForm ul, 
body#ArticleArchives div#SearchSearchForm ul, 
body#IssueArchives div#SearchSearchForm ul,
body#ArticleArchives div#ArchivesSearchForm ul,
body#MemberSearch div#MemberSearchForm ul,
body#BestOf div#BestOfSearchForm ul
{
  padding: 0 10px;
}

body#BestOf.SearchPage div.MainSidebar form {
  margin: 5px;
}

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: #999;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 12px;
}

h2#userName {
  float:left;
  font-size:32px;
  line-height:0.5em;
  margin:20px 50px 20px 0;
  padding:10px;
}
  h2#userName a#userNameLink {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:none;
    color:#660000;
  }
  h2#userName span#memberSince {
    color:#666;
    font-size:10px;
    font-weight:normal;
    padding-left:3px;
    width:100%;
  }

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-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #660000;
  text-transform: none;
  letter-spacing: 0;
}

body.ProfileComments div#gridMainColumn div#BrowseComments div.commentsHeader { background: none; }

div#userPics { text-align: center; }
  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;
  }

#Photo {
  text-align: center;
}
#Photo .flipBook ul {
  display: none;
}
  

div#photoEnlarge a {
  background:#FFF;
  padding:3px;
  text-decoration:none;
  font-size:10px;
}  
/* Location and Event Pages */

body#Search div.MainSidebar, 
body#ArticleArchives div.MainSidebar, 
body#IssueArchives div.MainSidebar, 
body#BestOf div.MainSidebar
{
  background: #EDEDEE;
}

body#Search div.MainSidebar h3, 
body#ArticleArchives div.MainSidebar h3, 
body#IssueArchives div.MainSidebar h3, 
body#BestOf div.MainSidebar h3
{
  color: #717171;
  margin-bottom: 5px;
  border-bottom: 1px solid #C3C3C3;
  margin-top:0;
}

body#Search div.MainSidebar h4, 
body#ArticleArchives div.MainSidebar h4, 
body#IssueArchives div.MainSidebar h4, 
body#BestOf div.MainSidebar h4
{ 
  color: #111;
  padding: 0 5px;
}

body div.MainSidebar form { padding: 5px; }

div.MainSidebar form input.text {
  padding-left:15px;
  width:200px;
  background:#FFF url(../images/icons/magnify.gif) no-repeat 3px center;
  margin-right: 5px;
}

div#LocationColumn1 {
  float: left;
  background: #FFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  padding: 10px;
  margin: 10px;
  width: 755px;
}

div#cse-search-results {
  width: 750px;
}
div#cse-search-results iframe {
  width: 750px;
}

div#searchResults
{
  float: left;
  text-align: left;
}
  body#CommentArchives div#CommentSearchResults div#searchResults {
    background: #EDEEEE;
  }
  body#CommentArchives div#CommentSearchResults .memberThumb {
    float: left;
    margin-right: 5px;
    display: block;
  }
  body#CommentArchives div#CommentSearchResults h4 {
    font-weight: bold;
  }
  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;
    }
    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: #777;
    border:1px solid #444;
    clear:both;
    color:#FFFFFF;
    cursor:pointer;
    font-weight:bold;
    margin-top:10px;
    padding:1px 5px;
  }

p.noMatchesFound {
  padding: 10px;
}

div.magnumContainer {
  margin-bottom: 25px;
}
  body#Page div.magnumContainer {
    margin:0;
  }

span.pastEventMessage,
div.closedLocationMessage {
  display: block;
  background: #FF3333;
  padding: 3px 5px;
  margin: 2px 0 10px;
  border: 1px solid #FF0000;
  font-size: 11px;
  color: #FFF;
}

div#EventLocation {
  margin-bottom: 15px;
}

h1.listingTitle,
div.MainColumn h1.listingTitle {
  font-size:26px;
  font-family: Georgia,serif;
}

h2.listingsHeader, 
div.MainColumn h2.listingsHeader {
  font-size:18px;
  font-weight:bold;
  padding:3px 0 4px;
  margin:0;
  text-align:left;
}
div#BestOfCategoryHeader { overflow: hidden; }
div#BestOfCategoryHeader h4 {
font-size: 26px;
line-height: 26px;
color: #717171;
border-bottom: 1px solid #C3C3C3;
padding: 5px 10px;
margin: 0px 0px 10px 0px;
font-family: 'helvetica neue', Arial, Verdana, sans-serif;
font-weight: normal;
  
}
div#BestOfCategoryHeader h4:before {
      content:"\2B1B";
    margin-right:6px;
    color:#344C7C;
    display:inline;
  
}


ul.locationEvents {
  margin-top: 5px;
}
  ul.locationEvents li.l0 {
    margin-bottom: 8px;
  }
      ul.locationEvents li.l0 h4 {font-size:12px;}
    ul.locationEvents li.l0 h4 a {
      font-weight:bold;
      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: 10px 0 0;
  margin: 0 0 10px;
  border-top: 1px solid #dedede;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  color: #676767;
}
  .columnList li a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.25em;
  }
  .columnList li p { 
    margin: 0; 
    font-size:11px;
  }
  .columnList li ul {
    padding:0;
    margin:0;
  }
    .columnList li ul li { 
      padding:0;
      margin:0 0 5px;
      border:none; 
      font-size:11px;
    }

#columnItemHeader_ReaderReviews  {
  width:121px;
  height:50px;
  background:url(../images/headers/reader_reviews.html) no-repeat;
  text-indent:-6000px;
}

/* ------------------------------------------------------------------ */
.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:bold;
  }
  #ArchivesAuthorBio img {
    float:left;
    margin:0 10px 10px 0;
  }
  #ArchivesAuthorBio .email,
  #ArchivesAuthorBio .facebook,
  #ArchivesAuthorBio .twitter {
    height:18px;
    margin:0.5em 0;
    padding-left:27px;
    line-height:18px;
    overflow:hidden;
  }
    body#ArticleArchives #ArchivesAuthorBio .email,
    body#ArticleArchives #ArchivesAuthorBio .facebook,
    body#ArticleArchives #ArchivesAuthorBio .twitter {
      margin-left:60px;
    }
    #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;
  }
  #ArchivesAuthorBio .profilelink
  {
    margin-top:1em;
  }

#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;
  color:#999;
}

#ArticleArchives li.sectionDateInfo {
  font-size:.8em;
  color:#999;
  margin-bottom:5px;
}

#ArticleArchives li.archiveImage,
#IssueArchives li.archiveImage {
  float:left;
  margin:0 10px 0 0;
}

#ArticleArchivesSortOptions {
  margin: 10px 10px 0;
}
#ArticleArchivesSortOptions .sort {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding: 2px;
}
#ArticleArchivesSortOptions ul li {
  float: left;
  padding-right: 5px;
  border-right: 1px solid #C3C3C3;
  margin-right: 5px;
}

body#IssueArchives #archiveIssueHeader,
body#IssueArchives #searchResults h3,
body#IssueArchives div#SpecialIssueCovers h3 {
  text-align:center;
  font-size:2em;
}

body#IssueArchives #archiveIssueHeader img.archiveIssueCover {
  float:left;
  padding:5px;
  background:#e3e3e3;
  margin:0 10px 3px 0;
}

body#IssueArchives #archiveIssueHeader div.issueImage {
  float:left;
  overflow:hidden;
  text-align:center;
}
body#IssueArchives #archiveIssueHeader div.issueImage a {
  clear:both;
  display:block;
  overflow:hidden;
}
body#IssueArchives #archiveIssueHeader div.issueImage ul.imageCaptionAndCredit li {
  color:#777;
  line-height:1em;
  padding:2px 0;
}
body#IssueArchives #archiveIssueHeader div.issueImage ul li.imageCredit {
  font-size:9px;
  text-align:right;
}
body#IssueArchives #archiveIssueHeader div.issueImage ul li.imageCaption {
  color:#333;
  font-size:10px;
  text-align:center;
}

body#IssueArchives #searchResults h4.sectionHeader,
body#IssueArchives div#SpecialIssueCovers h4.sectionHeader {
  font-size:1.3em;
  border-bottom:1px solid #e3e3e3;
  margin-top:10px;
  color: #717171;
}
body#IssueArchives #searchResults li.tags,
body#IssueArchives div#SpecialIssueCovers li.tags {
  margin-top: 5px;
  font-size: .9em;
}
body#IssueArchives #searchResults h4.headline,
body#IssueArchives div#SpecialIssueCovers h4.headline {
  font-size: 1.1em;
}

body#IssueArchives #searchResults ul#yearIssueArchives,
body#IssueArchives div#SpecialIssueCovers ul.yearIssueArchives {
  margin:10px auto;
}

body#IssueArchives #searchResults li.issueCover,
body#IssueArchives div#SpecialIssueCovers li.issueCover {
  /* xxx - need a way to do these rows of covers without an explicit width */
  text-align:center;
  width:120px;
  height:225px;
  margin:0 10px;
  float:left;
  font-size:10px;
}
body#IssueArchives div#SpecialIssueCovers li.issueCover {
  height:auto;
  margin:10px;
}
  body#IssueArchives div#SpecialIssueCovers li.issueCover:first-child
  {
    margin-top:0;
  }
  body#IssueArchives div#SpecialIssueCovers li.issueCover:last-child
  {
    margin-bottom:0;
  }

ul.blogrollList {
  line-height: 1px;
}
  ul.blogrollList li {
    font-weight: bold;
    margin: 1px 0 2px;
    font-size: 11px;
  }
  ul.blogrollList li a {
    color:#393939;
    display: block;
    font-size: 1em;
    line-height: 1.3em;
    margin: 1px 0pt;
    padding: 0pt 3px 0pt 4px;
    text-decoration: none;
  }


div.indivArchive div.blogPost { border: none; }

div.postBody {
  margin-top: 15px;
  color: #000;
  line-height: 1.4em;
  font-size: 13px;
  text-align: left;
}
  .postBody a {
    font-weight: bold;
    text-decoration: none;
  }
  .postBody blockquote,
  div#storyBody blockquote {
    width: 80%;
    border-left: 2px solid #CCC;
    font-family: Georgia,"Times New Roman",Times,serif;
    padding: 0px 0px 0px 10px;
    margin: 15px auto;
    overflow: hidden;
  }
  .postBody img {
    display: block;
    margin: 5px auto;
    text-align: center;
  }
  
.postLinks {
  color: #929292;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  margin: 20px 0 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
  .postLinks a {
    text-decoration: none;
  }

.page_next a {
  float: right;
  display: block;
  width: 124px;
  height: 28px;
  background: url(../images/buttons/older_entries.gif) no-repeat;
  margin-bottom: 5px;
  text-indent: -6000px;
}  
.page_prev a {
  float: left;
  display: block;
  width: 124px;
  height: 28px;
  background: url(../images/buttons/newer_entries.gif) no-repeat;
  margin-bottom: 5px;
  text-indent: -6000px;
}

.keepReading a {
  color: #0076A0;
}

h3.archiveHead,
h2.archiveHead {
  font-size: 100%;
  font-weight: bold;
  margin:15px 0 0;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
}
div#Blog.BlogDefault h2.archiveHead {
  background: #DF0021;
  color: #FFF;
  font-size:1em;
}

table.archivetable {
  width: 540px;
  margin: 10px 20px 0 20px;
}
  table.archivetable tr.alternate { background: #EEEEEF; }
  table.archivetable td { padding: 3px; }
  table.archivetable td.archlink {
    width: 50%;
  }
    table.archivetable td.archlink a {
      font-weight: bold;
      text-decoration: none;
    }
  table.archivetable td.archcount {
    width: 25%;
    text-align: right;
  }
  table.archivetable td.rsslink {
    width: 25%;
    text-align: right;
  }
div#Blog.BlogDefault h2.rsslink
{
    display:none;
}
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; }
#PostComment.PostCommentPopUp div#PostCommentProcessEdit dl.formElements dd textarea,
#PostComment.PostCommentPopUp textarea
{
    width:94%
}

#missingLocationLink {
  background:#FFF;
  margin:0 0 10px;
  padding:10px 0 10px 5px;
  text-align:left;
  font-family:Helvetica, Arial, Verdana, sans-serif;
}
  #missingLocationLink h3 {
    margin-bottom:7px;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    color:#000;
  }

#missingLocationLink a.addListing {
  display:block;
  width:145px;
  height:67px;
  background:url(../images/buttons/addlisting.gif) no-repeat;
  margin:0 auto 0 5px;
  text-align:left;
  font-weight:bold;
  font-size:18px;
  color:#FFF;
  line-height:.9em;
  text-decoration:none;
}
  #missingLocationLink a.addListing span {
    display:block;
    width:137px;
    padding:11px 0 0 13px;
    text-align:left;
  }
    #missingLocationLink a.addListing em {
      float:right;
      display:block;
      width:19px;
      height:44px;
      margin:8px 14px 0 3px;
      font-family:Georgia, "Times New Roman", Times, serif;
      font-size:60px;
      letter-spacing:-2px;
      color:#32ace3;
    }
  #missingLocationLink a.addListing:hover span, #missingLocationLink a.addListing:hover em { color:#ff3300; }
  
#NewsletterSignupLink p {
  padding:5px;
  text-align:center;
}

div.commentsHeader a.feedLink {
  background:transparent url(../images/rss-small.gif) no-repeat top center;
  color:rgb(237,238,238);
  font-size:0px;
  margin-left:1px;
  padding:12px 0 0 12px;
  text-decoration:none;
}

.commentText.staffComment {
  border-left:5px solid #717171;
}

/* Alt Weeklies Widget */

#AltWeekliesDynamic { padding:10px; }
body#Content div#gridMainColumn #AltWeekliesDynamic.MainColumn { padding:10px; }
#AltWeekliesDynamic h3 { 
  border-bottom:1px solid #999;
  margin-bottom:5px;
  font-size:1.3em;
}
#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:0.8em; }

p.fullInfo {
  font-size:1.1em;
  font-weight:bold;
  padding:5px;
  background:#f3f3f3;
  width:420px;
}
  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;
  }
/* ------------------------------------------------------------------------ */
/* VISITOR'S GUIDE */
/* ------------------------------------------------------------------------ */

body.VisitorsGuidePortal div.locationGroup,
body.VisitorsGuideCity div.locationGroup {
  background:#f2f2f2;
  float:left;
  margin: 10px;
  padding:10px;
}
body.VisitorsGuidePortal ul.travelerList,
body.VisitorsGuideCity ul.travelerList {
  font-size:;
  text-align:left;
}
body.VisitorsGuidePortal div.locationGroup h2,
body.VisitorsGuideCity div.locationGroup h2 {
  font-size:16px;
  font-family:Helvetica, Verdana, Arial, sans-serif;
  text-align:center;
}
body.VisitorsGuidePortal div.locationGroup div.row,
body.VisitorsGuideCity div.locationGroup div.row {
  background:#fff;
  border-bottom:1px solid #ccc;
  border-top:none;
  margin:10px 0;
  padding:5px;
  text-align:left; 
}
body.VisitorsGuidePortal div.locationGroup div.row div.listingLocation,
body.VisitorsGuideCity div.locationGroup div.row div.listingLocation {
  float:right;
  font-size:10px;
  padding:0 0 0 10px;
  text-align:left;
  width:100%;
}
body.VisitorsGuidePortal div.locationGroup div.row p,
body.VisitorsGuideCity div.locationGroup div.row p {
  font-size:11px;
  line-height:1.2em;
}
body.VisitorsGuidePortal p,
body.VisitorsGuideCity p {
  margin:1.12em 0;
}
body.VisitorsGuidePortal p.dateTime,
body.VisitorsGuideCity p.dateTime {
  font-weight:bold;
}
body.VisitorsGuidePortal img.rec_star,
body.VisitorsGuideCity img.rec_star {
  float:left;
}
body.VisitorsGuidePortal div.column,
body.VisitorsGuideCity div.column {
  margin:0;
  width:275px;
}
body.VisitorsGuidePortal div.leftColumn,
body.VisitorsGuideCity div.leftColumn {
  clear:left;
  float:left;
  width:50%;
}
body.VisitorsGuidePortal div.rightColumn,
body.VisitorsGuideCity div.rightColumn {
  clear:right;
  float:right;
  width:50%;
}
div#VisitorsGuidePortalHeader,
div#VisitorsGuideCityHeader {
  padding:20px;
}
div#VisitorsGuidePortalHeader .breadcrumbs,
div#VisitorsGuideCityHeader .breadcrumbs {
  padding:10px 0;
}
div#VisitorsGuideCityList {
  clear:both;
}
div#VisitorsGuideCityList ul {
  padding:10px;
}
div#VisitorsGuideCityList ul li {
  font-size:2em;
  margin:0;
  padding:10px 25px;
  text-align:left;
}
div#VisitorsGuideCityList ul li a {
  text-decoration:none;
}
body.VisitorsGuideCity div#VisitorsGuideCityList ul {
  border-bottom:1px solid #efefef;
  border-top: 1px solid #efefef;
  margin: 35px 25px;
  text-align:center;
}
body.VisitorsGuideCity div#VisitorsGuideCityList ul li {
  display:inline;
  font-size:.9em;
}
div.VisitorsGuideLocations {
  clear:both;
}

body.VisitorsGuideCity .star-rating,
body.VisitorsGuideCity .star-rating a:hover,
body.VisitorsGuideCity .star-rating a:active,
body.VisitorsGuideCity .star-rating a:focus,
body.VisitorsGuideCity .star-rating .current-rating{
  background: url(../images/ratings/star2-trans.html) left -1000px repeat-x;
}
body.VisitorsGuideCity .star-rating{
  background-position: left top;
  height:25px;
  list-style:none;
  margin:0;
  overflow:hidden;
  padding:0;
  position:relative;
  width:95px;
}
body.VisitorsGuideCity .star-rating li{
  display: inline;
}
body.VisitorsGuideCity .star-rating a, 
body.VisitorsGuideCity .star-rating .current-rating{
  border: none;
  color:transparent;
  height:25px;
  left:0;
  line-height:25px;
  outline:none;
  overflow:hidden;
  position:absolute;
  text-indent:-1000em;
  top:0;
}
body.VisitorsGuideCity .star-rating a:hover,
body.VisitorsGuideCity .star-rating a:active,
body.VisitorsGuideCity .star-rating a:focus{
  background-position: left bottom;
}
body.VisitorsGuideCity .star-rating a.one-star{
  width:20%;
  z-index:6;
}
body.VisitorsGuideCity .star-rating a.two-stars{
  width:40%;
  z-index:5;
}
body.VisitorsGuideCity .star-rating a.three-stars{
  width:60%;
  z-index:4;
}
body.VisitorsGuideCity .star-rating a.four-stars{
  width:80%;
  z-index:3;
}
body.VisitorsGuideCity .star-rating a.five-stars{
  width:100%;
  z-index:2;
}
body.VisitorsGuideCity .star-rating .current-rating{
  background-position: left center;
  color:transparent;
  z-index:1;
}

/* for an inline rater */
body.VisitorsGuideCity .inline-rating{
  display:-moz-inline-block;
  display:-moz-inline-box;
  display:inline-block;
  vertical-align: top;
}

/* smaller star */
body.VisitorsGuideCity .small-star{
  width:50px;
  height:10px;
}
body.VisitorsGuideCity .small-star,
body.VisitorsGuideCity .small-star a:hover,
body.VisitorsGuideCity .small-star a:active,
body.VisitorsGuideCity .small-star a:focus,
body.VisitorsGuideCity .small-star .current-rating{
  background-image: url(../images/ratings/star_small-heavy.html);
  height: 10px;
  line-height: 10px;
}
body.VisitorsGuideCity div.locaitonAddress,
body.VisitorsGuideCity div.locationContactInfo {
  border-bottom:1px solid #ededed;
  border-top:1px solid #ededed;
  font-size:10px;
  margin:5px 0;
  padding:3px;
}
body.VisitorsGuideCity div.locationSnippet {
  background:#efefef;
  font-size:10px;
  font-style:italic;
  padding:5px;
}
body.VisitorsGuideCity h4 a {
  font-style:normal;
  font-weight:bold;
}
body.VisitorsGuideCity div.locationSnippet span.commentByline {
  font-style:normal;
}
body.VisitorsGuideCity div.locationSnippet span.commentByline span.userName {
  font-weight:bold;
}


/* ------------------------------------------------------------------------ */
/* SLIDESHOW */
/* ------------------------------------------------------------------------ */

/* Styles for pop-up controls. */
#SlideshowPopUp .closeBtn {
  font-weight:bold;
  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 .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: bold;
    color: #000;
  } 
  .slideshowDesc {
    margin-bottom:12px; 
  }
  .slideshowCount {
    font-size: .9em;
  }
  .slideshowByline {
    font-size: .9em;
    font-style: italic;
  }
  a.postComment {
    display: block;
    font-size: .9em;
    margin-top: 5px;
    font-weight: bold;
  }
  
  div.slideshowThumbnails {
    margin:5px auto 0;
    width: 420px;
    text-align: center;
  }
  div.slideshowThumbnails img {
    margin-right: -1px;
  }
  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#gridMainColumn {
  padding:20px 0;
}
body#Slideshow div#Comments.CommentsComponent,
body#Slideshow div#BrowseComments.ContentComments {
  padding:0 0 12px;
}

body#Slideshow div#gridMainColumn  div#Share {

margin-bottom: 0px;
margin-top: 6px;
  
}

body#Slideshow div#Share .fb_iframe_widget {
display: block;
float: left;
margin-right: 10px;
}
body#Slideshow div#Share .twitter-share-button{
    margin-right:7px;
}

body#Slideshow div#Share > a {
    margin-right:6px !important;
}

  #Share a.toolTextLink {display:none;}

#Slideshow div.MainColumn h3 {
  border-bottom:1px solid #999;
  margin-bottom:5px;
  font-size:1.3em;
  }
  #Slideshow div.MainColumn h3.headline {
    border: 0;
    font-size: 1.1em;
    margin-bottom: 0;
  }
  
#Slideshow div.MainColumn .byline {
  margin-top: 0;
}  
  
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,
div#SlideshowInline .slideshowPrevNext{
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  /* width: 300px; */ width: 105px;
  /* height: 57px; */ height: 20px;
  clear: both;
}  
div#SlideshowFullPage .slideshowCount {
  text-align: center;
}
div#SlideshowFullPage a.imageLink {
  display: block;
  background: #000;
  margin-top: 15px;
}
/* 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;
}
.slideContainer img {
    display: block;
    margin: auto;
}
#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 {
  padding-bottom: 10px;
  }
  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-sm.png) no-repeat 0 0;
  display: block;
  /* height: 57px;
  width: 100px; */
  height: 20px;
  width: 35px;
  background-size: contain;
}
div.slideshowPrevNext a.slideshowNext {
  background: transparent url(../images/buttons/slideshow/slideshow-next-sm.png) no-repeat 0 0;
  display: block;
  /* height: 57px;
  width: 100px; */
  height: 20px;
  width: 35px;
  background-size: contain;
}
div.slideshowPrevNext a.SlideshowFullPageToggleSlideshow {
  background: transparent url(../images/buttons/slideshow/slideshow-play-sm.png) no-repeat 0 0;
  display: block;
  /* height: 57px;
  width: 100px; */
  height: 20px;
  width: 35px;
  background-size: contain;
}
div.slideshowPrevNext a.playing {
  background: transparent url(../images/buttons/slideshow/slideshow-pause-sm.png) no-repeat 0 0;
  display: block;
  /* height: 57px;
  width: 100px; */
  height: 20px;
  width: 35px;
  background-size: contain;
}



/* 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;
}

/* Slideshow Gallery page */

div#SlideshowTemp { overflow: hidden; }

.ArchiveMultiPageNav {
  clear: both;
  float: left;
  padding: 10px;
  width: 97%;
  text-align: center;
}

div#SlideshowTemp ul li,
div#SlideshowsStreetTeamtemp ul li {
  float: left;
  width: 22%;
  padding: 10px;
}

div.SlideshowRow {
  clear:both;
  float:left;
  width:100%;
}

/* 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: bold;
    }
    div.inlineVideo p.videoByline,
    div#VideoPlayer p.videoByline {
      font-style: italic;
    }
  div.inlineVideo embed,
  div#VideoPlayer embed {
    margin-bottom: 10px;
  }
  
/* Slideshow Spotlight */

div#SlideshowSpotlightAll,
div#SlideshowSpotlightSpecialPlacementHome,
div#SlideshowSpotlightSectionorCategory,
div#VideoSpotlight,
div#VideoSpotlightHome,
div#VideoSpotlight300 {
  background: #FFF;
  margin-bottom: 10px;
  text-align: left;
  float: left;
  width: 100%;
  }
  /* div#SlideshowSpotlightAll h3,
  div#SlideshowSpotlightSpecialPlacementHome h3,
  div#SlideshowSpotlightSectionorCategory h3,
  div#VideoSpotlight h3,
  div#VideoSpotlightHome h3,
  div#SlideshowSpotlightAll ul,
  div#SlideshowSpotlightSpecialPlacementHome ul,
  div#SlideshowSpotlightSectionorCategory ul, */
  div#VideoSpotlight div,
  div#VideoSpotlightHome div,
  div#VideoSpotlight h4,
  div#VideoSpotlightHome h4,
  div#VideoSpotlight300 h4,
  div#VideoSpotlight300 ul {
    margin: 10px;
    }
    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 0;
        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: bold;
  }
  div#VideoSpotlight h4,
  div#VideoSpotlightHome h4,
  div#VideoSpotlight300 h4 {
    font-size: 1.1em;
    font-weight: bold;
  }
  div#VideoSpotlight h4 a,
  div#VideoSpotlightHome h4 a,
  div#VideoSpotlight300 h4 a {
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
  }
  
/* Video Archives */

body#VideoArchives div#VideoArchiveHeader h1,
body#ImageArchives div#ImageArchiveHeader h1 {
  background:#660000;
  clear:both;
  color:#FFFFFF;
  font-size:18px;
  margin:0;
  padding:8px 10px 9px;
  text-transform: uppercase;
}

body#VideoArchives #SearchResults h1,
body#ImageArchives #ImageSearchResults h1 {
  margin-bottom: 10px;
}
body#VideoArchives #searchResults {
  padding:0 10px;
}
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 dotted #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: bold;
  }
  body#VideoArchives div#PaginationBottom {
    border-bottom:0 !important;
  }
  
div#VideoRelatedStories h3,
div#VideoRelatedEvents h3,
div#VideoRelatedLocations h3,
div#VideoRelatedFilms h3,
div#RelatedVideos h3,
div#RelatedImages h3 {
  border-bottom:1px solid #999999;
  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;
}
body#VideoArchives div#FeaturedVideo, .FeaturedSlideshow, .BrowseSlideshows {
  background-color: #FFF;
  border: 1px solid #C3C3C3;
  border-top: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  border-bottom: 2px solid #C3C3C3;
  padding: 5px;
}
  div.FeaturedSlideshow img {
    float: left;
    margin-right:10px;
    margin-bottom: 10px;
    width:300px;
    height:200px;
  }
  div.FeaturedSlideshow div.leadStory {
    overflow:hidden;
    padding:10px;
  }
  div.BrowseSlideshows div#searchResults ul {
    list-style-type:none;
    margin:0 10px 5px;
    padding:0 0 10px;
    border-bottom:3px dotted #c3c3c3;
    clear:both;
    overflow:hidden;
  }
    div.BrowseSlideshows div#searchResults li {
      float:left;
      width:180px;
      padding:5px 0 0 10px;
    }
      div.BrowseSlideshows div#searchResults li:first-child {
        padding-left:0;
      }
      div.BrowseSlideshows div#searchResults li h3 {
        margin-top: 0;
        color: #900 !important;
      }
      div.BrowseSlideshows div#searchResults li img {
        overflow:hidden;
        width:175px;
        height:120px;
        margin-bottom:4px;
      }
      div.BrowseSlideshows div#searchResults li p.count {
        font-size:11px;
        color:#888;
        font-weight:bold;
      }
  body#ImageArchives .FeaturedSlideshow h3 {margin-top: 0;}
  body#VideoArchives div#FeaturedVideo div,
  body#ImageArchives div#FeaturedImage div {
    float: left;
    margin-right: 10px;
  }
 body#ImageArchives .BrowseSlideshows div#searchResults li p.description {margin: 5px 0 0;}
body#ImageArchives .FeaturedSlideshow h3 a {
  font-size: 25px;
  line-height: 1;
  }
  body#ImageArchives .FeaturedSlideshow h4 {
  font-size: 14px;
  font-weight: 400;
  }
  body#ImageArchives .FeaturedSlideshow img {
    height: auto !important;
  }
  .BrowseSlideshows div#searchResults li {margin-left: 20px;}
  body#ImageArchives .BrowseSlideshows div#searchResults li:first-child {
  margin-left: 10px;
  }
  .FeaturedSlideshow div.blurb {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
  overflow: hidden;
  }
  body#VideoArchives div#FeaturedVideo h1,
  body#ImageArchives div#FeaturedImage h1 {
    font-size: 21px;
    font-family: Georgia,serif;
  }
  
div#VideoArchivesNarrowHeader a,
div#ImageArchivesNarrowHeader a {
  text-decoration: none;
}
div#VideoArchivesNarrowHeader.MainSidebar ul,
div#ImageArchivesNarrowHeader.MainSidebar ul {
  color: #002D3F;
}
div#ImageArchivesNarrowHeader.MainSidebar ul li form {
  padding: 0;
}
div#FeaturedImage a.slideshowLink {
  font-weight: bold;
  text-decoration: none;
}


/* Newsletter management. */
div#NewsletterSubscriptions {
  margin: 10px;
}
#NewsletterSubscriptions #NewsletterSubscriptionsForm {
  padding:  1em;
}
#NewsletterSubscriptions ul {
  margin: 0 1em;
}
  #NewsletterSubscriptions ul li {
    margin:  0.5em 0;
  }
#NewsletterSubscriptions fieldset {
  border:   1px solid silver;
  padding:  5px;
}
  #NewsletterSubscriptions fieldset legend {
    font-weight:  bold;
  }


/* Configurable email forms. */
div.EmailForm .errorField {
  background-color: #FFDDDD;
}
div.EmailForm strong.req {
  color:  red;
}
div.EmailForm div.formField {
  overflow: hidden;
  clear:    both;
  margin:   5px 0;
  padding:  5px;
}
  div.EmailForm div.formField div.error {
    float:        left;
    display:      block;
    width:        10em;
    padding:      0 5px;
    font-weight:  bold;
  }
div.EmailForm input[type="text"],
div.EmailForm textarea,
div.EmailForm div.formInput {
  float:    left;
  display:  block;
  width:    25em;
}
div.EmailForm div.formInput {
  padding:  1px;
}
  div.EmailForm div.formInput span.form-checkbox-input-wrapper,
  div.EmailForm div.formInput span.form-radio-input-wrapper {
    display:      block;
  }
div.EmailForm input[type="text"],
div.EmailForm textarea {
  border:   1px solid silver;
}
div.EmailForm label {
  float:    left;
  display:  block;
  width:    10em;
}

#ToolBarHorizontal,
#TallBar {
  clear: both;
  margin-bottom: 10px;
  }
  #TallBar ul {
    width:  100%;
    height: 70px;
    padding-left:10px;
  }
  #ToolBarHorizontal ul li,
  #TallBar ul li {
    float: left;
    text-align: center;
  }
    #TallBar ul li {
      padding:  5px;
    }
      #TallBar ul li .fb_edge_widget_with_comment
      {
        margin-top:20px;
      }
  #ToolBarHorizontal ul li.first,
  #TallBar ul li.first {
    text-align: left;
  }
    #TallBar ul li.first {
      padding:  0;
    }
  #ToolBarHorizontal ul li.last,
  #TallBar ul li.last {
    text-align: right;
    }
    #ToolBarHorizontal ul li.last div.addthis_toolbox {
      width: 60px;
      float: right;
    }
    div.tools ul li,
    div.tinyTools ul li {
      clear: both;
    }
    ul.horizontalShareTools {
      clear: both;
      /* overflow: hidden; */
      margin-bottom: 5px;
    }
    ul.horizontalShareTools li {
      float: left;
    }
    ul.horizontalShareTools li.l0.first {
      width: 100%;
    }

#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;
}

/* 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; 
 top:-8px; 
 margin-left:24px; 
 background-color: #FFF; 
 float:left; 
 border:1px solid #ffcc1c;
 -moz-box-shadow: 0 0 2px #CCCCCC;
 -webkit-box-shadow: 0 0 2px #CCCCCC;
 box-shadow: 0 0 2px #CCCCCC;
}

.ratingDetails {
 font-family:arial;
 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: 0pt; 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;}

/* non-mobile menu styling */
div#Menu {padding:10px 0;}
div#MenuTeaser {clear:both;margin:1em 0;padding:10px 0;}
div#Menu ul li,
div#MenuTeaser ul li {clear:both;margin:1em 0;padding-bottom:0.5em;border-bottom:1px solid #ccc;}
div#Menu h2 {
  font-size:18px;
  font-weight:bold;
  padding:3px 0 4px;
  margin:0;
  text-align:left;
}
div#Menu li h3,
div#MenuTeaser li h3 {margin:0;font-weight:bold;}
div#Menu li p,
div#MenuTeaser li p {margin:0;width:60%;}
div#Menu li span.ui-li-aside,
div#MenuTeaser li span.ui-li-aside {display:block;float:right;width:39%;text-align:right;margin-top:-1em;}
div#MenuTeaser .moreLink {font-weight:bold;}
div#MenuTeaser .providedBy {display:block;float:right;font-size:10px;text-decoration:none;}
#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.SubmitSurvey.MainColumn {margin-left:10px; margin-right:10px;}
div#SurveyHeader {font-size:32px; font-family:Georgia,serif; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #717171;}
div#SurveyDescription {text-align:center; font-size:1.25em;}
div.SurveySectionHeader {text-align:center;}
div.SurveyQuestion {text-align:center; margin-bottom:2em;}
div.SurveyQuestion .question {text-align:center; color:black;}
div.SurveyQuestion .SurveyQuestionText label {display:none;}
div#SurveyFormNavigation {margin-top:2em; margin-bottom:1em; overflow:hidden; padding-top:10px; border-top:1px solid #aaa;}
div#SurveyFormNavigation .SurveyPrev {float:left; margin-left:250px;}
div#SurveyFormNavigation .SurveyNext {float:right; margin-right:250px;}
div#SurveyFormNavigation .SurveyExit {clear:both; text-align:center;}
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;
  }


/* Leader components. */
div#LeaderLinksandLogin
{
  color:white;
  height:30px;
  margin:0 auto;
  position:relative;
  width:980px;
}
  div#LeaderLinksandLogin a
  {
    color:white;
  }
  div#LeaderLinksandLogin .expandable>a
  {
    border-left:1px solid black;
    border-right:1px solid black;
    display:block;
    height:30px;
    line-height:30px;
    padding:0 5px;
    text-align:center;
    width:125px;
  }
  div#LeaderLinksandLogin .panel
  {
    background-color:#333; /* #444 for inset boxes. */
    overflow:hidden; /* Switch to .clearfix if practical. */
    padding:5px;
    position:relative;
    width:765px;
    z-index:5700001;
  }
    div#LeaderLinksandLogin .panel .internal
    {
      float:left;
      width:390px;
    }
      div#LeaderLinksandLogin .panel .internal>li
      {
        float:left;
        font-weight:bold;
        line-height:17px;
        margin:6px 0;
        width:195px;
      }
        div#LeaderLinksandLogin .panel .internal>li.spanning
        {
          width:390px;
        }
        div#LeaderLinksandLogin .panel .internal .image.teaser
        {
          float:left;
          height:17px;
          margin-right:5px;
          width:17px;
        }
    div#LeaderLinksandLogin .panel .external
    {
      float:right;
      width:370px;
    }
      div#LeaderLinksandLogin .panel .external>li
      {
        background-color:#444;
        float:left;
        margin:0 0 5px 5px;
        padding:5px 0;
        width:180px;
      }
        div#LeaderLinksandLogin .panel .external>li .image.teaser
        {
          float:left;
          height:40px;
          margin:3px 0 5px 5px;
          width:40px;
        }
          div#LeaderLinksandLogin .panel .external>li .image.teaser>img
          {
            height:40px;
            width:40px;
          }
        div#LeaderLinksandLogin .panel .external>li .title
        {
          border-bottom:1px solid #c3c3c3;
          float:right;
          font-size:15px;
          font-weight:bold;
          line-height:40px;
          width:125px;
        }
        div#LeaderLinksandLogin .panel .external>li .description
        {
          clear:both;
          margin:0 5px;
        }
  div#LeaderLinksandLogin .login
  {
    height:30px;
    line-height:30px;
    overflow:hidden;
    position:absolute;
    top:0;
    right:0;
  }
    div#LeaderLinksandLogin .login ul
    {
      float:right;
    }
      div#LeaderLinksandLogin .login ul li
      {
        float:right;
        height:30px;
        padding:0 5px;
      }
  


/* Header components. */
div#LogoandHeaderAdsHome .MicroComponent
{
  float:left;
  margin-right:40px;
}
  div#LogoandHeaderAdsHome .MicroComponent:last-child
  {
    float:right;
    margin-right:0;
  }
  div#LogoandHeaderAdsHome #logo
  {
    height:100px;
  }

div#LogoandHeaderAds .MicroComponent
{
  float:left;
}
  div#LogoandHeaderAds #Logo.MicroComponent
  {
    width:250px;
  }
  div#LogoandHeaderAds .MicroComponent.Leaderboard
  {
    float:right;
    margin-top:5px;
  }
div#LogoandHeaderAds .webSubTitle{
font-size: 32px;
color: #615F5F;
margin-top: -5px;

}
div#LogoandHeaderAds #logo img{
    width:200px;
}

div#NavigationandSearch
{
}
  div#NavigationandSearch.hasSubnavigation
  {
    padding-bottom:24px;
  }
  div#NavigationandSearch #mainNav
  {
    background:#c00;
    border:1px solid #ccc;
    float:left;
    height:26px;
    /* padding:4px 9px; */
    position:relative; /* Align panels to this container. */
    width:980px;
    z-index:5700000;  /* From live publication. */
  }
    div#NavigationandSearch #mainNav>li
    {
      float:left;
    }
      div#NavigationandSearch #mainNav>li>a
      {
        background-position:center -1px;
        /* border:1px solid #c00; */
        display:block;
        height:26px;
        text-indent:-6000px;
        z-index:5700001;  /* From live publication. */
        background-repeat:no-repeat;
        padding:0 3px; /* Space out elements. */
      }
        div#NavigationandSearch #mainNav>li>a.selected,
        div#NavigationandSearch #mainNav>li.expanded>a,
        div#NavigationandSearch #mainNav>li.active>a,
        div#NavigationandSearch #mainNav>li>a:hover
        {
          background-color:#eee;
          background-position:center -27px;
          /* border:1px solid #ccc; */
        }
        div#NavigationandSearch #mainNav>li>a.selected,
        div#NavigationandSearch #mainNav>li.expanded>a,
        div#NavigationandSearch #mainNav>li.active>a
        {
          height:27px;
        }
        div#NavigationandSearch #mainNav>li.nav-News>a
        {
          width:58px;
          background-image:url('../images/nav/news.png');
        }
        div#NavigationandSearch #mainNav>li.nav-Blogs>a
        {
          width:65px;
          background-image:url('../images/nav/blogs.png');
        }
        div#NavigationandSearch #mainNav>li.nav-Music>a
        {
          width:64px;
          background-image:url('../images/nav/music.png');
        }
        div#NavigationandSearch #mainNav>li.nav-Restaurants>a,
        div#NavigationandSearch #mainNav>li.nav-FoodDrink>a
        {
          width:114px;
          background-image:url('../images/nav/fooddrink.png');
        }
        div#NavigationandSearch #mainNav>li.nav-Arts>a
        {
          width:56px;
          background-image:url('../images/nav/arts.png');
        }
        div#NavigationandSearch #mainNav>li.nav-Film>a
        {
          width:54px;
          background-image:url('../images/nav/film.png');
        }
        div#NavigationandSearch #mainNav>li.nav-Calendar>a
        {
          width:90px;
          background-image:url('../images/nav/calendar.png');
        }
        div#NavigationandSearch #mainNav>li.nav-BestOf>a
        {
          width:74px;
          background-image:url('../images/nav/bestof.png');
        }
        div#NavigationandSearch #mainNav>li.nav-Classifieds>a,
        div#NavigationandSearch #mainNav>li.nav-Classified>a
        {
          width:95px;
          background-image:url('../images/nav/classified.png');
        }
        div#NavigationandSearch #mainNav>li.nav-Cannabis>a
        {
          width:95px;
          background-image:url('../images/nav/cannabis.png');
        }
        div#NavigationandSearch #mainNav>li.nav-Promo>a,
        div#NavigationandSearch #mainNav>li.nav-Promotions>a
        {
          width:107px;
          background-image:url('../images/nav/promotions.png');
        }
        div#NavigationandSearch #mainNav>li.nav-AfterDark {float:right;}
        div#NavigationandSearch #mainNav>li.nav-AfterDark>a
        {
          width:125px;
          background-image:url('../images/nav/afterdark_nav_sprite.png');
          background-position:center 0;
          background-color:black;
        }
        div#NavigationandSearch #mainNav>li.nav-AfterDark>a.selected,
        div#NavigationandSearch #mainNav>li.nav-AfterDark.expanded>a,
        div#NavigationandSearch #mainNav>li.nav-AfterDark.active>a,
        div#NavigationandSearch #mainNav>li.nav-AfterDark>a:hover {
          background-position:center -26px;
        }
      div#NavigationandSearch #mainNav .panel
      {
        background-color:white;
        position:absolute;
        top:26px; left:-1px;
        width:980px;
      }
        div#NavigationandSearch #mainNav .expanded .panel
        {
          z-index:5700001;
        }
        div#NavigationandSearch #mainNav .panel a
        {
          color:#c00;
        }
        div#NavigationandSearch #mainNav .panel>li
        {
          border-right:1px solid #ccc;
          border-bottom:1px solid #ccc;
          border-left:1px solid #ccc;
          float:left;
          width:978px;
        }
          div#NavigationandSearch #mainNav .panel>li.share
          {
            border:0;
            float:right;
            position:absolute;
            right:5px;
            top:3px;
            width:auto;
          }
          div#NavigationandSearch #mainNav .panel>li.subNavContent
          {
            border-bottom:10px solid #c00;
          }
      div#NavigationandSearch .subNav
      {
        background:url('../images/backgrounds/newSubNav.png') center center repeat-x;
        float:left;
        font:bold 13px/24px 'PT Sans Narrow','Helvetica Neue',Arial,Verdana,sans-serif;
        text-transform:uppercase;
        white-space:nowrap;
        width:978px;
      }
        div#NavigationandSearch .subNav ul,
        div#NavigationandSearch .subNav li
        {
          float:left;
        }
          div#NavigationandSearch .subNav li>a
          {
            border-left:1px solid #900;
            padding:0 0.5em;
          }
            div#NavigationandSearch .subNav>li:first-child>a
            {
              border-left:0;
            }
      div#NavigationandSearch .share>ul,
      div#NavigationandSearch .share>ul>li
      {
        float:left;
      }
        div#NavigationandSearch .share>ul>li
        {
          height:16px;
          margin:0 3px;
          width:16px;
        }
          div#NavigationandSearch .share>ul>li.first
          {
            margin-left:0;
          }
          div#NavigationandSearch .share>ul>li.last
          {
            margin-right:0;
          }
      div#NavigationandSearch .microcomponents,
      div#NavigationandSearch .microcomponents>li,
      div#NavigationandSearch .microcomponents>li>.MicroComponent
      {
        float:left;
      }
        div#NavigationandSearch .microcomponents>li
        {
          border-left:1px solid #ccc;
          margin:1em 0;
          padding:0 1em;
        }
          div#NavigationandSearch .microcomponents>li:first-child
          {
            border-left:0;
          }
          div#NavigationandSearch .microcomponents>li img
          {
            background-color:#c00;
          }
  div#NavigationandSearch .microcomponents .componentHeader
  {
    color:#c00;
    font-size:10px;
    font-weight:bold;
    line-height:13px;
    text-transform:uppercase;
  }
    div#NavigationandSearch .microcomponents .slideshow.teaser
    {
      
    }
      div#NavigationandSearch .microcomponents .image.teaser
      {
        background-color:silver;
        height:50px;
        width:75px;
      }
  div#NavigationandSearch .microcomponents .NavigationStoryTeaser .componentHeader
  {
    display:none;
  }
  div#NavigationandSearch .microcomponents .NavigationStoryTeaser>ul,
  div#NavigationandSearch .microcomponents .NavigationStoryTeaser>ul>li,
  div#NavigationandSearch .microcomponents .BestOfTeaser>ul>li
  {
    float:left;
  }
    div#NavigationandSearch .microcomponents .NavigationStoryTeaser>ul>li,
    div#NavigationandSearch .microcomponents .BestOfTeaser>ul>li
    {
      border-left:1px solid #ccc;
      padding:0 1em;
      width:250px;
    }
      div#NavigationandSearch .microcomponents .NavigationStoryTeaser.NavigationStoryTeaserSingle>ul>li
      {
        width:320px;
      }
        div#NavigationandSearch .nav-Music .microcomponents .NavigationStoryTeaser.NavigationStoryTeaserSingle>ul>li,
        div#NavigationandSearch .nav-Restaurants .microcomponents .NavigationStoryTeaser.NavigationStoryTeaserSingle>ul>li,
        div#NavigationandSearch .nav-FoodDrink .microcomponents .NavigationStoryTeaser.NavigationStoryTeaserSingle>ul>li
        {
          width:450px;
        }
      div#NavigationandSearch .microcomponents .NavigationStoryTeaser>ul>li:first-child,
      div#NavigationandSearch .microcomponents .BestOfTeaser>ul>li:first-child
      {
        border-left:0;
        padding-left:0;
      }
      div#NavigationandSearch .microcomponents .NavigationStoryTeaser>ul>li:last-child,
      div#NavigationandSearch .microcomponents .BestOfTeaser>ul>li:last-child
      {
        padding-right:0;
      }
    div#NavigationandSearch .microcomponents .NavigationStoryTeaser.NavigationStoryTeaserSingle .title,
    div#NavigationandSearch .microcomponents .NavigationStoryTeaser.NavigationStoryTeaserSingle .description,
    div#NavigationandSearch .microcomponents .NavigationStoryTeaser.NavigationStoryTeaserSingle .tagline
    {
      margin-left:210px; /* Allow space for image. */
    }
    div#NavigationandSearch .microcomponents .NavigationStoryTeaser .image.teaser
    {
      background-color:silver;
      float:left;
      height:115px;
      margin-right:1em;
      overflow:hidden;
      width:115px;
    }
      div#NavigationandSearch .microcomponents .NavigationStoryTeaser.NavigationStoryTeaserSingle .image.teaser,
      div#NavigationandSearch .microcomponents .NavigationStoryTeaser.NavigationStoryTeaserSingle .image.teaser img
      {
        height:120px;
        width:200px;
      }

    div#NavigationandSearch .microcomponents .NavigationStoryTeaser .channel
    {
      display:none;
    }
    div#NavigationandSearch .microcomponents .NavigationStoryTeaser .title
    {
      font-family:'Helvetica Neue',Arial,sans-serif;
      font-size:12px;
      font-weight:bold;
      line-height:15px;
      margin-bottom:1em;
    }
    div#NavigationandSearch .microcomponents .NavigationStoryTeaser .description
    {
      color:#999;
      font-size:12px;
      line-height:15px;
      margin-bottom:1em;
    }
    div#NavigationandSearch .microcomponents .NavigationStoryTeaser .tagline
    {
      font-weight:bold;
      margin-bottom:1em;
    }
      div#NavigationandSearch .microcomponents .NavigationStoryTeaser .byline
      {
        
      }
        div#NavigationandSearch .microcomponents .NavigationStoryTeaser .byline:before
        {
          content:'By ';
        }
      div#NavigationandSearch .microcomponents .NavigationStoryTeaser .dateline
      {
        display:none;
      }
    div#NavigationandSearch .microcomponents .NavigationBlogTeaser
    {
      width:175px;
    }
      div#NavigationandSearch .nav-Music .microcomponents .NavigationBlogTeaser,
      div#NavigationandSearch .nav-Restaurants .microcomponents .NavigationBlogTeaser,
      div#NavigationandSearch .nav-FoodDrink .microcomponents .NavigationBlogTeaser
      {
        width:220px;
      }
      div#NavigationandSearch .microcomponents .NavigationBlogTeaser .componentHeader
      {
        margin-bottom:1em;
      }
      div#NavigationandSearch .microcomponents .NavigationBlogTeaser li.story.teaser
      {
        border-top:1px solid #ccc;
        font-weight:bold;
        padding:1em 0;
      }
        div#NavigationandSearch .microcomponents .NavigationBlogTeaser li.story.teaser:first-child
        {
          border-top:0;
          padding-top:0;
        }
        div#NavigationandSearch .microcomponents .NavigationBlogTeaser li.story.teaser:last-child
        {
          padding-bottom:0;
        }
    div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser
    {
      width:175px;
    }
      div#NavigationandSearch .nav-Music .microcomponents .NavigationSlideshowTeaser,
      div#NavigationandSearch .nav-Restaurants .microcomponents .NavigationSlideshowTeaser,
      div#NavigationandSearch .nav-FoodDrink .microcomponents .NavigationSlideshowTeaser
      {
        width:220px;
      }
      div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser .componentHeader
      {
        display:block;
        margin-bottom:1em;
      }
      div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser .image.teaser
      {
        float:left;
        height:50px;
        margin-right:1em;
        overflow:hidden;
        width:75px;
      }
      div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser .description
      {
        display:none;
      }
      div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser>ul,
      div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser>ul>li
      {
        float:left;
      }
        div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser>ul>li
        {
          border-top:1px solid #ccc;
          padding:1em 0;
        }
          div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser>ul>li:first-child
          {
            border-top:0;
            padding-top:0;
          }
          div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser>ul>li:last-child
          {
            padding-bottom:0;
          }
    div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser.NavigationSlideshowTeaserPromo .componentFooter
    {
      border-top:1px solid #ccc;
      color:#717171;
      float:left;
      margin-top:5px;
      padding-top:5px;
    }
      div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser.NavigationSlideshowTeaserPromo .componentFooter dl dt
      {
        color:#c00;
        font-size:12px;
        font-weight:bold;
        line-height:12px;
        margin-bottom:5px;
        text-transform:uppercase;
      }
        div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser.NavigationSlideshowTeaserPromo .componentFooter dl dt:before
        {
          content:'\00bb ';
          margin-right:0.5em;
        }
        div#NavigationandSearch .microcomponents .NavigationSlideshowTeaser.NavigationSlideshowTeaserPromo .componentFooter dl dd+dt
        {
          margin-top:5px;
        }
      div#NavigationandSearch #mainNav .microcomponents .NavigationSlideshowTeaser.NavigationSlideshowTeaserPromo .componentFooter dl dd a
      {
        color:#717171;
      }
  div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up
  {
    width:670px;
  }
    div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up .componentHeader,
    div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up .FeaturesIcons,
    div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up .description,
     div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up .tagline
    {
      display:none;
    }
    div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up .date,
    div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up .venue
    {
      display:block;
    }
    div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up .title
    {
      font-size:1.2em;
      line-height:1em;
      margin:0;
    }
    div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up>ul,
    div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up>ul>li
    {
      float:left;
    }
    div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up li.event.teaser
    {
      border-top:0;
      border-left:1px solid #ccc;
      padding:0 10px;
      position:relative; /* Anchor descendant elements. */
      height:150px;
      width:150px;
    }
      div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up li.event.teaser:first-child
      {
        border-left:0;
        padding-left:0;
      }
      div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up li.event.teaser:last-child
      {
        padding-right:0;
      }
    div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up .image.teaser
    {
      bottom:0;
      height:75px;
      overflow:hidden;
      position:absolute;
      width:150px;
    }
      div#NavigationandSearch .microcomponents .NavigationEventTeaser.NavigationEventTeaser4up .image.teaser img
      {
        width:150px;
      }
  div#NavigationandSearch .microcomponents .NavigationFilmReviewTeaser
  {
    width:400px;
  }
    div#NavigationandSearch .microcomponents .NavigationFilmReviewTeaser .image {display:none;}
    div#NavigationandSearch .microcomponents .NavigationFilmReviewTeaser .title
    {
      font-weight:bold;
    }
    div#NavigationandSearch .microcomponents .NavigationFilmReviewTeaser .mpaa,
    div#NavigationandSearch .microcomponents .NavigationFilmReviewTeaser .description,
    div#NavigationandSearch .microcomponents .NavigationFilmReviewTeaser .tagline,
    div#NavigationandSearch .microcomponents .NavigationFilmReviewTeaser .tags
    {
      display:none;
    }
    div#NavigationandSearch .microcomponents .NavigationFilmReviewTeaser .componentBody
    {
      float:left;
    }
      div#NavigationandSearch .microcomponents .NavigationFilmReviewTeaser .componentBody>li
      {
        border-top:1px solid #ccc;
        float:left;
        height:2em;
        margin-right:10px;
        padding:0.5em 0;
        width:180px;
      }
        div#NavigationandSearch .microcomponents .NavigationFilmReviewTeaser .componentBody>li:nth-child(1),
        div#NavigationandSearch .microcomponents .NavigationFilmReviewTeaser .componentBody>li:nth-child(2)
        {
          border-top:0;
        }
  div#NavigationandSearch .microcomponents .BestOfTeaser
  {
  }
    div#NavigationandSearch .microcomponents .BestOfTeaser .componentHeader,
    div#NavigationandSearch .microcomponents .BestOfTeaser .channel,
    div#NavigationandSearch .microcomponents .BestOfTeaser .tagline
    {
      display:none;
    }
    div#NavigationandSearch .microcomponents .BestOfTeaser .title
    {
      font-family:'Helvetica Neue',Arial,sans-serif;
      font-size:12px;
      font-weight:bold;
      line-height:15px;
      margin-bottom:1em;
    }
    div#NavigationandSearch .microcomponents .BestOfTeaser .subtitle
    {
      font-weight:bold;
      margin-bottom:1em;
    }
    div#NavigationandSearch .microcomponents .BestOfTeaser .description
    {
      color:#999;
      font-size:12px;
      line-height:15px;
      margin-bottom:1em;
    }
  div#NavigationandSearch .microcomponents .BestOfAppTeaser
  {
    background:url('../images/icons/icon-bestof-big.png') top left no-repeat;
    min-height:100px;
    width:250px;
  }
    div#NavigationandSearch .microcomponents .BestOfAppTeaser .componentHeader,
    div#NavigationandSearch .microcomponents .BestOfAppTeaser .componentBody
    {
      margin-left:100px;
    }
    div#NavigationandSearch .microcomponents .BestOfAppTeaser .componentHeader
    {
      margin-bottom:0.5em;
    }
    div#NavigationandSearch .microcomponents .BestOfAppTeaser .componentFooter
    {
      margin:1em 0;
    }
  div#NavigationandSearch .microcomponents .BestOfCategoryListShort
  {
    width:160px;
  }
    div#NavigationandSearch .microcomponents .BestOfCategoryListShort .componentHeader
    {
      margin-bottom:0.5em;
    }
    div#NavigationandSearch .microcomponents .BestOfCategoryListShort li:before
    {
      color:#900;
      content:'\00bb ';
    }
  div#NavigationandSearch .microcomponents .BestOfCoverImage
  {
    width:160px;
  }
    div#NavigationandSearch .microcomponents .BestOfCoverImage img
    {
      display:block;
      height:180px;
      margin:0 auto;
      width:140px;
    }
  div#NavigationandSearch .microcomponents .NavigationFlipBook {width:250px;}
    div#NavigationandSearch .microcomponents .NavigationFlipBook .title,
    div#NavigationandSearch .microcomponents .NavigationFlipBook .componentFooter
    {
      display:none;
    }
    div#NavigationandSearch .microcomponents .NavigationFlipBook .componentHeader
    {
      float:right;
      width:120px;
    }
    div#NavigationandSearch .microcomponents .NavigationFlipBook .componentTitle
    {
      border-bottom:0;
      color:#c00;
      font-weight:bold;
      font-size:10px;
      line-height:13px;
      margin:0 0 10px;
      padding:0;
      text-transform:uppercase;
    }
    div#NavigationandSearch .microcomponents .NavigationFlipBook .componentDescription
    {
      color:#999;
      font-size:12px;
      font-weight:normal;
      line-height:15px;
      text-transform:none;
    }
    div#NavigationandSearch .microcomponents .NavigationFlipBook .componentBody>ul
    {
      float:left;
    }
    div#NavigationandSearch .microcomponents .NavigationFlipBook .image.teaser
    {
      width:120px;
      height:auto;
    }
  div#NavigationandSearch .microcomponents .NavigationPromotionsTeaser
  {
    width:240px;
  }
    div#NavigationandSearch .microcomponents .NavigationPromotionsTeaser .componentHeader
    {
      display:block;
      margin-bottom:1em;
    }
    div#NavigationandSearch .microcomponents .NavigationPromotionsTeaser img
    {
      width:32px;
      height:32px;
      float:right;
    }
    div#NavigationandSearch .microcomponents .NavigationPromotionsTeaser .componentBody
    {
      float:left;
      width:100%;
    }
      div#NavigationandSearch .microcomponents .NavigationPromotionsTeaser .componentBody>li
      {
        clear:both;
        font:bold 12px/15px Georgia,'Times New Roman',Times,serif;
        margin-top:5px;
        margin-bottom:2px;
      }
        div#NavigationandSearch .microcomponents .NavigationPromotionsTeaser .componentBody>li+li
        {
          border-top:1px solid #ccc;
          padding-top:5px;
        }
        div#NavigationandSearch #mainNav .microcomponents .NavigationPromotionsTeaser .componentBody>li a
        {
          color:black;
        }
  div#NavigationandSearch .microcomponents .NavigationMobileApps
  {
    width:240px;
  }
    div#NavigationandSearch .microcomponents .NavigationMobileApps a.icon
    {
      float:right;
      margin-left:5px;
      margin-bottom:5px;
    }
      div#NavigationandSearch .microcomponents .NavigationMobileApps a.icon img
      {
        background-color:transparent;
        width:38px;height:38px;
      }
    div#NavigationandSearch .microcomponents .NavigationMobileApps h2.componentHeader
    {
      border-bottom:0;
      padding:0;
    }
    div#NavigationandSearch .microcomponents .NavigationMobileApps .componentBody
    {
      float:left;
      width:100%;
    }
      div#NavigationandSearch .microcomponents .NavigationMobileApps .componentBody>dt
      {
        clear:both;
        font-size:12px;
        font-weight:bold;
        line-height:15px;
        margin-bottom:2px;
        text-transform:uppercase;
      }
        div#NavigationandSearch .microcomponents .NavigationMobileApps .componentBody>dd+dt
        {
          border-top:1px solid #ccc;
          margin-top:5px;
          padding-top:5px;
        }
      div#NavigationandSearch .microcomponents .NavigationMobileApps .componentBody>dd
      {
        color:#999;
        font-size:10px;
        font-weight:bold;
        line-height:13px;
      }
  div#NavigationandSearch .microcomponents .component>.NavigationExternalPromotions
  {
    width:220px;
  }
    div#NavigationandSearch .microcomponents .component>.NavigationExternalPromotions>ul>li
    {
      border-left:1px solid #ccc;
      float:left;
      margin-left:10px;
      padding-left:10px;
    }
      div#NavigationandSearch .microcomponents .component>.NavigationExternalPromotions>ul>li.adIndex
      {
        border:0;
        margin-left:0;
        padding-left:0;
        width:110px;
      }
      div#NavigationandSearch .microcomponents .component>.NavigationExternalPromotions>ul>li.coupons
      {
        color:#999;
        height:55px;
        text-align:center;
        font:bold 16px 'Helvetica Neue',Arial,Verdana,sans-serif;
        width:80px; height:16px;
        padding:18px 0;
        text-transform:uppercase;
        width:98px;
      }
    div#NavigationandSearch #mainNav .microcomponents .component>.NavigationExternalPromotions a
    {
      color:#999;
    }
      div#NavigationandSearch .microcomponents .component>.NavigationExternalPromotions>ul>li:last-child
      {
        clear:both;
        border-left:0;
        border-top:1px solid #ccc;
        margin-top:10px;
        margin-left:0;
        padding:10px 0 0;
        width:100%
      }
        div#NavigationandSearch .microcomponents .component>.NavigationExternalPromotions>ul>li:last-child .componentTitle
        {
          float:left;
        }
        div#NavigationandSearch .microcomponents .component>.NavigationExternalPromotions>ul>li:last-child .componentDescription,
        div#NavigationandSearch .microcomponents .component>.NavigationExternalPromotions>ul>li:last-child .componentBody
        {
          margin-left:135px;
          margin-top:0;
        }
        div#NavigationandSearch .microcomponents .component>.NavigationExternalPromotions>ul>li:last-child .componentDescription
        {
          color:black;
          font-weight:bold;
        }
  div#NavigationandSearch .microcomponents .NavigationLinkTeaser
  {
    width:160px;
  }
    div#NavigationandSearch .microcomponents .NavigationLinkTeaser .componentHeader
    {
      margin-bottom:0.5em;
    }
    div#NavigationandSearch .microcomponents .NavigationLinkTeaser li:before
    {
      color:#c00;
      content:'\00bb ';
    }
  div#NavigationandSearch .microcomponents .component>.NavigationDealsTeaser
  {
    width:130px;
  }
    div#NavigationandSearch .microcomponents .component>.NavigationDealsTeaser .componentDescription
    {
      color:black;
      font-weight:bold;
    }
    div#NavigationandSearch .microcomponents .NavigationDealsTeaser img
    {
      background-color:transparent;
    }


/* Home page, main column. */
div#FeaturedStories
{
  
}
  div#FeaturedStories .channel,
  div#FeaturedStories .description,
  div#FeaturedStories .tagline
  {
    display:none;
  }
  div#FeaturedStories .componentBody>li
  {
    float:left;
    height:296px;
    margin-right:40px;
    position:relative;
    width:300px;
  }
    div#FeaturedStories .componentBody>li:last-child
    {
      margin-right:0;
    }
    div#FeaturedStories .componentBody>li .headline
    {
      font-family:Georgia,"Times New Roman",serif;
      font-size:28px;
      line-height:32px;
      height:64px;
      overflow:hidden;
      position:relative;
      top:0;
      display: block;
    }
      div#FeaturedStories .componentBody>li .headline a
      {
        color:black;
        position: absolute;
        top: 0; /* Show start of text, rather than end. */
      }
div#TopStories {}
  body#Home div#TopStories h2.componentHeader {margin-bottom:0;}
  div#TopStories .image.teaser
  {
    float:left;
    margin-right:10px;
  }
    div#TopStories .image.teaser img
    {
      width:125px;
      height:125px;
    }
  div#TopStories .channel
  {
    color:#900;
    font-weight:bold;
    text-transform:uppercase;
  }
    div#TopStories .category
    {
      display:none;
    }
  div#TopStories .headline
  {
    color:#333;
    font-family:Georgia,"Times New Roman",serif;
    font-size:24px;
    line-height:24px;
    height:75px;
    overflow:hidden;
  }
    div#TopStories .headline a
    {
      color:black;
    }
  div#TopStories .description
  {
    display:none;
  }
  div#TopStories .tagline
  {
    color:#900;
    font-weight:bold;
  }
    div#TopStories .tagline .dateline
    {
      display:none;
    }
    div#TopStories .tagline .byline
    {
    
    }
  div#TopStories .componentBody>li
  {
    border-right:1px solid #ccc;
    float:left;
    height:130px;
    margin-right:8px;
    padding-right:8px;
    width:315px;
  }
    div#TopStories .componentBody>li:last-child
    {
      border-right:0;
      margin-right:0;
      padding-right:0;
    }

div.HomeSectionTeasers
{
}
  div.HomeSectionTeasers .image.teaser
  {
    float:left;
    margin-right:10px;
    min-height:100px;
    width:100px;
  }
    div.HomeSectionTeasers .image.teaser img
    {
      border:1px solid black;
      width:100px;
    }
  div.HomeSectionTeasers .channel
  {
    color:#900;
    font-size:13px;
    margin-bottom:.5em;
    margin-left:110px; /* Coordinate with image teaser, above. */
    text-transform:uppercase;
  }
    div.HomeSectionTeasers .channel .section
    {
      font-weight:bold;
    }
    div.HomeSectionTeasers .channel .category
    {
      border-left:1px solid #900;
      margin-left:5px;
      padding-left:5px;
    }
  div.HomeSectionTeasers .headline
  {
    color:#333;
    font-family:Georgia,"Times New Roman",serif;
    font-size:24px;
    /* height:56px; */
    line-height:28px;
    overflow:hidden;
    margin-bottom:.25em;
    margin-left:110px; /* Coordinate with image teaser, above. */
    margin-top: .25em;
  }
    div.HomeSectionTeasers .headline a
    {
      color:#333;
    }
  div.HomeSectionTeasers .summary {display:none;}
  div.HomeSectionTeasers .metadata,
  div.HomeSectionTeasers .tagline
  {
    color:#900;
    font-size:13px;
    margin-top:0;
    margin-left:110px; /* Coordinate with image teaser, above. */
  }
    div.HomeSectionTeasers .metadata a,
    div.HomeSectionTeasers .tagline a
    {
      color:#900;
    }
    div.HomeSectionTeasers .metadata .byline,
    div.HomeSectionTeasers .tagline .byline
    {
      border-right:1px solid #ccc;
      margin-right:0.5em;
      padding-right:0.5em;
    }
    div.HomeSectionTeasers .metadata .dateline,
    div.HomeSectionTeasers .tagline .dateline
    {
      color:#ccc;
    }
  div.HomeSectionTeasers .componentBody>li
  {
    border-top:1px dotted #d4d4d4;
    clear:both;
    margin-top:10px;
    overflow:hidden;
    padding-top:10px;
  }
    div.HomeSectionTeasers .componentBody>li:first-child
    {
      border-top:0;
      margin-top:0;
      padding-top:0;
    }
    div.HomeSectionTeasers .componentBody>li.interstitial {
      border-top:2px solid gray;
      border-bottom:2px solid gray;
      padding-bottom:10px;
    }
    div.HomeSectionTeasers .componentBody>li.interstitial+li {
      border-top:0;
      margin-top:0;
    }
  div.HomeSectionTeasers .componentFooter {
    display: block;
    border-top: 1px dotted #D4D4D4;
    margin-top: 10px;
    padding-top: 5px;
  }
    div.HomeSectionTeasers .componentFooter a {
      font-weight: bold;
      color: #900;
      font-size: 13px;
    }
  div.HomeSectionTeasers .byline, div.HomeSectionTeasers .dateline {
      font-family: 'helvetica neue', Arial, Verdana, sans-serif;
      font-size: 11px;
      font-weight: bold;
      color: #878787;
      display: inline;
  }

/* Search the Archive Teaser */
div#LocalStories>div#SearchtheArchive {margin-top:-20px;} /* Crowd the Local Stories component, if any, above it. */
div#SearchtheArchive .componentBody a {
  display:none; /* Override with publication-specific image in publication.css */
}

#LocationInfo {
    overflow:auto;
}
#LocationInfo h3 {
    font-size: 20px;
    font-weight: normal !important;
    color: #717171;
    margin: 0px;
    margin-bottom: 10px;
    padding:0;
    border: none;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
}
#LocationInfo #LocationInfoMap {
    height:200px !important;
    border:1px solid #333;
    margin-bottom:10px;
}
#LocationInfo h4 .longOnly{
    display:none;
}
#LocationInfo h4{
    font-size: 16px;
    line-height: 16px;
    color: #AAA;
    border: none;
    margin-bottom:5px;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
    font-weight: bold;
}
#LocationInfo .locality {
    display:block;
}
#LocationInfo > ul > li:before{
    content: ".";
    display: block;
    width: 20px;
    height: 34px;
    background-image: url(../images/icons/marker.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    
}
#LocationInfo > ul > li {
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
    padding-left:25px;
    padding-bottom: 5px;
     overflow: hidden;

}
#LocationInfo > ul > li:last-child{
    padding-bottom:0;
    border-bottom:none;
    margin-bottom:0;
}
#LocationInfo > ul{
    padding-left:0;
    position:relative;
}
#LocationInfo li {
line-height:16px !important;
}
#LocationInfo .locationPhone img{
   margin-top:2px;
   margin-right:4px;
   display:block;
   float:left;
   }

div#RelatedLocations {margin-top:2em;}
  #RelatedLocations h3{
  font-size: 26px;
  line-height: 26px;
  color: #717171;
  border-bottom: 1px solid #C3C3C3;
  margin: 0px 0px 20px 0px;
  font-family: 'helvetica neue', Arial, Verdana, sans-serif;
  font-weight: normal;
  }

  #RelatedLocations h4 .longOnly{
      display:none;
  }
  #RelatedLocations h4{
      font-size: 16px;
      line-height: 16px;
      color: #AAA;
      border: none;
      margin-bottom:5px;
      font-family: 'helvetica neue', Arial, Verdana, sans-serif;
      font-weight: bold;
  }
  #RelatedLocations .locality {
      display:block;
  }
  #RelatedLocations > ul > li:before{
      content: ".";
      display: block;
      width: 20px;
      height: 34px;
      background-image: url(../images/icons/marker.png);
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      color:transparent;
    
  }
  #RelatedLocations > ul > li {
      margin-bottom:10px;
      padding-left:25px;
      padding-bottom: 5px;
      width: 28%;
      float: left;
      display: block;
      position: relative;
      overflow: hidden;

  }
  #RelatedLocations > ul > li:last-child{
      padding-bottom:0;
      border-bottom:none;
      margin-bottom:0;
  }
  #RelatedLocations > ul{
      padding-left:0;
      position:relative;
  }
  #RelatedLocations li {
  line-height:16px !important;
  }
  #RelatedLocations .locationPhone img{
     margin-top:2px;
     margin-right:4px;
     display:block;
     float:left;
     }

body.BestOfGuide #BestOfCategoryListShort h2.componentHeader {
    display:none;
}

#BestOfCategoryHeader {
    margin-bottom:0px;
}
#BestOfCategoryHeader h1 {
    margin-bottom:0;
}

#BestOfPreviousNext {
    overflow:auto;
    font-weight:bold;
    font-size:13px;
}

/*
 * Sidebar
 */

div#SlideshowShellTeaser {}
  div#SlideshowShellTeaser .description
  {
    display:none;
  }
  div#SlideshowShellTeaser .image.teaser
  {
    display:block;
  }
    div#SlideshowShellTeaser .image.teaser img
    {
      height:80px;
      width:120px;
    }
  div#SlideshowShellTeaser .headline
  {
    font-size:12px;
    line-height:15px;
    margin-top:0.5em;
    display:block;
  }
    div#SlideshowShellTeaser .headline a {}
  div#SlideshowShellTeaser ul.componentBody
  {
    background-color:white;
    clear:both;
    float:left;
    width:286px;
  }
    div#SlideshowShellTeaser ul.componentBody>li
    {
      border-left:1px solid #ccc;
      float:left;
      margin-bottom:14px;
      padding:0 11px;
      width:120px;
    }
      div#SlideshowShellTeaser ul.componentBody>li.first
      {
        border-left:0;
      }
  div#SlideshowShellTeaser .componentFooter {
    background-color:white;
    clear:both;
    font-size:11px;
    font-weight:bold;
    padding:5px 10px;
    text-align:right;
}


/* Calendar (event search component) */
div#Calendar {}
div#Calendar .description,
div#ArtsCalendar .description,
div#MusicCalendar .description,
div#TheaterCalendar .description,
div#FilmCalendar .description,
div#RestaurantCalendar .description
{
    display:none;
}
div#Calendar h2.componentHeader,
div#ArtsCalendar h2.componentHeader,
div#MusicCalendar h2.componentHeader,
div#TheaterCalendar h2.componentHeader,
div#FilmCalendar h2.componentHeader,
div#RestaurantCalendar h2.componentHeader
{
    margin-bottom:0;
}  
div#Calendar .title,
div#ArtsCalendar .title,
div#MusicCalendar .title,
div#TheaterCalendar .title,
div#FilmCalendar .title,
div#RestaurantCalendar .title
{
    font-size:14px;
    font-weight:bold;
    line-height:14px;
    margin-bottom:0.2em;
    margin-top:0;
}
div#Calendar .channel,
div#ArtsCalendar .channel,
div#MusicCalendar .channel,
div#TheaterCalendar .channel,
div#FilmCalendar .channel,
div#RestaurantCalendar .channel
{
    display:none;
}
div#Calendar .event .location,
div#ArtsCalendar .event .location,
div#MusicCalendar .event .location,
div#TheaterCalendar .event .location,
div#FilmCalendar .event .location,
div#RestaurantCalendar .event .location
{
    font-weight:bold;
}
div#Calendar .event .location:before,
div#ArtsCalendar .event .location:before,
div#MusicCalendar .event .location:before,
div#TheaterCalendar .event .location:before,
div#FilmCalendar .event .location:before,
div#RestaurantCalendar .event .location:before
{
    content:'Where: ';
}
div#Calendar .location.teaser,
div#ArtsCalendar .location.teaser,
div#MusicCalendar .location.teaser,
div#TheaterCalendar .location.teaser,
div#FilmCalendar .location.teaser,
div#RestaurantCalendar .location.teaser
{
    position:relative;
}
div#Calendar .location.teaser .region,
div#ArtsCalendar .location.teaser .region,
div#MusicCalendar .location.teaser .region,
div#TheaterCalendar .location.teaser .region,
div#FilmCalendar .location.teaser .region,
div#RestaurantCalendar .location.teaser .region
{
    display:none;
}
div#Calendar .tagline,
div#ArtsCalendar .tagline,
div#MusicCalendar .tagline,
div#TheaterCalendar .tagline,
div#FilmCalendar .tagline,
div#RestaurantCalendar .tagline
{
    display:none;
}
div#Calendar .teasers>li {
    float:left;
    margin:0.5em 0;
    position:relative; /* Set positioning reference point. */
    width:100%;
}
div#Calendar .teasers>li .image.teaser {
    display:block;
    float:left;
    margin-right:10px;
}
div#Calendar .teasers>li .image.teaser img {
    height:64px;
    width:64px;
}
div#Calendar>.componentBody {
    background-color:white;
    clear:both;
    float:left;
}

div#ArtsCalendar>.componentBody,
div#MusicCalendar>.componentBody,
div#TheaterCalendar>.componentBody,
div#FilmCalendar>.componentBody,
div#RestaurantCalendar>.componentBody {
    background-color:white;
    clear:both;
    float:left;
    margin:8px 8px 4px;
}
div#ArtsCalendar>.componentBody>.panels>.more,
div#MusicCalendar>.componentBody>.panels>.more,
div#TheaterCalendar>.componentBody>.panels>.more,
div#FilmCalendar>.componentBody>.panels>.more,
div#RestaurantCalendar>.componentBody>.panels>.more {
  border-top: 1px solid #ddd;
  clear: both;
  padding-top: 3px;
  font-size: 11px;
}
div#Calendar>.componentBody>.tabs
{
    border-bottom:2px solid #900;
    float:left;
    width:100%;
}
div#Calendar>.componentBody>.tabs>li
{
    background-color:#e4e4e4;
    border-left:1px solid #c3c3c3;
    border-top:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #e4e4e4;
    color:#333;
    float:left;
    font-size:11px;
    font-weight:bold;
    margin:0 1px;
    padding:4px;
}
div#Calendar>.componentBody>.tabs>li:first-child
{
    margin-left:5px;
}
div#Calendar>.componentBody>.tabs>li:last-child
{
    margin-right:0px;
}
div#Calendar>.componentBody>.tabs>li.selected
{
    background-color:#c00;
    border:1px solid #900;
    color:white;
}
div#Calendar>.componentBody>.tabs>li.selected>a
{
    color:white;
}
div#Calendar>.componentBody>.tabs>li a
{
    color:#333;
}
div#Calendar>.componentBody>.panels
div#Calendar>.componentBody>.panels>li
{
    float:left;
}
div#ArtsCalendar>.componentBody>.panels,
div#MusicCalendar>.componentBody>.panels,
div#TheaterCalendar>.componentBody>.panels,
div#FilmCalendar>.componentBody>.panels,
div#RestaurantCalendar>.componentBody>.panels {
  float:left;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent,
div#ArtsCalendar>.componentBody>.panels>li,
div#MusicCalendar>.componentBody>.panels>li,
div#TheaterCalendar>.componentBody>.panels>li,
div#FilmCalendar>.componentBody>.panels>li,
div#RestaurantCalendar>.componentBody>.panels>li
{
    float:left;
    margin:8px;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent p,
div#ArtsCalendar>.componentBody>.panels>p,
div#MusicCalendar>.componentBody>.panels>p,
div#TheaterCalendar>.componentBody>.panels>p,
div#FilmCalendar>.componentBody>.panels>p,
div#RestaurantCalendar>.componentBody>.panels>p
{
    clear:both;
}
div#FilmCalendar>.componentBody>.panels>p {
  margin: 8px 8px 0;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent form,
div#ArtsCalendar>.componentBody>.panels>form,
div#MusicCalendar>.componentBody>.panels>form,
div#TheaterCalendar>.componentBody>.panels>form,
div#FilmCalendar>.componentBody>.panels>form,
div#RestaurantCalendar>.componentBody>.panels>form
{
    float:left;
    padding-left:0;
    padding-right:0;
    width:100%;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent form label,
div#ArtsCalendar>.componentBody>.panels>form label,
div#MusicCalendar>.componentBody>.panels>form label,
div#TheaterCalendar>.componentBody>.panels>form label,
div#FilmCalendar>.componentBody>.panels>form label,
div#RestaurantCalendar>.componentBody>.panels>form label
{
    float:left;
    font-size:16px;
    line-height:20px;
    text-align:right;
    width:15%;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent form input,
div#ArtsCalendar>.componentBody>.panels>form input,
div#MusicCalendar>.componentBody>.panels>form input,
div#TheaterCalendar>.componentBody>.panels>form input,
div#FilmCalendar>.componentBody>.panels>form input,
div#RestaurantCalendar>.componentBody>.panels>form input
{
    float:right;
    line-height:18px;
    height:18px;
    padding:1px 5px;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent form input[type="text"],
div#ArtsCalendar>.componentBody>.panels>form input[type="text"],
div#MusicCalendar>.componentBody>.panels>form input[type="text"],
div#TheaterCalendar>.componentBody>.panels>form input[type="text"].
div#FilmCalendar>.componentBody>.panels>form input[type="text"].
div#RestaurantCalendar>.componentBody>.panels>form input[type="text"]
{
    border:1px solid #999;
    height:16px;
    width:75%;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent form input.keyword,
div#ArtsCalendar>.componentBody>.panels>form input.keyword,
div#MusicCalendar>.componentBody>.panels>form input.keyword,
div#TheaterCalendar>.componentBody>.panels>form input.keyword,
div#RestaurantCalendar>.componentBody>.panels>form input.keyword,
div#Calendar>.componentBody>.panels>li>.MicroComponent form select,
div#ArtsCalendar>.componentBody>.panels>form select,
div#MusicCalendar>.componentBody>.panels>form select,
div#TheaterCalendar>.componentBody>.panels>form select,
div#RestaurantCalendar>.componentBody>.panels>form select
{
    float:left;
    margin-left:2%;
    width:70%;
}
div#FilmCalendar>.componentBody>.panels>form select
{
    float:left;
    margin-left:2%;
    width:340px;
    margin-bottom:3px;
}
div#ArtsCalendar>.componentBody>.panels>form input.keyword,
div#MusicCalendar>.componentBody>.panels>form input.keyword,
div#TheaterCalendar>.componentBody>.panels>form input.keyword,
div#FilmCalendar>.componentBody>.panels>form input.keyword,
div#RestaurantCalendar>.componentBody>.panels>form input.keyword {
  margin-bottom:5px;
  border: 1px solid #999 !important
}

div#Calendar>.componentBody>.panels>li>.MicroComponent form input.submit,
div#ArtsCalendar>.componentBody>.panels>form input.submit,
div#MusicCalendar>.componentBody>.panels>form input.submit,
div#TheaterCalendar>.componentBody>.panels>form input.submit,
div#FilmCalendar>.componentBody>.panels>form input.submit,
div#RestaurantCalendar>.componentBody>.panels>form input.submit
{
    background:#c00 url('../images/buttons/search-mask.png') no-repeat center center;
    height:20px;
    text-indent:-6000px;
    width:20px;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent>.componentBody>.tabs,
div#ArtsCalendar>.componentBody>.tabs,
div#MusicCalendar>.componentBody>.tabs,
div#TheaterCalendar>.componentBody>.tabs,
div#FilmCalendar>.componentBody>.tabs,
div#RestaurantCalendar>.componentBody>.tabs
{
    float:left;
    width:100%;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent>.componentBody>.tabs>li
{
    border:1px solid #c3c3c3;
    color:#333;
    float:left;
    font-size:10px;
    font-weight:bold;
    height:35px;
    margin:0 1px;
    text-align:center;
    width:34px;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent>.componentBody>.panels .teasers:after
{
  content:"";
  display:table;
  clear:both;
}
div#ArtsCalendar>.componentBody>.tabs>li,
div#MusicCalendar>.componentBody>.tabs>li,
div#TheaterCalendar>.componentBody>.tabs>li,
div#FilmCalendar>.componentBody>.tabs>li,
div#RestaurantCalendar>.componentBody>.tabs>li
{
    background:#eee;
    border:1px solid #900;
    border-bottom:2px solid #900;
    float:left;
    font-weight:bold;
    margin-right:4px;
    padding:3px 0 0 0;
    text-align:center;
    width:44px;
    font-size: 11px;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
    color: #253c87;
    line-height: 11px;
}

div#Calendar>.componentBody>.panels>li>.MicroComponent>.componentBody>.tabs>li:first-child
{
    margin-left:0;
}
div#ArtsCalendar>.componentBody>.tabs>li:first-child,
div#MusicCalendar>.componentBody>.tabs>li:first-child,
div#TheaterCalendar>.componentBody>.tabs>li:first-child,
div#FilmCalendar>.componentBody>.tabs>li:first-child,
div#RestaurantCalendar>.componentBody>.tabs>li:first-child
{
    margin-left:3px;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent>.componentBody>.tabs>li:last-child,
div#ArtsCalendar>.componentBody>.tabs>li:last-child,
div#MusicCalendar>.componentBody>.tabs>li:last-child,
div#TheaterCalendar>.componentBody>.tabs>li:last-child,
div#FilmCalendar>.componentBody>.tabs>li:last-child,
div#RestaurantCalendar>.componentBody>.tabs>li:last-child
{
    margin-right:0px;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent>.componentBody>.tabs>li.selected
{
    background-color:#c00;
    border:1px solid #900;
    color:white;
}
div#ArtsCalendar>.componentBody>.tabs>li:hover,
div#MusicCalendar>.componentBody>.tabs>li:hover,
div#TheaterCalendar>.componentBody>.tabs>li:hover,
div#FilmCalendar>.componentBody>.tabs>li:hover,
div#RestaurantCalendar>.componentBody>.tabs>li:hover {
  background-color: #ddd;
}
div#ArtsCalendar>.componentBody>.tabs>li.selected,
div#MusicCalendar>.componentBody>.tabs>li.selected,
div#TheaterCalendar>.componentBody>.tabs>li.selected,
div#FilmCalendar>.componentBody>.tabs>li.selected,
div#RestaurantCalendar>.componentBody>.tabs>li.selected
{
    background-color:#AAA;
}
div#ArtsCalendar>.componentBody>.tabs>li.selected:hover,
div#MusicCalendar>.componentBody>.tabs>li.selected:hover,
div#TheaterCalendar>.componentBody>.tabs>li.selected:hover,
div#FilmCalendar>.componentBody>.tabs>li.selected:hover,
div#RestaurantCalendar>.componentBody>.tabs>li.selected:hover
{
    background-color:#BBB;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent>.componentBody>.tabs>li.selected>a,
div#ArtsCalendar>.componentBody>.tabs>li.selected>a,
div#MusicCalendar>.componentBody>.tabs>li.selected>a,
div#TheaterCalendar>.componentBody>.tabs>li.selected>a,
div#FilmCalendar>.componentBody>.tabs>li.selected>a,
div#RestaurantCalendar>.componentBody>.tabs>li.selected>a
{
    color:white;
}
div#ArtsCalendar>.componentBody>.tabs>li.selected:hover>a,
div#MusicCalendar>.componentBody>.tabs>li.selected:hover>a,
div#TheaterCalendar>.componentBody>.tabs>li.selected:hover>a,
div#FilmCalendar>.componentBody>.tabs>li.selected:hover>a,
div#RestaurantCalendar>.componentBody>.tabs>li.selected:hover>a
{
    color:white;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent>.componentBody>.tabs>li.selected .dayName,
div#ArtsCalendar>.componentBody>.tabs>li.selected .dayName
{
}
div#Calendar>.componentBody>.panels>li>.MicroComponent>.componentBody>.tabs>li a
{
    color:#333;
}
div#ArtsCalendar>.componentBody>.tabs>li a,
div#MusicCalendar>.componentBody>.tabs>li a,
div#TheaterCalendar>.componentBody>.tabs>li a,
div#FilmCalendar>.componentBody>.tabs>li a,
div#RestaurantCalendar>.componentBody>.tabs>li a
{
    color:#333;
    text-decoration:none;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent>.componentBody>.tabs>li .dayName
{
    display:block;
    font-weight:normal;
}
div#ArtsCalendar>.componentBody>.tabs>li .dayName,
div#MusicCalendar>.componentBody>.tabs>li .dayName,
div#TheaterCalendar>.componentBody>.tabs>li .dayName,
div#FilmCalendar>.componentBody>.tabs>li .dayName,
div#RestaurantCalendar>.componentBody>.tabs>li .dayName
{
    display:block;
    font-weight:bold;
    color: #253c87;
}
div#Calendar>.componentBody>.panels>li>.MicroComponent>.componentBody>.tabs>li .day
{
    display:block;
    font-size:16px;
}
div#ArtsCalendar>.componentBody>.tabs>li .day,
div#MusicCalendar>.componentBody>.tabs>li .day,
div#TheaterCalendar>.componentBody>.tabs>li .day,
div#FilmCalendar>.componentBody>.tabs>li .day,
div#RestaurantCalendar>.componentBody>.tabs>li .day
{
    display:block;
    font-size: 24px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #253c87;
    line-height: 24px;
    margin-bottom: 3px;
}
div#Calendar .panels div.more
{
  border-top:1px solid #ccc;
  font-size:0.8em;
  margin-top:0.5em;
  padding-top:0.5em;
  text-transform:lowercase;
}
  div#Calendar .panels div.more a.more {float:right;}
    div#Calendar .panels div.more a.more:after
    {
      content:' \00bb';
    }


/* Popular Stories */
div#PopularStories {}
div#PopularStories .channel,
div#PopularStories .description,
div#PopularStories .tagline
{
    display:none;
}
div#PopularStories .byline, div#PopularStories .dateline {
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #878787;
    display: inline;
}
div#PopularStories .tagline {
    margin: .5em 0px 0px 0px
}
div#PopularStories .image.teaser
{
    display:block;
    float:left;
    margin-right:10px;
}
div#PopularStories .image.teaser img
{
    height:72px;
    width:72px;
}
div#PopularStories .headline
{
    font-size:12px;
    font-weight:bold;
    line-height:15px;
    font: bold 12px/15px 'helvetica neue', Arial, Verdana, sans-serif;
    margin:0;
}
  div#PopularStories .headline a {}
div#PopularStories>ul.componentBody
{
    clear:both;
    float:left;
}
div#PopularStories ul.componentBody>li
{
    float:left;
    margin:0.5em 0;
    width:100%;
}
/* Hide microcomponent titles. */
div#PopularStories .MicroComponent>h2 {display:none;}
/* Tab styles. */
div#PopularStories>.componentBody>.tabs
{
    border-bottom:2px solid #900;
    float:left;
    width:100%;
}
div#PopularStories>.componentBody>.tabs>li
{
    background-color:#e4e4e4;
    border-left:1px solid #c3c3c3;
    border-top:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #e4e4e4;
    color:#333;
    float:left;
    font-size:11px;
    font-weight:bold;
    margin:0 1px;
    padding:4px;
}
div#PopularStories>.componentBody>.tabs>li:first-child
{
    margin-left:5px;
}
div#PopularStories>.componentBody>.tabs>li:last-child
{
    margin-right:0px;
}
div#PopularStories>.componentBody>.tabs>li.selected
{
    background-color:#c00;
    border:1px solid #900;
    color:white;
}
div#PopularStories>.componentBody>.tabs>li.selected>a
{
    color:white;
}
div#PopularStories>.componentBody>.tabs>li a
{
    color:#333;
}
div#PopularStories>.componentBody>.panels
div#PopularStories>.componentBody>.panels>li
{
    float:left;
}
div#PopularStories>.componentBody>.panels>li>.MicroComponent
{
    float:left;
    margin:8px;
}


div#PrintEditions {clear:both;}
  div#PrintEditions div.issueRow {
    min-height: 125px;
    margin: 0 auto 10px;
  }
    div#PrintEditions div.issueRow div.issueBox {
      float: left;
      margin:0 5px;
      width: 85px;
      text-align: center;
    }
      div#PrintEditions div.issueRow div.issueBox a img {
        display: block;
        margin: 0 auto 4px;
        border: 1px solid #222;
      }
      div#PrintEditions div.issueRow div.issueBox a.issueDate {
        font-size: 11px;
        font-weight:bold;
        text-decoration: none;
        display: block;
      }
      div#PrintEditions div.issueRow div.issueBox a.issueView {
        display: block;
        font-size: 10px;
        text-decoration: none;
      }

div#TwitterTeaser {}
  div#TwitterTeaser .twtr-widget
  {
    clear:both;
  }
    div#TwitterTeaser .twtr-widget .twtr-hd,
    div#TwitterTeaser .twtr-widget .twtr-ft
    {
      display:none;
    }
  div#TwitterTeaser .more
  {
    border-top:1px dotted #ddd;
    clear:both;
    color:#666;
    font-size:12px;
    text-align:right;
    padding:5px 10px 5px 0;
  }
    div#TwitterTeaser .more a
    {
      color:#666;
    }

/* Broken-out Local Stories */

div#LocalStories
{
}
div#LocalStories .channel{
    margin-bottom:5px;
}
    div#LocalStories .channel .section,
    div#LocalStories .tagline .byline 
    {
        font: bold 13px/13px 'helvetica neue', Arial, Verdana, sans-serif;
        margin: 0 5px;
        padding: 0 0 5px 0;
        color: #900;
    }        
    div#LocalStories .tagline .byline *
    {
        color: inherit;
    }   
    div#LocalStories .channel .category
    {
      display:none;
    }
  div#LocalStories .headline
  {
    font-family:Georgia,"Times New Roman",serif;
    font-size:16px;
    line-height:19px;
    height:38px;
    margin:0 0 5px 0;
    overflow:hidden;
  }
    div#LocalStories .headline a
    {
      color:#333;
      display:block;
      font-size: 16px;
      line-height: 19px;
      border: none;
      margin: 0 5px;
      padding: 0;
      height: 38px;
      overflow: hidden;
    }

    div#LocalStories .headline .longOnly{
        display:none;
    }
  div#LocalStories .description
  {
    display:none;
  }
  div#LocalStories .tagline
  {
    color:#900;
    font-size:13px;
  }
    div#LocalStories .tagline .byline
    {
      font-weight:bold;
      font-size:14px;
     
    }
    div#LocalStories .tagline .dateline
    {
      display:none;
    }
  div#LocalStories .componentBody
  {
      margin-left: -5px;
  }
    div#LocalStories .componentBody>li
    {
      border-bottom:1px solid dimGray;
      border-right:1px solid dimGray;
      float:left;
      width:236px; height:250px;
      margin: 0 0 10px 8px;
      overflow: hidden;
    }
      div#LocalStories .componentBody>li:nth-child(4n)
      {
        margin-right:0;
      }
      div#LocalStories .componentBody>li .image.teaser img
      {
        width:236px;
        margin-bottom: 5px;
      }

div#HomeBestOfTeaser
{
  float:left;
  margin-top: 2em;
  width:100%;
}
  div#HomeBestOfTeaser>ul>li
  {
    float:left;
  }
    div#HomeBestOfTeaser>ul>li.teaser.bestof
    {
      padding:10px;
      width:740px;
    }
      div#HomeBestOfTeaser>ul>li.teaser.bestof>ul>li
      {
        float:left;
        min-height:200px;
        width:359px;
        margin-left:10px;
        padding-left:10px;
        border-left:1px dotted #888;
        position:relative;  /* For the 'MORE INFO' button. */
      }
        div#HomeBestOfTeaser>ul>li.teaser.bestof>ul>li:first-child
        {
          border-left:0;
          padding-left:0;
          margin-left:0;
        }
    div#HomeBestOfTeaser>ul>li.teaser.section
    {
      margin-left:10px;
      width:200px;
    }
  div#HomeBestOfTeaser .image.teaser
  {
    float:left;
    height:75px;
    margin-right:10px;
    width:100px;
    margin-bottom:5px;
  }
    div#HomeBestOfTeaser .teaser.app .image.teaser,
    div#HomeBestOfTeaser .teaser.app .image.teaser img
    {
      width:95px;height:95px;
    }
    div#HomeBestOfTeaser .image.teaser img
    {
      height:75px;
      width:100px;
    }
  div#HomeBestOfTeaser .teaser.bestof
  {
    border:1px dotted #888;
    position: relative;
  }
    div#HomeBestOfTeaser .teaser.bestof .channel
    {
      display:none;
    }
    div#HomeBestOfTeaser .teaser.bestof .headline
    {
      color:#900;
      font-family: 'Helvetica Neue', Arial, Verdana, sans-serif;
      font-size:24px;
      font-weight:bold;
      line-height:27px;
      margin:0 0 10px;
    }
    div#HomeBestOfTeaser .teaser.bestof .subheadline
    {
      color:#900;
      font-size:18px;
      font-weight:bold;
      line-height:21px;
    }
    div#HomeBestOfTeaser .teaser.bestof .description
    {
      clear:both;
      margin:0;
      margin-top:5px;
      font-size:16px;
      line-height:19px;
    }
    div#HomeBestOfTeaser .teaser.bestof .tagline
    {
      display:none;
    }
  
  div#HomeBestOfTeaser .teaser.app .channel
  {
    color:#999;
    font-size:14px;
    font-weight:bold;
    line-height:16px;
  }
  div#HomeBestOfTeaser .teaser.app .headline
  {
    color:#333;
    font-family:Georgia,"Times New Roman",serif;
    font-size:26px;
    letter-spacing:-1px;
    line-height:26px;
    margin-bottom:5px;
  }
  div#HomeBestOfTeaser .teaser.app .description
  {
    color:#999;
    font-family:Georgia,"Times New Roman",serif;
    font-size:16px;
    line-height:19px;
    margin-bottom:5px;
  }
  div#HomeBestOfTeaser .teaser.app .more
  {
    color:#999;
    font-family:Georgia,"Times New Roman",serif;
    font-size:10px;
    font-weight:bold;
  }
  div#HomeBestOfTeaser .teaser.section .channel
  {
    color:#999;
    font-size:14px;
    font-weight:bold;
    line-height:16px;
  }
  div#HomeBestOfTeaser .teaser.section .headline
  {
    color:#333;
    font-family:Georgia,"Times New Roman",serif;
    font-size:19px;
    line-height:20px;
    margin-bottom:5px;
  }
  div#HomeBestOfTeaser .teaser.section .index
  {
    color:#900;
    font-family:Georgia,"Times New Roman",serif;
    font-size:16px;
  }
    div#HomeBestOfTeaser .teaser.section .index>li
    {
      background:url("../images/icons/square-black-10.png") left center no-repeat;
      list-style-type:none;
      margin:0.25em 0;
      padding-left:20px;
    }
    div#HomeBestOfTeaser .teaser.bestof .more {
        border: 1px solid #CCC;
        background: #EEE;
        color: #333;
        font-size: 9px;
        font-weight: bold;
        padding: 5px 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        float: left;
        position: absolute;
        bottom: 5px;
        right: 5px;
        display: inline;
        text-decoration: none;


    }


/*
 * Section TOCs
 */

div#SectionFeatures
{
  border-left:none !important;
  border-bottom:none !important;
  border-right:none !important;
  padding:0 !important;
  margin-top: 5px !important;
}
  div#SectionFeatures h2 {z-index:1;}
  div#SectionFeatures ul
  {
    padding: 0;
    display: block;
    overflow: hidden;
    list-style-type: none;
  }
  div#SectionFeatures ul li
  {
    width:320px;
    margin-right:10px;
    float: left;
    overflow: hidden;
  }
    div#SectionFeatures ul li:last-child
    {
      float:right;
      margin-right:0;
    }
  div#SectionFeatures a {
    display:block;
  }
    div#SectionFeatures .componentHeader a {display:inline-block;}  /* Exception for the header. */
    div#SectionFeatures a:hover {text-decoration:none;}
    div#SectionFeatures a img
    {
      width:320px;
      height:160px;
    }
    div#SectionFeatures a h3 {
      color:black;
      height: 72px; /* 3x line height */
      width: 300px;
      padding: 3px 0;
      margin: 0;
      font: 22px/24px Georgia, 'Times New Roman', Times, serif;
      text-decoration:none;
    }

div.RotatingFeatures {
  background: url("../images/backgrounds/gradient285.png") repeat-x #D3D3D3 !important;
}
  div.RotatingFeatures div#FeaturedStory {
    border-right:1px solid #c3c3c3;
    float:left;
    padding:5px;
    width:305px;
  }
    div.RotatingFeatures div#FeaturedStory .RotatingFeaturesSlideshow
    {
      margin-bottom:5px;
    }
    div.RotatingFeatures div#FeaturedStory h4 {
      margin-bottom: 5px;
    }
    div.RotatingFeatures div#FeaturedStory h4 a {
      color:#253c87; 
      font-size:18px;
      margin: 0 0 8px;
    }
    div.RotatingFeatures div#FeaturedStory .headline
    {
      font-size:18px;
      line-height:18px;
    }
    div.RotatingFeatures div#FeaturedStory .byline
    {
      font-size:10px;
    }
    div.RotatingFeatures div#FeaturedStory .dateline
    {
      display:none;
    }
    div.RotatingFeatures div#FeaturedStory .description
    {
      display:none;
    }
  div.RotatingFeatures div#FeaturedList {
    float:right;
    padding:5px;
    width:260px;
  }
    div.RotatingFeatures div#FeaturedList .byline
    {
      display:none;
    }
    div.RotatingFeatures div#FeaturedList .FeaturedListItem {
      border-bottom: 1px solid #C3C3C3;
      padding:  5px 0 5px 5px;
      margin-bottom: 5px;
    }
      div.RotatingFeatures div#FeaturedList .FeaturedListItem.last
      {
        border-bottom:0;
      }
      div.RotatingFeatures div#FeaturedList .FeaturedListItem.selected {
        background-color: white;
      }
    div.RotatingFeatures div#FeaturedList h4 a {
      color:#253c87; 
      font-size:15px;
    }
    div.RotatingFeatures div#FeaturedList h5 {
      font-size: 11px;
      display: inline;
    }


/* Broken-out event calendars. */
body#Film div#FilmCalendar p,
body#MovieTimes div#FilmCalendar p,
body#Section div#FilmCalendar p
{
  margin:0.2em 0;
}
body#Film div#FilmCalendar>.componentBody,
body#MovieTimes div#FilmCalendar>.componentBody,
body#Section div#FilmCalendar>.componentBody
{
  background-color:transparent;
}
body#Film div#FilmCalendar>.componentBody>.tabs>li,
body#MovieTimes div#FilmCalendar>.componentBody>.tabs>li,
body#Section div#FilmCalendar>.componentBody>.tabs>li
{
  width:32px;
}
body#Film div#FilmCalendar>.componentBody>.panels>form select,
body#MovieTimes div#FilmCalendar>.componentBody>.panels>form select,
body#Section div#FilmCalendar>.componentBody>.panels>form select
{
  margin:0.2em 0;
  width:270px;
}


/* Daily News and From the Print Edition */
div.ArticleList {}
  div.ArticleList .componentBody>li
  {
    border-top:1px dotted #d4d4d4;
    clear:both;
    margin-top:10px;
    overflow:hidden;
    padding-top:10px;
  }
    div.ArticleList .componentBody>li:first-child
    {
      border-top:0;
      margin-top:0;
      padding-top:0;
    }
  div.ArticleList .image.teaser
  {
    float:left;
    margin-right:10px;
    min-height:100px;
    width:100px;
  }
    div.ArticleList .image.teaser img
    {
      border:1px solid black;
      width:100px;
    }
  div.ArticleList .channel
  {
    display:none;
  }
  div.ArticleList .metadata
  {
    margin-left:110px; /* Coordinate with image teaser, above. */
    margin-top:0.5em;
    margin-bottom:0.5em;
  }
    div.ArticleList .dateline
    {
      color:#888;
      font-size:11px;
    }
    div.ArticleList .byline
    {
      color:#888;
      display:inline;
      font-weight:bold;
      margin:5px 0;
    }
      div.ArticleList .byline:before
      {
        content:'By ';
      }
      div.ArticleList .byline:after
      {
        content:', ';
      }
  div.ArticleList .headline
  {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:17px;
    line-height:20px;
    margin-left:110px; /* Coordinate with image teaser, above. */
    margin-top:0;
  }
    div.ArticleList .headline a {}
  div.ArticleList .summary
  {
    margin-left:110px; /* Coordinate with image teaser, above. */
    line-height:1.5em;
  }
    div.ArticleList .summary .summaryText.abbreviated:after
    {
      content:'\2026';
    }
  div.ArticleList .componentFooter {
    display: block;
    border-top: 1px dotted #D4D4D4;
    margin-top: 10px;
    padding-top: 5px;
    text-align: right;
    padding-right: 10px;
  }
    div.ArticleList .componentFooter a {
      font-weight: bold;
      color: #900;
      font-size: 13px;
    }


div#DailyArts {}
  div#DailyArts .componentBody>li
  {
    border-top:1px dotted #bababa;
    clear:both;
    padding:5px 0;
    overflow:auto;
  }
    div#DailyArts .componentBody>li.first
    {
      padding-top:0;
      margin-top:0;
    }
  div#DailyArts .image
  {
    display:none;
  }
  div#DailyArts .presentationHeader
  {
    float:left;
    padding:5px;
    text-align:center;
    width:90px;
  }
  div#DailyArts .channel
  {
    color:#aaa;
    font-family:'helvetica neue',Arial,Helvetica,sans-serif;
    font-size:14px;
    line-height:18px;
  }
  body#Section div#DailyArts .section
  {
    display:none;
  }
  div#DailyArts .dateline
  {
    color:#888;
    font-size:11px;
  }
  div#DailyArts .dateline span {
      display:block;
  }
    div#DailyArts .dateline .time,
    div#DailyArts .dateline .date
    {
      display:block;
    }
  div#DailyArts .presentationBody
  {
    border-left:1px dotted #bababa;
    font-size:11px;
    margin-left:100px;
    padding:0 10px;
  }
    div#DailyArts .headline
    {
      color:#253c87;
      font-family:Georgia,"Times New Roman",Times,serif;
      font-size:17px;
      line-height:20px;
    }
      div#DailyArts .headline a
      {
        color:#253c87;
      }
    div#DailyArts .byline
    {
      color:#888;
      display:block;
      font-weight:bold;
      margin:5px 0;
    }
    div#DailyArts .componentFooter {
        display: block;
        border-top: 1px dotted #D4D4D4;
        margin-top: 10px;
        padding-top: 5px;
        text-align: right;
        padding-right: 10px;

}
div#DailyArts .componentFooter a {
    font-weight: bold;
    color: #900;
    font-size: 13px;
}


div#SlideshowSlider
{
  clear:left;
}
  div#SlideshowSlider img
  {
    height:140px;
    width:140px;
  }
  div#SlideshowSlider .sliderNav,
  div#SlideshowSlider .sliderOuter
  {
    float:left;
  }
    div#SlideshowSlider .sliderNav .back,
    div#SlideshowSlider .sliderNav .next
    {
      background-color:#6c6c6c;
      display:block;
      height:210px;
      text-indent:-6000px;
      width:56px;
    }
      div#SlideshowSlider .sliderNav .back:hover,
      div#SlideshowSlider .sliderNav .next:hover
      {
        background-color:8f8f8f;
      }
      div#SlideshowSlider .sliderNav .back
      {
        background:#6c6c6c url("../images/buttons/tallscroll-l.png") left center no-repeat;
        margin-left:10px;
        margin-right:10px;
      }
      div#SlideshowSlider .sliderNav .next
      {
        background:#6c6c6c url("../images/buttons/tallscroll-r.png") left center no-repeat;
      }
  div#SlideshowSlider .sliderOuter
  {
    margin-right:10px;
  }



/*
 * Default Content
 */

/* Top Stories Slider */
div#TopStoriesSlider {
    background:black url('../images/components/sliders/featured_entries_background.png');
    margin-bottom:10px; /* xxx - Set for zone. */
    padding:10px 0;
    position:relative; /* Set origin point for children. */
}
  div#TopStoriesSlider .componentHeader
  {
    border:0;
    margin:0;
    position:absolute;
    bottom:0;
    width:100px;
    color:white;
    font-size:1.5em;
    font-weight:bold;
    line-height:1em;
    text-transform:uppercase;
    padding:10px;
  }
    div#TopStoriesSlider .componentHeader>span
    {
      display:block;
    }
  div#TopStoriesSlider .sliderNav {}
    div#TopStoriesSlider .sliderNav a
    {
      text-indent:-6000px;
    }
      div#TopStoriesSlider .sliderNav a.back
      {
        background: url('../images/components/sliders/featured_entries_arrow_left_red.png') right center no-repeat;
        float:left;
        width:120px;
        height:77px;
        position:relative; /* Allow layering with component title. */
      }
      div#TopStoriesSlider .sliderNav a.next
      {
        background: url('../images/components/sliders/featured_entries_arrow_right_red.png') right center no-repeat;
        float:right;
        width:40px;
        height:77px;
        margin-right:10px;
      }
  div#TopStoriesSlider .sliderOuter {
    margin-left:20px;
  }
  div#TopStoriesSlider .sliderItem
  {
    border-left:1px solid gray;
  }
    div#TopStoriesSlider .sliderItem:last-child
    {
      border-right:1px solid white;
    }
    div#TopStoriesSlider .sliderItem .channel {display:none;}
    div#TopStoriesSlider .sliderItem .image {
      float:left;
      margin:0 5px;
    }
      div#TopStoriesSlider .sliderItem .image img {
        border:1px solid white;
        width:130px;
        height:75px;
      }
    div#TopStoriesSlider .sliderItem .title {
      font-size:12px; /* Needed for precise multi-em row heights. */
      color:white;
      font-weight:bold;
      height:4em;
      line-height:1em;
      margin-left:145px; margin-right:5px;
      overflow:hidden;
    }
      div#TopStoriesSlider .sliderItem .title a {color:white;}
    div#TopStoriesSlider .sliderItem .metadata {
      color:#c00;
      font-weight:bold;
      line-height:1em;
      margin-left:145px; margin-right:5px;
      margin-top:0.5em;
    }

div#StoryLayout
{
  float:none;
}
div#StoryBreadcrumb
{
  
}
div.MainColumn p.issueInfo,
div.SpanningFeature p.issueInfo {
  padding: 0 0 4px;
  margin: 0 0 10px;
  border-bottom: 1px solid #E8E9EA;
  text-align: left;
  font-family: "Trebuchet MS";
  font-weight: bold;
  font-size: 11px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.MainColumn p.issueInfo .date,
div.SpanningFeature p.issueInfo .date {
  display:none;
}
div.MainColumn p.issueInfo a,
div.SpanningFeature p.issueInfo a {
    text-decoration: none;
  color: #888888;
}

/* About the Author */
div#AbouttheAuthorWrapper {clear:both;overflow: hidden;}
div#AbouttheAuthor {margin:1em 0 1.5em;}
  div#AbouttheAuthor h3
  {
    font-size: 2em;
    line-height: 1em;
    color: #717171;
    border-bottom: 1px solid #c3c3c3;
    margin: 0 0 10px;
  }
  div#AbouttheAuthor img
  {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
  }
  div#AbouttheAuthor h4 {margin-bottom:0.25em; color:#900;}
  div#AbouttheAuthor .email,
  div#AbouttheAuthor .twitter,
  div#AbouttheAuthor .facebook
  {
    background-position:left center;
    background-repeat:no-repeat;
    margin-left:110px;
    margin-bottom:0.25em;
    line-height:18px;
    padding-left:23px;
  }
    div#AbouttheAuthor .email {
      background-image:url('../images/icons/email-18x18.png');
    }
    div#AbouttheAuthor .twitter {
      background-image:url('../images/icons/twitter-18x18.png');
    }
    div#AbouttheAuthor .facebook {
      background-image:url('../images/icons/facebook-18x18.png');
    }
  div#AbouttheAuthor .bio
  {
    margin-top:1em;
  }
    div#AbouttheAuthor .bio .label {display:none;}
    div#AbouttheAuthor .bio .readMore:after {content:' \00bb';}


/*
 * Blog TOC
 */

body#Blog .MainColumn
{
  margin-bottom:10px;
}
  body#Blog .MainColumn h2.componentHeader
  {
    border-bottom:1px solid #c3c3c3;
    color:#717171;
    font-size:26px;
    line-height:26px;
    margin-bottom:10px;
    padding:5px 10px;
  }

div#BlogHeader {
  margin-bottom:10px; /* xxx - Set zone-wide? */
}
  div#BlogHeader>p
  {
    display:none;
  }

div#Blog {}
  div#Blog .blogPost
  {
    border-bottom:2px solid #808080;
    padding-bottom:10px;
	margin-bottom:10px;
  }
  div#Blog .blogDate
  {
    display:none;
  }
  div#Blog .postCategories {
    clear: both;
    margin: 20px 0 0;
  }
  div#Blog .postCategories .postCategory {
    color: #0c67a1;
    font-size: 14px;
    font-weight: bold;
    margin-top: .5em;
    margin-right: 4px;
    text-align: center;
    text-transform: lowercase;
  }
    div#Blog .postCategories .postCategory a { 
      color: #0c67a1; 
      text-decoration: none;
    }
div#Blog .postTitle {
  border-bottom: 0px;
  padding: 5px 0 0;
  font-size: 26px;
  line-height: 1.15em;
  margin: 0;
  color:#0c67a1;
  font-family:Georgia,"Times New Roman",Times,serif;
  }
    div#Blog .postTitle .postCategory
    {
      display:block;
      font-family:'Helvetica Neue',Arial,sans-serif;
      font-size:14px;
      font-weight:bold;
      line-height:14px;
    }
    div#Blog .postTitle a
    {
      color:#600;
    }
  div#Blog .postedBy {
    clear: both;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
  }
    div#Blog .postedBy .author {
      color: #666;
      font-weight: bold;
    }
    div#Blog .postedBy a
    {
      color:#600;
    }
  div#Blog .postBody
  {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.2em;
  }
  div#Blog .keepReading
  {
    clear:both;
    margin-top:10px;
  }
  div#Blog .extended>a
  {
    color:#0c67a1;
    font-family:Georgia,'Times New Roman',Times,serif;
    font-size:1.1em;
    font-weight:bold;
  }

/* Shim for too-wide ads. */
div#Blog div.BlogLeaderboardInterlaced>div
{
  margin-left:-5px;
  width:640px;
}
div#Blog div.BlogLeaderboardInterlaced>div>a>img
{
  width:640px;
}


/* From the Vault */
  div#FromtheVault .componentHeader{
      background:#900 url('../images/backgrounds/diagonals.png');
      font-size:1.5em;
      font-weight:bold;
      float:left;
      line-height:1em;
      margin: 5px;
      padding:10px;
      width:55px;height:130px;
}
div#FromtheVault .componentBody
{
    margin-left:80px;
    margin-right:5px;
}
div#FromtheVault ul{
    padding: 0;
    display: block;
    overflow: hidden;
    list-style-type: none;

}
div#FromtheVault ul li{
    width: 280px;
    height: 150px;
    margin: 5px 0 5px;
    float: left;
    overflow: hidden;

}



div#FromtheVault a {
    position: relative;
    height: 150px;
    display:block;        
}
div#FromtheVault h3 {
    min-height: 60px;
    display:inline-block;
    width: 260px;
    background: rgba(0, 79, 134, 0.5);
    padding: 3px 10px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-top: 5px;
    text-shadow: 1px 1px 1px black;
    font: bold 14px/17px Georgia, Times New Roman, Times, serif;
    color: white;
    text-decoration: none;
}

/* Top Topics */
div#TopTopics
{
  padding-bottom:5px;
}
  div#TopTopics h2
  {
    background:#c00 url('../images/backgrounds/diagonals.png');
    color:white;
    font-size:1.9em;
    font-weight:bold;
    line-height:1em;
    margin:0;
    padding:10px;
  }
  div#TopTopics hr
  {
    display:none;
  }
  div#TopTopics h4
  {
    float:left;
    font-size:1.25em;
    padding:0.5em 10px;
    width:40%;
  }
  div#TopTopics .componentFooter
  {
    border-top:1px solid #e4e4e4;
    clear:both;
    margin-top:10px;
    overflow:hidden;
    padding:5px 10px;
  }
    div#TopTopics .componentFooter .more
    {
      float:right;
      font-weight:bold;
    }
      div#TopTopics .componentFooter .more:after
      {
        content:' \00bb';
      }



/*
 * Blog Post
 */

body#Post .MainColumn
{
  margin-bottom:10px;
}
  body#Post .MainColumn h2.componentHeader
  {
    border-bottom:1px solid #c3c3c3;
    color:#717171;
    font-size:26px;
    line-height:26px;
    margin-bottom:10px;
    padding:5px 10px;
  }

div#BlogsBlogPost {}
  div#BlogsBlogPost .blogDate
  {
    display:none;
  }
  div#BlogsBlogPost .postCategories {
    clear: both;
  }
  div#BlogsBlogPost .postCategories .postCategory {
    color: #900;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: .5em;
    margin-right: 4px;
    text-align: center;
    text-transform: uppercase;
  }
    div#BlogsBlogPost .postCategories .postCategory a { 
      color: #900; 
      text-decoration: none;
    }
  div#BlogsBlogPost .postTitle {
    border-bottom: 0px;
    padding: 5px 0 0;
    font-size: 26px;
    line-height: 1.15em;
    color: black;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
    div#BlogsBlogPost .postTitle .postCategory
    {
      display:block;
      font-family:'Helvetica Neue',Arial,sans-serif;
      font-size:14px;
      font-weight:bold;
      line-height:14px;
    }
    div#BlogsBlogPost .postTitle a
    {
      color:#600;
    }
  div#BlogsBlogPost .postedBy {
    clear: both;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
  }
    div#BlogsBlogPost .postedBy .author {
      color: #666;
      font-weight: bold;
    }
    div#BlogsBlogPost .postedBy a
    {
      color:#600;
    }
  div#BlogsBlogPost .postBody
  {
    font-family:Georgia,"Times New Roman",Times,serif;
  }

  /* Footer */
  #FooterNavigation-learn_more {
      margin-left:220px;
  }

/* Follow This Blog */
div#FollowThisBlog {padding:5px 5px 0;}
  div#FollowThisBlog .componentBody>li {display:block; float:none; text-align:center; margin:10px auto;}

/* Film Trailers in blog posts. */
div#FilmTrailersContent.BlogPost {}
  /* Override baked-in styles. */
  div#FilmTrailersContent.BlogPost h2 {border-bottom:1px solid #c3c3c3; padding-left:0;}
    div#FilmTrailersContent.BlogPost h2 span {font-size:inherit;}

/* Film Times in blog posts. */
div#FilmTimesByHour.BlogPost {}
  div#FilmTimesByHour.BlogPost h2 {border-bottom:1px solid #c3c3c3; padding-left:0;}

/* Slideshow teaser in blog posts. */
div#SlideshowTeaser.BlogPost {}
  div#SlideshowTeaser.BlogPost h5.slideshowHeader
  {
    padding: 0 0 3px;
    font-size: 26px;
    line-height: 26px;
    color: #717171;
    border-bottom: 1px solid #c3c3c3;
    margin: 0 0 10px;
    text-transform: none;
  }


  /*
   * Slideshow
   */
/*
body#Slideshow div#gridMainColumn
{
  background-color:white;
  border:1px solid #c3c3c3;
  border-color:#E4E4E4 #C3C3C3 #C3C3C3 #E4E4E4;
  padding:10px;
  width:628px !important; }
*/
div#SlideshowFullPage {
    padding:0px !important;
}
div#SlideshowFullPage h1.headline,
div#SlideshowInline h1.headline{
    margin-bottom: 12px;
     border-bottom:1px solid #CCC;
     margin-top: 12px;
}
div#SlideshowFullPage div.slideImgWrapper{
    margin-left: auto;
    margin-right: auto;
    position:relative;
    margin-top: 15px; 
}
div#SlideshowFullPage div.slideImgWrapper .clicktozoom {
    top:-1.5em;
    margin: 1px 0;
    display:none;
}

body#Slideshow div#gridMainColumn {
    position:relative;
}
body#Slideshow div#gridMainColumn div.slideshowPrevNext {
    position: absolute;
    top:6px;
    right:28px;
}
body#Slideshow div#gridMainColumn div.slideshowCount {
    position: absolute;
    top: 16px;
    right: 137px;
    font-size: 16px;
    background-color: #111;
    color: white;
    border-radius: 4px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 18px; 
}
body#Slideshow .MainSidebar {
   /* overflow:hidden; */
}
body#Slideshow .MainSidebar .componentHeader{
    width:100%;
}
body#Slideshow div#SlideshowFullPage .date {
    margin-bottom:12px;
}
body#Slideshow div#SlideshowFullPage    .slideshowDesc {
    margin-bottom:12px;
    font-size:1.25em;

}
body#Slideshow div#SlideshowFullPage   .caption{
    margin-top:6px;
    font-size:1em;

}

body#Slideshow    .slideshowByline {
  font-size: .9em;
  font-style: italic;
}

/* ======================================================
 * MUSIC SECTION LANDING
 * ======================================================*/
/* MUSIC TOP STORIES */
#MusicTopStories {
    margin: 10px 10px 20px;
    overflow: hidden;
    width:auto !important;
}

body#Section .MainColumn#MusicTopStories h2{
    background: #c00;
    border: none;
    color: white;
    font: bold 24px/26px 'helvetica neue', Arial, Verdana, sans-serif;
    margin: 0 0 5px;
    padding: 5px 10px;
    text-align: left;
}

#MusicTopStories ul{
    padding: 0;
    display: block;
    margin: 0 0 10px -10px;
    overflow: hidden;
    list-style-type: none;

}
#MusicTopStories ul li{
    width: 275px;
    height: 150px;
    margin: 0 0 10px 12px;
    float: left;
    overflow: hidden;

}



#MusicTopStories a {
    position: relative;
    height: 150px;
    display:block;        
}
#MusicTopStories h3 {
    height: 60px;
    width: 255px;
    background: rgba(0, 79, 134, 0.5);
    padding: 3px 10px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-top: 5px;
    text-shadow: 1px 1px 1px black;
    font: bold 14px/17px Georgia, Times New Roman, Times, serif;
    color: white;
    text-decoration: none;
}


/* MUSIC FEATURES */

#MusicFeatures {
    margin: 0 10px 10px;
    border:none;
    width:auto !important;
    clear:both;
}
#MusicFeatures * {
    padding: 0;
    margin: 0;
}
    div#MusicFeatures .componentFooter {
        display: block;
        margin-top: 10px;
        text-align: right;
        padding-right: 10px;

}
div#MusicFeatures .componentFooter a {
    font-weight: bold;
    color: #900;
    font-size: 13px;
}


body#Section .MainColumn#MusicFeatures h2 {
    border: none;
    background: #c00;
    color: white;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
    border: none;
}


#MusicFeatures ul li {
    border-bottom: 1px solid #c3c3c3;
    padding:10px 0;
    overflow:auto;
}
#MusicFeatures ul li:first-child {
    padding-top:0;
}
#MusicFeatures ul li img {
    margin: 0 10px 0 0;
    float:left;
    clear:left;
}
#MusicFeatures h3 {
    font: bold 14px/17px Georgia, Times New Roman, Times, serif;
}
#MusicFeatures p.subhead a {
    text-decoration: none;
    color: #253C87;
    font-family: 'helvetica neue',Arial,sans-serif;
    font-weight:bold;
}

#MusicFeatures p.byline {
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    color: #717171;
}
/* MUSIC SLIDESHOWS */

#MusicSlideshows {
    margin: 10px 10px 20px;
    overflow: hidden;
    width:275px !important;
    float:left;
}

body#Section .MainColumn#MusicSlideshows h2{
    border: none;
    background: #c00;
    color: white;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
    border: none;

}

#MusicSlideshows ul{
    padding: 0;
    display: block;
    margin: 0 0 10px -10px;
    overflow: hidden;
    list-style-type: none;

}
#MusicSlideshows ul li{
    width: 275px;
    height: 150px;
    margin: 0 0 10px 12px;
    float: left;
    overflow: hidden;

}



#MusicSlideshows a {
    position: relative;
    height: 150px;
    display:block;        
}
#MusicSlideshows h3 {
    height: 60px;
    width: 255px;
    background: rgba(0, 79, 134, 0.5);
    padding: 3px 10px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-top: 5px;
    text-shadow: 1px 1px 1px black;
    font: bold 14px/17px Georgia, Times New Roman, Times, serif;
    color: white;
    text-decoration: none;
}



/* WEST COAST SOUND */


#WestCoastSound {
    margin: 10px 10px 20px;
    overflow: hidden;
    width:273px !important;
    float:left;
}
#WestCoastSound .componentHeader a {
    display:block;
}
body#Section .MainColumn#WestCoastSound h2 {
    border: none;
    background: #c00;
    color: white;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
    border: none;
    background-image:url("../images/backgrounds/west-coast-sound-header.jpg");
    text-indent:-9999px;
}
#WestCoastSound ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #EEE;
    overflow-y: auto;
    overflow-x: hidden;
    height: 490px;
    display: block;

}

#WestCoastSound li {
    border-top: 1px solid #CCC;
    padding: 10px 5px 10px 10px;
    font: bold 12px/15px 'helvetica neue', Arial, Verdana, sans-serif;
}
#WestCoastSound li h3 {
    font: inherit;
    margin:0;
}

#WestCoastSound a {
    text-decoration: none;
    color: #253C87;
   

}

/* ======================================================
 * RESTAURANTS SECTION LANDING
 * ======================================================*/
/* SQUID INK */

body#Section div#SquidInk {
    float: left;
    margin: 5px;
    background: #DDD;
    clear: left;
    padding: 5px;
    width: 240px !important;
}
body#Section .MainColumn#SquidInk h2 {
    border: none;
    background: #c00;
    color: white;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
    border: none;
    background-image:url("../images/backgrounds/squid-ink-header.jpg");
    text-indent:-9999px;

}

#SquidInk h3 {
    font-size: 12px;
    font-family: Georgia, Times New Roman, Times, serif;
    margin: 10px 0 5px;
    padding: 0px;
    font-weight: bold;

}
#SquidInk h3 a{
    text-decoration: none;
    color: #253C87;

}

#SquidInk p.subhead a{
    font-weight: bold;
    white-space: nowrap;

}
#SquidInk .componentHeader a {
    display:block;
}



/* LATEST REVIEWS */

body#Section div#LatestReviews {
    width: 315px;
    float: left;
    margin: 0px 5px 5px 0px;

}
#LatestReviews ul * {
    margin:0;
    padding:0;
}
#LatestReviews ul li img{
    float: right;
    margin-left: 10px;
    width: 150px;
    height: 100px;
    border-style: solid;
    border-color: #DDD #BABABA #4C4C4C #D5D5D5;
    border-width: 1px 1px 2px 1px;

}

#LatestReviews ul li h3 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;


}
#LatestReviews p.byline {
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    color: #717171;
}

#LatestReviews li h3 a{
    text-decoration: none;
    color: #253C87;

}

#LatestReviews p.subhead a{
    font-weight: bold;
    white-space: nowrap;

}
#LatestReviews ul li {
    border-bottom: 1px solid #C3C3C3;
    padding: 5px;
    overflow: auto;
}

div#LatestReviews .componentFooter {
    margin-top:5px;
    font-weight:bold;
    text-align:right;
}
div#LatestReviews .componentFooter a{
    font-weight:bold;
}



/* FROM THE PRINT EDITION */

#FromthePrintEditionRestaurants {
    border: 1px solid #CCC !important;
}
#FromthePrintEditionRestaurants ul * {
    margin:0;
    padding:0;
}
#FromthePrintEditionRestaurants ul li img{
    float: right;
    margin-left: 10px;

    border-style: solid;
    border-color: #DDD #BABABA #4C4C4C #D5D5D5;
    border-width: 1px 1px 2px 1px;

}

div.MainSidebar#FromthePrintEditionRestaurants ul li h3 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;


}
#FromthePrintEditionRestaurants p.byline {
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    color: #717171;
}

div.MainSidebar#FromthePrintEditionRestaurants li h3 a{
    text-decoration: none;
    color: #253C87;

}

#FromthePrintEditionRestaurants p.subhead a{
    font-weight: bold;
    white-space: nowrap;

}
#FromthePrintEditionRestaurants ul li {
    border-bottom: 1px solid #C3C3C3;
    padding: 5px;
    overflow: auto;
}

/* BEST OF - ASIDE */
#BestOfCategoriesAside {
    border: 1px solid #CCC !important;
}

#BestOfCategoriesAside ul {
    margin: 0px;
    padding: 0px 10px 5px 10px;
    list-style-type: none;
}

#BestOfCategoriesAside li {
    border-bottom: 1px solid #E4E4E4;
    padding: 5px 0px;
}
#BestOfCategoriesAside li:last-child {
    border-bottom: none;
}


/* ======================================================
 * ARTS SECTION LANDING
 * ======================================================*/

body#Section div#ArtsCalendar {}
  body#Section div#ArtsCalendar>.componentBody>.tabs>li
  {
    width:32px;
  }
    body#Section div#ArtsCalendar>.componentBody>.tabs>li .day
    {
      font-size:20px;
      line-height:20px;
    }


/* ======================================================
 * FILM SECTION LANDING
 * ======================================================*/

div#MovieReviews {}
  div#MovieReviews h3
  {
    background: #9B9B9B;
    color: white;
    font: bold 14px/18px 'helvetica neue', Arial, Verdana, sans-serif;
    padding: 3px 10px;
    margin: 0;
  }
  div#MovieReviews h4 {
    text-decoration: none;
    color: #253C87;
    font:inherit;
  }
  div#MovieReviews .componentBody>li
  {
      float:left;
      margin-right:4px;
      background: #EEE;
  }
  div#MovieReviews .componentBody>li:last-child {margin-right:0;}
  div#MovieReviews .componentBody ul {
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
    background: #EEE;
    overflow-y: auto;
    overflow-x: hidden;
    width:310px;
    height: 100px;
    display: block;
  }
    #MovieReviews .componentBody ul li
    {
      display: block;
      float: none;
      clear: both;
      background: #EEE;
      border-top: 1px solid #CCC;
      padding: 8px 5px 8px 10px;
      font: bold 14px/18px 'helvetica neue', Arial, Verdana, sans-serif;
    }
      #MovieReviews .componentBody ul li:first-child
      {
        border-top: none;
        padding-top: 3px;
      }


div#MovieTrailers {}
  div#MovieTrailers .image.longOnly {display:block;}
  div#MovieTrailers .mpaa,
  div#MovieTrailers .FeaturesIcons,
  div#MovieTrailers .description,
  div#MovieTrailers .tagline,
  div#MovieTrailers .genres
  {
    display:none;
  }
  div#MovieTrailers .componentBody>li
  {
    clear:none !important;
    float:left;
    width:85px !important;
    margin:5px;
    text-align:center;
  }
    div#MovieTrailers .componentBody>li .title {margin-top:0.5em;}



/* ======================================================
 * BEST OF LANDING
 * ======================================================*/

body.SearchPage#BestOf div#gridMain
{
  border-color:transparent;
  background-color:transparent;
}


#BestOfAwardGraphics img{
    margin: 10px -5px -5px 10px;
}
#BestOfAwardGraphics {
    padding-bottom:15px !important;
}
#BestOfAwardGraphics h3{
    margin-bottom:0 !important;
}

#BestOfCategoryListShort {
    border-bottom: 1px dotted #AAA;
    font-size: 11px;
    color: #444;
    overflow: hidden;
}

#BestOfCategoryListShort li{
    float: left;
    margin: 0 10px;
    line-height: 10px;
    white-space: nowrap;
    margin-bottom: 8px;
}
#BestOfCategoryListShort a {
    text-decoration: none;
    color: #253C87;
    font-weight:bold;
}

#BestOfCategoryList > ul > li {

    border-bottom: 1px dotted #AAA;
    padding-bottom: 10px;
    line-height: 20px;

}
#BestOfCategoryList h3 {
    color: #D66B28 !important;
    font: normal 18px Georgia, Times New Roman, Times, serif;
}

#BestOfCategoryList h3 a{
    color: inherit;
    font: inherit;

}
#BestOfCategoryList ul.inline-list li{
    display: inline;
    color: #282828;
    font: 14px 'helvetica neue', Arial, Verdana, sans-serif;
    margin: 0;
}
#BestOfCategoryList ul.inline-list li a{
    color: inherit;
    font: inherit;

}
#BestOfCategoryList ul.inline-list li.more{
    display: block;
}
#BestOfCategoryList ul.inline-list li.more a{
    color: #D66B28;
    font-weight: bold;
    white-space: nowrap;
}
#BestOfCategoryListShort ul li:before {
    content:"\2B1B";
    margin-right:6px;
    color:#344C7C;
    display:inline;
}
#BestOfCategoryListShort ul li:first-child:before {
    color: #EEE;;
}
#BestOfCategoryList ul li h3:before {
    content:"\2B1B";
    margin-right:6px;
    color:#344C7C;
    display:inline;

}
#BestOfCategoryList ul li:first-child h3:before {
    color: #EEE;;
}


body#BestOf.SearchPage div.MainSidebar {
    width:auto;
    background-color:white;
    padding: 0;
    border: 1px solid #CCC !important;
    border: 1px solid #C3C3C3;
    border-top: 1px solid #E4E4E4 !important;
    border-left: 1px solid #E4E4E4 !important;
    border-bottom: 1px solid #C3C3C3 !important;

}

body#BestOf.SearchPage div.MainSidebar h3{
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
    color: white !important;
    background-color: #c00 !important;
    border-bottom: 1px solid #C3C3C3;
    padding: 5px 10px !important;
    margin: 0px 0px 5px 0px;
    text-align: left;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
}
body#BestOf.SearchPage div.MainSidebar>ul {
    margin:10px;
    padding:0 5px !important;
}
  /* Exception for slideshow tiles. */
  body#BestOf.SearchPage div.MainSidebar#SlideshowShellTeaser>ul.componentBody
  {
    padding:0 !important;
  }
    body#BestOf.SearchPage div.MainSidebar#SlideshowShellTeaser>ul.componentBody li
    {
      clear:none;
      border-left:1px solid #ccc;
      margin-bottom:14px;
      width:120px;
    }
  
body#BestOf div.MainColumn {
    margin-right: 10px;
    margin-left: 10px;
}
body.BestOfLanding div#StoryHeader {
    margin-right: 10px;
    margin-left: 10px;
    margin-top:10px;
}

body.BestOfGuideLanding div#StoryHeader {
    margin-top:10px;
}
body#BestOf div.MainColumn::after {
    display: block;
    visibility: hidden;
    content: none;
    line-height: 0;
    clear: none;
}
body#BestOf #BestOfCategoryListShort {
    clear:both;
}

body#BestOf #BestOfCoverImage{
    float:right;
    margin-top:10px;
}
body#BestOf #BestOfCategoryHeader {
    margin-left:0;
    margin-right:0;
}
body#BestOf #BestOfCategoryHeader h1{
    border-bottom: 1px solid #CCC;
    color: #717171;
    font: normal 26px/26px 'helvetica neue', Arial, Verdana, sans-serif;
    margin: 0 0 10px;
    padding: 5px 10px;

}
body#BestOf #StoryHeader h1.headline {
    color: #D66B28;
    font: normal 18px Georgia, Times New Roman, Times, serif;
    font-size: 18px !important;
}

body#BestOf #StoryLayout{
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 14px;
}


/* ======================================================
 * CATEGORY TOCs
 * ======================================================*/
 
.CategoryTOCTopFeature ul * {
    margin:0;
    padding:0;
}
.CategoryTOCTopFeature ul li img{
    float: left;
    margin: 0px 10px 5px 0px;

    width: 250px;
    height: 170px;
    border-style: solid;
    border-color: #DDD #BABABA #4C4C4C #D5D5D5;
    border-width: 1px 1px 2px 1px;

}

.CategoryTOCTopFeature ul li h3 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;


}
.CategoryTOCTopFeature p.byline {
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    color: #717171;
}

.CategoryTOCTopFeature li h3 a{
    text-decoration: none;
    color: #253C87;

}

.CategoryTOCTopFeature p.subhead a{
    font-weight: bold;
    white-space: nowrap;

}
.CategoryTOCTopFeature ul li {
    border-bottom: 1px solid #C3C3C3;
    padding: 5px;
    overflow: auto;
}
.CategoryTOCFeatures ul * {
    margin:0;
    padding:0;
}
.CategoryTOCFeatures ul li img{
    float: right;
    margin-left: 10px;
    width: 150px;
    height: 100px;
    border-style: solid;
    border-color: #DDD #BABABA #4C4C4C #D5D5D5;
    border-width: 1px 1px 2px 1px;

}

.CategoryTOCFeatures ul li h3 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;


}
.CategoryTOCFeatures p.byline {
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    color: #717171;
}

.CategoryTOCFeatures li h3 a{
    text-decoration: none;
    color: #253C87;

}

.CategoryTOCFeatures p.subhead a{
    font-weight: bold;
    white-space: nowrap;

}
.CategoryTOCFeatures ul li {
    border-bottom: 1px solid #C3C3C3;
    padding: 5px;
    overflow: auto;
}
div.CategoryTOCFeatures .componentFooter {
    margin-top:5px;
    font-weight:bold;
    text-align:right;
    padding-right: 5px;
}
div.CategoryTOCFeatures .componentFooter a{
    font-weight:bold;
}


/* CONTENT DEFAULT */

div#StoryBreadcrumb{
    margin-bottom:.5em;
}
div#StoryHeader{
    margin-bottom:5px;
}

/* Comments link. */
body#Content a.commentItem {
  display:block;
  text-align:right;
  padding:0 10px;
  font-weight:bold;
}
  body#Content a.commentItem:after {content:'\21b4';}

div#ToolBarHorizontal {
    border-top:1px solid #D6D7D9;
    border-bottom: 1px solid #D6D7D9;
    margin-bottom: 1em;

}
body#Content div#ToolBarHorizontal {
border:none;
}
div#ToolBarHorizontal.BlogPost,div#ToolBarHorizontal.Blog {margin:10px 0 !important;}
div#ToolBarHorizontal > div {
    margin: 5px;
        display:table;
    table-layout:fixed;

}

div#ToolBarHorizontal > div > div{
    display:table-cell;
    float:none !important;
    vertical-align: top;
    width: auto !important;
}
div.MainColumn div.storyHead, div.SpanningFeature div.storyHead {
margin: 0 0 1em;
}

div.MainColumn img.magnum{
    border: none;
    margin:0;
}
div#MagnumImage {
    margin:0 0 1.5em 0;
}
div.magnumContainer{
    margin:0;
}
div#storyBody p {
    font-size: 13px;
    line-height: 24px;

    padding: 0px;
    margin: 0px 0px 1.5em 0px;
    font-family: Georgia, Times New Roman, Times, serif;
}   

/* Content Tools */
div#ContentTools.ContentDefault,
div#ContentTools.Blog,
div#ContentTools.BlogPost {
  clear:both;
  height:25px;
  border:1px dotted #dadada;
  border-width:1px 0;
  padding:1px 0;
}
  div#ContentTools.ContentDefault a,
  div#ContentTools.ContentNews a,
  div#ContentTools.Blog a,
  div#ContentTools.BlogPost a {padding-left:25px;height:25px;line-height:25px;display:inline-block;}

  div#ContentTools a.emailAction {background:url(../images/icons/icon-email.png) left center no-repeat;}
  div#ContentTools a.printAction {background:url(../images/icons/icon-print.png) left center no-repeat;}
  div#ContentTools a[href*="EmailUs"] {background:url(../images/icons/icon-write.png) left center no-repeat;}
  div#ContentTools div.l0.last {padding-top:3px;}

/* Related Stories */
div#RelatedStories {margin-top:2em;}


/* STORY SIDEBAR STYLES  */

/* Section Blogs */
div#SectionBlogs{}
  div#SectionBlogs>h3
  {
    color: white;
    text-align: center;
    font-size:1em;
    font-weight:bold;
    padding: 0;
    border-bottom:none;
    clear:both;
    margin-bottom:0;
    left:0;
    width:100%;
    position:absolute;
    top:-1em;
  }
    div#SectionBlogs>h3 a
    {
      background-color: black;
      border: 2px solid black;
      color:white;
      padding: 0.25em;
      text-transform: uppercase;
    }
  div#SectionBlogs ul {
    padding: 0 10px 0;
  }
    div#SectionBlogs ul h3 {
      background-color:transparent;
      margin:0 0 0 83px;
      padding: 1px 5px 1px 0;
      font: bold 12px/15px 'helvetica neue', Arial, Verdana, sans-serif;
      overflow: hidden;
      border: none;
      color: #900;
    }
    div#SectionBlogs ul a {
      margin-top: 5px;
      overflow: auto;
      color:#900;
      clear: both;
      display: block;
    }
  div#SectionBlogs img
  {
    display:block;
    float:left;
    margin-right:10px;
    height:72px;
    width:72px;
  }
  div#SectionBlogs p.more {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
  }



/* ======================================================
 * MOVIE TIMES
 * ====================================================== */

/* New Movie Times */
body#MovieTimes .eventsSearchTopCrumb,
div#FilmTimesSearchResults .results_cont .movieListing .movieTitle a,
div#FilmTimesSearchResults .groupToggle a.groupLink,
div#FilmTimesSearchResults .genreLink a,
div#FilmTimesSearchResults .mpaaLink a,
div#FilmTimesSearchResults .featLink a,
div#FilmTimesSearchResults .results_cont .movieListing .movieTitle a
{
  color:#900 !important;
}
div#FilmTimesSearchResults #searchResultsLeftBar ul.narrowOptions li.genreLink a.active,
div#FilmTimesSearchResults #searchResultsLeftBar ul.narrowOptions li.mpaaLink a.active,
div#FilmTimesSearchResults #searchResultsLeftBar ul.narrowOptions li.featLink a.active,
div#FilmTimesSearchResults #searchResultsLeftBar .groupToggle a.active 
{
  background-color:#c00 !important;
  color:white !important;
  font-weight:bold;
}



/* ======================================================
 * FILM PAGE
 * ====================================================== */

/* Bring header in line with other listing styles. */
body.SearchPage.Listings.MovieTimes div.searchedFor
{
  border-bottom: 1px solid #c3c3c3;
  color: #717171;
  font-size: 2em;
  margin: 0 0 10px;
  padding-bottom: 10px;
}

/* Appropriate sidebar padding. */
body#MovieTimes div.Sidebar {margin:10px;}

/* Allow film image to float to right. */
div#FilmMetaData:after,
div#FilmReview:after 
{
  clear:left;
}

/* Full review refer. */
div.fullReviewRefer img
{
  float:left;
  margin-right:10px;
}

/* Force credits to below the poster. */
div#FilmCredits {clear:both;}

/* Fix headers. */
body#Film #FilmTrailers h2,
body#Film #FilmTrailers h2 span
{
  font-size:26px;
  line-height:26px;
}
body#Film #FoundationNetworkFilmReviews h2
{
  border-bottom:2px solid #000;
}


body#Page div#PageHeadline {
padding:0;
}
body#Page div#PageHeadline h1.headline{
font-size: 26px;
line-height: 26px;
color: #717171;
border-bottom: 1px solid #C3C3C3;
padding: 5px 10px 0;
margin: 0px 0px 10px 0px;
font-family: 'helvetica neue', Arial, Verdana, sans-serif;
font-weight: normal;


}
body#Page.Syndication h1.headline {padding:0;}
body#Page div.MainColumn {
    padding:0px;
}
body#Page div#PageBody, body#Page div#ContactForm {
    padding:0 10px;
}
.triplebar {
    height:1px;
    border-top:1px solid #dfdfdf;
    border-bottom:3px double #dfdfdf;
    clear:both;
}
div#BestOfRelatedFromSection{
    border: 1px solid #CCC;
}
div#BestOfRelatedFromSection ul {
    padding: 0 10px 0;
}
div#BestOfRelatedFromSection  h3 {

    background-color: transparent;
    margin: 0;
    padding: 1px 5px 1px 0;
    font: bold 12px/15px 'helvetica neue', Arial, Verdana, sans-serif;
    overflow: hidden;
    border: none;
    color: #253C87;
}

div#BestOfRelatedFromSection > h3 {
    color: #717171;
    margin: 0 0 10px 10px;

    font-size: 16px;
    line-height: 16px;
    color: #AAA;
    border: none;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
    font-weight: bold;

}

div#BestOfRelatedFromSection .componentFooter {
    margin:5px 10px;
    font-weight:bold;
    text-align:right;
    border-top: 1px solid #E4E4E4;
}
body#IssueArchives div#ArchivesIssueNav ul li:first-child{
    float:left;
    clear:none;
    width:48%;
}
body#IssueArchives div#ArchivesIssueNav ul li:last-child{
    float:right;
    clear:none;
    width:48%;
    text-align:right;
}

body#IssueArchives div#archiveIssueHeader{
    margin-bottom:10px;
}
body#IssueArchives div#searchResults {
  padding:10px;
  width:560px;
}
body#IssueArchives div#SpecialIssueCovers
{
  border-left:1px solid #999;
  float:right;
  padding-left:10px;
  margin:10px;
  width:140px
}
body#IssueArchives div#searchResults h4.sectionHeader,
body#IssueArchives div#SpecialIssueCovers h4.sectionHeader {
background: #c00;
border: none;
color: white;
font: bold 24px/26px 'helvetica neue', Arial, Verdana, sans-serif;
margin: 0 0 5px;
padding: 5px 10px;
text-align: left;
}   


div#BoxOffice{
    border: 1px solid #CCC;
}
div#BoxOffice ul {
    padding: 0 10px 0;
}
div#BoxOffice  h3 {

    background-color: transparent;
    margin: 0;
    padding: 1px 5px 1px 0;
    font: bold 12px/15px 'helvetica neue', Arial, Verdana, sans-serif;
    overflow: hidden;
    border: none;
    color: #253C87;
}

div#BoxOffice > h3 {
    color: #717171;
    margin: 0 0 10px 10px;

    font-size: 16px;
    line-height: 16px;
    color: #AAA;
    border: none;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
    font-weight: bold;

}
div#BoxOffice ul li {
    margin-bottom:5px;
}
div#BoxOffice p {
    margin: 10px;
    border-top: 1px solid #E4E4E4;
    padding-top: 10px;

}



/*
 *  Location Search components
 */

/* Recommended ('Featured') Locations */
div#RecommendedLocations
{
  border-top:1px solid #e4e4e4;
  border-right:1px solid #c3c3c3;
  border-bottom:1px solid #c3c3c3;
  border-left:1px solid #e4e4e4;
  margin-bottom:10px;
}
  div#RecommendedLocations a.edit
  {
    color:silver;
    font-size:10px;
    text-transform:uppercase;
  }
  div#RecommendedLocations .channel,
  div#RecommendedLocations .region,
  div#RecommendedLocations .address,
  div#RecommendedLocations .tagline,
  div#RecommendedLocations .region
  {
    display:none;
  }
  div#RecommendedLocations h3.title
  {
    font-family:Georgia,'Times New Roman',Times,serif;
    font-size:1.4em;
    margin:0.5em 0;
  }
  div#RecommendedLocations .description
  {
    font-size:1em;
    line-height:1.5em;
  }
  div#RecommendedLocations .abbreviated:after
  {
    content:'\2026';
  }
  div#RecommendedLocations a.more:after
  {
    content:'\00bb';
  }
  div#RecommendedLocations .componentTitle
  {
    border:1px solid #eee;
    border-bottom:1px solid #c3c3c3;
    clear:both;
    color:#717171;
    font-size:1.6em;
    padding:0.25em;
  }
  div#RecommendedLocations .componentBody
  {
    overflow:hidden;
    position:relative;
    z-index:1;
  }
    div#RecommendedLocations .componentBody:before,
    div#RecommendedLocations .componentBody:after
    {
      border-left:1px solid #ccc;
      content:'';
      top:0;
      right:0;
      bottom:0;
      left:33.333%;
      position:absolute;
      z-index:-1;
    }
      div#RecommendedLocations .componentBody:after
      {
        left:66.666%;
        z-index:-1;
      }
  div#RecommendedLocations .location.teaser
  {
    float:left;
    margin:17px;
    width:210px;
  }
    div#RecommendedLocations .location.teaser .image.teaser img
    {
      height:140px;
      width:210px;
    }


/*
 *  Event Search Landing components
 */

/* Featured Events */
div#FeaturedEvents {}
  div#FeaturedEvents div.LeaderboardInterlaced {margin:1em auto;}
  div#FeaturedEvents .componentHeader
  {
    border-bottom:1px solid #c3c3c3;
    color:#717171;
    font-size:2em;
    margin:0 0 10px;
    padding-bottom:10px;
  }
  div#FeaturedEvents .groupHeader
  {
    color:#aaa;
    font:1.5em/1.8em Impact,Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  /* Override default item styles. */
  body.SearchPage.Listings div#FeaturedEvents #searchResults div.item
  {
    background-color:transparent;
    border:none;
    border-bottom:1px dotted #c3c3c3;
    margin-bottom:0;
    min-height:110px;
    padding: 5px 0 0;
  }
    body.SearchPage.Listings div#FeaturedEvents #searchResults div.item .heading,
    body.SearchPage.Listings div#FeaturedEvents #searchResults div.item .details,
    body.SearchPage.Listings div#FeaturedEvents #searchResults div.item .summary
    {
      margin:0 0 0 165px;
    }
    body.SearchPage.Listings div#FeaturedEvents #searchResults div.item .heading {}
      body.SearchPage.Listings div#FeaturedEvents #searchResults div.item .heading .name
      {
        color:#600;
        font-family:'Helvetica Neue',Arial,Verdana,sans-serif;
        font-size:1.3em;
        font-weight:bold;
      }
    body.SearchPage.Listings div#FeaturedEvents #searchResults div.item .details
    {
      color:#600;
      font-size:1em;
    }
      body.SearchPage.Listings div#FeaturedEvents #searchResults div.item .details a
      {
        color:#600;
      }
    body.SearchPage.Listings div#FeaturedEvents #searchResults div.item .summary
    {
      border-top:none;
      font-family:'Helvetica Neue',Arial,Verdana,sans-serif;
      font:1em /1.2em 'Helvetica Neue',Arial,sans-serif;
      padding:0;
    }
  /* Place image. */
  div#FeaturedEvents .item {position:relative;}
    div#FeaturedEvents .item .image
    {
      position:absolute;
      top:5px; left:5px;
    }
  div#FeaturedEvents div.more
  {
    margin-bottom:2em;
    margin-top:1em;
    overflow:hidden;
  }
    div#FeaturedEvents div.more a.more
    {
      float:right;
      color:#600;
    }
  div#FeaturedEvents .metadata {display:none;}
  body.SearchPage.Listings div#FeaturedEvents #searchResults div.item .details .location .name:after
  {
    content:'';
  }
  div#FeaturedEvents .time
  {
    display:none;
  }

body#Film div.MainColumn.Film:after {
    content: none;
    clear:none;
}

body#Film div.MainColumn.Film.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
body#Film #ImageFlipBook .photoMain {
    padding:10px;
}



/* RSS Feeds page */

body#Page.Syndication div#RssSections {
  float:left;
  width:30%;
}
body#Page.Syndication div#RssBlogs {
  float:left;
  width:30%;
  margin-left:3%;
}
body#Page.Syndication div#RSSLinks {
  float:left;
  width:30%;
  margin-left:3px;
}
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;
}


body#ArticleArchives div#searchResults span {
    font: bold 14px/18px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #333;
    display:inline;    

}
body#ArticleArchives div#searchResults span.context,
body#ArticleArchives div#searchResults span.tags{
    font: bold 12px/15px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #999;
    display:block;    

}
body#ArticleArchives div#searchResults span.tags{
    margin-top:5px;
}
body#ArticleArchives div#searchResults h4{
    font: 20px/24px 'helvetica neue', Arial, Verdana, sans-serif;
    text-decoration: none;
    color: #253C87;

}
body#ArticleArchives div#searchResults h5{
    font: 13px/17px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #666;
    margin: 0 0 5px;
}

body#ArticleArchives div#searchResults img{
    float:right;
    margin: 0 0 5px 10px;
}
body#ArticleArchives div#searchResults > div {
    display: block;
    border-top: 1px solid #CCC;
    margin: 0 5px 10px;
    padding: 10px 10px 0;
    overflow: hidden;
}
body#ArticleArchives div#searchResults #PaginationBottom {
    padding:10px 0;
}

body#ArticleArchives div#searchResults span {
    font: bold 14px/18px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #333;
    display:inline;    

}
body#ArticleArchives div#searchResults span.context,
body#ArticleArchives div#searchResults span.tags{
    font: bold 12px/15px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #999;
    display:block;    

}
body#ArticleArchives div#searchResults span.tags{
    margin-top:5px;
}
body#ArticleArchives div#searchResults h4{
    font: 20px/24px 'helvetica neue', Arial, Verdana, sans-serif;
    text-decoration: none;
    color: #253C87;

}
body#ArticleArchives div#searchResults h5{
    font: 13px/17px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #666;
    margin: 0 0 5px;
}

body#ArticleArchives div#searchResults img{
    float:right;
    margin: 0 0 5px 10px;
}
body#ArticleArchives div#searchResults > div {
    display: block;
    border-top: 1px solid #CCC;
    margin: 0 5px 10px;
    padding: 10px 10px 0;
    overflow: hidden;
}
body#ArticleArchives div#searchResults #PaginationBottom {
    padding:10px 0;
}

body#ArticleArchives div#searchResults span {
    font: bold 14px/18px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #333;
    display:inline;    

}
body#ArticleArchives div#searchResults span.context,
body#ArticleArchives div#searchResults span.tags{
    font: bold 12px/15px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #999;
    display:block;    

}
body#ArticleArchives div#searchResults span.tags{
    margin-top:5px;
}
body#ArticleArchives div#searchResults h4{
    font: 20px/24px 'helvetica neue', Arial, Verdana, sans-serif;
    text-decoration: none;
    color: #253C87;

}
body#ArticleArchives div#searchResults h5{
    font: 13px/17px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #666;
    margin: 0 0 5px;
}

body#ArticleArchives div#searchResults img{
    float:right;
    margin: 0 0 5px 10px;
}
body#FilmSearch div#searchResults > div {
    display: block;
    border-top: 1px solid #CCC;
    margin: 0 5px 10px;
    padding: 10px 10px 0;
    overflow: hidden;
}
body#FilmSearch div#searchResults #PaginationBottom {
    padding:10px 0;
}

body#FilmSearch div#searchResults span {
    font: bold 14px/18px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #333;
    display:inline;    

}
body#FilmSearch div#searchResults span.context,
body#FilmSearch div#searchResults span.tags{
    font: bold 12px/15px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #999;
    display:block;    

}
body#FilmSearch div#searchResults span.tags{
    margin-top:5px;
}
body#FilmSearch div#searchResults h4{
    font: 20px/24px 'helvetica neue', Arial, Verdana, sans-serif;
    text-decoration: none;
    color: #253C87;

}
body#FilmSearch div#searchResults h5{
    font: 13px/17px 'helvetica neue', Arial, Verdana, sans-serif;
    color: #666;
    margin: 0 0 5px;
}

body#FilmSearch div#searchResults img{
    float:right;
    margin: 0 0 5px 10px;
}
body#FilmSearch div#searchResults > div {
    display: block;
    border-top: 1px solid #CCC;
    margin: 0 5px 10px;
    padding: 10px 10px 0;
    overflow: hidden;
}
body#FilmSearch div#searchResults #PaginationBottom {
    padding:10px 0;
}

#FilmSearchResults .pagination {
    font-size:120%;
}

/* BestOfGuide: Location Info */

body#BestOf #LocationInfo h3{
font-size: 26px;
line-height: 26px;
color: #717171;
border-bottom: 1px solid #C3C3C3;
margin: 0px 0px 20px 0px;
font-family: 'helvetica neue', Arial, Verdana, sans-serif;
font-weight: normal;
}

body#BestOf #LocationInfo h4 .longOnly{
    display:none;
}
body#BestOf #LocationInfo h4{
    font-size: 16px;
    line-height: 16px;
    color: #AAA;
    border: none;
    margin-bottom:5px;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
    font-weight: bold;
}
body#BestOf #LocationInfo .locality {
    display:block;
}
body#BestOf #LocationInfo > ul > li:before{
    content: ".";
    display: block;
    width: 20px;
    height: 34px;
    background-image: url(../images/icons/marker.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    color:transparent;
    
}
body#BestOf #LocationInfo > ul > li {
    margin-bottom:10px;
    padding-left:25px;
    padding-bottom: 5px;
    width: 28%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;

}
body#BestOf #LocationInfo > ul > li:last-child{
    padding-bottom:0;
    border-bottom:none;
    margin-bottom:0;
}
body#BestOf #LocationInfo > ul{
    padding-left:0;
    position:relative;
}
body#BestOf #LocationInfo li {
line-height:16px !important;
}
body#BestOf #LocationInfo .locationPhone img{
   margin-top:2px;
   margin-right:4px;
   display:block;
   float:left;
   }



#BestOfSearchBox form {
    padding:0;
}

#BestOfSearchBox ul {
    padding:0;
    margin:0;
}
#BestOfSearchBox ul li.BestOfSearchBox-stack{
    float:left;
    clear: none !important;
    width:auto !important;
    display:inline-block;
    margin-bottom: 10px;
}

#BestOfSearchBox select {
    width: 168px;
    height: 24px;
    line-height: 24px;

}

#BestOfSearchBox input{
    border: 1px solid #999;
    width: 190px;
    vertical-align: middle;
    font-size: 14px;
    height: 20px;
}

#BestOfSearchBox input.text {
    width:178px;
}

#BestOfSearchBox label{
    width: 46px;
    text-align: right;
    margin-right: 5px;
    display: block;
    float: left;
    vertical-align: bottom;
    padding-top: 3px;

}

#BestOfSearchBox .submitBtn {
    background: #900 url('../images/buttons/search-mask.png') no-repeat center center;
    border: 1px solid #CCC;
    cursor: pointer;
    height: 22px;
    width: 24px;
    text-indent:-6000px;
    vertical-align: middle;
}    

#BestOfSearchBox #BestOfSearchBox-category {
    width: 137px;
    height: 24px;
    line-height: 24px;
}
#BestOfSearchBox #BestOfSearchBox-year{
    width: 70px;
    height: 24px;
    line-height: 24px;
}    

.partners {
    border: 1px solid #CCC;
    background: #EEE;
    margin: 0 0 10px;
    padding: 4px;
    overflow: auto;
}

.partners li {
    margin: 10px;
}

.partners .chisel_u {
    background-color: #FFF;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    clear: both;
    float: left;
}

.partners h2{
    background-color: #c00;
    clear: both;
    color: #FFF;
    font-size: 24px;
    margin-bottom: 0;
    padding: 5px;
}

.Terms li {
    list-style:inherit;
}
.Terms {
    font-size: 12px;
    padding: 0px 10px 10px;
}

.Terms h3 {

    margin: 20px 0px 0px 0px;
}

.Terms h3.first {
    margin: 0px;
}

.Terms ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0px 10px;
    margin: 0px 10px;    
}

.Terms ol.alpha {
    list-style-type: lower-alpha;
}

.Terms ol.roman {
    list-style-type: lower-roman;
}



/*
 * Site Map
 */

div#NavigationIndex {}
  body#Page div#NavigationIndex.MainColumn
  {
    padding:0 1em;
  }
  div#NavigationIndex .componentHeader
  {
    display:none;
  }
  div#NavigationIndex .navigation
  {
    margin:1em 0;
  }
    div#NavigationIndex .navigation>a
    {
      color:#253c87;
      font-family:'helvetica neue',Arial,Helvetica,sans-serif;
      font-size:1.5em;
      line-height:1em;
    }
    div#NavigationIndex .navigation>ul
    {
      overflow:hidden;
      padding:0 1em;
    }
  div#NavigationIndex .link
  {
    float:left;
    font-size:1em;
    line-height:1em;
    margin:0.25em 0;
    height:1em;
    width:30%;
  }
    div#NavigationIndex .link>a
    {
      color:#253c87;
    }


/*
 * Bug Report Form
 */

body#Page.BugReport div#PageHeadline.MainColumn
{
  margin-bottom:0;
}

div#FormBugReport {}
  div#FormBugReport .componentBody
  {
    margin:0 10px;
  }
  div#FormBugReport p.errorField,
  div#FormBugReport span.error.message,
  div#FormBugReport label strong
  {
    color: red;
    font-weight: bold;
  }
    div#FormBugReport span.error.message
    {
      display:block;
    }
  div#FormBugReport label,
  div#FormBugReport .key
  {
    color:#888;
    display: block;
    font-size:1.3em;
    font-weight:bold;
  }
  div#FormBugReport .instructions
  {
    color:#888;
    font-size:0.8em;
    font-weight:bold;
  }

  div#FormBugReport select,
  div#FormBugReport input[type="text"],
  div#FormBugReport textarea
  {
    display:block;
    font-weight: normal;
    margin:0.5em 0;
  }

  div#FormBugReport input[type="text"],
  div#FormBugReport textarea
  {
    width: 500px;
  }

  div#FormBugReport #captcha
  {
    width: 190px !important;
  }
  div#FormBugReport .componentFooter
  {
    margin:0 10px;
  }
    div#FormBugReport .componentFooter a.back
    {
      color:#253c87;
      font-size:1.2em;
    }
    div#FormBugReport .componentFooter a.back:before
    {
      content:'\00ab ';
    }



/*
 * Promotional ToC
 */

body#Page.PromotionsTableofContents .MainColumn
{
  background:url('../images/backgrounds/tripleline.png') center bottom repeat-x;
  padding-bottom:5px;
}
  body#Page.PromotionsTableofContents .MainColumn:last-child
  {
    background:none;
    padding-bottom:0;
  }

/* Common styles for promotional events. */
div.PromotionalEvents .event, div#FeaturedFreeStuff {clear:both;}
  div.PromotionalEvents .event .image,
  div#FeaturedFreeStuff .freestuff .PromoTeaser
  {
    border-color:#ddd #bababa #4c4c4c #d5d5d5;
    border-style:solid;
    border-width:1px 1px 2px 1px;
    float:right;
    margin-left:10px;
    margin-bottom:10px;
  }
  div.PromotionalEvents .event .title,
  div#FeaturedFreeStuff .freestuff .headline
  {
    font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size:18px;
    font-weight:normal;
  }
  div.PromotionalEvents .event .date
  {
    color:#888;
    font-size:14px;
  }
  div.PromotionalEvents .event .location
  {
    color:#888;
    margin:5px 0;
  }
    div.PromotionalEvents .event .location .name,
    div.PromotionalEvents .event .location .map
    {
      font-size:14px;
      font-weight:bold;
    }
      div.PromotionalEvents .event .location a.name,
      div.PromotionalEvents .event .location a.map
      {
        color:#888;
      }
      div.PromotionalEvents .event .location .map:before
      {
        content:'[';
      }
      div.PromotionalEvents .event .location .map:after
      {
        content:']';
      }
    div.PromotionalEvents .event .address
    {
      display:block;
    }
  div.PromotionalEvents .description.abbreviated:after
  {
    content:'\2026';
  }
  div.PromotionalEvents .event a.more,
  div#FeaturedFreeStuff .freestuff a.more
  {
    cursor:pointer;
    color:#9e1869;
  }
    div.PromotionalEvents .event a.more:after,
    div#FeaturedFreeStuff .freestuff a.more:after
    {
      content:' \00bb';
    }

/* Featured Promotional Events, Promotional Events, On Sale Events */
div.PromotionalEvents {}
  div.PromotionalEvents .componentBody>li
  {
    clear:both;
    margin:0 10px;
    padding:10px 0;
  }
    div.PromotionalEvents .componentBody>li+li
    {
      border-top:1px dotted #c3c3c3;
    }
  div.PromotionalEvents .componentNavigation
  {
    font-size:16px;
    margin:5px 10px;
  }
    div.PromotionalEvents .componentNavigation>li
    {
      display:inline;
    }
      div.PromotionalEvents .componentNavigation>li+li
      {
        border-left:1px solid black;
        margin-left:0.5em;
        padding-left:0.5em;
      }
  div.PromotionalEvents .componentFooter
  {
    border-top:1px dotted #c3c3c3;
    margin:0 10px;
    padding:5px 0;
    text-align:right;
  }
    div.PromotionalEvents .componentFooter .more:after
    {
      content:' \00bb';
    }

/* Free Stuff */
div#FeaturedFreeStuff {}
  div#FeaturedFreeStuff .componentBody>li
  {
    clear:both;
    margin:0 10px;
    padding:10px 0;
  }
    div#FeaturedFreeStuff .componentBody>li+li
    {
      border-top:1px dotted #c3c3c3;
    }
  div#FeaturedFreeStuff h4.headline {font-size:18px; line-height:20px;}
  div#FeaturedFreeStuff div.descr_txt {font-size:12px; line-height:16px;}


/* Now Click This */
div#NowClickThis {}
  div#NowClickThis h3 {display:none;}
  div#NowClickThis .componentBody {margin:0 5px;}
    div#NowClickThis .componentBody>li>ul>li
    {
      margin:0 5px;
      padding:5px 0px;
    }
      div#NowClickThis .componentBody>li>ul>li+li
      {
        border-top:1px solid #e4e4e4;
      }

div#FeaturedPromotions{}
div#FeaturedPromotions a img{
   float:right; 
}
div#FeaturedPromotions li{
    border-bottom: 1px dotted #c3c3c3;
    margin: 0 10px;
    padding: 10px 0;
    overflow: auto;
    font-size: 12px;
    line-height: 16px;
}

div#FeaturedPromotions li h3{
  font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size:18px;
  font-weight:normal;
}

div#MorePromotions{}
div#MorePromotions a img{
   float:left; 
   margin-right:10px;
}
div#MorePromotions ul {
    border-bottom:1px solid #ABABAB;

}
div#MorePromotions li{
    border-bottom: 1px dotted #c3c3c3;
    margin: 0 10px;
    padding: 10px 0;
    overflow: auto;
    font-size: 12px;
    line-height: 16px;
}
  div#MorePromotions li .title {font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;}
    div#MorePromotions li .title a {font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;}
div#MorePromotions li a {
font: 20px/23px Georgia, Times New Roman, Times, serif;
}

div#MorePromotions h3{
    font-size: 18px;
    line-height: 18px;
    color: #AAA;
    border: none;
    padding-left: 10px;
    margin: 10px 0px 0px;
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-weight: normal;

}

div#MorePromotions a.more {
    font: inherit;
    float:right;
    text-align:right;
}



/*
 * Classifieds TOC
 */
body#Page.Classifieds #gridMainColumn
{
  background-color:transparent !important;
}
body#Page.Classifieds .MainColumn
{
  background-color:white;
}
  body#Page.Classifieds .MainColumn+.MainColumn
  {
    margin-top:10px;
  }

/* Coming Soon */
div#ClassifiedsUpgradeComingSoon {}
  div#ClassifiedsUpgradeComingSoon .componentBody
  {
    font-size:14px;
    margin:10px;
  }

/* Flipbook */
div#Flipbook {}
  div#Flipbook .componentBody
  {
    margin:20px 0;
    overflow:hidden;
  }
    div#Flipbook .componentBody li
    {
      float:left;
      font-size:1.1em;
      font-weight:bold;
      margin:0 1px;
      text-align:center;
      width:145px;
    }
      div#Flipbook .componentBody li:first-child
      {
        margin-left:0;
      }
      div#Flipbook .componentBody li:last-child
      {
        margin-right:0;
      }
      div#Flipbook .componentBody li .title
      {
        display:block;
        height:3em;
      }

/* Advertise with Us */
div#AdvertiseWithUs {}
  div#AdvertiseWithUs .componentBody
  {
    font:bold 20px/23px 'Helvetica Neue',Arial,Verdana,sans-serif;
    margin:10px;
    text-align:center;
  }


/*
 * Member-related styles.
 */
div#profileModeMessage {clear:both;}

div#userNameComponent h2#userName {border-bottom:none;}

div#Photo {padding-bottom:0 !important;}
  div#Photo .photoMain img {width:100%;}

div#BioFull .CommentsComponent {padding-top:12px;}

div#SavedLocations .locationItem a {font-weight:bold;}


/*
 * LiveFyre Commenting
 */
 
div#LiveFyreComments {
    position:relative;
}
div#LiveFyreComments span.links{
    position:absolute;
    right:0;

}
#powered_by_livefyre_new a {
    background: url('../../zor.livefyre.com/wjs/v1.0/images/icons/poweredbylivefyre.png') no-repeat left top;
    display: block;
    height: 24px;
    font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    text-decoration: none;
    color: #404040;
    padding-left: 28px;
    padding-top: 4px;
}

/* LocationInfo */
#LocationInfo #LocationInfoMap {
    box-sizing:border-box;
}

#LocationInfo {
    box-sizing:border-box;
}

#Post #LocationInfo{
    overflow:hidden;
}
#LocationInfo h3 {
    padding-left: 0;
    background: none;
    font-size: 26px;
    line-height: 26px;
    color: #717171;
    border-bottom: 1px solid #C3C3C3;
    margin: 0px 0px 20px 0px;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
    font-weight: normal;
}
  div#LocationInfo.BlogPost h3 {padding-bottom:3px;}

#LocationInfo {
    overflow:auto;
}

#LocationInfo #LocationInfoMap {
    height:200px !important;
    border:1px solid #333;
    margin-bottom:10px;
}
#LocationInfo h4 .longOnly{
    display:none;
}
#LocationInfo h4{
    font-size: 16px;
    line-height: 16px;
    color: #AAA;
    border: none;
    margin-bottom:5px;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
    font-weight: bold;
}
#LocationInfo .locality {
    display:block;
}
#LocationInfo > ul > li:before{
    content: ".";
    display: block;
    width: 20px;
    height: 34px;
    background-image: url(../images/icons/marker.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    
}
#LocationInfo > ul > li {
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
    padding-left:25px;
    padding-bottom: 5px;
     overflow: hidden;

}
#LocationInfo > ul > li:last-child{
    padding-bottom:0;
    border-bottom:none;
    margin-bottom:0;
}
#LocationInfo > ul{
    padding-left:0;
    position:relative;
}
#LocationInfo li {
line-height:16px !important;
}
#LocationInfo .locationPhone img{
   margin-top:2px;
   margin-right:4px;
   display:block;
   float:left;
   }

/* Related Stories Hand Picked */

#RelatedStoriesHandPicked.BlogPost > h3,
#RelatedEvents.BlogPost > h3,
#Post #RelatedLocations.BlogPost > h3 {
    padding: 0 0 3px;
    padding-left: 0;
    background: none;
    font-size: 26px;
    line-height: 26px;
    color: #717171;
    border-bottom: 1px solid #C3C3C3;
    margin: 0px 0px 20px 0px;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

#RelatedStoriesHandPicked ul li {
    width: 23%;
    float: left;
    padding-left:2%;

}


#RelatedStoriesHandPicked ul li:nth-child(4n+1) {
    padding-left:0;
    clear:left;
}

#RelatedStoriesHandPicked .subhead,
#RelatedStoriesHandPicked .channel,
#RelatedStoriesHandPicked .dateline {
    display:none;
    
}
#RelatedStoriesHandPicked .section:after{
    content:" \00bb"; 
}
#RelatedStoriesHandPicked .headline {
    margin-top:4px;
}

#RelatedStoriesHandPicked .byline {
    margin-top: 4px;
}
#RelatedStoriesHandPicked h3{
    font-size: 16px;
    line-height: 16px;
    color: #AAA;
    border: none;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
    font-weight: bold;
}

#RelatedStoriesHandPicked ul{
    overflow: hidden;
    padding-bottom: 15px;
}

div#RelatedStoriesHandPicked img{
    width:126px;
    height:126px;
}
div#RelatedStoriesHandPicked h3 {
    font-size: 26px;
    line-height: 26px;
    color: #717171;
    border-bottom: 1px solid #C3C3C3;
    margin: 0px 0px 10px 0px;
    font-family: 'helvetica neue', Arial, Verdana, sans-serif;
    font-weight: normal;
}
div#RelatedStoriesHandPicked a h3 {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #555;    
    margin:0;
    padding:0;
    margin-top:5px;
    border:none;
}
div#RelatedStoriesHandPicked ul {
    padding:0;
}
div#RelatedStoriesHandPicked  li {
    float:left;
    width:126px;
    padding:5px;
}
div#RelatedStoriesHandPicked  li:first-child {
    padding-left:0;
}

/* Related Events */

div#RelatedEvents .date {
    font-weight: bold;
}

#RelatedEvents.BlogPost > ul > li,
#RelatedLocations.BlogPost > ul > li{
    margin-bottom: 10px;
    padding-left: 4.2%;
    padding-bottom: 5px;
    width: 29%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}

#RelatedEvents.BlogPost > ul > li {
    padding-left: 2.2%;
    width: 31%;
}

#RelatedEvents > ul > li:last-child{
    padding-bottom:0;
    border-bottom:none;
    margin-bottom:0;
}
#RelatedEvents.BlogPost > ul > li:first-child{
    padding-left:0;
}

#RelatedEvents > ul{
    padding-left:0;
    position:relative;
}

#RelatedEvents li {
    line-height:16px !important;
}

#RelatedEvents h4 {
    margin-bottom: 5px;
}

#RelatedEvents > ul > li ul {
    padding: 0;
}

/* 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;
}

/* media.net ad */
div#medianetBTFAd {background-color:white; margin:10px auto !important}
/* SEARCH */

/* LOCAL RESET */

.SearchController * {
  box-sizing: border-box;
}

/* GENERAL
-------------------------------- */
.SearchController .clear-global {
  text-decoration: underline;
}

/* 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: #F7E5e0;
}

.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;
}

/* 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: #FF7D7D;
}

/* 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 .results {
  position: relative;
  min-height: 12rem;
}

.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 #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.html');
  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
}

li.slideshow-search-item h3 {
  margin-top: 2px;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000
}

.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;
}

#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#SlideshowBreadcrumb span.date {
    display: block;
    float: right;
}
div#SlideshowBreadcrumb {
  overflow: hidden;
  margin-bottom: 10px!important
}
div#LocationResultsMap a.toggle {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 20px;
    background: url(../images/icons/icon_mapToggle_white.png) left center no-repeat;
    border-radius: 3px;
    margin: 10px 0;
    background-size: contain;
    clear: both;
    font-size:14px;
    line-height: 16px;
  }
div.FeaturesIcons a.FeaturesIcons_menu span {
 background-size:16px
 }