/* ---- Bend Source Weekly components.css --- */
/* ------------------------------------------------------------------------------  */
/* REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! */
/*                                                                                 */ 
/*              ALL CUSTOM STYLES MUST BE ADDED TO MOBILE STYLES AS WELL!          */
/*                                                                                 */
/*                                                                                 */ 
/* ------------------------------------------------------------------------------- */
/* ----- Font Face Code ----- */
@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenirltstd-medium-webfont.eot');
    src: url('fonts/avenirltstd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirltstd-medium-webfont.woff') format('woff'),
         url('fonts/avenirltstd-medium-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-medium-webfont.svg#AvenirLTStd65MediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenirltstd-black-webfont.eot');
    src: url('fonts/avenirltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirltstd-black-webfont.woff') format('woff'),
         url('fonts/avenirltstd-black-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-black-webfont.svg#AvenirLTStd65MediumBold') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenirltstd-book-webfont.eot');
    src: url('fonts/avenirltstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirltstd-book-webfont.woff') format('woff'),
         url('fonts/avenirltstd-book-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-book-webfont.svg#AvenirLTStd45BookRegular') format('svg');
    font-weight:300;
    font-style: normal;

}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenirltstd-light-webfont.eot');
    src: url('fonts/avenirltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirltstd-light-webfont.woff') format('woff'),
         url('fonts/avenirltstd-light-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-light-webfont.svg#AvenirLTStd35LightRegular') format('svg');
    font-weight:100;
    font-style: normal;

}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenirltstd-heavy-webfont.eot');
    src: url('fonts/avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirltstd-heavy-webfont.woff') format('woff'),
         url('fonts/avenirltstd-heavy-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-heavy-webfont.svg#AvenirLTStd55RomanBold') format('svg');
    font-weight: 700;
    font-style: normal;

}
/* ----- End Font Face Code ----- */
select,option,select:active,select:focus,option:active,option:focus {
  outline: 0;
}
/* -- Why is there a margin-top on the Header? -- */
div#gridHeader {
  margin-top: 0 !important;
}

div#gridRightSidebarTop {margin-top:10px;}
/* components.css */
div.MainColumn .briefOnly {
  display: none;
}
div.MainSidebar .longOnly {
  display: none;
}
div.AdSidebar .longOnly {
  display: none;
}
.longOnly span.date {
  display: none;
}
/* main column styles */
div.ContentFullWidth p.issueInfo,
div.MainColumn p.issueInfo {
  padding: 0 0 4px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ee3124;
  text-align: left;
  font-family: 'Avenir',sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
  div.ContentFullWidth p.issueInfo {
    padding-top:1em;
    margin:0 1em 20px!important;
  }

div.ContentFullWidth p.issueInfo .date,
div.MainColumn p.issueInfo .date {
  float: right;
  height: 13px;
  text-align: right;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
}
div.ContentFullWidth p.issueInfo a,
div.MainColumn p.issueInfo a {
  text-decoration: none;
  color: #000;
}
div.MainColumn img.magnum {
  display: block;
  padding: 0;
  margin: 20px auto 0;
}
  body#BestOf div.MainColumn img.magnum {margin:20px auto 0;}
  
body#Event div.MainColumn img.magnum,
body#Film div.MainColumn img.magnum,
body#Page div.MainColumn img.magnum {
  margin: 0 auto;
}
div.MainColumn .magnumInfo {
  margin: 9px 0 0;
  color: #000;
}
div.MainColumn .magnumInfo .credit {
  margin: 0 0 3px 5px;
  text-align: right;
  float: right;
  font-size: 9px;
}
div.MainColumn .magnumInfo .caption {
  text-align: left;
  font-style: italic;
  font-size: 11px;
}
div.MainColumn div.storyHead {
  margin: 0 0 25px;
}
body#Page div.MainColumn div.storyHead {
  margin: 0 0 10px;
}
/* story styles */
div#Story,div#StoryLayoutJr {
  padding: 20px;
}
#storyBody h1,#storyBody h2,#storyBody h3,#storyBody h4,#storyBody h5,#storyBody h6,.postBody h1,.postBody h2,.postBody h3,.postBody h4,.postBody h5,.postBody h6,.descr_txt h1,.descr_txt h2,.descr_txt h3,.descr_txt h4,.descr_txt h5,.descr_txt h6{
  margin:1.12em 0;
  line-height: 1.2;
}
div#storyBody>ul li,.postBody>ul li,.descr_txt>ul li  {
  font-weight: 700;
  	list-style: disc inside none;
  margin: 4px 0;
} 
div#storyBody>ol li,.postBody>ol li,.descr_txt ol li{
	list-style: decimal inside none;
   margin: 4px 0;
   font-weight: 700;
} 
#storyBody h1,.postBody h1,.descr_txt h1{font-weight:700;color:#222; font-size: 1.5em;}
  #storyBody h2,.postBody h2,.descr_txt h2{font-weight:700;color:#444; font-size: 1.4em;}
div#storyBody h3 {
  margin: 1.5em 0 .5em;
  font-weight: 700;
  font-size: 1.3em;
}
div#storyBody h4 {
  margin: 1.5em 0 .5em;
  color: #4f88a5;
  font-size: 1.1em;
  font-weight: 700;
}
div#storyBody h4:first-child {
  margin: .25em 0 .5em;
} 
div#StoryBreadcrumb {
    margin: 0 0 15px;
}
 div#storyBody blockquote,.postBody blockquote,.descr_txt blockquote {
    border-left: 2px solid #ABABAB;
    padding: 6px 10px;
    text-align: justify;
    font-size: 1.3em;
    margin: 1em 3em;
    box-shadow: -5px 0px 3px -1px #999;
    line-height: 1.5em;
    color: #111;
    border-radius: 4px;
    background: #f9f9f9;
        font-family: Georgia,"Times New Roman",Times,serif;
        width: 80%;
        overflow: hidden;
  }
  div#storyBody> ul,div#storyBody>ol,.postBody>ul,.postBody>ol,.descr_txt ul, .descr_txt ol{
    margin:1.12em;
  }
#StoryHeader h1 {
  clear: both;
  font-family: 'Avenir',sans-serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 1px;
}
#StoryHeader h2 {
  padding: .1em 0;
  color: #999;
  font-family: 'Avenir',sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 6px;
}
#StoryHeader .byline {
  display: block;
  margin-bottom: .5em;
  color: #000;
  font-family: 'Avenir',sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  text-transform: uppercase;
}
#StoryHeader .byline a {
  color: #ee3124;
}
#StoryHeader .byline a:hover {
  color: #595959;
}
/* embedded sidebar */
div#EmbeddedSidebar {
  float: right;
  width: 160px;
margin-left: 10px;
}
div.sidebar {
}
div#AudioPlayer h3 {
  padding-left: 20px;
  background: url(/images/icons/features-icon_audio.png) 0 0 no-repeat transparent;
}
#StoryInfoBox {
  margin: 1.5em 0 .5em;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: 0 0 1px #666;
  -moz-box-shadow: 0 0 1px #666;
  -webkit-box-shadow: 0 0 1px #666;
  color: #666;
  font-size: 11px;
  line-height: 13px;
}
#StoryInfoBox h3 {
  color: #ee3124;
  margin-bottom: 8px;
  font: 700 1.2em 'Avenir';
}
#StoryInfoBox ul {
  margin-top: 6px;
  font-size: 12px;
  color: #444;
  line-height: 18px;
}
div.descr_txt {
  margin: 15px 0;
  line-height: 1.4;
  overflow: hidden;
}
div.descr_txt + a {
  display: block;
  text-align: right;
}
/* listing styles */
div.EventListing,div.locationListing,div.archiveListing,div[id^='div-gpt-ad-source_calendar_inline_'] {
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
  color: #000;
}
div.archiveListing h4.headline {
  font-size: 1.3em;
}
div.EventListing ul,div.locationListing ul,div.archiveListing ul {
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 4px;
}
div.locationListing div.descripTxt {padding:0 10px;}
div.movietimesListing {
  padding: 10px;
  border-top: 1px solid #000;
  color: #000;
}
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: 700;
  font-family: 'Avenir',sans-serif;
  font-size: 1.2em;
  color: #000;
}
div.EventListing h3 a,div.locationListing h3 a,div.movietimesListing h3 a,div.locationListing h4 a,div.archiveListing h4 a {
  color: #333;

}
div.EventListing a,div.locationListing a,div.movietimesListing a,div.archiveListing a {
  text-decoration: none;
}
div.MainColumn div.locationListing p.tags {
}
div.locationListing img.locationListingImg {
  float: right;
  width: 100px;
  margin-left: 8px;
  clear:right;
  margin-top:5px;
}
span.locationLabel a {
 font-family: 'Avenir',sans-serif;
 font-weight:700;
}
.listingsResultCount {text-align:center;margin:0.5em 0;color:#777;}

ul.filmTimes {
  float: right;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 7px;
  text-align: left;
  width: 210px;
}
ul.filmTimes span.filmDate {
  font-weight:700;
}
div#LocationMovieTimes ul.filmTimes a.listImage {display: block;float: left;margin: 0 10px 0 0;}
div#LocationMovieTimes ul.filmTimes>li{overflow:hidden;clear:both;margin:0 0 10px;}
div#LocationMovieTimes ul.filmTimes .listTeaser {overflow:hidden;}
h2.neighborhoodBar {
  clear: both;
  color: #000;
  padding-top: 5px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
}
div.locationTitle a {
  font-weight: 700;
}
div.locationTitle .big {
  font-size: 1.2em;
}
div.locationListing span.inline-rating img,div.archiveListing span.inline-rating img {
  width: 10px;
}
div.locationListing span.small,div.archiveListing span.small {
  font-size: 10px;
}
div.locationListingAddress {
  color: #000;
}
div.EventDetails div.locationListing {
  padding-left: 0;
}
div.EventDetails ul li.locationItem {
  margin-top: 15px;
}
div.EventDetails ul li.locationItem h4 a {
  font-weight: 700;
  text-decoration: none;
}
div#RelatedLocations li.locationItem {
  margin-bottom: 10px;
}
div.listingTools {
  background: #e7e8e9;
  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 #000;
}
div.listingTools ul li a {
  background: #e7e8e9;
  background-repeat: no-repeat;
  display: block;
  padding: 4px;
}
p.filmShortDetails,div.filmShortDetails {
  margin-top: 0;
}
.filmMetaInfo {
  font-size: .8em;
  background: #e7e8e9;
  padding: 10px;
  line-height: 1.6;
}
.filmMetaInfo strong {
  font-size: 11px;
}
div.filmShortReview {
  margin: 10px 10px 8px;
}
.ContentFullWidth #FilmReview {
  margin:0;
}
div#FilmReview {
  overflow: hidden;
}
div#FilmCredits {
  margin:10px 0;
  overflow: hidden;
}
div.filmShortReview span.filmCreditsTitle a {
  font-weight: 700;
  font-size: 12px;
}
.userCommentForm p.commentFormSubmit input {
  color: #fff !important;
}
/* 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: 0;
  overflow: hidden;
  border: 0 solid #000;
  background-color: #e7e8e9;
  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: #000;
}
div.tinyTools ul li.l0 .toolsInner a.addAction {
  display: block;
  background: #e7e8e9;
  float: left;
  padding: 3px 5px;
  border: 1px solid #000;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
div.tinyTools div.togglePanel {
  padding: 0;
}
.toolsInner {
  background: #e7e8e9;
  padding: 3px;
  border: 1px solid #000;
  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 #000;
  background-color: #e7e8e9;
  font-size: 11px;
  font-weight: 400;
  padding: 2px;
  margin-top: 0;
  margin: 0;
}
.ajPop .popInput,.ajPop textarea {
  width: 102px;
}
.ajPop select {
  border: 1px solid #000;
  background-color: #e7e8e9;
  font-size: 10px;
  font-weight: 400;
}
/*#addToListContainer:hover #addListBox {display:block;}  */
.listList a {
  font-size: 12px;
}
.listList {
  font-size: 11px;
  margin-bottom: 10px;
}
.listBoxHeader {
  font-size: 11px;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.newListBox {
  font-size: 11px;
}
div#EventTickets {
  margin: 5px 0;
}
/* Horizontal Tools Layout */
#ToolBarHorizontal {
  clear: both;
  background: none repeat scroll 0 0 #FEFEFE;
  border-radius: 4px 4px 4px 4px;
  margin: 5px auto;
  width: 100%;
  padding: 8px 0 3px !important;
  height: 22px;
/* Prevent floats from leaking out. */
/*  border:1px solid #999;*/
}
body#BestOf #ToolBarHorizontal{
  border:1px solid #f0eee1;
  margin:10px auto;
  background:#fff;
  border-radius:0;
  border-width:1px 0; }
#ToolBarHorizontal div.l0 {
/*  width:25% !important;*/
  float: left !important;
  text-align: center;
}
#ToolBarHorizontal ul {
  position: relative;
  width: 99%;
  margin: 0;
  padding: 0;
  top: 8px;
}
#ToolBarHorizontal li {
  float: left;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: center;
}
#ToolBarHorizontal li a {
  text-decoration: none;
  text-transform: uppercase;
}
#ToolBarHorizontal li a.toolIconLink,
#ToolBarHorizontal li img {
  position: relative;
  top: .1em;
  display: inline-block;
  margin-right: .25em;
}
a.emailAction {
  display: block;
  background: url(/images/icons/article_tools/email.gif) left center no-repeat;
  padding-left:20px;
}
a.toggleActivator.saveAction.requiresLogin {
  display: block;
  background: url(/images/icons/article_tools/favourites.gif) left center no-repeat;
  padding-left: 20px;
}
a.printAction {
  display: block;
  background: url(/images/icons/article_tools/print.gif) left center no-repeat;
}
.at4-icon {
    margin-right: 3px!important
}
/* Pop up tools for Horizontal Tools Layout */
div.floatingPanel {
  background: #e7e8e9;
}
.toolsInner {
  width: auto;
}
.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 {
}
/* ------------------------------------------------------------------ */
div.MainSidebar {
  margin-bottom: 10px;
  padding-bottom: .5em;
}
div.MainSidebar h3 {
}
div.MainSidebar ul {
  padding: 10px;
  color: #000;
}
div.MainSidebar li.l0 {
  margin-bottom: .5em;
  padding-bottom: .5em;
}
div.MainSidebar li.l0:first-child {
  padding-top: .2em;
}
div.MainSidebar li.l0:last-child {
  margin-bottom: .5em;
  padding-bottom: 0;
  border-bottom: none;
}
div.MainSidebar li.l0 ul {
  padding: 0;
  margin: 4px 0 0;
}
div.MainSidebar h4.headline {
  font-size: 12px;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
}
/* Keep floats contained. */
div.MainSidebar li.l0 {
  clear: both;
}
div.MainSidebar ul .rating {
  display: block;
}
div.MainSidebar .rating img {
  width: 10px;
  height: 10px;
}
div.MainSidebar .storyItem .byline {
  display: block;
}
div.MainSidebar a.memberThumb {
  display: block;
  float: right;
  margin: 0 0 5px 5px;
  width: 35px;
  height: auto;
}
div.MainSidebar a.memberThumb img {
  width: 35px;
}
div.MainSidebar select {
  width: 100%;
  background: #fff;
}
/* ------------------------------------------------------------------ */
.column_item {
  margin-bottom: 10px;
}
div.MainSidebar ul.moduleList {
  padding: 5px 10px 3px 8px;
}
div#LatestInCategory ul.moduleList,div#MorebyThisAuthor ul.moduleList {
  padding: 2px 8px 3px 2px;
}
ul.moduleList li.archiveImage a img {
  float: left;
  clear: left;
  margin-right: 5px;
}
div#RelatedStoriesLocation ul li.storyItem {
  float: left;
  clear: none;
  margin-left: 15px;
}
div#RelatedStoriesLocation ul li.archiveImage {
  clear: left;
  float: left;
}
div#RelatedStoriesLocation ul:after {
  clear: left;
  content: " ";
  display: block;
  height: 15px;
  width: 100%;
}
div.MainSidebar:after {
  display: block;
  visibility: hidden;
  content: ".";
  line-height: 0;
  clear: both;
}
ul.moduleList .rating,li.locationRating .rating {
  display: block;
}
ul.moduleList .rating img,li.locationItem span.rating img {
  width: 10px;
  height: 10px;
}
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;
}
ul.narrowOptions li {
  margin: .1em 0;
  font-size: 11px;
  display: inline-block;
  float: left;
  clear: left;
  min-width: 125px;
}
#CommentArchives div.MainSidebar ul.narrowOptions {
  border-left: 0;
}
#CommentArchives ul.narrowOptions li {
  font-size: 12px;
}
ul.narrowOptions li.flyout_link_parent {
  margin-top: 10px;
}
ul.narrowOptions li a.flyout_link {
  font-weight: 700;
}
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 {
  
  border: none;
}
body div.MainSidebar li.narrowWithForm ul.narrowOptions li form {
  padding: 0;
}
div.searchedFor, div#NowPlaying h3, 
#MovieTimes div#NowPlaying h1,
body#VideoArchives div#SearchResults h1,
body#ImageArchives div#ImageSearchResults h1,
div#CommentSearchResults h1 {
  clear: both;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  margin: 0;
  padding:0.5em;
  background: #f1431b;
  background: -webkit-linear-gradient(top,  #f1431b 0%,#c43819 100%);
  background: -o-linear-gradient(top,  #f1431b 0%,#c43819 100%);
  background: -ms-linear-gradient(top,  #f1431b 0%,#c43819 100%);
  background: linear-gradient(top,  #f1431b 0%,#c43819 100%);
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height:1;
  box-shadow:0 0 3px rgba(50,50,50,0.56);
  }
  body#BestOf div.searchedFor,body#Content.BestOfGuide div.searchedFor {
    background:none !important;
    color:#ee3124;
    text-align:center;
    box-shadow:none;
    padding:0;
    font-size:27px;
  }
 body#BestOf div.searchedFor a,body#Content.BestOfGuide div.searchedFor a{ color:#000;}
  body#BestOf.Aurora7Zone div#gridMainColumn,body#Content.BestOfGuide div#gridMainColumn{
  width: 460px;
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.56);
  background: #fff;
  padding:5px;
  }
   body#BestOf.Aurora7Zone div#MagnumImage img,body#Content.BestOfGuide div#MagnumImage img {
    width: 100%;
    height: auto;
    margin-top:10px;
  }
  div#BestOfCategoryHeader h4 a {
    display: block;
    margin: 0 auto 10px !important;
    padding: 0px 0 2px;
    font-size: 15px;
    border-bottom: 1px solid #ee3124;
  }
  div#BestOfLandingLinks ul#bosSections>li a,div#PreviousBestOfWinners h3{
    display:block;
    font-size: 17px;
    padding: .25em;
    text-transform: uppercase;
    background: #808080;
    background: -webkit-linear-gradient(top, #808080 0%,#5b5b5b 100%);
    background: -o-linear-gradient(top, #808080 0%,#5b5b5b 100%);
    background: -ms-linear-gradient(top, #808080 0%,#5b5b5b 100%);
    background: linear-gradient(top, #808080 0%,#5b5b5b 100%);
    color: #fff;
    font-family: 'Avenir',sans-serif;
    font-weight:700;
    text-align: center;
    margin:0 0 10px
  }
  div#BestOfLandingLinks ul#bosSections{margin:0 0 10px;overflow:hidden;}
  div#BestOfLandingLinks ul#bosRandomWinners li{margin:0 0 5px;}
  div#BestOfLandingLinks ul#bosRandomWinners li a {
    color: #ee3124;
    font-size: 17px;
    font-family: 'Avenir',sans-serif;
    font-weight:700;
  }
  div#BestOfLandingLinks ul#bosRandomWinners li a span {
    color:#666;
    font-weight:400;
    font-size:15px;
  }
  div#BestOfLandingLinks ul#bosRandomWinners li a:hover {color:#666;text-decoration:none;}
  div#BestOfLandingLinks ul#bosRandomWinners li a:hover span{color: #ee3124;}
#MovieTimes div.searchedFor,#MovieTimes div#NowPlaying h3 {
  margin-bottom: 10px;
}
#BestOfNarrowHeader li h4 {
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  clear:both;
  margin:1em 0 0;
}
body#BestOf #StoryHeader h1,body#Content.BestOfGuide #StoryHeader h1{line-height:1.1;}
body#BestOf #StoryHeader h2,body#Content.BestOfGuide #StoryHeader h2{color: #444;font-size: 22px;}
body#BestOf #StoryHeader .byline,body#Content.BestOfGuide #StoryHeader .byline{font-size:1em;text-transform: none;}
body#BestOf #StoryFeatures,body#Content.BestOfGuide #StoryFeatures{
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  font-size:17px;
  }
body#VideoArchives div#SearchResults h1,body#ImageArchives div#ImageSearchResults h1 {
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 0 0 3px rgba(50,50,50,0.56);
}
body#IssueArchives div#searchResults div.searchedFor h3 {
  font-size: 14px;
}
div.searchedFor h3,div.searchedFor ul {
  display: inline;
  line-height: 1.2;
}
div.searchedFor ul li {
  display: inline;
}
div#SectionStories {
  padding: 0 10px;
  width: 620px;
}
div.listing {
/*  float: left;*/
  margin-right: 10px;
/*  width: 40%;*/
}
body#EventSearch div.listing {
/*  width: 67%;*/
}
#EventSearch div.EventListing .imageTools {
  float:right;
  max-width:150px;
}


