/* ------------------------------------------------------------------ */ 
/* CL Atlanta -  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#gridHeader,
div#gridMain {
  background: #FFF !important;
  padding: 5px 20px;
  width: 980px;
}

div.Ad {
  padding: 0 !important;
  }
  #Home div#gridMainSidebar div.Ad,
  #Home div#gridBottomSidebar div.Ad,
  #Section div.SpanningIsland.Ad,
  #Category div.SpanningIsland.Ad,
  body.Iapetus10Zone div.SpanningIsland.Ad,
  body.Karnak6Zone div#gridMainSidebar div.MainSidebar.Ad {
    padding: 8px !important;
    }
    #Home div#gridMainSidebar div.Ad div.Ad,
    #Home div#gridBottomSidebar div.Ad div.Ad,
    #Section div.SpanningIsland.Ad div.SpanningIsland.Ad,
    #Category div.SpanningIsland.Ad div.SpanningIsland.Ad,
    body.Iapetus10Zone div.SpanningIsland.Ad div.SpanningIsland.Ad,
    body.Karnak6Zone div#gridMainSidebar div.MainSidebar.Ad div.MainSidebar.Ad {
      padding: 0 !important;
    }

/* Fixed pencil ad */
div#FixedPencilAd
{
  width: 100%;
  position: fixed;
  bottom: 0px;
  left:0;
  z-index: 2000;
}
  div#FixedPencilAd>div
  {
    margin:0 auto;
    width:980px;
    height:45px;
  }

div#gridBottomSidebar {
  float: left;
}


body.Karnak6Zone div#gridMainSidebar,
body.Karnak6Zone div#gridBottomSidebar {
  width: 315px;
}
body.Karnak6Zone div#gridMainColumn {
  width: 640px;
}

/* Header nested inside #gridMain; clear out redundant padding. */
body.Megalord3Zone div#gridHeader {padding:0;}
body.Megalord3Zone div#gridMainColumn
{
  width:980px;
  padding:0;
  margin:10px 0;
}

body.SlideshowPopUp div#gridMain {
  background: #BBB;
  padding: 0;
  margin-top: 10px;
}
body.SlideshowPopUp div#gridRightColumn {
  margin: 10px 10px 10px 0;
}
body.SlideshowPopUp div#gridMainColumn {
  margin: 10px 5px 10px 10px;
}
body.SlideshowPopUp div#gridMainColumn {
  width: 620px;
}

#Home div#gridRightColumn div.MainSidebar {
}

body.Transmetropolitan8Zone div#gridFrame {
  margin: 10px 10px 10px 0;
  width: 640px;
}
body.Transmetropolitan8Zone div#gridColumnContainer {
  padding: 0;
  width: 640px;
}
body.Transmetropolitan8Zone div#gridMainColumn,
body.Iago7Zone div#gridMainColumn  {
  width: 440px;
  margin-right: 10px;
}
  body.Transmetropolitan8Zone div.MainColumn {
    float: left;
    width: 100%;
  }
body.Transmetropolitan8Zone div#gridSpanningHeader {
  width: 640px;
}
body.Transmetropolitan8Zone div#gridRightColumn {
  width: 330px;
}
body.Transmetropolitan8Zone div#gridSpanningIsland,
body.Iapetus10Zone div#gridSpanningIsland,
body.Iapetus9Zone div#gridSpanningIsland,
body.Iapetus10Zone div#gridBottomSidebar {
  margin: 10px 0;
  border: 0;
  padding: 0;
  width: 315px;
  text-align: left;
  }
  body.Transmetropolitan8Zone div.SpanningIsland,
  body.Iapetus10Zone div.SpanningIsland,
  body.Iapetus9Zone div.SpanningIsland {
    margin-bottom: 10px;
    clear: both;
    float: left;
    width: 315px;
  }
body.Transmetropolitan8Zone div#gridAdSidebar {
  padding: 0;
  margin: 0 0 0 10px;
}
body.Transmetropolitan8Zone div#gridMainSidebar1,
body.Iago7Zone div#gridCenterSidebar {
  width: 190px;
}

body.Iapetus10Zone div#gridRightColumn,
body.Iapetus9Zone div#gridRightColumn {
  margin: 0;
}
body.Iapetus10Zone div#gridFrame,
body.Iapetus9Zone {
  width: 640px;
  margin: 10px 10px 10px 0;
}
body.Iapetus10Zone div#gridSpanningIsland,
body.Iapetus9Zone div#gridSpaningIsland {
  text-align: left;
}

body.Olivaw5Zone div#gridFrame {
  margin: 0;
}
body.Olivaw5Zone div#gridMainColumn {
  width: 640px;
}
body.Olivaw5Zone div#gridAdSidebar {
  padding: 10px 0;
}

body.Chetter5Zone div#gridFrame {
  margin: 0;
}
body.Chetter5Zone div#gridMainColumn {
  width: 635px;
  margin-left: 0;
}

body.Reventlov5Zone div#gridAdSidebar,
body.Mule4Zone div#gridAdSidebar {
  padding-top: 10px;
}

body.Mule4Zone div#gridMainColumn {
  margin-left: 0;
}

div.MainColumn p.issueInfo,
div.SpanningFeature p.issueInfo {
  padding: 0 0 4px;
  margin: 0 0 20px;
  border-bottom: 1px solid #E8E9EA;
  text-align: left;
  font-family: "Trebuchet MS";
  font-weight: normal;
  font-size: 10px;
  color: #505050;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.MainColumn p.issueInfo .date,
div.SpanningFeature p.issueInfo .date {
  float: right;
  width: 140px;
  height: 13px;
  text-align: right;
  color: #B3B5B8;
  text-transform: none;
  letter-spacing: 0;
}
div.MainColumn p.issueInfo a,
div.SpanningFeature p.issueInfo a {
    text-decoration: none;
  color: #B3B5B8;
}

div.MainColumn p.issueInfo a:hover,
div.SpanningFeature p.issueInfo a:hover {
	text-decoration:underline;
}
div.MainColumn h1,
div.SpanningFeature h1 {
    font-size: 32px;
}
div.MainColumn h2,
div.SpanningFeature h2 {
    font-size: 22px;
}
div.MainColumn .byline,
div.MainSidebar .byline,
div.SpanningFeature .byline {
  color: #aca6a6;
  margin: 3px 0;
  font-size: .9em;
  }
  div#BlogsBlogPost.SpanningFeature .byline {
    color:#222;
  }
  cite.byline a {
    text-decoration: none;
  }
  cite.byline .email,
  cite.byline .facebook,
  cite.byline .twitter {
    height:18px;
    margin:0.5em 0;
    padding-left:27px;
    line-height:18px;
    overflow:hidden;
  }
    cite.byline .email {
      background:transparent url(/images/icons/email-18x18.png) 6px center no-repeat;
    }
    cite.byline .facebook {
      background:transparent url(/images/icons/facebook-18x18.png) 6px center no-repeat;
    }
    cite.byline .twitter {
      background:transparent url(/images/icons/twitter-18x18.png) 6px center no-repeat;
    }


/*   border: 1px solid #D6D7D9;  */
div.MainColumn img.magnum,
div.SpanningFeature img.magnum {
  display: block;
  padding: 2px 0;
  margin: 20px 0 0;

  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,
div.SpanningFeature .magnumInfo {
    margin: 9px 0 0;
  color: #999B9E;
}
div.MainColumn .magnumInfo .credit,
div.SpanningFeature .magnumInfo .credit {
    margin: 0 0 3px 5px;
    text-align: right;
    float: right;
    font-size: 8px;
}
.magnumContainer .credit,
.magnumContainer .caption {
  margin: 0 0 3px;
}

.magnumContainer p.credit {
	display:block;
	width:640px;
	text-align:right;
	text-transform:uppercase;
}

..magnumContainer .caption { font-style: italic; }
div.MainColumn .magnumInfo .caption,
div.SpanningFeature .magnumInfo .caption {
    text-align: left;
  font-style: italic;
  font-size: 11px;
}
div.MainColumn div.storyHead,
div.SpanningFeature div.storyHead {
    margin: 0 0 15px 0;
}
  body#Page div.MainColumn div.storyHead {
    margin:0;
  }

div.MainColumn1,
div.MainColumn2 {
  margin-bottom: 15px;
}
div.MainColumn2 ul .byline,
div.MainColumn1 ul .byline {
  font-size: 10px;
}

div#Story,
div#StoryLayoutJr {
  padding: 20px;
}

div#StoryTags {
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform:uppercase;
  color:#aca6a6;
  font-size:1.2em;
}
  div#StoryTags a {
    color:#aca6a6;
    text-decoration:none;
  }

#StoryFeatures h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2em;
}

/* ------------------------------------------------------------------ */

div.sidebar {
    float: right;
    clear: right;
    margin: 0 0 15px 15px;
    width: 160px;
    color: #888;
    background-color: #FFF;
}
div#EmbeddedSidebar {
    float: right;
    width: 160px;
    margin-left: 10px;
}

div.descr_txt,
div#LocationDescription {
  margin: 15px 0;
  font-size: 1em;
  line-height: 1.4em;
  color:#666666;
}

div#EventLocation h4 a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
}

div.EventListing,
div.locationListing,
div.archiveListing {
  padding: 10px;
  border-bottom: 1px solid #dfe2e1;
  color: #333;
  }

  div#FilmReview, div#FilmCredits {overflow:hidden;}
  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;}
  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 {
    font-weight: bold;
    font-size: 1.1em;
    color: #111;
  }
  div.EventListing a,
  div.locationListing a,
  div.movietimesListing a,
  div.archiveListing a {
    text-decoration: none;
  }
  div.MainColumn div.locationListing p.tags {
    padding: 0;
    border: 0;
  }
  div.locationListing img.locationListingImg {
    float: right;
    width: 100px;
    margin-left: 8px;
  }

/* Show appropriate price on appropriate layout. */
body#LocationSearch .diningPriceKey, body#LocationSearchLanding .diningPriceKey {display:none;}
body#DiningSearch .priceKey {display:none;}

ul.filmTimes {
  float:right;
  font-size:0.9em;
  line-height:1.15em;
  margin-bottom:7px;
  text-align:left;
  width:290px;
}
h2.neighborhoodBar {
  clear:both;
  color:#202020;
  padding-top:5px;
  width:100%;
  font-size:16px !important;
  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 Verdana, 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;
    text-decoration: none;
  }
  li.locationItem { line-height: 18px; margin-bottom: 15px; }

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;
      }

li.filmItem h4.headline {
  font-style: italic;
  font-weight:bold;
}

p.filmShortDetails {
  margin-top: 0;
}

div.filmShortDetails {
  margin-top: 0;
}

  p.filmShortDetails img.ratingStar {
    vertical-align: text-bottom;
  }
  div.filmShortDetails img.ratingStar {
    vertical-align: text-bottom;
  }

  p.filmMetaInfo {
    font-size:0.9em;
	line-height:1.4em;
    background:#f3f3f3;
    padding:10px;
    width: 70%;
  }
  div.filmMetaInfo {
    font-size:0.9em;
  line-height:1.4em;
    padding:10px;
    width: 70%;
  }
  div.filmMetaInfo span.ratingHeader {float:left; font-weight:bold;}
div.filmShortReview {
  margin: 10px 0 20px;
}
div.filmShortReview span.filmCreditsTitle a { font-weight: bold; font-size:12px; }

/* 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: #7197C8;
  float: left;
  padding: 3px 5px;
  border: 1px solid #EEE;
  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: 69%;
}

/* ------------------------------------------------------------------ */

div.MainSidebar {
  background: #FFF;
  margin-bottom: 10px;
  padding-bottom: 13px;
  }
  /* Change to grid classes - xxx */
  #Content div.MainSidebar,
  #Section div.MainSidebar,
  #Location div.MainSidebar,
  #Category div.MainSidebar,
  #Event div.MainSidebar,
  body.Iapetus10Zone div#gridMainSidebar div.MainSidebar,
  body.Iapetus9Zone div#gridMainSidebar div.MainSidebar,
  body.Iago7Zone div#gridMainSidebar div.MainSidebar {
    /*  background: #F2EFEA;  */
    padding: 5px;
  }
div.MainSidebar h3 {
  color: #202020;
  /* font-weight: bold; */
  font-size: 1em;
  }
  #Content div.MainSidebar h3,
  #Section div.MainSidebar h3,
  #Location div.MainSidebar h3,
  #Category div.MainSidebar h3,
  #Event div.MainSidebar h3,
  body.Iapetus10Zone div#gridMainSidebar div.MainSidebar h3,
  body.Iapetus9Zone div#gridMainSidebar div.MainSidebar h3,
  div#FacebookRecommendations h3 {
    color: black;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: Oswald,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 1.5em;
    border-bottom: 3px double black;
    text-indent: 0.5em;
  }
    #Content div.MainSidebar h3 a,
    #Section div.MainSidebar h3 a,
    #Location div.MainSidebar h3 a,
    #Category div.MainSidebar h3 a,
    #Event div.MainSidebar h3 a,
    body.Iapetus10Zone div#gridMainSidebar div.MainSidebar h3 a,
    body.Iapetus9Zone div#gridMainSidebar div.MainSidebar h3 a,
    div#FacebookRecommendations h3 a
    {
      text-decoration:none;
    }

div.MainSidebar ul,
div.SpanningIsland ul,
div.MainSidebar ol,
div.SpanningIsland ol {
    padding: 10px;
}
div.MainSidebar li.l0 + li.l0,
div.SpanningIsland li.l0 + li.l0 {
    margin-top: 10px;
    border-top: 1px dotted #DEDEDE;
    padding-top: 10px;
}
div.MainSidebar li.l0 ul,
div.SpanningIsland li.l0 ul {
    padding: 0;
    margin: 4px 0 0;
}

#gridMainSidebar1 div.MainSidebar,
#gridCenterSidebar div.MainSidebar {
  background: none;
  margin-bottom: 20px;
}
  #gridMainSidebar1 div.MainSidebar h3,
  #gridCenterSidebar div.MainSidebar h3,
  #Content #gridMainColumn1 div.MainColumn1 h3,
  #Content #gridMainColumn2 div.MainColumn2 h3,
  #Post #gridMainColumn1 div.MainColumn1 h3,
  #Post #gridMainColumn2 div.MainColumn2 h3 {
    background: none;
    padding: 0 0 5px;
    font-family: 'Roboto Slab Bold', Courier, serif;
    font-size: 15px;
    color: #27a8e0;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px dotted #DEDEDE;
    font-weight: normal;
  }
    #gridMainSidebar1 div.MainSidebar h3 a,
    #gridCenterSidebar div.MainSidebar h3 a,
    #Content #gridMainColumn1 div.MainColumn1 h3 a,
    #Content #gridMainColumn2 div.MainColumn2 h3 a,
    #Post #gridMainColumn1 div.MainColumn1 h3 a,
    #Post #gridMainColumn2 div.MainColumn2 h3 a {
      text-decoration: none;
      color: #202020;
      font-weight: normal;
    }
    #gridMainSidebar1 div.MainSidebar ul,
    #gridCenterSidebar div.MainSidebar ul {
      padding: 0;
    }

div#SoundMenu li.eventItem img,
div#ArtsAgenda li.eventItem img,
div#ComedyEvents li.eventItem img {
  float: left;
  margin-right: 5px;
}

/* Keep floats contained. */
div.MainSidebar li.l0,
div.SpanningIsland li.l0 {
    clear: both;
}

div.MainSidebar ul .rating,
div.SpanningIsland ul .rating {
    display: block;
}
div.MainSidebar .rating img,
div.SpanningIsland .rating img {
    width: 10px;
    height: 10px;
}

div.MainSidebar .storyItem .byline,
div.SpanningIsland .storyItem .byline {
    display: block;
}

div.MainSidebar a.memberThumb,
div.SpanningIsland a.memberThumb {
    display: block;
    float: right;
    margin: 0 0 5px 5px;
    width: 35px;
    height: auto;
}
div.MainSidebar a.memberThumb img,
div.SpanningIsland a.memberThumb img {
    width: 35px;
}

div.MainSidebar select,
div.SpanningIsland select {
  width: 100%;
}

div.headerBar {
  padding: 12px 10px 0 10px;
  height: 32px;
  background: #eceff0 url(/images/backgrounds/landing_header.gif) repeat-x left bottom;
  padding: 12px 10px 0;
  text-align: left;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1em;
}


/* ------------------------------------------------------------------ */

.column_item { margin-bottom: 10px;}

ul.moduleList {
  color: #222;
  /* font-size: 10px; */
}
div.MainSidebar ul.moduleList,
div.SpanningIsland ul.moduleList { padding: 10px 10px 0; }

  ul.moduleList li.l0 + li.l0,
  ul li.storyItem + li.storyItem,
  ul li.listItem + li.listItem {
      margin-top: 10px;
      border-top: 1px solid #E3EAEE;
      padding-top: 10px;
  }
    /* Exceptions for 'Recent Comments'. */
    div#RecentComments ul.moduleList li.l0 + li.l0 {border-top:none;}
    div#RecentComments ul.moduleList>li:last-child a {text-decoration:none;}
  ul.moduleList li.l0 ul,
  ul li.storyItem ul,
  ul li.listItem ul {
      padding: 0;
      margin: 4px 0 0;
  }
  ul.moduleList h4,
  ul.moduleList h4.headline,
  ul.moduleList h4.headline a,
  div#AltWeekliesDynamic h4 a,
  div#PeopleWhoSavedthisStoryAlsoSaved h4 a {
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
  }

  ul.moduleList h4.headline a {
  }

  ul.moduleList h5 {
    font-size: .9em;
    color: #3F3F3F;
  }
    ul.moduleList h5 a {
      font-weight: bold;
    }


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 10px;
  margin: 3px 0 15px;
  border-left: 1px solid #CCC;
}
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: #444444;
  clear: both;
  color: #FFF;
  font-size: 14px;
  line-height: 1em;
  margin: 0 0 10px;
  padding: 8px 10px 9px;
  text-align: left;
  }
  #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: 300px;
}
  div.listing p {
    font-size: 11px;
  }
  
p.descripTxt, div.descripTxt {
	color:#666666; /* alejandro */
	line-height:1.4em;
}

img.listingImg {
  float: right;
  margin: 0pt 0pt 3px 7px;
  width: 100px;
}

div.listingLocation {
  color: #333;
  float: left;
  margin-left: 10px;
  width: 160px;
}


/* ------------------------------------------------------------------ */

/* 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;
  padding-bottom: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #444;
  margin: 20px 0;
}
  body#Event div#BrowseComments {
    margin-top:20px;
  }
.CommentsComponent h4 {
    padding:10px;
}
div.commentsHeader {
}
div.commentsHeader h2,
div.commentsHeader h3 {
  color:#27a8e0;
  float: left;
  font-family:"Roboto Slab", Courier, serif;
  font-size: 1.2em;
  font-weight:bold;
  letter-spacing: 1px;
  padding: 12px 0;
  text-align: left;
  text-transform: uppercase;
  width:56%;
}
div.CommentsComponent hr {display:none;}
div.CommentsComponent div.commentsTopBar {
  overflow:hidden;
}
  div.CommentsComponent div.commentsTopBar p.jump {text-transform:capitalize;}
    div.CommentsComponent div.commentsTopBar p.jump a {text-decoration:none;}
      div.CommentsComponent div.commentsTopBar p.jump a:after {content:' \00bb';}
/* Kill outlines hardcoded in component. */
div.CommentsComponent div.commentText {
  border-radius:0;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  border:0;
  padding:30px 0 0 !important; /* Add space for the author. */
}
  /* Style toolbar. */
  div.CommentsComponent div.commentText .commentToolbar {
    border-bottom:1px solid #eee;
    padding-top:1em;
    padding-bottom:1em;
    margin-top:1em;
    margin-bottom:3em;
    height:24px; /* 16px height, plus 4px padding for icons inside. */
    position:relative; /* Fun with repositioning. */
  }
    div.CommentsComponent div.commentText .commentToolbar>span {height:24px; line-height:24px}
    div.CommentsComponent div.commentText .commentToolbar .commentCurrentRating {position:absolute; left:0;}
    div.CommentsComponent div.commentText .commentToolbar .likeLinks {text-transform:capitalize;}
      div.CommentsComponent div.commentText .commentToolbar .likeLink {
        border-radius:0;
        height:16px;
        line-height:16px;
        padding-top:4px !important;
        padding-bottom:4px !important;
      }
      div.CommentsComponent div.commentText .commentToolbar .likeLink img {display:none;}  /* Replacing stock images with our own. */
        div.CommentsComponent div.commentText .commentToolbar .likeLink.like {position:absolute; left:150px; color:black !important; background:url('/images/icons/thumbs-up-16x16.png') no-repeat 4px 1px; padding-left:24px;}
          div.CommentsComponent div.commentText .commentToolbar .likeLink.like:hover,
          div.CommentsComponent div.commentText .commentToolbar .likeLink.like.dimmed {color:white !important; background:#27a8e0 url('/images/icons/thumbs-up-16x16-inverted.png') no-repeat 4px 1px;}
        div.CommentsComponent div.commentText .commentToolbar .likeLink.dislike {position:absolute; left:235px; color:black !important; background:url('/images/icons/thumbs-down-16x16.png') no-repeat 4px 4px; padding-left:24px; padding-right:4px;}
          div.CommentsComponent div.commentText .commentToolbar .likeLink.dislike:hover,
          div.CommentsComponent div.commentText .commentToolbar .likeLink.dislike.dimmed {color:white !important; background:#27a8e0 url('/images/icons/thumbs-down-16x16-inverted.png') no-repeat 4px 4px;}
    div.CommentsComponent div.commentText .commentToolbar .commentPublicControls {position:absolute; left:335px; text-transform:capitalize;}
      div.CommentsComponent div.commentText .commentToolbar .reportCommentLink {height:16px; color:black !important; padding-top:4px; padding-bottom:4px; padding-left:24px; border-radius:0; background:url('/images/icons/report-16x16.png') no-repeat 4px center;}
        div.CommentsComponent div.commentText .commentToolbar .reportCommentLink:hover,
        div.CommentsComponent div.commentText .commentToolbar .reportCommentLink.dimmed {color:white !important; background:#27a8e0 url('/images/icons/report-16x16-inverted.png') no-repeat 4px center;}

/* Kill padding on 'Showing' status line. */
div.CommentsComponent p.showing {
  margin:0 0 10px !important;
}
/* Nudge author to top of the comment display. */
div.CommentsComponent div.commentAuthor {
  font-size:12px;
  padding-left:0 !important;
  position:absolute;
  top:0;left:0;
}

div.CommentsComponent div.bottomOptionBar {border:0; background-color:transparent; box-shadow:none; margin:20px 0 8px;}
  div.CommentsComponent div.bottomOptionBar>div:first-child>div:first-child {margin-left:0 !important; text-transform:uppercase;}
div.CommentsComponent div.bottomOptionBar .showing {display:none;}
div.CommentsComponent .userCommentForm {
  margin-left:0;
  margin-right:0;
}
div.CommentsComponent .userCommentForm p.commentFormSubmit input {
  background-color:black;
  color:white;
  font-weight:normal;
  text-transform:uppercase;
  border:0;
  box-shadow:none;
}
  div.CommentsComponent .userCommentForm p.commentFormSubmit input:hover {
    background-color:#27a8e0;
  }

body#PostComment div.commentsHeader h2,
body#PostComment div.commentsHeader h3 {
  width:100%;
  padding-bottom:12px;
}
h4#commentsContentLink
{
    border-top: 1px solid #ccc;
    font-weight:normal;
    padding:5px;
    margin:0;
    text-align:center;
}
h4#commentsContentLink a
{
    font-weight:bold;
}
div.commentsHeader form {
  padding: 12px 12px 12px 0;
  color: #222;
  font-size: 11px;
  letter-spacing: 0;
  text-align: right;
  text-transform: none;
  vertical-align: top;
}
  div.commentsHeader form label { font-weight: bold; }

h4.commentFormAddHeader {
  font-size: 14px;
  display: none;
}

dl.formElements {
  margin: 15px 15px 15px 0;
}

dl.formElements dt {
  float: left;
  clear: left;
  display: inline;
  width: 160px;
  min-height:45px;
  margin-right: 15px;
}
  dl.formElements dt label { font-weight: bold; }
  dl.formElements dt label span { color: #FF0000; }
  dl.formElements dt span {
    font-size: 10px;
    color: #666;
  }
  span.formFootnote {
    color: #FF0000;
  }

dl.formElements dd {
  float: left;
  width: 100%;
}
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 {
  text-decoration: none;
  font-size: 1em;
  padding:0 4px;
}

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;
  background-color:#E3E2D5;
}
  ul.prevNext li.prevNext_prev {
    float: left;
    text-align: left;
    width:40%;
  }
  ul.prevNext li.prevNext_next {
    float: right;
    text-align: right;
    width: 40%;
  }
  ul.prevNext li.prevNext_date {
    float: left;
    font-size: 1.3em;
    margin-left: -15px;
	font-weight:bold;
  }

div.prevNext {
  color: #FFF;
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 1.1em;
  }
  div.prevNext a.prev {
    float: left;
    text-decoration: none;
  }
  div.prevNext a.next {
    float: right;
    text-decoration: none;
  }

div.prevNext a.prev,
div.prevNext a.next {
	background-color:#F2EFEA;
	color:#666666;
	margin:2px 0 0 0;
	padding:0 2px;
}

div.prevNext a.prev:hover,
div.prevNext a.next:hover {
	color:#c70e0f;
}                          

div.CommentsComponent hr,
div#BrowseComments hr {
  height: 1px;
  background: #CCC;
  margin: 12px 15px 2px;
  border: none;
  color: #CCC;
}
div.comment {
  clear: both;
  margin: 0;
  }
  body.ProfilePage div.comment {
    background: #EEE;
    padding: 10px;
    margin: 0 0 10px;
  }
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;
    line-height: 18px;
    font-size: 1em;
  }
  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:Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 10px;
}
div.commentAuthor a {
  font-weight:normal;
  text-decoration:none;
}
div.commentAuthor span {
    color: #A7A9AC;
}
  div.commentAuthor span.reviewer,
  div.commentAuthor strong.reviewer {color:black; font-weight:normal;}
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: #7197C8;
    padding: 3px 5px;
    border: 1px solid #EEE;
    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: #7197C8;
    }

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: Verdana, 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 #094760;
      font-weight: normal;
      color: #094760;
      text-transform: lowercase;
      cursor: pointer;
    }


