/* --- Nashville Scene components.css --- */
/* ------------------------------------------------------------------ */
/* 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 */
/* ------------------------------------------------------------------ */

div#gridMain {
  background: #FFF url(/images/backgrounds/nav-shadow.gif) repeat-x top center !important;
  border: 2px dotted #b6b6b6;
  border-width: 0 2px;
}
  body.Megalord3Zone div#gridMain {
    background: transparent !important;
    border: 0 !important;
  }

div#gridAdSidebar {
  margin-top: 10px;
}

/* Home page grid borders and padding */

body.Degrasse5Zone div#gridLeftSidebar {
  padding: 0 8px 20px;
  width: 161px;
  margin-right: 1px;
  border-right: 2px dotted #CCC;
}
body.Degrasse5Zone div#gridTopColumn {
  padding: 0 5px 5px;
  width: 483px;
  border-right: 1px solid #ccc;
}
body.Degrasse5Zone div#gridColumnContainer {
  border-left: 1px solid #ccc;
}
body.Degrasse5Zone div#gridTopSidebar {
  padding-left: 5px;
  width: 300px;
}
body.Degrasse5Zone div#gridBottomColumn {
  width: 627px;
  border-right: 1px solid #ccc;
  margin-right: 1px;
  border-left: 1px solid #ccc;
}
body.Degrasse5Zone div#gridBottomSidebar {
  border-left: 2px dotted #ccc;
}

/* Other Grid borders and padding */

body.Eudora7Zone div#gridFrame {
  margin: 20px 1px 10px 10px;
  width:  472px;
}
body.Eudora7Zone div#gridMainSidebar {
  margin: 20px 0 10px 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 8px;
}
body.Eudora7Zone div#gridAdSidebar {
  margin: 20px 2px 10px 1px;
  border-left: 2px dotted #CCC;
  padding-left: 2px;
}
body.Eudora7Zone div#gridSpanningFeature {
  border-right: 2px dotted #CCC;
  padding-right: 10px;
}

body.Karnak6Zone div#gridRightColumn {
  border-left: 2px dotted #CCC;
  margin-left: 1px;
  margin-top: 20px;
}
body.Karnak6Zone div#gridMainColumn {
  border-right: 1px solid #ccc;
  margin: 20px 0 0;
  width: 636px;
  padding-right: 10px;
}
body.Karnak6Zone div#gridBottomSidebar {
  clear: both;
  width: 310px;
}
body.Karnak6Zone div#gridMainSidebar {
  width: 310px;
}

body.Chetter5Zone div#gridMainColumn {
  padding-right: 10px;
  border-right: 1px solid #CCC;
  margin-right: 1px;
}
body.Chetter5Zone div#gridMainSidebar {
  border-left: 2px dotted #CCC;
  padding: 0 5px;
  margin-top: 10px;
}
body.Chetter5Zone div#gridAdSidebar {
  padding: 0 5px;
  margin-top: 20px;
}
body.Chetter5Zone div#gridFrame {
  margin: 10px 0 10px 10px;
}

body.Olivaw5Zone div#gridMainSidebar {
  border-right: 2px dotted #CCC;
  margin-right: 1px;
  padding-right: 7px;
  padding-top: 0;
}
body.Olivaw5Zone div#gridMainColumn {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  margin: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
}
body.Olivaw5Zone div#gridAdSidebar {
  border-left: 2px dotted #CCC;
  padding-left: 5px;
  padding-top: 0;
  margin-top: 20px;
}

body.Trantor6Zone div#gridAdSidebar {
  padding: 10px 10px 10px 0;
}

div.MainColumn p.issueInfo {
  padding: 0 0 4px;
  margin: 0 0 20px;
  border-bottom: 1px solid #CCC;
  text-align: left;
  font-family: "Trebuchet MS";
  font-weight: normal;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.MainColumn p.issueInfo .date {
  float: right;
  width: 140px;
  height: 13px;
  text-align: right;
  color: #999;
  text-transform: none;
  letter-spacing: 0;
}
div.MainColumn p.issueInfo a {
  color: #999;
}
div.MainColumn h1 {
    font-size: 32px;
}
div.MainColumn h2 {
    font-size: 22px;
}

div.MainColumn img.magnum {
  display: block;
  padding: 2px 0;
  margin: 20px 0 0;
  border: 1px solid #D6D7D9;
  border-width: 1px 0;
}
  body#Event div.MainColumn img.magnum,
  body#Film div.MainColumn img.magnum,
  body#Page div.MainColumn img.magnum {
    margin:0 auto;
  }
div.MainColumn .magnumInfo {
    margin: 9px 0 0;
  color: #999B9E;
}
div.MainColumn .magnumInfo .credit,
div.MainColumn .magnumContainer .credit {
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
}
div.MainColumn .magnumInfo .caption,
div.MainColumn .magnumContainer .caption {
  text-align: left;
  font-style: italic;
  font-size: 11px;
}
p.caption,
p.credit {
  margin: 0 0 3px 0;
}
div.MainColumn div.storyHead {
    margin: 0 0 25px;
}
  body#Page div.MainColumn div.storyHead {
    margin:0;
  }

div#Story,
div#StoryLayoutJr {
  padding: 20px;
}

div#storyBody h3,
.postBody h3 {
  font-size: 1.3em;
  font-family: Georgia,serif;
  font-weight: bold;
}

blockquote {
  background:none repeat scroll 0 0 #EEEEEE;
  margin:0.5em 2em;
  padding:1em 2em;
}

div.postBody ul li,
div#storyBody ul li {
  list-style: disc inside none;
}
  div.postBody ul li.imageCaption,
  div.postBody ul li.imageCredit {
    list-style:none outside none;
  }
div#storyBody h4 {
  font-weight: bold;
  font-size: 1.1em;
}

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

div.sidebar {
    float: right;
    clear: right;
    margin: 0 0 15px 15px;
    width: 160px;
    color: #888;
}
div#EmbeddedSidebar {
    float: right;
    width: 160px;
}

div.descr_txt {
  margin: 15px 0;
  }
  div.descr_txt h3 {
    font-size: 1.2em;
    font-family: Georgia,serif;
    margin-bottom: 5px;
    font-weight: bold;
  }

div.EventListing,
div.locationListing, 
div.archiveListing {
  padding: 10px;
  border-bottom: 1px solid #dfe2e1;
  color: #333;
  }
  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.EventListing h3, 
  div.locationListing h3, 
  div.movietimesListing h3, 
  div.locationListing h4,
  div.archiveListing h4 { 
    font-weight: bold;
    font-size: 1.1em;
    color: #111; 
  }
  div.EventListing a,
  div.locationListing a,
  div.movietimesListing a, 
  div.archiveListing a {
    color: #000;
  }
  div.MainColumn div.locationListing p.tags { 
    padding: 0; 
    border: 0;
  }
  div.locationListing img.locationListingImg {
    float: right;
    width: 100px;
    margin-left: 8px;
  }
  div.archiveListing li.archiveImage {
    float: left;
    margin-right: 5px;
  }
  div.archiveListing li.sectionDateInfo {
    color: #999;
    font-size: .9em;
  }
  
  
ul.filmTimes {
  float:right;
  font-size:0.9em;
  line-height:1.15em;
  margin-bottom:7px;
  text-align:left;
  width:290px;
}
div#LocationMovieTimes ul.filmTimes a.listImage {display: block;float: left;margin: 0 10px 0 0;}
div#LocationMovieTimes ul.filmTimes>li{overflow:hidden;clear:both;margin:0 0 10px;}
div#LocationMovieTimes ul.filmTimes .listTeaser {overflow:hidden;}
h2.neighborhoodBar {
  clear:both;
  color:#000;
  padding-top:5px;
  width:100%;
  font-size:16px;
  font-weight:bold;
  margin:0pt 0pt 5px;
}
div.locationTitle a {
  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.EventDetails div.locationListing {
  padding-left: 0;
}  
div.EventDetails ul li.locationItem { margin-top: 15px; }      
  div.EventDetails ul li.locationItem h4 a {
    font-weight: bold;
  }
  div#RelatedLocations li.locationItem {
    margin-bottom: 10px;
  }
li.locationItem h4 a {
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  }
  li.locationItem a {
  }

div.listingTools {
  background:#f3f3f3;
  float: right;
  font-size: 10px;
  line-height: 1em;
  margin-left: 5px;
  padding: 8px 7px;
  width: 116px;
}
  div.listingTools ul {
    margin-top:10px;
  }
    div.listingTools ul li {
      margin-bottom:4px;
      border-bottom:1px solid #e3e3e3;
    }
      div.listingTools ul li a {
        background:#FFF;
        background-repeat: no-repeat;
        display:block;
        padding:4px;
      }
 .filmShortDetails .starsContainer .goldStarContainer, .filmShortReview .staffRating .starsContainer .goldStarContainer {   background-color: #C00; }
.filmShortDetails {
  margin-top: 0;
}
.filmMetaInfo {
    font-size:0.8em;
    background:#f3f3f3;
    padding:10px;
  }
  body#Film .filmMetaInfo,
  body#MovieTimes .filmMetaInfo {
    width: 68%;
  }

div.filmShortReview { 
  margin: 10px 0 20px; 
}
div#FilmReview, div#FilmCredits {overflow:hidden;}
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: #147887;
  float: left;
  padding: 3px 5px;
  border: 1px solid #006170;
  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;
  font-size:90%;
  background:#f3f3f3;
  width: 70%;
  }
  #Content div.MainColumn p.tags {
    width: 100%;
  }
div.MainColumn {
  margin-bottom: 10px;
}

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

div.MainSidebar,
div.AdSidebar {
  background: #FFF;
  margin-bottom: 10px;
  padding-bottom: 13px;
  word-wrap: break-word; /* Narrow column; higher likelihood of column-busting words and URLs. */
}
div.MainSidebar h3,
h1.sectionHeader,
div.AdSidebar h3 {
  font-weight: bold;
  font-size: 1.55em;
  text-transform: uppercase;
  }
  div.AdSidebar h3,
  div#gridMainSidebarJr div.MainSidebar h3,
  div#gridMainSidebarJr2 div.MainSidebar h3 {
    margin-bottom: 5px;
    font-size: 1.3em;
    padding: 3px;
    }
    div#gridMainSidebarJr div.MainSidebar h3,
    div#gridMainSidebarJr2 div.MainSidebar h3 {
      margin-bottom: 0;
    }
  div.AdSidebar ul {
    padding-left: 5px;
    padding-right: 5px;
  }

div.MainSidebar ul {
    padding: 10px;
}
div.MainSidebar li.l0 + li.l0,
div.MainSidebar li.l0 + div.storyTeaser {
    margin-top: 10px;
    border-top: 1px solid #E3EAEE;
    padding-top: 10px;
}
div.MainSidebar li.l0 ul {
    padding: 0;
    margin: 0 0 0;
}
div.MainSidebar h4,
div.MainSidebar h4.headline,
div.MainSidebar h4.headline a {
  color: #000;
}
div.MainSidbar h4.headline a { color: #006184; }

div.MainSidebar li.storyItem { margin-bottom: 10px;}
div.MainSidebar li.storyItem h4.headline a,
div.MainSidebar li.listItem h4 a {
  font-weight: bold;
  color: #000;
}
div#PeopleWhoLiked.MainSidebar li.storyItem .byline {
  font-size: .9em;
}
span.userByline {
  font-style: italic;
  font-size: .9em;
  }
  span.userByline a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
  }

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

div.headerBar {
  /* xxx */
}

body#Home div#HomeBlogs.MainSidebar div.headerBar {
  background: url(/images/backgrounds/header-edge.gif) no-repeat top left;
  margin-left: -30px;
  height: 64px;
  margin-bottom: -10px;
  position: relative;
  }
body#Home div#MostPopular.MainSidebar div.headerBar {
  background: url(/images/backgrounds/header-edge-right.gif) no-repeat top right;
  margin-right: -20px;
  height: 64px;
  /* position: relative; */
  margin-bottom: -15px;
  }
  body#Section div#MostPopular div.headerBar {
    margin-bottom: 10px;
  }
  div#HomeBlogs div.headerBar h2 {
    background: #c6c6c6 url(/images/headers/blogs.gif) no-repeat 10px 8px;
    height: 45px;
    margin-left: 18px;
    text-indent: -6000px;
  }
  div#MostPopular div.headerBar h2 {
    background: #c6c6c6 url(/images/headers/most-popular.gif) no-repeat 10px 10px;
    height: 40px;
    margin-left: 10px;
    text-indent: -6000px;
  }
div#MostPopular a.commentCount {
  background:url("/images/icons/comment-icon.gif") no-repeat right center transparent;
  padding-right:23px;
}  
div#MostPopularEvents li.commentCount {
  display: none;
}
div#MostPopularEvents div.headerBar h2,
#Section div#MostPopular div.headerBar h2,
#Category div#MostPopular div.headerBar h2,
#Page div#MostPopular div.headerBar h2 {
  font-size:1.55em;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom: 10px;
  text-indent: 0;
  background: none;
  height: auto;
  margin-left: 0;
}
div#MostPopularEvents ol {
  padding: 0 10px;
}
div#MostPopularEvents h4 a {
  font-weight: bold;
  font-family: Georgia,serif;
  color: #000;
}

div#EventsRecommended li.commentCount {
  display: none;
}

h4.headline a,
h5.subhead {
  font-family: Georgia,serif;
  color: #000;
  }
  div.HomeSection h4.headline a {
    font-weight: bold;
  }
p.relDate,
p.byline {
  color: #999;
  font-size: .85em;
  font-family: Georgia,serif;
  margin: 0;
  }
  div.HomeSection p.byline {
    color: #000;
    margin-top: 3px;
  }
p.byline,
cite.byline {
  font-style: italic;
  }
  p.byline span,
  p.byline a,
  cite.byline a {
    font-family: Arial,sans-serif;
    text-transform: uppercase;
    font-style: normal;
  }
cite.byline a {
  color: #000;
  }
  cite.byline a:hover {
    color: #CC0033;
  }  
  
p.more {
  text-align: right;
}
#CalendarMain a.more {
  color: #C03;
  font-size: .9em;
}

div#HomeBlogs div.storyItem {
  text-align: center;
}
div#HomeBlogs h3.category {
  color: #999;
  font-size: .9em;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: left;
  }
  div#HomeBlogs h3.category a {
    color: #999;
  }
div#HomeBlogs h3.blogTitle a,
div#HomeNews div#Columns h4.headline a {
  color: #cc0033;
  font-family: Georgia,serif;
  text-transform: none;
  }
  div#HomeNews div#Columns h4.headline a {
    font-size: 1.55em;
  }
div#HomeBlogs h4.headline a {
  font-weight: bold;
  font-size: 1.1em;
}

div#HomeBlogs .storyItem hr,
div#PromotionalEvents .storyItem hr,
div#Columns hr,
div#FreeStuff hr {
  margin: 5px auto;
  border: 2px dotted #999;
  border-width: 2px 0 0 0;
  width: 70%;
  clear: both;
  }
  div#Columns hr {
    width: 35%;
    margin-bottom: 10px;
  }
  div#Columns .storyItem {
    padding-bottom: 10px;
  }

div#SpecialIssues {
  text-align: center;
}
div#SpecialIssues ul li {
  margin-bottom: 10px;
}
div#SpecialIssues ul li a {
  font-size: .8em;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

div#PromotionalEvents img,
div#FreeStuff div.PromoTeaser {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
div#PromotionalEvents div.storyItem {
  float: left;
  clear: both;
  width: 100%;
}
div#PromotionalEvents h4.headline a,
div#FreeStuff h4.headline a {
  font-family: Arial,sans-serif;
  font-weight: bold;
}
div#PromotionalEvents p.more a {
  color: #cc0033;
  font-weight: bold;
}