div.listing p,div.descripTxt {
  font-size: 12px;
}
img.listingImg {
  float: right;
  margin: 0 0 5px 10px;
  width: 150px;
}
div.listingLocation {
  color: #000;
  float: left;
  margin-left: 10px;
  width: 25%;
}
body#MovieTimes div.listingLocation {
  margin-left: 0;
  width: 40%;
}
div.fullReviewRefer {
  margin-top: 15px;
}
div.fullReviewRefer a img {
  float: left;
  margin: 0 6px 8px 0;
}
div.fullReviewRefer p {
  clear: left;
}
/* ------------------------------------------------------------------ */
/* Ads column. */
div.ZoneC {
  padding-bottom: 5px;
}
/* ------------------------------------------------------------------ */
/* Layout Identifier Based Selectors */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* Custom Class Based Selectors */
/* ------------------------------------------------------------------ */
a.actionButton {
  display: block;
  margin: 10px auto 0;
  text-indent: -9999px;
}
div.CommentsComponent,div#BrowseComments {
  clear: both;
  margin: 1em 0;
  padding-bottom: .5em;
  color: #000;
}
body#Event div.CommentsComponent {
  margin: 1em 0;
}
.CommentsComponent h4 {
  padding: .5em .5em 0;
}
div.commentsHeader {
  margin-bottom: 4px;
  width: 95%;
  padding-left: 1px !important;
}
div.commentsHeader h2,div.commentsHeader h3 {
  float: left;
  padding: .5em;
  background: transparent none;
  color: #000;
  font-size: 1.6em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
body#PostComment div.commentsHeader h2,body#PostComment div.commentsHeader h3 {
  width: 100%;
  padding-bottom: 12px;
}
h4#commentsContentLink {
  border-top: 1px solid #000;
  font-weight: 400;
  padding: 5px;
  margin: 0;
  text-align: center;
}
h4#commentsContentLink a {
  font-weight: 700;
}
div.commentsHeader form {
  padding: 12px 12px 12px 0;
  color: #000;
  font-size: 11px;
  letter-spacing: 0;
  text-align: right;
  text-transform: none;
  vertical-align: top;
}
div.commentsHeader form label {
  font-weight: 700;
}
h4.commentFormAddHeader {
  font-size: 14px;
}
dl.formElements {
  margin: 15px 15px 15px 0;
}
form.userCommentForm label[for=Comments_commentSubscribe] {margin-right:18px!important;}
dl.formElements dt {
  float: left;
  clear: left;
/*  display: inline;*/
  width: 30%;
  margin-right: 5%;
}
dl.formElements dt label {
  font-weight: 700;
}
dl.formElements dt label span {
  color: #000;
}
dl.formElements dt span {
  font-size: 10px;
  color: #000;
}
span.formFootnote {
  color: #000;
}
dl.formElements dd {
  float: left;
  width: 65%;
}
dl.formElements dd input[type=text],dl.formElements dd select {
  width: 75%;
}
dl.formElements dd textarea {
  width: 100%;
  height: 110px;
}
div.commentFormRating {
  margin-bottom: 1em;
  padding: 0;
  background: #e7e8e9;
}
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;
  padding: 10px 0;
  line-height: 2.35;
}
div.storyPagination {
  font-size: 1.1em;
}
div.storyPagination p:first-child {
  text-align: right;
  margin: 0;
}
div.storyPagination p:last-child {
  text-align: center;
  font-weight: 700;
  margin: -20px 0 0;
  font-size: 1.1em;
}
div.prevNext {
  margin: 1em 0;
  color: transparent;
  text-align: center;
  padding: 0 10px;
}
div.prevNext:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* prev/next using anchors */
div.prevNext a {
  display: block;
}
div.prevNext a.prev {
  float: left;
}
div.prevNext a.next {
  float: right;
}
ul.prevNext {
  font-size: 12px;
  line-height: 1em;
  padding: 10px;
}
ul.prevNext li.prevNext_prev {
  float: left;
  text-align: left;
  width: 22%;
}
ul.prevNext li.prevNext_next {
  float: right;
  text-align: right;
  width: 18%;
}
ul.prevNext li.prevNext_date {
  float: left;
  font-size: 14px;
  margin-left: 0;
  font-weight: 700;
  width: 57%;
  text-align: center;
}
ul.prevNext a {
  color: #000;
  text-decoration: none;
}
div.prevNext {
  margin: 10px 0;
  color: #FFF;
}
div.prevNext a.prev {
  float: left;
}
div.prevNext a.next {
  float: right;
}
div.CommentsComponent hr,div#BrowseComments hr {
  height: 1px;
  background: #e7e8e9;
  margin: 12px 15px 2px;
  border: none;
  color: #000;
}
div.comment {
  clear: both;
  margin: 12px 15px 0;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body#CommentArchives div.comment {
  box-shadow: none;
  padding-bottom: 11px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 4px;
}
body#CommentArchives div#searchResults>:last-child {
  border-bottom: none;
}
div.CommentsComponent h4,div#BrowseComments h4 {
/*  margin-top: 10px;*/
  text-align: left;
  font-weight: 700;
}
div.commentText {
  background: #fff;
  padding: 6px 12px 0;
  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;
  margin-bottom: 0;
}
div.commentText div.inline-rating {
  margin-bottom: 8px;
}
div.commentText div.inline-rating img {
  width: 10px;
}
/* profile page stories */
body.ProfilePage div#gridMainColumn .ratingGraphic {
  margin-bottom: 10px;
}
div.CommentsComponent .memberThumb,div#BrowseComments .memberThumb {
  display: block;
  overflow: hidden;
  float: left;
  clear: left;
  width: 50px;
  margin: 2px 8px 2px 2px;
}
div.CommentsComponent div.comment div.ratingGraphic img,div#BrowseComments div.comment div.ratingGraphic img {
  margin-bottom: 2px;
  width: 10px;
  height: 10px;
}
div.commentAuthor {
  background: #fff url(/images/icons/comment_tri.gif) no-repeat 28px top;
  padding: 5px 0 10px 45px;
  font-size: 10px;
}
div.commentAuthor a {
  font-weight: 700;
}
div.commentAuthor span {
  color: #000;
}
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 {
   padding: 3px 5px;
   background: #808080; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YjViNWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #808080 0%, #5b5b5b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#5b5b5b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
    background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-8 */
   border: 1px solid #999;
   color:#fff;
   font-weight:normal;
   text-transform:uppercase;
   cursor: pointer;
 }
p.commentFormSubmit input:hover,div.commentFormSubmit input:hover,p.formSubmit input:hover,input.editor_ok_button:hover {
  background: #333;
  border: 1px solid #999;
  color: #fff;
}
input.editor_field {
  margin-right: 8px;
}
a.editor_cancel {
  margin-left: 10px;
  font-size: 10px;
  text-decoration: none;
  color: #ff0;
}
a.deleteListItem {
  float: right;
  padding: 2px 3px;
  font-size: 10px;
  text-decoration: none;
  background: #ff0;
  border: 1px solid #000;
  color: #000;
  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;
  background: none;
  font-weight: 400;
  color: #ee3124;
  text-transform: lowercase;
  cursor: pointer;
}
h4.reviewLocation a {
  font-weight: 700;
}
span.locationRegion {
  display: inline-block;
  margin: .5em 2px 5px 0;
  color: #000;
  font-size: 9px;
}
span.locationRegion a {
  background: #e7e8e9;
  color: #000;
  padding: 2px 3px;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 400 !important;
}
  span.locationRegion a:empty {display:none;}

#RelatedLocations.RelatedItem span.locationRegion {
  margin-bottom: .25em;
}
.locationListing li span.locationRegion {
  margin-bottom: .5em;
}
#EventLocation li span.locationRegion {
  margin-bottom: 1em;
}
ol.customList {
  padding: 0 30px;
  margin: 20px 0;
}
ol.customList li {
  padding: 15px;
  margin-bottom: 15px;
  list-style: decimal;
}
ol.customList li div.locationListing {
  padding: 0;
  border: 0;
  color: #000;
}
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;
}
body#List div.comment {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
body#List h4.subheadline {
  font-size: 15px;
  margin: 8px 0 0;
}
body#Content div.Sidebar {
  margin-top: 5px;
  background: #fff;
}
body#Content div#ArticleTools {
  background: #fff;
}
body#Content div#ImageFlipBook {
  background: none;
}
body#Content div#AudioPlayer {
}
body#Content div#AudioPlayer div.audioPlayer {
  margin: 0 -10px 10px;
}
body#Content div#StorySectionLink {
  text-align: right;
}
body.Analord1Zone dl.formElements dt {
  width: 110px;
}
body.Analord1Zone dl.formElements dd {
  width: 155px;
}
/* ------------------------------------------------------------------ */
/* ID Based Selectors */
/* ------------------------------------------------------------------ */
div.GlobalHeader h1 {
  clear: both;
  float: left;
  margin: 0 0 10px;
  padding: 0;
}
div.GlobalHeader h1 a,div.logo a,div#logo a {
  display: block;
  width: 520px;
  height: 85px;
  background-color: transparent;
  background-position: top center;
  background-image: url(/images/boho-logo-new.png);
  background-repeat: no-repeat;
  text-indent: -6000px;
}
div.ad {
  margin-bottom: 10px;
}
div#fortune {
  padding: 0 10px;
  margin: 10px 10px 20px;
  border-left: 1px solid #000;
}
div#fortune p {
  margin-bottom: 0;
  font-size: 1.2em;
  color: #000;
}
div.errorDisplay {
  margin: 0 auto 1em;
  padding: 10px;
  box-sizing:border-box;
  background: #fff;
  color: #c00;
  border: 2px solid #c00;
}
div.errorDisplay h3 {
  font-weight: 700;
  font-size: 22px;
}
div.errorDisplay ol li {
  font-size: 1.2em;
}
div.successMessage {
  background: #eee url(/images/icons/accept.png) no-repeat 5px 10px;
  padding: 10px 25px;
  font-size: 1.2em;
  color: #ee3124;
}
div.successMessage p,form.loginForm div.successMessage p {
  padding: 0;
}
div.generalMessage {
  background: #e7e8e9;
  padding: 10px;
  margin: 10px;
}
form.loginForm {
  background: #eee 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: 700;
  font-size: 34px;
  color: #000;
}
div#loginContainer form.loginForm h2 span {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
form.loginForm p {
  padding: 0 20px;
  margin-top: 0;
}
form.loginForm label {
  font-weight: 700;
}
form.loginForm input {
  font-size: 22px;
}
form.loginForm input.submit {
  background: #e7e8e9;
  padding: 3px 5px;
  margin-right: 15px;
  border: 1px solid #000;
  font-weight: 700;
  color: #333;
  vertical-align: middle;
  cursor: pointer;
}
div#EventsNarrowSearch ul li h4 {
  color: #000;
}
div#previewCommentComponent,div#editCommentComponent {
  padding: 20px;
}
div#previewCommentComponent h2 {
  color: #000;
}
/* pagination */
div#PaginationTop,div#PaginationBottom {
  padding-top: 10px;
}
div#PaginationBottom {
  font-size: 1.1em;
  margin: 10px 0;
}
div.pagination strong,div.pagination a {
  padding: .15em .45em;
  border: 1px solid #ccc;
  text-decoration: none;
  box-shadow: 0 0 2px #fff;
  transition: all ease .15s;
  -moz-transition: all ease .15s;
  -webkit-transition: all ease .15s;
}
div.alphaNavigation strong {
  padding: 0;
  border: none;
}
div.alphaNavigation strong a,div.alphaNavigation strong a:hover {
  padding: .15em .4em .15em .5em;
  background: #595959;
  border: 1px solid #ee3124;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
div.pagination a:hover {
  background: #595959;
  border-color: #ee3124;
  color: #fff;
  box-shadow: 0 0 2px #111;
  border-radius: 4px;
}
/* home styles */
body#Home div#gridFrame {
  background: none;
}
body#Home div#gridColumnContainer {
  width: 620px;
  margin: 0;
  padding: 0;
}
div.headerBar {
  clear: both;
  margin: .5em 0 0;
}
div.headerBar a {
  color: #999;
  font-size: 4em;
  text-decoration: none;
}
#SpecialIssuesSlider {background:#fff;padding-bottom:10px;}
#SpecialIssuesSlider .headerBar h2 {
  text-align:left!important;
  padding-left:20px;
  background:url(/images/backgrounds/red1200Banner.png) no-repeat left center;
  color:#fff!important;
  margin-bottom:10px;
  margin-left:-9px;
  height:36px;
  line-height:29px;
}
#SpecialIssuesSlider .headerBar h2 a {font-size:18px!important;text-transform:uppercase;color:#fff!important;}
#SpecialIssuesSlider .headerBar .headerArrows a {color:#E62F21;}
  .headerBar .headerArrows a.prev {float:left;}
  .headerBar .headerArrows a.next {float:right;}
  .sliderContainer .teaserBox {text-align:left!important;}
  .sliderContainer .teaserBox h3.headline a {color:#E62F21;font-size:1.2em;font-weight:bold;}
  .sliderContainer .teaserBox p {margin:0;}
  .tbLinks {display:none;}

.sliderContainer .teaserBox .tbFinalItemText {
  font-size: 2em;
  height: 150px;
  padding-top: 2em;
}  
div#gridSpanningHeader div.headerBar {
  margin-bottom: 0;
}
body#Home div#gridMainSidebar1 div.HomeSection ul {
  width: 130px;
}
body#Home div#gridMainColumn div.HomeSection ul {
  width: 420px;
}
ul.slider li ul {
  background: #e7e8e9;
  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 #000;
}
ul.slide li.closed ul {
  border-top: 1px solid #000;
}
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 #000;
  text-decoration: none;
  text-indent: -6000px;
}
ul.featureTabs li a.currentFeature,ul.featureTabs li a:hover {
  background-position: left -23px;
  border-color: #000;
}
/* This Week's Issue */
#ThisWeeksIssue {
  margin:1em auto 20px;
  padding:1em;
  background: rgb(245,245,245); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(245,245,245,1) 20%, rgba(219,219,219,1) 45%, rgba(219,219,219,1) 55%, rgba(245,245,245,1) 80%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(245,245,245,1)), color-stop(45%,rgba(219,219,219,1)), color-stop(55%,rgba(219,219,219,1)), color-stop(80%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* W3C */
  border:1px solid #ccc;
}
#ThisWeeksIssue h3 {
  padding: 0;
  background: none;
  color: #4f88a5;
  font-size: 2em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.ThisIssueDate {
  margin: 0 0 .5em;
  color: #999;
  font-weight: 700;
  text-align: left;
}
.digEdition a {
  display: inline-block;
  margin: .5em 0 1em;
  padding: 3px 12px;
  background: #4f88a5;
  border: 1px solid #ccc;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.digEdition a:hover {
  background: #ccc;
}
#SpecialIssues {
  margin-left: .5em;
}
#SpecialIssues ul {
  padding: 0;
}
#SpecialIssues a {
  text-decoration: none;
}
#SpecialIssues a:hover {
  text-decoration: underline;
}
#SpecialIssues li {
  margin: .5em 0;
  text-align: left;
}
.specialissuehead {
  color: #666;
  font-weight: 700;
  text-align: left;
}
#coverGalleryLink {
  clear: both;
  text-align: left;
}
#coverGalleryLink form {
  padding: 10px 0 0;
}
#coverGalleryLink select {
  width: 57%;
  margin-left: 20px;
  font-size: .9em;
  color: #999;
}
/* location styles */
div#LocationRestaurantDetails p,div#LocationBarDetails p {
  margin: 0 0 15px;
}
div#LocationRestaurantDetails p.tags,div#LocationBarDetails p.tags {
}
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: 12px;
}
div#LocationMovieTimes ul.filmTimes li {
	margin-bottom: 6px;
	color: #777;
}
div#LocationMovieTimes ul.filmTimes li strong a {
	font-size: 1.1em;
  text-decoration:none;
	margin-bottom: 2px;
	display: inline-block;
}
#Location ul.filmTimes {
	width: auto;
}
#Location ul.filmTimes .filmDate {
	margin-left: 22px;
	padding: 1px 0 0;
	display: inline-block;
	color: #222;
	font-weight: 700;
}
body#MovieTimes div#NowPlaying ul li {
  float: left;
  width: 132px;
  padding: 0 5px;
  margin-left: 7px;
}
body#MovieTimes div#NowPlaying ul li ul {
  margin-bottom: 20px;
  float: left;
  height: 200px;
}
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;
}
/* section contents */
.lead {
  margin-bottom: 20px;
}
.lead .storyImg {
  width: 420px;
  margin-bottom: 15px;
}
.lead .headline {
  font-size: 16px;
}
/* read more styles */
.readmore {
  font-size: 10px;
}
li.readmore,p.readmore {
  padding-top: 7px;
  margin-top: 0;
  text-align: right;
  font-size: 10px;
}
/* story styles */
div#Story p,div#StoryLayoutJr p {
  color: #000;
  line-height: 1.75em;
}
p.moreArticles {
  font-family: 'Avenir',sans-serif;
  font-weight:100;
  text-align: right;
}
p.tags {
  margin: 1em 0;
  padding: .25em;
  background: #e7e8e9;
  clear: both;
}
body#Location p.tags {
  clear: none !important;
  max-width: 67%;
}
div#RecentByTag a.more {
  margin-top: 0;
/*  margin-bottom: 35px !important;*/
}
/* related & recent styles */
.RelatedItem {
  margin: 1em 0 2em;
}
#LatestinThisSpecialCategory h3,
.RelatedItem >h3, 
div#RecentByTag h3 {
  clear: both;
  color: #fff;
  margin-bottom:7px;
 font-family: 'Avenir',sans-serif;
  letter-spacing:1px;
  font-size: 1.2em;
  padding:5px 0 5px 7px;
  font-weight:700;
  text-transform: uppercase;
  background: #808080; 
   background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%);
    background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); 
   background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%);
   background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); 
}
.RelatedItem li a,div#RecentByTag h4 a {
/*    text-decoration:underline;*/
font-family: 'Avenir',sans-serif;
  font-weight:700;
}
div#RecentByTag li.storyItem {
  margin-bottom: 6px;
}
div#ArchiveLink {
  clear: both;
  padding: 20px;
}
.ContentFullWidth #ArchiveLink {
  padding:0;
  margin-right:1em;
}
#LatestInCategory h3,
#PeopleWhoLiked h3,
#MorebyThisAuthor h3 {
  width:auto;
  color:#fff;
  height:auto;
  padding:2px 2px 3px;
  display:block;
  margin:0 auto;
  font-size:17px;
  text-align:center;
  text-transform:uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  background: #808080;
  background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
  background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); 
}
body#Post #LatestInCategory h3,
body#Post #MorebyThisAuthor h3 {
  width: 100%;
  margin-bottom: 5px;
}
#PeopleWhoLiked .storyItem .imageTeaser,
#MorebyThisAuthor .storyItem .imageTeaser,
#LatestInCategory .storyItem .imageTeaser {
  float:left;
  margin:0 10px 10px 0;
}

#LatestInCategory li,
#MorebyThisAuthor li {
  padding-left: 6px;
  line-height: 1.45;
}
#LatestInCategory li.byline,
#MorebyThisAuthor li.byline {
  padding-left: 0;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 4px;
}
#PeopleWhoLiked l
#LatestInCategory li h4,
#MorebyThisAuthor li h4 {
  margin:0;
  font-weight: 700;
 font-family: 'Avenir',sans-serif;
}
h5.subhead {
  color: #999;
}
.relatedBy .byline {
  color: #999;
  font-size: .9em;
  font-weight: 700;
}
li a.more {
  display: block;
  text-align: right;
}
/* body page styles */
body#Content .MainColumn .banner_ad {
  margin: 0 0 10px;
  text-align: center;
}
body#Content div#gridMainColumn .MainColumn,body#Location div#gridMainColumn .MainColumn,body#Event div#gridMainColumn .MainColumn,body#Map div#gridMainColumn .MainColumn,#MenuTeaser {
  padding: 0 10px;
}
body#Content div#gridMainColumn,body#Location div#gridMainColumn,body#Event div#gridMainColumn,body#Map div#gridMainColumn {
  padding: 15px 0;
}
div#gridMainColumn div {
}
#LocationMetaData.Menu {
  margin: 10px;
}
div.mapSmall {
  width: 95% !important;
  margin: 2px auto;
}
div#ImageFlipBook {
  margin-bottom: 15px;
}
body#Content div#Comments.CommentsComponent,body#Content div#BrowseComments.ContentComments {
  padding: 0 0 12px;
}
div#Comments form textarea {
  resize: none;
}
div#RelatedEvents .date {
  margin-left: 2px;
  color: #555;
  display: inline-block;
}
div#RelatedEvents .commentCount {
  padding-left: 0;
  padding-top: 5px;
}
#Post div#RelatedLocations {
  padding: 10px;
}
#Post.ContentFullWidth div#RelatedLocations {
  padding: 0;
}
#Post div#RelatedLocations h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 5px;
}
/* blog styles */
.postBody img.blogImageLeft,.postBody img.blogImageRight,.postBody img.blogImageCenter {
  background: #e7e8e9 none repeat scroll 0 0;
  border: 1px solid #000;
  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;
}
.postBody a.pdflink {
  display: block;
  height: 52px;
  width: 50px;
  text-indent: -7000px;
  background: url(/foundation/images/icons/pdf-large.gif) top left no-repeat;
}
a#searchStartOver {
    display: block;
    width: 124px;
    height: 32px;
    background: url(/images/buttons/startover.png) no-repeat center transparent;
    margin: 10px auto 0;
    text-indent: -9999em;
}
a#searchStartOver:hover {
opacity:.97;
}
div#directionsForm {
  background: #e7e8e9;
  margin-top: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 11px;
}
div#directionsForm input.text {
  font-size: 12px;
}
/* Features Icons */
div.FeaturesIcons {
  height: 16px;
  margin: 5px 0;
  display: inline;
  padding-right: 3px;
}
div.FeaturesIcons a span {
  display: none;
  float: left;
  margin: 2px 0 0;
  text-indent: -6000px;
  height: 16px;
  width: 16px;
}
div.FeaturesIcons a.FeaturesIcons_staff_pick span {
  background: url(/images/icons/features-icon_staff_pick.gif) top left no-repeat;
  display: block;
}
div.FeaturesIcons a.FeaturesIcons_readers_pick span {
  background: url(/images/icons/features-icon_members_pick.gif) top left no-repeat;
  display: block;
}
div.FeaturesIcons a.FeaturesIcons_give_guide span {
  background: url(/images/icons/features-icon_give_guide.png) top left no-repeat;
  display: block;
  width:18px;
}
div.FeaturesIcons a.FeaturesIcons_members_pick span {
  background: url(/images/icons/features-icon_members_pick.gif) top left no-repeat;
  display: block;
}
div.FeaturesIcons a.FeaturesIcons_video span {
  background: url(/images/icons/features-icon_video.png) top left no-repeat;
  display: block;
}
div.FeaturesIcons a.FeaturesIcons_slideshow span {
  background: url(/images/icons/features-icon_slideshow.png) top left no-repeat;
  display: block;
}
div.FeaturesIcons a.FeaturesIcons_audio span {
  background: url(/images/icons/features-icon_audio.png) top left no-repeat;
  display: block;
}
div.FeaturesIcons a.FeaturesIcons_menu span {
  background: url(/images/icons/features-icon_menu.png) top left no-repeat;
  display: block;
}
div.FeaturesIcons a.FeaturesIcons_happy_hour span {
  background: url(/images/icons/features-icon_happy_hour.gif) top left no-repeat;
  display: block;
}
div.FeaturesIcons a.FeaturesIcons_cover_story span {
  background: url(/images/icons/features-icon_cover_story.png) top left no-repeat;
  display: block;
}
div.FeaturesIcons a.FeaturesIcons_user_submitted span {
  background: url(/images/icons/features-icon_user_submitted.png) 0 0 no-repeat;
  width: 28px;
  height: 17px;
 }
 div.FeaturesIcons a.FeaturesIcons_featured_happy_hour span {
   background: url(/images/icons/features-icon_happy_hour.gif) 0 0 no-repeat;
    display: block;
  }