h4.reviewLocation a { font-weight: bold; }

span.locationRegion {
  background:#7197C8 none repeat scroll 0%;
  color:#fff;
  font-family:Verdana, 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; }

  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 {
  padding: 8px;
  margin-top: 5px;
  border-left: 1px solid #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#ImageFlipBook ul li.caption {
  	font-size:0.9em;
	padding:4px 0;
	color:#404040;
  	
  }
  
  
  body#Content div#AudioPlayer {
    padding-bottom: 0;
  }
  body#Content div#AudioPlayer div.audioPlayer {
    margin:0 -10px 10px;
  }
  body#Content div#StorySectionLink {
    text-align:right;
  }

  .ProfilePage div#Photo {
    padding-bottom: 0;
  }
  .ProfilePage div.flipBook ul {
    display: none;
  }

body.Analord1Zone dl.formElements dt {
  width: 110px;
}

body.Analord1Zone dl.formElements dd {
  width: 155px;
}


/* ------------------------------------------------------------------ */
/* ID Based Selectors */
/* ------------------------------------------------------------------ */


div.GlobalHeader h1 {
    float: left;
    margin: 5px 2px 0 0;
}
div.GlobalHeader h1 a {
    display: block;
    width: 226px;
    height: 81px;
    background-position: center center;
    background-image: url(/images/headers/cl-atlanta.gif);
    background-repeat: no-repeat;
    text-indent: -6000px;
}
div.GlobalHeader div.banner_ad {
    position: absolute;
    right: 0;
    width: 728px;
}

div#HeaderLogo {
  float: left;
  margin: 0 0 10px;
  position: relative;
  width: 100%;
  height: 90px;
}

div.Ad { margin-bottom: 10px; }
div#PencilBar.Ad { margin: 0; }
div.MediumRectangle {
  width: 300px;
  margin: 0 auto 10px;
}
div#SkyscraperRunofSite { background: none; }

/* ------------------------------------------------------------------ */

div#BannerHome {
  border-top: 2px solid #FFF;
}

div#CLPapers {
  margin: 10px 0;
  float: left;
  width: 37%;
  background: #e7ecf2;
  font-size: .9em;
  }
  div#CLPapers ul {
    padding: 3px 0;
  }
  div#CLPapers ul li {
    display: inline;
    padding: 0 10px;
    }
    div#CLPapers ul li a {
      text-decoration: none;
      color: #202020;
    }
    div#CLPapers ul li a.current {
      color: #1C629D;
    }
div#SearchLogin {
    position: relative;
    margin: 10px 0;
    float: right;
    width: 62%;
    background: #e7ecf2;
}
div#SearchLogin form {
    float: right;
    text-align: left;
    vertical-align: middle;
    margin-left: 20px;
    font-size: .9em;
}
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: #7197c8;
    color: #FFF;
    text-transform: uppercase;
    padding: 1px 2px 0;
    height: 18px;
	font-size:0.6em;
}
div#SearchLogin form input[type="text"] {
  border: 1px solid #8a8d92;
  width: 130px;
}
ul#SearchLogin-login {
    text-align: right;
    padding-top: 3px;
}
ul#SearchLogin-login li {
    display: inline;
    font-size: 12px;
    color: #202020;
}
  ul#SearchLogin-login li a {
    text-decoration: none;
    color: #2b618f;
  }
    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: Verdana, 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: #7197C8;
  padding: 10px 20px 20px;
  margin-right: 20px;
  border: 1px solid #FFF;
  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-weight: bold;
    font-size: 34px;
    color: #004995;
  }
  div#loginContainer form.loginForm h2 span {
    font-family: Verdana, "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: #7197C8;
    padding: 3px 5px;
    margin-right: 15px;
    border: 1px solid #FFF;
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
    cursor: pointer;
  }


div#EventsNarrowSearch ul li h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
}


div#previewCommentComponent,
div#editCommentComponent {
  padding: 20px;
}

  div#previewCommentComponent h2 {
    color: #094760;
  }

div#PaginationTop,
div#PaginationBottom {
 	font-size:1.4em;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:10px 0;
}
  #PaginationBottom strong,
  #PaginationBottom a {margin:0 0.25em;padding:2px 4px;border:1px solid #094760;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;
}

  ul.slider li ul {
    background: #E5E5E5;
    font-size: .85em;
  }

  ul.slider li.open ul.sliderItemContent {
    padding: 9px;
    border: none;
  }
    ul.slider li.open ul li.l0 {
      display: block;
      padding-bottom: 8px;
      margin-bottom: 8px;
      border-bottom: 1px solid #CCC;
    }

  ul.slide li.closed ul {
    border-top: 1px solid #FFF;
  }
    ul.slider li.closed ul li.l0 {
      display: none;
    }

  ul.featureTabs { }
    ul.featureTabs li {
      float:left;
      margin-right: 1px;
    }
      ul.featureTabs li a {
        display: block;
        height: 23px;
        background-repeat: no-repeat;
        border-bottom: 1px solid #FFF;
        text-decoration: none;
        text-indent: -6000px;
      }
      ul.featureTabs li a.currentFeature,
      ul.featureTabs li a:hover {
        background-position: left -23px;
        border-color: #A4A2A3;
      }

  div.featureBox .storyImg {
    margin-bottom: 10px;
  }
  div.featureBox h2.headline {
    font-size: 18px;
    margin: 0;
  }
  div.featureText {
    font-size: 1.2em;
  }
    div.featureText p {
      margin: 0;
    }
      div.featureText p.featureInfo {
        color: #6A6868;
      }

  div.HomeFollowStories { margin:0 0 10px 0; } /* alejandro */
    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.MainColumn {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

div#TopStories {
  float: left;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dedede;
}
div#FeatureSlideshow, div.SpecialCategoryFeature, div#SpecialTopicFeature, div.SpecialTopicFeature {
  float: left;
  margin:0 8px 10px 0; /* alejandro */
  width: 440px;
  padding-bottom: 5px;
  /* border-bottom: 1px dotted #dedede; */
  }
  body#Section div#FeatureSlideshow.MainColumn, body#Section div.SpecialCategoryFeature.MainColumn,
  body#Category div#SpecialTopicFeature, body#Category div.SpecialTopicFeature {
    margin-bottom: 10px;
  }


div#TopStories ul#LatestNews,
body#Home div#LatestNews.MainColumn {
  float: left;
  width: 180px; /* alejandro */
  padding: 5px;
  }
  div#LatestNews h2 {
    font-family:Oswald,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size:1.5em;
    text-transform:uppercase;
    border-bottom:3px double black;
    text-indent:0.5em;
  }
    div#LatestNews h2 a {
      text-decoration:none;
    }

div#SectionBlogs h3 {
  font-family:Oswald,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
  font-size:1.5em !important;
  text-transform:uppercase !important;
  border-bottom:3px double black !important;
  text-indent:0.5em;
  padding:0 !important;
}
  div#SectionBlogs h3.sectionBlogs-crib_notes {
  }
    div#SectionBlogs h3.sectionBlogs-crib_notes a {
    }
  div#SectionBlogs h3.sectionBlogs-culture_surfing {
  }
    div#SectionBlogs h3.sectionBlogs-culture_surfing a {
    }
  div#SectionBlogs h3.sectionBlogs-fresh_loaf {
  }
    div#SectionBlogs h3.sectionBlogs-fresh_loaf a {
    }
  div#SectionBlogs h3.sectionBlogs-omnivore {
  }
    div#SectionBlogs h3.sectionBlogs-omnivore a {
    }
  div#SectionBlogs h3.sectionBlogs-screen_grab {
  }
    div#SectionBlogs h3.sectionBlogs-screen_grab a {
    }
div#SectionBlogsByTopic h3 {
  overflow:     hidden;
}
  div#SectionBlogsByTopic h3#sectionTopicBlogs-movies_tv {
    background: url("/images/headers/freshloaf.png") no-repeat center center;
    text-indent:  -6000px;
    display:      block;
    height:       45px;
  }
    div#SectionBlogsByTopic h3#sectionTopicBlogs-movies_tv a {
      text-indent:  -6000px;
      display:      block;
      height:       45px;
    }
  div#SectionBlogsByTopic h3#sectionTopicBlogs-arts {
    background: url("/images/headers/freshloaf.png") no-repeat center center;
    text-indent:  -6000px;
    display:      block;
    height:       45px;
  }
    div#SectionBlogsByTopic h3#sectionTopicBlogs-arts a {
      text-indent:  -6000px;
      display:      block;
      height:       45px;
    }

  div#LatestNews h4.headline,
  div#FollowStories h4.headline,
  div.followStories h4.headline,
  div.followStories li.eventItem h4,
  div#HomeBlogs h4.headline,
  div#SectionBlogs h4.headline,
  div#SectionBlogsByTopic h4.headline {
    font-family:Helvetica, Arial, Sans-serif;
	line-height:1.4em;
	font-size: 0.95em; /* Alejandro */
    }
    div.followStories li.eventItem h4 a {
      text-decoration: none;
    }
  li.eventItem h4 a {
	font-weight:bold;
}
	
  div#SectionBlogs h5.subhead,
  div#SectionBlogsByTopic h5.subhead,
  div.SectionTableofContentsTravel h5.subhead {
  	font-size:1em; /* alejandro */
  	color:#999;
	}	
  div#LatestNews ul li {
    margin:5px 0;
    }
    div#LatestNews ul li + li {
      padding-top: 5px;
      border-top:1px dotted #dedede;
    }

div#RunningDialogue h3.header {
  background:   url(/images/headers/running-dialogue.jpg) no-repeat 0 0;
  text-indent:  -6000px;
  display:      block;
  width:        180px;
  height:       112px;
}
  div#RunningDialogue ul h3 {
    display:  none;
  }

div#TopStories div#TopStory,
body#Home div#FeatureSlideshow.MainColumn,
body#Home div.SpecialCategoryFeature.MainColumn,
body#Category div.SpecialTopicFeature {
  float: left;
  width: 440px;
  }
  div#TopStory h4.headline,
  div.featureStory h4.headline,
  div#FeatureSlideshow h4.headline,
  div.SpecialCategoryFeature h4.headline,
  div.SpecialTopicFeature h4.headline {
    font-size: 1.45em;
    margin:10px 0 6px 0;
    font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	letter-spacing:-1px; /* Alejandro */
  }
  div#TopStory h5.subhead,
  div.featureStory h5.subhead,
  div#FeatureSlideshow h5.subhead,
  div.SpecialCategoryFeature h5.subhead,
  div.SpecialTopicFeature h5.subhead {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.96em;
	color:#707070; /* Alejandro */
	line-height:1.3em;
	margin:0 0 6px 0;
  }
  div#FeatureSlideshow div.caption,
  div.SpecialCategoryFeature div.caption,
  div.SpecialTopicFeature div.caption {
    position:relative;
    float:left;
    width:310px;
  }
  div#FeatureSlideshow img.storyImg,
  div.SpecialCategoryFeature img.storyImg,
  div.SpecialTopicFeature img.storyImg {
    display:  block;
  }
  div#TopStory div.storyCategory,
  div#FeatureSlideshow div.categoryspot,
  div.SpecialCategoryFeature div.categoryspot,
  div.SpecialTopicFeature div.categoryspot {
    position: relative;
    color: black;
    float: left;
    width: 99px;
    height: 80px;
    border-right:1px solid black;
    padding: 0 5px;
    margin:10px 10px 10px 0;
    }
    div#TopStory div.storyCategory h3.category,
    div#FeatureSlideshow div.categoryspot h4,
    div.SpecialCategoryFeature div.categoryspot h4,
    div.SpecialTopicFeature div.categoryspot h4 {
      font-size: 1.5em;
      text-transform: uppercase;
      margin-bottom: 3px;
    }

  div.categoryspot h4 {
    font-weight:bold;
    font-family: 'ArcherSemiboldRegular', Courier, serif;
  }

	div#FeatureSlideshow div.categoryspot h3 {
	  font-size: 1.2em;
      text-transform: uppercase;
      margin-bottom: 3px;
	  font-family: 'ArcherSemiboldRegular', Courier, serif;
	} 
	
    div#TopStory div.storyCategory p,
    div#FeatureSlideshow div.categoryspot p,
    div.SpecialCategoryFeature div.categoryspot p,
    div.SpecialTopicFeature div.categoryspot p {
      margin: 0;
      font-size: .9em;
      padding:3px 0 0 0;
      color:black;
    }
    div#TopStory div.storyCategory a,
    div#FeatureSlideshow div.categoryspot a,
    div.SpecialCategoryFeature div.categoryspot a,
    div.SpecialTopicFeature div.categoryspot a {
      color: #FFF;
      text-decoration: none;
    }

div#FollowStories {
  border-bottom: 1px dotted #dedede;
  padding-bottom: 5px;
}
div#FollowStories div.storyItem {
  width: 150px;
  padding: 5px;
  border-right: 1px solid #e5e5e5;
  float: left;
  }
  div#FollowStories div.storyItem.last {
    border-right: 0;
  }
  div#FollowStories div.storyItem.first {
    padding-left: 0;
  }
  div#FollowStories h4.headline {
    margin: 5px 0;
  }
  div#FollowStories h3 a {
    text-transform: uppercase;
    text-decoration: none;
    color: #404040;
    font-size: .9em;
  }

#SlideshowSpotlightSpecialPlacementHome,
#FreeStuffGalleries,
#SlideshowSpotlightSectionorCategory {
  margin-bottom: 0;
  }
  #SlideshowSpotlightSpecialPlacementHome .more,
  #FreeStuffGalleries .more,
  #SlideshowSpotlightSectionorCategory .more {
    float: right;
  }
div#SlideshowSpotlightSpecialPlacementHome ul,
div#FreeStuffGalleries ul,
div#SlideshowSpotlightSectionorCategory ul {
  float: left;
  padding: 0;
  width: 100%;
  }
  div#SlideshowSpotlightSpecialPlacementHome ul li div.slideshow span,
  div#FreeStuffGalleries  ul li div.slideshow span,
  div#SlideshowSpotlightSectionorCategory ul li div.slideshow span {
    display: none;
  }

div#SeeandDo { margin-bottom: 0; }
div#SeeandDo div.storyItem,
div#PhotoGalleries div div.storyItem,
div#SlideshowSpotlightSpecialPlacementHome ul li,
div#FreeStuffGalleries ul li,
div#SlideshowSpotlightSectionorCategory ul li,
div#CLTV ul li,
div#CLTVwoLink ul li {
  float: left;
  padding: 5px;
  width: 45%;
  margin-bottom: 5px;
  }

div#SeeandDo div.storyItem h3,
div#PhotoGalleries h4.headline,
div#CLTV h4,
div#CLTVwoLink h4 {
  margin-top: 5px;
  }
  div#PhotoGalleries h4.headline a,
  div#SlideshowSpotlightSpecialPlacementHome div.ssHeadline a,
  div#SlideshowSpotlightSectionorCategory div.ssHeadline a,
  div#CLTV h4 a,
  div#CLTVwoLink h4 a {
    color: #404040;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }


  div#FreeStuffGalleries div.ssHeadline a {
	 color: #404040;
	 font-family: helvetica, sans-serif;
	    font-size: 10px;
	    text-decoration: none;
}

div#CLTV ul,
div#CLTVwoLink ul {
  float: left;
  padding: 0;
}
div#CLTV div.featuredVideo,
div#CLTVwoLink div.featuredVideo {
  padding-bottom: 5px;
  border-bottom: 1px dotted #DEDEDE;
  margin-bottom: 5px;
}
div#CLTV a.more,
div#CLTVwoLink a.more {
  float: right;
}

div#CLTV .Slider a,
div#CLTV .Slider a:focus,
div#CLTV .Slider a:active,
div#CLTV .Slider:focus,
div#CLTVwoLink .Slider a,
div#CLTVwoLink .Slider a:focus,
div#CLTVwoLink .Slider a:active,
div#CLTVwoLink .Slider:focus {
  user-focus:       none;
  outline:          0;
  outline:          none;
  -moz-user-focus:  none;
  -moz-outline:     none;
}
div#CLTV .Slider .left,
div#CLTV .Slider .right,
div#CLTVwoLink .Slider .left,
div#CLTVwoLink .Slider .right {
  text-align: center;
  margin-top: 20px;
}
div#CLTV .Slider .left,
div#CLTVwoLink .Slider .left {
  float:  left;
}
div#CLTV .Slider .right,
div#CLTVwoLink .Slider .right {
  float:  right;
}
div#CLTV .Slider .sliderContainer,
div#CLTVwoLink .Slider .sliderContainer {
  margin: auto;
}
div#CLTV .Slider .sliderOuter,
div#CLTVwoLink .Slider .sliderOuter {
  position: relative;
  overflow: hidden;
}
div#CLTV .Slider .sliderInner,
div#CLTVwoLink .Slider .sliderInner {
  position: relative;
}

div#CLTV .Slider .left a,
div#CLTV .Slider .right a,
div#CLTVwoLink .Slider .left a,
div#CLTVwoLink .Slider .right a {
  filter:       alpha(opacity:75);
  opacity:      0.75;
  -moz-opacity: 0.75;
}
div#CLTV .Slider .left a:hover,
div#CLTV .Slider .right a:hover,
div#CLTVwoLink .Slider .left a:hover,
div#CLTVwoLink .Slider .right a:hover {
  filter:       alpha(opacity:99);
  opacity:      0.99;
  -moz-opacity: 0.99;
}
div#CLTV .Slider .sliderMain,
div#CLTVwoLink .Slider .sliderMain {
  position:   relative;
  float:      left;
  text-align: center;
  padding:    0px;
}
div#CLTV .Slider .slide,
div#CLTVwoLink .Slider .slide {
  float:      left;
  text-align: center;
  padding:    0px;
}


div#Twitter div {
/*
  margin: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
*/
}
div#Twitter div p {
  margin: 2px 0;
}
div#Twitter div p.date {
  color: #999;
}
div#Twitter a.more {
  float: right;
  padding-right: 10px;
  text-decoration: none;
}

div#CLConnect ul {
  float: left;
  width: 40%;
  }
  div#CLConnect ul a {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
    }
    div#CLConnect ul li {
      margin-bottom: 10px;
    }
  div#CLConnect div {
    float: left;
    width: 45%;
    padding-top: 10px;
  }
  div#CLConnect div form {
    padding: 0;
    padding-top: 10px;
  }
  div#CLConnect h3 {
    text-transform: uppercase;
  }
  div#CLConnect input[type="text"] {
    border-width: 1px;
    padding: 1px 3px;
    width: 100%;
    margin: 5px 0;
  }
  div#CLConnect input[type="submit"] {
    background:#6D7E92;
    border:1px solid #798A9C;
    color:#FFFFFF;
    padding:3px 3px 0;
    text-transform:uppercase;
  }

div#MostPopular div.tabs,
div#MostPopularWithDate div.tabs {
  overflow:hidden;
  border-bottom:3px double black;
  font-family:Oswald,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
  font-size:12px;
}
  div#MostPopular div.tabs div.tab {
    float: left;
    text-transform: uppercase;
    display: inline;
    text-align:center;
    border-right:1px solid black;
    width:104px;
  }
    div#MostPopular div.tabs div.tab:last-child {border-right:0;}

    div#MostPopular div.tabs div.tabCurrent a {
      background-color:black;
      color:white;
    }
    div#MostPopular div.tabs div.tabBack a {
      
    }
    div#MostPopular div.tabs div.tab a {
      display: block;
      text-decoration:none;
      text-transform:uppercase;
      padding: 0.25em 0;
      white-space: nowrap;
    }

/* Special list styles for 'Most Popular' component. */
div#MostPopular.SpanningIsland ol,
div#MostPopular.MainSidebar ol
{
    counter-reset:li;
}
div#MostPopular.SpanningIsland ol>li,
div#MostPopular.MainSidebar ol>li
{
    list-style:none;
    position:relative;
    left:30px;
}
div#MostPopular.SpanningIsland ol>li:before,
div#MostPopular.MainSidebar ol>li:before
{
    content:counter(li);
    counter-increment:li;
    position:absolute;
    left:-30px;
    color:#27a8e0;
    font-size:30px;
}
div#MostPopular.SpanningIsland li.l0+li.l0,
div#MostPopular.MainSidebar li.l0+li.l0
{
  border-top:none;
}

div#MostPopular h4.headline {
  font-size: 1em;
}
div#MostPopular h5.subhead {
  font-size: 1em;
  color:#999;
}
div#MostPopular .byline .date {display:none;}

div#SearchEvents { margin-bottom: 5px; }
div#SearchEvents h2
{
  padding-left: 20px;
  background: url('/images/icons/magnifying-glass.png') no-repeat left center;
}
div#SearchEvents div.tabs  {
  width: 100%;
  margin-bottom:1em;
  overflow:auto;
}
  div#SearchEvents div.tabs div.tab {
    float: left;
    border-right:1px solid black;
    width:77px;
    text-align:center;
  }
    div#SearchEvents div.tabs div.tab:last-child {border-right:0;}
    div#SearchEvents div.tabs div.tabCurrent a {
      color:white;
      background-color:black;
    }
    div#SearchEvents div.tabs div.tab a {
      display: block;
      text-decoration: none;
      padding: 0.5em 0;
      }
div#SearchEvents form { padding: 5px; }

div#SearchEvents select,
div#SearchEvents input {
  border: 1px solid #888;
}

div#SearchEvents select.narrowDate,
div#SearchEvents select.eventCategory,
div#SearchEvents select.neighborhood,
div#SearchEvents select.locationCategory,
div#SearchEvents select.film {
  width: 100px;
  margin-bottom: 5px;
  color: #999;
  font-size: .9em;
}
div#SearchEvents input.text {
  width: 85px;
  background: #FFF;
  padding-left: 0;
  margin-bottom: 5px;
}
div#SearchEvents input.submit {
  float: right;
  color: #FFF;
  background: #34252a;
}
div#eventLinks {
  text-align: right;
  margin-bottom: 15px;
  }
  div#eventLinks a {
    padding-left: 10px;
    text-decoration: none;
    font-size: .9em;
  }

/* From the Archive */
div#FromtheArchive h4.headline {
  font-size: 1em;
  margin-bottom:0.5em;
}
div#FromtheArchive h5.subhead {
  font-size: 1em;
  color:#999;
}
div#FromtheArchive .byline {margin-top:1em;}
  div#FromtheArchive .author {display:inline;}
  div#FromtheArchive .date
  {
    display:block;
    margin:0.5em 0;
  }
div#FromtheArchive>ul {
  padding-bottom: 0;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #DEDEDE;
  }
  div#FromtheArchive ul li ul {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
div#FromtheArchive ul li {
  /* padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #DEDEDE; */
  float: left;
  width: 100%;
  }
  div#FromtheArchive ul li ul li {
    padding: 0;
    margin: 0;
    border: 0;
  }
div#FromtheArchive .storyItem {margin-bottom:1em;}
div#FromtheArchive div img {
  float: left;
  margin-right: 10px;
}
div#FromtheArchive div {
  float: left;
  margin: 10px;
  width: 290px;
}
div#FromtheArchive div>ul {
  float: left;
  padding: 0;
  width: 50%;
}