div#TopStories {
  float: left;
  width: 100%;
  border: 2px dotted #999;
  border-width: 0 0 2px 0;
  padding-bottom: 5px;
}
div#TopStories div#topStoryItem {
  float: left;
  width: 300px;
  padding-right: 10px;
  }
  div#TopStories div#topStoryItem h4.headline a {
    font-size: 1.5em;
    font-weight: bold;
  }
  div#TopStories div#topStoryItem h5.subhead {
    font-size: 1.1em;
    margin: 3px 0;
  }
div#TopStories div#followStoryItems {
  float: left;
  width: 160px;
  border-left: 10px solid #CCCCCC;
  min-height: 400px;
  }
  div#TopStories div#followStoryItems div.storyItem {
    margin-bottom: 10px;
    text-align: center;
    padding: 0 10px 10px;
    }
    div#TopStories div#followStoryItems div.storyItem h4.headline a {
      font-size: 1.15em;
      font-weight: bold;
    }
  
  div#TopStories div#followStoryItems div.currentItem {
    padding-left: 19px;
    margin-left: -9px;
    background: url(/images/backgrounds/top-story-arrow.gif) no-repeat left center;
  }
  div#TopStories div#followStoryItems div.currentItem h4.headline a {
    /* font-weight: normal; */
    color: #999;
  }  
 
div#PhotoGalleries {
  float: left;
}  
div#PhotoGalleries h2 {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9em;
  font-family: Verdana,sans-serif;
  border-bottom: 1px solid #CCC;
  padding-bottom: 2px;
  margin-bottom: 5px;
}  
div#PhotoGalleries div.galleryImage {
  width:          110px;
  float:          left;
  padding-left:   4px;
  padding-right:  4px;
}  
div#PhotoGalleries div.galleryImage img {
  margin-bottom: 3px;
}
div#PhotoGalleries div.sliderNav {
  height: 15px;
  background-color: #cccccc;
}
  div#PhotoGalleries div.sliderNav a {
    overflow:     hidden;
    display:      block;
    text-indent:  -6000px;
    width:        20px;
    height:       15px;
  }
    div#PhotoGalleries div.sliderNav a.back {
      float:              left;
      background-image:   url("/images/buttons/slider-back.gif");
      background-repeat:  no-repeat;
    }
    div#PhotoGalleries div.sliderNav a.next {
      float:              right;
      background-image:   url("/images/buttons/slider-next.gif");
      background-repeat:  no-repeat;
    }
  
div.HomeSection {
  float: left;
}  
div.HomeSection div.headerBar {
  background-color: #000;
  height: 28px;
  margin-bottom: 10px;
  }
  div.HomeSection div.headerBar h2 {
    text-indent: -6000px;
  }
  div#HomeNews.HomeSection div.headerBar {
    background: #000000 url(/images/backgrounds/section-header-top.gif) no-repeat 452px bottom;
  }

div.HomeSection div.categoryStories {
  float: left;
  width: 414px;
  border-right: 1px solid #ccc;
  padding: 0 10px;
  }  
  div#HomeArts.HomeSection div.categoryStories,
  div#HomeMovies.HomeSection div.categoryStories,
  div#HomeRestaurants.HomeSection div.categoryStories {
    width: 404px;
  }
div.HomeSection div.categoryColumn,
div.HomeSection div.comColumn {
  padding: 0 6px;
  float: left;
  width: 178px;
  }
  div#HomeArts.HomeSection div.categoryColumn,
  div#HomeMovies.HomeSection div.categoryColumn,
  div#HomeRestaurants.HomeSection div.categoryColumn {
    width: 188px;
    }
    div.HomeSection div.categoryColumn h5.subhead {
      font-weight: bold;
    }
  div.HomeSection div.comColumn div.storyItem,
  div.HomeSection div.categoryColumn div.storyItem {
    margin-bottom: 10px;
  }
  div.HomeSection div.comColumn div,.storyItem a {
    color: #000;
  }
  
div.HomeSection div.leadStoryItem {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  }
  div.HomeSection div.leadStoryItem img.storyImg {
    float: right;
  }
  div.HomeSection div.leadStoryItem h4.headline a {
    font-size: 1.35em;
  }
  div.HomeSection div.leadStoryItem p.byline {
    color: #5c5d5d;
  }
div.HomeSection div.followStoryItems h3.category a {
  color: #000;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
  font-family: Georgia,serif;
  }
  div.HomeSection div.followStoryItems h3.category span.bonusInfo {
    color:#CC0033;
    font-size:0.8em;
    font-weight:bold;
    text-transform:uppercase;
  }  


div#HomeNews div#Columns {
  text-align: center;
  margin-top: -10px;
}
div#HomeNews div#Columns p.byline {
  color: #000;
}
div#HomeNews div.headerBar h2 {
  background: url(/images/headers/news.gif) no-repeat bottom left;
  width: 67px;
  height: 28px;
  }
  div#HomeNews div.headerBar {
    width: 626px;
  }
div#HomeRestaurants div.headerBar h2 {
  background: url(/images/headers/restaurants.gif) no-repeat bottom left;
  width: 163px;
  height: 28px;
  }
  div#HomeRestaurants div.headerBar {
    width: 626px;
  }
div#HomeMusic div.headerBar h2 {
  background: url(/images/headers/music.gif) no-repeat bottom left;
  width: 70px;
  height: 28px;
  }
  div#HomeMusic div.headerBar {
    width: 626px;
  }
div#HomeMovies div.headerBar h2 {
  background: url(/images/headers/movies.gif) no-repeat bottom left;
  width: 85px;
  height: 28px;
  }
  div#HomeMovies div.headerBar {
    width: 626px;
  }
div#HomeArts div.headerBar h2 {
  background: url("/images/headers/arts-and-culture.gif") no-repeat bottom left;
  width: 222px;
  height: 28px;
  }
  div#HomeArts div.headerBar {
    width: 626px;
  }


div#CriticsPicks {
  padding: 0 10px 10px 5px;
}
div#CriticsPicks div.headerBar {
  background: #231f20;
  padding-bottom: 10px;
  }
  div#CriticsPicks div.headerBar h2 {
    width: 275px;
    height: 28px;
    background: url(/images/headers/todays-critics-picks.gif) no-repeat top left;
    margin: 2px;
    text-indent: -6000px;
  }
div#CriticsPicks h3.category {
  font-size: 1.1em;
}  
div#CriticsPicks h3.category a {
  color: #C03;
}
div#CriticsPicks h4.headline a {
  font-size: 1.1em;
  font-weight: bold;
}  
div#CriticsPicks h5.subhead {
  font-family: Arial,sans-serif;
}
div#CriticsPicks img {
  float: left;
  margin-right: 5px;
}  
div#CriticsPicks div.storyItem {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
div#CriticsPicks p.more {
  text-align: left;
  float: left;
  margin: 5px 0;
  }
  div#CriticsPicks p.more a {
    color: #4c4c4c;
    font-weight: bold;
  }
div#CriticsPicks p.submitLink {
  text-align: right;
  padding-top: 5px;
  border-top: 1px solid #d3d3d3;
  float: left;
  width: 100%;
  margin-top: 0;
  }
  div#CriticsPicks p.submitLink a {
    color: #4c4c4c;
    font-style: italic;
  }  
div#CriticsPicks div.calendarDays {
  float: left;
  margin-top: -15px;
  margin-left: 4px;
  }
  div#CriticsPicks div.calendarDays a {
    display: block;
    width: 39px;
    height: 38px;
    font-size: .8em;
    font-family: Georgia,serif;
    color: #666;
    float: left;
    text-align: center;
    line-height: 10px;
    padding-top: 7px;
    }
    div#CriticsPicks div.calendarDays a:hover {
      font-weight: bold;
      text-decoration: none;
    }
    div#CriticsPicks div.calendarDays a span {
      font-size: 1.3em;
    }
    div#CriticsPicks div.calendarDays a.calDay {
      background: url(/images/backgrounds/calendar-date-bg.png) no-repeat top left;
    }
    div#CriticsPicks div.calendarDays a.calCurrent {
      background: url(/images/backgrounds/calendar-current-bg.png) no-repeat top left;
      color: #333;
      }
      div#CriticsPicks div.calendarDays a.calCurrent span {
        color: #FFF;
      }
     
div#HomeNewsletter {
  background-color: #e7e6e6;
  padding: 10px 5px;
  font-size: .9em;
  margin: 3px 3px 20px;
  }     
  div#HomeNewsletter form {
    padding: 0 0 10px;
  }
  div#HomeNewsletter span.required {
    color: #FF0000;
  }
  div#HomeNewsletter label {
    text-align: right;
    width: 45%;
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
    }
    div#HomeNewsletter label.check {
      float: right;
      width: 74%;
      text-align: left;
      display: block;
      font-size: .9em;
      }
      div#HomeNewsletter input.checkbox {
        display: block;
        float: left;
        clear: left;
        margin-bottom: 10px;
        margin-left: 15px;
      }
  div#HomeNewsletter input.text {
    border: 1px solid #CCC;
    margin-bottom: 10px;
    width: auto;
    padding: 0;
    background: #FFF;
  }
  #HomeNewsletter h2 {
    text-indent: -6000px;
    background: url(/images/headers/newsletter-sign-up.gif) no-repeat 0 0;
    height: 68px;
    margin-bottom: 25px;
  }   
  div#HomeNewsletter p {
    clear: both;
    margin: 15px;
    padding-top: 10px;
  }
  div#HomeNewsletter p.submit {
    margin: 0;
    text-align: center;
  }
  div#HomeNewsletter input.submit {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    background:#EE0000;
    border:0 none;
    color:#FFFFFF;
    font-weight:bold;
    padding:4px;
    text-transform:uppercase;
  }
     
div#MostPopular div.tabs,
div#EventCalendar div.tabs,
div#MostPopularEvents div.tabs {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  margin-left: 5px;
  float: left;
  width: 100%;
}     
div#MostPopular div.tabs div a,
div#EventCalendar div.tabs div a,
div#MostPopularEvents div.tabs div a {
  float: left;
  display: block;
  border: 1px solid #000;
  margin-bottom: -1px;
  font-size: .9em;
  text-transform: uppercase;
  padding: 2px 4px;
  margin-right: 1px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  }
  div#EventCalendar div.tabs div a {
    padding: 1px 3px;
    font-size: .8em;
  }      
div#MostPopular div.tabs div.tabCurrent a,
div#EventCalendar div.tabs div.tabCurrent a,
div#MostPopularEvents div.tabs div.tabCurrent a {  
  border-bottom: 1px solid #FFF;
  color: #000;
}      
div#MostPopular div.tabs div.tabBack a,
div#EventCalendar div.tabs div.tabBack a,
div#MostPopularEvents div.tabs div.tabBack a {
  color: #FFF;
  background-color: #999;
}
div#MostPopular ol {
  padding: 0 10px;
  }
  div#MostPopular ol li {
    margin-bottom: 10px;
  }
  div#MostPopular ol li a {
    font-weight: bold;
  }
div#EventCalendar div.eventSearchBody p {
  margin: 0;
}  
div#EventCalendar a {
}
div#EventCalendar div.headerBar {
  margin-bottom: 10px;
}
div.EventCalendarEventSearchResultsItemHead h4 a {
  color: #000;
  font-weight: bold;
  font-family: Georgia,serif;
  font-size: 1.3em;
}
div#EventCalendar select {
  margin-bottom: 5px;
}
div#EventCalendar input[type="submit"] {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  background:#EE0000;
  border:0 none;
  color:#FFFFFF;
  font-weight:bold;
  padding:1px;
  text-transform:uppercase;
}

div#RecentComments ul li p {
  margin: 5px 0;
}
div#RecentComments ul li ul li.l1 {
  display: inline;
  color:#999999;
  margin:0;
  font-style:normal;
  text-transform:uppercase;
}
div#RecentComments ul li.storyItem {
  text-align: right;
}
div#RecentComments ul li.storyItem a {
  color: #CC0033;
}

div#TodaysShows h3.category a,
div#TodaysPicks h3.category a,
div#RecentlyReviewed h3.category {
  color: #CC0033;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: bold;
}

div#RecentlyReviewed ul li a,
div#OpeningThisWeek ul li a {
  display:block;
  font-weight: bold;
  font-family: Georgia,serif;
  margin-bottom: 10px;
  color: #000;
}
div#OpeningThisWeek ul li a {
  margin-bottom: 7px;
}
div#BoxOffice ol li a {
  font-weight: bold;
  font-family: Georgia,serif;
  color: #000;
}
#Section div#gridMainSidebar div#OpeningThisWeek,
#Category div#gridMainSidebar div#OpeningThisWeek,
#Section div#gridMainSidebar div#BoxOffice,
#Category div#gridMainSidebar div#BoxOffice {
  margin-bottom: 30px;
}
#Home div#BoxOffice {
  margin-top: 10px;
}

div#Columns h2 {
  background: url(/images/headers/columns.gif) no-repeat center top;
  text-indent: -6000px;
  height: 24px;
  margin-bottom: 10px;
}
div#TodaysShows h2 {
  background: url(/images/headers/todays-shows.gif) no-repeat top left;
  text-indent: -6000px;
  height: 23px;
  width: 150px;
  margin-bottom: 10px;
}
div#RecentlyReviewed h2 {
  background: url(/images/headers/recently-reviewed.gif) no-repeat top left;
  text-indent: -6000px;
  height: 23px;
  width: 190px;
  margin-bottom: 10px;
}
div#OpeningThisWeek h2 {
  background: url(/images/headers/opening-this-week.gif) no-repeat top left;
  text-indent: -6000px;
  height: 23px;
  width: 190px;
  margin-bottom: 10px;
}
div#BoxOffice h2 {
  background: url(/images/headers/box-office.gif) no-repeat top left;
  text-indent: -6000px;
  height: 24px;
  margin-bottom: 10px;
}
div#TodaysPicks h2 {
  background: url(/images/headers/todays-picks.gif) no-repeat top left;
  text-indent: -6000px;
  height: 23px;
  width: 138px;
  margin-bottom: 10px;
}
div#PromotionalEvents h2 {
  background: url(/images/headers/promotional-events.gif) no-repeat center top;
  text-indent: -6000px;
  height: 53px;
  margin-bottom: 10px;
}
div#SpecialIssues h2 {
  background: url(/images/headers/special-issues.gif) no-repeat center top;
  text-indent: -6000px;
  height: 23px;
  margin-bottom: 10px;
}
div#FreeStuff h2 {
  background: url(/images/headers/free-stuff.gif) no-repeat center top;
  text-indent: -6000px;
  height: 23px;
  margin-bottom: 10px;
}

div#SectionBlogs h3 {
  color: #000;
  margin-bottom: 5px;
  }
  div#SectionBlogs h3 a {
    color: #000;
  }
  div#SectionBlogs p {
    margin-left: 10px;
  }
  div#SectionBlogs h3.headline {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: bold;
    font-family: Georgia,serif;
    text-transform: none;
  }
  div#SectionBlogs div.clear {
    padding: 5px 0;
  }

div#SectionFeature {
  margin-bottom: 15px;
}
div#SectionFeature h3.headline a,
div#RecentSectionFeatures h3.headline a {
  font-weight: bold;
  font-family: Georgia,serif;
  }
  div#SectionFeature h3.headline a {
    font-size: 1.5em;
  }