li#EventSearchNarrowByEventFeatures,
li#LocationSearchNarrowByLocationFeatures,
li#MovieTimesSearchNarrowByFilmFeatures,
li#FilmSearchNarrowbyFilmFeatures,
li#ArticleSearchNarrowByContentFeatures
/*li#BestOfNarrowbyContentFeatures*/ {
  float: left;
}
li#EventSearchNarrowByEventFeatures ul.narrowOptions,li#LocationSearchNarrowByLocationFeatures ul.narrowOptions,li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions,li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions,li#ArticleSearchNarrowByContentFeatures ul.narrowOptions,li#BestOfNarrowbyContentFeatures ul.narrowOptions {
  border-left: 0;
  padding-left: 5px;
  float: left;
  width: 100%;
}
li#EventSearchNarrowByEventFeatures ul.narrowOptions li,li#LocationSearchNarrowByLocationFeatures ul.narrowOptions li,li#MovieTimesSearchNarrowByFilmFeatures ul.narrowOptions li,li#FilmSearchNarrowbyFilmFeatures ul.narrowOptions li,li#ArticleSearchNarrowByContentFeatures ul.narrowOptions li,li#BestOfNarrowbyContentFeatures ul.narrowOptions li {
  float: left;
  width: 100%;
  background: url(/images/backgrounds/dotted-line.gif) repeat-x 0 10px;
}
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: #fff;
  margin-bottom:2px;
}
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;
}
.MainSidebar ul.narrowOptions li.image {
  display:none;
}
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: 1px;
}
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;
  color: #000;
  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;
}
body#MemberSearch div.memberListing ul.listing li,div#ProfileBrowseSavedMembers div.memberListing ul.listing li {
  color: #000;
  font-size: 90%;
}
body#MemberSearch div.memberListing ul.listing li.memberName,div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberName {
  font-weight: 700;
  font-size: 120%;
  margin-bottom: 5px;
}
body#MemberSearch div.memberListing ul.listing li.memberStatus,div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberStatus {
  font-size: 10px;
  margin: 5px 0;
}
body#MemberSearch div.memberListing ul.listing li.memberStatus span,div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberStatus span {
  color: #888;
}
div#ProfileBrowseSavedContent div.archiveListing li.sectionDateInfo {
  margin-bottom: 2px;
  font-size: 11px;
  color: #000;
}
div#ProfileBrowseSavedMembers div.memberListing ul.listing li.l0 ul li.l1 a {
  font-weight: 700;
}
div#ProfileBrowseSavedEvents div.EventListing div.listing h3 {
  text-align: left;
}
div#ProfileBrowseLists div.listListing ul li.customItem h5 {
  font-weight: 700;
}
div#ProfileBrowseLists div.listListing ul li.customItem li.byline {
  margin-top: 3px;
  letter-spacing: 0;
}
div#ProfileSettings dl.formElements,div#ProfileSettings h3.profileGroupHeader {
  background: #fff;
  padding: 10px;
  margin-left: 10px;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#gridMainColumn div#ProfileBrowseSavedLocations h3.profileGroupHeader,div#gridMainColumn div#ProfileBrowseSavedMembers h3.profileGroupHeader,div#gridMainColumn div#ProfileBrowseSavedEvents h3.profileGroupHeader,div#gridMainColumn div#ProfileBrowseLists h3.profileGroupHeader,div#gridMainColumn div#ProfileBrowseSavedContent h3.profileGroupHeader {
  float: left;
  width: 65%;
  text-align: left;
  margin-bottom: 10px;
}
div#gridMainColumn div#ProfileBrowseSavedLocations form#sort,div#gridMainColumn div#ProfileBrowseSavedMembers form#sort,div#gridMainColumn div#ProfileBrowseSavedEvents form#sort,div#gridMainColumn div#ProfileBrowseLists form#sort,div#gridMainColumn div#ProfileBrowseSavedContent form#sort {
  float: right;
  text-align: right;
  margin-bottom: 10px;
}
/* Template Based Overrides */
body#Home div#gridMainSidebar1 img.storyImg {
  margin-bottom: 8px;
}
body#EmailFriend h1,body#ReportComment h1 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
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#Page #gridMainColumn .MainColumn,body#Section #gridMainColumn .MainColumn {
  margin: 0;
}
body#Section #gridMainSidebar1 div.MainSidebar form {
  padding: 0;
}
body#Page #gridMainColumn {
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  padding-bottom: 7px;
}
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 */
div#userNameComponent {
  margin: 0 20px;
  border-bottom: 1px solid #ccc;
}
body.ProfileComments div#BioBrief h3,body#Favorites div#BioBrief h3 {
  border: none;
  text-align: center !important;
}
body.ProfileComments div#BioBrief p,body#Favorites div#BioBrief p {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-align: left;
}
body.ProfileComments div#BioBrief .readmore {
  font-size: 11px;
}
body#Profile div#currently,body#MyProfile div#currently {
  margin-bottom: 1.5em;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  background: #fff;
}
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,body#Bio div#Photo {
  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,body#MyBio div.MainSidebar,body#Bio div.MainSidebar {
  padding-bottom: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  text-align: center;
}
body#Profile div.MainColumn,body#MyProfile div.MainColumn,body#Favorites div.MainColumn,body#MyFavorites div.MainColumn,body#List div.MainColumn,body#Lists div.MainColumn,body#MyLists div.MainColumn,body#MySettings div.MainColumn,body#Comments div.MainColumn,body#MyComments div.MainColumn,body#EditList div.MainColumn,body#MyBio div.MainColumn,body#Bio div.MainColumn {
  padding: 5px 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  margin: 0 0 20px;
}
body#MyBio div.MainSidebar,body#Bio div.MainSidebar {
  text-align: left;
}
.memberListing.staff .memberName {
  background: url(/images/icons/staffIcon.png) 0 0 no-repeat #fff;
  overflow: hidden;
  padding: 0 0 0 39px;
}
body#Profile div.MainColumn li.storyItem,body#MyProfile div.MainColumn li.storyItem,body#Favorites div.MainColumn li.storyItem,body#MyFavorites div.MainColumn li.storyItem,body#List div.MainColumn li.storyItem,body#Lists div.MainColumn li.storyItem,body#MyLists div.MainColumn li.storyItem,body#MySettings div.MainColumn li.storyItem,body#Comments div.MainColumn li.storyItem,body#MyComments div.MainColumn li.storyItem,body#EditList div.MainColumn li.storyItem,body#MyBio div.MainColumn li.storyItem,body#Bio div.MainColumn li.storyItem {
  margin: 5px 10px;
}
body#Profile div.MainSidebar h3,
body#MyProfile div.MainSidebar h3, 
body#Favorites div.MainSidebar h3,
body#MyFavorites div.MainSidebar h3, 
body#List div.MainSidebar h3,
body#Lists div.MainSidebar h3,
body#MyLists div.MainSidebar h3,
body#MySettings div.MainSidebar h3,
body#Comments div.MainSidebar h3,
body#MyComments div.MainSidebar h3,
body#EditList div.MainSidebar h3,
body#MyBio div.MainSidebar h3,
body#Bio div.MainSidebar h3 {
  color:#fff;
  display:block;
   margin:0 auto;
   text-align:center;
   font-size:17px;
   padding:2px 0 4px 0px;
   text-transform:uppercase;
   font-family: 'Avenir',sans-serif;
   font-weight:700;
   background: #808080;
   background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
   background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-8 */
}
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 {
  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 {
  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: #fff none;
}
a.profileFindMore {
  display: block;
  height: 21px;
  margin: 10px auto 0;
  width: 121px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999em;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
}
a.profileFindMore:hover {
  opacity: 0.834523456098;
  filter: alpha(opacity=83%);
}
div#SavedLocations a.profileFindMore {
  background-image: url(/images/buttons/find_places.png);
}
div#SavedEvents a.profileFindMore {
  background-image: url(/images/buttons/find_events.png);
}
div#SavedContent a.profileFindMore {
  background-image: url(/images/buttons/find_stories.png);
}
div#Friends a.profileFindMore {
  background-image: url(/images/buttons/find_friends.png);
}
div#profileModeMessage h1 {
  padding: 10px;
  text-align: center;
  font-size: 1.4em;
  background: #fff;
  color: #333;
}
div#profileModeMessage h1 span {
  color: #ee3124;
font-family: 'Avenir',sans-serif;
font-weight:700;
}
div#profileModeMessage h1 a {
  font-weight: 400;
  color: #ee3124;
}
div#profileModeMessage h1 a:hover {
  color: #595959;
}
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.AECustomLandingTOC {
  padding: 0;
}
/* Free Stuff */
body#FreeStuff h2 {
  color: #999;
  font-size: 3.6em;
  text-decoration: none;
  text-transform: capitalize;
}
body#FreeStuff #FreeStuffSearchResults h2,body#FreeStuff #FreeStuffSearchResults h3 {
  margin-bottom: 10px;
}
body#FreeStuff #FreeStuffSearchResults h3 {
  color: #999;
  font-size: 2.2em;
  font-weight: 400;
}
body#FreeStuff .MainColumn h4 {
  font-size: 1.15em;
}
body#FreeStuff .MainColumn h4.headline a {
  color: #000;
  font-size: 2em;
  font-weight: 400;
}
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: #e7e8e9;
  margin-bottom: 10px;
  padding: 1px 10px;
}
body#FreeStuff hr {
  border: 1px solid #000;
  border-width: 0 0 1px;
  background: transparent;
  margin: 20px 0;
}
body#FreeStuff div#FreeStuffItem h1.listingTitle {
  padding: 0 0 3px;
  font-size: 2.2em;
  font-weight: 400;
}
div.MainColumn .FreeStuffLanding h2 {
  margin: 0;
/*  border-bottom:1px solid #999;*/
  color: #666;
  font-size: .25em;
  font-weight: 400;
  text-transform: uppercase;
}
#FreeStuff .MainColumn .storyItem {
  margin: 1em 0;
  padding: .5em;
  border-bottom: 1px solid #999;
}
#FreeStuff form {
  text-align: right;
}
.FreeStuffLanding .storyItem form {
  display: none;
}
/* profiles, favorites, lists */
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;
  margin: 0 10px;
}
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#List div#gridMainSidebar {
  width: 180px;
  padding: 0;
  margin: 12px;
}
body#List div#gridMainColumn {
  width: 580px;
  padding: 10px;
  margin: 10px 10px 10px 0;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body#List div#gridMainColumn .MainColumn {
  margin: 0;
}
body#List div#gridMainColumn h3.profileGroupHeader {
  text-align: left;
}
body#BestOf #gridMainSidebar select,body#EventSearch #gridMainSidebar select,body#MovieTimes #gridMainSidebar select,body#LocationSearch #gridMainSidebar select,body#DiningSearch #gridMainSidebar select,body#MemberSearch #gridMainSidebar select {
  width: 133px;
}
body#MovieTimes div#MovieTimesFilmandTheater h4,body#Film div#MovieTimesFilmandTheater h4 {
  margin: 10px 0 0 10px;
}
body#BestOf div#BestOfSearchTerms,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,body#Film div#FilmSearchTerms,body#Film div#gridMainSidebar div.Film,body#FilmSearch div#gridMainSidebar div.FilmSearch {
  background: #fff;
  padding-bottom: 17px;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body#BestOf div#BestOfSearchTerms h3,
 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,
 body#Film div#FilmSearchTerms h3,
 body#Film div#gridMainSidebar div.Film h3,
 body#FilmSearch div#gridMainSidebar div.FilmSearch h3 {
   padding:0.25em;
   font-size:13px;
   text-transform:uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
   background: #808080;
   background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
   background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-8 */
   color:#fff;
   text-align:center;
 }
body#BestOf div#BestOfSearchTerms ul,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#BestOf div#BestOfSearchTerms ul li,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 {
    font-size: 13px;
    padding: 5px;
    color: #333;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
}
body#BestOf div#BestOfSearchTerms ul li a,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;
}
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 {
  display: block;
  float: right;
  width: 14px;
  height: 15px;
  margin: 0 5px 0 2px;
  background: transparent url(/images/buttons/subtractiveCheck.png) no-repeat scroll 0 0;
  font-weight: 400;
  text-indent: -6000px;
}
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.off,body.SearchPage .subtractiveSelections ul li a:active {
  background-position: 0 -15px !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: #fefefe none repeat scroll 0;
  border: 1px solid #444;
  border-radius: 2px;
  padding: 10px;
  box-shadow: 0 1px 5px rgba(50,50,50,0.56);
}
body#EventSearch .flyout_content b,body#MovieTimes .flyout_content b,body#LocationSearch .flyout_content b,body#DiningSearch .flyout_content b,body#Search .flyout_content b,body#ArticleArchives .flyout_content b,body#IssueArchives .flyout_content b,body#MemberSearch .flyout_content b,body.SearchPage .flyout_content b {
  font-size: 13px;
  margin-bottom: 4px;
}
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 .flyout_content table td {
  padding: 10px;
}
a#contactMeButton {
  width: 68px;
  background: url(/images/buttons/contact.gif) no-repeat;
}
a#becomeFriendButton {
  background: url(/images/buttons/become_friend.png) 0 0 no-repeat transparent;
  margin-bottom: 10px;
  width: 120px;
  height: 21px;
  padding: 1px;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
}
a#becomeFriendButton:hover {
  opacity: 0.834523456098;
  filter: alpha(opacity=83%);
}
a#becomeAFriendButton {
  width: 121px;
  background: url(/images/buttons/become_friend.png) no-repeat;
  height:21px;
}
div#Stats ul li {
  text-transform: lowercase;
}
h1#ProfileHeader {
  background: #e7e8e9;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 12px;
}
h2#userName {
  float: left;
  font-size: 32px;
  line-height: 1.2;
  margin: 20px 50px 20px 0;
  padding: 6px 0 0 12px;
  height: 75px;
  display: block;
  width: 99%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
h2#userName a#userNameLink {
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
}
h2#userName span#memberSince {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  padding-left: 1px;
  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,body.Profile div#BioBrief h3 {
  background: none;
  display: block;
  padding-bottom: 1px;
  border-bottom: 1px solid #ee3124;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  font-size: 23px;
  color: #222;
  margin: 0 10px 8px;
  text-align: left !important;
  text-transform: none;
  letter-spacing: 1px;
}
div#BioBrief p {
  padding: 0 10px;
}
body.ProfilePage .comment {
  margin: 0 auto 10px;
}
body.ProfileComments .comment {
  margin: 10px 15px;
  box-shadow: none !important;
}
body.ProfilePage .commentAuthor {
  background: #fff;
  padding: 4px 4px 7px;
}
body.ProfilePage .commentAuthor.staffComment {
  background: url(/images/icons/staffIcon.png) 0 4px no-repeat #fff !important;
  margin-left: 5px !important;
  padding: 6px 0 4px 39px !important;
}
body.ProfileComments div#gridMainColumn div#BrowseComments div.commentsHeader {
  background: none;
}
div#BioBrief a.readmore {
  float: right;
  margin: 10px 5px 0;
  min-width: 35px;
}
div#userPics {
}
div#userPics ul.fullsize {
  padding: 0;
  margin: 0;
}
div#userPics ul.fullsize .photoCont a {
  display: block;
  width: 160px;
  background: #e7e8e9;
  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: #e7e8e9;
  padding: 3px;
  text-decoration: none;
  font-size: 10px;
}
body#Location h2.listingsHeader,
body#LocationEvents h2.listingsHeader,
body#Film h2.listingsHeader  {
  clear:both;
  padding:1px 0 4px 10px;
   display:block;
   margin:5px auto 7px;
   font-size:17px;
   color:#fff;
   text-transform:uppercase;
   font-family: 'Avenir',sans-serif;
   font-weight:700;
   background: #808080; 
   background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
   background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-8 */
}
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;
}
div#LocationColumn1 {
  float: left;
  background: #e7e8e9;
  padding: 10px;
  margin: 10px;
  width: 755px;
}
div#cse-search-results {
  width: 600px;
}
div#cse-search-results iframe {
  width: 600px;
}
body#ImageArchives div#searchResults,body#VideoArchives div#searchResults {
  padding-top: 13px;
}
body#VideoArchives div#gridFrame {
  background: none;
}
div#searchResults,div#Location,div#Event {
  float: left;
  text-align: left;
  width: 100%;
  display: block;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body#Film div#gridMainColumn {
  display: block;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body#Film div#searchResults,body#Film div.comment {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
div.locationResult {
  width: 94%;
  display: block;
  margin: 8px auto 0;
}
body#Film div#searchResults {
  margin-top: 10px;
}
body#CommentArchives div#CommentSearchResults .memberThumb {
  float: left;
  margin-right: 5px;
  display: block;
}
body#CommentArchives div#CommentSearchResults h4 {
  font-weight: 700;
}
body#CommentArchives div#CommentSearchResults div.ratingGraphic {
  margin-bottom: 10px;
}
body#CommentArchives div#CommentArchivesNarrowHeader form {
  padding: 0;
}
body#CommentArchives div#CommentArchivesNarrowHeader form p {
  clear: both;
  margin: 0;
  padding: 10px 0 0;
}
body#CommentArchives div#CommentArchivesNarrowHeader form select {
  width: 50px;
  font-size: .9em;
}
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: #e7e8e9;
  border: 1px solid #000;
  clear: both;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  margin-top: 10px;
  padding: 1px 5px;
}
p.noMatchesFound {
  padding: 10px;
}
div.magnumContainer {
  margin-bottom: 25px;
}
div.magnumContainer p.credit {
  margin: 5px 0 4px;
  padding-right: 7px;
  text-align: right;
}
div.magnumContainer p.credit a {
  color: #777;
}
div.magnumContainer p.credit a:hover {
  color: #595959;
}
div.magnumContainer p.caption {
  margin: 5px 0 7px;
  color: #898989;
}
body#Page div.magnumContainer {
  margin: 0;
}
span.pastEventMessage,div.closedLocationMessage {
  display: block;
  background: #ee3124;
  padding: 13px 15px;
  margin: 2px 0 10px;
  border: 1px solid #000;
  font-size: 2em;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
}
h1.listingTitle,div.MainColumn h1.listingTitle {
  font-size: 19px;
font-family: 'Avenir',sans-serif;
font-weight:700;
  letter-spacing: 1px;
}
ul.locationEvents {
  margin: 0 0 1em;
}
ul.locationEvents li.l0 {
  margin-bottom: 8px;
}
ul.locationEvents li.l0 h4 a {
  font-weight: 700;
  text-decoration: none;
}
ul.locationEvents li.commentCount {
  font-size: 11px;
}
.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: #e7e8e9;
}
.MediaReviews li .imgMediaReviews {
  width: 100px;
  margin: 0 auto 8px;
}
.MediaReviews li a span.MediaReviews_artist,.MediaReviews li a span.MediaReviews_title {
  color: #000;
}
.MediaReviews li a span.MediaReviews_title cite {
  font-style: italic;
}
.MediaReviews li a span.MediaReviews_readLink {
  font-weight: 700;
  color: #000;
  text-transform: lowercase;
}
.MediaReviews li a:hover span {
  color: #000;
}
#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: #000;
}
.columnList li {
}
.columnList li a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.25em;
}
.columnList li p {
  margin: 0;
  font-size: 11px;
}
.columnList li ul {
  padding: 0;
  margin: 0;
}
.columnList li ul li {
  padding: 0;
  margin: 0 0 5px;
  border: none;
  font-size: 11px;
}
/* Review Scroller */
.reviewScroller {
  height: 500px;
  overflow: hidden;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  background: #e7e8e9;
  text-align: left;
  margin: 0 auto;
}
.reviewScroller:hover {
  background: #e7e8e9;
}
.scrollerButtons {
  text-align: center;
  margin: 0 auto 15px;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}
.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: #000;
  font-size: .9em;
  font-weight: 700;
  padding: 0 3px 5px 0;
  text-transform: uppercase;
}
div.scrollerItem {
  font-size: .9em;
  margin: 8px 7px;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
}
div.scrollerItem p.revHeader {
  text-align: left;
  margin: 0 0 4px;
}
div.scrollerItem p.revHeader strong a {
  font-size: 1.1em;
  color: #000;
  text-decoration: none;
}
div.scrollerItem span.revBy {
  color: #000;
  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;
}
/* scrollable arrows */
.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 #000;
  padding: 10px;
  background: #e7e8e9;
}
#ArticleArchives #ArchivesAuthorBio h3 {
  font-size: 140%;
  font-weight: 700;
}
#ArchivesAuthorBio img {
  float: left;
  margin: 0 10px 10px 0;
}
#ArchivesAuthorBio .email,#ArchivesAuthorBio .facebook,#ArchivesAuthorBio .twitter {
  height: 18px;
  margin: .5em 0;
  padding-left: 27px;
  line-height: 18px;
  overflow: hidden;
}
#ArchivesAuthorBio .email {
  background: transparent url(/images/icons/email-18x18.png) left center no-repeat;
}
#ArchivesAuthorBio .facebook {
  background: transparent url(/images/icons/facebook-18x18.png) left center no-repeat;
}
#ArchivesAuthorBio .twitter {
  background: transparent url(/images/icons/twitter-18x18.png) left center no-repeat;
}
#ArchivesAuthorBio .bio {
  margin-top: 1em;
  line-height: 1.4em;
  overflow: hidden;
}
#ArticleArchives #resultsCount,#MemberSearch #resultsCount {
  text-align: left;
  margin: 5px 10px;
  color: #000;
  font-size: .9em;
  border-bottom: 1px solid #000;
}
#ArticleArchives h4.headline {
  font-size: 1.2em;
}
#ArticleArchives li.tags {
  display:none;
/*  font-size: .8em;
  margin-top: 5px;
  color: #000;*/
}
#ArticleArchives li.sectionDateInfo {
  font-size: .8em;
  color: #444;
  margin-bottom: 5px;
}
#ArticleArchives li.sectionDateInfo span.date strong {
font-family: 'Avenir',sans-serif;
font-weight:700;
}
#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: #e7e8e9;
  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: #000;
  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: #000;
  font-size: 10px;
  text-align: center;
}
body#IssueArchives #searchResults h4.sectionHeader {
  text-transform: uppercase;
  font-size: 1.5em;
  border-bottom: 1px solid #ee3124;
  margin: 10px auto 4px;
  width: 97%;
  padding-bottom: 1px;
}
body#IssueArchives #searchResults ul#yearIssueArchives {
  margin: 10px auto;
}
body#IssueArchives #searchResults li.issueCover {
  text-align: center;
  width: 120px;
  height: 225px;
  margin: 0 10px;
  float: left;
  font-size: 10px;
}
/* blogs */
body#Blog div#gridMain,
body#Post div#gridMain {
  background: #fff;
}
body#Blog div#gridFrame,
body.BlogArchives div#gridFrame,
body#BlogTopics div#gridFrame {
  width: 630px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body#Post div#gridSpanningFeature {
  width: 632px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body#Blog div#gridSpanningHeader,