div.HomeSection {
  border-bottom: 1px dotted #DEDEDE;
  padding-bottom: 10px;
  }
  /* Add top rule to item immediately following blog teaser. */
  div#LatestNews+div.HomeSection {padding-top:10px; border-top:1px dotted #dedede;}
  div#HomeBlogs {
    border-top: 1px dotted #DEDEDE;
    margin-top: 10px;
    padding-top: 10px;
  }
div.HomeSection div.featureStory,
div.featureStory,
div#HomeBlogs ul,
div#HomeBlogs div {
  float: left;
  width: 310px;
}
div#HomeBlogs ul li {
  margin-bottom: 10px;
}
div.HomeSection div.followStories,
div.followStories {
  float: left;
  width: 310px;
  }
  div.HomeSection div.followStories ul,
  div.followStories ul {
    width: 145px;
    float: left;
    padding: 0 5px;
    }
    div.HomeSection div.followStories ul li ul {
       padding: 5px 0;
     }
  div.followStories ul li {
    margin-bottom: 10px;
    }
    div.followStories ul li ul li.commentCount,
    div.followStories ul li ul li.longOnly {
      display: none;
    }
    div.followStories ul li {
      float: left;
      width: 100%;
      }
      div.followStories ul li ul li {
        float: none;
      }
  div.followStories h3,
  div#HomeBlogs ul h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 1em;
  }
  div.followStories h3.category {
    text-transform: none;
    margin-bottom: 0;
    }
    div.followStories h3.category a {
      color: #202020;
      text-decoration: none;
      font-size: .9em;
    }
    div.followStories img.storyImg {
      margin-bottom: 5px;
    }
div.HomeSection div.rssLink {
  float: right !important;
  width: 16px !important;
  padding-left: 5px;
  border-left: 1px solid #DEDEDE;
  }
  div.HomeSection div.rssLink a {
    width: 16px;
    height: 16px;
    background: url(/images/icons/rss-sm.gif) no-repeat right top;
    display: block;
    text-indent: -6000px;
  }

div#HomeBlogsTabbed div.tabs .tab {
  float: left;
  }
  div#HomeBlogsTabbed div.tabs .tab a {
    width: 161px;
    height: 45px;
    display: block;
    text-indent: -6000px;
  }
  div#HomeBlogsTabbed div.tabs .tab a:hover {
    background-color: #DAE4F0;
  }
  div#HomeBlogsTabbed div.tabs .tab a#tab-omnivore {
    background: url(/images/headers/omnivore.gif) no-repeat 0 0;
    }
    div#HomeBlogsTabbed div.tabs .tab a#tab-omnivore:hover,
    div#HomeBlogsTabbed div.tabs .tab a#tab-omnivore.tabCurrent {
      background: url(/images/headers/omnivore_color.gif) no-repeat 0 0;
    }
  div#HomeBlogsTabbed div.tabs .tab a#tab-cribnotes {
     background: url(/images/headers/cribnotes.gif) no-repeat 0 0;
     }
     div#HomeBlogsTabbed div.tabs .tab a#tab-cribnotes:hover,
     div#HomeBlogsTabbed div.tabs .tab a#tab-cribnotes.tabCurrent {
       background: url(/images/headers/cribnotes_color.gif) no-repeat 0 0;
     }
  div#HomeBlogsTabbed div.tabs .tab a#tab-culturesurfing {
    background: url(/images/headers/culture.gif) no-repeat 0 0;
    }
    div#HomeBlogsTabbed div.tabs .tab a#tab-culturesurfing:hover,
    div#HomeBlogsTabbed div.tabs .tab a#tab-culturesurfing.tabCurrent {
      background: url(/images/headers/culture_color.gif) no-repeat 0 0;
    }
  div#HomeBlogsTabbed div.tabs .tab a#tab-screengrab {
     background: url(/images/headers/screengrab.gif) no-repeat 0 0;
     width: 157px;
     }
     div#HomeBlogsTabbed div.tabs .tab a#tab-screengrab:hover,
     div#HomeBlogsTabbed div.tabs .tab a#tab-screengrab.tabCurrent {
       background: url(/images/headers/screengrab_color.gif) no-repeat 0 0;
     }

div#HomeBlogsTabbed div.tabs {
  float: left;
  width: 100%;
  border: 1px dotted #DEDEDE;
  border-width: 1px 0;
  margin-bottom: 10px;
}
div#HomeBlogsTabbed div.featureStory {
  width: 100%;
  margin-bottom: 10px;
  }
  div#HomeBlogsTabbed div.featureStory img {
    float: left;
    margin-right: 10px;
  }
div#HomeBlogsTabbed ul {
  float: left;
  width: 100%;
  }
  div#HomeBlogsTabbed ul h4.headline {
    font-size: 1.1em;
  }
  div#HomeBlogsTabbed ul li {
    margin-bottom: 10px;
  }

div.MainSidebar h2,
div.SpanningIsland h2 {
  color: black;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family:Oswald,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
  font-size:1.5em;
  border-bottom:3px double black;
  text-indent:0.5em;
}
  div.MainSidebar h2 a,
  div.SpanningIsland h2 a {text-decoration:none;}

div.HomeSection h2.sectionHeader {
  margin:10px 0;
  text-indent: -6000px;
}
div#HomeFood h2.sectionHeader {
  background: url(/images/headers/food-drink.gif) no-repeat top left;
  width: 243px;
  height: 25px;
  }
  div#HomeFood h2.sectionHeader a {
    height: 36px;
  }
div#HomeMusic h2.sectionHeader {
  background: url(/images/headers/music-nightlife.gif) no-repeat top left;
  width: 329px;
  height: 25px;
  }
  div#HomeMusic h2.sectionHeader a {
    height: 35px;
  }
div#HomeNews h2.sectionHeader {
  background: url(/images/headers/news.gif) no-repeat top left;
  width: 101px;
  height: 26px;
  }
  div#HomeNews h2.sectionHeader a {
    height: 35px;
  }
div#HomeArts h2.sectionHeader {
  background: url(/images/headers/arts-entertainment.gif) no-repeat top left;
  width: 383px;
  height: 25px;
  }
  div#HomeArts h2.sectionHeader a {
    height: 32px;
  }
div#HomeMovies h2.sectionHeader {
  background: url(/images/headers/movies-tv.gif) no-repeat top left;
  width: 217px;
  height: 25px;
  }
  div#HomeMovies h2.sectionHeader a {
    height: 35px;
  }
div#HomeBlogs h2.sectionHeader {
  background: url(/images/headers/blogs-podcasts.gif) no-repeat top left;
  width: 328px;
  height: 36px;
  }
  div#HomeBlogs h2.sectionHeader a {
    height: 36px;
  }
div#HomeBestOf h2.sectionHeader {
  background: url(/images/headers/best-of-atlanta.gif) no-repeat top left;
  width: 299px;
  height: 25px;
  }
  div#HomeBestOf h2.sectionHeader a {
    height: 37px;
  }
div#HomeSexandVice h2.sectionHeader {
  background: url(/images/headers/sex-vice.gif) no-repeat top left;
  width: 178px;
  height: 25px;
  }
  div#HomeBestOf h2.sectionHeader a {
    height: 35px;
  }


div#SeeandDo h2 {}
  div#SeeandDo span.date {
    display: block;
    color:#b4d9f4;
    margin-left: 70px;
    padding-top: 3px;
    font-size: 1.2em;
    text-transform: none;
  }

div#SeeandDo h3 {
	font-weight:bold;
	margin:0 0 3px 0;
}

div#SeeandDo h4.headline {
	font-size:0.9em;
	font-family:Verdana, Arial, sans-serif;
	font
}

/* Kill bottom margin to allow tabs below to visually attach to header. */
div#SearchEvents h2#search-events {margin-bottom:0;}

div#PhotoGalleries h2,
div#SlideshowSpotlightSpecialPlacementHome h2,
div#SlideshowSpotlightSectionorCategory h2 {}

div#FreeStuffGalleries h3 {
	font-family: 'ArcherSemiboldRegular', Courier, serif;
	color:#000;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 4px;
}

div#CLTV h2,
div#CLTVwoLink h2 {}

div#Twitter h2 {
  height: 22px;
  background: url(/images/headers/cl-twitter.gif) no-repeat 0 0 #090909;
  }
  div#Twitter h2 a {
    display: block;
    width: 120px;
    height: 22px;
    text-indent: -6000px;
  }
div#CLConnect h2 {
  height: 22px;
  background: url(/images/headers/cl-connect.gif) no-repeat 0 0;
  text-indent: -6000px;
}
div#FromtheArchive h2 {}

div#CLPresents {
  background: #f5be85 url(/images/backgrounds/presents-bg.jpg) no-repeat 0 0;
  height: 355px;
  padding-bottom: 0;
  }
  div#CLPresents a {
    color: #202020;
    text-decoration: none;
  }
  div#CLPresents p.more {
    font-size: .9em;
  }
  div#CLPresents p {
    margin: 3px 0;
    }
    div#CLPresents p.date {
      margin-bottom: 50px;
    }
div#presentsFeatured {
  width: 200px;
  margin: 19px 10px 0 200px;
  float: left;
  }
  div#presentsFeatured h2 {
    width: 200px;
    height: 60px;
    margin-bottom: 25px;
    text-indent: -6000px;
    background: url(/images/headers/cl-presents.gif) no-repeat 0 0;
  }
  div#presentsFeatured div#featuredItem {
    padding-left: 45px;
    }
    div#presentsFeatured div#featuredItem h4 {
      font-size: 1.7em;
    }
div#presentsDeals {
  float: left;
  width: 210px;
  margin-top: 15px;
  margin-right: 10px;
  background: #FFF;
  height: 346px;
  }
  div#presentsDeals div#featuredDeal {
    margin: 10px 10px 0;
    }
    div#presentsDeals div#featuredDeal p,
    div#presentsDeals div#featuredDeal h4 {
      margin-left: 40px;
    }
    div#presentsDeals div#featuredDeal h4 {
      font-size: 1.1em;
    }
    h3.eatsCategory {
      background: url(/images/headers/eats.gif) no-repeat 0 0;
      width: 115px;
      height: 42px;
      text-indent: -6000px;
    }
    h3.bitesCategory {
      background: url(/images/headers/bites.gif) no-repeat 0 0;
      width: 130px;
      height: 41px;
      text-indent: -6000px;
    }
    h3.unwindsCategory {
      background: url(/images/headers/unwind.gif) no-repeat 0 0;
      width: 159px;
      height: 36px;
      text-indent: -6000px;
    }
  div#presentsDeals h2{
    width: 210px;
    height: 26px;
    margin-bottom: 10px;
    text-indent: -6000px;
    background: url(/images/headers/cl-deals.gif) no-repeat 0 0;
  }

#FunandFree h2 {
  background:url("/images/headers/fun-free.gif") no-repeat left top transparent;
  height:25px;
  width:267px;
}
#FunandFree p {
  margin: 5px 0;
}
#FunandFree p.more {
  text-align: left;
}
#FunandFree h5 {
  margin-bottom: 10px;
}
#FunandFree h4.headline {

  }

#FunandFree h3#HalfOffDeals {
  background: url(/images/headers/half-off-deals.gif) no-repeat 0 0;
  text-indent: -6000px;
  width: 158px;
  height: 15px;
  margin-bottom: 10px;
}
#FunandFree a {
  text-decoration: none;
  color: #202020;
  }
  #FunandFree a:hover {
    text-decoration: underline;
  }

div#SectionFeature {
  margin-bottom: 10px;
}
div#SectionFeature img {
  margin-bottom: 4px;
}
div#SectionFeature h3.headline {
  font-size: 1.5em;
}
div#SectionStories,
div#RecentSectionFeatures {
  border-bottom: 1px dotted #DEDEDE;
  padding-bottom: 10px;
}
div#SectionStories h2,
div#RecentSectionFeatures h2,
div#SectionArchives h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: normal;
  color: #014895;
  margin-bottom: 5px;
}
div#SectionStories h3.headline,
div#RecentSectionFeatures h3.headline,
div#CategoryStories h3.headline,
div#BlogLanding h3.headline {
  font-size: 1.2em;
  margin-bottom: 3px;
}
div#RecentSectionFeatures div.clear,
div#CategoryStories div.clear,
div#BlogLanding div.clear {
  padding: 5px 0;
  margin:0 0 5px 0;
}
div#BlogLanding .subhead {
  font-size: 1.1em;
}
div#BlogLanding h2 a {
  color:#014895;
  text-transform:uppercase;
  text-decoration: none;
  }
  div#BlogLanding h2 span.blogSubscribe a {
    font-size: 12px;
    text-transform: none;
    color: #1c629d;
    text-decoration: underline;
  }

div#BlogLanding p.more {
  padding-bottom: 10px;
  border-bottom: 1px solid #DEDEDE;
}

div#SectionStories img.storyImg {
  float: left;
  margin-right: 5px;
}

body#Section div.MainColumn,
div.Location.MainColumn {
  margin-bottom: 20px;
}

div#FollowStoriesSection div.storyItem {
  margin-bottom: 10px;
  width: 130px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #E5E5E5;
  float: left;
  }
  div#FollowStoriesSection div.storyItem.last {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
div#FollowStoriesSection div.storyItem h3 a,
div#Reviews.MainColumn h4 a,
div#ReviewsandOpinion.MainColumn h4 a,
div#FeatureCategoryStories.MainColumn h4 a,
div#RecentFeatures.MainColumn h4 a,
div#CategoryStories h4 a,
div#BlogLanding h4 a,
div#SexorcistArchives.MainColumn h4 a,
div#SpecialCategoryFollows.MainColumn h4 a,
div.SpecialTopicFollows h4 a {
  text-decoration: none;
  color:#666666;
  font-size:0.8em;
  text-transform:uppercase;      /* changes made by Alejandro */
  display:block;
  margin:0 0 5px 0;
  line-height:1.3em;
}

div#SpecialCategoryFollows {
	clear:both;
}


div#Reviews.MainColumn h3,
div#ReviewsandOpinion.MainColumn h3,
div#FeatureCategoryStories.MainColumn h3,
div#RecentFeatures.MainColumn h3,
div#SexorcistArchives.MainColumn h3,
div#SpecialCategoryFollows.MainColumn h3,
div.SpecialTopicFollows h3 {
  font-size: 1.1em;
}

div#FollowStoriesSection div.storyItem h4 {
	font-size:1em;
}

div#RelatedStories li.storyItem h4.headline {
	font-size:1.2em;
}

div#RelatedFreeStuff {
  float: left;
  width: 100% !important;
  clear: both;
}
  div#RelatedFreeStuff.MainColumn {
    float:  none;
  }
  div#RelatedFreeStuff span.eventCategories {
    display:  none;
  }

div#RecentFeatures h2, 
div#Reviews h2, 
div#ReviewsandOpinion h2,
div#FeatureCategoryStories h2,  
div#SectionArchives h2, 
div#RestaurantHighlight h2, 
div#SexorcistArchives h2,
div#MovieShowtimes h2,
div#Openings h2,
div#SpecialCategoryFollows h2,
div.SpecialTopicFollows h2 {
	margin:0 0 5px 0;
	font-family: 'ArcherSemiboldRegular', Courier, serif;
	color:#014895;
}

div#RecentFeatures .subhead, 
div#Reviews .subhead, 
div#ReviewsandOpinion .subhead, 
div#FeatureCategoryStories .subhead, 
div#SexorcistArchives .subhead,
div#SpecialCategoryFollows .subhead,
div.SpecialTopicFollows .subhead {
	font-size:1em;
	color:#999;
	overflow:hidden;
}

div#RecentFeatures p.byline, 
div#Reviews p.byline, 
div#ReviewsandOpinion p.byline,
div#FeatureCategoryStories p.byline,  
div#SexorcistArchives p.byline,
div#SpecialCategoryFollows p.byline,
div.SpecialTopicFollows p.byline {
	padding:5px 0 0 0;
}

div.storyTeaser {
  float: left;
  margin-right: 10px;
}

div#Reviews.MainColumn div.clear,
div#ReviewsandOpinion.MainColumn div.clear,
div#FeatureCategoryStories.MainColumn div.clear,
div#RecentFeatures.MainColumn div.clear,
div#SexorcistArchives.MainColumn div.clear,
div#SpecialCategoryFollows.MainColumn div.clear,
div.SpecialTopicFollows div.clear {
  padding: 5px 0;
  margin:0 0 5px 0;
}
div#Reviews.MainColumn h2,
div#ReviewsandOpinion.MainColumn h2,
div#FeatureCategoryStories.MainColumn h2,
div#RecentFeatures.MainColumn h2,
div#RestaurantHighlight h2,
div#Openings h2,
div#SexorcistArchives.MainColumn h2,
div#MovieShowtimes h2 a,
div#SpecialCategoryFollows.MainColumn h2,
div.SpecialTopicFollows.MainColumn h2 {
  text-transform: uppercase;
  color: #014895;
  text-decoration: none;
}
div#RestaurantHighlight {
  border:1px solid #999999;
  padding:3%;
  width:90%;
  }
  div#RestaurantHighlight,
  body#Section div#RestaurantHighlight {
    margin: 20px 0;
	background-color:#F2EFEA;
  }
div#RestaurantHighlight img {
  float: right;
  margin-left: 10px;
}
div#RestaurantHighlight h3 a {
  text-decoration: none;
  font-size: 1.2em;
}
div#RestaurantHighlight ul li {
  padding: 3px 0;
  list-style-type: disc;
  list-style-position: inside;
}

div#RestaurantHighlight ul li.l0 {
	padding:0;
	margin:0;
}

  div#RestaurantHighlight ul li.picksForm {
    list-style-type: none;
    list-style-position: outside;
	padding:5px 0;
	margin:0;
  }
  div#RestaurantHighlight ul li a {
    text-decoration: none;
  }
div#RestaurantHighlight ul li form {
  margin: 10px auto;
  width: 80%;
  }
  div#RestaurantHighlight ul li form label {
    font-weight: bold;
    font-size: 1.1em;
  }
  div#RestaurantHighlight ul li form select {
    border: 1px solid #999;
    width: 65%;
  }

div#MovieShowtimes {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}
div#MovieShowtimes #movietimesSearchFormMovie .film {
  width: 39%;
}
div#MovieShowtimes #movietimesSearchFormMovie select {
  margin-right: 3%;
  border: 1px solid #999;
}
div#MovieShowtimes #movietimesSearchFormMovie input.submit {
  background: #444444;
  border:1px solid #999999;
  color:#FFFFFF;
  text-transform:uppercase;
  margin:5px 0;
  font-size:0.8em;
}

div#Openings div.sliderNav,
div#Openings div.slierOuter {
  float: left;
}
div#Openings div.sliderNav a.back {
  display: block;
  text-indent: -6000px;
  outline: 0;
  width: 23px;
  height: 83px;
  background: url(/images/slider/previousArrow.gif) no-repeat 0 0;
  margin-top: 10px;
  padding-right: 10px;
}
div#Openings div.sliderNav a.next {
  display: block;
  text-indent: -6000px;
  outline: 0;
  width: 23px;
  height: 83px;
  background: url(/images/slider/nextArrow.gif) no-repeat 0 0;
  margin-top: 10px;
}

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#SectionArchivesFieldCategory {
  width: 200px;
}
div#SectionArchives select {
  border: 1px solid #999;
}
#TopCommenters h4 {
  width: 140px;
  overflow: hidden;
}
#TopCommenters h4 a {
  text-decoration: none;
}

span.commentCount {
  background: url(/images/backgrounds/comment.gif) no-repeat center center;
  font-size: 10px;
  padding: 2px 5px 3px;
}

div#FreeStuffProcess .PromoTeaser {
  float:left;
  margin-right:5px;
}
div#FreeStuffProcess h2 {
  color:#014895;
  text-decoration:none;
  text-transform:uppercase;
  margin-bottom: 5px;
}
div#FreeStuffProcess h4.headline {
  font-size: 1.3em;
  font-weight: bold;
}
div#FreeStuffProcess input[type="submit"] {
  border:1px #999;
  text-transform:uppercase;
  background:#34252A;
  color:#FFFFFF;
}
div#FreeStuffProcess hr {
  background:none repeat scroll 0 0 transparent;
  border-top:1px solid #999;
  border-width:1px 0 0;
  margin:20px 0;
}
div#FreeStuffProcess div.freeStuffMessage {
  background: #F5F5F5;
  padding: 5px;
  margin-bottom: 20px;
  }
  div#FreeStuffProcess div.freeStuffMessage p {
    margin: 5px 0;
  }

div#FreeStuffProcess h2.freeConcerts a {
  display: block;
  text-indent: -6000px;
  background: url(/images/headers/concerts-logo.jpg) no-repeat 0 0;
  width: 238px;
  height: 56px;
}
div#FreeStuffProcess h2.freeMovies a {
  display: block;
  text-indent: -6000px;
  background: url(/images/headers/movies-logo.jpg) no-repeat 0 0;
  width: 182px;
  height: 53px;
}
div#FreeStuffProcess h2.freeEvents a {
  display: block;
  text-indent: -6000px;
  background: url(/images/headers/events-logo.jpg) no-repeat 0 0;
  width: 184px;
  height: 47px;
}

/* ------------------------------------------------------------------ */

div#NavigationHorizontal {
  clear: both;
  height: 29px;
  padding-bottom: 5px;
}
ul#mainNav {
  font-family: 'Oswald', Helvetica, Arial, Verdana, sans-serif;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  width: 980px;
  overflow: hidden;
}
ul#mainNav li {
  line-height: 29px;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 1px;
}
ul#mainNav li a {
  display: block;
  width: auto!important;
  background-image: none!important;
  padding: 0 17px;
  font-size: 16px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  color: #FFF;
  transition:background ease .03s;
}
div#NavigationHorizontal ul li.first {margin-left:0}

ul#mainNav li a:hover, ul#mainNav li a.hover {
    cursor:pointer;
}
.navCurrent a {}
  
.navGray a{background:#494a4b; /* gray */}
.navGray a:hover{background:#9E9E9E;}
.navCurrent.navGray a {background:#000;}

.navPurple a {background:#82A1CC; /* blue/purple */}
.navPurple a:hover {background:#A2C8FB; /* blue/purple */}
.navCurrent.navPurple a {background:#2F3D50;}

.navBlue a {background:#00ADEE; /* sky blue */}
.navBlue a:hover {background:#66D3FC; /* sky blue */}
.navCurrent.navBlue a {background:#096283}

.navRed a{background:#C1272C; /* dark red */} 
.navRed a:hover{background:#EC4348; /* dark red */}  
.navCurrent.navRed a {background:#831014;}
   
  ul#mainNav li.navCurrent a:hover {
  }

#NavigationHorizontal ul li ul {
    display: none;
}
/*
#NavigationHorizontal #NavItem_fooddrink a {

  background-image:url(/images/nav/food-drink.gif);
}
#NavigationHorizontal #NavItem_music a {
  width:81px;
  background-image:url(/images/nav/music.gif);
}
#NavigationHorizontal #NavItem_news a {
  width:82px;
  background-image:url(/images/nav/news.gif);
}
#NavigationHorizontal #NavItem_ae a {
  width:67px;
  background-image:url(/images/nav/a-e.gif);
}
#NavigationHorizontal #NavItem_moviestv a {
  width:111px;
  background-image:url(/images/nav/movies-tv.gif);
}
#NavigationHorizontal #NavItem_badhabits a {
  width:116px;
  background-image:url(/images/nav/bad-habits.gif);
}
#NavigationHorizontal #NavItem_blogs a {
  width:85px;
  background-image:url(/images/nav/blogs.gif);
}
#NavigationHorizontal #NavItem_cldeals a {
  width:97px;
  background-image:url(/images/nav/cl-deals.gif);
}
#NavigationHorizontal #NavItem_promotions a {
  width:97px;
  background-image:url("/images/nav/promotions.gif");
}
#NavigationHorizontal #NavItem_classifieds a {
  width:108px;
  background-image:url(/images/nav/classifieds.gif);
}
#NavigationHorizontal #NavItem_personals a {
  width:109px;
  background-image:url(/images/nav/bestofatlantabutton-red.gif);
}
#NavigationHorizontal #NavItem_ATLCityGuide a {
  width:116px;
  background-image:url(/images/nav/atl-city-guide.gif);
}
*/
#NavigationHorizontal ul.subnav_content {
  position:absolute;
  width:200px;
  min-height:15px;
  background:#B0CBDE;
  padding:0;
  z-index:5000000;
  line-height:1em;
}
  #NavigationHorizontal ul.subnav_content li {
    padding:0;
    margin:0;
    border-bottom:1px solid #EEE;
    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:Verdana, Arial, Helvetica, sans-serif;
      font-weight:normal;
      text-transform:none;
	  font-size:0.8em;
      color:#111;
      line-height:1em;
      border:0;
    }
      #NavigationHorizontal ul.subnav_content li a:hover {
        padding:7px 10px;
        margin:0;
        text-decoration:none;
        background: #FFF;
        color: #444;
      }

      #NavigationHorizontal ul.subnav_content li.searchItem a {
        background:url(/images/icons/navmag-hover.gif) no-repeat 6px 7px;
        padding:7px 10px 7px 24px;
        }
        #NavigationHorizontal ul.subnav_content li.searchItem a:hover {
          background: url(/images/icons/navmag.gif) no-repeat 6px 7px #FFF;
        }


div#gridFooter {
  clear: both;
  background: url(/images/backgrounds/xhatchwhite.gif);
  padding: 20px 10px;
  border-top: 1px solid #DEDEDE;
  text-align: center;
  font-size: 11px;
  margin-bottom:45px; /* Support fixed pencil ad. */
}
  div#gridFooter a { text-decoration: none; }

div#FooterNavigation {
  clear:both;
  margin-bottom: 10px;
  text-align: center;
}
div#FooterNavigation ul {
  line-height: 1.4em;
}
  div#FooterNavigation ul li {
    display: inline;
    margin-right: 7px;
    color:#B0ACA9;
  }
    div#FooterNavigation ul li a {
      white-space: nowrap;
      color:#B0ACA9;
      text-decoration:none;
      margin-right: 7px;
      font-size: 1.1em;
    }
    div#FooterNavigation ul li.RSSlink a {
      background: url("/images/icons/rss-12x12.gif") no-repeat left center transparent;
      padding-left: 18px;
    }


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: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    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#LinksBox h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.1em;
  }