#RecentSectionFeatures div.subhead,
#SectionStories div.subhead,
#SectionFeature div.subhead {
  font-family: Georgia,serif;
  font-size: 1.05em;
}  
#RecentSectionFeatures div.clear,
#SectionStories div.clear {
  padding: 5px 0;
}
#RecentSectionFeatures .byline,
#SectionStories .byline,
#SectionFeature .byline {
  margin-top: 2px;
  }
  #RecentSectionFeatures .byline a,
  #SectionStories .byline a,
  #SectionFeature .byline a {
    color: #000;
  }
div#SectionFeature,
div#SectionStories,
div#RecentSectionFeatures {
  margin-bottom: 10px;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #ccc; */
}
div#SectionStories h2,
div#RecentSectionFeatures h2,
div#SectionArchives h2 {
  background:#000;
  color:#FFF;
  font-size:1.7em;
  font-weight:bold;
  margin-bottom:10px;
  padding:2px 2px 0 4px;
  text-transform:uppercase;
}
div#SectionStories h3.headline,
div#SectionColumns h4 {
  font-family: Georgia,serif;
  font-weight: bold;
}
div#SectionStories h3.headline,
div#RecentSectionFeatures h3.headline {
  font-size: 1.15em;
}
div#SectionStories img.storyImg {
  float: left;
  margin-right: 5px;
}

div#SectionColumns h3.sectionColumns a {
  color: #000;
  margin-bottom: 10px;
}
div#SectionColumns div.storyTeaser {
  display: block;
  float: left;
  margin-right: 5px; 
  }
  div#SectionColumns.MainSidebar li.l0 + div.storyTeaser,
  div#SectionColumns.MainSidebar li.l0 + li.l0 {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  div#SectionColumns.MainSidebar li.storyItem {
    clear: none;
    border-bottom: 1px dotted #666;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
div#SectionColumns h3.storyCategory {
  font-size: .9em;
  color: #CC0033;
}
div#SectionColumns div,
div#SectionColumns li.storyItem {
  margin: 0 10px;
}
div#SectionColumns h5 a {
  color: #CC0033;
}
div#SectionColumns li.byline {
  font-family:Arial,sans-serif;
  font-style:normal;
  text-transform:uppercase;
  color:#999999;
  font-size:0.85em;
  margin:0;
}

div#SectionArchives h3 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 1.1em;
}
div#SectionArchives div {
  width: 49%;
  float: left;
  }
  div#SectionArchives div ul li a {
    margin: 3px 0;
    text-decoration: none;
  }  
  div#SectionArchives ul li {
    padding: 3px 0;
  }
div#SectionArchives select,
div#SectionArchives input.searchbox {
  width: 60%;
  margin-bottom: 5px;
} 
div#SectionArchives input.searchbox {
  padding: 0;
  background: none;
  border: 1px solid #CCC;
} 
div#SectionArchives label {
  font-weight: bold;
}

div.RelatedItem,
#Content div#PeopleWhoLiked.MainColumn,
#Post div#PeopleWhoLiked.MainColumn {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  clear: both;
  }
  #Slideshow div.RelatedItem {
    border-bottom: 0;
  }
  div.RelatedItem h3,
  #Content div#PeopleWhoLiked.MainColumn h3,
  #Post div#PeopleWhoLiked.MainColumn h3 {
    font-size:1.5em;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom: 5px;
  }
  div.RelatedItem a {
  }
  div.RelatedItem .headline a,
  div.RelatedItem li.eventItem h4 a,
  div.RelatedItem li.locationItem h4 a,
  #Content div#PeopleWhoLiked.MainColumn h4.headline a,
  #Post div#PeopleWhoLiked.MainColumn h4.headline a {
    font-weight: bold;
    font-family: Georgia,serif;
    font-size: 1.1em;
    color: #000;
  }
  div.RelatedItem li.storyItem,
  #Content div#PeopleWhoLiked.MainColumn li.storyItem,
  #Post div#PeopleWhoLiked.MainColumn li.storyItem {
    margin-bottom: 10px;
  }
  div.RelatedItem li.byline {
    font-size: .9em;
  }
  #Content div#PeopleWhoLiked.MainColumn li.byline,
  #Post div#PeopleWhoLiked.MainColumn li.byline {
    text-transform: uppercase;
    font-size: .9em;
    color: #999;
  }
  div.RelatedItem .memberThumb {
    float: left;
    margin-right: 5px;
  }

div.MediumRectangle {
  clear: both;
  width: 300px;
  margin: 0 auto 10px;
}

/* Page ToCs */

div#PromotionEventsMain h2,
body#FreeStuff h2,
div#FreeStuffProcess h2,
div#StreetTeamPresentation h2 {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: Georgia,serif;
  font-weight: bold;
}
div#PromotionEventsMain .PromoTeaser,
body#FreeStuff .PromoTeaser,
div#FreeStuffProcess .PromoTeaser {
  float: left;
  margin-right: 5px;
}
body#FreeStuff input[type="submit"],
div#FreeStuffProcess input[type="submit"] {
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #EE0000;
  border:0 none;
  color:#FFFFFF;
  font-weight:bold;
  padding:1px;
  text-transform:uppercase;
}
body#FreeStuff hr,
div#FreeStuffProcess hr {
  border-top: 1px solid #E3EAEE;
  background: none;
  border-width: 1px 0 0 0;
  margin: 20px 0;
}
body#FreeStuff div.freeStuffMessage,
div#FreeStuffProcess div.freeStuffMessage {
  background: #F5F5F5;
  padding: 5px;
  margin-bottom: 20px;
  }
  body#FreeStuff div.freeStuffMessage p,
  div#FreeStuffProcess div.freeStuffMessage p {
    margin: 5px 0;
  } 
div#CalendarMain h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
  }
  div#CalendarMain h2 a span.DateHeader {
    color: #666;
  }
  div#BlogLanding h2 {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 10px;
    }
    div#BlogLanding h2 a {
      color: #000;
      display:block;
      font-family: Georgia,serif;
    }
    div#BlogLanding h2 a#bites {
      background: url(/images/headers/bites-sm.jpg) no-repeat 0 0;
      text-indent: -6000px;
      width: 460px;
      height: 45px;
    }
    div#BlogLanding h2 a#pith_in_the_wind {
      background: url(/images/headers/pith-in-the-wind-sm.jpg) no-repeat 0 0;
      text-indent: -6000px;
      width: 460px;
      height: 45px;
    }
    div#BlogLanding h2 a#nashville_cream {
      background: url(/images/headers/nashville-cream-sm.jpg) no-repeat 0 0;
      text-indent: -6000px;
      width: 460px;
      height: 45px;
    }
    div#BlogLanding h2 a img {
      width:460px;
    }
    div#BlogLanding p.more {
      margin-bottom: 30px;
    }
div#CalendarMain .storyImg,
div#BlogLanding div.storyTeaser {
  float: left;
  margin-right: 5px;
}
div#CalendarMain div.storyItem {
  border-bottom: 1px dotted #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  }
  div#BlogLanding div.clear {
    padding: 5px 0 0;
    margin: 0 0 5px;
    border-bottom: 1px dotted #666;
    clear: both;
  }
div#CalendarMain p.submitLink {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  }

div#StreetTeamPresentation ul li a {
  font-weight: bold;
}
div#StreetTeamPresentation ul {
  float:left;
  padding:10px 15px;
  width:120px;
}
div#StreetTeamPresentation div {
  clear: both;
}
#StreetTeamPresentation div#PaginationTop {
  padding: 10px;
}

#Page div#gridSpanningFeature h4.headline,
#Page div#gridMainColumn h4.headline,
#Page div#BlogLanding h3.headline,
div#FreeStuffProcess h4.headline {
  color:#111111;
  font-size:1.1em;
  font-weight:bold;
  font-family: Georgia,serif;
}
#Page div#gridSpanningFeature h5 a,
#Page div#gridMainColumn h5 a {
  font-weight: bold;
}
#Page div.locationAddress {
  background:none repeat scroll 0 50% #CC0000;
  color:#FFFFFF;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  margin-right:2px;
  text-transform:uppercase;
  display: inline;
  }
  #Page div.locationAddress a.locationRegion {
    color:#FFFFFF;
    padding:0 3px;
    text-decoration:none;
  }
#Page div.storyItem hr {
  border-top: 1px solid #B7B7B7;
  background: none;
  border-width: 1px 0 0;
}  

div#TopTopics h2 {
  font-size: 1.55em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  }
  div#TopTopics span {
    color: #C03;
  }
div#TopTopics h4 a {
  color: #000;
  font-family: Georgia,serif;
  font-weight: bold;
  font-size: 1.1em;
}  
div#TopTopics hr {
  background: none;
  border-bottom: 1px dotted #CCCCCC;
  border-width: 0 0 1px 0;
}

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

.column_item { margin-bottom: 10px;}

h4.headline a,
h3.headline a {
  color: #000;
}

ul.moduleList {
  color: #222;
  font-size: 10px;
}
div.MainSidebar ul.moduleList { padding: 10px 10px 0; }
div#ShellPollResults ul.moduleList {
  margin: 10px;
  font-size: 1em;
}
div#ShellPollResults div.listing {
  font-weight: bold;
}
div#ShellPollResults div.PollGraphBarBackground {
  margin-right: 10px;
}
div#ShellPollNavigation {
  margin: 10px 0 30px;
}
#OtherSearches ul.moduleList {
  font-size: 11px;
}

  ul.moduleList li.l0 + li.l0 {
      margin-top: 10px;
      border-top: 1px solid #E3EAEE;
      padding-top: 10px;
  }
  ul.moduleList 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;
    }
    ul.moduleList h4 a,
    ul.columnList h4 a {
      color: #000;
    }
    ul.moduleList a,
    ul.columnList a {
    }    

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

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

div.MainSidebar:after {
    display: block;
    visibility: hidden;
    content: ".";
    line-height: 0;
    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 {
  padding:5px 0 0 5px;
  margin: 3px 0 15px;
}
ul.narrowOptions 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,
#MovieTimes div#NowPlaying h1 {
  background: #000;
  clear: both;
  color: #FFF;
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  padding: 8px 10px 9px;
  text-align: left;
  text-transform: uppercase;
  }
  #MovieTimes div.searchedFor,
  #MovieTimes div#NowPlaying h1 {
      margin-bottom: 10px;
  }

body#IssueArchives div#searchResults 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: 230px;
  }
  div.EventListing div.listing {
    width: 430px;
  }

  div.listing p {
    /* font-size: 11px; */
  }

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

div.listingLocation {
  color: #333;
  float: left;
  margin-left: 10px;
  width: 160px;
  }
  div.EventListing div.listingLocation {
    float: none;
    margin: 10px 0;
    width: auto;
  }
  div.listingLocation span.locationLabel {
    font-weight: bold;
  }
  div.listing span.eventCategories a {
    color: #CC0033;
  }

div#PencilAd {
  margin: 0 auto;
  background: url("/images/backgrounds/nav-shadow.gif") repeat-x center top #FFFFFF;
  border: 2px dotted #B6B6B6;
  border-width: 0 2px;
  width: 980px;
  text-align: center;
  padding: 5px 0;
  }
  div#PencilAd div {
    margin: 0 auto;
  }

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

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

/* ------------------------------------------------------------------ */
/* Layout Identifier Based Selectors */
/* ------------------------------------------------------------------ */



/* ------------------------------------------------------------------ */
/* Custom Class Based Selectors */
/* ------------------------------------------------------------------ */

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;
  }
  #Post div.CommentsComponent,
  #Post div#ArticleToolsHorizontal,
  #Post div.MainColumn {
    margin: 10px;
    }
    #Post div#ArticleToolsHorizontal {
      float: left;
    }
    #Post div#BlogsBlogPost.MainColumn,
    #Post div#BlogsPreviousNext.MainColumn,
    #Post div#BlogHeader.MainColumn {
      margin: 0;
    }
div.commentsHeader {
  background: #D0D1D2 url(/images/backgrounds/comments_header.gif) no-repeat right top;
  margin-bottom: 10px;
}
div.commentsHeader h2, 
div.commentsHeader h3 {
  color: #000;
  background: url(/images/backgrounds/comments_left.gif) no-repeat left;
  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: 200px;
  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;
  min-height: 45px;
}
dl.formElements dd input[type="text"],
dl.formElements dd select { width: 75%; }
dl.formElements dd textarea {
  width: 100%;
  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;
}
div.CommentsComponent dl.formElements dd {
  width:100%;
}
form#previewComment textarea {
  width:95%;
}
div.pagination { 
  clear: both; 
  text-align: center;
  }
  div.pagination a,
  div.storyPagination a {
  }
div.commentLink {
  font-size: .85em;
}

div.storyPagination {
  font-size: 1.1em;
}

div.storyPagination p:first-child {
  text-align: right;
  margin: 0;
}

div.storyPagination p:last-child {
  text-align: center;
  font-weight: bold;
  margin: -20px 0 0;
  font-size: 1.1em;
}

ul.prevNext {
  font-size: 10px;
  line-height: 1em;
  padding:10px 0;
}
  ul.prevNext li.prevNext_prev {
    float: left;
    text-align: left;
    width:38%;
  }
  ul.prevNext li.prevNext_next {
    float: right;
    text-align: right;
    width: 38%;
  }
  ul.prevNext li.prevNext_date {
    float: left;
    font-size: 1.3em;
    margin-left: -15px;
  }
  ul.prevNext a {
    color: #000;
    font-weight: bold;
  }
  div.prevNext {
    padding: 10px;
    font-size: 1.1em;
    color: #FFF;
    float: left;
    width: 98%;
    }
    div.prevNext a.prev {
      float: left;
    }
    div.prevNext a.next {
      float: right;
    }

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: 12px 12px 5px;
  font-size: 12px;
  clear: both;
}
  div.commentText h4 {
    margin-top: 0;
    margin-bottom:8px;
  }
    div.commentText h4.reviewLocation { margin-bottom: 2px; }
    
  div.commentText p { 
    margin-top: 0;
  }
  div.commentText div.inline-rating { margin-bottom: 8px; }
    div.commentText div.inline-rating img {
      width: 10px;
    }
  
div.CommentsComponent .memberThumb, 
div#BrowseComments .memberThumb {
  display: block;
  overflow: hidden;
  float: left;
  clear: left;
  width: 50px;
  margin: 2px 8px 2px 2px;
}
div.CommentsComponent div.comment div.ratingGraphic img, 
div#BrowseComments div.comment div.ratingGraphic img {
  margin-bottom: 2px;
  width: 10px;
  height: 10px;
}
div.commentAuthor {
  background: url(/images/icons/comment_tri.gif) no-repeat 28px top;
  padding: 5px 0 0 45px;
  font-family:"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: #CC0000;
    padding: 3px 5px;
    border: 1px solid #FFF;
    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: #CC0000;
    }

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 #FFF;
      font-weight: normal;
      color: #CC0000;
      text-transform: lowercase;
      cursor: pointer;
    }


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

span.locationRegion {
  background:#CC0000 none repeat scroll 0%;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  margin-right:2px;
  text-transform:uppercase;
  }
    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; }
  ol.customList h3.headline {
    font-weight: bold;
    font-family: Georgia,serif;
  }
  
  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 {
  background: #f4f4e8;
  padding: 8px;
  margin-top: 5px;
  border: 1px dotted #d4d4c8;
  color: #444;
}
  div.infoBox h3,
  body#Content div.Sidebar h3 {
    font-weight: bold;
  }
  body#Content div#ArticleTools {
    background-color:#E3E2D5;
    color:#757673;
    padding:2px;
    border:0;
  }
  body#Content div#ImageFlipBook {
    background:none;
    padding:0;
    border:0;
  }
  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 {
  background: #C00 url(/images/backgrounds/header-bg.gif) repeat-y center left;
  width: 1020px;
  margin-left: -20px;
  position: relative;
  padding-bottom: 10px;
}