body#BlogTopic div#gridSpanningHeader {
  width: 632px;
}
body#Blog div#gridColumnContainer,
body#Post div#gridColumnContainer,
body.BlogArchives div#gridColumnContainer,
body#BlogTopics div#gridColumnContainer {
  width: 632px;
  padding: 0;
}
body#Blog div#gridMainColumn,
body#Post div#gridMainColumn,
body.BlogArchives div#gridMainColumn,
body#BlogTopics div#gridMainColumn,
body.Vote2008 div#gridMainColumn {
/*  background: #e7e8e9;*/
}
body#Blog div#gridMainSidebar1,
body#Post div#gridMainSidebar1,
body#BlogTopics div#gridMainSidebar1 {
  display: none;
}
body#Blog div.MainSidebar,
body#BlogTopics div.MainSidebar {
  background-image: none;
}
body#Blog div#RecentComments,
body#BlogTopics div#RecentComments {
  width: 310px;
}
ul.blogrollList {
  line-height: 1px;
}
ul.blogrollList li {
  font-weight: 700;
  margin: 1px 0 2px;
  font-size: 11px;
}
ul.blogrollList li a {
  color: #000;
  display: block;
  font-size: 1em;
  line-height: 1.3em;
  margin: 1px 0;
  padding: 0 3px 0 4px;
  text-decoration: none;
}
div#Blog h2.blogDate,
div#BlogsBlogPost h2.blogDate {
  background: #999;
  color: #fff;
  font-size: 16px;
}
#BlogsPreviousNext {
  margin: 1em 0;
  text-align: center;
}
h2.blogDate {
  clear: both;
  margin-top: .3em;
  padding: 3px 5px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
h3.postTitle {
  font-size: 32px;
  line-height: 35px;
  font-weight:700;
  margin: 10px 0 3px;
  padding-bottom: 0;
  text-align: left;
font-family: 'Avenir',sans-serif;
}
h4.postedBy {
  clear: both;
  color: #888;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .1em;
  margin: 0 0 0 1px;
  padding: 0;
  text-align: left;
}
.postedBy .author {
  color: #000;
  font-weight: 700;
}
span.postCategory {
  display: block;
  margin-top: .5em;
  padding: 0;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
span.postCategory a {
  color: #999;
  text-decoration: none;
}
div.blogPost {
  margin: 0 0 10px 12px;
  word-wrap: break-word;
  padding: 0 15px 20px 0;
  border-bottom: 2px dotted #ddd;
}
div.blogPost p.extended {
  font-weight: 700;
}
div.blogPost p.extended a {
  color: #000;
}
body.BlogPost div.blogPost {
  padding-bottom: 45px;
}
div.indivArchive div.blogPost {
  border: none;
}
div.blogPost h3.subheadline {
  margin: 1px 0 3px 2px;
  color: #888;
  line-height: 21px;
  font-size: 18px;
  padding-right: 11px;
}
div.postBody {
  margin-top: 15px;
  color: #222;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}
div.postBody p {
  margin-bottom: .7em;
}
.postBody a {
  color: #ee3124;
  text-decoration: none;
}
.postBody a:hover {
  color: #595959;
}
.postBody img {
  display: block;
  text-align: center;
}
.postBody object {
  display: block;
  margin: 18px auto;
}
div.blogPost p.tags {display:none;}
.postLinks {
  clear: both;
  margin:0;
  padding: 10px 0 0;
  color: #000;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .2em;
}
.postLinks a {
  color: #444;
  text-decoration: none;
}
.page_next a {
  float: right;
  display: block;
  width: 124px;
  height: 28px;
  background: url(/images/buttons/older_entries.gif) no-repeat;
  margin-bottom: 5px;
  margin-right: 10px;
  text-indent: -6000px;
  transition: all linear .2s;
  -moz-transition: all linear .2s;
  -webkit-transition: all linear .2s;
}
.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;
  transition: all linear .2s;
  -moz-transition: all linear .2s;
  -webkit-transition: all linear .2s;
}
.page_next a:hover,.page_prev a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.keepReading a {
  color: #000;
}
h3.archiveHead,h2.archiveHead {
  font-size: 2.2em;
  margin: 0;
  padding: 0 5px;
  text-transform: uppercase;
}
table.archivetable {
  width: 540px;
  margin: 20px;
}
table.archivetable tr.alternate {
  background: #e7e8e9;
}
table.archivetable td {
  padding: 1px;
}
table.archivetable td.archlink {
  width: 50%;
}
table.archivetable td.archlink a {
  font-weight: 700;
  text-decoration: none;
}
table.archivetable td.archcount {
  width: 25%;
  text-align: right;
}
table.archivetable td.rsslink {
  width: 25%;
  text-align: right;
}
div#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: #e7e8e9;
  margin: 0 0 10px;
  padding: 10px 0 10px 5px;
  text-align: left;
}
#missingLocationLink h3 {
  margin-bottom: 7px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
#missingLocationLink a.addListing {
  display: block;
  width: 145px;
  height: 67px;
  background: url(/images/buttons/addlisting.gif) no-repeat;
  margin: 0 auto 0 5px;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  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-size: 60px;
  letter-spacing: -2px;
  color: #000;
}
#missingLocationLink a.addListing:hover span,#missingLocationLink a.addListing:hover em {
  color: #000;
}
#NewsletterSignupLink p {
  padding: 5px;
  text-align: center;
}
div.commentsHeader a.feedLink {
  background: transparent url(/images/rss-small.gif) no-repeat top center;
  color: #000;
  font-size: 0;
  margin-left: 1px;
  padding: 12px 0 0 12px;
  text-decoration: none;
}
/* RSS Feeds page */
body#Syndication div.MainColumn div.storyHead {
  margin-bottom: 0;
}
body#Syndication div#storyBody {
  background: #e7e8e9;
  padding: 10px;
  margin: 10px;
  font-size: .85em;
  float: right;
  width: 30%;
}
body#Syndication div#storyBody h2 {
  font-size: 1.4em;
}
body#Syndication div.Syndication h2 {
font-family: 'Avenir',sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight:700;
}
body#Syndication div#RssSections {
  float: left;
  margin-top: 1em;
  width: 30%;
  margin-left: 10px;
}
body#Syndication div#RSSLinks,body#Syndication div#RssBlogs {
  float: right;
  width: 30%;
  margin-top: 1em;
}
body#Syndication div#RSSLinks {
}
body#Syndication div#RssSections ul,body#Syndication div#RssBlogs ul,body#Syndication div#RSSLinks ul {
  margin: 0 0 0 5px;
}
body#Syndication div#RssSections ul li,body#Syndication div#RssBlogs ul li,body#Syndication div#RSSLinks ul li {
  margin-top: 3px;
}
body#Syndication div#RssSections ul li a,body#Syndication div#RssBlogs ul li a,body#Syndication div#RSSLinks ul li a {
  background: url(/images/rss-small.gif) no-repeat center left;
  padding-left: 17px;
  font-size: 1.1em;
}
p.fullInfo {
  font-size: 1.1em;
  font-weight: 700;
  padding: 5px;
  background: #e7e8e9;
  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;
}
/* slideshow */
/* Styles for pop-up controls. */
#SlideshowPopUp .closeBtn {
  font-weight: 700;
  margin-left: 535px;
  margin-top: -18px;
  position: absolute;
}
#SlideshowPopUp .closeBtn a {
  display: block;
  color: #000;
  text-decoration: none;
  height: 30px;
}
#SlideshowPopUp .closeBtn a img {
  margin-bottom: -10px;
}
#SlideshowPopUp .slideImg,#SlideshowFullPage .slideImg {
  overflow: hidden;
  margin: auto;
}
#SlideshowPopUp .slideContainer,#SlideshowFullPage .slideContainer {
  background: #e7e8e9;
}
#SlideshowPopUp .slideImg .controls {
  position: relative;
  top: -100px;
  width: 300px;
  height: 57px;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
}
#SlideshowPopUp .slideImg .controls a {
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 100px;
  height: 57px;
  text-indent: -6000px;
  overflow: hidden;
}
#SlideshowPopUp .slideImg .controls .back {
  background-image: url(/images/buttons/slideshow/slideshow-back.png);
}
#SlideshowPopUp .slideImg .controls .playpause {
  background-image: url(/images/buttons/slideshow/slideshow-play_pause.png);
}
#SlideshowPopUp .slideImg .controls .play {
  background-image: url(/images/buttons/slideshow/slideshow-play.png);
}
#SlideshowPopUp .slideImg .controls .pause {
  background-image: url(/images/buttons/slideshow/slideshow-pause.png);
}
#SlideshowPopUp .slideImg .controls .next {
  background-image: url(/images/buttons/slideshow/slideshow-next.png);
}
/* Story page, inline and teaser */
div.inlineSlideshow {
  width: 420px;
  margin: 0 auto;
}
h5.slideshowHeader {
  font-size: 1.4em;
  text-transform: uppercase;
}
div.inlineSlideshow p,div#SlideshowTeaser p {
  margin: 0;
  color: #000;
}
.slideshowTitle {
  font-size: 1.1em;
  font-weight: 700;
  color: #000;
}
.slideshowDesc {
}
.slideshowCount {
  font-size: .9em;
}
.slideshowByline {
  font-size: .9em;
  font-style: italic;
}
a.postComment {
  display: block;
  font-size: .9em;
  margin-top: 5px;
  font-weight: 700;
}
div.slideshowThumbnails {
  margin-top: 5px;
}
div.slideshowThumbnails img {
  margin-right: -1px;
}
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 {
  padding: 0 20px;
  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 #000;
  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: #000;
  font-size: .9em;
  margin-bottom: 3px;
}
div#SlideshowFullPage .caption,div#SlideshowPopUp .caption {
  text-align: left;
  font-size: .9em;
  margin-bottom: 10px;
}
div#SlideshowFullPage .slideshowPrevNext {
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  margin: 10px auto;
  width: 210px;
  height: 40px;
  clear: both;
}
div#SlideshowFullPage .slideshowCount {
  text-align: center;
}
div#SlideshowFullPage a.imageLink {
  display: block;
  background: #e7e8e9;
  margin-top: 15px;
}
div.inlineSlideshow>a.toggleSlideshow{
  display: block;
}
/* Related Slideshows - updated styles from search */
#RelatedSlideshows>ul {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#RelatedSlideshows .teaser-wrap {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: 204px;
  padding-bottom: 0 !important;
  text-align: center;
  background-color: #333
}

#RelatedSlideshows .teaser-wrap img {
  height: 100%;
}
div#RelatedSlideshows ul li {
  padding-bottom: 10px;
}
div#RelatedSlideshows ul li div.storyTeaser {
  float: left;
  margin-right: 10px;
}
div.slideshowPrevNext a {
  float: left;
  text-indent: -3000px;
}
div.slideshowPrevNext a.slideshowBack {
  background: transparent url(/images/buttons/slideshow/slideshow-back-sm.png) no-repeat 0 0;
  display: block;
  height: 40px;
  width: 70px;
}
div.slideshowPrevNext a.slideshowNext {
  background: transparent url(/images/buttons/slideshow/slideshow-next-sm.png) no-repeat 0 0;
  display: block;
  height: 40px;
  width: 70px;
}
div.slideshowPrevNext a.SlideshowFullPageToggleSlideshow {
  background: transparent url(/images/buttons/slideshow/slideshow-play-sm.png) no-repeat 0 0;
  display: block;
  height: 40px;
  width: 70px;
}
div.slideshowPrevNext a.playing {
  background: transparent url(/images/buttons/slideshow/slideshow-pause-sm.png) no-repeat 0 0;
  display: block;
  height: 40px;
  width: 70px;
}
/* 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: #000;
  font-size: .9em;
}
div#SlideshowPopUp .date {
  color: #000;
  font-size: .9em;
}
/* Inline Video Styles */
div.inlineVideo,div#VideoPlayer {
  text-align: center;
}
div.inlineVideo p,div#VideoPlayer p {
  font-size: .9em;
  color: #000;
  margin: 0;
}
div.inlineVideo p.videoTitle,div#VideoPlayer p.videoTitle {
  font-size: 1.1em;
  font-weight: 700;
}
div.inlineVideo p.videoByline,div#VideoPlayer p.videoByline {
  font-style: italic;
}
div.inlineVideo embed,div#VideoPlayer embed {
  margin-bottom: 10px;
}
/* Slideshow Spotlight */
div#SlideshowSpotlightAll,div#SlideshowSpotlightSpecialPlacementHome,div#SlideshowSpotlightSectionorCategory,div#VideoSpotlight,div#VideoSpotlightHome,div#VideoSpotlight300 {
  background: #e7e8e9;
  margin-bottom: 10px;
  text-align: left;
  float: left;
  width: 100%;
}
div#VideoSpotlight div,div#VideoSpotlightHome div,div#VideoSpotlight h4,div#VideoSpotlightHome h4,div#VideoSpotlight300 h4,div#VideoSpotlight300 ul {
  margin: 10px;
}
div#SlideshowSpotlightAll h3,div#SlideshowSpotlightSpecialPlacementHome h3,div#SlideshowSpotlightSectionorCategory h3 {
  margin-bottom: 10px;
}
div#VideoSpotlight h3,div#VideoSpotlightHome h3 {
  margin-bottom: 5px;
}
div#VideoSpotlight div h4,div#VideoSpotlightHome div h4 {
  margin: 0;
}
div#VideoSpotlight object,div#VideoSpotlightHome object {
  margin-left: -10px;
}
div#VideoSpotlight ul li,div#VideoSpotlightHome ul li,div#VideoSpotlight300 ul li {
  padding-bottom: 5px;
}
div#SlideshowSpotlightAll ul,div#SlideshowSpotlightSpecialPlacementHome ul,div#SlideshowSpotlightSectionorCategory ul {
  float: left;
  padding-left: 10px;
}
div#SlideshowSpotlightAll ul li,div#SlideshowSpotlightSpecialPlacementHome ul li,div#SlideshowSpotlightSectionorCategory ul li {
  width: 135px;
  float: left;
  text-align: center;
  padding: 0 0 10px;
  font-size: 10px;
  margin-right: 10px;
}
div#VideoSpotlight ul,div#VideoSpotlightHome ul,div#VideoSpotlight300 ul {
  padding: 0;
}
div#SlideshowSpotlightAll div.slideshow,div#SlideshowSpotlightSpecialPlacementHome div.slideshow,div#SlideshowSpotlightSectionorCategory div.slideshow {
  float: left;
  clear: both;
  width: 100%;
}
div#SlideshowSpotlightAll div.slideshow div.ssHeadline a,div#SlideshowSpotlightSpecialPlacementHome div.slideshow div.ssHeadline a,div#SlideshowSpotlightSectionorCategory div.slideshow div.ssHeadline a {
  display: block;
  font-size: 1.3em;
  margin-bottom: 5px;
  text-decoration: none;
  font-weight: 700;
}
div#VideoSpotlight h4,div#VideoSpotlightHome h4,div#VideoSpotlight300 h4 {
  font-size: 1.1em;
  font-weight: 700;
}
div#VideoSpotlight h4 a,div#VideoSpotlightHome h4 a,div#VideoSpotlight300 h4 a {
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
/* Video Archives */
body#VideoArchives div#VideoArchiveHeader h1,body#ImageArchives div#ImageArchiveHeader h1 {
  background: #e7e8e9 url(/images/backgrounds/search_info.gif) repeat-x scroll 0 0;
  clear: both;
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 8px 10px 9px;
  text-transform: uppercase;
}
body#VideoArchives #SearchResults h1,body#ImageArchives #ImageSearchResults h1 {
  margin-bottom: 10px;
}
body#VideoArchives #SearchResults 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;
  padding-bottom: 16px;
}
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: #000;
  font-size: .9em;
}
body#VideoArchives #SearchResults div#searchResults div ul li a,body#VideoArchives div#RelatedVideos div ul li a,body#ImageArchives #ImageSearchResults div#searchResults div ul li a,body#ImageArchives div#RelatedImages div ul li a {
  font-size: 1em;
  text-decoration: none;
  font-weight: 700;
}
div#VideoRelatedStories h3,div#VideoRelatedEvents h3,div#VideoRelatedLocations h3,div#VideoRelatedFilms h3,div#RelatedVideos h3,div#RelatedImages h3 {
  border-bottom: 1px solid #000;
  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: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  margin-bottom: 10px;
  padding: 10px;
}
body#VideoArchives div#FeaturedVideo div,body#ImageArchives div#FeaturedImage div {
  margin-bottom: 10px;
  text-align: center;
}
body#VideoArchives div#FeaturedVideo h1,body#ImageArchives div#FeaturedImage h1 {
  font-size: 21px;
}
div#VideoArchivesNarrowHeader a,div#ImageArchivesNarrowHeader a {
  text-decoration: none;
}
div#VideoArchivesNarrowHeader.MainSidebar ul,div#ImageArchivesNarrowHeader.MainSidebar ul {
  color: #000;
}
div#ImageArchivesNarrowHeader.MainSidebar ul li form {
  padding: 0;
}
div#FeaturedImage a.slideshowLink {
  font-weight: 700;
  text-decoration: none;
}
.LoginDialog .forgotPass {
  padding: 4px 0 1px !important;
  font-size: 13px !important;
  font-weight: 700;
 font-family: 'Avenir',sans-serif;
  text-decoration: none;
  color: #ee3124 !important;
}
/* Newsletter management */
div#NewsletterSubscriptions {
  margin: 10px;
}
div#NewsletterSubscriptions h2.headline {
  text-transform: uppercase;
 font-family: 'Avenir',sans-serif;
 font-weight:700;
  text-decoration: none;
  color: #EE3124;
  font-size: 17px;
}
#NewsletterSubscriptions #NewsletterSubscriptionsForm {
  padding: 1em;
}
#NewsletterSubscriptions ul {
  margin: 0 1em;
}
#NewsletterSubscriptions ul li {
  margin: .5em 0;
}
#NewsletterSubscriptions fieldset {
  border: 1px solid silver;
  padding: 5px;
}
#NewsletterSubscriptions fieldset legend {
  font-weight: 700;
}
/* Configurable email forms */
div.EmailForm .errorField {
  background-color: #e7e8e9;
}
div.EmailForm strong.req {
  color: red;
/* required */
}
div.EmailForm div.formField {
  overflow: hidden;
  clear: both;
  margin: 5px 0;
  padding: 5px;
}
div.EmailForm div.formField div.error {
  float: left;
  display: block;
  width: 10em;
  padding: 0 5px;
  font-weight: 700;
}
div.EmailForm input[type=text],div.EmailForm textarea,div.EmailForm div.formInput {
  float: left;
  display: block;
  width: 25em;
}
div.EmailForm div.formInput {
  padding: 1px;
}
div.EmailForm div.formInput span.form-checkbox-input-wrapper,div.EmailForm div.formInput span.form-radio-input-wrapper {
  display: block;
}
div.EmailForm input[type=text],div.EmailForm textarea {
  border: 1px solid #000;
}
div.EmailForm label {
  float: left;
  display: block;
  width: 10em;
}

#gridBottomSidebar {
  clear: both;
}
/* tabbed calendar */
#CalendarTabbed.Home {
  float: left;
  width: 266px;
  height: 240px;
  margin-left: 0;
  margin-top: 15px;
}
#CalendarTabbed {
  width:266px;
  margin:0 auto 20px;
  padding:12px 16px;
  background: rgb(245,245,245); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(245,245,245,1) 20%, rgba(219,219,219,1) 45%, rgba(219,219,219,1) 55%, rgba(245,245,245,1) 80%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(245,245,245,1)), color-stop(45%,rgba(219,219,219,1)), color-stop(55%,rgba(219,219,219,1)), color-stop(80%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* W3C */
  border:1px solid #ccc;
  text-align:left;
}
#CalendarTabbed .headerBar {
  margin: 0 0 .25em;
  padding: 0;
  background: none;
}
#CalendarTabbed h3 {
  margin: 0;
  padding: 0;
  background: none;
  color: #4f88a5;
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
#CalendarTabbed .tabs div {
  display: inline-block;
  padding: 2px 6px;
}
#CalendarTabbed .tabs div a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
#CalendarTabbed .tabs .tabCurrent {
  background: #fff;
  border: 1px solid #ccc;
  border-width: 1px 1px 0;
}
#CalendarTabbed .tabs .tabCurrent a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
#CalendarTabbed .tabs .tabBack {
  background: rgb(245,245,245); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(245,245,245,1) 20%, rgba(219,219,219,1) 45%, rgba(219,219,219,1) 55%, rgba(245,245,245,1) 80%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(245,245,245,1)), color-stop(45%,rgba(219,219,219,1)), color-stop(55%,rgba(219,219,219,1)), color-stop(80%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(245,245,245,1) 20%,rgba(219,219,219,1) 45%,rgba(219,219,219,1) 55%,rgba(245,245,245,1) 80%); /* W3C */
  border:1px solid #ccc;
  border-width:1px 1px 0;
}
#CalendarTabbed .calendarBody {
  padding: .5em;
  background: #fff;
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
}
#CalendarTabbed select {
  width: 96%;
  margin: .5em 0;
}
#CalendarTabbed .calendarBody a {
  display: block;
  padding: .5em 0;
}
/* Social Media Widgets */
#FacebookActivity {
  width: 298px;
  margin: 1em auto 20px;
  padding: 0;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  text-align: left;
}
#FacebookActivity h3 {
  margin: .45em;
  color: #4f88a5;
  font-size: 2em;
  text-transform: uppercase;
}
#FacebookActivity iframe {
  margin: 0 auto;
}
/* Most Commented Widget */
#MostCommentedOn {
  width: 278px;
  margin: 1em auto 20px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  text-align: left;
}
#MostCommentedOn h3 {
  color: #4f88a5;
  font-size: 2em;
  text-transform: uppercase;
}
#MostCommentedOn .storyItem {
  margin: .75em 0 .25em;
}
#MostCommentedOn .headline {
  font-size: 1em;
  font-weight: 700;
}
#MostCommentedOn .headline a {
  color: #4f88a5;
  font-size: 1.2em;
  font-weight: 700;
}
#MostCommentedOn .byline {
  color: #999;
  font-size: .9em;
  text-transform: capitalize;
}
#RecentComments .storyItem:last-child,#MostCommentedOn .storyItem:last-child {
  text-align: right;
}
#MostCommentedOn .moduleList ul li {
  display: inline-block;
}
#MostCommentedOn .longOnly span.date {
  display: inline-block;
  color: #999;
  font-size: .9em;
  border-left: 1px solid #999;
  padding-left: .5em;
}
/* Tall Share Bar */
body#Content div#gridMainColumn #TallBar.MainColumn {
  clear: both;
  margin: 1em;
  padding: 0;
  border: 1px solid #999;
  background: #fefefe;
  border-radius: 4px;
  box-shadow: 0 0 1px #888;
  
}
#TallBar ul {
  margin: .5em 0;
  white-space:nowrap;
  text-align:center;
}
#TallBar li {
  display: inline-block;
  vertical-align:text-top;
      width: auto!important;
  padding: 0 4px;
  background: transparent;
}
#TallBar  li.l0.first {
    margin-top: 25px;
}
.horizontalShareTools {
  margin: 1em 0;
  display:flex;
  display:-webkit-flex;
  justify-content:space-between;
  border:1px solid #ddd;
  border-width:1px 0;
  padding:5px 0 0;
}
.horizontalShareTools li.first div {
  overflow: visible !important;
}
.horizontalShareTools li.l0 a.saveAction {
  color: #333;
  padding-left: 22px;
  background: url(/images/icons/fav_icon.png) 0 1px no-repeat transparent;
}
.horizontalShareTools a {
  color: #333;
  font-weight: 700;
}

#CategoryStories img,
#SpecialIssueCategoryStories img,
#Specialissuesectionlanding img,
.VisitorStoriesItem .storyTeaser {
  border: 0 none;
  margin-right: 10px;
  float: left;
}
#CategoryStories img {
  width:320px!important;
  height:auto;
}

.SectionFeatureTeaser,
.SectionStoriesTeaser,
.CategoryStoriesTeaser,
#SpecialissuesectionlandingTeaser {
  overflow: hidden;
}
#SectionFeature .headline,
#CategoryStories .headline,
#SpecialIssueCategoryStories .headline,
#Specialissuesectionlanding .headline,
.VisitorsGuideContentTeaser .headline {
  margin: 0 0 8px;
 font-family: 'Avenir',sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
}
#SpecialIssueCategoryStories .headline {
  margin-top: 0;
}
#SectionFeature .headline a,#CategoryStories .headline a,#SpecialIssueCategoryStories .headline a,#Specialissuesectionlanding .headline a,
.VisitorsGuideContentTeaser .headline a {
  font-weight: 700;
}
#SectionFeature .subhead,#CategoryStories .subhead,#SpecialIssueCategoryStories .subhead,#Specialissuesectionlanding .subhead,
.VisitorsGuideContentTeaser .subhead {
  margin: 0;
  color: #666;
  line-height: 18px;
  font-size: 14px;
  padding-bottom: 3px;
}
#SectionFeature .headline a:hover,#CategoryStories .headline a:hover,#SpecialIssueCategoryStories .headline a:hover,#Specialissuesectionlanding .headline a:hover,
.VisitorsGuideContentTeaser .headline a:hover {
  color: #595959;
}
#CategoryStories .byline,#SpecialIssueCategoryStories .byline,#Specialissuesectionlanding .byline,
.VisitorsGuideContentTeaser .byline {
  margin: 7px 0 3px !important;
  color: #666;
  padding-right: 11px;
  text-align: right;
  font-size: 1em;
  font-weight: 400;
  text-transform: capitalize;
}
#CategoryStories #categoryLead,div.specialCategoryLede {
  margin: 0 1em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