div#LinksBox ul {
  width: 31%;
  padding-right: 10px;
  float: left;
}
div#LinksBox ul li {
  margin-bottom: 3px;
}
div#LinksBox ul li a {
  color: #b0aca9;
  text-decoration: none;
}


div#LocationRestaurantDetails p,
div#LocationBarDetails p {
  margin: 0 0 15px;
}

div#LocationRestaurantDetails p.tags,
div#LocationBarDetails p.tags {
  padding: 0;
  margin: 0;
  font-size: 1em;
  background: none;
  width: auto;
}
  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;
   color: #c70e0f!important;
    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 ul {
    margin-bottom: 20px;
    float: left;
    height: 200px;
    }
    body#MovieTimes div#NowPlaying ul li a {
      text-decoration: none;
      font-weight: bold;
    }

/* ------------------------------------------------------------------ */

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 {
    float: left;
    margin-right:10px;
}


.headerLandingSearchLink {
  display: block;
  float: left;
  height: 23px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 14px;
  text-indent: -6000px;
}


.lead {
  margin-bottom: 20px;
}
  .lead .storyImg {
    width: 420px;
    margin-bottom: 15px;
  }
  .lead .headline {
    font-size: 16px;
  }

.stack {
  clear: both;
  margin-bottom: 25px;
}
  .stack .follow {
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dedede;
    text-align: left;
  }
    .stack .follow .storyImg {
      float: left;
      width: 75px;
      margin-right: 10px;
    }
    .stack .follow h4.subheadline { display: inline; }

.triptych {
  padding: 15px 0;
  border-top: 1px solid #dedede;
  }
  .triptych .follow {
    float: left;
    width: 124px;
    margin-right: 24px;
  }
    .triptych .follow .storyImg {
      width: 124px;
      margin-bottom: 10px;
    }
  .triptych #lastTriptychStory {
    margin: 0;
  }

.readmore {
  font-size: 10px;
}

li.readmore, p.readmore {
  padding-top: 7px;
  margin-top: 0;
  text-align: right;
  font-size: 10px;
}

/* ------------------------------------------------------------------ */

div#Story p,
div#StoryLayoutJr p {
  color: #232323;
  line-height: 1.75em;
}
p.moreArticles,
p.more {
    text-align: right;
}
a.more,
p.more a {
  text-decoration: none;
  color: #202020;
  font-weight: bold;
}

div#storyBody {
  line-height: 1.6em;
  font-size: 1.1em;
}


body#Content .MainColumn .banner_ad {
  margin:0 0 10px;
  text-align:center;
}
  body#Content div#gridMainColumn .MainColumn {
    padding:0 0 0 3px;
  }
  body#Content div#gridMainColumn {
    padding:20px 0;
  }
  body#Content div#Comments.CommentsComponent,
  body#Content div#BrowseComments.ContentComments {
    padding:0 0 12px;
    margin: 10px 0;
  }

div#BestOfPreviousNext {
  float:left;
  margin-bottom:10px;
  width:100%;
}
div#BestOfCategoryHeader {
  clear: both;
}

div#RelatedEvents .date {
    font-weight: bold;
	color:#666666;
}

div.RelatedItem {
  margin-bottom:15px;
}

div.RelatedItem li.l0 {
	overflow: hidden;
}

div.RelatedItem .storyItem div.storyTeaser img.storyImg {
	width:125px;
}
div.RelatedItem h3 {
  border-bottom:1px dotted #DEDEDE;
  color:#27a8e0;
  font-size:17px;
  font-weight:normal;
  margin:5px 0 10px 0;
  padding:0 0 5px;
  text-align:left;
  text-transform:uppercase;
  font-family: 'Roboto Slab Bold', Courier, serif;
  }
  #BestOf div.RelatedItem h3 {
    width: 70%;
  }
div.RelatedItem .memberThumb,
img.memberThumb {
  float: left;
  margin: 0 5px 5px 0;
}
div.RelatedItem h4 a,
div.MainColumn1 ul h4 a,
div.MainColumn2 ul h4 a {
  font-size:1.1em;
  text-decoration:none;
}
div.RelatedItem .byline {
  font-size: 10px;
}

.userByline a {
  text-decoration: none;
}

.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-small.gif) top left no-repeat;
}                                            

Not sure how we feel about this little guy...

*/

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;
    }

#BlogButtonBlogtownPDX,
#BlogButton_Blogtown {
  height: 51px;
  background-image: url(/images/buttons/blogtown140.gif);
}

#BlogButtonEndHits,
#BlogButtonendhits,
#BlogButtonTBA { background-image: url(/images/buttons/endhits.gif); }

#BlogButtonMod,
#BlogButtonmod { background-image: url(/images/buttons/mod.gif); }
#BlogButton_Vote2008 { background-image: url(/images/buttons/vote2008.gif); }

a#searchStartOver {
  display: block;
  width: 124px;
  height: 32px;
  background: url(/images/buttons/startover.gif) no-repeat;
  margin: 10px auto 0;
  text-indent: -6000px;
}

div#directionsForm {
  background: #ffffcc;
  margin-top: 10px;
  border-top: 1px solid #ffff00;
  border-bottom: 1px solid #ffff00;
  font-size: 11px;
}
  div#directionsForm input.text { font-size: 12px; }


  /* Features Icons */
  div.FeaturesIcons {
    height:14px;
    margin:5px 0;
    display:inline;
    padding-right:3px;
  }
  div.FeaturesIcons a span {
    display:block;
    float:left;
    margin:0 2px 0 0;
    text-indent:-6000px;
    height:12px;
    width:12px;
  }
    div.FeaturesIcons a.FeaturesIcons_cl_recommends span,
    div.FeaturesIcons a.FeaturesIcons_staff_pick span {
      background:url(/images/icons/features-icon_staff_pick.gif) top left no-repeat;
      width:16px;
      height: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_cl_presents span {
      background: url(/images/icons/features-icon_cl_presents.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_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_members_pick span {
      background:url(/images/icons/features-icon_members_pick.gif) top left no-repeat;
      width:16px;
      height: 16px;
    }
	
	div.FeaturesIcons a.FeaturesIcons_user_submitted span {
      background:url(/images/icons/features-icon_user_submitted.gif) top left no-repeat;
      width:50px;
      height: 17px;
    }

    div.FeaturesIcons a.FeaturesIcons_free_parking {
      display: none;
    }

    li#EventSearchNarrowByEventFeatures,
    li#LocationSearchNarrowByLocationFeatures,
    li#MovieTimesSearchNarrowByFilmFeatures,
    li#FilmSearchNarrowbyFilmFeatures,
    li#ArticleSearchNarrowByContentFeatures,
    li#BestOfNarrowbyContentFeatures {
      float: left;
      width: 100%;
    }
    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;
        width: 100%;
      }
      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: #F2EFEA;
      }
    li#EventSearchNarrowByEventFeatures ul.narrowOptions li div.FeaturesIcons,
    li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li div.FeaturesIcons,
    li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li div.FeaturesIcons,
    li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li div.FeaturesIcons,
    li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li div.FeaturesIcons,
    li#BestOfNarrowbyContentFeatures ul.narrowOptions li div.FeaturesIcons {
      margin: 0;
      float: right;
      padding-right: 0;
      }
      li#EventSearchNarrowByEventFeatures ul.narrowOptions li div.FeaturesIcons a span,
      li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li div.FeaturesIcons a span,
      li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li div.FeaturesIcons a span,
      li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li div.FeaturesIcons a span,
      li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li div.FeaturesIcons a span,
      li#BestOfNarrowbyContentFeatures ul.narrowOptions li div.FeaturesIcons a span {
        display: block;
        margin-right: 0;
        padding-right: 5px;
      }

div#ProfileBrowseSavedLocations div.locationListing,
div#ProfileBrowseSavedMembers div.memberListing,
div#ProfileBrowseSavedEvents div.EventListing,
div#ProfileBrowseLists div.listListing,
div#ProfileBrowseSavedContent div.archiveListing,
body#MemberSearch div.memberListing {
  background: #FFF;
  border-bottom: 1px solid #DFE2E1;
  color: #333;
  padding: 10px;
}
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberThumb,
  div#ProfileBrowseSavedContent div.archiveListing li.archiveImage,
  body#MemberSearch div.memberListing ul.listing li.memberThumb {
    float: left;
    width: 50px;
    margin-right: 8px;
    padding:5px;
    background:#eaeaea;
  }
  body#MemberSearch div.memberListing ul.listing li,
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li {
    color:#444;
    font-size:90%;
  }
  body#MemberSearch div.memberListing ul.listing li.memberName,
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberName {
    font-weight:bold;
    font-size:120%;
    margin-bottom:5px;
  }
  body#MemberSearch div.memberListing ul.listing li.memberStatus,
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberStatus {
    font-size:110%;
    margin:5px 0;
    font-weight:bold;
  }
  body#MemberSearch div.memberListing ul.listing li.memberStatus span,
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberStatus span {
    color:#ff4c00;
  }
  div#ProfileBrowseSavedContent div.archiveListing li.sectionDateInfo {
    margin-bottom: 2px;
    font-size: 11px;
    color: #666;
  }

  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.l0 ul li.l1 a { font-weight: bold; }

  div#ProfileBrowseSavedEvents div.EventListing div.listing h3 { text-align: left; }
  div#ProfileBrowseLists div.listListing ul li.customItem h5 {
    font-weight: bold;
  }
  div#ProfileBrowseLists div.listListing ul li.customItem li.byline {
    margin-top: 3px;
    letter-spacing: 0;
  }

div#ProfileSettings dl.formElements {
  background: #FFF;
  padding: 10px;
}

div#gridMainColumn div#ProfileBrowseSavedLocations h3.profileGroupHeader,
div#gridMainColumn div#ProfileBrowseSavedMembers h3.profileGroupHeader,
div#gridMainColumn div#ProfileBrowseSavedEvents h3.profileGroupHeader,
div#gridMainColumn div#ProfileBrowseLists h3.profileGroupHeader,
div#gridMainColumn div#ProfileBrowseSavedContent h3.profileGroupHeader {
  float: left;
  width: 65%;
  text-align: left;
  margin-bottom: 10px;
}
div#gridMainColumn div#ProfileBrowseSavedLocations form#sort,
div#gridMainColumn div#ProfileBrowseSavedMembers form#sort,
div#gridMainColumn div#ProfileBrowseSavedEvents form#sort,
div#gridMainColumn div#ProfileBrowseLists form#sort,
div#gridMainColumn div#ProfileBrowseSavedContent form#sort {
  float: right;
  text-align: right;
  margin-bottom: 10px;
}



/* ------------------------------------------------------------------ */
/* Template Based Overrides */
/* ------------------------------------------------------------------ */


body#Home div#gridMainSidebar1 img.storyImg { margin-bottom: 8px; }

body#EmailFriend h1,
body#ReportComment h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #444;
}
body#EmailFriend p.formSubmit,
body#MySettings p.formSubmit { text-align: right; }
body#ReportComment p.formSubmit { text-align: left; }

body#EmailFriend dl.formElements dt,
body#ReportComment dl.formElements dt  {
  float: none;
  width: auto;
  min-height: 0;
}

body#EmailFriend dl.formElements dd,
body#ReportComment dl.formElements dd {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}


body#ArticleArchives .longOnly span.date { display:inline; }

body#PostComment div#loginFormContainer,
body#PostComment div#passwordReminderContainer {
  float: left;
  width: 370px;
}

body#PostComment div#createAccountContainer,
body#PostComment div#feelingShyContainer {
  float: right;
  width: 370px;
}

/* Profile */

body.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;
}

body#Profile div#currently,
body#MyProfile div#currently { margin-bottom: 10px; }

body#Profile div#gridMainSidebarLeft,
body#MyProfile div#gridMainSidebarLeft,
body#Favorites div#gridMainSidebarLeft,
body#MyFavorites div#gridMainSidebarLeft,
body#List div#gridMainSidebarLeft,
body#Lists div#gridMainSidebarLeft,
body#MyLists div#gridMainSidebarLeft,
body#MySettings div#gridMainSidebarLeft,
body#Comments div#gridMainSidebarLeft,
body#MyComments div#gridMainSidebarLeft,
body#EditList div#gridMainSidebarLeft { text-align: center; }

body#Profile div.MainSidebar,
body#MyProfile div.MainSidebar,
body#Favorites div.MainSidebar,
body#MyFavorites div.MainSidebar,
body#List div.MainSidebar,
body#Lists div.MainSidebar,
body#MyLists div.MainSidebar,
body#MySettings div.MainSidebar,
body#Comments div.MainSidebar,
body#MyComments div.MainSidebar,
body#EditList div.MainSidebar {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px dotted #DEDEDE;
}

body#Profile div.MainSidebar h3,
body#MyProfile div.MainSidebar h3,
body#Favorites div.MainSidebar h3,
body#MyFavorites div.MainSidebar h3,
body#List div.MainSidebar h3,
body#Lists div.MainSidebar h3,
body#MyLists div.MainSidebar h3,
body#MySettings div.MainSidebar h3,
body#Comments div.MainSidebar h3,
body#MyComments div.MainSidebar h3,
body#EditList div.MainSidebar h3 {
  background: #7197C8;
  color: #FFF;
/*  font-weight:bold; */
  line-height: 1em;
  margin-top: 10px;
  padding: 5px 5px 6px;
}
  body#Profile div.MainSidebar h3 img,
  body#MyProfile div.MainSidebar h3 img,
  body#Favorites div.MainSidebar h3 img,
  body#MyFavorites div.MainSidebar h3 img,
  body#List div.MainSidebar h3 img,
  body#Lists div.MainSidebar h3 img,
  body#MyLists div.MainSidebar h3 img,
  body#MySettings div.MainSidebar h3 img,
  body#Comments div.MainSidebar h3 img,
  body#MyComments div.MainSidebar h3 img,
  body#EditList div.MainSidebar h3 img {
    float: left;
    margin-right: 9px;
  }

body#Profile div.MainSidebar p,
body#MyProfile div.MainSidebar p,
body#List div.MainSidebar p,
body#Lists div.MainSidebar p,
body#MyLists div.MainSidebar p,
body#MySettings div.MainSidebar p,
body#Comments div.MainSidebar p,
body#MyComments div.MainSidebar p,
body#EditList div.MainSidebar p,
body.ProfilePage div.MainSidebar p {
  padding: 10px 10px 0;
  margin: 0;
  text-align: left;
}
  body#Profile div.MainSidebar p.readmore,
  body#MyProfile div.MainSidebar p.readmore,
  body#List div.MainSidebar p.readmore,
  body#Lists div.MainSidebar p.readmore,
  body#MyLists div.MainSidebar p.readmore,
  body#MySettings div.MainSidebar p.readmore,
  body#MyLists div.MainSidebar p.readmore,
  body#Comments div.MainSidebar p.readmore,
  body#MyComments div.MainSidebar p.readmore { text-align: right; }


body#Profile div.MainSidebar ul,
body#MyProfile div.MainSidebar ul,
body#Favorites div.MainSidebar ul,
body#MyFavorites div.MainSidebar ul,
body#List div.MainSidebar ul,
body#Lists div.MainSidebar ul,
body#MyLists div.MainSidebar ul,
body#MySettings div.MainSidebar ul,
body#Comments div.MainSidebar ul,
body#MyComments div.MainSidebar ul,
body.ProfilePage div.MainSidebar ul {
  text-align: left;
}
  body#Profile div.MainSidebar ul li p,
  body#MyProfile div.MainSidebar ul li p,
  body#Favorites div.MainSidebar ul li p,
  body#MyFavorites div.MainSidebar ul li p,
  body#List div.MainSidebar ul li p,
  body#Lists div.MainSidebar ul li p,
  body#MyLists div.MainSidebar ul li p,
  body#MySettings div.MainSidebar ul li p,
  body#Comments div.MainSidebar ul li p,
  body#MyComments div.MainSidebar ul li p { padding: 0; }

body#Profile div#Reminders,
body#MyProfile div#Reminders {
  background: #F1F1F1;
}
  body#Profile div#Reminders h3,
  body#MyProfile div#Reminders h3 {
    margin-top: 0;
  }

a.profileFindMore {
  display: block;
  height: 23px;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 10 auto 0;
  text-indent: -6000px;
  outline: 0;
}

div#SavedLocations a.profileFindMore {
  background-image: url(/images/buttons/find_places.gif);
}
div#SavedEvents a.profileFindMore {
  background-image: url(/images/buttons/find_events.gif);
}
div#SavedContent a.profileFindMore {
  background-image: url(/images/buttons/find_stories.gif);
}
div#Friends a.profileFindMore {
  background-image: url(/images/buttons/find_friends.gif);
}

div#profileModeMessage h1 {
  padding: 10px;
  text-align: center;
  font-size: 1.4em;
  background: #7197C8;
}
  div#profileModeMessage h1 span {
    background: #ffff99;
  }
  div#profileModeMessage h1 a {
    font-weight: bold;
    color: #FFF;
  }

body#Location div#BrowseComments.MainColumn {
  margin: 20px 0;
}
body#Location div#LocationLayout { margin-top: 0; }

body#MySettings dl.formElements { margin-right: 0; }
body#MySettings dl.formElements dd { width: 385px;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 {
  padding:10px;
}

body#Profile div.MainColumn h3,
body#MyProfile div.MainColumn h3,
body#Favorites div.MainColumn h3,
body#MyFavorites div.MainColumn h3,
body#List div.MainColumn h3 { text-align: center; }

body#Profile div.MainColumn div.userInfo ul li,
body#MyProfile div.MainColumn div.userInfo ul li,
body#Favorites div.MainColumn div.userInfo ul li,
body#MyFavorites div.MainColumn div.userInfo ul li,
body#List div.MainColumn div.userInfo ul li { text-transform: lowercase; }

body#Profile div.MainColumn .readmore,
body#Profile .readmore,
body#MyProfile div.MainColumn .readmore,
body#MyProfile .readmore,
body#Favorites div.MainColumn .readmore,
body#Favorites .readmore,
body#MyFavorites div.MainColumn .readmore,
body#MyFavorites .readmore,
body#List .readmore,
body#Lists .readmore,
body#MyLists .readmore {
  text-transform: lowercase;
}
  body#Favorites .readmore {
    padding-right: 10px;
  }

  body#Profile .readmore a,
  body#MyProfile .readmore a,
  body#Favorites .readmore a,
  body#MyFavorites .readmore a,
  body#List .readmore a,
  body#Lists .readmore a,
  body#MyLists .readmore a { text-decoration: none; }

body#Profile div.MainSidebar ul li,
body#MyProfile div.MainSidebar ul li,
body#Favorites div.MainSidebar ul li,
body#MyFavorites div.MainSidebar ul li,
body#List div.MainSidebar ul li,
body#Lists div.MainSidebar ul li,
body#MyLists div.MainSidebar ul li,
body#Location div.MainSidebar ul li,
body#Event div.MainSidebar ul li,
body#EventSearch div.MainSidebar ul li,
body#LocationSearch div.MainSidebar ul li,
body#DiningSearch div.MainSidebar ul li,
body#MovieTimes div.MainSidebar ul li,
body#Film div.MainSidebar ul li,
body#Search div.MainSidebar ul li,
body#ArticleArchives div.MainSidebar ul li,
body#IssueArchives div.MainSidebar ul li,
body#MySettings div.MainSidebar ul li,
body#MyComments div.MainSidebar ul li,
body#Comments div.MainSidebar ul li,
body#MemberSearch div.MainSidebar ul li,
body.SearchPage div.MainSidebar ul li,
body.ProfilePage div.MainSidebar ul li {
  margin-bottom: 4px;
  }
  body.SearchPage div.MainSidebar ul li a,
  body.ProfilePage div.MainSidebar ul li a {
    text-decoration: none;
  }

body#Event div#gridMainSidebar,
body#Location #gridMainSidebar {
  padding-top: 10px;
}

body#List div#gridMainSidebar {
  width: 180px;
  padding: 0;
  margin: 12px;
}

body#List div#gridMainColumn {
  width: 580px;
  padding: 10px;
  margin: 10px 10px 10px 0;
}
body#List div#gridMainColumn .MainColumn {
  margin: 0;
}
body#List div#gridMainColumn h3.profileGroupHeader {
  text-align: left;
}

body#EventSearch #gridMainSidebar,
body#MovieTimes #gridMainSidebar,
body#LocationSearch #gridMainSidebar,
body#DiningSearch #gridMainSidebar,
body#Search #gridMainSidebar,
body#ArticleArchives #gridMainSidebar,
body#IssueArchives #gridMainSidebar,
body#MemberSearch #gridMainSidebar,
body.SearchPage #gridMainSidebar  {
  padding-top: 10px;
  padding-right: 0;
}
  body#EventSearch #gridMainSidebar select,
  body#MovieTimes #gridMainSidebar select,
  body#LocationSearch #gridMainSidebar select,
  body#DiningSearch #gridMainSidebar select,
  body#MemberSearh #gridMainSidebar select {
    width:133px;
  }
  body#MovieTimes div#MovieTimesFilmandTheater h4,
  body#Film div#MovieTimesFilmandTheater h4 {
    margin:10px 0 0 10px;
  }