div.GlobalHeader h1 {
    float: left;
    margin: 10px 5px 0 50px;
    display: inline;
}
div.GlobalHeader h1 a {
    display: block;
    width: 179px;
    height: 80px;
    background-color: #C00;
    background-position: center center;
    background-image: url(/images/nashville-logo.gif);
    background-repeat: no-repeat;
    text-indent: -6000px;
    outline: none;
}
div.GlobalHeader div.banner_ad {
    position: relative;
    float: left;
    margin: 5px 0 0 10px;
}
div.ad { margin-bottom: 10px; }

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

div#BannerHome {
}

div#SearchLogin {
    position: relative;
    height:30px;
    background:#000;
    padding:10px 10px 0;
    color:#FFF;
    font-size: .9em;
}
div#SearchLogin form {
    float: right;
    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;
    background: #fd0100;
    border: 1px solid #000;
    color: #FFF;
    text-transform: uppercase;
    font-size: .9em;
    padding: 3px 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: -2px;
}
div#SearchLogin form input[type="text"] {
  border: 1px solid #CCC;
  height: 22px;
}
ul#SearchLogin-login {
    text-align: right;
    float: right;
    padding: 8px;
}
ul#SearchLogin-login li {
    display: inline;
    color: #FFF;
}
  ul#SearchLogin-login li a {
    text-decoration: none;
    color: #FFF;
  }
    ul#SearchLogin-login li a:hover { color: #C70E0F; }
  ul#SearchLogin-login li#SearchLogin-upcoming { 
    display: block;
    font-size: 10px; 
  }
    ul#SearchLogin-login li#SearchLogin-upcoming a { 
      font-weight: normal; 
      color: #626258;
    }
  
div#SearchLogin-section,
div#SearchLogin .searchWidgetForm { 
    position: relative;
    float: left;
}


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: #CC0000;
  padding: 10px 20px 20px;
  margin-right: 20px;
  border: 1px solid #C40000;
  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: #CC0000;
  }
  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: 22px;
  }
  form.loginForm input.submit {
    background: #CC0000;
    border: 1px solid #FFF;
    padding: 3px 5px;
    margin-right: 15px;
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
    cursor: pointer;
  }


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


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

  div#previewCommentComponent h2 {
    color: #094760;
  }
  
div#PaginationTop, 
div#PaginationBottom {
  padding-top: 10px;
}
  #PaginationBottom strong,
  #PaginationBottom a {margin:0 0.25em;padding:2px 4px;border:1px solid #cc0033;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;}
  

p.notice {
  font-size:1.2em;
  font-weight:bold;
  padding:0 0 10px;
  text-align:center;
}

div#BreakingNews {
  background: #f4f4e8;
  margin: 0 auto;
  text-align: left;
}
  div#BreakingNews h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -1px;
    background: #FF0000;
    padding: 3px 5px;
    color: #FFF;
  }
  div#BreakingNews h3 {
    padding: 0 10px;
    margin: 10px 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
  }
  div#BreakingNews p {
    padding: 0 10px 10px;
    margin: 0;
  }
  
    
    div#HomeVisualart ul li.searchItem h2 a {
      display: block;
      height: 44px;
      background: url(/images/buttons/mag_visart.gif) no-repeat;
      text-indent: -6000px;
    }
    div#HomeBooks ul li.searchItem h2 a {
      display: block;
      height: 44px;
      background: url(/images/buttons/mag_books.gif) no-repeat;
      text-indent: -6000px;
    }
    div#HomeTheater ul li.searchItem h2 a {
      display: block;
      height: 44px;
      background: url(/images/buttons/mag_theater.gif) no-repeat;
      text-indent: -6000px;
    }
  
  div#HomeMusic div.searchItem h2 a {
    display: block;
    height: 34px;
    background: url(/images/buttons/mag_music.gif) no-repeat center center;
    text-indent: -6000px;
  }
  div#HomeFilm div.searchItem h2 a {
    display: block;
    height: 34px;
    background: url(/images/buttons/mag_film.gif) no-repeat center center;
    text-indent: -6000px;
  }
  div#HomeFood div.searchItem h2 a {
    display: block;
    height: 34px;
    background: url(/images/buttons/mag_restaurants.gif) no-repeat center center;
    text-indent: -6000px;
  }
  
  ul#ItsHappeningTonightTabs li a#featureTab_1 {
    width: 47px;
    background-image: url(/images/nav/tabs/news.gif);
  }
  ul#ItsHappeningTonightTabs li a#featureTab_2 {
    width: 47px;
    background-image: url(/images/nav/tabs/music.gif);
  }
  ul#ItsHappeningTonightTabs li a#featureTab_3 {
    width: 47px;
    background-image: url(/images/nav/tabs/film.gif);
  }
    
    
  div#ItsHappeningTonightSlideFeature ul.slider li h3 a {
    display: block;
    background-repeat: no-repeat;
    text-indent: -6000px;
  }  
    div#ItsHappeningTonightSlideFeature ul.slider li.open h3 a {
      height: 45px;
      background-position: left -41px;
    }
    div#ItsHappeningTonightSlideFeature ul.slider li.closed h3 a {
      height: 41px;
      background-position: left top;  
    }
  
  div#ItsHappeningTonightSlideFeature ul li h3#sliderItemHeader_1 a {
    background-image: url(/images/buttons/blogtownslider.gif);
  }  
  div#ItsHappeningTonightSlideFeature ul li h3#sliderItemHeader_2 a {
    background-image: url(/images/buttons/endhitsslider.gif);
  }
  div#ItsHappeningTonightSlideFeature ul li h3#sliderItemHeader_3 a {
    background-image: url(/images/buttons/modslider.gif);
  }
  
  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-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.HomeFollowStories {  }
    div.HomeFollowStories div.triptych, 
    div.HomeFollowStories div.stack {
      padding: 0 15px;
      margin-bottom: 10px;
      border: none;
    }
      div.HomeFollowStories div.stack div.follow {
        border: 1px solid #DEDEDE;
        border-width: 0 0 1px;
        padding: 0;
        margin: 10px 0 0;
      }
    body#Home div#gridMainColumn div.HomeSection div.follow  ul {
      width: auto;
      text-align: left;
    }
      body#Home div#gridMainColumn div.HomeSection div.follow  ul li.l0 {
        border: none;
        padding: 0;
        margin: 0;
      }
    
/* ------------------------------------------------------------------ */

div#NavigationHorizontal {
  clear: both;
  height: 36px;
  background: #C00 url(/images/backgrounds/header-bg.gif) repeat-y center left;
  width: 1020px;
  margin-left: -20px;
  border-top: 1px solid #C40000;
  /* position: relative;  xxx - screwing up subnav placement, but necessary (?) for ie */
}
ul#mainNav {
  height: 36px;
  width: 980px;
  margin: 0 auto;
}
ul#mainNav li {
    float: left;
    height: 36px;
    font-size:11px;
    line-height: 1em;
    text-transform: uppercase;
    overflow: hidden;
}
ul#mainNav li a {
    display: block;
    float:left;
    height:36px;
    background-repeat:no-repeat;
    background-position:center 0;
    padding: 0;
    text-align:center;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    text-indent: -6000px;
}
div#NavigationHorizontal ul li.first a, 
div#NavigationHorizontal ul li.first a:hover { border-left:none; }
div#NavigationHorizontal ul li.last a, 
div#NavigationHorizontal ul li.last a:hover { border-right:none; }

ul#mainNav li a:hover, ul#mainNav li a.hover {
    height:36px;
    background-position:center -36px;
    padding:0;
    color:#FFF;
    cursor:pointer;
}
ul#mainNav li.navCurrent {
    margin:0;
}
ul#mainNav li.navCurrent a {
    background-position:center -36px; 
    padding: 0;
    color:#FFF;
}
  ul#mainNav li.navCurrent a:hover {
    background-position:center -36px; 
    padding: 0;
  }

#NavigationHorizontal ul li ul {
    display: none;
}

#NavigationHorizontal #NavItem_News a {
  width:62px;
  background-image:url(/images/nav/news.gif);
}
#NavigationHorizontal #NavItem_Blogs a {
  width:62px;
  background-image:url(/images/nav/blogs.gif);
}
#NavigationHorizontal #NavItem_Restaurants a {
  width:98px;
  background-image:url(/images/nav/restaurants.gif);
}
#NavigationHorizontal #NavItem_Dining a {
  width:67px;
  background-image:url(/images/nav/dining.gif);
}
#NavigationHorizontal #NavItem_BarsClubs a {
  width:101px;
  background-image:url(/images/nav/bars-clubs.gif);
}
#NavigationHorizontal #NavItem_Calendar a {
  width:84px;
  background-image:url(/images/nav/calendar.gif);
}
#NavigationHorizontal #NavItem_Music a {
  width:67px;
  background-image:url(/images/nav/music.gif);
}
#NavigationHorizontal #NavItem_Movies a {
  width:66px;
  background-image:url(/images/nav/movies.gif);
}
#NavigationHorizontal #NavItem_Arts a {
  width:57px;
  background-image:url(/images/nav/arts.gif);
}
#NavigationHorizontal #NavItem_Bestof a {
  width:69px;
  background-image:url(/images/nav/best-of.gif);
}
#NavigationHorizontal #NavItem_Deals a {
  width:61px;
  background-image:url(/images/nav/deals.gif);
}
#NavigationHorizontal #NavItem_Classifieds a {
  width:88px;
  background-image:url(/images/nav/classifieds.gif);
}
#NavigationHorizontal #NavItem_Promotions a {
  width:96px;
  background-image:url(/images/nav/event-tickets.png);
}
#NavigationHorizontal #NavItem_Search a {
  width:66px;
  background-image:url(/images/nav/search.gif);
}
#NavigationHorizontal #NavItem_TheAds a {
  width:64px;
  background-image:url(/images/nav/the-ads.gif);
}
#NavigationHorizontal #NavItem_Newsletters a {
  width:96px;
  background-image:url(/images/nav/newsletters.gif);
}

#NavigationHorizontal ul.subnav_content { 
  position:absolute; 
  width:215px;
  min-height:15px;
  background:transparent url(/images/backgrounds/subnav.png);
  padding:0;
  z-index:100000;
  line-height:1em;
}
  #NavigationHorizontal ul.subnav_content li {
    padding:0;
    margin:0;
    position:relative;
    font-size:12px;
    float:none;
  }
    #NavigationHorizontal ul.subnav_content li a {
      display:block;
      height:15px;
      white-space:nowrap;
      padding:7px 10px;
      margin:0;
      text-decoration:none;
      text-indent:0;
      font-family:Arial, Helvetica, sans-serif;
      font-weight:normal;
      text-transform:none;
      color:#FFF;
      line-height:1em;
      text-transform: uppercase;
      font-size: .9em;
      border:0;
    }
      #NavigationHorizontal ul.subnav_content li a:hover { 
        padding:7px 10px;
        margin:0;
        text-decoration:underline;
      }    
      
      #NavigationHorizontal ul.subnav_content li.searchItem a { 
        background:url(/images/icons/navmag.gif) no-repeat 6px 7px;
        padding:7px 10px 7px 24px;
      }
    
        
div#gridFooter {
  clear: both;
  padding: 0 0 65px 0;
  text-align: center;
  font-size: 11px;
  background: #070707 url(/images/backgrounds/footer-grad.gif) repeat-x left 130px;  
  width: 982px;
  margin-left: -2px;    
  border: 1px solid #6c6c6c;
  border-width: 0 1px 1px;
}
  div#gridFooter a {  }
  
div#FooterCustom {
  background: transparent url(/images/backgrounds/footer-bg.gif) no-repeat top left;
  padding-top: 20px;
  text-align: left;
  }
  div#FooterCustom div#footerNav {
    width: 980px;
    clear: both;
    float: left;
    margin: 20px 0;
    padding-left: 30px;
  }
  div#FooterCustom,
  div#FooterCustom ul a {
    color: #FFF;
  }  
  div#FooterCustom h2 {
    font-size: 1.5em;
    padding: 20px 20px 7px;
  }
  div#FooterCustom ul {
    padding: 20px 1%;
    float: left;
    width:14%;
  }
  div#FooterCustom ul li.section {
    list-style-type: none;
    list-style-position: outside;
  }
  div#FooterCustom ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: #FFF;
  }
  div#FooterCustom ul li a {
    font-weight: normal;
  }
  div#FooterCustom ul li h5 a {
    font-weight: bold;
  }
div#FooterCustom div#footerIcons {
  text-align: center;
  margin: 0 auto 20px;
  width: 150px;
  clear: both;
  }
  div#FooterCustom div#footerIcons a {
    text-indent: -6000px;
    float: left;
    margin-right: 3px;
  }
  div#footerIcons a#footerRSS {
    display: block;
    width: 42px;
    height: 42px;
    margin-top: 3px;
    background: url(/images/icons/rss-large.gif);
  }  
  div#footerIcons a#footerFacebook {
    display: block;
    width: 46px;
    height: 47px;
    background: url(/images/icons/facebook-large.gif);
  }
  div#footerIcons a#footerTwitter {
    display: block;
    width: 46px;
    height: 47px;
    background: url(/images/icons/twitter-large.gif);
  }
div#FooterCustom p {
  width: 100%;
  clear: both;
  float: left;
}  
  
div#FooterNavigation { 
  clear:both;
  padding: 10px;
  margin-bottom: 10px;
}
div#FooterNavigation ul {
  line-height: 1.4em;
}
  div#FooterNavigation ul li {
    display: inline;
    margin-right: 7px;
  }
    div#FooterNavigation ul li a {
      white-space: nowrap;
    }

div#FooterAd {
  background: #FFF;
  text-align: center;
  border: 2px dotted #B6B6B6;
  border-width: 0 2px;
  padding: 20px 0;
  height: 90px;
  width: 980px;
  margin-left: -1px;
  }
  div#FooterAd div {
    margin: 0 auto;
  }

div#footerCopyright,
div#footerCopyright a,
div#FooterCustom p { font-style: italic; color: #999; text-align: center; }
div#FooterCustom p span { font-size: 1.5em; font-style: normal; }
div#FooterCustom p a { color: #999; }

div#footerCopyright address, 
div#footerCopyright p {
  padding: 0;
  margin: 0;
}

div#FooterCurrentIssue,
div#FooterColumnClassifieds { margin-right: 10px; }

div#FooterColumnClassifieds ul, 
div#FooterColumnStranger ul {
  float: left;
  width:130px;
}
  div#FooterColumnClassifieds ul li a {
    color: #FF6600;
  }

div#FooterColumnStranger img.issueCover {
  width: 90px;
}

div.footerColumn {
  float: left;
  width: 291px;
  background: #EEEEEF;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #FFF;
  text-align: left;
}  
  div.footerColumn h2, div.footerColumn h2 a {
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
  }
  div.footerColumn img.issueCover {
    float: left;
    margin: 0 10px 0 0;
    border: 5px solid #FFF;
  }
  div.footerColumn ul li {
    margin-bottom: 4px;
  }

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