div#VisitorsGuideContent h2 a {
    font-weight: 700;
    font-size: 18px;
    margin:15px 10px 0;
    color: #333;
    display: block;
        border-top: 1px solid #ddd;
    padding: 5px 0 0;
}
div#VisitorsGuideContent h2:first-of-type a{
  border:none;
}
.VisitorStoriesItem {
    overflow: hidden;
    clear: both;
    margin:0 1em;
     padding: 10px 0px;
}
div#VisitorsGuideContent p.more {
    margin: 0 1em;
    line-height: 1;
}
div#VisitorsGuideContent p.more+p.more{
  margin:1em; 
}
.VisitorStoriesItem+.VisitorStoriesItem {

    border-top: 1px solid #ddd;
}
#CategoryStories .byline .releaseDate,#SpecialIssueCategoryStories .byline .releaseDate,#Specialissuesectionlanding .byline .releaseDate {
  display: none;
}
#Specialissuesectionlanding {
  margin: 1em !important;
}
#Specialissuesectionlanding .storyCapsuleContainer,.storyCapsuleBlock {
  margin: 10px 0;
  clear:both;
  overflow:hidden;
}
#Specialissuesectionlanding .storyCapsuleContainer .moreLink {
  padding: 3px 0;
  text-align: right;
}
#Specialissuesectionlanding .tagEach,#Specialissuesectionlanding .categoryHeading,#Specialissuesectionlanding .category {
  display: none;
}
#Specialissuesectionlanding .categoryHeading a {
  color: #555;
}
#LandingFollowStories {
  clear: both;
  margin: 1em;
  padding-top: 1em;
}
#LandingFollowStories .storyTeaser img {
  margin: 0 0 1em;
}
#LandingFollowStories .headline {
  font-size: 23px;
  line-height: 27px;
  margin-top: 0;
  font-weight: 400;
  overflow: hidden;
  padding-bottom: 3px;
}
#LandingFollowStories .subhead {
  color: #666;
  overflow: hidden;
  padding-bottom: 3px;
}
#LandingFollowStories .byline {
  overflow: hidden;
  padding-right: 11px;
  text-align: right;
}
#LandingFollowStories .byline .releaseDate {
  display: none;
}
#LandingFollowStories .more {
  font-weight: 400;
  text-align: right;
  padding-right: 8px;
}
#LandingFollowStories .clear {
  margin: 2.3em 0 2.1em;
}
#LandingFollowStories .clear + .clear {
  display: none;
}
div#SectionStories div.storyTeaser,div#LandingFollowStories div.storyTeaser,#Specialissuesectionlanding .storyTeaser {
  width: auto;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
div#SectionStories h3.headline {
 font-family: 'Avenir',sans-serif;
 font-weight:700;
  font-size: 22px;
  line-height: 26px;
  display: block;
}
div#SectionStories h3.headline p {
  margin: 0;
}
div#SectionStories div.subhead {
  color: #777;
  margin: 3px 0;
  overflow: hidden;
  font-size: 17px;
}
div#SectionStories .clear {
  padding: 3px 0;
}
div.summarytext {
  overflow: hidden;
}
p.categorytags {
  text-align: right;
  padding-right: 11px;
  margin: 0;
}
  .SectionFeatureTeaser p.categorytags,
  .SectionStoriesTeaser p.categorytags,
  .CategoryStoriesTeaser p.categorytags,
  .VisitorsGuideContentTeaser .categorytags{display:none;}
  
div#SectionStories p.byline {
  padding-right: 15px;
  text-align: right;
  margin: 3px 0;
}
div#SectionStories span.author:after {
  content: "|";
  color: #888;
  padding: 0 6px 0 8px;
}
div#SectionStories div.more {
  text-align: right;
  padding-right: 12px;
}
div#SectionArchives {
  width: 95%;
  margin: 9px auto !important;
  clear: both;
}
div#SectionArchives h2 {
  color: #555;
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 1.1;
  margin: 20px auto 9px;
  padding-bottom: 1px;
  border-bottom: 1px solid #ee3124;
}
/* new social bookmarks component */
#SocialBookmarks {
  width: 300px;
  height: 32px;
  margin: 0 auto 20px;
}
#SocialBookmarks li {
  float: left;
  text-indent: -9999px;
}
#SocialBookmarks li a {
  display: block;
  width: 31px;
  height: 32px;
  margin-right: 15px;
  background: transparent url() top center no-repeat;
}
#SocialBookmarks li.facebook a {
  background: url(/images/icons/header-fb.png);
}
#SocialBookmarks li.twitter a {
  background: url(/images/icons/header-tw.png);
}
#SocialBookmarks li.rss a {
  background: url(/images/icons/header-rss.png);
}
#SocialBookmarks li.newsletter a {
  width: 162px;
  height: 30px;
  margin-right: 0;
  background: url(/images/icons/header-nl-sub.png) top center no-repeat;
}
#SocialBookmarks li a:hover {
  background-position: bottom center;
}
/* star rating */
.singleStar {
  background: url(/foundation/images/icons/star_trans.png) no-repeat scroll left top transparent;
  position: absolute;
  height: 22px;
  width: 23px;
  top: 0;
}
.ratingContainer {
  position: relative;
  top: -8px;
  margin-left: 24px;
  background-color: #FFF;
  float: left;
  border: 1px solid #ffcc1c;
  box-shadow: 0 0 2px #CCC;
}
.ratingDetails {
  color: #666;
  font-size: 10px;
  text-align: center;
  text-transform: none;
}
.starsContainer {
  width: 115px;
  height: 22px;
  position: relative;
  overflow: hidden;
  background-color: #CCC;
}
/* --- New Staff Rating Code --- */
.filmShortDetails .starsContainer .goldStarContainer,.filmShortReview .staffRating .starsContainer .goldStarContainer {
  background-color: #ee3124;
}
.starsContainer .goldStarContainer {
  width: 115px;
  height: 22px;
  position: absolute;
  background-color: #FFCC1C;
  top: 0;
}
.commentFormRating .starsContainer:hover .goldStarContainer {
  background-color: #ff9231;
}
.blankStarContainer {
  width: 115px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.blankStarContainerSub {
  position: relative;
  width: 115px;
  height: 22px;
}
.starClickable {
  position: absolute;
  top: 0;
  width: 23px;
  height: 22px;
  cursor: pointer;
}
.starsContainer.med .singleStar {
  background: url(/foundation/images/icons/star_trans_med.png) no-repeat scroll left top transparent;
  height: 17px;
  width: 18px;
}
.starsContainer.tiny .singleStar {
  background: url(/foundation/images/icons/star_trans_tiny.png) no-repeat scroll left top transparent;
  height: 10px;
  width: 11px;
}
.starsContainer.med,.starsContainer.med .goldStarContainer,.starsContainer.med .blankStarContainer,.starsContainer.med .blankStarContainerSub {
  width: 90px;
  height: 17px;
}
.starsContainer.tiny,.starsContainer.tiny .goldStarContainer,.starsContainer.tiny .blankStarContainer,.starsContainer.tiny .blankStarContainerSub {
  width: 55px;
  height: 10px;
}
.locationRating .rating .starsContainer.tiny {
  float: left;
  margin-top: 3px;
  margin-right: 4px;
}
#BestOfNarrowHeader {
  margin: 20px 0;
}
/* ------- Begin New Site Styles ------- */
body {
  text-rendering: geometricPrecision;
}
body a {
  outline: 0 none;
  transition: color ease .1s;
  cursor: pointer;
}
div.clear {
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}
br.clear {
  clear: both;
  display: inline-block;
  width: 100%;
}
div#gridMain {
  background: #f6f5ed !important;
}
body#Home div#gridMainColumn {
  width: 460px !important;
  margin-right: 0 !important;
}
div#gridCenterColumn {
  width: 145px !important;
  padding-left: 15px;
}
.Karnak6Zone #gridRightColumn {
  width:300px;
  margin:0 10px 0 0;
}
.Karnak6Zone #gridMainSidebar {
  margin:0 0 0 10px;
}
div#gridRightColumn {
  width: 320px !important;
  margin: 0 !important;
  background: none !important;
}
body#Home div#gridRightColumn {
  width: 320px !important;
  margin: 0 0 0 5px !important;
  background: none !important;
}
body#MovieTimes div#gridRightColumn {
  margin: 0 !important;
}
div#LatestInCategory {
  clear: right;
}
#PeopleWhoLiked,
#MorebyThisAuthor,
#LatestInCategory {
  width: auto;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  padding-bottom: 30px;
}
#PeopleWhoLiked.MainColumn.BlogPost {
  margin:0 10px 10px;
  padding-bottom:10px;
}
#PeopleWhoLiked.MainColumn.BlogPost .storyItem {
  clear:both;
  min-height:100px;
}
  
#PeopleWhoLiked>ul {
    padding: 5px;
}
body.BlogPost #MorebyThisAuthor,
body.BlogPost #LatestInCategory,
body.BlogPost #TopTopics {
  margin: 10px 0 20px;
  overflow: hidden;
}
input[type=submit] {
  cursor: pointer;
}
a.more {
  text-decoration: none;
  color: #ee3124;
  transition-property: color !important;
  transition-duration: .05s;
  float: right;
  clear: both;
  font-family: 'Avenir',sans-serif;
  font-weight:300;
  padding-right: 9px;
  margin: 10px 14px 0 0;
  font-size: 10px;
  line-height: 1.5;
  height: 12px;
  overflow: hidden;
}
a.more:hover {
  color: #595959;
}
body#Home a.more,div#EventPicks a.more {
  background: url(/images/icons/moreArrow.png) no-repeat 100% 3px transparent;
}
body#Home a.more:hover,div#EventPicks a.more:hover {
  background-position: 100% -8px;
}
/* --------------------- Search and Login + Header Ad and Logo   ---------------------------- */
div#LogoHeaderAd {
  width: 100%;
  height: 90px;
  display: block;
  margin: 0 auto;
  background-color: #ee3124;
  padding-bottom: 5px;
  padding-top: 2px;
}
div#LogoHeaderAd a.logo img {
  border: 0 none;
  display: block;
  float: left;
    margin: 0px 0 0 20px;
}
div#LogoHeaderAd div.adTemp {
  width: 728px;
  height: 90px;
  display: block;
  float: right;
  margin: 2px 9px 0 0;
/* background:#555; */
}
div#SearchLogin {
  width: 100%;
  height: 24px;
  display: block;
  margin: 0 auto;
  background: #ee3124;
  position: relative;
}
div.loginLinks {
  position: relative;
  margin-bottom: 14px;
}
div#SearchLogin form {
  position: absolute;
  top: 3px;
  right: 4px;
  display: block;
  text-align: right;
  vertical-align: middle;
  padding-right: 10px !important;
}
div#SearchLogin form label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  vertical-align: top;
}
div#SearchLogin form input[type=submit] {
  height: 19px;
  margin-left: 3px;
  padding: 1px 10px 0;
  background: #fff;
  box-shadow: inset 1px -4px 4px 3px #ccc;
  color: #222;
  border: 0;
  font-family: 'Avenir',sans-serif;
  font-size: 9px;
  text-align: center;
  font-weight: 100;
  vertical-align: middle;
  border-radius: 4px;
}
div#SearchLogin form input[type=text] {
  height: 18px;
  vertical-align: middle;
  border-radius: 5px;
  border: none;
  padding: 1px;
  width: 140px;
  box-shadow: 0 0 1px #ee3124;
  transition: all ease .2s;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
}
div#SearchLogin form input[type=text]:focus {
  box-shadow: 0 0 4px #222;
}
ul#SearchLogin-login {
  position: absolute;
  top: 3px;
  right: 226px;
  text-align: right;
  font-family: 'Avenir',sans-serif;
  font-weight:100;
  padding-top: 2px;
}
ul#SearchLogin-login li {
  display: inline;
  font-size: 13px;
  color: #fff;
}
ul#SearchLogin-login li a {
  text-decoration: none;
  color: #fff;
}
ul#SearchLogin-login li a:hover {
  color: #595959;
}
ul#SearchLogin-login li#SearchLogin-upcoming {
  display: block;
  font-size: 10px;
}
ul#SearchLogin-login li#SearchLogin-upcoming a {
  font-weight: 400;
  color: #4f88a5;
}
div#SearchLogin-section,div#SearchLogin .searchWidgetForm {
  position: relative;
  float: left;
}
div#loginContainer,div#logoutContainer {
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#loginContainer h1,div#logoutContainer h1 {
  font-weight: 700;
  font-size: 34px;
  color: #000;
}
div#logoutContainer h2 {
  font-size: 22px;
  color: #000;
}
div.loginPage div.loginContainer {
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#logout_reminder {
  float: left;
  background: #e7e8e9;
  padding: 10px 20px 20px;
  margin-right: 20px;
  border: 1px solid #000;
  color: #000;
}
div#logout_reminder h2 {
  color: #000;
}
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;
}
/* Navigation Horizontal */
div#NavigationHorizontal {
  clear: both;
  margin: 0 auto;
  display: block;
  width: 100%;
  background: #303030;
}
ul#mainNav {
  height: 27px;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  text-transform: uppercase;
  margin-left: 9px;
}
ul#mainNav li {
  float: left;
  height: 27px;
  margin-top: 0;
  font-size: 11px;
  line-height: 25px;
  overflow: hidden;
}
ul#mainNav li a {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 13px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: url(/images/backgrounds/navBorder.png) right bottom no-repeat transparent;
}
div#NavigationHorizontal ul li.last a,div#NavigationHorizontal ul li.last a:hover {
  background: none;
}
ul#mainNav li a:hover,ul#mainNav li a.hover {
  color: #ee3124;
}
ul#mainNav li.navCurrent {
  background: #ee3124;
}
ul#mainNav li.navCurrent a {
  color: #fff;
}
ul#mainNav li.navCurrent a:hover {
  color: #111;
}
#NavigationHorizontal ul li ul {
  display: none;
}
#NavigationHorizontal ul.subnav_content {
  position: absolute;
  width: 200px;
  min-height: 15px;
  padding: 0;
  margin-top: -2px;
  background: rgba(238,49,35,0.93);
  line-height: 1em;
  z-index: 9999;
}
#NavigationHorizontal ul.subnav_content li {
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #777;
  border-top: 0 none;
  font-size: 11px;
}
#NavigationHorizontal ul.subnav_content li a {
  display: block;
  line-height: 1.3;
  padding: 7px 10px;
  margin: 0;
  color: #fff;
  border: 0;
  font-family: 'Avenir',sans-serif;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(238,49,35,0.95);
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
}
#NavigationHorizontal ul.subnav_content li a:hover {
  text-shadow: 2px 2px 2px #000;
  background: rgba(238,49,35,1);
}
#NavigationHorizontal ul.subnav_content li.searchItem a {
  background: url(/images/icons/navmag.png) 95% center no-repeat;
  padding: 7px 24px 7px 10px;
}
#NavigationHorizontal ul.subnav_content li.submitItem a {
  background: url(/images/icons/navpencil.png) 95% center no-repeat;
  padding: 7px 24px 7px 10px;
}
#NavigationHorizontal ul.subnav_content li.ticketItem a {
  background: url(/images/icons/navticket.png) 95% center no-repeat;
  padding: 7px 24px 7px 10px;
}
/* footer styles */
div#gridFooter {
  clear: both;
  margin-top: 50px;
  width: 980px;
  height: auto;
  background: #e62f21;
 font-family: 'Avenir',sans-serif;
 font-weight:700;
  padding: 0 0 5px;
  font-size: 11px;
  text-align: center;
  position: relative;
}
div#gridFooter a {
  text-decoration: none;
}
div#FooterNavigation {
  clear: both;
  margin-bottom: 5px;
  padding: 5px 3px;
}
div#FooterNavigation ul {
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  margin: 0 auto;
}
div#FooterNavigation ul li {
  display: inline-block;
  margin: 0 7px 4px;
}
div#FooterNavigation ul li span {
  display: none;
}
div#FooterNavigation ul li a {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
}
div#FooterNavigation ul li a:hover {
  color: #595959;
}  


div#footerCopyright {
  padding-top: 6px;
}
div#footerCopyright address,div#footerCopyright p {
  margin: 0;
  padding-top: 6px;
  color: #fff;
  clear: both;
  text-transform: uppercase;
}
div#footerCopyright a {
  color: #fff;
  margin-top: 5px;
}
div#footerCopyright a:hover {
  color: #595959;
}


/* Carousel Begin */
div#HomeTopStoryCarousel {
  width: 440px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  background: #fff;
  padding-bottom: 6px;
  position: relative;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#HomeTopStoryCarousel div.bannerBox {
  width: 483px;
  height: 50px;
  display: block;
  background: url(/images/backgrounds/topStoryBanner.png) 0 0 no-repeat transparent;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 0;
  margin: 0 0 -10px 0;
  letter-spacing: 1px;
  position: relative;
  top: 0;
  left: -33px;
  overflow: visible;
}
div#HomeTopStoryCarousel div.bannerBox h2 {
  font-size: 24px;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  float: left;
  margin: 0 0 0 26px;
  letter-spacing: .07em;
}
div#HomeTopStoryCarousel div.bannerBox p.currentDate {
  float: right;
  font-size: 14px;
  margin: 9px 23px 0 0;
  font-family: 'Avenir',sans-serif;
  color: #ee3124;
}
div#HomeTopStoryCarousel div.category.longOnly,
div#HomeTopStoryCarousel span.releaseDate {
  display:none;
}
div#HomeTopStoryCarousel h3.headline a {
  font-size: 25px;
  text-decoration: none;
  color: #ee3124;
  /* -- Standard Red Text -- */
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  float: left;
  margin: 0;
  line-height: 30px;
}
div#HomeTopStoryCarousel h3.headline a:hover {
  color: #595959;
}
div#HomeTopStoryCarousel div.subhead {
  float: left;
  clear: left;
  margin: 4px 0 2px 0;
  font-size: 14px;
  line-height: 20px;
  color: #444;
  font-family: 'Avenir',sans-serif;
  font-weight:100;
}
div#HomeTopStoryCarousel p.byline {
  float: left;
  clear: left;
  border-left: 2px solid #777;
  padding-left: 5px;
  margin: 0 0 10px 4px;
  text-transform: uppercase;
  color: #888;
  font-style: italic;
  font-size: 13px;
  font-family: 'Avenir',sans-serif;
}
div#HomeTopStoryCarousel div.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 410px
}
div#HomeTopStoryCarousel div.storyCapsule {
  order: 1;
}
div#HomeTopStoryCarousel .imgeditor_button {
  align-self: baseline;
  margin: 0 0 -23px;
  order: 2;
}
div#HomeTopStoryCarousel a.teaserImageLink {
  order: 3;
  align-self: flex-end;
}
div#HomeTopStoryCarousel div.clear {
  display:none;
}
div#HomeTopStoryCarousel div.owl-controls {
  margin-top: 0;
}
div#HomeTopStoryCarousel .owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@-webkit-keyframes bendpulse {
   from{opacity:1; color:#fff}
   to{opacity:0.75; color:rgba(253,253,253,.7);}
}
  @keyframes bendpulse {
   from{opacity:1; color:#fff}
   to{opacity:0.75; color:rgba(253,253,253,.7);}
}
div#HomeTopStoryCarousel .owl-theme .owl-controls .owl-buttons div {
  opacity: 0.75;
}
div#HomeTopStoryCarousel div.owl-prev {
  top: 225px;
  left: 0;
  -webkit-animation: bendpulse .5s ease 1s 5 alternate forwards;
  animation: bendpulse .5s ease 1s 5 alternate forwards;
}
div#HomeTopStoryCarousel div.owl-next {
  top: 225px;
  right: 0;
  -webkit-animation: bendpulse .5s ease 1s 5 alternate forwards;
  animation: bendpulse .5s ease 1s 5 alternate forwards;
}
div#HomeTopStoryCarousel:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}

div#HomeSectionFeatureCarousel {
  width: 440px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  background: #fff;
  padding-bottom: 6px;
  position: relative;
  box-shadow: 0 3px 3px rgba(50,50,50,0.56);
}
div#HomeSectionFeatureCarousel div.owl-container {
  width: 410px;
  margin: 0 auto;
}
div#HomeSectionFeatureCarousel div.item {
  display: table;
  width: 124px;
  margin: 0 auto;
}
div#HomeSectionFeatureCarousel div.banner {
  display: table-header-group;
  width:100%;
  height:auto;
  text-align:center;
  margin:0 auto;
  text-transform:uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  font-size:15px;
  background: #808080;
  background: -webkit-linear-gradient(top,  #808080 0%,#474747 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #808080 0%,#474747 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #808080 0%,#474747 100%); /* IE10+ */
  background: linear-gradient(top,  #808080 0%,#474747 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#474747',GradientType=0 ); /* IE6-8 */
}
div#HomeSectionFeatureCarousel div.owl-item:nth-child(odd) div.banner {
  background: #e02121;
  background: -webkit-linear-gradient(top,  #e02121 0%,#bf1b1b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e02121 0%,#bf1b1b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e02121 0%,#bf1b1b 100%); /* IE10+ */
  background: linear-gradient(top,  #e02121 0%,#bf1b1b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e02121', endColorstr='#bf1b1b',GradientType=0 ); /* IE6-8 */
}
div#HomeSectionFeatureCarousel div.banner h2 {
  margin: 6px 0 4px;
}
div#HomeSectionFeatureCarousel div.banner h2 a {
  color: #fff;
  text-decoration: none;
}
div#HomeSectionFeatureCarousel div.banner h2 a:hover {
  color: #595959;
}
div#HomeSectionFeatureCarousel a img {
  border: 0 none;
  display: block;
  margin: 0 auto;
  clear: left;
}
div#HomeSectionFeatureCarousel h2.headline a {
  color: #ee3124;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  float: left;
  margin: 8px 0 1px 1px;
  line-height: 14px;
}
div#HomeSectionFeatureCarousel h2.headline a:hover {
  color: #595959;
}
div#HomeSectionFeatureCarousel p.subHead {
  color: #444;
  font-family: 'Avenir',sans-serif;
  font-weight:100;
  font-size: 11px;
  line-height: 13px;
  float: left;
  clear: left;
  margin: 1px 0 3px 1px;
  display: block;
}
div#HomeSectionFeatureCarousel p.byline a {
  color: #666;
  text-decoration: none;
  font-style: italic;
  float: left;
  clear: left;
  margin: 1px 0 0 1px;
  text-transform: uppercase;
 font-family: 'Avenir',sans-serif;
 font-weight:300;
  font-size: 8px;
  display: block;
}
div#HomeSectionFeatureCarousel p.adminInfo {
  clear: left;
  font-family: Courier;
  font-size: 12px;
}
div#HomeSectionFeatureCarousel div.owl-prev {
  display: block;
  text-indent: -9999px;
  width: 15px;
  height: 55px;
  position: absolute;
  top:40px;
  left: -17px;
  opacity: 1;
  background: url(/images/buttons/newsTeaserPrev.png) 0 0 no-repeat transparent;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -webkit-animation: none;
  animation: none;
}
div#HomeSectionFeatureCarousel div.owl-next {
  display: block;
  text-indent: -9999px;
  width: 15px;
  height: 55px;
  position: absolute;
  top:40px;
  right: -17px;
  opacity: 1;
  background: url(/images/buttons/newsTeaserNext.png) 0 0 no-repeat transparent;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -webkit-animation: none;
  animation: none;
}
div#HomeSectionFeatureCarousel div.owl-prev:hover,
div#HomeSectionFeatureCarousel div.owl-next:hover {
  background-position: 0 -55px;
}
/* Carousel End */


/* Deprecating Start */
div#HomeTopStory {
  width: 460px;
  height: auto;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 6px;
  position: relative;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#HomeTopStory div.bannerBox {
  width: 483px;
  height: 51px;
  display: block;
  background: url(/images/backgrounds/topStoryBanner.png) 0 0 no-repeat transparent;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 0 0;
  margin: 0 0 7px;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  left: -23px;
  overflow: visible;
}
div#HomeTopStory div.bannerBox h2 {
  font-size: 24px;