body#EventSearch div#EventsSearchTerms,
body#MovieTimes div#MovieTimesSearchTerms,
body#LocationSearch div#LocationSearchTerms,
body#DiningSearch div#DiningSearchTerms,
body#Search div#SearchSearchTerms,
body#ArticleArchives div#SearchSearchTerms,
body#IssueArchives div#SearchSearchTerms,
body#IssueArchives div#ArchivesIssueNav,
body#ArticleArchives div#ArchivesSearchTerms,
body#MemberSearch div#MemberSearchTerms,
body.SearchPage div#SearchTerms {
  /* background: #FFFF99;
  padding: 10px;
  margin-bottom: 7px; */
}
  body#EventSearch div#EventsSearchTerms h3,
  body#MovieTimes div#MovieTimesSearchTerms h3,
  body#LocationSearch div#LocationSearchTerms h3,
  body#DiningSearch div#DiningSearchTerms h3,
  body#Search div#SearchSearchTerms h3,
  body#ArticleArchives div#SearchSearchTerms h3,
  body#IssueArchives div#SearchSearchTerms h3,
  body#ArticleArchives div#ArchivesSearchTerms h3,
  body#MemberSearch div#MemberSearchTerms h3,
  body.SearchPage div#SearchTerms h3 {
    /* background: none;
    color: #202020;
    line-height: 1em;
    padding: 0 0 5px;
    font-weight: normal;
    text-align: left; */
  }
  body#EventSearch div#EventsSearchTerms ul,
  body#MovieTimes div#MovieTimesSearchTerms ul,
  body#LocationSearch div#LocationSearchTerms ul,
  body#DiningSearch div#DiningSearchTerms ul,
  body#Search div#SearchSearchTerms ul,
  body#ArticleArchives div#SearchSearchTerms ul,
  body#IssueArchives div#SearchSearchTerms ul,
  body#ArticleArchives div#ArchivesSearchTerms ul,
  body#MemberSearch div#MemberSearchTerms ul,
  body.SearchPage div#SearchTerms ul {
    /* padding: 0; */
  }
  body#EventSearch div#EventsSearchTerms ul li,
  body#MovieTimes div#MovieTimesSearchTerms ul li,
  body#LocationSearch div#LocationSearchTerms ul li,
  body#DiningSearch div#DiningSearchTerms ul li,
  body#Search div#SearchSearchTerms ul li,
  body#ArticleArchives div#SearchSearchTerms ul li,
  body#IssueArchives div#SearchSearchTerms ul li,
  body#ArticleArchives div#ArchivesSearchTerms ul li,
  body#MemberSearch div#MemberSearchTerms ul li,
  body.SearchPage div#SearchTerms ul li {
    /* border-top:1px solid #FFF;
    font-size:10px;
    padding:5px 0;
    color: #202020; */
  }
    body#EventSearch div#EventsSearchTerms ul li a,
    body#MovieTimes div#MovieTimesSearchTerms li a,
    body#LocationSearch div#LocationSearchTerms li a,
    body#DiningSearch div#DiningSearchTerms li a,
    body#Search div#SearchSearchTerms li a,
    body#ArticleArchives div#SearchSearchTerms li a,
    body#IssueArchives div#SearchSearchTerms li a,
    body#ArticleArchives div#ArchivesSearchTerms li a,
    body#MemberSearch div#MemberSearchTerms li a,
    body.SearchPage div#SearchTerms li a {
      float: right;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
    }

    body#ArticleArchives .subtractiveSelections ul li a,
    body#BestOf .subtractiveSelections ul li a,
    body#DiningSearch .subtractiveSelections ul li a,
    body#EventSearch .subtractiveSelections ul li a,
    body#IssueArchives .subtractiveSelections ul li a,
    body#LocationSearch .subtractiveSelections ul li a,
    body#MemberSearch .subtractiveSelections ul li a,
    body#MovieTimes .subtractiveSelections ul li a,
    body#Search .subtractiveSelections ul li a,
    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#ArticleArchives .subtractiveSelections ul li a:active,
    body#ArticleArchives .subtractiveSelections ul li a.off,
    body#BestOf .subtractiveSelections ul li a:active,
    body#BestOf .subtractiveSelections ul li a.off,
    body#DiningSearch .subtractiveSelections ul li a:active,
    body#DiningSearch .subtractiveSelections ul li a.off,
    body#EventSearch .subtractiveSelections ul li a:active,
    body#EventSearch .subtractiveSelections ul li a.off,
    body#IssueArchives .subtractiveSelections ul li a:active,
    body#IssueArchives .subtractiveSelections ul li a.off,
    body#LocationSearch .subtractiveSelections ul li a:active,
    body#LocationSearch .subtractiveSelections ul li a.off,
    body#MemberSearch .subtractiveSelections ul li a:active,
    body#MemberSearch .subtractiveSelections ul li a.off,
    body#MovieTimes .subtractiveSelections ul li a:active,
    body#MovieTimes .subtractiveSelections ul li a.off,
    body#Search .subtractiveSelections ul li a:active,
    body#Search .subtractiveSelections ul li a.off,
    body.SearchPage .subtractiveSelections ul li a:active,
    body.SearchPage .subtractiveSelections ul li a.off {
      background-position:-14px top !important;
    }

    body#EventSearch .flyout_content,
    body#MovieTimes .flyout_content,
    body#LocationSearch .flyout_content,
    body#DiningSearch .flyout_content,
    body#Search .flyout_content,
    body#ArticleArchives .flyout_content,
    body#IssueArchives .flyout_content,
    body#MemberSearch .flyout_content,
    body.SearchPage .flyout_content {
      background:#C7DBFF none repeat scroll 0%;
      border:2px solid #00407A;
      padding:10px;
    }
      body#EventSearch .flyout_content table,
      body#MovieTimes .flyout_content table,
      body#LocationSearch .flyout_content table,
      body#DiningSearch .flyout_content table,
      body#Search .flyout_content table,
      body#ArticleArchives .flyout_content table,
      body#IssueArchives .flyout_content table,
      body#MemberSearch .flyout_content table,
      body.SearchPage .flyout_content table {
        border:0;
      }
        body#EventSearch .flyout_content table td,
        body#MovieTimes .flyout_content table td,
        body#LocationSearch .flyout_content table td,
        body#DiningSearch .flyout_content table td,
        body#Search .flyout_content table td,
        body#ArticleArchives .flyout_content table td,
        body#IssueArchives .flyout_content table td,
        body#MemberSearch .flyout_content table td,
        body.SearchPage .flytout_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;
  outline: 0;
}
a#becomeAFriendButton {
  width: 93px;
  background: url(/images/buttons/become_a_friend.gif) no-repeat;
}

div#Stats ul li { text-transform: lowercase; }


h1#ProfileHeader {
  background: #7197C8;
  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:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:none;
    color:#004995;
  }
  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: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  color: #202020;
  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;
}

/* It's Happening Tonight */

#ItsHappeningTonight table {
  width: 400px;
  margin: 0 0 0 10px;
  float: left;
}
  #ItsHappeningTonight table th {
    padding: 5px;
    font-weight: bold;
    font-size: 1.1em;
    background: #e3e3e3;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border-spacing: 1px;
    border-left:3px solid #fff;
  }
    #ItsHappeningTonight table th.firstTab {
      border-left-width:0px;
    }
    #ItsHappeningTonight table th.tabSelected {
      color: #bde64a;
      background: #444;
    }
    #ItsHappeningTonight small.happeningTonightSmall {
      font-size:80%;
      text-transform:none;
    }

/* Home Most Popular Box */

#HomeMostPopular table {
  background: #FFF;
  padding: 10px;
  margin: 10px 0;
  text-align: left;
  border: none;
}
  #HomeMostPopular table th {
    background: #E3EAEB;
    cursor: pointer;
    text-align: center;
    padding: 4px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #444;
    text-transform: uppercase;
  }
    #HomeMostPopular table th:hover {
      background: #147887;
      color: #FFF;
    }
    #HomeMostPopular table th.tabSelected,
    #HomeMostPopular table th.tabSelected:hover {
      background: #FFF;
      border-width: 1px 1px 0 1px;
      border-bottom: none;
      color: #444;
    }
  #HomeMostPopular table tbody {
    border: 1px solid #CCC;
    border-width: 0 1px 1px;
  }
  #HomeMostPopular table td {
    padding: 10px;
  }
  #HomeMostPopular div.tabPanel li.l0 {
    margin-bottom:10px;
  }
  #HomeMostPopular .longOnly span.date {
    display:inline;
    font-size:.8em;
    color:#646568;
  }

/* 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: #F2EFEA; */
}



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: #444;
 /* font-weight: bold; */
  color: #FFF;
  padding: 5px;
}

body#Location div.MainSidebar h4,
body#LocationEvents div.MainSidebar h4,
body#Map div.MainSidebar h4,
body#Event div.MainSidebar h4,
body#EventSearch div.MainSidebar h4,
body#MovieTimes div.MainSidebar h4,
body#Film div.MainSidebar h4,
body#LocationSearch div.MainSidebar h4,
body#DiningSearch div.MainSidebar h4,
body#Search div.MainSidebar h4,
body#ArticleArchives div.MainSidebar h4,
body#IssueArchives div.MainSidebar h4,
body#MemberSearch div.MainSidebar h4,
body.SearchPage div.MainSidebar h4 {
  color: #111;
  font-weight: bold;
}


body#Location h2.listingsHeader,
body#LocationEvents h2.listingsHeader,
body#Film h2.listingsHeader,
#RelatedFreeStuff h3  {
  font-family: 'ArcherSemiboldRegular', Courier, serif;
  font-weight: normal;
  font-size: 1.4em;
  text-transform:uppercase;
  color:#014895;
}
  #RelatedFreeStuff h3 {
    border-bottom:0;
    font-size: 1.4em !important; /* Override in-template styles. */
  }

div#directionsFormTo {
  margin: 30px 0 10px;
}

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.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: 640px;
}

div#searchResults p.noMatchesFound {
  padding: 10px;
  color:#600000;
  font-style: italic;
}

body#CommentArchives div#CommentSearchResults div#searchResults {
  background: #EDEEEE;
  margin-top: 0;
  padding-bottom: 10px;
}
body#CommentArchives div#CommentSearchResults a.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: #7197C8;
  border:1px solid #FFF;
  clear:both;
  color:#FFF;
  cursor:pointer;
  font-weight:bold;
  margin-top:10px;
  padding:1px 5px;
}
div.MainSidebar ul.narrowOptions {
  border-left: 0;
}
ul.narrowOptions li,
#OtherSearches li,
body.SearchPage div.MainSidebar li {
  font-size: 11px; /* alejandro */
}

div.magnumContainer {
  margin-bottom: 15px;
}
  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:1.6em;
  font-weight:bold;
  margin-bottom:10px;
}

h2.listingsHeader,
div.MainColumn h2.listingsHeader {
  font-family: 'ArcherSemiboldRegular', Courier, serif;
  color:#014895;
  font-size:18px;
  text-transform:uppercase;
  font-weight:bold;
  padding:3px 0 4px;
  margin:0;
  text-align:left;
}

ul.locationEvents {
  margin-top: 5px;
}
  ul.locationEvents li.l0 + li.l0 {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #E3EAEE;
  }
    ul.locationEvents li.l0 h4 a {
      text-decoration: none;
      font-size: 1em;
    }
  ul.locationEvents li.commentCount {
    font-size: 11px;
  }

div#LocationMetaData {
  font-size: 1.1em;
  line-height: 18px;
  }
  div#LocationMetaData h1.listingTitle {
    margin-bottom: 10px;
  }

body#Map div.MainColumn {
  margin-bottom: 15px;
}  

/* 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: Verdana, 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 {
  /* padding: 10px 0 0; */
  margin: 0 0 10px;
  /* border-top: 1px solid #dedede; */
  font-family: Verdana, "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:Verdana, 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:#202020;
      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, 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;
}


/* ------------------------------------------------------------------ */
.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:1em;
}

#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 3px 0;
}

body#IssueArchives #archiveIssueHeader div.issueImage {
  float:left;
  overflow:hidden;
  text-align:center;
}
body#IssueArchives #archiveIssueHeader div.issueImage a {
  clear:both;
  display:block;
  overflow:hidden;
}
body#IssueArchives #archiveIssueHeader div.issueImage ul.imageCaptionAndCredit li {
  color:#777;
  line-height:1em;
  padding:2px 0;
}
body#IssueArchives #archiveIssueHeader div.issueImage ul li.imageCredit {
  font-size:9px;
  text-align:right;
}
body#IssueArchives #archiveIssueHeader div.issueImage ul li.imageCaption {
  color:#333;
  font-size:10px;
  text-align:center;
}

body#IssueArchives #searchResults h4.sectionHeader {
   font-family: 'ArcherSemiboldRegular', Courier, serif;
  text-transform:uppercase;
  font-size:2em;
  color:#014895;
  border-bottom:1px solid #e3e3e3;
  margin-top:10px;
  font-weight:normal;
}

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:180px;
  height:280px;
  margin:0 15px;
  float:left;
  font-size:10px;
  }
  body#IssueArchives #searchResults li.issueCover a {
    font-size: 1.1em;
    text-decoration: none;
  }

/* ADVERTISER DIRECTORY */
#AdvertiserDirectory {
  padding:10px;
}

#AdvertiserDirectory h1 {
  font:bold 1.8em Verdana, 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;
}


div#AddEvent label {
  font-weight: bold;
  font-size: 1.1em;
}
div#AddEvent dd {
  margin-bottom: 15px;
}
div#AddEvent input[type="text"] {
  width: 230px;
}
div#AddEvent textarea[name="description"] {
  width: 50%;
  height: 70px;
}

/* BLOGS */

span.blogSubscribe {
  border-left:1px solid #DEDEDE;
  float:right;
  padding-left:5px;
  width:16px;
}
span.blogSubscribe a {
  background: url("/images/icons/rss-sm.gif") no-repeat right top;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -6000px;
  float: right;

}

div#BlogHeader h1 a {
  font-size: 24px;
}
div#BlogHeader a {
  text-decoration: none;
}

div#BlogHeader h1.screengrab a {
  background: url(/images/headers/new_ScreenGrab.jpg) no-repeat 0 0;
  display: block;
  width: 640px;
  height: 160px;
  text-indent: -6000px;
}
div#BlogHeader h1.omnivore a {
  background: url(/images/headers/new_Omnivore.png) no-repeat 0 0;
  display: block;
  width: 640px;
  height: 160px;
  text-indent: -6000px;
}
div#BlogHeader h1.freshloaf a {
  background: url("/images/headers/new_FreshLoaf.png") no-repeat 0 0;
  display: block;
  width: 640px;
  height: 126px;
  text-indent: -6000px;
}
div#BlogHeader h1.culturesurfing a {
  background: url(/images/headers/new_CultureSurfing.jpg) no-repeat 0 0;
  display: block;
  width: 640px;
  height: 160px;
  text-indent: -6000px;
}
div#BlogHeader h1.cribnotes a {
  background: url(/images/headers/new_CribNotes.png) no-repeat 0 0;
  display: block;
  width: 640px;
  height: 160px;
  text-indent: -6000px;
}
div#BlogHeader h1.sexorcist a {
  background: url(/images/headers/sexorcist_blog_head.jpg) no-repeat 0 0;
  display: block;
  width: 640px;
  height: 200px;
  text-indent: -6000px;
}
div#BlogHeader h1.edlovesbacon a {
  background: url(/images/headers/ELBheader.jpg) no-repeat 0 0;
  display: block;
  width: 640px;
  height: 286px;
  text-indent: -6000px;
}

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#Blog h2.blogDate,
div#BlogsBlogPost h2.blogDate {
    background: #000;
    font-size:1em;
}

div#Blog h3.subheadline {
	color:#666666;
	margin:5px 0;
}

h2.blogDate {
  clear: both;
  padding: 3px 5px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

h3.postTitle {
  font-size: 22px;
  margin: 20px 0 0;
  padding-bottom: 0;
  text-align: left;
  }
  h3.postTitle a {
    text-decoration: none;
  }

h4.postedBy {
  clear: both;
  color: #6C5D44;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: left;
}
  .postedBy .author {
    color: #352710;
    font-weight: bold;
  }
  h4.postedBy .email,
  h4.postedBy .facebook,
  h4.postedBy .twitter {
    height:18px;
    margin:0.5em 0;
    padding-left:27px;
    line-height:18px;
    overflow:hidden;
  }
    h4.postedBy .email a,
    h4.postedBy .facebook a,
    h4.postedBy .twitter a {
      text-decoration:none;
    }
    h4.postedBy .email {
      background:transparent url(/images/icons/email-18x18.png) 6px center no-repeat;
    }
    h4.postedBy .facebook {
      background:transparent url(/images/icons/facebook-18x18.png) 6px center no-repeat;
    }
    h4.postedBy .twitter {
      background:transparent url(/images/icons/twitter-18x18.png) 6px center no-repeat;
    }

span.postCategory {
  float: left;
  color: #EEE;
  background: #B0CBDE;
  font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  margin-right: 4px;
  padding: 1px 4px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 4px;
}
  span.postCategory a {
    color: #FFF;
    text-decoration: none;
  }


div.blogPost {
  border-bottom: 1px dotted #DEDEDE;
  margin: 0 0 0 5px;
  padding: 0 0 20px;
}
  div.blogPost p.extended { font-weight: bold; }
    div.blogPost p.extended a { color: #0076A0; }

div.indivArchive div.blogPost { border: none; }

div.postBody {
  margin-top: 15px;
  color: #404040;
  line-height: 1.6em;
  text-align: left;
  font-size: 1.1em;
}
  .postBody a {
    font-weight: bold;
    text-decoration: underline;
  }
  .postBody img {
    display: block;
    margin: 5px auto;
    text-align: center;
  }

.postLinks {
	font-family:Verdana;
	font-size:0.9em;
	letter-spacing:1px;
	margin:5px 0 0;
	padding:0 3px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}
  .postLinks a {
    text-decoration: none;
	color:#666666; 
}

  .postLinks a:hover {
	color:#E84522;
}

.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;
}

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: 370px; }
div.CommentPopup p.commentFormSubmit { margin-right: 10px; }
#PostComment.PostCommentPopUp div#PostCommentProcessEdit dl.formElements dd textarea,
#PostComment.PostCommentPopUp textarea
{
    width:94%
}


#missingLocationLink {
  background:#FFF;
  margin:0 0 10px;
  padding:10px 0 10px 5px;
  text-align:left;
  font-family:Verdana, Helvetica, Arial, Verdana, sans-serif;
}
  #missingLocationLink h3 {
    margin-bottom:7px;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    color:#202020;
  }

#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#Page.Syndication div.MainColumn div.storyHead {
  margin-bottom: 0;
}

body#Page.Syndication div#storyBody {
  background: #F0F0F0;
  padding: 10px;
  margin: 10px;
  font-size: .85em;
  float: right;
  width: 30%;
}
body#Page.Syndication div#storyBody h2 {
  font-size: 1.4em;
}

body#Page.Syndication div#gridMainColumn div.Syndication {
  padding: 10px;
}
body#Page.Syndication div#RssSections,
body#Page.Syndication div#RSSLinks {
  float: left;
  width: 30%;
  margin-left: 10px;
}
body#Page.Syndication div#RssBlogs {
  float: left;
  width: 25%;
}
body#Page.Syndication div#RssSections ul,
body#Page.Syndication div#RssBlogs ul,
body#Page.Syndication div#RSSLinks ul {
  margin:0 0 0 10px;
}
body#Page.Syndication div#RssSections ul li,
body#Page.Syndication div#RssBlogs ul li,
body#Page.Syndication div#RSSLinks ul li {
  margin-top: 3px;
}
body#Page.Syndication div#RssSections ul li a,
body#Page.Syndication div#RssBlogs ul li a,
body#Page.Syndication div#RSSLinks ul li a {
  background: url(/images/icons/rss-sm.gif) no-repeat center left;
  padding-left: 22px;
  font-size: 1.2em;
  text-decoration: none;
}

/* Alt Weeklies Widget */

#AltWeekliesDynamic {  }
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:Verdana, 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: #202020;
    text-decoration: none;
    height: 30px;
    }
    #SlideshowPopUp .closeBtn a img {
      margin-bottom: -10px;
    }

#SlideshowPopUp .slideImg,
#SlideshowFullPage .slideImg {
  margin:0 auto;
}
#SlideshowPopUp .slideContainer,
#SlideshowFullPage .slideContainer {
  background: #202020;
  overflow: hidden;
  display:block;
  width:750px;
}

#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: 560px;
  margin: 0 auto;

  }
  h5.slideshowHeader {
    font-size: 1.3em;
	font-weight:bold;
	letter-spacing:-1px;
    text-transform: uppercase;
  }
  div.inlineSlideshow p,
  div#SlideshowTeaser p {
    color: #444;
  }

div.inlineSlideshow img.storyImg {
	text-align:left;
	float:left;
	clear:both;
	margin:3px;
}

p.slideshowByline {
	margin:2px 0;
}

div#SlideshowTeaser.BlogPost {
	padding:5px 3px;
	clear:both;
}

div#SlideshowTeaser.BlogPost h5.slideshowHeader {
	font-family: 'ArcherSemiboldRegular', Courier, serif;
	font-size:1.8em;
	margin:0 0 5px 0;
	color:#014895;
}
  .slideshowTitle {
    font-size: 1.2em;
    font-weight: bold;
    color: #202020;
	margin:8px 0 4px 0;
	clear:both;
  }
  p.slideshowDesc {
	color:#666666;
	margin:0 0 10px 0;
  }

div#SlideshowFullPage  .slideshowDesc {
	padding:10px 0;
	color:#666666;
	font-size:1em;
	line-height:1.4em;
}
  .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: 3px 0;
	display:block;
	clear:both;
  }
  div.slideshowThumbnails img {
	float:left;
	margin:0 3px;
  }
  div.slideshowThumbnails a {
    display: inline-block;
  }

body#Content div#SlideshowTeaser.Sidebar,
div#SlideshowTeaser.Sidebar {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: .9em;
  }
  div#SlideshowTeaser div {
    margin-bottom: 10px;
  }

/* Full page styles */

body#Slideshow div#gridMainColumn .MainColumn  {
 
  margin-bottom: 20px;
}
body#Slideshow div#gridMainColumn {
  padding:20px 0;
}
body#Slideshow div#Comments.CommentsComponent,
body#Slideshow div#BrowseComments.ContentComments {
  padding:0 0 12px;
}

body#Slideshow div#Share {
  float: right;
  margin: 10px 0;
}

#Slideshow div.MainColumn h3 {
  border-bottom:1px solid #999;
  margin-bottom:5px;
  font-size:1.3em;
  }
  #Slideshow div.MainColumn h3.headline {
    border: 0;
    font-size: 1.1em;
    margin-bottom: 0;
  }

#Slideshow div.MainColumn .byline {
  margin-top: 0;
}

div#SlideshowFullPage .credit,
div#SlideshowPopUp .credit {
    text-align: right;
    text-transform: uppercase;
    color: #444;
    font-size: .9em;
    margin-bottom: 3px;
}
div#SlideshowFullPage .caption,
div#SlideshowPopUp .caption {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 10px 0;
}

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: #202020;
  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;
}

/* Video Archives */

body#VideoArchives div#VideoArchiveHeader h1,
body#ImageArchives div#ImageArchiveHeader h1,
body#CommentArchives div#CommentSearchResults h1 {
  background: #444444;
  clear: both;
  color: #FFF;
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  padding: 8px 10px 9px;
  text-align: left;
}

body#VideoArchives #SearchResults h1,
body#ImageArchives #ImageSearchResults h1 {
  background: #444444;
  clear: both;
  color: #FFF;
  font-size: 14px;
  line-height: 1em;
  margin: 0 0 10px;
  padding: 8px 10px 9px;
  text-align: left;
}
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;
}

body#VideoArchives div#FeaturedVideo,
body#ImageArchives div#FeaturedImage {
  background-color: #EDEDEF;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  width: 620px;
  }
  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-family: Georgia,serif;
  }

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;
}

/* Submit Form */
#submission_form fieldset {
  margin: 10px 0;
}
.req, .errorField {
  color:        #ff0000;
  font-weight:  bold;
}
span.req {
  font-size:    smaller;
  line-height:  180%;
}

#submission_form p {
  clear:  left;
}

#submission_form label {
  float:        left;
  width:        120px;
  margin-right: 10px;
}

#submission_form textarea {
  vertical-align: top;
  width:          500px;
}

#submission_form input[type="text"] {
  width:  250px;
}

#SubmitYourRestaurant p.errorField {
  color: red;
  font-weight: bold;
}

#SubmitYourRestaurant label {
  display: block;
  float: left;
  width: 37%;
  margin-right: 10px;
  text-align: right;
}

#SubmitYourRestaurant select, #SubmitYourRestaurant input[type="text"], #SubmitYourRestaurant textarea {
  font-weight: normal;
}

#SubmitYourRestaurant input[type="text"], #SubmitYourRestaurant textarea {
  width: 350px;
}

#SubmitYourRestaurantHolidaysAndCards p label, #SubmitYourRestaurantGenres label,
#SubmitYourRestaurantCuisines label,  #SubmitYourRestaurantFeatures label,
#SubmitYourRestaurantMeals label, #SubmitYourRestaurantServices label,
#SubmitYourRestaurantDrinks label {
  display: inline;
}

#captcha {
  width: 190px !important;
}

#SubmitYourRestaurant h2 {
  border-bottom: 1px solid #202020;
  width: 85%;
  text-align: right;
  margin: 0 auto;
  color: #1C629D;
  clear: both;
  margin-top: 10px;
}

#SubmitYourRestaurant span {
  display: block;
  width: 37%;
  text-align: right;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 10px;
}
#SubmitYourRestaurant small {
  display: block;
  width: 37%;
  text-align: right;
  }
  #SubmitYourRestaurant label small {
    display: inline;
    width: auto;
  }

#SubmitYourRestaurantHolidaysAndCards input,
#SubmitYourRestaurantGenres input,
#SubmitYourRestaurantCuisines input,
#SubmitYourRestaurantFeatures input,
#SubmitYourRestaurantMeals input,
#SubmitYourRestaurantServices input,
#SubmitYourRestaurantDrinks input {
  float: none;
  margin-left: 275px;
  margin-right: 10px;
  margin-bottom: 5px;
}
#SubmitYourRestaurantHolidaysAndCards label,
#SubmitYourRestaurantGenres label,
#SubmitYourRestaurantCuisines label,
#SubmitYourRestaurantFeatures label,
#SubmitYourRestaurantMeals label,
#SubmitYourRestaurantServices label,
#SubmitYourRestaurantDrinks label {
  float: none;
  display: inline;
  width: auto;
  margin-bottom: 5px;
}


/* CL Twitter Widget */
#twtr-widget-1 .twtr-bd,
#twtr-widget-1 .twtr-timeline i a,
#twtr-widget-1 .twtr-bd p {
  font-size:  10px;
}


/* Slideshow Gallery */
#SlideshowGallery .ArchiveMultiPageNav {
  clear:      both;
  float:      left;
  padding:    10px;
  width:      97%;
  text-align: center;
}