div#LocationRestaurantDetails p.tags,
div#LocationBarDetails p.tags {
  padding: 0;
  margin: 0;
}
  div#LocationRestaurantDetails ul.locationMenuCoupon {
    margin:10px 0;
  }
  div#LocationRestaurantDetails ul.locationMenuCoupon li {
    display:inline;
    padding-right:14px;
    margin-right:10px;
    background:url(/foundation/images/icons/pdf-small.gif) top right no-repeat;
  }
  div#LocationMovieTimes ul.filmTimes {
  	float: none;
  	font-size: 1em;
  }
  div#LocationMovieTimes ul.filmTimes li {
  	margin-bottom: 6px;
  	color: #777;
  }
  div#LocationMovieTimes ul.filmTimes li strong a {
  	font-size: 1.1em;
    text-decoration:none;
  	margin-bottom: 2px;
  	display: inline-block;
  }
  #Location ul.filmTimes {
  	width: auto;
  }
  #Location ul.filmTimes .filmDate {
  	margin-left: 22px;
  	padding: 1px 0 0;
  	display: inline-block;
  	color: #222;
  	font-weight: 700;
  }
  body#MovieTimes div#NowPlaying ul li {
    float: left;
    width: 110px;
    padding: 0 5px;
    }
    body#MovieTimes div#NowPlaying ul li a {
      font-weight: bold;
    }
    body#MovieTimes div#NowPlaying ul li ul {
    margin-bottom: 20px;
    float: left;
    height: 200px;
    }

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

h1#sectionHeader_ArticleArchives { 
  width: 235px;
  background-image: url(/images/sections/large/articles_archives.gif); 
}
h1#sectionHeader_books { 
  width: 70px;
  background-image: url(/images/sections/large/books.gif); 
}
h1#sectionHeader_columns { 
  width: 106px;
  background-image: url(/images/sections/large/columns.gif); 
}
h1#sectionHeader_film { 
  width: 48px;
  background-image: url(/images/sections/large/film.gif); 
}
h1#sectionHeader_food { 
  width: 149px;
  background-image: url(/images/sections/large/food.gif); 
}
h1#sectionHeader_ItsHappeningTonight { 
  width: 270px;
  background-image: url(/images/sections/large/tonight.gif); 
}
h1#sectionHeader_music { 
  width: 69px;
  background-image: url(/images/sections/large/music.gif); 
}
h1#sectionHeader_news { 
  width: 63px;
  background-image: url(/images/sections/large/news.gif); 
}
h1#sectionHeader_topstories { 
  width: 138px;
  background-image: url(/images/sections/large/topstories.gif); 
}
h1#sectionHeader_theater { 
  width: 94px;
  background-image: url(/images/sections/large/theater.gif); 
}
h1#sectionHeader_visualart { 
  width: 124px;
  background-image: url(/images/sections/large/visart.gif); 
}


h2#sectionHeader_BookReviews {
  width: 98px;
  background-image: url(/images/sections/med/book_reviews.gif);
}
h2#sectionHeader_booksArchives {
  width: 112px;
  background-image: url(/images/sections/med/books_archives.gif);
}
h2#sectionHeader_CDReviews {
  width: 80px;
  background-image: url(/images/sections/med/cd_reviews.gif);
}
h2#sectionHeader_DVDReviews {
  width: 89px;
  background-image: url(/images/sections/med/dvd_reviews.gif);
}
h2#sectionHeader_filmArchives {
  width: 99px;
  background-image: url(/images/sections/med/film_archives.gif);
}
h2#sectionHeader_foodArchives {
  width: 161px;
  background-image: url(/images/sections/med/food_archives.gif);
}
h2#sectionHeader_musicArchives {
  width: 112px;
  background-image: url(/images/sections/med/music_archives.gif);
}
h2#sectionHeader_newsArchives {
  width: 108px;
  background-image: url(/images/sections/med/news_archives.gif);
}
h2#sectionHeader_theaterArchives {
  width: 127px;
  background-image: url(/images/sections/med/theater_archives.gif);
}
h2#sectionHeader_visualartArchives {
  width: 146px;
  background-image: url(/images/sections/med/visart_archives.gif);
}

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






h1.sectionHeader { 
    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;
}
p.moreArticles {
    text-align: right;
}
p.more a,
p.moreArticles a {
}
div.more {
  text-align: right;
}

body#Content .MainColumn .banner_ad {
  margin:0 0 10px;
  text-align:center;
}
  body#Content div#gridMainColumn .MainColumn,
  body#Newsletter div#gridMainColumn .MainColumn {
    margin: 10px 20px;
  }

  body#Content div#Comments.CommentsComponent,
  body#Content div#BrowseComments.ContentComments {
    padding:0 0 12px;
    margin: 10px;
  }

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

div#BlogHeader {
  padding: 0 10px;
  }
  div#BlogHeader h1.bites a {
    background: url(/images/headers/bites.jpg) no-repeat 0 0;
    text-indent: -6000px;
    display: block;
    width: 610px;
    height: 60px;
  }
  div#BlogHeader h1.pitw a {
    background: url(/images/headers/pith-in-the-wind.jpg) no-repeat 0 0;
    text-indent: -6000px;
    display: block;
    width: 610px;
    height: 60px;
  }
  div#BlogHeader h1.nashvillecream a {
    background: url(/images/headers/nashville-cream.jpg) no-repeat 0 0;
    text-indent: -6000px;
    display: block;
    width: 610px;
    height: 60px;
  }

.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;
    }
    div.FilmIcons {
      display: none;
    }
  div.FeaturesIcons a span {
    display:block;
    float:left;
    margin:0 2px 0 0;
    text-indent:-6000px;
    height:12px;
    width:12px;
  }
    div.FeaturesIcons a.FeaturesIcons_staff_pick span,
    div.FeaturesIcons a.FeaturesIcons_critics__picks span {
      background:url(/images/icons/features-icon_staff_pick.gif) top left no-repeat;
      width:16px;
    }
    div.FeaturesIcons a.FeaturesIcons_menu span {
      background:url(/images/icons/features-icon_menu.png) top left no-repeat;
      width: 16px;
      height: 16px;
    }
    div.FeaturesIcons a.FeaturesIcons_members_pick span {
      background:url(/images/icons/features-icon_members_pick.gif) top left no-repeat;
      width: 16px;
      height: 16px;
    }
    div.FeaturesIcons a.FeaturesIcons_video span {
      background:url(/images/icons/features-icon_video.png) top left no-repeat;
      width: 16px;
      height: 16px;
    }
     div.FeaturesIcons a.FeaturesIcons_calendar span {
        background:url(/images/icons/features-icon_calendar.png) top left no-repeat;
        width: 16px;
        height: 16px;
      }
    div.FeaturesIcons a.FeaturesIcons_slideshow span {
      background:url(/images/icons/features-icon_slideshow.png) top left no-repeat;
      width: 16px;
      height: 16px;
    }
    div.FeaturesIcons a.FeaturesIcons_audio span {
      background:url(/images/icons/features-icon_audio.png) top left no-repeat;
      width: 16px;
      height: 16px;
    }
    div.FeaturesIcons a.FeaturesIcons_promotional,
    div.FeaturesIcons a.FeaturesIcons_club,
    div.FeaturesIcons a.FeaturesIcons_web_only,
    div.FeaturesIcons a.FeaturesIcons_free_parking,
    div.FeaturesIcons a.FeaturesIcons_wheelchair_access,
    div.FeaturesIcons a.FeaturesIcons_editors__pick {
      display: none;
    }
    
    li#EventSearchNarrowByEventFeatures,
    li#LocationSearchNarrowByLocationFeatures,
    li#MovieTimesSearchNarrowByFilmFeatures,
    li#FilmSearchNarrowbyFilmFeatures,
    li#ArticleSearchNarrowByContentFeatures,
    li#BestOfNarrowbyContentFeatures {
      float: left;
    }
    li#EventSearchNarrowByEventFeatures ul.narrowOptions,
    li#LocationSearchNarrowByLocationFeatures ul.narrowOptions,
    li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions,
    li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions,
    li#ArticleSearchNarrowByContentFeatures ul.narrowOptions,
    li#BestOfNarrowbyContentFeatures ul.narrowOptions {
      border-left: 0;
      padding-left: 5px;
      float: left;
      width: 100%;
      }
      li#EventSearchNarrowByEventFeatures ul.narrowOptions li,
      li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li,
      li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li,
      li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li,
      li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li,
      li#BestOfNarrowbyContentFeatures ul.narrowOptions li {
        background: url(/images/backgrounds/dotted-line.gif) repeat-x 0 10px;
        float: left;
      }
      li#EventSearchNarrowByEventFeatures ul.narrowOptions li a,
      li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li a,
      li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li a,
      li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li a,
      li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li a,
      li#BestOfNarrowbyContentFeatures ul.narrowOptions li a {
        float: left;
      }
      li#EventSearchNarrowByEventFeatures ul.narrowOptions li a,
      li#EventSearchNarrowByEventFeatures ul.narrowOptions li span,
      li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li a,
      li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li span,
      li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li a,
      li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li span,
      li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li a,
      li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li span,
      li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li a,
      li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li span,
      li#BestOfNarrowbyContentFeatures ul.narrowOptions li a,
      li#BestOfNarrowbyContentFeatures ul.narrowOptions li span {
        background-color: #EDEDEE;
      }
    li#EventSearchNarrowByEventFeatures ul.narrowOptions li div.FeaturesIcons,
    li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li div.FeaturesIcons,
    li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li div.FeaturesIcons,
    li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li div.FeaturesIcons,
    li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li div.FeaturesIcons,
    li#BestOfNarrowbyContentFeatures ul.narrowOptions li div.FeaturesIcons {
      margin: 0;
      float: right;
      padding-right: 0;
      }
      li#EventSearchNarrowByEventFeatures ul.narrowOptions li div.FeaturesIcons a span,
      li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li div.FeaturesIcons a span,
      li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li div.FeaturesIcons a span,
      li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li div.FeaturesIcons a span,
      li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li div.FeaturesIcons a span,
      li#BestOfNarrowbyContentFeatures ul.narrowOptions li div.FeaturesIcons a span {
        display: block;
        margin-right: 0;
        padding-right: 5px;
      }
      div.FeaturesIcons a.FeaturesIcons_user_submitted span {
        background: url(/images/icons/features-icon_user_submitted.png) right 0 no-repeat;
        width: 26px;
        height: 17px;
       }

div#ProfileBrowseSavedLocations div.locationListing,
div#ProfileBrowseSavedMembers div.memberListing, 
div#ProfileBrowseSavedEvents div.EventListing,
div#ProfileBrowseLists div.listListing,
div#ProfileBrowseSavedContent div.archiveListing,
body#MemberSearch div.memberListing {
  background: #FFF;
  border-bottom: 1px solid #DFE2E1;
  color: #333;
  padding: 10px;
}
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberThumb,
  div#ProfileBrowseSavedContent div.archiveListing li.archiveImage,
  body#MemberSearch div.memberListing ul.listing li.memberThumb {
    float: left;
    width: 50px;
    margin-right: 8px;
    padding:5px;
    background:#eaeaea;
  }
  body#MemberSearch div.memberListing ul.listing li,
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li {
    color:#444;
    font-size:90%;
  }
  body#MemberSearch div.memberListing ul.listing li.memberName,
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberName {
    font-weight: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: #EEE;
  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#Section #gridMainColumn .MainColumn {
  margin: 0;
}
body#Section #gridMainSidebar1 div.MainSidebar form {
  padding: 0;
}

body#ArticleArchives .longOnly span.date { display:inline; }

body#PostComment div#loginFormContainer, 
body#PostComment div#passwordReminderContainer {
  float: left;
  width: 370px;
}

body#PostComment div#createAccountContainer,
body#PostComment div#feelingShyContainer {
  float: right;
  width: 370px;
}

/* Profile */

body.ProfilePage div#gridMainColumn li.storyItem {
  background: #FFF;
  padding: 10px;
  margin: 10px;
}    
body.ProfilePage div#gridMainColumn .ratingGraphic {
  margin-bottom: 10px;
}

div#userNameComponent { 
  background:#EEEEEF;
  border-bottom:1px solid #DFE2E1;
  border-left: 2px dotted #B6B6B6;
  border-right: 2px dotted #B6B6B6;
  width: 980px;
}

body#Profile div#currently, 
body#MyProfile div#currently,
body#Profile div.comment,
body#MyProfile div.comment { margin: 10px 0;background: #EEE; padding:10px; }

body.ProfilePage div#gridMainSidebarLeft { text-align: center; }

body.ProfilePage div.MainSidebar {
  background: #FFF;
  padding-bottom: 10px;
  text-align: center;
}

body.ProfilePage div.MainSidebar h3 {
  background: #C0C0C0;
  color: #FFF;
  font-weight:bold;
  line-height: 1em;
  margin-top: 10px;
  padding: 5px 5px 6px;
  text-transform: uppercase;
  font-size: 1.1em;
  text-align: left;
}
  body.ProfilePage div.MainSidebar h3 img {
    float: left;
    margin-right: 9px;
  }
  
body.ProfilePage div.MainSidebar p { 
  padding: 10px 10px 0;
  margin: 0; 
  text-align: left;
}
  body.ProfilePage div.MainSidebar p.readmore { text-align: right; }
  
  body.ProfilePage div.MainSidebar p a {
    color: #000;
    font-weight: bold;
    font-family: Georgia;
  }


body.ProfilePage div.MainSidebar ul { 
  text-align: left; 
}
  body.ProfilePage div.MainSidebar ul li p { padding: 0; }

body#Profile div#Reminders,
body#MyProfile div#Reminders {
  background: #F4F4F4;
}
  body#Profile div#Reminders h3,
  body#MyProfile div#Reminders h3 {
    background: #000000;
  }

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 0;
  width: 980px;
  text-align: center;
  font-size: 1.4em;
  background: #FFFFFF url(/images/backgrounds/nav-shadow.gif) repeat-x center top;
  border: 2px dotted #B6B6B6;
  border-width: 0 2px;
}
  div#profileModeMessage h1 span {
    background: #ffff99;
  }
  div#profileModeMessage h1 a { 
    font-weight: bold; 
    color: #CC0000;
  }
  
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: 345px;margin-bottom:10px; }

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,body#Survey div.MainColumn,body.SurveySubmit div.MainColumn {
  padding:10px;
}

/*
body.ProfilePage div.MainColumn h3 { text-align: center; }
*/

body.ProfilePage div.MainColumn div.userInfo ul li { text-transform: lowercase; }

body.ProfilePage div.MainColumn .readmore,
body.ProfilePage .readmore {
  text-transform: lowercase;
}
  body#Favorites .readmore {
    padding-right: 10px;
  }
  
  body.ProfilePage .readmore a { }

body.ProfilePage div.MainSidebar ul li
body#Location div.MainSidebar ul li, 
body#Event div.MainSidebar ul li, 
body.SearchPage div.MainSidebar ul li,
body#Film div.MainSidebar ul li,
body#BestOf div.MainSidebar ul li {
  margin-bottom: 4px;
  clear: both;
  width: 100%;
  }
  body.ProfilePage div.MainSidebar ul li a, 
  body#Location div.MainSidebar ul li a, 
  body#Event div.MainSidebar ul li a, 
  body.SearchPage div.MainSidebar ul li a,
  body#Film div.MainSidebar ul li a,
  body#BestOf div.MainSidebar ul li a,
  body#Map div.MainSidebar ul li a {
    color: #000;
    font-weight: bold;
    font-family: Georgia,serif;
  }


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.SearchPage #gridMainSidebar {
  margin-top: 10px;
  padding-right: 0;
}
  body.SearchPage #gridMainSidebar select {
    width:120px;
  }
  body#MovieTimes div#MovieTimesFilmandTheater h4,
  body#Film div#MovieTimesFilmandTheater h4 {
    margin:10px 0 0 10px;
  }