font-family: 'Avenir',sans-serif;
font-weight:700;
  float: left;
  margin: 0 0 0 26px;
  letter-spacing: .07em;
}
div#HomeTopStory div.bannerBox p.currentDate {
  float: right;
  font-size: 14px;
  margin: 9px 23px 0 0;
  font-family: 'Avenir',sans-serif;
  color: #ee3124;
}
div#HomeTopStory h2.headline a {
  font-size: 25px;
  text-decoration: none;
  color: #ee3124;
/* -- Standard Red Text -- */
font-family: 'Avenir',sans-serif;
font-weight:700;
  float: left;
  margin: 43px 0 0 10px;
  line-height: 30px;
}
div#HomeTopStory h2.headline a:hover {
  color: #595959;
}
div#HomeTopStory h3.subHead {
  float: left;
  clear: left;
  margin: 4px 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #444;
  font-family: 'Avenir',sans-serif;
  font-weight:100;
}
div#HomeTopStory h3.subHead span.byline {
  border-left: 2px solid #777;
  padding-left: 5px;
  margin-left: 4px;
  text-transform: uppercase;
  color: #888;
  font-style: italic;
  font-size: 13px;
  font-family: 'Avenir',sans-serif;
}
div#HomeTopStory img.featureImg {
  display: block;
  margin: 8px auto 0;
  clear: left;
}
div#HomeTopStory img.featureImg a {
  border: none;
}
/* --- Hard Coded Slider Example --- */
div#HomeTopStory div#slider {
  width: 420px;
  height: auto;
  display: block;
  margin: 6px auto 0;
  position: relative;
  left: 5px;
}
div#HomeTopStory div#slider a#prev {
  display: block;
  text-indent: -9999px;
  width: 15px;
  height: 55px;
  position: absolute;
  top: 40px;
  left: -15px;
  background: url(/images/buttons/newsTeaserPrev.png) 0 0 no-repeat transparent;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}
div#HomeTopStory div#slider a#prev:hover {
  background-position: 0 -55px;
}
div#HomeTopStory div#slider a#next {
  display: block;
  text-indent: -9999px;
  width: 15px;
  height: 55px;
  position: absolute;
  top: 40px;
  right: -5px;
  background: url(/images/buttons/newsTeaserNext.png) 0 0 no-repeat transparent;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}
div#HomeTopStory div#slider a#next:hover {
  background-position: 0 -55px;
}
div#HomeTopStory div#slider div.teaserBox {
  width: 124px;
  height: auto;
  display: block;
  float: left;
  margin: 0 3px 0 11px;
  text-align: left;
  padding-left: 3px;
}
div#HomeTopStory .guidesOuter {
  left: 3px;
}
div#HomeTopStory .guidesInner {
}
div#HomeTopStory div#slider div.teaserBox div.banner {
  width:100%;
  height:auto;
  padding:3px 0;
  text-align:center;
  display:block;
  margin:0 auto;
  text-transform:uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  font-size:15px;
  background: #808080;
  background: -webkit-linear-gradient(top,  #808080 0%,#474747 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #808080 0%,#474747 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #808080 0%,#474747 100%); /* IE10+ */
  background: linear-gradient(top,  #808080 0%,#474747 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#474747',GradientType=0 ); /* IE6-8 */
}
div#HomeTopStory div#slider div.teaserBox div.firstBox {
  background: #e02121; 
  background: -webkit-linear-gradient(top,  #e02121 0%,#bf1b1b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e02121 0%,#bf1b1b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e02121 0%,#bf1b1b 100%); /* IE10+ */
  background: linear-gradient(top,  #e02121 0%,#bf1b1b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e02121', endColorstr='#bf1b1b',GradientType=0 ); /* IE6-8 */
  
}
div#HomeTopStory div#slider div.teaserBox div.banner h2 a {
  color: #fff;
  text-decoration: none;
  margin: 3px 0 0;
  padding-bottom: 1px;
}
div#HomeTopStory div#slider div.teaserBox div.banner h2 a:hover {
  color: #595959;
}
div#HomeTopStory div#slider div.teaserBox a img {
  border: 0 none;
  display: block;
  margin: 0 auto;
  clear: left;
}
div#HomeTopStory div#slider div.teaserBox h2.headline a {
  color: #ee3124;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  float: left;
  margin: 2px 0 1px 1px;
  line-height: 14px;
}
div#HomeTopStory div#slider div.teaserBox h2.headline a:hover {
  color: #595959;
}
div#HomeTopStory div#slider div.teaserBox p.subHead {
  color: #444;
  font-family: 'Avenir',sans-serif;
  font-weight:100;
  font-size: 11px;
  line-height: 13px;
  float: left;
  clear: left;
  margin: 1px 0 3px 1px;
  display: block;
}
div#HomeTopStory div#slider div.teaserBox p.byline a {
  color: #666;
  text-decoration: none;
  font-style: italic;
  float: left;
  clear: left;
  margin: 1px 0 0 1px;
  text-transform: uppercase;
 font-family: 'Avenir',sans-serif;
 font-weight:300;
  font-size: 8px;
  display: block;
}
/* Deprecating End */


/* ---- Section Teaser -- News ---- */
div#SectionTeaserNews {
  width: 460px;
  height: auto;
  padding-bottom: 25px;
  display: block;
  background: #fff;
  margin: 10px auto;
  -webkit-box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  -moz-box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#SectionTeaserNews div.bannerBox {
  width:100%;
  height:24px;
  padding:1px 0 4px 0;
  display:block;
  margin:0 auto;
  font-size:17px;
  text-transform:uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  background: #4c4c4c; 
  background: -webkit-linear-gradient(top,  #4c4c4c 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4c4c4c 0%,#323232 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4c4c4c 0%,#323232 100%); /* IE10+ */
  background: linear-gradient(top,  #4c4c4c 0%,#323232 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#323232',GradientType=0 ); /* IE6-8 */
  
}
div#SectionTeaserNews div.bannerBox h2 a {
  text-decoration: none;
  color: #ee3124;
  float: left;
  margin: 2px 0 0 6px;
}
div#SectionTeaserNews div.bannerBox h2 a:hover {
  color: #595959;
}
div#SectionTeaserNews a img {
  border: 0 none;
  display: block;
  margin: 8px auto;
  clear: left;
}
div#SectionTeaserNews h2.headline a {
  text-transform: uppercase;
font-family: 'Avenir',sans-serif;
font-weight:700;
  text-decoration: none;
  color: #ee3124;
  letter-spacing: 1px;
  float: left;
  font-size: 16px;
  line-height: 19px;
  margin: 7px 0 3px 10px;
}
div#SectionTeaserNews h2.headline a span.subHead {
  color: #666;
  text-transform: none;
  letter-spacing: .03em;
}
div#SectionTeaserNews h2.headline a:hover {
  color: #595959;
}
div#SectionTeaserNews p.postDate {
  font-size: 9px;
  text-transform: uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:100;
  color: #888;
  float: left;
  clear: left;
  margin: 2px 0 0 10px;
}
div#SectionTeaserNews p.storyDescr {
  color: #777;
  float: left;
  clear: left;
  margin: 3px 0 13px 10px;
  font-family: 'Avenir',sans-serif;
  font-weight:100;
  font-size: 13px;
  line-height: 15px;
}
/* ---- Blog Latest ---- */
div#BlogLatest {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 0 10px;
  clear: both;
  background: #fff;
  padding-bottom: 17px;
  -webkit-box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  -moz-box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#BlogLatest a.bentLogo img {
  width: 160px;
  height: 79px;
  display: block;
  margin: 0 auto;
  border: 0 none;
}
div#BlogLatest li.linkBox {
  width: 140px;
  height: auto;
  display: block;
  margin: 15px auto;
}
div#BlogLatest li.linkBox h2.headline a {
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  margin: 2px auto;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
}
div#BlogLatest li.linkBox h2.headline a.LinkColorOne {
  color: #ee3124;
}
div#BlogLatest li.linkBox h2.headline a.LinkColorTwo {
  color: #111 !important;
}
div#BlogLatest li.linkBox h2.headline a:hover {
  color: #595959;
}
div#BlogLatest li.linkBox p.byline {
  color: #777;
  font-size: 9px;
  font-style: italic;
font-family: 'Avenir',sans-serif;
font-weight:700;
  margin: 2px auto;
}
div#BlogLatest a.more {
  margin-top: 20px;
}
/* ---- Opinion Latest ---- */
div#OpinionLatest {
  width: 160px;
  height: auto;
  display: block;
  background: #fff;
  margin: 10px 0;
  padding-bottom: 25px;
  -webkit-box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  -moz-box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#OpinionLatest div.bannerBox {
  width:160px;
  height:24px;
  padding:1px 0 4px 0;
  display:block;
  margin:0 auto;
  font-size:17px;
  text-transform:uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  background: #808080;
  background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
  background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-8 */
  
}
div#OpinionLatest div.bannerBox h2 a {
  text-decoration: none;
  color: #fff;
  float: left;
  margin: 2px 0 0 6px;
}
div#OpinionLatest div.bannerBox h2 a:hover {
  color: #595959;
}
div#OpinionLatest a.logoLeft {
  display: block;
  height: 23px;
  padding-top: 7px;
  margin: 9px auto 4px;
  text-decoration: none;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  font-size: 16px;
  color: #777;
  vertical-align: bottom;
}
div#OpinionLatest ul li {
  margin: 5px 0 10px;
}
div#OpinionLatest a#boot {
  background: url(/images/icons/bootLogo.png) no-repeat 0 0 transparent;
  padding-left: 40px;
  width: 105px;
}
div#OpinionLatest a#boot:hover {
  background-position: 0 -30px;
  color: #595959;
}
div#OpinionLatest a#slipper {
  background: url(/images/icons/slipperLogo.png) no-repeat 0 0 transparent;
  padding-left: 33px;
  width: 112px;
}
div#OpinionLatest a#slipper:hover {
  background-position: 0 -30px;
  color: #595959;
}
div#OpinionLatest a#mailbox {
  background: url(/images/icons/mailboxLogo.png) no-repeat 0 0 transparent;
  padding-left: 37px;
  width: 108px;
}
div#OpinionLatest a#mailbox:hover {
  background-position: 0 -30px;
  color: #595959;
}
div#OpinionLatest h2.headline a {
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  margin: 2px auto;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  color: #000;
  width: auto;
  max-width: 140px;
  display: block;
}
div#OpinionLatest h2.headline a:hover {
  color: #595959;
}
div#OpinionLatest p.byline {
  color: #777;
  font-size: 9px;
  font-style: italic;
 font-family: 'Avenir',sans-serif;
 font-weight:700;
  margin: 2px auto;
  display: block;
  width: auto;
  max-width: 140px;
}
/* ---- Event Picks ---- */
body#Home div#EventPicks {
  width: 310px;
  height: auto;
  position: relative;
  display: block;
  margin: 10px auto;
  overflow: visible;
  background: #fff;
  padding: 17px 0 5px;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#EventPicks {
  width: auto;
  height: auto;
  position: relative;
  display: block;
  overflow: visible;
  background: #fff;
  padding: 17px 0 5px;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#EventPicks ul li {
  margin: 2px 0 8px;
}
body#Home div#EventPicks div.bannerBox {
  width: 319px;
  height: 26px;
  display: block;
  background: url(/images/backgrounds/red320Banner.png) 0 0 no-repeat transparent;
  position: absolute;
  top: 0;
  left: -9px;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
}
div#EventPicks div.bannerBox {
  width: 310px;
  height: 26px;
  display: block;
  background: url(/images/backgrounds/red320Banner.png) 0 0 no-repeat transparent;
  position: absolute;
  top: 0;
  left: -9px;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
}
div#EventPicks div.bannerBox h2 a {
  text-decoration: none;
  color: #fff;
  float: left;
  margin: 0 0 0 14px;
  letter-spacing: 1px;
}
div#EventPicks div.bannerBox h2 a:hover {
  color: #595959;
}
div#EventPicks div.pickBox {
  width: 302px;
  height: auto;
  display: block;
  margin: 7px auto;
  text-transform: uppercase;
  clear: both;
}
div#EventPicks div.marginPush {
  margin-top: 14px;
}
div#EventPicks div.zeroBtmMargin {
  margin-bottom: 0;
}
div#EventPicks ul {
  padding: 10px 7px 2px;
}
div#EventPicks ul li a img {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  border: 0 none;
}
body#Home div#EventPicks ul li div.textBox {
  width: 190px;
  height: auto;
  display: block;
  float: right;
  margin-bottom: 6px;
}
div#EventPicks ul li div.textBox {
  width: 170px;
  height: auto;
  display: block;
  float: right;
  margin-bottom: 6px;
}
div#EventPicks ul li h2.headline a {
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  text-decoration: none;
  color: #ee3124;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