#SlideshowGallery div.SlideshowRow {
  clear:  both;
  float:  left;
  width:  100%;
}

  #SlideshowGallery div.SlideshowRow ul li {
    float:    left;
    width:    22%;
    padding:  10px;
  }

#SlideshowGallery .byline {
  display:  block;
}


/* Surveys */
.SurveyQuestion {
  clear:    both;
  margin:   1em 0;
  overflow: hidden;
}
  .SurveyQuestion h3  {
    float:  left;
    width:  300px;
  }
  .SurveyQuestion div.answer {
    float:        left;
    margin-left:  1em;
    width:        300px;
  }
    .SurveyQuestion li.SurveyQuestionText label {
      display:  none;
    }
    .SurveyQuestion li.SurveyQuestionText input {
      width:  300px;
    }


/* 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 {
  color: #014895;
  text-decoration: none;
  text-transform: uppercase;
}

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;
  color: #094760;
}
body#FreeStuff div.PromoTeaser {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
body#FreeStuff div.descr_txt ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 3px;
}
body#FreeStuff div.freeStuffMessage {
  background: #F5F5F5;
  margin-bottom: 10px;
  padding: 1px 10px;
}

body#FreeStuff hr {
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
  background: transparent;
  margin: 20px 0;
  clear: both;
}

body#FreeStuff input[type="submit"] {
    background: none repeat scroll 0 0 #34252A;
    border: 1px none #999999;
    color: #FFFFFF;
    text-transform: uppercase;
}
#FreeStuff div.storyItem {
    border-bottom: 2px solid #C8C8C8;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#FreeStuff form {
  margin-top: 10px;
}

body#FreeStuff h3.freeConcerts {
  background: url(/images/headers/concerts-logo.jpg) no-repeat 0 0;
  width: 238px;
  height: 56px;
  text-indent: -6000px;
  overflow: hidden;
}
body#FreeStuff h3.freeEvents {
  background: url(/images/headers/events-logo.jpg) no-repeat 0 0;
  width: 184px;
  height: 47px;
  text-indent: -6000px;
  overflow: hidden;
}
body#FreeStuff h3.freeMovies {
  background: url(/images/headers/movies-logo.jpg) no-repeat 0 0;
  width: 182px;
  height: 53px;
  text-indent: -6000px;
  overflow: hidden;
}

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;
}

#ToolBarHorizontal {
  clear: both;
  margin-bottom: 15px;
  }
  /* claerfix */
  #ToolBarHorizontal:after {content:''; display:table; clear:both;}
  body#NeighborhoodGuide #ToolBarHorizontal div.l0
  {
    margin-bottom:1em;
    margin-right:3%;
  }
    body#NeighborhoodGuide #ToolBarHorizontal div.l0.last
    {
      margin-right:0;
    }
  #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#ArticleToolsTools ul li,
    div.tools ul li,
    div.tinyTools ul li {
      clear: both;
    }
    .postBody ul.horizontalShareTools {
      height: 23px;
      clear: both;
      margin:0;
      padding:0;
      list-style-type:none;
    }
    .postBody ul.horizontalShareTools li {
      float: left;
      margin:0;
      padding:0 15px 0 0;
      list-style-type:none;
      vertical-align:middle;
    }


/* Work in progress. */
body#NeighborhoodGuide h2 {
  color:          black;
  font-size:      22px;
  font-family:    ArcherLightRegular, Courier, monospace;
  text-transform: uppercase;
}
  #NeighborhoodGuide .MicroComponent h2 {
    padding-top: 10px;
    font-size:  18px;
  }

body#NeighborhoodGuide div#gridMainSidebar {
  padding:  0px;
}
body#NeighborhoodGuide div#gridMainSidebar div.MainSidebar {
  padding:    0px;
  background: none;
}

/* Neighborhood Guide layout. */
body#NeighborhoodGuide.Iago7Zone,
body#NeighborhoodGuide.Eudora7Zone {
  font-family:  Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
}
body#NeighborhoodGuide.Eudora7Zone div#gridFrame,
body#NeighborhoodGuide.Eudora7Zone div#gridMainSidebar {
  border-right:   1px solid gray;
  float:          left;
  margin-right:   10px;
  padding-right:  10px;
}

/* Default component spacing. */
body#NeighborhoodGuide .SpanningFeature,
body#NeighborhoodGuide .MainColumn,
body#NeighborhoodGuide .MainSidebar,
body#NeighborhoodGuide .AdSidebar {
  margin-bottom:  20px;
}

/* Dividers. */
body#NeighborhoodGuide #NeighborhoodGuideFeaturedNeighborhood.MainColumn,
body#NeighborhoodGuide #NeighborhoodGuideTheListLanding.MainColumn,
body#NeighborhoodGuide #BarNeighborhoodGuide.MainColumn,
body#NeighborhoodGuide #NeighborhoodRatings.SpanningFeature {
  margin-bottom:  10px;
  padding-bottom: 10px;
  border-bottom:  2px dotted gray;
}

/* Map */
#NeighborhoodGuideMap div#map-NeighborhoodGuideMap {
  width:  100%;
  height:  370px;
}
  #NeighborhoodGuideMap div#map-NeighborhoodGuideMap .locationItem {
    overflow: hidden;
  }
    #NeighborhoodGuideMap div#map-NeighborhoodGuideMap .thumbnail {
      float:        left;
      width:        50px;
      height:       50px;
      margin-right: 10px;
    }
    #NeighborhoodGuideMap div#map-NeighborhoodGuideMap .section {
      text-transform: uppercase;
    }
    #NeighborhoodGuideMap div#map-NeighborhoodGuideMap .category {
      display:  none;
    }
    #NeighborhoodGuideMap div#map-NeighborhoodGuideMap .name {
      font-size:    14px;
      font-weight:  bold;
    }
      #NeighborhoodGuideMap div#map-NeighborhoodGuideMap .name a {
        text-decoration:  none;
      }

#NeighborhoodGuideMap .legend {
  padding:          10px;
  color:            white;
  background-color: black;
}
  #NeighborhoodGuideMap .legend h3 {
    display:  none;
  }
  #NeighborhoodGuideMap .legend>div {
    overflow: hidden;
  }
  #NeighborhoodGuideMap .legend ul {
    width:        200px;
    float:        left;
    margin-left:  10px;
    margin-right: 10px;
  }
  #NeighborhoodGuideMap .legend li {
    margin: 5px 0;
  }
    #NeighborhoodGuideMap .legend li a {
      color:            white;
      text-decoration:  none;
    }

/* Text search results. */
#NeighborhoodGuideSearchResults {
  overflow: hidden;
}
  #NeighborhoodGuideSearchResults ul {
    width:        210px;
    float:        left;
    margin-left:  10px;
    margin-right: 10px;
  }
  #NeighborhoodGuideSearchResults .vcard {
    margin: 10px 0;
  }
    #NeighborhoodGuideSearchResults .vcard .fn {
      font-size:    14px;
      font-weight:  bold;
    }
    #NeighborhoodGuideSearchResults .vcard a.fn {
      text-decoration:  none;
    }


/* Neighborhood Do Good Project  */
#NeighborhoodDoGood {
width: 640px;
height: 300px;
margin-bottom: 12px;
padding-top: 18px;
border-top: 1px solid #ccc;
}



#NeighborhoodDoGoodLink {
width: 160px;
margin-top: 6px;
float: left;
}

#NeighborhoodDoGoodLink2 {
width: 160px;
margin-top: 24px;
float: left;
}

#NeighborhoodDoGoodLink a, #NeighborhoodDoGoodLink2 a {
	color: black;
	text-decoration: none;
	border-bottom: 1px Solid #557C3E;
	font-family: 'ArcherLightRegular';
	font-size: 18pt;
	text-transform: uppercase;
}


#NeighborhoodDoGoodImg  {
position: relative;
width: 450px;
float: left;
margin-right: 20px;
margin-top: 12px;
}

#NeighborhoodDoGoodImg Img {
width: 450px;
}


#NeighborhoodDoGoodImg h1 {
background-color: #FEDD0D;
padding: 8px;
font-family: 'ArcherSemiboldRegular', Courier, serif;
font-size: 20px;
font-weight: 400;
position: relative;
bottom: 8px;
left:0px;
width: 375px;
}


#NeighborhoodPhotoCredit h1 {
font-family: helvetica, arial, sans-serif;	
font-weight: 200px;
text-transform: uppercase;
text-align: right;
font-size: 6pt;
margin-top: 0px;
}

/* Landing feature. */
#NeighborhoodGuideFeature .caption {
  background-color: black;
  color:            white;
}
  #NeighborhoodGuideFeature .caption .summary {
    padding:      5px;
  }
  #NeighborhoodGuideFeature h3 {
    font-size:    22px;
    font-weight:  bold;
    padding:      5px;
  }
    #NeighborhoodGuideFeature h3 a {
      text-decoration:  none;
      color:            white;
    }

/* Featured neighborhood. */
#NeighborhoodGuideFeaturedNeighborhood .thumbnail {
  float:        left;
  margin-right: 10px;
}
#NeighborhoodGuideFeaturedNeighborhood .category {
  display:  none;
}
#NeighborhoodGuideFeaturedNeighborhood .name {
  font-size:    22px;
  font-weight:  bold;
}
  #NeighborhoodGuideFeaturedNeighborhood .name a {
    text-decoration:  none;
  }
#NeighborhoodGuideFeaturedNeighborhood #NeighborhoodRatings {
  clear:  both;
}
  #NeighborhoodGuideFeaturedNeighborhood #NeighborhoodRatings .graph .bar {
    font-size:  10px;
  }

/* Neighborhood description. */
#NeighborhoodDescription {
  font-size:    1.1em;
  line-height:  1.6em;
  width: 640px;
  margin-right: 8px;
  margin-top: 12px;
}

/* Overall rating. */
#NeighborhoodOverallRating {
  color:      gray;
  font-size:  20px;
}

/*Neighborhood Guide Buttons */
#NeighborhoodNominationButton {
	font-family: 'ArcherLightRegular';
	font-size: 18pt;
	text-transform: uppercase;
	height: 120px;
}

#NeighborhoodNominationButton a, #NeighborhoodStoryNominateButton a {
	color: black;
	text-decoration: none;
	border-bottom: 1px Solid #557C3E;
}


#NeighborhoodStoryNominateButton {
	font-family: 'ArcherLightRegular';
	font-size: 16pt;
	text-transform: uppercase;
	
	width: 224px;
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}

#NeighborhoodDoGood a {
	color: black;
	text-decoration: none;
	border-bottom: 1px Solid #557C3E;
	font-family: 'ArcherLightRegular';
	font-size: 18pt;
	text-transform: uppercase;
	margin-bottom: 12px;
}


#NeighborhoodDoGoodCallToAction {
width: 100%;
background-color: #fff;
margin-left: auto;
margin-right: auto;
}


#NeighborhoodDoGoodCallToAction h4 {
	font-size: 12px;
	font-family: Helvetica;	
	margin: 6px 0px 0px 20px;
}

/*Neighborhood Interview */
#NeighborhoodInterview {
	width: 160px;
	margin-top: 35px;
	margin-right: 10px;
	margin-left: 12px;
	float: right;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 1.1em;	
}

#NeighborhoodInterview h1, #NeighborhoodDoGoodCallToAction h1 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 6px;
	font-family: 'ArcherLightRegular';
}

#NeighborhoodInterview p {
	margin-top: 2px;
}


#NeighborhoodInterview a, #NeighborhoodDoGoodCallToAction a {
	text-decoration: none;
}


#NeighborhoodWishlist {
	width: 460px;	
}

#NeighborhoodWishlist p  {
	margin-top: 12px;
	font-size:    1.1em;
	line-height:  1.6em;
}


/*Neighborhood - Do Good */

#NeighborhoodDoGood {
width: 640px;
height: 290px;
margin-bottom: 12px;
padding-top: 18px;
border-top: 1px solid #ccc;
}



#NeighborhoodDoGoodLink {
width: 160px;
margin-top: 6px;
float: left;
}

#NeighborhoodDoGoodLink2 {
width: 160px;
margin-top: 24px;
float: left;
}

#NeighborhoodDoGoodLink a, #NeighborhoodDoGoodLink2 a {
	color: black;
	text-decoration: none;
	border-bottom: 1px Solid #557C3E;
	font-family: 'ArcherLightRegular';
	font-size: 16pt;
	text-transform: uppercase;
}

#NeighborhoodNeighborhoodName h1 {
	font-family: 'ArcherLightRegular',Courier,serif;
	font-size: 3.0em;
	font-weight: 300;
	margin-bottom: 8px;
	text-transform: uppercase;
}

#NeighborhoodDoGoodImg  {
position: relative;
width: 450px;
float: left;
margin-right: 20px;
margin-top: 12px;
}

#NeighborhoodDoGoodImg Img {
width: 450px;
}


#NeighborhoodDoGoodImg h1 {
background-color: #FEDD0D;
padding: 2px 6px;
font-family: 'ArcherSemiboldRegular', Courier, serif;
font-size: 18px;
font-weight: 200;
position: absolute;
top: 20;
left: 0;
width: 300px;
margin-bottom: 12px;
line-height: 1.0em;
}

#NeighborhoodDoGoodImg a {
text-decoration: none;
color: #000;
}

/* Discover! */
body#NeighborhoodGuide #NeighborhoodGuideSearch {
  margin-bottom:  5px;
  padding-bottom: 0;
}
  #NeighborhoodGuideSearch form {
    padding:  10px 0;
  }
  #NeighborhoodGuideSearch select {
    margin-bottom:  5px;
  }
  #NeighborhoodGuideSearch h2 {
    font-family: 'ArcherLightRegular',Courier,serif;
 	font-weight: 300;
    margin: 0;
   
/*  text-indent:    -6000px;
	width:          174px;
   height:         39px;
    display:        block;
    background:     url("/images/headers/discover-174.png") no-repeat 0 0; */
  }
  #NeighborhoodGuideSearch label {
    display:  none;
  }
  #NeighborhoodGuideSearch select {
    width:  160px;
  }

/* Neighborhood Guide - Coming Soon */
body#NeighborhoodGuide #NeighborhoodGuideMoreLocationsComingSoon {
  margin-top: 0;
}
  body#NeighborhoodGuide #NeighborhoodGuideMoreLocationsComingSoon p {
    margin: 0;
  }

/* Neighborhood Finder. */
body#NeighborhoodGuide #NeighborhoodGuideNeighborhoodFinder.MainSidebar {
  border:   2px solid black;
  background-color: #f1ebe5;
}
  #NeighborhoodGuideNeighborhoodFinder h2 {
    display:      block;
    margin:       0;
    width:        186px;
    height:       72px;
    text-indent:  -6000px;
    background:   url("/images/headers/neighborhood_finder-186.png") no-repeat 0 0 transparent;
  }
body#NeighborhoodGuide #NeighborhoodGuideNeighborhoodFinder.MainSidebar.NeighborhoodGuideNeighborhoodLanding,
body#NeighborhoodGuide #NeighborhoodGuideNeighborhoodFinder.MainSidebar.NeighborhoodGuide {
  background:     url("/images/backgrounds/neighborhood_finder-306.png") no-repeat 0 0 #f1ebe5;
}
  body#NeighborhoodGuide #NeighborhoodGuideNeighborhoodFinder.MainSidebar.NeighborhoodGuideNeighborhoodLanding h2,
  body#NeighborhoodGuide #NeighborhoodGuideNeighborhoodFinder.MainSidebar.NeighborhoodGuide h2 {
    display:      block;
    margin:       0;
    width:        306px;
    height:       56px;
    text-indent:  -6000px;
    background:   none;
  }
  #NeighborhoodGuideNeighborhoodFinder div {
    padding:  5px;
  }
  #NeighborhoodGuideNeighborhoodFinder div.componentText {
    width:      170px;
    font-size:  15px;
  }
  #NeighborhoodGuideNeighborhoodFinder form {
    padding:  5px;
  }
  #NeighborhoodGuideNeighborhoodFinder div.rating {
    margin: 5px 0;
  }
  #NeighborhoodGuideNeighborhoodFinder td {
    padding:    0 1px;
    text-align: center;
  }
  #NeighborhoodGuideNeighborhoodFinder #results-NeighborhoodGuideNeighborhoodFinder {
    margin: 10px;
  }
    #NeighborhoodGuideNeighborhoodFinder #results-NeighborhoodGuideNeighborhoodFinder h3 {
      padding-bottom: 0;
      border:         none;
      color:          black;
      font-family:    Arial,Helvetica,"Lucida Grande","Lucida Sans",sans-serif;
    }
    #NeighborhoodGuideNeighborhoodFinder.MainSidebar.NeighborhoodGuideNeighborhoodLanding #results-NeighborhoodGuideNeighborhoodFinder h3,
    #NeighborhoodGuideNeighborhoodFinder.MainSidebar.NeighborhoodGuide #results-NeighborhoodGuideNeighborhoodFinder h3 {
      background:     none;
      font-size:      1.4em;
    }
    #NeighborhoodGuideNeighborhoodFinder #results-NeighborhoodGuideNeighborhoodFinder ul {
      margin: 5px 0;
    }
      #NeighborhoodGuideNeighborhoodFinder #results-NeighborhoodGuideNeighborhoodFinder ul li {
        list-style: square inside none;
      }

/* Download */
#NeighborhoodGuideDownload .componentBody {
  border:   2px solid black;
  padding:  10px 0;
}
  #NeighborhoodGuideDownload .componentBody img {
    display:  block;
    margin:   0 auto;
  }

/* Landing lists. */
#NeighborhoodGuideTheListLanding ul {
  overflow: hidden;
}
  #NeighborhoodGuideTheListLanding li.storyItem {
    float:  left;
    width:  140px;
  }
  #NeighborhoodGuideTheListLanding li.storyItem+li.storyItem {
    width:  140px;
    margin-top:   0px;
    margin-left:  4px;
    padding-top:  0px;
    padding-left: 4px;
    border-top:   none;
    border-left:  1px dotted #E3EAEE;
  }
#NeighborhoodGuideTheListLanding .category {
  display:  none;
}
#NeighborhoodGuideTheListLanding .name {
  font-size:        14px;
  font-weight:      bold;
  color:            white;
  background-color: black;
}
  #NeighborhoodGuideTheListLanding .name a {
    display:          block;
    padding:          10px 5px;
    color:            white;
    text-decoration:  none;
  }

/* Landing skyscraper. */
body#NeighborhoodGuide #SkyscraperRunofSite.MainColumn {
  background-color: silver;
  padding:          10px !important;
}

/* Hot Spots. */
#NeighborhoodGuideRecommendedLocation li.locationItem,
#NeighborhoodGuideRecommendedLocationsLanding li.locationItem,
#NeighborhoodGuideRecommendedLocationNeighborhoodLanding li.locationItem {
  color:        gray;
  clear:        both;
  overflow:     hidden;
}
  #NeighborhoodGuideRecommendedLocation .thumbnail,
  #NeighborhoodGuideRecommendedLocationsLanding .thumbnail,
  #NeighborhoodGuideRecommendedLocationNeighborhoodLanding .thumbnail {
    float:        left;
    margin-right: 10px;
  }
  #NeighborhoodGuideRecommendedLocation .section,
  #NeighborhoodGuideRecommendedLocationsLanding .section,
  #NeighborhoodGuideRecommendedLocationNeighborhoodLanding .section {
    text-transform: uppercase;
  }
  #NeighborhoodGuideRecommendedLocation .category,
  #NeighborhoodGuideRecommendedLocationsLanding .category,
  #NeighborhoodGuideRecommendedLocationNeighborhoodLanding .category {
    display:  none;
  }
  #NeighborhoodGuideRecommendedLocation .name,
  #NeighborhoodGuideRecommendedLocationsLanding .name,
  #NeighborhoodGuideRecommendedLocationNeighborhoodLanding .name {
    margin:       5px 0;
    font-size:    16px;
    font-weight:  bold;
    color:        black;
  }
    #NeighborhoodGuideRecommendedLocation .name a,
    #NeighborhoodGuideRecommendedLocationsLanding .name a,
    #NeighborhoodGuideRecommendedLocationNeighborhoodLanding .name a {
      text-decoration:  none;
      color:            black;
    }
  #NeighborhoodGuideRecommendedLocation .neighborhood,
  #NeighborhoodGuideRecommendedLocationsLanding .neighborhood,
  #NeighborhoodGuideRecommendedLocationNeighborhoodLanding .neighborhood {
    line-height:  100%;
  }
  #NeighborhoodGuideRecommendedLocation .address,
  #NeighborhoodGuideRecommendedLocationsLanding .address,
  #NeighborhoodGuideRecommendedLocationNeighborhoodLanding .address {
    line-height:  100%;
  }
#NeighborhoodGuideRecommendedLocation li.locationItem+li.locationItem,
#NeighborhoodGuideRecommendedLocationsLanding li.locationItem+li.locationItem,
#NeighborhoodGuideRecommendedLocationNeighborhoodLanding li.locationItem+li.locationItem{
  border-top:   2px solid silver;
  margin-top:   10px;
  padding-top:  10px;
}
#NeighborhoodGuideRecommendedLocation ul,
#NeighborhoodGuideRecommendedLocationNeighborhoodLanding ul {
  border: 2px solid black;
}

/* Landing 'Go!' list. */
body#NeighborhoodGuide #NeighborhoodGuideRelatedEventsLanding {
  border: 2px solid black;
  margin-bottom:  0px;
}
  #NeighborhoodGuideRelatedEventsLanding h2 {
    display:      block;
    margin:       0;
    width:        316px;
    height:       77px;
    text-indent:  -6000px;
    background:   url("/images/headers/go-316.png") no-repeat 0 0;
  }
  #NeighborhoodGuideRelatedEventsLanding ul {
    padding:  0;
  }
  #NeighborhoodGuideRelatedEventsLanding li {
    overflow:       hidden;
    margin:         0;
    padding-top:    5px;
    padding-bottom: 5px;
  }
  #NeighborhoodGuideRelatedEventsLanding li.eventItem:nth-child(odd) {
    background-color: #f1ebe5;
  }
    #NeighborhoodGuideRelatedEventsLanding li.eventItem>div {
      margin: 0 10px;
    }
    #NeighborhoodGuideRelatedEventsLanding li.eventItem .thumbnail {
      float:        left;
      margin-left:  0;
      margin-right: 10px;
    }
    #NeighborhoodGuideRelatedEventsLanding li.eventItem:nth-child(odd) .thumbnail {
      float:        right;
      margin-left:  10px;
      margin-right: 0;
    }
    #NeighborhoodGuideRelatedEventsLanding li.eventItem .date {
      font-size:    30px;
      font-family:    ArcherSemiboldRegular, Courier, monospace;
    }
    #NeighborhoodGuideRelatedEventsLanding li.eventItem .summary {
      font-size:    16px;
    }
      #NeighborhoodGuideRelatedEventsLanding li.eventItem .summary a {
        text-decoration:  none;
      }
    #NeighborhoodGuideRelatedEventsLanding li.eventItem .neighborhood {
      font-size:      10px;
      color:          gray;
      text-transform: uppercase;
    }
      #NeighborhoodGuideRelatedEventsLanding li.eventItem .neighborhood a {
        color:            gray;
        text-decoration:  none;
      }

/* Neighborhood Guide - Search Events */
body#NeighborhoodGuide #NeighborhoodGuideSearchEvents {
  margin-top:     0px;
  margin-bottom:  0px;
  text-align:     right;
}
  #NeighborhoodGuideSearchEvents a {
    text-decoration:  none;
  }

/* Neighborhood Guide - Submit Your Event */
#NeighborhoodGuideSubmitYourEvent {
  margin-top: 0px;
  text-align: right;
}
  #NeighborhoodGuideSubmitYourEvent a {
    text-decoration:  none;
  }