body.SearchPage div#EventsSearchTerms {
  background: #FFFF99;
  padding: 0;
  margin-bottom: 7px;
}
  body.SearchPage div#EventsSearchTerms h3 {
    background: none;
    color: #FF6900;
    line-height: 1em;
    padding: 0 0 5px;
    font-weight: normal;
    text-align: left;
  }
  body.SearchPage div#EventsSearchTerms ul {
    padding: 10px;
  }
  body.SearchPage div#EventsSearchTerms ul li {
    font-size:10px;
    padding:5px 0;
    color: #000;
  }
    body.SearchPage div#EventsSearchTerms ul li a {
      float: right;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
    }

    body.SearchPage .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.SearchPage .subtractiveSelections ul li a:active,
    body.SearchPage .subtractiveSelections ul li a.off {
      background-position:-14px top !important;
    }

    body.SearchPage .flyout_content {
      background:#C7DBFF none repeat scroll 0%;
      border:2px solid #00407A;
      padding:10px;
    }
      body.SearchPage .flyout_content table {
        border:0;
      }
        body.SearchPage .flyout_content table td {
          padding:10px;
        }

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: #CC0000;
  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:#CC0000;
  }
  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-weight: bold;
  font-size: 20px;
  color: #CC0000;
  text-transform: none;
  letter-spacing: 0;
}

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

div#userPics {}
  div#userPics ul.fullsize { 
    padding: 0;
    margin: 0;
  }
    div#userPics ul.fullsize .photoCont a {
      display: block;
      width: 160px;
      background: #FFF;
      padding: 10px;
      text-align: center;
    }
      div#userPics ul.fullsize .photoCont a img { 
        display: block;
        width: 160px; 
        margin: 0 auto;
      }
  div#userPics ul li.photo {
    height: auto;
    padding: 0;
    margin: 0;
  }
  div#userPics .photoGrid {
    margin-top:0;
  }
  

div#photoEnlarge a {
  background:#FFF;
  padding:3px;
  text-decoration:none;
  font-size:10px;
}  

#Profile div#Photo {
  padding-bottom: 0;
}
#Profile div.flipBook ul {
  display: none;
}

/* Map Browser */

body#MapBrowser div.searchedFor {
  margin-bottom: 10px;
}
body#MapBrowser div#mapLargeResults a.locationName {
  padding: 3px 0;
  font-size: 1.1em;
  display: block;
  }
  body#MapBrowser div#mapLargeResults a:hover.locationName {
    background: #EEE;
  }
body#MapBrowser .pagination {
  margin-bottom: 10px;
}

    

/* Location and Event Pages */

body#Location div.MainSidebar, 
body#LocationEvents div.MainSidebar, 
body#Map div.MainSidebar, 
body#Event div.MainSidebar,
body#EventSearch div.MainSidebar,
body#MovieTimes div.MainSidebar,
body#Film div.MainSidebar, 
body#LocationSearch div.MainSidebar, 
body#DiningSearch div.MainSidebar, 
body#Search div.MainSidebar, 
body#ArticleArchives div.MainSidebar, 
body#IssueArchives div.MainSidebar, 
body#MemberSearch div.MainSidebar,
body.SearchPage div.MainSidebar {
  background: #EDEDEE;
}



body#Location div.MainSidebar h3, 
body#LocationEvents div.MainSidebar h3, 
body#Map div.MainSidebar h3, 
body#Event div.MainSidebar h3,
body#EventSearch div.MainSidebar h3,
body#MovieTimes div.MainSidebar h3,
body#Film div.MainSidebar h3, 
body#LocationSearch div.MainSidebar h3, 
body#DiningSearch div.MainSidebar h3, 
body#Search div.MainSidebar h3, 
body#ArticleArchives div.MainSidebar h3, 
body#IssueArchives div.MainSidebar h3, 
body#MemberSearch div.MainSidebar h3,
body.SearchPage div.MainSidebar h3 {
  background: #C0C0C0;
  font-weight: bold;
  color: #FFF;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
}

body#EventSearch div.MainSidebar h4,
body#MovieTimes div.MainSidebar h4,
body#LocationSearch div.MainSidebar h4, 
body#DiningSearch div.MainSidebar h4, 
body#Search div.MainSidebar h4, 
body#ArticleArchives div.MainSidebar h4, 
body#IssueArchives div.MainSidebar h4, 
body#MemberSearch div.MainSidebar h4,
body.SearchPage div.MainSidebar h4 { 
  color: #CC0033;
  text-transform: uppercase;
}


body#Location h2.listingsHeader,
body#LocationEvents h2.listingsHeader,
body#Film h2.listingsHeader  { 
  font-size:1.5em;
  font-weight:bold;
  margin-bottom:5px;
  text-transform:uppercase;
}

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

body#MovieTimes div.MainSidebar form { padding:0 10px 10px; }

div.MainSidebar form input.text {
  padding-left:15px;
  width:125px;
  background:#FFF url(/images/icons/magnify.gif) no-repeat 3px center;
  }
  div#EventCalendar.MainSidebar form input.text {
    width: 225px;
  }
div.MainSidebar form input.submitBtn {
  display:none;
}

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

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

div#searchResults, div#Location, div#Event {
  float: left;
  text-align: left;
  width: 600px;
}
  body#Film div#searchResults {
    margin-top:10px;
  }
  div#searchResults {
    margin-bottom: 20px;
  }

body#LocationSearch div#searchResults {
  margin-top: 10px;
}
div#searchResults p.noMatchesFound {
  padding: 10px;
}

body#CommentArchives div#CommentSearchResults div#searchResults {
  background: #EDEEEE;
  padding-bottom: 10px;
}
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: #CC0000;
  border:1px solid #FFF;
  clear:both;
  color:#FFF;
  cursor:pointer;
  font-weight:bold;
  margin-top:10px;
  padding:1px 5px;
}
#CommentArchives div.MainSidebar ul.narrowOptions {
  border-left: 0;
}
#CommentArchives ul.narrowOptions li {
  font-size: 12px;
  }
  #CommentArchives #CommentArchivesSortBy ul.narrowOptions li {
    font-weight: bold;
    font-family: Georgia;
    }
    #CommentArchives #CommentArchivesSortBy ul.narrowOptions li a {
      color: #666;
    }

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



h1.listingTitle,
div.MainColumn h1.listingTitle {
  font-size:18px;
  font-weight:bold;
}

h2.listingsHeader, 
div.MainColumn h2.listingsHeader {
  font-size:1.5em;
  font-weight:bold;
  margin-bottom:5px;
  text-transform:uppercase;
}

ul.locationEvents {
  margin-top: 5px;
  padding-left: 10px;
  border-left: 1px solid #EEE;
}
  ul.locationEvents li.l0 {
    margin-bottom: 8px;
  }
    ul.locationEvents li.l0 h4 a {
      font-weight:bold;
      text-decoration: none;
      color: #000;
      font-family: Georgia,serif;
    }
  ul.locationEvents li.commentCount {
    font-size: 11px;
    }
    ul.locationEvents li.commentCount a {
      text-decoration: none;
    }


/* 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);
}
  
.header_landing_interior {
  float: right;
  width: 290px;
  text-align: right;
}  
  .header_landing_interior ul {
    padding: 0;
    margin: 0;
  }
    .header_landing_interior ul li {
      display: inline;
    }



.LandingSpotlightModule { 
  background: url(/images/backgrounds/landing_spotlight.gif) repeat-x left bottom;
  margin-bottom: 25px; 
  border: 1px solid #c0c3c6;
  text-align: center;
}

.headerLandingSpotlightModule {
  background: #e1e6e9 url(/images/backgrounds/landingSpotlight_header.gif) repeat-x left bottom;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c0c3c6;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1em;
}
  .headerLandingSpotlightModule h2, .headerLandingSpotlightModule h2 a {
    float: left;
    margin-top:2px;
  }
  .headerLandingSpotlightModule form {
    float: right;
    width: 200px;
    padding: 0;
    margin: -2px 0 0;
  }
    .headerLandingSpotlightModule form input.searchbox {
      width: 130px;
      vertical-align: middle;
    }
    .headerLandingSpotlightModule form input.submit {
      font-size: 11px; 
      line-height: 1em;
      vertical-align: middle;
    }
    
.footerSpotlightModule { 
  padding: 15px;
  font-size: 14px; 
}
  .footerSpotlightModule form { text-align: left; }

.bodyLandingSpotlightModule {
  position: relative;
  width: 390px;
  background: #FFF;
  padding: 10px 0;
  margin: 0 auto;
  border: 1px solid #c0c3c6;
  text-align: center;
}
  .bodyLandingSpotlightModule .stack .follow {
    padding: 0 10px 10px;
    border: none;
  }

.LandingLayout .scrollableArrow_left, .LandingLayout .scrollableArrow_right { display:none; }

.bodyLandingSpotlightModule_header {
  position: absolute;
  top: -10px;
  width: 388px;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 14px;
  color: #87888a;
}
  .bodyLandingSpotlightModule_header span {
    background: #FFF;
    padding: 0 3px;
    margin: 0 2px;
  }

.MediaReviews {
  position: relative;
  float: left;
  width: 380px;
  margin: 0;
  overflow: hidden;
}

.MediaReviews .scrollable { 
  width: 6000px;
  padding-left:15px;
}

.MediaReviews li {
  float: left;
  width:120px;
  text-align: center;
}
  .MediaReviews li a {
    display: block;
    width: 100px;
    padding: 10px;
    text-decoration: none;
    font-size: 10px;
    line-height: 1.3em;
  }
    .MediaReviews li a:hover { background:#EEE; }
    .MediaReviews li .imgMediaReviews {
      width: 100px;
      margin: 0 auto 8px;
    }
    .MediaReviews li a span.MediaReviews_artist, 
    .MediaReviews li a span.MediaReviews_title { color: #1b1718; }
      .MediaReviews li a span.MediaReviews_title cite { font-style: italic; }
    .MediaReviews li a span.MediaReviews_readLink { 
      font-weight: bold;
      color: #004961; 
      text-transform: lowercase;
    }
    .MediaReviews li a:hover span { color:#C70E0F; }

#MediaReviews_viewAllButton {
  display: block;
  width: 124px;
  height: 22px;
  background: url(/images/buttons/view_all_reviews.gif) no-repeat center center;
  margin: 0 auto;
  text-decoration: none;
  text-indent: -6000px;
}

.storyDate {
  font-size: 10px;
  color: #78787a;
}
  

.columnList li+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;
    }
  
.BandOfTheWeek {
  position:relative;
  padding-top:96px;
  margin:0 0 20px;
  background:url(/images/headers/bandweek.gif) no-repeat;
  font-family:Arial,Helvetica,sans-serif;
  text-align:center;
}

  .BandOfTheWeek a {
    display:block;
    width:140px;
    background:#e57117;
    padding-bottom:5px;
    margin:0 auto;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
    color:#FFF;
  }
    .BandOfTheWeek a:hover { 
      background:#000; 
      color:#FFF;
    }
    .BandOfTheWeek a img { 
      width:138px;
      margin:0 auto 5px;
      border:1px solid #333;
    }  
    
    
/* Review Scroller */
.reviewScroller { 
  height:500px;
  overflow:hidden;
  border-top:2px solid #214f78;
  border-right:2px solid #214f78;
  border-left:2px solid #214f78;
  background:#ececec;
  text-align:left;
  margin:0 auto;
}
  .reviewScroller:hover { background:#fff; }
.scrollerButtons { 
  text-align:center;
  margin:0 auto 15px;
  border-top:1px solid #214f78;
  border-bottom:3px solid #214f78;
  border-right:2px solid #214f78;
  border-left:2px solid #214f78;
}
.scrollerButtons a {
  display:block;
  text-align:center;
  background:url(/images/buttons/play_pause_bg.gif) top left repeat-x;
}
h2.scrollerHead { 
  margin:10px auto 0;
  text-align:left;
  color:#fff;
  font-size:.9em;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-weight:bold;
  padding:0 3px 5px 0;
  text-transform:uppercase;
}
div.scrollerItem { font-size:0.9em;margin:8px 7px;padding:0 0 5px; border-bottom:1px solid #ddd; }
div.scrollerItem p.revHeader { text-align:left;margin:0 0 4px; }
div.scrollerItem p.revHeader strong a { font-size:1.1em;color:#214f78;text-decoration:none; }
div.scrollerItem span.revBy { color:#444; font-size:.8em; }
div.scrollerItem p.revRead { text-align:right; }
div.scrollerItem p.revRead a { text-decoration:none; }  

div.processOutput {
  
}


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

/* Classifieds Ad of the Week */

#ClassifiedsAdoftheWeek {
  text-align:center;
  padding:8px 0;
  background:#c3e5e2;
  margin:0 0 10px;
}

#ClassifiedsAdoftheWeek #classylist {
  list-style:none;
  padding:4px 0 0 0;
  margin:3px 0 0 0;
  text-align:left;
  border-bottom:1px solid #fff;
}

#ClassifiedsAdoftheWeek #classylist li {
  margin:0;
  display: inline;
  
}

#ClassifiedsAdoftheWeek #classylist li a,
#ClassifiedsAdoftheWeek #classylist li a:visited {  
  color:#4E4E4E;
  display:block;
  font:10px verdana;
  text-decoration:none;
  padding:3px 0 3px 16px;
  vertical-align: bottom;
  margin:0;
  border-top:1px solid #fff;
  background:url(/images/classy_arr.gif) no-repeat 8px 7px;
}

#ClassifiedsAdoftheWeek #classylist li a:hover {
  background:#D1D1C9 url(/images/classy_arr.gif) no-repeat 8px 8px;
}

#ClassifiedsAdoftheWeek #classylist li.pink a,
#ClassifiedsAdoftheWeek #classylist li.pink a:visited {
  background:#fcb9ea url(/images/classy_arr-red.gif) no-repeat 8px 7px;
  color:#d10000;
}
#ClassifiedsAdoftheWeek #classyDoubleSide {
  width:160px;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a {
  display:block;
  float:left;
  width:79px;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
  padding:0;
  line-height:1.3em;
  border-bottom:1px solid #ccc;
  color:#564d3f;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a.wide {
  width:160px;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a.first {
  border-top:1px solid #ccc;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a.left {
  border-right:1px solid #ccc;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a.highlight {
  background-color:#c30;
  color:#fff;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a:hover {
  background:#da2B05;
  color:#fff;
}

#ClassifiedsAdoftheWeek #adoftheday {
  padding:4px;
  margin:4px 6px 3px 6px;
  background:#fff;
  border:2px solid #8DCFB4;
}

#ClassifiedsAdoftheWeek #adoftheday p {
  margin:2px auto;
  color:#4e4e4e;
  width:130px;
  font-size:10px;
  font-style:italic;
  line-height:12px;
}

#ClassifiedsAdoftheWeek .postanad {
  clear:both;
  line-height:8px;
  margin:0;
  padding:0;
}

/* Lovelab Ad */

#LovelabAdoftheDay {
  background-image: none;
  padding-bottom: 0;
}