div#EventPicks p span.eventDate {
  color: #555;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div#EventPicks ul li h2.headline a:hover,div#EventPicks div.pickBox h2.headline a:hover span.eventDate {
  color: #595959;
}
div#EventPicks ul li p.descr {
  font-family: 'Avenir',sans-serif;
  font-weight:100;
  font-size: 11px;
  margin: 3px 0 0;
  color: #777;
  line-height: 15px;
}
div#EventPicks a.calendar {
  width: 300px;
  height: 48px;
  display: block;
  margin: 15px auto 0;
  text-indent: -9999px;
  background: url(/images/buttons/eventPickCalendar.jpg) 0 0 no-repeat;
  box-shadow: -1px 1px 3px #666;
  -moz-box-shadow: -1px 1px 3px #666;
  -webkit-box-shadow: -1px 1px 3px #666;
}
div#EventPicks a.calendar:hover {
  background-position: 0 -48px;
}
div#EventPicks a.more {
  clear: none;
  margin-top: 0px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  height: 13px;
}
div#TopViewedStories li.storyItem h4 a,div#TopViewedStories li.storyItem h4 {
  float: none !important;
  padding-right: 0 !important;
}
div#TopViewedStories li.storyItem a {
  float: right;
  padding-right: 8px;
}
div#gridMainSidebar div#SectionBlogs,div#TopViewedStories,div#TopViewedVenues,div#RelatedVideos {
  height: auto;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  -moz-box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#gridMainSidebar div#SectionBlogs p.more {
  padding-right: 8px;
}
div#TopViewedStories .teaserItem {
  overflow: hidden;
  margin: 0 0 10px;
}
div#TopViewedStories .moduleList {margin:10px}
div#TopViewedStories .moduleList>.storyItem{overflow:hidden}
div#RelatedVideos {
  min-height: 185px;
  padding-bottom: 12%;
}
div#gridMainSidebar div#SectionBlogs h3 a {
  color: #fff;
}
div#gridMainSidebar div#SectionBlogs h3, div#TopViewedStories h3, div#TopViewedVenues h3 {
  color:#fff;
   width:100%;
   height:21px;
   padding:2px 0;
   display:block;
   margin:0 auto;
   font-size:15px;
   text-align:center;
   text-transform:uppercase;
   font-family: 'Avenir',sans-serif;
   font-weight:700;
   background: #808080; 
   background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
   background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-8 */
}
/* --- Newsletter Signup - Home Page --- */
div#NewsletterSignup {
  width: 160px;
  height: auto;
  display: block;
  background: #fff;
  margin: 10px 0 0 10px;
  padding-bottom: 25px;
  -webkit-box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  -moz-box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div#NewsletterSignup div.bannerBox, div#OnStands div.bannerBox {
  width:160px;
  height:24px;
  padding:1px 0 4px 0;
  display:block;
  margin:0 auto;
  font-size:17px;
  text-transform:uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  background: #808080;
  background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
  background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-8 */
}
div#NewsletterSignup div.bannerBox h2 {
  margin: 2px auto;
  display: block;
  text-align: center;
  width: 160px;
  letter-spacing: 1px;
}
div#NewsletterSignup div.bannerBox h2 a {
  text-decoration: none;
  color: #fff;
  margin: 2px auto;
  display: block;
}
div#NewsletterSignup div.bannerBox h2 a:hover {
  color: #595959;
}
div#NewsletterSignup form {
  width: 155px;
  height: auto;
  display: block;
  margin: 5px auto;
}
div#NewsletterSignup form label {
  font-family: 'Avenir',sans-serif;
  font-weight:300;
  color: #595959;
  font-size: 13px;
  float: left;
  clear: left;
  margin: 2px 0 1px 8px;
}
div#NewsletterSignup form input[type=text] {
  width: 135px;
  height: 17px;
  padding: 1px;
  border-radius: 5px;
  border: 2px solid #888;
  display: block;
  float: left;
  clear: left;
  margin: 0 0 4px 8px;
}
div#NewsletterSignup form input[type=submit] {
  width: 143px;
  height: 47px;
  display: block;
  float: left;
  margin: 6px 0 0 7px;
  clear: left;
  font-family: 'Avenir',sans-serif;
  font-weight:900;
  color: #ee3124;
  font-size: 12px;
  border: 0 none;
  outline: 0 none;
  padding-top: 10px;
  text-align: left;
  background: url(/images/backgrounds/submitEnvelopes.jpg) right 0 no-repeat #fff;
  transition: color ease .1s;
  -moz-transition: color ease .1s;
  -webkit-transition: color ease .1s;
}
div#NewsletterSignup form input[type=submit]:hover {
  color: #595959;
  background-position: right -47px;
}
/* --- On Stands --- */
div#OnStands,div#TwitterWidgetBend {
  width: 160px;
  height: auto;
  display: block;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body#Home div#OnStands,div#TwitterWidgetBend {
  margin: 10px 0 0 10px;
}
div#TwitterWidgetBend .twtr-hd {
  padding: 0 !important;
}
div#TwitterWidgetBend h4 a {
  width:160px;
   padding:1px 0 4px 3px;
   display:block;
   margin:0 auto;
   font-size:13px;
   letter-spacing:1px;
   text-decoration:none;
    color:#fff!important;
   text-transform:uppercase;
   font-family: 'Avenir',sans-serif;
   font-weight:700;
   background: #808080;  bottom, color-stop(0%,#808080), color-stop(100%,#5b5b5b)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
   background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-8 */
}
div#OnStands div.bannerBox h2 {
  text-decoration: none;
  color: #fff;
  float: left;
  margin: 3px 0 0 6px;
  letter-spacing: 1px;
}
div#TwitterWidgetBend h4 a {
  width:160px;
   padding:1px 0 4px 3px;
   display:block;
   margin:0 auto;
   font-size:13px;
   letter-spacing:1px;
   text-decoration:none;
    color:#fff!important;
   text-transform:uppercase;
   font-family: 'Avenir',sans-serif;
   font-weight:700;
   background: #808080; 
   background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
   background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-8 */
}
div#OnStands a img {
  border: 0 none;
  display: block;
  margin: 0 auto;
}
/* --- Home Poll --- */
body#Home div#Poll {
  width: 160px;
  height: auto;
  display: block;
  margin: 10px 0 0 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  padding-bottom: 20px;
}
div#Poll {
  width: auto;
  height: auto;
  display: block;
  background: #fff;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  padding-bottom: 6px;
}
div#Poll p {
  text-align: right;
  margin-right:1em;
}
body#Home div#Poll div.PollTitle {
   height:24px;
   padding:1px 0 4px 6px;
   display:block;
   line-height:1.7;
   margin:0 auto 10px;
   font-size:17px;
   text-transform:uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
   text-decoration:none;
   color:#fff;
   letter-spacing:1px;
   background: #808080; 
   background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); 
   background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); 
   background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%);
   background: linear-gradient(top,  #808080 0%,#5b5b5b 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); 
}
div#Poll div.PollTitle {
 /* width:160px; */
   height:24px;
   padding:1px 0 4px 6px;
   display:block;
   line-height:1.7;
   margin:0 auto;
   font-size:17px;
   text-transform:uppercase;
   font-family: 'Avenir',sans-serif;
   font-weight:700;
   text-decoration:none;
   color:#fff;
   letter-spacing:1px;
   background: #808080; 
   background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
   background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-8 */
}
body#Home div#Poll form {
  width: auto;
  height: auto;
  padding-right: 7px;
  display: block;
  margin: 14px 0 0 6px;
}
body#Home div#Poll h3.PollQuestion {
  width: 145px;
  font-size: 13px;
  color: #222;
  font-family: 'Avenir',sans-serif;
  font-weight:900;
  float: left;
  clear: left;
  margin: 4px 0 6px 8px;
  line-height: 15px;
}
div#Poll h3.PollQuestion {
  width: auto;
  font-size: 13px;
  color: #222;
  font-family: 'Avenir',sans-serif;
  font-weight:900;
  float: left;
  clear: left;
  margin: 4px 0 6px 8px;
  line-height: 15px;
}
div#Poll ul {
  clear: left;
  margin-left: 6px;
}
body#Home div#HomePoll ul.radioForm {
  list-style: none;
  width: 145px;
  display: block;
  margin: 6px 0 20px 8px;
  float: left;
  clear: left;
}
body#Home div#Poll ul li {
  margin: 6px 0 9px;
  color: #999;
  font-family: 'Avenir',sans-serif;
  font-weight:100;
  font-size: 11px;
  line-height: 12px;
}
body#Home div#Poll form input[type=radio] {
  background: #555;
  border: 0 none;
  margin-right: 13px;
  padding-right: 7px;
  float: left;
}
body#Home div#Poll form input[type="submit"] {
  width:60px;
  height:18px;
  padding:0 3px 2px;
  color:#fff;
  display:inline-block;
  text-transform:uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:100;
  font-size:11px;
  text-align:center;
  vertical-align:-3px;
  border-radius:4px;
  border:1px solid #333;
  float:left;
  clear:left;
  margin:14px 0 15px 90px;
  transition:all ease .2s;
  -moz-transition:all ease .2s;
  -webkit-transition:all ease .2s;
  background: rgb(221,28,28);
  background: -webkit-linear-gradient(top,  rgba(221,28,28,1) 0%,rgba(221,28,28,1) 1%,rgba(216,30,30,1) 6%,rgba(255,49,33,1) 29%,rgba(255,49,33,1) 66%,rgba(216,30,30,1) 92%,rgba(171,26,23,1) 98%);
  background: -o-linear-gradient(top,  rgba(221,28,28,1) 0%,rgba(221,28,28,1) 1%,rgba(216,30,30,1) 6%,rgba(255,49,33,1) 29%,rgba(255,49,33,1) 66%,rgba(216,30,30,1) 92%,rgba(171,26,23,1) 98%);
  background: -ms-linear-gradient(top,  rgba(221,28,28,1) 0%,rgba(221,28,28,1) 1%,rgba(216,30,30,1) 6%,rgba(255,49,33,1) 29%,rgba(255,49,33,1) 66%,rgba(216,30,30,1) 92%,rgba(171,26,23,1) 98%);
  background: linear-gradient(top,  rgba(221,28,28,1) 0%,rgba(221,28,28,1) 1%,rgba(216,30,30,1) 6%,rgba(255,49,33,1) 29%,rgba(255,49,33,1) 66%,rgba(216,30,30,1) 92%,rgba(171,26,23,1) 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1c1c', endColorstr='#ab1a17',GradientType=0 );
  
  
}
div#Poll form input[type="submit"] {
  width:60px;
  height:18px;
  padding:0 3px 2px;
  color:#fff;
  display:inline-block;
  text-transform:uppercase;
 font-family: 'Avenir',sans-serif;
 font-weight:100;
  font-size:11px;
  text-align:center;
  vertical-align:-3px;
  border-radius:4px;
  border:1px solid #333;
  transition:all ease .2s;
  -moz-transition:all ease .2s;
  -webkit-transition:all ease .2s;
  background: rgb(221,28,28);
  background: -webkit-linear-gradient(top,  rgba(221,28,28,1) 0%,rgba(221,28,28,1) 1%,rgba(216,30,30,1) 6%,rgba(255,49,33,1) 29%,rgba(255,49,33,1) 66%,rgba(216,30,30,1) 92%,rgba(171,26,23,1) 98%);
  background: -o-linear-gradient(top,  rgba(221,28,28,1) 0%,rgba(221,28,28,1) 1%,rgba(216,30,30,1) 6%,rgba(255,49,33,1) 29%,rgba(255,49,33,1) 66%,rgba(216,30,30,1) 92%,rgba(171,26,23,1) 98%);
  background: -ms-linear-gradient(top,  rgba(221,28,28,1) 0%,rgba(221,28,28,1) 1%,rgba(216,30,30,1) 6%,rgba(255,49,33,1) 29%,rgba(255,49,33,1) 66%,rgba(216,30,30,1) 92%,rgba(171,26,23,1) 98%);
  background: linear-gradient(top,  rgba(221,28,28,1) 0%,rgba(221,28,28,1) 1%,rgba(216,30,30,1) 6%,rgba(255,49,33,1) 29%,rgba(255,49,33,1) 66%,rgba(216,30,30,1) 92%,rgba(171,26,23,1) 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1c1c', endColorstr='#ab1a17',GradientType=0 );
}
body#Home div#Poll form input[type=submit]:hover {
  color: #999;
  border-radius: 5px;
}
body.ContactForm #storyBody,body.ContactForm div#ContactForm {
  padding-left: 15px;
}
body.ContactForm div#ContactForm strong {
  color: #ee3124;
}
/* --- Whats Going On --- Find it Event Search --- */
body#Home div#GoingOn,body#Home div#FindItEventSearch,div#FlickrSlideshowLightMeter {
  width: 320px;
  height: auto;
  display: block;
  margin: 10px 0 0 10px;
  background: #fff;
  position: relative;
  padding-top: 6px;
  padding-bottom: 7px;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body.Iapetus10Zone div#GoingOn,body.Iapetus10Zone div#FindItEventSearch {
  width: 310px;
  height: auto;
  display: block;
  margin: 10px 0 0 10px;
  background: #fff;
  position: relative;
  padding-top: 6px;
  padding-bottom: 7px;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body#Blog div#GoingOn {
  margin: 0 0 10px;
}
div#FindItEventSearch {
  padding-bottom: 16px;
}
div#FindItEventSearch,div#GoingOn {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 0 10px;
  background: #fff;
  position: relative;
  padding-top: 6px;
  padding-bottom: 7px;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body#Home div#GoingOn div.bannerBox,body#Home div#FindItEventSearch div.bannerBox,div#FlickrSlideshowLightMeter div.headerBar {
  width: 329px;
  height: 26px;
  display: block;
  background: url(/images/backgrounds/red320Banner.png) 0 0 no-repeat transparent;
  position: absolute;
  top: 0;
  left: -9px;
 font-family: 'Avenir',sans-serif;
 font-weight:700;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
}
body.Iapetus10Zone div#GoingOn div.bannerBox,body.Iapetus10Zone div#FindItEventSearch div.bannerBox {
  width: 320px;
  height: 26px;
  display: block;
  background: url(/images/backgrounds/red320Banner.png) 0 0 no-repeat transparent;
  position: absolute;
  top: 0;
  left: -9px;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
}
div#FindItEventSearch div.bannerBox,div#GoingOn div.bannerBox {
  width: 309px;
  height: 26px;
  display: block;
  background: url(/images/backgrounds/red320Banner.png) 0 0 no-repeat transparent;
  position: absolute;
  top: 0;
  left: -9px;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
}
div#GoingOn div.bannerBox h2 a,div#FindItEventSearch div.bannerBox h2 a,div#FlickrSlideshowLightMeter div.headerBar h2 {
  text-decoration: none;
  color: #fff;
  float: left;
  margin: 0 0 0 14px;
  letter-spacing: 1px;
}
div#FlickrSlideshowLightMeter object {
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}
div#GoingOn div.bannerBox h2 a:hover,div#FindItEventSearch div.bannerBox h2 a:hover {
  color: #595959;
}
body#Home div#GoingOn div.tabs,body#Home div#FindItEventSearch div.tabs,body.Iapetus10Zone div#GoingOn div.tabs,body.Iapetus10Zone div#FindItEventSearch div.tabs {
  width: 300px;
  display: block;
  height: auto;
  margin: 7px auto 0;
  background: #f0eee1;
  overflow: visible;
}
div#FindItEventSearch div.tabs,div#GoingOn div.tabs {
  width: 290px;
  display: block;
  height: auto;
  margin: 7px auto 0;
  background: #f0eee1;
  overflow: visible;
}
div#FindItEventSearch div.tabs {
  margin-bottom: 0;
}
body#Home div#GoingOn ul.tabLinks,body#Home div#FindItEventSearch ul.tabLinks,body.Iapetus10Zone div#GoingOn ul.tabLinks,body.Iapetus10Zone div#FindItEventSearch ul.tabLinks {
  display: block;
  width: 300px;
  height: 20px;
  background: #fff;
  margin: 25px 0 0;
  font-family: 'Avenir',sans-serif;
  font-weight:900;
  text-transform: uppercase;
  clear: both;
  padding: 0;
  position: relative;
  z-index: 667;
}
div#FindItEventSearch ul.tabLinks,div#GoingOn ul.tabLinks {
  display: block;
  width: 292px;
  height: 20px;
  background: #fff;
  margin: 25px 0 0;
  font-family: 'Avenir',sans-serif;
  font-weight:900;
  text-transform: uppercase;
  clear: both;
  padding: 0;
  position: relative;
  z-index: 667;
}
div#GoingOn div.tabs ul.tabLinks li,div#FindItEventSearch div.tabs ul.tabLinks li {
  float: left;
  clear: none;
  margin-right: 3px;
  line-height: 1.7;
}
div#GoingOn div.tabs ul.tabLinks li a,div#FindItEventSearch div.tabs ul.tabLinks li a {
  display: block;
  width: 90px;
  height: 17px;
  font-size: 11px;
  padding: 3px 2px 2px;
  text-decoration: none;
  text-align: center;
  color: #444;
  background: #d9d7cb;
}
div#GoingOn div.tabs ul.tabLinks li.tabCurrent a,div#GoingOn div.tabs ul.tabLinks li.tabCurrent a:hover,div#FindItEventSearch div.tabs ul.tabLinks li.tabCurrent a,div#FindItEventSearch div.tabs ul.tabLinks li.tabCurrent a:hover {
  background: #f0eee1;
  color: #ee3124;
}
div#GoingOn div.tabs ul.tabLinks li a:hover,div#FindItEventSearch div.tabs ul.tabLinks li a:hover {
  background: #595959;
  color: #ccc;
}
body#Home div#GoingOn ul.tabdates {
  width: 301px;
  height: 42px;
  padding: 0;
  display: block;
  margin: 0 0 0 10px;
}
div#GoingOn ul.tabdates,body.Iapetus10Zone div#GoingOn ul.tabdates {
  width: 301px;
  height: 42px;
  padding: 0;
  display: block;
  margin: 0 0 0 4px;
}
body#Home div#GoingOn ul.tabdates li,body.Iapetus10Zone div#GoingOn ul.tabdates li {
  width: 42px;
  height: 42px;
  margin-right: 1px;
  float: left;
  clear: none;
}
div#GoingOn ul.tabdates li {
  width: 39px;
  height: 42px;
  margin-right: 3px;
  float: left;
  clear: none;
}
div#GoingOn ul.tabdates li:last-child {
  margin-right: 0;
}
body#Home div#GoingOn ul.tabdates li a,body.Iapetus10Zone div#GoingOn ul.tabdates li a {
  display: block;
  width: 41px;
  height: 38px;
  padding-top: 4px;
  color: #fff;
  font-family: 'Avenir',sans-serif;
  background: #b0aba5;
  font-size: 12px;
  text-align: center;
  transition: all ease .2s;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
}
div#GoingOn ul.tabdates li a:hover,body#Home div#GoingOn ul.tabdates li a:hover,body.Iapetus10Zone div#GoingOn ul.tabdates li a:hover {
  background: #595959;
  text-decoration: none;
}
div#GoingOn ul.tabdates li a {
  display: block;
  width: 39px;
  height: 38px;
  padding-top: 4px;
  color: #fff;
  font-family: 'Avenir',sans-serif;
  background: #b0aba5;
  font-size: 12px;
  text-align: center;
  transition: all ease .2s;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
}
div#GoingOn ul.tabdates li a span {
  font-size: 14px;
  letter-spacing: 2px;
}
div#GoingOn ul.tabdates li.active a {
  background: #ee3124 !important;
  margin-left: 1px;
}
div#GoingOn h3.today {
 font-family: 'Avenir',sans-serif;
 font-weight:700;
  text-transform: uppercase;
  font-size: 14px;
  color: #444;
  float: left;
  margin: 10px 0 4px 6px;
}
div#GoingOn h3.today span {
  color: #ee3124;
}
body#Home div#GoingOn div.goingOnEvent,body.Iapetus10Zone div#GoingOn div.goingOnEvent {
  background: #F0EEE1;
  margin: 0 auto;
  width: 300px;
  padding-bottom: 7px;
}
div#GoingOn div.goingOnEvent {
  background: #F0EEE1;
  margin: 0 auto;
  width: 290px;
  padding-bottom: 7px;
}
div#GoingOn div.goingOnEvent ul li {
  margin: 0 0 6px 6px;
  padding-right: 6px;
  clear: both;
}
div#GoingOn div.goingOnEvent ul li a img {
  float: right;
  margin-top: 7px;
}
div#GoingOn div.listBox {
  width: 287px;
  float: left;
  clear: left;
  display: block;
  height: auto;
  margin: 6px 0 6px 6px;
}
div#GoingOn div.listBox a img {
  float: right;
  display: block;
  margin: 5px 0 0;
  border: 0 none;
  outline: 0 none;
}
div#GoingOn h4.headline a {
 font-family: 'Avenir',sans-serif;
 font-weight:700;
  color: #444;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0;
}
div#GoingOn h4.headline a:hover,div#GoingOn p.descr a:hover {
  color: #595959;
}
div#GoingOn p.descr {
  clear: left;
  width: auto;
  max-width: 205px;
  font-family: 'Avenir',sans-serif;
  color: #777;
  font-size: 11px;
  line-height: 14px;
  margin: 1px 0;
}
div#GoingOn p.descr a {
  color: #ee3124;
  text-decoration: underline;
}
body#Home div#GoingOn div.searchBox,body.Iapetus10Zone div#GoingOn div.searchBox {
  width: 300px;
  height: auto;
  margin: 0 auto 5px;
  display: block;
  padding-bottom: 6px;
  background: #F0EEE1;
}
div#GoingOn div.searchBox {
  width: 290px;
  height: auto;
  margin: 0 auto 5px;
  display: block;
  padding-bottom: 6px;
  background: #F0EEE1;
}
div#GoingOn div.searchBox a.eventsLink {
  display: block;
  text-decoration: none;
  color: #ee3124;
  background: url(/images/icons/moreArrow.png) no-repeat 0 3px transparent;
  transition-property: color !important;
  -moz-transition-property: color !important;
  -webkit-transition-property: color !important;
  -o-transition-property: color !important;
  transition-duration: .1s;
  -moz-transition-duration: .1s;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  float: left;
  clear: left;
font-family: 'Avenir',sans-serif;
font-weight:700;
  padding-left: 11px;
  margin: 4px 0 0 6px;
  font-size: 10px;
  height: 12px;
  overflow: hidden;
  text-transform: uppercase;
}
div#GoingOn div.searchBox a.eventsLink:hover {
  color: #595959;
  background-position: 0 -8px;
}  
div#GoingOn div.searchBox form {
  clear: left;
  display: block;
  margin: 6px 0 0;
  padding-top: 3px;
}
div#GoingOn div.searchBox form input[type=text],div#FindItEventSearch form input[type=text] {
  width: 132px;
  height: 17px;
  padding: 1px;
  border-radius: 5px;
  border: 1px solid #999;
  display: block;
  float: left;
  clear: left;
  margin: 6px 0 4px 6px;
font-family: 'Avenir',sans-serif;;
  color: #333;
}
div#GoingOn div.searchBox form input[type=submit],div#FindItEventSearch form input[type=submit] {
  height: 22px;
  margin: 6px 0 4px 4px;
  padding: 0 6px 3px;
  background: #fff;
  box-shadow: inset 1px -3px 3px 2px #ccc;
  color: #222;
  border: 0;
  font-family: 'Avenir',sans-serif;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  float: left;
  clear: none;
}
div#GoingOn div.searchBox form p,div#FindItEventSearch p {
  color: #ee3124;
  font-family: 'Avenir',sans-serif;
  font-weight:100;
  font-size: 11px;
  float: left;
  clear: left;
  margin: 2px 0 0 6px;
}
div#FindItEventSearch p {
  margin-left: 7px;
}
body#Home div#FindItEventSearch div.findItForm,body.Iapetus10Zone div#FindItEventSearch div.findItForm {
  width: 300px;
  background: #F0EEE1;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 3px;
}
div#FindItEventSearch div.findItForm {
  width: 290px;
  background: #F0EEE1;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 3px;
}
div#FindItEventSearch form {
  display: block;
  width: 287px;
  margin: 0 auto;
}
body#Home div#FindItEventSearch form select,body.Iapetus10Zone div#FindItEventSearch form select {
  width: 279px;
  height: 20px;
  border: 1px solid #aaa;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 1px -3px 3px 2px #ccc;
  float: left;
  clear: left;
  margin: 8px 0 0;
font-family: 'Avenir',sans-serif;
  color: #222;
  font-size: 10px;
  padding: 2px 0;
  display: inline-block;
}
div#FindItEventSearch form select[name=neighborhood] {
  margin-bottom: 13px;
}
div#FindItEventSearch form select {
  width: 267px;
  height: 20px;
  border: 1px solid #aaa;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 1px -3px 3px 2px #ccc;
  float: left;
  clear: left;
  margin: 8px 0 0;
 font-family: 'Avenir',sans-serif;
  color: #222;
  font-size: 10px;
  padding: 2px 0;
  display: inline-block;
}
div#FindItEventSearch {
  padding-bottom: 12px;
}
div#FindItEventSearch a.eventSubmit {
  clear: left;
  display: block;
  margin: 0 0 6px 12px;
}
/* --- Video and Photo Gallery -- Home Page --- */
div#VideoGallery,div#PhotoGallery {
  display: block;
  width: 320px;
  height: auto;
  margin: 10px 0 0 10px;
  background: #fff;
  padding-bottom: 6px;
  padding-top: 4px;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
body#ImageArchives div#VideoGallery,body#VideoArchives div#PhotoGallery {
  width:300px;
  margin-left:0;
}
body#VideoArchives div#PhotoGallery>a img {width:290px;height:auto;}
body#VideoArchives div#PhotoGallery div a img {
width: 33px;
height: auto;
}
div#VideoGallery h2.noBG,div#PhotoGallery h2.noBG {
font-family: 'Avenir',sans-serif;
font-weight:700;
  text-transform: uppercase;
  font-size: 15px;
  color: #ee3124;
  width: 300px;
  display: block;
  margin: 7px auto 6px;
  letter-spacing: 1px;
}
body#VideoArchives div#PhotoGallery .noBG,body#ImageArchives div#VideoGallery .noBG {
width:280px;
}

div#VideoGallery object {
  display: block;
  margin: 0 auto 5px;
}
div#VideoGallery ul.featureVideo li.videoCategory,div#VideoGallery ul.featureVideo li.videoHeadline {
  padding-left: 19px;
  margin-bottom: 10px;
}
div#VideoGallery ul.archivalVideo {
  margin-left: 14px;
}
div#VideoGallery ul.archivalVideo li {
  float: left;
  margin-right: 10px;
}
div#VideoGallery div.more {
  text-align: right;
  padding-right: 7px;
}
div#PhotoGallery a img {
  margin: 0 auto 8px;
  display: block;
}
div#PhotoGallery div {
  padding-left: 6px;
}
div#PhotoGallery div a img {
  margin: 0;
  display: inline;
}
/* --- Bottom Right Sidebar --- */
div.BottomRight,div#BottomRightMiddle,div#BottomRightBottom {
  width: 440px;
  height: auto;
  display: block;
  margin: 10px 0 0 10px;
  background: #fff;
  padding-bottom: 15px;
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
}
div.BottomRight div#homeSectionTeaser-sectionfeaturesmall {
  margin-top: 6px;
}
div.BottomRight div#homeSectionTeaser-sectionfeaturesmall a img {
  float: left;
  margin: 5px 7px 7px 9px;
}
div.BottomRight div#homeSectionTeaser-sectionfeaturesmall h2.headline {
  padding-top: 5px;
}
div.BottomRight div#homeSectionTeaser-sectionfeaturesmall h2.headline a {
  float: none;
  padding-left: 0;
  margin-left: 0;
}
div.BottomRight div#homeSectionTeaser-sectionfeaturesmall h2.headline {
  overflow: hidden;
}
div.BottomRight div.bannerBox , div#BottomRightMiddle div.bannerBox , div#BottomRightBottom div.bannerBox {
   width:100%;
   height:24px;
   padding:1px 0 4px 0;
   display:block;
   margin:0 auto;
   font-size:17px;
   text-transform:uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
   background: #4c4c4c;
   background: -webkit-linear-gradient(top,  #4c4c4c 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #4c4c4c 0%,#323232 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #4c4c4c 0%,#323232 100%); /* IE10+ */
   background: linear-gradient(top,  #4c4c4c 0%,#323232 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#323232',GradientType=0 ); /* IE6-8 */

 }
div.BottomRight div.bannerBox h2 a,div#BottomRightMiddle div.bannerBox h2 a,div#BottomRightBottom div.bannerBox h2 a {
  text-decoration: none;
  color: #ee3124;
  float: left;
  margin: 2px 0 0 6px;
}
div.BottomRight div.bannerBox h2 a:hover,div#BottomRightMiddle div.bannerBox h2 a:hover,div#BottomRightBottom div.bannerBox h2 a:hover {
  color: #595959;
}
div.BottomRight a img,div#BottomRightBottom a img {
  display: block;
  margin: 10px auto 6px;
  border: 0 none;
  clear: left;
}
div.BottomRight h2.headline a,div#BottomRightBottom h2.headline a {
  text-transform: uppercase;
 font-family: 'Avenir',sans-serif;
 font-weight:700;
  text-decoration: none;
  color: #ee3124;
  letter-spacing: 1px;
  float: left;
  font-size: 16px;
  line-height: 18px;
  margin: 2px 0 3px 6px;
  padding-left: 3px;
}
div.BottomRight h2.headline a span.subHead,div#BottomRightBottom h2.headline a span.subHead {
  color: #666;
  text-transform: none;
  letter-spacing: .03em;
}
div.BottomRight h2.headline a:hover,div#BottomRightBottom h2.headline a:hover,div#BottomRightMiddle h2.headline a:hover {
  color: #595959;
}
div.BottomRight p.postDate,div#BottomRightBottom p.postDate {
  font-size: 9px;
  text-transform: uppercase;
font-family: 'Avenir',sans-serif;
font-weight:100;
  color: #888;
  float: left;
  clear: left;
  margin: 2px 0 0 6px;
  padding-left: 3px;
}
div.BottomRight p.storyDescr,div#BottomRightBottom p.storyDescr,div#BottomRightMiddle p.storyDescr {
  color: #777;
  clear: both;
  margin: 3px 0 0 5px;
 font-family: 'Avenir',sans-serif;
 font-weight:100;
  font-size: 13px;
  padding-left: 3px;
  padding-top: 6px;
  line-height: 15px;
}
div#BottomRightMiddle a img {
  display: block;
  float: left;
  margin: 5px 0 0 5px;
  clear: left;
  border: 0 none;
}
div#BottomRightMiddle h2.headline a {
  text-transform: uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
  text-decoration: none;
  color: #ee3124;
  letter-spacing: 1px;
  float: right;
  font-size: 16px;
  line-height: 19px;
  margin: 5px 5px 5px 0;
  width: 158px;
}
div#BottomRightMiddle h2.headline a span.subHead {
  color: #666;
  text-transform: none;
  letter-spacing: .03em;
}
div#BottomRightMiddle p.postDate {
  font-size: 9px;
  line-height: 10px;
  text-transform: uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:100;
  color: #888;
  float: right;
  clear: right;
  margin: 2px 5px 5px 0;
  width: 158px;
}
div#gridClamp,div#gridMain,div#gridFooter {
  box-shadow: 0 3px 3px rgba(50,50,50,0.56);
}
div#TwitterFeed h2 a {
  color:#fff;
  display:block;
   margin:0 auto;
   font-size:17px;
   padding:1px 0 4px 10px;
   text-transform:uppercase;
  font-family: 'Avenir',sans-serif;
  font-weight:700;
   background: #808080;
   background: -webkit-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* IE10+ */
   background: linear-gradient(top,  #808080 0%,#5b5b5b 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-8 */
}
div#TwitterFeed h2 a:hover {
  color: #595959;
}
div#TwitterFeed ul li {
  margin: 8px 0;
}
div#gridCloser {
  width: 100%;
  height: 116px;
  display: block;
  position: absolute;
  bottom: 0;
  background: rgba(230,0,0,0.88);
  z-index: -1;
}
div.formThanks,body#Page div#storyBody {
  padding-left: 15px;
}
body#MovieTimes div#gridFrame {
  background: none;
}
body.Aurora7Zone div#gridMainColumn {
  width: 470px;
}
body#MovieTimes div#gridMainColumn {
  box-shadow: 0 1px 3px rgba(50,50,50,0.56);
  background: #fff;
}
body#MovieTimes div#searchResults {
  box-shadow: none !important;
  border: 1px solid #e7e7e7;
  border-radius: 7px;
  margin: 0 auto 8px;
  width: 92%;
  padding: 0 7px;
  float: none;
}
body#MovieTimes div#searchResults div.results_cont {
  padding: 0;
}
body#MovieTimes div#searchResults {
  clear: both;
}
div#gridBottomRight {
  margin-bottom: 30px !important;
}
/* non-mobile menu styling */
div#Menu {
  padding: 10px;
}
div#MenuTeaser {
  clear: both;
  margin: 1em 0;
  padding: 10px;
}
div#Menu ul li,div#MenuTeaser ul li {
  clear: both;
  margin: 1em 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
div#Menu h2 {
  clear: both;
  color: #999;
  border-bottom: 1px solid #999;
  font-size: 1.2em;
  text-transform: uppercase;
}
div#Menu li h3,div#MenuTeaser li h3 {
  margin: 0;
  font-weight: 700;
}
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: 700;
}
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;
}

#LatestinThisSpecialCategory li.storyItem {clear:both;}
#LatestinThisSpecialCategory li.storyItem .imageTeaser {float:left;margin-right:1em;margin-bottom:1em;}
#LatestinThisSpecialCategory li.storyItem h4.headline {font-size:23px;}
#LatestinThisSpecialCategory li.storyItem h5.subhead {font-size:14px;}
#LatestinThisSpecialCategory li.storyItem li.byline {
  text-align: left;
  color: #666;
  font-weight: 400;
  text-transform: capitalize;
}
#LatestinThisSpecialCategory li.storyItem a.more {
  margin-bottom: 2em;
  font-size: 1em;
  line-height:1;
}

#RecentByTag li.storyItem {float:left;width:29%;padding:0 2%;text-align:center;overflow:hidden;}
#RecentByTag li.storyItem h4.headline {font-size:18px;}
#RecentByTag li.storyItem.more {clear:both;width:100%;text-align:right;}
#RecentByTag li.storyItem.more a.more {font-size:1em;line-height:1;}
/* DESKTOP AND MOBILE */
.pullQuote {
    float: none;
    clear: both;
    margin: 10px 20px 10px;
    padding: 20px;
    font-size: 1.8em;
    font-family:'Avenir';
    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: 85px;
}
/* SEARCH */