/* Neighborhood Guide graphs. */
body#NeighborhoodGuide ul.graph {
  overflow: hidden;
}
  body#NeighborhoodGuide ul.graph li.graphItem {
    float: left;
    margin: 0 2px;
    text-align: center;
  }
    body#NeighborhoodGuide ul.graph li.graphItem span.bar {
      display: block;
    }
      body#NeighborhoodGuide ul.graph li.graphItem span.bar span.fill {
        position: relative;
        display: block;
        color:            #006180;
        background-color: #006180;
      }
    body#NeighborhoodGuide ul.graph li.graphItem span.label {
      display:      block;
      overflow:     hidden;
      font-size:    8px;
      margin-top:   5px;
      text-indent:  -6000px;
      width:        32px;
      height:       100px;
    }
      body#NeighborhoodGuide ul.graph li.graphItem span.label.label-staffratingcrime {
        background: url("/images/ratings/label-staffratingcrime.png") no-repeat 0 0;
      }
      body#NeighborhoodGuide ul.graph li.graphItem span.label.label-staffratingtransit {
        background: url("/images/ratings/label-staffratingtransit.png") no-repeat 0 0;
      }
      body#NeighborhoodGuide ul.graph li.graphItem span.label.label-staffratingparks {
        background: url("/images/ratings/label-staffratingparks.png") no-repeat 0 0;
      }
      body#NeighborhoodGuide ul.graph li.graphItem span.label.label-staffratingrestaurants {
        background: url("/images/ratings/label-staffratingrestaurants.png") no-repeat 0 0;
      }
      body#NeighborhoodGuide ul.graph li.graphItem span.label.label-staffratingretail {
        background: url("/images/ratings/label-staffratingretail.png") no-repeat 0 0;
      }
      body#NeighborhoodGuide ul.graph li.graphItem span.label.label-staffratingaffordability {
        background: url("/images/ratings/label-staffratingaffordability.png") no-repeat 0 0;
      }
      body#NeighborhoodGuide ul.graph li.graphItem span.label.label-staffratingschools {
        background: url("/images/ratings/label-staffratingschools.png") no-repeat 0 0;
      }
      body#NeighborhoodGuide ul.graph li.graphItem span.label.label-staffratingnightlife {
        background: url("/images/ratings/label-staffratingnightlife.png") no-repeat 0 0;
      }
      body#NeighborhoodGuide ul.graph li.graphItem span.label.label-staffratingarts {
        background: url("/images/ratings/label-staffratingarts.png") no-repeat 0 0;
      }
      body#NeighborhoodGuide ul.graph li.graphItem span.label.label-staffratingdiversity {
        background: url("/images/ratings/label-staffratingdiversity.png") no-repeat 0 0;
      }
      body#NeighborhoodGuide ul.graph li.graphItem span.label.label-staffratingintangibles {
        background: url("/images/ratings/label-staffratingintangibles.png") no-repeat 0 0;
      }

/* Neighborhood Landing - Rotating Image */
body#NeighborhoodGuide #NeighborhoodRotatingImage {
  margin-bottom:  5px;
}
  #NeighborhoodRotatingImage #caption-NeighborhoodRotatingImage {
    display:  none;
  }

/* Neighborhood Landing - Metadata */
body#NeighborhoodGuide #NeighborhoodMetadata {
  margin-bottom:  5px;
}
  #NeighborhoodMetadata h2 {
    font-size:  32px;
	font-family: 'ArcherLightRegular', Courier, serif;
  }

/* Neighborhood Landing - Blotter */
body#NeighborhoodGuide div#gridMainSidebar #NeighborhoodGuideBlotter {
  border-bottom:  2px dotted gray;
  margin-bottom:  20px;
  padding-bottom: 20px;
}
  body#NeighborhoodGuide #NeighborhoodGuideBlotter ul {
    padding:  0px;
  }
    body#NeighborhoodGuide #NeighborhoodGuideBlotter ul li h4 {
      font-size:  20px;
    }
    body#NeighborhoodGuide #NeighborhoodGuideBlotter ul li h5 {
      font-size:  12px;
    }
    body#NeighborhoodGuide #NeighborhoodGuideBlotter ul li .byline {
      display:    none;
    }

/* Neighborhood Landing - Related Story Comments (Chatter) */
body#NeighborhoodGuide div#gridMainSidebar #NeighborhoodRelatedStoryComments {
  margin-bottom:  20px;
  font-size:      12px;
}
  body#NeighborhoodGuide #NeighborhoodRelatedStoryComments ul {
    padding:  0px;
  }
    body#NeighborhoodGuide #NeighborhoodRelatedStoryComments ul li.l0+li.l0 {
      border: none;
      padding:  0;
    }
    body#NeighborhoodGuide #NeighborhoodRelatedStoryComments ul li p {
      margin: 0;
    }
    body#NeighborhoodGuide #NeighborhoodRelatedStoryComments ul li.byline {
      margin-bottom:  0;
    }
    body#NeighborhoodGuide #NeighborhoodRelatedStoryComments ul li.date {
      display:    none;
    }

/* Neighborhood Landing - Related Stories */
body#NeighborhoodGuide div#gridMainSidebar #NeighborhoodRelatedStories {
  margin-bottom:  20px;
}
  body#NeighborhoodGuide #NeighborhoodRelatedStories ul {
    padding:  0px;
  }
    body#NeighborhoodGuide #NeighborhoodRelatedStories ul li.l0+li.l0 {
      border: none;
      padding:  0;
    }
    body#NeighborhoodGuide #NeighborhoodRelatedStories ul li h4 {
      font-size:    14px;
      font-weight:  normal;
    }
    body#NeighborhoodGuide #NeighborhoodRelatedStories ul li h5 {
      font-size:  12px;
    }
    body#NeighborhoodGuide #NeighborhoodRelatedStories ul li .subhead {
      color:  #999999;
    }
    body#NeighborhoodGuide #NeighborhoodRelatedStories ul li .byline {
      display:    none;
    }

/* Neighborhood Landing - Go! List */
body#NeighborhoodGuide #NeighborhoodGuideRelatedEvents {
  border: 1px solid black;
  margin-bottom:  0px;
}
  #NeighborhoodGuideRelatedEvents h2 {
    display:      block;
    margin:       0;
    width:        160px;
    height:       77px;
    text-indent:  -6000px;
    background:   url("/images/headers/go-160.png") no-repeat 0 0;
  }
  body#NeighborhoodGuide #NeighborhoodGuideRelatedEvents .thumbnail {
    display:  none;
  }
  body#NeighborhoodGuide #NeighborhoodGuideRelatedEvents ul li {
    padding:  10px 5px;
    margin:   0;
  }
  body#NeighborhoodGuide #NeighborhoodGuideRelatedEvents ul li+li {
    border-top:     1px solid black;
  }
    body#NeighborhoodGuide #NeighborhoodGuideRelatedEvents ul li.eventItem:nth-child(odd) {
      background-color: #f1ebe5;
    }
    body#NeighborhoodGuide #NeighborhoodGuideRelatedEvents ul li .date {
      font-size:    18px;
      font-weight:  bold;
      font-family:  ArcherSemiboldRegular, Courier, monospace;
    }
    body#NeighborhoodGuide #NeighborhoodGuideRelatedEvents ul li .summary a {
      text-decoration:  none;
    }
    body#NeighborhoodGuide #NeighborhoodGuideRelatedEvents ul li .neighborhood {
      display:  none;
    }

/* The List */
#NeighborhoodGuideTheList .byline {
  display:  none;
}
#NeighborhoodGuideTheList li {
  font-size:  14px;
}
#NeighborhoodGuideTheList li+li {
  border-top: none;
}


/* Wrestling Galleries */
#WrestlingGalleries .ssHeadline {
  font-size:  1.1em;
}
  #WrestlingGalleries .ssHeadline .ssThumb {
    float:        left;
    margin-right: 10px;
  }
  #WrestlingGalleries .ssHeadline a {
    text-decoration:  none;
  }
  #WrestlingGalleries .ssHeadline .ssTopic {
    color:          #666666;
    font-size:      0.8em;
    line-height:    1.3em;
    margin:         0 0 5px;
    text-transform: uppercase;
  }
    #WrestlingGalleries .ssHeadline .ssTopic a {
      color:            #666666;
    }
#WrestlingGalleries ul li {
  overflow:       hidden;
  clear:          both;
  margin-bottom:  20px;
}
#WrestlingGalleries .ssDescription {
  color:      #999999;
  font-size:  1em;
}

/* Tall Share Bar */
body#Content div#gridMainColumn #TallBar.MainColumn,
#TallBar.SpanningFeature,
#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;}


div#NewslettersSignup h3 {
        font-family: 'ArcherSemiboldRegular', Courier, serif;
        font-size:1.4em;
        color:#014895;
        margin:0 0 10px 0;
    }
   
    div#NewslettersSignup {
        background-color:#F2EFEA;
        display:block;
        padding:10px;
    }


div#FreeStuffresultsthumbnails {
	  width: 470px; 
	  float: left;
	  border-top:1px dotted black;
	  padding-top: 8px;
	  margin-left:10px;
	}
	
div#FreeStuffresultsthumbnails h1 {
		font-family: 'ArcherSemiboldRegular', Courier, serif;
		font-size: 20px;
		color: #ed1b2f;
		margin-bottom: 12px;
		}

	.FreeStuffRow {
	width: 470px;
	float: left;
	}

	div#FreeStuffEntry {
	width: 145px;
	float: left; 
	margin: 5px;
	}

	div#FreeStuffEntry h3 {
	font-family: helvetica, sans-serif;
	font-size: 6px;
	color: #ed1b2f;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1px;
	}

	div#FreeStuffEntry h1 {
	font-family: helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 1px;
	}

	div#FreeStuffEntry h2 {
	font-family: helvetica, sans-serif;
	font-size: 8px;
	}

	div#FreeStuffEntry img {
		margin-bottom:4px;
	}

.FreeStuffRow a:link,
div#FreeStuffEntry a:link {
	color: black;
	text-decoration: none;
	}

.FreeStuffRow a:hover,
div#FreeStuffEntry a:hover  {
	color: gray;
	text-decoration: none;
	}
	
.FreeStuffRow a:visited,
div#FreeStuffEntry a:visited  {
	color: black;
	text-decoration: none;
	}
	
	
div#FreeStuffblogteasers {
	width: 470px;
	float: left;
	margin-top: 8px;
	border-top: 1px dotted black;
	padding-top: 8px;
	margin-left:10px;
}

div#FreeStuffblogteasers h1 {
	font-family: 'ArcherSemiboldRegular', Courier, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 12px;
}

div#FreeStuffblogteasers h3 {
	font-size: 10px;
	color: #7197c8;
	margin-bottom: 4px;
}

div#FreeStuffblogteasers p {
	font-size: 10px;
	margin-bottom: 4px;
	line-height: 1.1em;
}

.FreeStuffPost {
	display: block;
	width: 470px;
	float: left;
	margin-left: 0px;
	margin-bottom: 8px;	
}

.FreeStuffPost h4 {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1px;
}

.FreeStuffPost h2 {
	font-family: helvetica, sans-serif;
	font-size: 10px;
}

.FreeStuffPost h3 {
	font-family: helvetica, sans-serif;
	font-size: 8px;
	color: #7197c8;
	margin-bottom: 3px;
}

.FreeStuffPost p {
	font-family: helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 6px 0px;
	line-height: 1.1em;
}	
.FreeStuffPost img {
	margin: 0px 6px 6px 0px;
	border: 1px solid black;
	float: left;
}

.FreeStuffPost a:link {
	text-decoration: none;
}

.FreeStuffPost a:hover {
	text-decoration: none;
	color: silver;
}

div#pollFreeStuffHeader {
	width:160px;
	height:24px;
	margin-bottom: 6px;
}

div#pollFreeStuffHeader h1 {
	font-family: 'ArcherSemiboldRegular', Courier, serif;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin-top:6px;
	margin-bottom: 12px;	
}

div#FeaturedRotatorFreeStuff h3 {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ed1b2f;
	font-size: 8px;
	margin-top: 2px;
}

div#FeaturedRotatorFreeStuff h4 {
	font-family: helvetica, sans-serif;
	font-size: 16px;
}

div#FeaturedRotatorFreeStuff h5 {
	font-family: helvetica, sans-serif;
	font-size: 10px;
}


div#loafySays {
	width: 640px;
	height: 86px;
	border-bottom: 1px dotted black;
	background: url(/images/other/loafySays.png) no-repeat;
}


/* New 'Best Of' styles. */
#MagnumImage.MainColumn.BestOfGuide {
  clear:both;
}
div#BestOfWinnerListReadersPicks div.bestOfItem {
  position: relative;
}

div#BestOfWinnerList {
  width:  465px;
}
  div#BestOfWinnerList {
    color:  white;
  }
    div#BestOfWinnerList a {
      color:  white;
      text-decoration:  none;
    }
    div#BestOfWinnerList .bestOfItem {
      padding:  5px;
    }
      div#BestOfWinnerList .bestOfItem:nth-child(odd) {
        background-color: #00aac8;
      }
      div#BestOfWinnerList .bestOfItem:nth-child(even) {
        background-color: #7670af;
      }
      div#BestOfWinnerList .bestOfItem h4 {
        overflow: hidden;
        text-transform: uppercase;
      }
        div#BestOfWinnerList .bestOfItem h4 .winner {
          color:  yellow;
          display:  block;
          float:  right;
          padding-left: 5px;
        }
        div#BestOfWinnerList .bestOfItem h4 a {
          font-weight:  bold;
        }
  div#BestOfWinnerList .details {
    overflow: hidden;
    padding:  5px;
  }
    div#BestOfWinnerList .details p {
      margin: 0px;
    }
    div#BestOfWinnerList .details .more {
      color:  yellow;
      display:  block;
      margin-top: 1em;
    }
      div#BestOfWinnerList .details .more a {
        color:  yellow;
        text-decoration:  none;
      }

div#BestOfWinnerListReadersPicks {
  background-color: #F2EFEA;
}
  div#BestOfWinnerListReadersPicks h3 {
    background-color: #00aac8;
    color:  white;
    font-size:  1.2em;
    font-weight:  bold;
    padding:  5px;
    text-align: center;
    text-transform: uppercase;
  }
    div#BestOfWinnerListReadersPicks h3 a {
      color:  white;
      font-weight:  bold;
      text-decoration:  none;
      text-transform: uppercase;
    }
  div#BestOfWinnerListReadersPicks .bestOfItem {
    padding:  0 5px;
  }
    div#BestOfWinnerListReadersPicks .bestOfItem h4 {
      padding:  5px;
    }
      div#BestOfWinnerListReadersPicks .bestOfItem h4 a {
        text-decoration:  none;
      }
  div#BestOfWinnerListReadersPicks .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#BestOfWinnerListReadersPicks .details .label {
      display:  block;
      font-weight:  bold;
      text-transform: uppercase;
    }
    div#BestOfWinnerListReadersPicks .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#BestOfWinnerListReadersPicks .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#BestOfWinnerListReadersPicks .details .more {
      display:  block;
      color:  silver;
      font-size:  0.8em;
    }
      div#BestOfWinnerListReadersPicks .details .more a {
        color:  silver;
        text-decoration:  none;
      }

	div#bestOfATL2011Nav {
	  width: 640px;
	}
	
	div#bestOfATL2011Nav .navBottom {
	  width: 640px;
	  margin-bottom: 12px;
	}

	div#bestOfATL2011Nav .boATLhed {
	  float: left;
	  width: 425px;
	  margin-right: 5px;
	  margin-bottom: 5px;
	}

	div#bestOfATL2011Nav 	.boATLbuttonRt {
	  float: left;
	  width: 210px;
	  margin-bottom: 5px;
	}

	div#bestOfATL2011Nav 	.boATLbuttonLt {
	  float: left;
	  width: 210px;
	  margin-right: 5px;
	  margin-bottom: 5px;
	}

	div#bestOfATL2011Nav 	.boATLbuttonCtr {
	  float: left;
	  width: 210px;
	  margin-right: 5px;
	  margin-bottom: 5px;
	}

	#bestOfAtl2011NavBar {
	width: 640px;
	margin-bottom: 8px;
	margin-top: -5px;
	}

	#bestOfAtl2011NavBar .boaATLNavButtonLt{
	width: 104px;
	height: 22px;
	float: left;
	margin-right: 3px;
	}

	#bestOfAtl2011NavBar  .boaATLNavButtonRt{
	width: 104px;
	height: 22px;
	float: left;
	}


	div#RestaurantDeals p {
		font-size: 11px;
	}
	
	
	div#RestaurantDeals h2 {
		font-family: 'ArcherSemiboldRegular', Courier, serif;
		font-size: 18px;
		text-transform: uppercase;
		color: navy;
		margin-bottom: 12px;
	}
	
	

	div#ArtBoxesThumbnails {
		  width: 640px; 
		  float: left;
		  border-top:1px dotted black;
		  padding-top: 8px;
		  margin-left:5px;
		}

	div#ArtBoxesThumbnails h1 {
			font-family: 'ArcherSemiboldRegular', Courier, serif;
			font-size: 20px;
			color: #ed1b2f;
			margin-bottom: 12px;
			}

		.ArtBoxRow {
		width: 640px;
		float: left;
		}

		div#ArtBoxEntry {
		width: 200px;
		float: left; 
		margin: 5px;
		}

		div#ArtBoxEntry h2, div#ArtBoxesThumbnails h2 {
		font-family: helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 1px;
		}


		div#ArtBoxEntry img {
			margin-bottom:4px;
		}

	.ArtBoxRow a:link,
	div#ArtBoxEntry a:link {
		color: black;
		text-decoration: none;
		}

	.ArtBoxRow a:hover,
	div#ArtBoxEntry a:hover  {
		color: gray;
		text-decoration: none;
		}

	.ArtBoxRow a:visited,
	div#ArtBoxEntry a:visited  {
		color: black;
		text-decoration: none;
		}


div#weLoveATLList {
	width: 640px;
	float: left;
	margin-top: -10px;
}

div#WeLoveATLCelebs {
	width: 640px;
	float: left;
	margin-top: 12px;
}

div#weLoveATLList h1{
	font-family: 'ArcherSemiboldRegular', Courier, serif;
    font-size: 13pt;
    line-height: 4.0em;
    color: #014895;
}

div#WeLoveATLCelebs h1 {
	font-family: 'ArcherSemiboldRegular', Courier, serif;
    font-size: 13pt;
    color: #014895;	
}

div#WeLoveATLCelebs p {
	font-family: Georgia, Times, serif;
	font-size: 11pt;
	margin-top: 0px;
}

div#weLoveATLList li {
	font-family: Georgia, Times, serif; 
	font-size: 11pt; 
	line-height: 2.0em; 
	color: #000;"
}

div#GiftGuidePage2011 h1 {
	font-family: Century Gothic, sans-serif;
	font-size: 48pt;
	color: red;
	text-shadow: 3px 3px 0px #c3c3c3;	
}

div#GiftGuidePage2011 h2 {
	font-family: Century Gothic, sans-serif;
	font-family:20pt;
	color: red;
	}

	div#GiftGuidePage2011 h3 {
		font-family: Arial, sans-serif;
		font-family:14pt;
		color: gray;
		}	
}

/* 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;                      
}

.starsContainer .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;
 position: absolute;
 height:17px;
 width:18px;
}
.starsContainer.tiny .singleStar {
 background: url("/foundation/images/icons/star_trans_tiny.png") no-repeat scroll left top transparent;
 position: absolute;
 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;}

.filmShortDetails .starsContainer .goldStarContainer,
.filmShortReview .staffRating .starsContainer .goldStarContainer {
  background-color: #6486BD;
}

/* end star rating */

.HolidayGiftGuide h1.headline {

	font-family: 'Century Gothic', sans-serif;
	font-size: 52pt;
	font-weight: bold;
	color: red;
	line-height: .9em;
	text-shadow: 1px 1px 1px #fff, 2px 2px 2px #000;	
}


.HolidayGiftGuide h2 {

	font-family: 'Century Gothic', sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: red;
	margin-bottom: 4px;
	line-height: 1.0em;
}

.HolidayGiftGuide h4 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 9pt;
	color: gray;
	text-transform: uppercase;
}

.HolidayGiftGuide p {
	line-height: 1.1em;
	margin-top: 6px;
	margin-bottom: 18px;
	padding-bottom: 6px;
	display: block;
	border-bottom: 1px dotted black;
	width: 350px;
}

.HolidayGiftGuide a:link {
	text-decoration: none;
}

/* 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-family: 'ArcherSemiboldRegular', Courier, serif;
  padding-bottom: 0;
  font-weight: normal;
  font-size: 1.4em;
  text-transform:uppercase;
  color:#014895;
}
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;}


/* Style captcha container for surveys. */
div#SurveyForm .captchaContainer
{
  padding:0 20px;
}
  div#SurveyForm .captchaContainer label
  {
    display:none;
  }
  div#SurveyForm .captchaContainer #SurveyFormCaptcha
  {
    width:190px;
  }
  div#SurveyForm .captchaContainer p
  {
    padding:10px 0;
  }


/* Best Of Atlanta - Map */
#BestOfAtlantaMap div#map-BestOfAtlantaMap {
  width:  630px;
  height:  480px;
}
  #BestOfAtlantaMap div#map-BestOfAtlantaMap .locationItem {
    overflow: hidden;
  }
    #BestOfAtlantaMap div#map-BestOfAtlantaMap .thumbnail {
      float:        left;
      width:        50px;
      height:       50px;
      margin-right: 10px;
    }
    #BestOfAtlantaMap div#map-BestOfAtlantaMap .section {
      text-transform: uppercase;
    }
    #BestOfAtlantaMap div#map-BestOfAtlantaMap .category {
      display:  none;
    }
    #BestOfAtlantaMap div#map-BestOfAtlantaMap .name {
      font-size:    14px;
      font-weight:  bold;
    }
      #BestOfAtlantaMap div#map-BestOfAtlantaMap .name a {
        text-decoration:  none;
      }

#BestOfAtlantaMap .legend {
  padding:          10px;
  color:            white;
  background-color: black;
}
  #BestOfAtlantaMap .legend h3 {
    display:  none;
  }
  #BestOfAtlantaMap .legend>div {
    overflow: hidden;
  }
  #BestOfAtlantaMap .legend ul {
    width:        200px;
    float:        left;
    margin-left:  10px;
    margin-right: 10px;
  }
  #BestOfAtlantaMap .legend li {
    margin: 5px 0;
  }
    #BestOfAtlantaMap .legend li a {
      color:            white;
      text-decoration:  none;
    }

/* Best of Atlanta - Search Results */
#BestOfAtlantaSearchResults {
  overflow: hidden;
}
  #BestOfAtlantaSearchResults ul {
    width:        180px;
    float:        left;
    margin-left:  10px;
    margin-right: 10px;
  }
  #BestOfAtlantaSearchResults .vcard {
    margin: 10px 0;
  }
    #BestOfAtlantaSearchResults .vcard .fn {
      font-size:    12px;
      font-weight:  bold;
    }
    #BestOfAtlantaSearchResults .vcard a.fn {
      text-decoration:  none;
    }


	div#FreeStuffresultsthumbnailsMobile {
		  width: 300px; 
		  float: left;
		  padding-top: 8px;
		 
		}

	div#FreeStuffresultsthumbnailsMobile h1 {
			font-family: 'Helvetica', Courier, sans-serif;
			font-size: 12px;
			color: #ed1b2f;
			margin-bottom: 12px;
			}

		.FreeStuffRowMobile {
		width: 300px;
		float: left;
		}

		div#FreeStuffEntryMobile {
		width: 144px;
		float: left; 
		margin: 3px;
		}

		div#FreeStuffEntryMobile h3 {
		font-family: helvetica, sans-serif;
		font-size: 6px;
		color: #ed1b2f;
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 1px;
		}

		div#FreeStuffEntryMobile h1 {
		font-family: helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		margin-bottom: 1px;
		}

		div#FreeStuffEntryMobile h2 {
		font-family: helvetica, sans-serif;
		font-size: 7px;
		}

		div#FreeStuffEntryMobile img {
			margin-bottom:4px;
		}

	.FreeStuffRowMobile a:link,
	div#FreeStuffEntryMobile a:link {
		color: black;
		text-decoration: none;
		}

	.FreeStuffRowMobile a:hover,
	div#FreeStuffEntryMobile a:hover  {
		color: gray;
		text-decoration: none;
		}

	.FreeStuffRowMobile a:visited,
	div#FreeStuffEntryMobile a:visited  {
		color: black;
		text-decoration: none;
		}
		
		
		/* Neighborhood Guide Calendar 
		------------------------------------------------------------------ */

		.dnCalendarTable {  
		  margin-top: 20px !important;
		}

		.dnCalendarTable thead,
		.dnCalendarDate {
		  font-family: Helvetica, sans-serif;
		  font-weight: 300;
		  font-size: 1.4em;
		  color: #000;
		}

		.dnCalendarTable caption, th {
		  text-align: center;
		}

		.dnCalendarDate td, 
		.dnCalendarDateGray td {
		  width: 20px;
		  height: 20px;
		  padding: 3px;
		}

		.dnCalendarDate.dnCalendarClickable {
		  background: #B22C2A;
		  border: 2px solid #fff;
		  color: #fff;
		  height: 35px;
		  text-align: center;
		}

		.dnCalendarDate.dnCalendarClickable:hover {
		  background: #000;
		  cursor: pointer;
		}

		.dnCalendarDate.dnCalendarClickable.dnCalendarDateGray {
		  background: #ccc;
		}

		.dnCalendarDate.dnCalendarClickable.dnCalendarDateGray:hover {
		  cursor: default;
		}


#NeighborhoodGuideAlphabet {
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 1.6em;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

#NeighborhoodGuideAlphabet h1 {
	background-color: #B22C2A;
	padding: 2px 3px;
	width: 300px;
	font-family: ArcherLightRegular, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #fff;
	text-align: center;
}