#LovelabAdoftheDay #personalsTeaserAd {
  width:144px;
  background-color:#fff;
  color:#000;
  margin:0 0 10px;
  font-family:verdana,'trebuchet ms',arial,helvetica,sans-serif;
  padding:8px;
  text-align:center;
}
#LovelabAdoftheDay #teaserAdHeaderImage {
  background:url(http://portlandmercury.selectalternatives.com/images/portlandmercury/personals/siteteaseheader.gif) no-repeat 7px 0;
  height:92px;
}
#LovelabAdoftheDay #teaserAdHeaderImage a {
  display:block;
  width:120px;
  height:92px;
}
#LovelabAdoftheDay #teaserAdHeaderImage span {
  display:none;
}
#LovelabAdoftheDay #teaserAdPhoto {
  margin:2px 0;
}
#LovelabAdoftheDay #teaserAdUsername {
  width:120px;
  margin:2px;
  font-size:11px;
  font-weight:bold;
  overflow:hidden;
}
#LovelabAdoftheDay #teaserAdBody {
  margin:2px;
  font-size:10px;
  line-height:1.2em;
  text-align:left;
  padding:0 4px;
}
#LovelabAdoftheDay #teaserAdBrowseHeader {
  margin:4px 2px 2px;
  font-size:10px;
  font-weight:bold;
}
#LovelabAdoftheDay .teaserAdBrowseLinks {
  margin:0 2px;
  font-size:10px;
}
#LovelabAdoftheDay .teaserAdBrowseLinks a,
#LovelabAdoftheDay .teaserAdBrowseLinks a:visited {
  color:#5EBAC8;
}
#LovelabAdoftheDay #teaserAdFooterImage {
  background:#CBCCBC url(http://portlandmercury.selectalternatives.com/images/portlandmercury/personals/siteteasefooter.gif) no-repeat 7px 0;
  height:48px;
}
#LovelabAdoftheDay #teaserAdFooterImage a {
  display:block;
  width:120px;
  height:48px;
}
#LovelabAdoftheDay #teaserAdFooterImage span {
  display:none;
}


/* ------------------------------------------------------------------ */
.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;
  }
    #ArchivesAuthorBio .email {
      background:transparent url(/images/icons/email-18x18.png) left center no-repeat;
    }
    #ArchivesAuthorBio .facebook {
      background:transparent url(/images/icons/facebook-18x18.png) left center no-repeat;
    }
    #ArchivesAuthorBio .twitter {
      background:transparent url(/images/icons/twitter-18x18.png) left center no-repeat;
    }
  #ArchivesAuthorBio .bio {
    margin-top:1em;
    line-height:1.4em;
    overflow:hidden;
  }
  

#ArticleArchives #resultsCount,
#MemberSearch #resultsCount {
  text-align:left;
  margin:5px 10px;
  color:#999;
  font-size:.9em;
  border-bottom:1px solid #f3f3f3;
}

#ArticleArchives h4.headline {
  font-size:1.2em;
}

#ArticleArchives li.tags {
  font-size:.8em;
  margin-top:5px;
  coor:#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;
}

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

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

body#IssueArchives #searchResults h4.sectionHeader {
  text-transform:uppercase;
  font-size:1.2em;
  border-bottom:1px solid #e3e3e3;
  margin-top:10px;
}

body#IssueArchives #searchResults ul#yearIssueArchives {
  margin:10px auto;
}

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

/* ADVERTISER DIRECTORY */
#AdvertiserDirectory {
  padding:10px;
}

#AdvertiserDirectory h1 {
  font:bold 1.8em Arial, Helvetica, sans-serif;
  color:#0077A1;
  text-align:center;
  margin:10px auto 0 auto;
}

#AdvertiserDirectory h2 {
  font:bold 1.6em;
  text-align:center;
  margin:0 auto 10px auto;
}

#AdvertiserDirectory h3 {
  font:bold 1.6em;
  color:#D33000;
  margin:20px 0 0;
}

#AdvertiserDirectory h4 {
  font:bold 1.2em;
  color:#D33000;
  margin:10px 0 0;
}

#AdvertiserDirectory .adCategory {
  background:#f3f3f3;
  padding:0 10px 10px;
  border:1px solid #D33000;
}

#AdvertiserDirectory a.viewLink {
  font-size:1em;
  color:#666;
}

#AdvertiserDirectory .groupcount {
  color:#666;
}

#AdvertiserDirectory ul.addir_subcat {
  font-weight:bold;
  color:#003565;
  font-size:1.2em;
  padding:0 0 0 10px;
}

#AdvertiserDirectory ul.addir_ads {
  font-size:.7em;
  margin:0 0 10px;
  padding:5px 0 5px 15px;
  line-height:1.4em;
  background:#f2f2f2;
}

#AdvertiserDirectory ul.addir_ads li {
  padding:2px 0;
}

/* AdInfo rules */

#Page #AdInfo #adInfoIntro {
  float:left;
  width:400px;
  margin-left:10px;
}

#Page #AdInfo #adInfoRight {
  float:right;
  width:300px;
}

#Page #AdInfo p {
  margin:10px 0;
  font-size:1.2em;
}

#Page #AdInfo fieldset,
#Page #AdInfoForm fieldset {
  border:3px solid #ccc;
  margin:10px 0;
  padding:10px;
}

#Page #AdInfo legend,
#Page #AdInfoForm legend {
  font-size:1.8em;
}

#Page #AdInfo ul {
  list-style-type:circle;
  font-size:1.1em;
  margin:0 5px 5px;
}

#Page #AdInfo #contact p {
  margin:10px;
}

#Page #AdInfoForm {
  clear:both;
  width:350px;
  margin:10px auto;
}

#Page #AdInfoForm p {
  margin:5px 0 5px 15px;
}

#Page #AdInfoForm label {
  display:block;
}

/* BLOGS */

body#Blog div#gridFrame,
body#Post div#gridFrame,
body.BlogArchives div#gridFrame,
body#BlogTopics div#gridFrame {
  width: 620px;
  background: none;
}
body#Blog div#gridSpanningHeader,
body#BlogTopic div#gridSpanningHeader {
  width: 620px;
}
body#Blog div#gridColumnContainer,
body#Post div#gridColumnContainer,
body.BlogArchives div#gridColumnContainer,
body#BlogTopics div#gridColumnContainer {
  width: 620px;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
}
body#Blog div#gridMainColumn,
body#Post div#gridMainColumn,
body.BlogArchives div#gridMainColumn,
body#BlogTopics div#gridMainColumn {
  background: #FFF;
}


body#Blog div.MainSidebar,
body#BlogTopics div.MainSidebar { background-image: none; }

div#PollForBlogswImage {
  border: 1px dashed #999;
  padding: 5px;
}
div#PollForBlogswImage h3 {
  margin: 10px;
  text-align: center;
  font-size: 1.8em;
}
div#PollForBlogswImage ul {
  padding-left: 40px;
  padding-top: 0;
}
div#PollForBlogswImage form ul li {
  font-family: Georgia,serif;
  font-size: 1.15em;
  margin: 2px 0;
}
div#PollForBlogswImage form input {
  background-color: #EDEEEE;
  padding: 1px 2px;
  border-top: 5px solid #AEAFAF;
  border-left: 5px solid #AEAFAF;
  border-right: 5px solid #434343;
  border-bottom: 5px solid #434343;
}
div#PollForBlogswImage p {
  margin: 0;
  text-align: center;
  }
  div#PollForBlogswImage p.more {
    font-weight: bold;
    text-align: right;
  }

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#thisWeekIn {
  position: relative;
  padding-left: 135px;
  margin-bottom: 10px;
}
div#thisWeekIn h2 {
  position: absolute;
  left: 0;
  top: 5px;
  width: 142px;
  height: 99px;
  background: url(/images/headers/thisweekarrow.gif) no-repeat;
  text-indent: -6000px;
}

div.thisWeekInStories {
  background: #ebf7fe;
  padding: 10px;
  border: 2px solid #217ba5;
  text-align: left;
  overflow: hidden;
}
  div.thisWeekInStories a { text-decoration:none; }

.thisweekin_story {
  float:left;
  width:220px;
  height:86px;
  text-align:left;
  overflow:hidden;
}
  
  #thisweek1 {
    padding-left:;
    }
  #thisweek2 {
    padding-left:10px;
    }  

.img_thisweekin {
  float:left;
  width:75px;
  padding:0;
  margin:0 4px 7px 0;
  border:none;
  }  
.text_thisweek {
  float:left;
  width:130px;
  height:81px;
  font-weight:normal;
  overflow:hidden;
  }
  .text_thisweek .more_in {
    display:block;
    background:url(http://portlandmercury.com/images/horiz_dot.gif) repeat-x left bottom;
    padding-bottom:2px;
    vertical-align:top;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:12px;
    color:#7C7C7C;
    text-transform:uppercase;
    line-height:normal;
    }
    .text_thisweek .more_in a {
      background:url(http://portlandmercury.com/images/blogtown/arrow_thisweek_section.gif) no-repeat left;
      padding-left:12px;
      color:#7C7C7C;
      }
      .text_thisweek .more_in a:hover { color:#DE0021; }  
  .text_thisweek h3 { 
    margin:2px 0 0;
    font-size:12px;
    line-height:13px;
    }  
  .text_thisweek h3 a {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#0075A0;
    }
  .text_thisweek h4 {
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:11px;
    color:#000;
    line-height:normal;
    }


  


div#Blog h2.blogDate,
div#BlogsBlogPost h2.blogDate { 
    background: #868686;
    font-size:1em;
}


h2.blogDate {
  clear: both;
  padding: 3px 5px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

h3.postTitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 0;
  padding-bottom: 0;
  text-align: left;
  }
  h3.postTitle a {
    color: #000;
  }

h4.postedBy {
  clear: both;
  color: #6C5D44;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  }
  
  .postedBy .author {
    font-weight: bold;
  }
  .postedBy a {
    color: #000;
  }

span.postCategory {
  float: left;
  color: #EEE;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  margin-top: .5em;
  margin-right: 4px;
  padding: 2px 5px;
  text-align: center;
  text-transform: uppercase;
  background:#cc0033;
}
  span.postCategory a { 
    color: #FFF; 
    text-decoration: none;
  }

div.blogPost {
  border-bottom: 1px dotted #CCC;
  margin: 0 20px 10px;
  padding: 0 0 20px;
}
  div.blogPost p.extended { font-weight: bold; }

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

div.postBody {
  margin-top: 15px;
  color: #000;
  line-height: 1.4em;
  text-align: left;
}
  .postBody a {
    font-weight: bold;
    text-decoration: none;
  }

  .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 {
    color: #DF0021;
    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: 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: 20px 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: 345px; }
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 #147887;
}

/* RSS Feeds page */

body#Syndication div.MainColumn div.storyHead {
  margin-bottom: 0;
}

body#Syndication div#storyBody {
  background: #F0F0F0;
  padding: 10px;
  margin: 10px;
  font-size: .85em;
  float: right;
  width: 30%;
}
body#Syndication div#storyBody h2 {
  font-size: 1.4em;
}

body#Syndication div#gridMainColumn div.Syndication {
  padding: 10px;
}
body#Syndication div#RssSections {
  float: left;
  width: 30%;
  margin-left: 10px;
}
body#Syndication div#RssBlogs,
body#Syndication div#RSSEventFeeds,
body#Syndication div#RSSLinks
{
  float: left;
  width: 25%;
}
body#Syndication div#RssSections ul,
body#Syndication div#RssBlogs ul,
body#Syndication div#RSSLinks ul,
body#Syndication div#RSSEventFeeds ul
{
  margin:0 0 0 10px;
}
body#Syndication div#RssSections ul li,
body#Syndication div#RssBlogs ul li,
body#Syndication div#RSSLinks ul li,
body#Syndication div#RSSEventFeeds ul li
{
  margin-top: 3px;
}
body#Syndication div#RssSections ul li a,
body#Syndication div#RssBlogs ul li a,
body#Syndication div#RSSLinks ul li a,
body#Syndication div#RSSEventFeeds ul li a
{
  background: url(/images/rss.gif) no-repeat center left;
  padding-left: 38px;
  font-size: 1.1em;
}

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

#SlideshowFullPage h1,
#SlideshowPopUp h1 {
  font-size: 21px;
}

#SlideshowPopUp .slideImg,
#SlideshowFullPage .slideImg {
  overflow: hidden;
  margin: auto;
}
#SlideshowPopUp .slideContainer,
#SlideshowFullPage .slideContainer {
  background: #000;
  }
  #SlideshowFullPage .slideContainer {
    margin: 10px auto;
    width:  596px;
  }

#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;
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
  }
  div.inlineSlideshow p,
  div#SlideshowTeaser p {
    margin: 0;
    color: #444;
  } 
  .slideshowTitle {
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
  } 
  .slideshowDesc {

  }
  .slideshowCount {
    font-size: .9em;
  }
  .slideshowByline {
    font-size: .9em;
    font-style: italic;
  }
  a.postComment {
    display: block;
    font-size: .9em;
    margin-top: 5px;
    font-weight: bold;
  }

  div.slideshowThumbnails {
    margin-top: 5px;
  }
  div.slideshowThumbnails img {
    margin-right: -1px;
    display: inline;
  }
  div.slideshowThumbnails a {
    display: inline-block;
  }

body#Content div#SlideshowTeaser.Sidebar,
div#SlideshowTeaser.Sidebar {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: .9em;
  }
  div#SlideshowTeaser div {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    }
    div#SlideshowTeaser div div {
      width: auto;
    }  
    div.slideContainer {
      float: left;
      margin-right: 10px;
    }

/* Full page styles */

body#Slideshow div#gridMainColumn .MainColumn  {
  padding: 0 20px;
  margin-bottom: 20px;
}

body#Slideshow div#Comments.CommentsComponent,
body#Slideshow div#BrowseComments.ContentComments {
  padding:0 0 12px;
  margin: 10px;
}

body#Slideshow div#Share {
  float: right;
  margin: 10px 0;
}
  #Share a.toolTextLink {display:none;}
  
body#Slideshow div.MainColumn h3 {
  border-bottom:1px solid #999;
  margin-bottom:5px;
  font-size:1.3em;
  }
  body#Slideshow div.MainColumn h3.headline {
    border: 0;
    font-size: 1.1em;
    margin-bottom: 0;
  }
  body#Slideshow div#Comments.MainColumn h3 {
    border: 0;
  }

body#Slideshow div.MainColumn .byline {
  margin-top: 0;
  color: #999;
  text-transform: uppercase;
  font-size: .9em;
}  

div#SlideshowFullPage .credit,
div#SlideshowPopUp .credit {
    text-align: right;
    text-transform: uppercase;
    color: #444;
    font-size: .9em;
    margin-bottom: 3px;
}
div#SlideshowFullPage .caption,
div#SlideshowPopUp .caption {
  text-align: left;
  font-size: .9em;
  margin-bottom: 10px;
}

div#SlideshowFullPage .slideshowPrevNext {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  width: 300px;
  height: 57px;
  clear: both;
}  
div#SlideshowFullPage .slideshowCount {
  text-align: center;
}
div#SlideshowFullPage a.imageLink {
  display: block;
  background: #000;
  margin-top: 15px;
}

div#RelatedSlideshows ul li {
  padding-bottom: 10px;
  float: left;
  clear: both;
  width: 100%;
  }
  div#RelatedSlideshows ul li div.storyTeaser {
    float: left;
    margin-right: 10px;
  }

div.slideshowPrevNext a {
  float: left;
  text-indent: -3000px;
}
div.slideshowPrevNext a.slideshowBack {
  background: transparent url(/images/buttons/slideshow/slideshow-back.png) no-repeat 0 0;
  display: block;
  height: 57px;
  width: 100px;
}
div.slideshowPrevNext a.slideshowNext {
  background: transparent url(/images/buttons/slideshow/slideshow-next.png) no-repeat 0 0;
  display: block;
  height: 57px;
  width: 100px;
}
div.slideshowPrevNext a.SlideshowFullPageToggleSlideshow {
  background: transparent url(/images/buttons/slideshow/slideshow-play.png) no-repeat 0 0;
  display: block;
  height: 57px;
  width: 100px;
}
div.slideshowPrevNext a.playing {
  background: transparent url(/images/buttons/slideshow/slideshow-pause.png) no-repeat 0 0;
  display: block;
  height: 57px;
  width: 100px;
}

/* Pop-up Styles */

body.SlideshowPopUp div#gridHeader div {
  margin: 5px;
}