/* LOCAL RESET */

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

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

/* COMPONENT STYLES
-------------------------------- */

/* control bar */

.SearchController .query-controls {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  margin: 1rem 0;
  background: #fff;
  font-weight: 400;
  border: 1px solid rgba(34, 36, 38, .15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
  border-radius: .28571429rem;
  min-height: 2.85714286em;
}

.SearchController .query-controls .filter-link,
.SearchController .query-controls .keyword-search {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: 0 0;
  padding: .92857143em 1.14285714em;
  text-transform: none;
  color: rgba(0, 0, 0, .87);
  font-weight: 400;
  -webkit-transition: background .1s ease, box-shadow .1s ease, color .1s ease;
  transition: background .1s ease, box-shadow .1s ease, color .1s ease;
}

.SearchController .query-controls .filter-link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.SearchController .query-controls .filter-link:hover,
.SearchController .query-controls .keyword-search:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, .03);
  color: rgba(0, 0, 0, .95);
}

#EventPicksRotatorBoxScrollerContainer .listing .eventPickTools {
  float: right;
  width: 220px;
  margin: 0 10px 6px 6px;
}

.SearchController .query-controls > div:before,
.SearchController .query-controls .keyword-search {
  border-right: 1px solid #eee;
}

.SearchController .query-controls .keyword-search:before {
  right: auto;
  left: 0;
}

.SearchController .query-controls .bar-link a {
  border-left: 1px solid #eee;
}

.SearchController .query-controls .bar-link a.active {
  background-color: #F7E5e0;
}

.SearchController .query-controls .filter-all,
.SearchController .query-controls .spacer,
.SearchController .query-controls .sort-all {
  border-left: 1px solid #eee;
}

/* override to create gap in bar buttons */
.SearchController .query-controls .spacer {
  display: none;
}

.SearchController .query-controls .keyword-wrap input {
  margin: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.2142em;
  padding: .67861429em 2.25em .67861429em 1em;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, .15);
  color: rgba(0, 0, 0, .87);
  border-radius: .28571429rem;
  -webkit-transition: box-shadow .1s ease, border-color .1s ease;
  transition: box-shadow .1s ease, border-color .1s ease;
  box-shadow: none;
  box-shadow: none !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.SearchController .query-controls .keyword-wrap:hover {
  background-color: rgba(0, 0, 0, .03);
}

.SearchController .query-controls .keyword-wrap {
  position: relative;
  -webkit-flex-grow: 20;
  flex-grow: 20;
}

.SearchController .query-controls .bar-link.keyword-wrap:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  right: .5rem;
  background-image: url('/foundation/images/icons/search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.SearchController .query-controls .filter-group {
  display: none;
}

.SearchController .query-controls a.filter-link {
  line-height: 1rem;
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
}

.SearchController .query-controls a.id-any:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/filter.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: .5rem;
}

.SearchController .query-controls .id-sort:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/sort.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: .5rem;
}

.SearchController .query-controls .spacer {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.SearchController .query-controls {
  position: relative;
}

.SearchController .clear-global {
  cursor: pointer;
}

/* description bar ------- */
.SearchController .query-description {
}

.SearchController .query-description {
  margin: .75em 0 0;
}

.SearchController .query-description span.token-group {
  display: inline-block;
}

.SearchController .query-description span.static {
  display: inline-block;
}

.SearchController .query-description span.dynamic,
.SearchController .query-description span.static {
  font-size: 16px;
  font-weight: normal;
  padding-right: .2em;
  line-height: 21px;
  margin: .15em 0;
  margin-right: .25em;
  position: relative;
}

.SearchController .query-description span .label {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 10px;
  color: #aeaeae;
}

.SearchController .query-description span.dynamic:hover {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
}

.SearchController .query-description span.descriptor {
  cursor: pointer;
  border: 1px solid #f3f3f3;
  padding: .15em;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  vertical-align: baseline;
  background: #fafafa;
  color: rgba(0, 0, 0, .9);
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
  font-weight:700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
  min-width: 70px;
}

.SearchController .query-description:hover span.dynamic span.clear-param {
  display: block;
}

.SearchController .query-description span.clear-param:hover {
  background-color: #FF7D7D;
  display: block;
}

.SearchController .query-description .dynamic:hover span.clear-param,
.SearchController .query-description .dynamic:hover span.modal-indicator {
  opacity: 1;
}

.SearchController .query-description span.clear-param {
  position: absolute;
  display: none;
  bottom: 0;
  left: 50%;
  height: 23px;
  background-color: #f0dddd;
  background-image: url('/foundation/images/icons/delete.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 4px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  padding: .25rem;
  padding-left: 1.25rem;
  z-index: 1000;
  font-size: 13px;
  line-height: 12px;
  opacity: .5;
}

.SearchController .query-description:hover span.dynamic span.modal-indicator {
  display: block;
}

.SearchController .query-description span.modal-indicator:hover {
  background-color: #CCC;
  display: block;
}

.SearchController .query-description span.modal-indicator {
  position: absolute;
  display: none;
  bottom: 0;
  left: 50%;
  height: 23px;
  background-color: #f0dddd;
  background-image: url('/foundation/images/icons/arrow-down.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 4px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  padding: .25rem;
  padding-left: 1.25rem;
  z-index: 1000;
  font-size: 13px;
  line-height: 12px;
}

.SearchController .query-description span.has-indicator {
  padding-right: 2rem;
}

.SearchController .query-description span.modal-indicator {
  display: block;
  right: -1px;
  position: absolute;
  left: auto;
  top: -1px;
  bottom: -1px;
  height: auto;
  margin: 0;
  text-indent: -9999px;
  border-radius: 0 3px 3px 0;
  background-color: #eee;
  background-position: center;
  opacity: 1;
}

.SearchController .component-header {
  position: relative;
}

.SearchController .component-header * {
  display: inline-block;
}

.SearchController .component-header a {
  margin-left: 1rem;
}

.SearchController .component-header .clear-global {
  display: none;
  float: right;
  margin-top: 1rem;
}

a.clear-global {
  display: none;
  width: auto;
  bottom: 0;
  height: 23px;
  background-image: url('/foundation/images/icons/start-over.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: .5rem;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ccc;
  padding: 0.25rem;
  padding-left: 1.75rem;
  z-index: 1000;
  font-size: 13px;
  line-height: .8rem;
  transform: translate(0, -5px);
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding-right: .5rem;
}

a.clear-global:hover {
  text-decoration: none;
  color: #000;
  background-color: #FF7D7D;
}

/* MODAL STYLES
-------------------------------- */
.modal * {
  box-sizing: border-box;
}

.modal-wrap {
  width: 720px;
  top: 0;
  position: absolute;
  left: 50%;
  right: auto;
  margin-left: -360px;
}

.modal {
  display: none;
  position: absolute;
  min-height: 45rem;
  max-height: 800px;
  width: 720px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  z-index: 9001;
  left: auto;
  right: auto;
  margin-top: 200px;
}

.modal .tabs {
  border-bottom: 1px solid #333;
  overflow: visible;
}

.modal .switch-modal {
  margin: 0 .5rem;
  cursor: pointer;
  -webkit-touch-callout: none;    /* iOS Safari */
  -webkit-user-select: none;    /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;    /* IE/Edge */
  user-select: none;
  margin: .25rem .25rem;
  padding: .45rem 1rem;
  font-size: 1.25rem;
  border: 1px solid #333;
  border-bottom-width: 0;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  background-color: #f0f0f0;
  border-color: #888;
  overflow: visible;
  font-family: Helvetica, Arial, sans-serif;
  color: #999;
}

.modal .switch-modal.active {
  background-color: #fff;
  color: #333;
  border-color: #333;
}

.modal .switch-modal.active:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  bottom: -2px;
  height: 3px;
  left: 0;
  background-color: #fff;
}

.modal-close {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  text-indent: -9999px;
  background-color: #333;
  background-image: url('/foundation/images/icons/modal_close.png');
  right: 9px;
  top: 9px;    /* transform: translate(16px, -16px); */
  border: 1px solid #000;
  background-size: 18px;
  background-position: 4px;
  background-repeat: no-repeat;
  z-index: 100;
}

.modal-close:hover {
  background-color: #333;
  opacity: .5;
}

/* [OPEN, ] MODAL OPEN STATE */
.modal.open {
  display: block;
}

body .modal-dimmer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 9000;
}

body .modal-dimmer.active {
  display: block;
}

.modal .inner,
.dropdown .inner {
  height: calc(100% - 6rem);
  overflow: auto;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border-top: 1px solid #aaa;
}

.dropdown .inner {
  height: auto;
  padding-bottom: 3rem;
  overflow: hidden;
  position: static;
}

.modal.search-stacked .inner {
}

.modal.search-stacked .inner ul {
  margin-bottom: 1rem;
}

.modal.search-stacked .inner h3:first-child {
  display: none;
}

.modal .header {
  padding: 0 0rem;
  height: 3rem;
}

.modal .header h3 {
  padding: 0 1rem;
  margin: 0;
  line-height: 3rem;
  font-size: 1.25rem;
  font-weight: normal;
  display: inline-block;
  min-width: 180px;
}

.modal .inner h3 {
  padding: 0 1rem;
  margin: 0;
  margin-bottom: 0rem;
  line-height: 3rem;
  font-size: 1.25rem;
}

.modal .footer,
.dropdown .footer {
  height: 3rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #ccc;
  padding: .5rem;
}

.modal .footer .button,
.dropdown .footer .button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2;
  color: rgba(0, 0, 0, .6);
  margin: 0 .25em 0 0;
  padding: .78571429em 1.5em;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
}

.modal .footer .button.done,
.dropdown .footer .button.done {
  float: right;
  color: #fff;
  background-color: #2185d0;
}

/* SORT STYLES
-------------------------------- */
.modal.sort {
  margin-left: 150px;
  width: 300px;
  min-height: 0;
  overflow: hidden;
}

.modal.sort .inner {
  position: static;
  overflow: auto;
  border-top: 0;
}

.modal.sort .inner ul li.list-button {
  font-size: 1rem;
  padding: .5rem 1rem;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
}

.modal.sort .inner ul li.list-button:hover {
  background-color: #eaeaea;
}

.modal.sort .inner ul li.list-button.active {
  background-color: #eee;
  font-weight: bold;
}

.modal.sort .inner ul li.list-button:last-child {
  border-bottom: none;
}

/* LISTVIEW STYLES
-------------------------------- */
.modal .checkbox-item-wrap {
}

.modal .checkbox-item-wrap .hidden-checkbox {
  display: none;
}

.modal .list-button {
  cursor: pointer;
}

/* NESTED LIST VIEW
-------------------------------- */
.modal label {
  margin: 0;
}

.modal ul li .checkbox-item-wrap.select-all label {
  font-weight: bold;
}

.modal ul li .checkbox-item-wrap {
  font-size: 1rem;
  padding: 0;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #f8f8f8;
}

.modal ul li.child .checkbox-item-wrap {
  padding: .5rem 3.5rem;
  background-color: #fafafa;
}

ul.nested-checkbox-list li.parent,
ul.nested-checkbox-list li.child {
  padding: 0;
  background-color: #f5f5f5;
}

ul.nested-checkbox-list li.parent .checkbox-item-wrap:hover,
ul.nested-checkbox-list li.child .checkbox-item-wrap:hover {
  background-color: #eee;
}

/* [OPEN, CLOESED] PARENT NEST STATE */
ul.nested-checkbox-list li.parent.closed ul {
  height: 0;
  overflow: hidden;
}

ul .checkbox-label {
  position: relative;
  padding: .25em 0em .25em 2em;
  display: block;
  cursor: pointer;
}

ul .checkbox-label:hover {
  background-color: #f0f0f0;
}

/* [CHECKED, MIXED, UNCHECKED] PARENT CHECKED STATE */
ul.nested-checkbox-list li.parent {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

ul.nested-checkbox-list li.parent > .checkbox-item-wrap label:after {
  content: "";
  position: absolute;
  right: .5rem;
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/down-arrow.png');
  background-size: contain;
  top: 50%;
  margin-top: -.5rem;
  transition: .25s all;
}

ul.nested-checkbox-list li.parent.open > .checkbox-item-wrap label:after {
  content: "";
  position: absolute;
  right: .5rem;
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/down-arrow.png');
  background-size: contain;
  top: 50%;
  margin-top: -.5rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul.nested-checkbox-list li.parent ul {
  -webkit-column-count: 3;    /* Ch, Saf, And, BB  */
  -moz-column-count: 3;    /* Fx */
  column-count: 3;    /* IE 10, Op 11.1+ */
  padding-left: 2rem;
  padding-right: 2rem;
}

ul.nested-checkbox-list li.parent.open ul {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

ul.nested-checkbox-list li.parent ul li.child {
  border: none;
  display: inline-block;
  width: 100%;
}

ul.nested-checkbox-list li.parent ul li.child .checkbox-item-wrap {
  padding: 0;
  background-color: #fff;
}

ul.nested-checkbox-list li.parent > .checkbox-item-wrap .checkbox-label {
  font-size: 1.1rem;
  padding: .5em 2em .5em;
  margin: 0;
}

ul.nested-checkbox-list li.parent:first-child {
  border-top: 1px solid #ccc;
}

ul.nested-checkbox-list li.child {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

ul.nested-checkbox-list li.child:first-child {
  border-top: 1px solid #ccc;
}

ul.nested-checkbox-list li.parent.checked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: .5em;
}

ul.nested-checkbox-list li.parent.mixed .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem - 1px);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0px -1rem;
  background-repeat: no-repeat;
  left: .5em;
}

ul.nested-checkbox-list li.parent.unchecked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem - 1px);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0px -2rem;
  background-repeat: no-repeat;
  left: .5em;
}

ul.nested-checkbox-list li.parent li.child {
  border-bottom: 1px solid #ccc;
}

ul.nested-checkbox-list li.parent li.child.checked .checkbox-label:before {
  background-position: 0 0;
}

ul.nested-checkbox-list li.parent li.child.unchecked .checkbox-label:before {
  background-position: 0px -2rem;
}

/* STACKED LIST VIEW
-------------------------------- */
ul.stacked-checkbox-list {
  margin-bottom: 3rem;
}

ul.stacked-checkbox-list .checkbox-label {
  position: relative;
  font-size: 1.1rem;
  cursor: pointer;
}

ul.stacked-checkbox-list li {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

/* [CHECKED, MIXED, UNCHECKED] PARENT CHECKED STATE */
ul.stacked-checkbox-list li.checked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: .5em
}

ul.stacked-checkbox-list li.unchecked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem - 1px);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0px -2rem;
  background-repeat: no-repeat;
  left: .5em
}

/* KEYWORD SEARCH
-------------------------------- */
.dropdown.search-keyword .inner {
  padding: 0;
}

.dropdown.search-keyword .inner h3 {
  padding: .5rem 1rem;
}

.dropdown.search-keyword .input-wrap {
  position: relative;
}

.dropdown.search-keyword .input-wrap:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  right: 3.5rem;
  background-image: url('/foundation/images/icons/search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown.search-keyword input#location-keywords {
  width: 100%;
  margin: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 3rem;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background: #fff;
  outline: 0;
  color: rgba(0, 0, 0, .87);
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 1.5rem;
  padding: 0 1rem;
  display: block;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-right: 3rem;
  border-right: 1px solid #ccc;
}

.modal.search-keyword input#location-keywords:focus {
}

.dropdown .completion-list .empty {
  padding: 1rem;
  background-color: #f5f5f5;
}

.dropdown .completion-list .completion-item {
  transition: padding .25s;
  font-size: 1rem;
  padding: .5rem 1rem;
  background-color: #f5f5f5;
  border-bottom: #eaeaea;
}

.dropdown .completion-list .completion-item:hover {
  padding-left: 1.75rem;
  cursor: pointer;
  background-color: #f0f0f0;
}

.dropdown .completion-list .completion-item.active {
  background-color: #eee;
}

.dropdown .completion-list .completion-item .completion-value {
  font-size: 1rem;
}

.dropdown .completion-list .completion-item .completion-type {
  margin-left: .25rem;
  padding: .5rem;
  color: #444;
}

.dropdown.search-keyword {
  display: none;
  box-shadow: #d7d7d7 0px 1px 7px;
}

.dropdown.search-keyword.open {
  display: block;
}

.search-keyword {
  position: absolute;
  width: 21.5rem;
  min-height: 16rem;
  left: .25rem;
  top: calc(2.5rem - 1px);
  border-top-width: 0;
  background-color: #fff;
  z-index: 9002;
  border: 1px solid #d7d7d7;
  border-radius: 0 0 3px 3px;
  border-top: 0;
}

.search-keyword .inner {
  border-top: 1px solid #d7d7d7;
}

.dropdown .completion-list .completion-item {
  position: relative;
}

.dropdown.search-keyword .inner h3 {
  font-size: 1rem;
  font-weight: bold;
}

.dropdown .completion-list .completion-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  right: .5rem;
  top: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown .completion-list .completion-item:after {
  background-image: url("/foundation/images/icons/check-plus.png");
}

.dropdown .completion-list .completion-item.direct:after {
  background-image: url("/foundation/images/icons/arrow-right.png");
}

.modal-dimmer.transparent {
  opacity: 0;
}

.SearchController .dropdown {
  z-index: 7999;
}

.bar-link #location-keywords.keyword-search {
  background-color: #fff;
  border: none;
  z-index: 8000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* RESULT STYLES
-------------------------------- */
.DynamicSearchResults .results {
  position: relative;
  min-height: 12rem;
}

.DynamicSearchResults .loader-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #444;
  opacity: .5;
  border-radius: 5px;
}

.DynamicSearchResults .loader,
.DynamicSearchResults .loader:before,
.DynamicSearchResults .loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.DynamicSearchResults .loader:before,
.DynamicSearchResults .loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.DynamicSearchResults .loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.DynamicSearchResults .loader {
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.DynamicSearchResults .loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }

}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }

}

.DynamicSearchResults #searchResults .header {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.DynamicSearchResults #searchResults .header > div {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  float: none;
  margin: .25rem 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.DynamicSearchResults #searchResults .header > div.pageCount {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.DynamicSearchResults #searchResults .header > div.pageCount span {
  padding-left: .5rem;
}

.DynamicSearchResults .FeaturesIcons span {
  text-indent: -9999px;
  display: block;
  width: 0;
}

.DynamicSearchResults .FeaturesIcons {
  display: -webkit-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;
}

.filter-link[data-value]:before {
  margin-right: .5rem;
}

.DynamicSearchResults #searchResults .pagination a.icon-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.DynamicSearchResults #searchResults .pagination a.icon-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.DynamicSearchResults #searchResults .pagination > span {
  -webkit-justify-content: center;
  justify-content: center;
}

.DynamicSearchResults #searchResults .page-total {
  padding-left: .5rem;
}

.SearchController .query-description span.descriptor.has-clear {
  position: relative;
  padding-right: 2.5rem;
}

.SearchController .query-description span.clear-param {
  display: block;
  right: -1px;
  position: absolute;
  left: auto;
  top: -1px;
  bottom: -1px;
  height: auto;
  margin: 0;
  text-indent: -9999px;
  border-radius: 0 3px 3px 0;
  background-color: #eee;
  background-position: center;
}

.comment-icon {
  position: relative;
  padding: 2px;
  margin: 2px;
  font-size: 10px;
  color: #000;
  background: #f3961c;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
  background: -moz-linear-gradient(#f9d835, #f3961c);
  background: -o-linear-gradient(#f9d835, #f3961c);
  background: linear-gradient(#f9d835, #f3961c);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-width: 1rem;    /* margin: .25rem; */
  height: .75rem;
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: .75rem;
  font-weight: bold;
  font-family: sans-serif;
}

.comment-icon:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 3px;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #f3961c transparent;
  display: block;
  width: 0;
}

.modal.no-col .inner .nested-checkbox-list ul {
  -webkit-column-count: 1;    /* Ch, Saf, And, BB  */
  -moz-column-count: 1;    /* Fx */
  column-count: 1;    /* IE 10, Op 11.1+ */
}

/* COMPONENT : SlideshowSearchResults */
#SlideshowSearchResults .result-teasers {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#SlideshowSearchResults .teaser-wrap {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: 0;
}

#SlideshowSearchResults .pagination {
}

/* PRESENTATION : SlideshowSearchItem */
.slideshow-search-item {
  width: calc(50% - .5rem);
  margin-bottom: 1rem;
  transition: all 0.5s;
  position: relative;
}

.slideshow-search-item img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.slideshow-search-item .count {
  color: #fff;    /* diagonal gradient */
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(53%, rgba(0, 0, 0, 0.06)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
}

.slideshow-search-item .count:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.slideshow-search-item .count-inner {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
}

.slideshow-search-item .count-inner:before {
  content: "";
  height: 18px;
  background-image: url('/foundation/images/icons/slides.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  background-position: right;
}

.slideshow-search-item h3,
.slideshow-search-item p,
.slideshow-search-item p.byline,
.slideshow-search-item p.sections {
  position: relative;
  margin: .5rem 0;
}

.slideshow-search-item p.sections {
  color: #7E7E7E;
  margin-bottom: 0;
}

.slideshow-search-item p {
  color: #555;
  font-weight: 400
}

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

.slideshow-search-item:hover a::before {
  content: "";
  position: absolute;
  bottom: -.5rem;
  right: -.5rem;
  left: -.5rem;
  top: -.5rem;
  background-color: #eee;
}

.slideshow-search-item:hover,
.slideshow-search-item:hover a,
.slideshow-search-item:hover p.byline {
  color: #000;
}
.slideshow-search-item:nth-child(1):hover a::before,
.slideshow-search-item:nth-child(2):hover a::before {
  content: "";
  position: absolute;
  bottom: -.5rem;
  right: -.5rem;
  left: -.5rem;
  top:-5px;
  background-color: #eee;
}
#SlideshowSearchResults .listingsResultCount {
  background: none
}

.slideshow-search-item:hover .slideshow-search-item {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#SlideshowSearchController h1 {
  font-size: 2em;
}

#SlideshowSearchResults .teaser-wrap {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: 0;
  height: 204px;
  padding-bottom: 0 !important;
  text-align: center;
  background-color: #333
}

#SlideshowSearchResults .teaser-wrap img {
  height: 100%;
}

#SlideshowSearchResults  {
    margin:0 10px;
}

div#SlideshowSearchController {
  margin: 10px;
  padding: 0;
}

div#SlideshowSearchController a {
  text-decoration: none;
}
#SlideshowSearchResults #searchResults{
  box-shadow: none;
}
div#RelatedStoriesSlideshow .teaserItem {
  overflow: hidden;
  clear: both;
}
div#RelatedStoriesSlideshow .teaserItem+.teaserItem{
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #ddd
}
div#RelatedStoriesSlideshow .archiveImage {
    float: left;
    margin: 0 10px 0 0;
}
div#RelatedStoriesSlideshow .storyItem {
  overflow: hidden;
}

#RelatedEvents.MainColumn .eventItem .imageTeaser {
  float:left;
  margin:0 10px 10px 0;
}
#RelatedEvents.MainColumn .eventItem h4 a {
  font-size:14px;
}
#BestOfrightsidedivider {
  background:#E62F21;
  height:28px;
  line-height:28px;
  width:300px;
  border-bottom: 5px solid #000;
  color:#fff;
  padding:0;
  font-family:'raleway',sans-serif;
  font-size:14px;
  text-align:center;
}