#NeighborhoodGuideAlphabet a {
	display: block; 
	float: left;
	text-decoration: none;
	margin: 5px;
}


#GridCalendar {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 12px;
}
	
#StoryLayout.DoGood2014about span.clicktozoom { display:none; }
/* DESKTOP AND MOBILE */
.pullQuote {
    float: none;
    clear: both;
    margin: 10px 20px 10px;
    padding: 20px;
    font-size: 1.8em;
    font-family: Georgia, serif;
    text-align: center;
    font-weight: 700;
    line-height: 1.1em;
}
div.pullQuote a {
    color: #010101;
    text-decoration: none;
}
.pullQuote .pullQuoteTwitter {
    display: block;
    margin: 10px auto 0;
    line-height: 1;
    color: #999;
    font-size: 12px;
    padding: 1px 20px 1px 0;
    background: url(/foundation/images/icons/twitterSquare.png) 99% center no-repeat;
    background-size: contain;
    font-weight: 400;
    width: 72px;
}

/* SEARCH */


/* LOCAL RESET */

.SearchController * {
    box-sizing: border-box;
}


/* GENERAL
-------------------------------- */

.SearchController .clear-global {
    text-decoration: underline;
}


/* COMPONENT STYLES
-------------------------------- */


/* control bar */

.SearchController .query-controls {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    margin: 1rem 0;
    background: #fff;
    font-weight: 400;
    border: 1px solid rgba(34, 36, 38, .15);
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    border-radius: .28571429rem;
    min-height: 2.85714286em;
}

.SearchController .query-controls .filter-link,
.SearchController .query-controls .keyword-search {
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: 0 0;
    padding: .92857143em 1.14285714em;
    text-transform: none;
    color: rgba(0, 0, 0, .87);
    font-weight: 400;
    -webkit-transition: background .1s ease, box-shadow .1s ease, color .1s ease;
    transition: background .1s ease, box-shadow .1s ease, color .1s ease;
}

.SearchController .query-controls .filter-link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.SearchController .query-controls .filter-link:hover,
.SearchController .query-controls .keyword-search:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .03);
    color: rgba(0, 0, 0, .95);
}

.SearchController .query-controls .keyword-wrap {
    display: flex;
    margin-left: 0;
}

.SearchController .query-controls > div:before,
.SearchController .query-controls .keyword-search {
    border-right: 1px solid #eee;
}

.SearchController .query-controls .keyword-search:before {
    right: auto;
    left: 0;
}

.SearchController .query-controls .bar-link a {
    border-left: 1px solid #eee;
}

.SearchController .query-controls .bar-link a.active {
    background-color: #F7E5e0;
}

.SearchController .query-controls .filter-all,
.SearchController .query-controls .spacer,
.SearchController .query-controls .sort-all {
    border-left: 1px solid #eee;
}


/* override to create gap in bar buttons */

.SearchController .query-controls .spacer {
    display: none;
}

.SearchController .query-controls .keyword-wrap input {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.2142em;
    padding: .67861429em 2.25em .67861429em 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease, border-color .1s ease;
    transition: box-shadow .1s ease, border-color .1s ease;
    box-shadow: none;
    box-shadow: none!important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.SearchController .query-controls .keyword-wrap:hover {
    background-color: rgba(0, 0, 0, .03);
}

.SearchController .query-controls .keyword-wrap {
    position: relative;
    /* xxx check for prefixes */
    flex-grow: 20;
}

.SearchController .query-controls .bar-link.keyword-wrap:after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    right: .5rem;
    background-image: url('/foundation/images/icons/search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.SearchController .query-controls .filter-group {
    display: none;
}

.SearchController .query-controls a.filter-link {
    line-height: 1rem;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
}

.SearchController .query-controls a.id-any:before {
    content: "";
    height: 1rem;
    width: 1rem;
    background-image: url('/foundation/images/icons/filter.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: .5rem;
}

.SearchController .query-controls .id-sort:before {
    content: "";
    height: 1rem;
    width: 1rem;
    background-image: url('/foundation/images/icons/sort.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: .5rem;
}

.SearchController .query-controls .spacer {
    /* xxx check for prefix */
    flex-grow: 1;
}

.SearchController .query-controls {
    position: relative;
}

.SearchController .clear-global {
    cursor: pointer;
}


/* description bar ------- */

.SearchController .query-description {}

.SearchController .query-description {
    margin: .75em 0;
}

.SearchController .query-description span.token-group {
    display: inline-block;
}

.SearchController .query-description span.static {
    display: inline-block;
}

.SearchController .query-description span.dynamic,
.SearchController .query-description span.static {
    font-size: 16px;
    font-weight: normal;
    padding-right: .2em;
    line-height: 21px;
    margin: .75em 0;
    margin-right: .5em;
    position: relative;
}

.SearchController .query-description span .label {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 10px;
    color: #333;
}

.SearchController .query-description span.dynamic:hover {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
}

.SearchController .query-description span.descriptor {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: .5em .75em .5em .75em;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    vertical-align: baseline;
    background: #e0e1e2;
    color: rgba(0, 0, 0, .6);
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
    min-width: 70px;
}

.SearchController .query-description:hover span.dynamic span.clear-param {
    display: block;
}

.SearchController .query-description span.clear-param:hover {
    background-color: #FF7D7D;
    display: block;
}

.SearchController .query-description .dynamic:hover span.clear-param,
.SearchController .query-description .dynamic:hover span.modal-indicator {
    opacity: 1;
}

.SearchController .query-description span.clear-param {
    position: absolute;
    display: none;
    bottom: 0;
    left: 50%;
    height: 23px;
    background-color: #f0dddd;
    background-image: url('/foundation/images/icons/delete.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 4px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
    padding: .25rem;
    padding-left: 1.25rem;
    z-index: 1000;
    font-size: 13px;
    line-height: 12px;
    opacity: .5;
}

.SearchController .query-description:hover span.dynamic span.modal-indicator {
    display: block;
}

.SearchController .query-description span.modal-indicator:hover {
    background-color: #CCC;
    display: block;
}

.SearchController .query-description span.modal-indicator {
    position: absolute;
    display: none;
    bottom: 0;
    left: 50%;
    height: 23px;
    background-color: #f0dddd;
    background-image: url('/foundation/images/icons/arrow-down.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 4px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
    padding: .25rem;
    padding-left: 1.25rem;
    z-index: 1000;
    font-size: 13px;
    line-height: 12px;
}

.SearchController .query-description span.has-indicator {
    padding-right: 2rem;
}

.SearchController .query-description span.modal-indicator {
    display: block;
    right: -1px;
    position: absolute;
    left: auto;
    top: -1px;
    bottom: -1px;
    height: auto;
    margin: 0;
    text-indent: -9999px;
    border-radius: 0 3px 3px 0;
    background-color: #eee;
    background-position: center;
    opacity: 1;
}

.SearchController .component-header {
    position: relative;
}

.SearchController .component-header * {
    display: inline-block;
}

.SearchController .component-header a {
    margin-left: 1rem;
}

.SearchController .component-header .clear-global {
    display: none;
    float: right;
    margin-top: 1rem;
}

a.clear-global {
    display: none;
    width: auto;
    bottom: 0;
    height: 23px;
    background-image: url('/foundation/images/icons/start-over.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: .5rem;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ccc;
    padding: 0.25rem;
    padding-left: 1.75rem;
    z-index: 1000;
    font-size: 13px;
    line-height: .8rem;
    transform: translate(0, -5px);
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding-right: .5rem;
}

a.clear-global:hover {
    text-decoration: none;
    color: #000;
    background-color: #FF7D7D;
}


/* MODAL STYLES
-------------------------------- */

.modal * {
    box-sizing: border-box;
}

.modal-wrap {
    width: 720px;
    top: 0;
    position: absolute;
    left: 50%;
    right: auto;
    margin-left: -360px;
}

.modal {
    display: none;
    position: absolute;
    min-height: 45rem;
    max-height: 800px;
    width: 720px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    z-index: 9001;
    left: auto;
    right: auto;
    margin-top: 200px;
}

.modal .tabs {
    border-bottom: 1px solid #333;
    overflow: visible;
}

.modal .switch-modal {
    margin: 0 .5rem;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    margin: .25rem .25rem;
    padding: .45rem 1rem;
    font-size: 1.25rem;
    border: 1px solid #333;
    border-bottom-width: 0;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    background-color: #f0f0f0;
    border-color: #888;
    overflow: visible;
    font-family: Helvetica, Arial, sans-serif;
    color: #999;
}

.modal .switch-modal.active {
    background-color: #fff;
    color: #333;
    border-color: #333;
}

.modal .switch-modal.active:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    bottom: -2px;
    height: 3px;
    left: 0;
    background-color: #fff;
}

.modal-close {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    text-indent: -9999px;
    background-color: #333;
    background-image: url('/foundation/images/icons/modal_close.png');
    right: 9px;
    top: 9px;
    /* transform: translate(16px, -16px); */
    border: 1px solid #000;
    background-size: 18px;
    background-position: 4px;
    background-repeat: no-repeat;
    z-index: 100;
}

.modal-close:hover {
    background-color: #333;
    opacity: .5;
}


/* [OPEN, ] MODAL OPEN STATE */

.modal.open {
    display: block;
}

body .modal-dimmer {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9000;
}

body .modal-dimmer.active {
    display: block;
}

.modal .inner,
.dropdown .inner {
    height: calc(100% - 6rem);
    overflow: auto;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border-top: 1px solid #aaa;
}

.dropdown .inner {
    height: auto;
    padding-bottom: 3rem;
    overflow: hidden;
    position: static;
}

.modal.search-stacked .inner {}

.modal.search-stacked .inner ul {
    margin-bottom: 1rem;
}

.modal.search-stacked .inner h3:first-child {
    display: none;
}

.modal .header {
    padding: 0 0rem;
    height: 3rem;
}

.modal .header h3 {
    padding: 0 1rem;
    margin: 0;
    line-height: 3rem;
    font-size: 1.25rem;
    font-weight: normal;
    display: inline-block;
    min-width: 180px;
}

.modal .inner h3,
.dropdown inner h3 {
    padding: 0 1rem;
    margin: 0;
    margin-bottom: 0rem;
    line-height: 3rem;
    font-size: 1.25rem;
}

.modal .footer,
.dropdown .footer {
    height: 3rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ccc;
    padding: .5rem;
}

.modal .footer .button,
.dropdown .footer .button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2;
    color: rgba(0, 0, 0, .6);
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}

.modal .footer .button.done,
.dropdown .footer .button.done {
    float: right;
    color: #fff;
    background-color: #2185d0;
}


/* SORT STYLES
-------------------------------- */

.modal.sort {
    margin-left: 150px;
    width: 300px;
    min-height: 0;
    overflow: hidden;
}

.modal.sort .inner {
    position: static;
    overflow: auto;
    border-top: 0;
}

.modal.sort .inner ul li.list-button {
    font-size: 1rem;
    padding: .5rem 1rem;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
}

.modal.sort .inner ul li.list-button:hover {
    background-color: #eaeaea;
}

.modal.sort .inner ul li.list-button.active {
    background-color: #eee;
    font-weight: bold;
}

.modal.sort .inner ul li.list-button:last-child {
    border-bottom: none;
}


/* LISTVIEW STYLES
-------------------------------- */

.modal .checkbox-item-wrap {}

.modal .checkbox-item-wrap .hidden-checkbox {
    display: none;
}

.modal .list-button {
    cursor: pointer;
}


/* NESTED LIST VIEW
-------------------------------- */

.modal label {
    margin: 0;
}

.modal ul li .checkbox-item-wrap.select-all label {
    font-weight: bold;
}

.modal ul li .checkbox-item-wrap {
    font-size: 1rem;
    padding: 0;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-color: #f8f8f8;
}

.modal ul li.child .checkbox-item-wrap {
    padding: .5rem 3.5rem;
    background-color: #fafafa;
}

ul.nested-checkbox-list li.parent,
ul.nested-checkbox-list li.child {
    padding: 0;
    background-color: #f5f5f5;
}

ul.nested-checkbox-list li.parent .checkbox-item-wrap:hover,
ul.nested-checkbox-list li.child .checkbox-item-wrap:hover {
    background-color: #eee;
}


/* [OPEN, CLOESED] PARENT NEST STATE */

ul.nested-checkbox-list li.parent.closed ul {
    height: 0;
    overflow: hidden;
}

ul .checkbox-label {
    position: relative;
    padding: .25em 0em .25em 2em;
    display: block;
    cursor: pointer;
}

ul .checkbox-label:hover {
    background-color: #f0f0f0;
}


/* [CHECKED, MIXED, UNCHECKED] PARENT CHECKED STATE */

ul.nested-checkbox-list li.parent {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

ul.nested-checkbox-list li.parent > .checkbox-item-wrap label:after {
    content: "";
    position: absolute;
    right: .5rem;
    height: 1rem;
    width: 1rem;
    background-image: url('/foundation/images/icons/down-arrow.png');
    background-size: contain;
    top: 50%;
    margin-top: -.5rem;
    transition: .25s all;
}

ul.nested-checkbox-list li.parent.open > .checkbox-item-wrap label:after {
    content: "";
    position: absolute;
    right: .5rem;
    height: 1rem;
    width: 1rem;
    background-image: url('/foundation/images/icons/down-arrow.png');
    background-size: contain;
    top: 50%;
    margin-top: -.5rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.nested-checkbox-list li.parent ul {
    -webkit-column-count: 3;
    /* Ch, Saf, And, BB  */
    -moz-column-count: 3;
    /* Fx */
    column-count: 3;
    /* IE 10, Op 11.1+ */
    padding-left: 2rem;
    padding-right: 2rem;
}

ul.nested-checkbox-list li.parent.open ul {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

ul.nested-checkbox-list li.parent ul li.child {
    border: none;
    display: inline-block;
    width: 100%;
}

ul.nested-checkbox-list li.parent ul li.child .checkbox-item-wrap {
    padding: 0;
    background-color: #fff;
}

ul.nested-checkbox-list li.parent > .checkbox-item-wrap .checkbox-label {
    font-size: 1.1rem;
    padding: .5em 2em .5em;
    margin: 0;
}

ul.nested-checkbox-list li.parent:first-child {
    border-top: 1px solid #ccc;
}

ul.nested-checkbox-list li.child {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

ul.nested-checkbox-list li.child:first-child {
    border-top: 1px solid #ccc;
}

ul.nested-checkbox-list li.parent.checked .checkbox-label:before {
    content: "";
    display: block;
    position: absolute;
    height: 1rem;
    width: 1rem;
    top: 50%;
    margin-top: calc(-.5rem);
    background-image: url(/foundation/images/icons/checkbox.png);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    left: .5em;
}

ul.nested-checkbox-list li.parent.mixed .checkbox-label:before {
    content: "";
    display: block;
    position: absolute;
    height: 1rem;
    width: 1rem;
    top: 50%;
    margin-top: calc(-.5rem - 1px);
    background-image: url(/foundation/images/icons/checkbox.png);
    background-size: cover;
    background-position: 0px -1rem;
    background-repeat: no-repeat;
    left: .5em;
}

ul.nested-checkbox-list li.parent.unchecked .checkbox-label:before {
    content: "";
    display: block;
    position: absolute;
    height: 1rem;
    width: 1rem;
    top: 50%;
    margin-top: calc(-.5rem - 1px);
    background-image: url(/foundation/images/icons/checkbox.png);
    background-size: cover;
    background-position: 0px -2rem;
    background-repeat: no-repeat;
    left: .5em;
}

ul.nested-checkbox-list li.parent li.child {
    border-bottom: 1px solid #ccc;
}

ul.nested-checkbox-list li.parent li.child.checked .checkbox-label:before {
    background-position: 0 0;
}

ul.nested-checkbox-list li.parent li.child.unchecked .checkbox-label:before {
    background-position: 0px -2rem;
}


/* STACKED LIST VIEW
-------------------------------- */

ul.stacked-checkbox-list {
    margin-bottom: 3rem;
}

ul.stacked-checkbox-list .checkbox-label {
    position: relative;
    font-size: 1.1rem;
    cursor: pointer;
}

ul.stacked-checkbox-list li {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}


/* [CHECKED, MIXED, UNCHECKED] PARENT CHECKED STATE */

ul.stacked-checkbox-list li.checked .checkbox-label:before {
    content: "";
    display: block;
    position: absolute;
    height: 1rem;
    width: 1rem;
    top: 50%;
    margin-top: calc(-.5rem);
    background-image: url(/foundation/images/icons/checkbox.png);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    left: .5em
}

ul.stacked-checkbox-list li.unchecked .checkbox-label:before {
    content: "";
    display: block;
    position: absolute;
    height: 1rem;
    width: 1rem;
    top: 50%;
    margin-top: calc(-.5rem - 1px);
    background-image: url(/foundation/images/icons/checkbox.png);
    background-size: cover;
    background-position: 0px -2rem;
    background-repeat: no-repeat;
    left: .5em
}


/* KEYWORD SEARCH
-------------------------------- */

.dropdown.search-keyword .inner {
    padding: 0;
}

.dropdown.search-keyword .inner h3 {
    padding: .5rem 1rem;
}

.dropdown.search-keyword .input-wrap {
    position: relative;
}

.dropdown.search-keyword .input-wrap:after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    right: 3.5rem;
    background-image: url('/foundation/images/icons/search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dropdown.search-keyword input#location-keywords {
    width: 100%;
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 3rem;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background: #fff;
    outline: 0;
    /* border-bottom: 1px solid #333; */
    color: rgba(0, 0, 0, .87);
    /* border-radius: .28571429rem; */
    /* -webkit-transition: box-shadow .1s ease,border-color .1s ease; */
    /* transition: box-shadow .1s ease,border-color .1s ease; */
    /* box-shadow: none; */
    /* border-color: transparent!important; */
    background-color: transparent!important;
    box-shadow: none!important;
    font-size: 1.5rem;
    padding: 0 1rem;
    display: block;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-right: 3rem;
    border-right: 1px solid #ccc;
}

.modal.search-keyword input#location-keywords:focus {}

.dropdown .completion-list .empty {
    padding: 1rem;
    background-color: #f5f5f5;
}

.dropdown .completion-list .completion-item {
    transition: padding .25s;
    font-size: 1rem;
    padding: .5rem 1rem;
    background-color: #f5f5f5;
    border-bottom: #eaeaea;
}

.dropdown .completion-list .completion-item:hover {
    padding-left: 1.75rem;
    cursor: pointer;
    background-color: #f0f0f0;
}

.dropdown .completion-list .completion-item.active {
    background-color: #eee;
}

.dropdown .completion-list .completion-item .completion-value {
    font-size: 1rem;
}

.dropdown .completion-list .completion-item .completion-type {
    margin-left: .25rem;
    padding: .5rem;
    color: #444;
}

.dropdown.search-keyword {
    display: none;
    box-shadow: #d7d7d7 0px 1px 7px;
}

.dropdown.search-keyword.open {
    display: block;
}

.search-keyword {
    position: absolute;
    width: 21.5rem;
    min-height: 16rem;
    left: .25rem;
    top: calc( 2.5rem - 1px);
    border-top-width: 0;
    background-color: #fff;
    z-index: 9002;
    border: 1px solid #d7d7d7;
    border-radius: 0 0 3px 3px;
    border-top: 0;
}

.search-keyword .inner {
    border-top: 1px solid #d7d7d7;
}

.dropdown .completion-list .completion-item {
    position: relative;
}

.dropdown.search-keyword .inner h3 {
    font-size: 1rem;
    font-weight: bold;
}

.dropdown .completion-list .completion-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    right: .5rem;
    top: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.dropdown .completion-list .completion-item:after {
    background-image: url("/foundation/images/icons/check-plus.png");
}

.dropdown .completion-list .completion-item.direct:after {
    background-image: url("/foundation/images/icons/arrow-right.png");
}

.modal-dimmer.transparent {
    opacity: 0;
}

.SearchController .dropdown {
    z-index: 7999;
}

.bar-link #location-keywords.keyword-search {
    background-color: #fff;
    border: none;
    z-index: 8000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}


/* RESULT STYLES
-------------------------------- */

.DynamicSearchResults .results {
    position: relative;
    min-height: 12rem;
}


/*
.results.loading:before {
    content:"";
    display: block;
    top:0;
    left:0;
    bottom:0;
    right:0;
    position: absolute;
    background-color: #333;
    opacity: .5;
    z-index: 1000;
    background-image:
    border-radius: 5px;
    }*/

.DynamicSearchResults .loader-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #444;
    opacity: .5;
    border-radius: 5px;
}

.DynamicSearchResults .loader,
.DynamicSearchResults .loader:before,
.DynamicSearchResults .loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.DynamicSearchResults .loader:before,
.DynamicSearchResults .loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.DynamicSearchResults .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.DynamicSearchResults .loader {
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.DynamicSearchResults .loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #ffffff;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #ffffff;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}

.DynamicSearchResults #searchResults .header {
    display: flex;
    flex-direction: row;
}

.DynamicSearchResults #searchResults .header > div {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    float: none;
    margin: .5rem 0;
    flex-grow: 1;
}

.DynamicSearchResults #searchResults .header > div.pageCount {
    justify-content: flex-end;
}

.DynamicSearchResults #searchResults .header > div.pageCount span {
    padding-left: .5rem;
}

.DynamicSearchResults .FeaturesIcons span {
    text-indent: -9999px;
    display: block;
    width: 0;
}

.DynamicSearchResults .FeaturesIcons {
    display: flex;
}

.filter-link[data-value]:before {
    margin-right: .5rem;
}

.DynamicSearchResults #searchResults .pagination a.icon-right {
    justify-content: flex-end;
}

.DynamicSearchResults #searchResults .pagination a.icon-left {
    justify-content: flex-start;
}

.DynamicSearchResults #searchResults .pagination > span {
    justify-content: center;
}

.DynamicSearchResults #searchResults .page-total {
    padding-left: .5rem;
}

.SearchController .query-description span.descriptor.has-clear {
    position: relative;
    padding-right: 2.5rem;
}

.SearchController .query-description span.clear-param {
    display: block;
    right: -1px;
    position: absolute;
    left: auto;
    top: -1px;
    bottom: -1px;
    height: auto;
    margin: 0;
    text-indent: -9999px;
    border-radius: 0 3px 3px 0;
    background-color: #eee;
    background-position: center;
}

.comment-icon {
    position: relative;
    padding: 2px;
    margin: 2px;
    font-size: 10px;
    color: #000;
    background: #f3961c;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
    background: -moz-linear-gradient(#f9d835, #f3961c);
    background: -o-linear-gradient(#f9d835, #f3961c);
    background: linear-gradient(#f9d835, #f3961c);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-width: 1rem;
    /* margin: .25rem; */
    height: .75rem;
    display: flex;
    justify-content: center;
    line-height: .75rem;
    font-weight: bold;
    font-family: sans-serif;
}

.comment-icon:after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 3px;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #f3961c transparent;
    display: block;
    width: 0;
}

.modal.no-col .inner .nested-checkbox-list ul {
    -webkit-column-count: 1;
    /* Ch, Saf, And, BB  */
    -moz-column-count: 1;
    /* Fx */
    column-count: 1;
    /* IE 10, Op 11.1+ */
}


/* COMPONENT : SlideshowSearchResults */

#SlideshowSearchResults .result-teasers {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#SlideshowSearchResults .teaser-wrap {
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    height: 0;
}

#SlideshowSearchResults .pagination {}


/* PRESENTATION : SlideshowSearchItem */

.slideshow-search-item {
    width: calc(50% - .5rem);
    margin-bottom: 1rem;
    transition: all 0.5s;
    position: relative;
}

.slideshow-search-item img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.slideshow-search-item .count {
    color: #fff;
    /* diagonal gradient */
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(53%, rgba(0, 0, 0, 0.06)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: auto;
}

.slideshow-search-item .count:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.slideshow-search-item .count-inner {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
}

.slideshow-search-item .count-inner:before {
    content: "";
    height: 18px;
    background-image: url('/foundation/images/icons/slides.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    background-position: right;
}


.slideshow-search-item h3,
.slideshow-search-item p,
.slideshow-search-item p.byline,
.slideshow-search-item p.sections {
    position: relative;
    margin: .5rem 0;
}

.slideshow-search-item p.sections {
    color: #7E7E7E;
    margin-bottom: 0;
}

.slideshow-search-item h3 {
    margin-top: 2px;
}

.slideshow-search-item:hover a::before {
    content: "";
    position: absolute;
    bottom: -.5rem;
    right: -.5rem;
    left: -.5rem;
    top: -.5rem;
    background-color: #eee;
}

.slideshow-search-item:hover,
.slideshow-search-item:hover a,
.slideshow-search-item:hover p.byline {
    color: #000;
}

.slideshow-search-item:hover .slideshow-search-item {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#SlideshowSearchController {
  padding: .5rem;
}