div#SlideshowMetaData .slideshowByline {
  margin-bottom: 10px;
}

div#SlideshowMetaData .caption {
  font-size: .9em;
}
div#SlideshowMetaData .credit {
  text-transform: uppercase;
  color: #444;
  font-size: .9em;
}

div#SlideshowPopUp .date {
  color: #444;
  font-size: .9em;
}

/* Inline Video Styles */

div.inlineVideo,
div#VideoPlayer {
  text-align: center;
  }
  div.inlineVideo p,
  div#VideoPlayer p {
    font-size: .9em;
    color: #444;
    margin: 0;
    }
    div.inlineVideo p.videoTitle,
    div#VideoPlayer p.videoTitle {
      font-size: 1.1em;
      font-weight: 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 h3,
  div#SlideshowSpotlightSpecialPlacementHome h3,
  div#SlideshowSpotlightSectionorCategory h3 {
    margin-bottom: 10px;
  }
  div#VideoSpotlight h3,
  div#VideoSpotlightHome h3 {
    margin-bottom: 5px;
  }
  div#SlideshowTeasersStreetTeam a h3 {
    color: #000;
  }
  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,
    div#SlideshowsbyTopic ul,
    div#SlideshowTeasersStreetTeam ul {
      float: left;
      padding-left: 10px;
    }
    div#SlideshowSpotlightAll ul li,
    div#SlideshowSpotlightSpecialPlacementHome ul li,
    div#SlideshowSpotlightSectionorCategory ul li,
    div#SlideshowsbyTopic ul li,
    div#SlideshowTeasersStreetTeam 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,
div#SlideshowsbyTopic div.slideshow,
div#SlideshowTeasersStreetTeam div.slideshow {
float: left;
clear: both;
width: 100%;
  }
  div#SlideshowSpotlightSectionorCategory div.slideshow span,
  div#SlideshowSpotlightSectionorCategory div.slideshow span,
  div#SlideshowsbyTopic div.slideshow span,
  div#SlideshowTeasersStreetTeam div.slideshow span {
    display: none;
  }
  div#SlideshowSpotlightSectionorCategory div.slideshow .ssHeadline a,
  div#SlideshowSpotlightSectionorCategory div.slideshow .ssHeadline a,
  div#SlideshowsbyTopic div.slideshow .ssHeadline a,
  div#SlideshowTeasersStreetTeam div.slideshow .ssHeadline a {
    color: #000;
    font-family: Georgia,serif;
  }
  div#SlideshowSpotlightSectionorCategory ul {
    padding: 5px;
  }

div#SlideshowSpotlightAll div.slideshow div.ssHeadline a,
div#SlideshowSpotlightSpecialPlacementHome div.slideshow div.ssHeadline a,
div#SlideshowSpotlightSectionorCategory div.slideshow div.ssHeadline a,
div#SlideshowsbyTopic div.slideshow div.ssHeadline a,
div#SlideshowTeasersStreetTeam 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,
body#CommentArchives div#CommentSearchResults h1 {
  background: #000000;
  clear:both;
  color:#FFFFFF;
  font-size:14px;
  line-height:1em;
  margin:0;
  padding:8px 10px 9px;
  text-align:left;
  text-transform:uppercase;
}

body#VideoArchives #SearchResults h1,
body#ImageArchives #ImageSearchResults h1 {
  background: #000000;
  clear:both;
  color:#FFFFFF;
  font-size:14px;
  line-height:1em;
  margin:0 0 10px;
  padding:8px 10px 9px;
  text-align:left;
  text-transform:uppercase;
}
body#VideoArchives #SearchResults div#searchResults div,
body#VideoArchives div#RelatedVideos div,
body#ImageArchives #ImageSearchResults div#searchResults div,
body#ImageArchives div#RelatedImages div {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}
body#VideoArchives #SearchResults div#searchResults div ul,
body#VideoArchives div#RelatedVideos div ul,
body#ImageArchives #ImageSearchResults div#searchResults div ul,
body#ImageArchives div#RelatedImages div ul {
  float: left;
  width: 25%;
  }  
  body#VideoArchives #SearchResults div#searchResults div ul li,
  body#VideoArchives div#RelatedVideos div ul li,
  body#ImageArchives #ImageSearchResults div#searchResults div ul li,
  body#ImageArchives div#RelatedImages div ul li {
    padding: 0 10px 3px;
    color: #666;
    font-size: .9em;
  }
  body#VideoArchives #SearchResults div#searchResults div ul li a,
  body#VideoArchives div#RelatedVideos div ul li a,
  body#ImageArchives #ImageSearchResults div#searchResults div ul li a,
  body#ImageArchives div#RelatedImages div ul li a {
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
  }
  
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;
}

div#VideoArchivesNarrowHeader ul li ul,
div#ImageArchivesNarrowHeader ul li ul,
div#CommentArchivesNarrowHeader ul li ul {
  font-size: 11px;
}

body#VideoArchives div#FeaturedVideo,
body#ImageArchives div#FeaturedImage {
  background-color: #EDEDEF;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  width: 580px;
  }
  body#VideoArchives div#FeaturedVideo div,
  body#ImageArchives div#FeaturedImage div {
    float: left;
    margin-right: 10px;
  }
  body#VideoArchives div#FeaturedVideo h1,
  body#ImageArchives div#FeaturedImage h1 {
    font-size: 21px;
    font-weight: bold;
  }
  div#FeaturedImage a {
    text-decoration: none;
  }
  div#FeaturedImage .postedDate
  {
    display:none; /* Image posted dates don't match up to context. */
  }
  
div#VideoArchivesNarrowHeader a,
div#ImageArchivesNarrowHeader a {
  text-decoration: none;
}

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


  /* Free Stuff */

  body#FreeStuff h2 {
    text-decoration: none;
  }

  body#FreeStuff h2,
  body#FreeStuff h3 {
    margin-bottom: 10px;
  }
  body#FreeStuff h3 {
    font-weight: bold;
    font-size: 1.3em;
  }
  body#FreeStuff h4 {
    font-size: 1.15em;
  }
  body#FreeStuff h4.headline a {
    font-size: 1.3em;
    font-weight: bold;
  }
  body#FreeStuff div.PromoTeaser {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  body#FreeStuff div.descr_txt ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 3px;
  }
  body#FreeStuff div.freeStuffMessage {
    background: #F5F5F5;
    margin-bottom: 10px;
    padding: 1px 10px;
  }
  body#FreeStuff hr {
    border-width: 0;
    background: transparent;
    margin: 0;
  }
  body#FreeStuff div#FreeStuffBreadcrumbs {
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    }
    body#FreeStuff div#FreeStuffBreadcrumbs a {
      color: #666;
      text-decoration: none;
      text-transform: uppercase;
    }
  body#FreeStuff div#FreeStuffItem h1.listingTitle {
    font-size: 2.2em;
    padding: 0 0 3px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;
    letter-spacing: -1px;
  }
  #FreeStuff div.storyItem {
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
      padding-bottom: 20px;
  }
  #FreeStuff form {
    margin-top: 10px;
  }
  
  #ToolBarHorizontal {
    clear: both;
    /* overflow: hidden; */
    margin-bottom: 15px;
    background: #FFFFFF; /* old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 0%, #F8F8F8 50%, #EEEEEE 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#F8F8F8), color-stop(100%,#EEEEEE)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #FFFFFF 0%,#F8F8F8 50%,#EEEEEE 100%); /* opera */
  padding: 10px;
    }
    #ToolBarHorizontal ul li {
      float: left;
      text-align: center;
    }
    #ToolBarHorizontal ul li.first {
      text-align: left;
    }
    #ToolBarHorizontal ul li.last {
      text-align: right;
      }
      #ToolBarHorizontal ul li.last div.addthis_toolbox {
        width: 60px;
        float: right;
      }

      div.tools ul li a.toolIconLink {
        float: left;
        padding: 5px;
      }
      div#ArticleToolsTools ul li,
      div.tools ul li,
      div.tinyTools ul li {
        clear: both;
      }
      ul.horizontalShareTools {
        clear: both;
      }
        .horizontalShareTools:after {
          content:"."; 
          display:block; 
          height:0; 
          clear:both; 
          visibility:hidden;
        }
        .horizontalShareTools {display:inline-block;}
        /* Hides from IE-mac \*/
        * html .clearfix {height:1%;}
        .horizontalShareTools {display:block;}
        /* End hide from IE-mac */
      ul.horizontalShareTools li {
        float: left;
        padding-right: 15px;
      }

/* Tall Share Bar */
body#Content div#gridMainColumn #TallBar.MainColumn,
#TallBar {
  clear:both;
  margin:1em;
  padding:0;
  border:1px solid #ccc;
  background: #FFFFFF; /* old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 0%, #F8F8F8 50%, #EEEEEE 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#F8F8F8), color-stop(100%,#EEEEEE)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #FFFFFF 0%,#F8F8F8 50%,#EEEEEE 100%); /* opera */  }
#TallBar ul {margin:0.5em;padding:0.5em;}
#TallBar li {display:inline-block;vertical-align:middle;padding:0 4px;background:transparent;}

/* 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:1.5em;
  font-weight:bold;
  margin-bottom:5px;
  text-transform:uppercase;
}
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:url(/images/icons/features-icon_menu.png);display:inline-block;}
#MenuTeaser .moreLink:before {content:url(/images/icons/features-icon_menu.png);display:inline-block;position:relative;top:4px;width:20px;}


/* Fixed pencil ad */
div#FixedPencilAd
{
  width: 100%;
  position: fixed;
  bottom: 0px;
  left:2px;
  z-index: 2000;
}
  div#FixedPencilAd>div
  {
    margin:0 auto;
    width:980px;
    height:45px;
  }

/* Surveys */
.SurveyQuestion {
  clear:    both;
  margin:   1em 0;
  overflow: hidden;
}
  .SurveyQuestion h3  {
    float:  left;
    width:  200px;
  }
  .SurveyQuestion div.answer {
    float:        left;
    margin-left:  1em;
    width:        300px;
  }
    .SurveyQuestion li.SurveyQuestionText label {
      display:  none;
    }
    .SurveyQuestion li.SurveyQuestionText input {
      width:  300px;
    }
#SurveyFormNavigation {
  width: 520px;
  overflow: hidden;
}
  #SurveyFormNavigation .SurveySubmit,#SurveyFormNavigation .SurveyExit {
    float: right;
    margin: 5px;
  }
  #SurveyFormNavigation input[type=submit] {cursor:pointer;}
	
	/*Best of Winners List - added by David Miller */
	/* Best Of - Winner List Container */
div#BestOfWinnerLists {
  float:left;
  font-family:Arial,Helvetica,sans-serif;
  width:100%;
  margin-top:1em;
  margin-bottom:1em;
}
  div#BestOfWinnerLists>.componentBody {
    float:left;
    width:100%;
  }
    div#BestOfWinnerLists>.componentBody>li {
      float:left;
    }
      div#BestOfWinnerLists>.componentBody>li.last {
        float:right;
      }

/* Best Of - Staff Picks */
div#BestOfWinnerListStaffPicks {
  width:  420px;
}
  div#BestOfWinnerListStaffPicks h2.componentHeader {
    background:url("/images/headers/bestof/CriticsTEXT.png") no-repeat center center;
    height:57px;
    text-indent:-6000px;
    background-color:white;
    color:black;
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:0;
    padding:5px;
    text-align:center;
    text-transform:uppercase;
  }
  div#BestOfWinnerListStaffPicks .bestOfItem {
  }
    div#BestOfWinnerListStaffPicks .bestOfItem h4 {
      overflow: hidden;
      padding:5px;
      text-transform: uppercase;
    }
      div#BestOfWinnerListStaffPicks .bestOfItem:nth-child(odd) h4 {
        background-color: #f0f0f0;
      }
      div#BestOfWinnerListStaffPicks .bestOfItem:nth-child(even) h4 {
        background-color: #d2d2d2;
      }
      div#BestOfWinnerListStaffPicks .bestOfItem h4 a {
				color: black;
				text-decoration: underline;
      }
      div#BestOfWinnerListStaffPicks .bestOfItem h4 a:hover {
				color: #C70E0F;
      }
  div#BestOfWinnerListStaffPicks .details {
    overflow: hidden;
    padding:  5px;
  }
    div#BestOfWinnerListStaffPicks .details .storyTeaser
    {
      float:left;
      margin-right:1em;
      margin-bottom:1em;
      width:100px;
      height:100px;
    }
    div#BestOfWinnerListStaffPicks .details .winner, div#BestOfWinnerListStaffPicks .details .winner a {
      font-weight:bold;
      margin-bottom:1em;
			color: black;
			text-decoration: underline
    }
    div#BestOfWinnerListStaffPicks .details .adr {
      margin-top:1em;
      margin-bottom:1em;
    }
      div#BestOfWinnerListStaffPicks .details .adr>span
      {
        display:block;
      }
    div#BestOfWinnerListStaffPicks .details .url {
      display:none;
    }
    div#BestOfWinnerListStaffPicks .details p {
      margin: 0px;
    }
    div#BestOfWinnerListStaffPicks .details .more {
      display:  block;
      margin-top: 1em;
      text-align:right;
      text-transform:lowercase;
    }
      div#BestOfWinnerListStaffPicks .details .more a {
        color:#D90000;
        text-decoration:  none;
      }

/* Best Of - Reader Picks */
div#BestOfWinnerListReaderPicks {
  background-color:#f0f0f0;
  width:160px;
}
  div#BestOfWinnerListReaderPicks h2.componentHeader {
    background:white url("/images/headers/bestof/ReadersTEXT.png") no-repeat center center;
    height:57px;
    text-indent:-6000px;
    color:black;
    font-size:  1.2em;
    font-weight:  bold;
    margin-bottom:0;
    padding:  5px;
    text-align: center;
    text-transform: uppercase;
  }
  div#BestOfWinnerListReaderPicks .bestOfItem {
    padding:  0 5px;
    position: relative;
  }
    div#BestOfWinnerListReaderPicks .bestOfItem h4 {
      padding:  5px;
    }
      div#BestOfWinnerListReaderPicks .bestOfItem h4 a {
        text-decoration:  none;
				color: black;
      }
  div#BestOfWinnerListReaderPicks .details {
    border: 2px solid black;
    border-radius:  3px;
    box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.5);
    color:  black;
    padding:  10px;
    width:  140px;
    background-color: white;
    z-index:10000;
  }
    div#BestOfWinnerListReaderPicks .details .label {
      display:  block;
      font-weight:  bold;
      text-transform: uppercase;
    }
    div#BestOfWinnerListReaderPicks .details .arrowhead {
      border-color: transparent black transparent black;
      border-style: solid;
      border-width: 20px 20px 20px 0;
      height: 0;
      left: -20px;
      position: absolute;
      width:  0;
      z-index:10000;
    }
      div#BestOfWinnerListReaderPicks .details .arrowheadFill {
        border-color: transparent white transparent white;
        border-style: solid;
        border-width: 20px 20px 20px 0;
        height: 0;
        left: 3px;
        position: absolute;
        top:  -20px;
        width:  0;
        z-index:10001;
      }
    div#BestOfWinnerListReaderPicks .details .more {
      display:none;
    }

#Poll.BlogPost {border:1px solid #000;padding:10px;}
  #Poll.BlogPost h3.PollQuestion {font-weight:bold;font-size:1.2em;margin-bottom:4px;}
  #Poll.BlogPost ul {margin-left:1em;line-height:1.6;}
  #Poll.BlogPost p {text-align:center;}
  #Poll.BlogPost p.more {text-align:right;}
  #Poll.BlogPost input[type=submit] {font-size:1.4em;}
