/* ------------------------------------------------------------------------------  */
/* REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! */
/*                                                                                 */ 
/*              ALL CUSTOM STYLES MUST BE ADDED TO MOBILE STYLES AS WELL!          */
/*                                                                                 */
/*                                                                                 */ 
/* ------------------------------------------------------------------------------- */
/* don added */

div.SocialClubLanding p {
	font-size: 1.2em;
	line-height: 1.4em;
}

div.SocialClubLanding span.releaseDate {
	display: none;/* hides post publish date for SC */
}
	
div.MainColumn .magnumContainer .caption, div.SpanningFeature .magnumContainer .caption {
    color: #888888;
    /* margin: 2px 0 3px; */
    padding-right: 150px;
    text-align: left;
    line-height: 1.2em;
 }

div.l0.last div:first-child {
	padding-top: 3px;
}

.archiveImage img {
	margin: 0 10px 0 0 !important;
	}
	
#Content #StoryLayout #storyBody {
	margin-top: 20px;
	}	

#storyBody iframe {  /* for space after videos */
	margin-bottom: 10px;
	}

#storyBody hr,
div.postBody hr {
margin: 20px 0;
border-top: 2px solid #eff0e8;
border-bottom: 2px solid #fff;
border-left: none;
border-right: none;
}	
	

/* Seven Days */
/* conditional display (default) */
div.MainColumn .briefOnly,
div.MainSidebar .longOnly,
div.AdSidebar .longOnly,
.longOnly span.date {display:none;}

/* zone based selectors */
div.MainColumn p.issueInfo {
  padding: 0 0 4px;
  margin: 0 0 20px;
  border-bottom: 1px solid #E8E9EA;
  text-align: left;
  font-weight: normal;
  color: #A4A7AA;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.MainColumn p.issueInfo span.date {
  float: right;
  width: 140px;
  height: 13px;
  text-align: right;
  color: #B3B5B8;
  text-transform: none;
  letter-spacing: 0;
}
  p.issueInfo span.date {display:block;float:right;}
  
div.MainColumn p.issueInfo a {
  text-decoration: none;
  color: #B3B5B8;
}
div.MainColumn h1 {
  font-size: 32px;
}
div.filmShortReview h1 {
  font-size: 24px;
  line-height:1.1;
}
div.MainColumn h2 {
  font-size: 22px;
}
div.MainColumn .byline {}
div.MainColumn img.magnum {
  display: block;
  padding: 2px 0;
  margin: 20px 0 0;
  border: 1px solid #D6D7D9;
  border-width: 1px 0;
}
div.MainColumn .magnumInfo {
  margin: 9px 0 0;
  color: #999B9E;
}
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 35px;
}
#PageHeadline .storyHead {
  margin: 20px 0 0 0;
}


div#Story,
div#StoryLayoutJr {
  padding: 20px;
}  
div#adeventExplain ul,
div#storyBody ul, 
div#storyBody ol,
.postBody ul,
.postBody ol {
  padding: 0;
  margin: 0 0 1em 0;
  } 
#AddEvent div.eventSuccess h2 {
  text-align: center;
}
div#storyBody ol li, .postBody ol li { 
  list-style-type: decimal;
	}
	
div#storyBody ul li,
div.postBody ul li { 
  list-style-type: disc;
	}	

div#adeventExplain li,	
div#french > ul li,
div#storyBody > ul li, 
div#storyBody > ol li,
div.postBody > ul li,
div.postBody > ol li,
div.bottomRule > ul li /* staff page */ {   
  line-height: 1.3em;
  margin: 0px 2.5em;
  padding: 0 0 4px 8px;
	font-family: 'proxima-nova',helvetica,arial,sans-serif; 
	/* font-size: .8em; REMOVED B/C SHRINKS INLINE LISTS IN ARTICLES */
  }
div#storyBody li,
div.postBody li {
  font-size: 15px; 
 } 

/* -- override span inline styles -- */
div#storyBody li span,
div.postBody li span {
      font-family: 'proxima-nova',helvetica,arial,sans-serif !important;
          font-size: 15px!important;
    line-height: inherit!important;
}

#FilmTrailersContent h2 span {
	font-size:21px !important;
}
.noMatchesFound {
	margin:0 0 30px 0;
	font-size:1em;
}
h3 span.componentTitle,
h2 span.headingText,
h3 span.headingText {
  padding-right:2em;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
  #PreviousBestOfWinners h3 span.headingText {padding-right:4em;}

/* full background styles */
html {
/*  background:#fff url(/images/mock/background-wallpaper.jpg) top center no-repeat;*/
}
body {
  background-image:url(/images/backgrounds/home-top.png),url(/images/backgrounds/side-shadows.png);
  background-position:top center,top center;
  background-repeat:repeat-x,repeat-y;
}

div#gridMain {
  background:transparent;
  border:0;
}
body#Event div#gridMain {margin-top:15px!important;}
div#gridColumnContainer {}

div#gridHeader {
  position:relative;
  width: 1020px;
  height:250px;
}
body.Kanji10Zone div#gridHeader{width:1020px!important} 
body#EventSearch div#gridHeader,
body#MovieTimes div#gridHeader,
body#Section div#gridHeader {height:310px;}

body#Section.SocialClubLanding div#gridHeader {height:260px!important;}

/*#gridTopFrame {position:relative;top:30px;}*/

div#EmbeddedSidebar.MovieTimes {
  width: 200px;
  margin: 10px 15px 0 10px !important;
}
div#EmbeddedSidebar {
  float: right;
  width: 300px;
  margin: 20px 0 15px 15px !important;
}
div#LocationMetaData .url a+br {
display: none!important;
}
body#Content div#EmbeddedSidebar {
  float: right;
  width: 300px;
  margin: 0 0 15px 15px !important;
}
body#Location #EmbeddedSidebar{
  width: auto;
  background: #fff;
max-width: 300px;
margin-right: 0!important;}
body#Event #EmbeddedSidebar {
  margin: 0 0 15px 15px !important;
  width: auto;
}


body#Content #RelatedEvents,
body#Content #RelatedLocations,
body#Content #RelatedStories {
  float: left;
  width: 640px;
  margin: 0 0 20px 0 !important;
}

div#RelatedStories.HomeSidebar.ContentFullWidth.clearfix.RelatedItem {
	width: 300px !important;
	}

li.l0.eventItem {
	font-size: 1.2em;
	line-height: 1.3em;
	}

/*
body#Content #RelatedLocations > ul { /* puts long list of locations into 2 columns dynamically 
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
}
*/
body#Content #RelatedLocations>ul,
body#Post #RelatedLocations>ul {
	overflow:hidden;
	}

body#Post #RelatedLocations>ul>li,
body#Content #RelatedLocations>ul>li{
  display: inline-block;
margin-right: 40px; 
float:left;
  width:300px;
  vertical-align:top;
  padding-top: 15px;
  border-top: 1px solid #eff0e8;
}
body#Content #RelatedLocations>ul>li:nth-child(even),
body#Post #RelatedLocations>ul>li:nth-child(even) { 
	margin-right:0;
	}
	
body#Post #RelatedLocations img,
body#Content #RelatedLocations img{	
	padding: 7px 0;
}
	
/* body#Content #RelatedLocations ul li ul { 
    -moz-column-count: initial;
    -moz-column-gap: 0;
    -webkit-column-count: initial;
    -webkit-column-gap: 0;
    column-count: initial;
    column-gap: 0;
} */


/* Override stupid red background coming in from another style def */
body#Content #RelatedEvents.SpanningFeature h4 span,
body#Content #RelatedLocations.SpanningFeature h4 span,
body#Content #RelatedStories.SpanningFeature h4 span,
body#Post #RelatedEvents.SpanningFeature h4 span,
body#Post #RelatedLocations.SpanningFeature h4 span,
body#Post #RelatedStories.SpanningFeature h4 span {
  background: none;
  width:0;
  background-color: initial;
}



div.sidebar {
  float: right;
  clear: right;
  margin: 0 0 15px 15px;
  color: #333;
  line-height:1.3em;
  background-color: #fff;
}
  #EmbeddedSidebar div.sidebar {
  float:none!important;
  /* don removed margin-right:15px!important; */
  }
  #EmbeddedSidebar div.sidebar ul li ul li.longOnly {overflow:hidden!important;}
  #EmbeddedSidebar div.Sidebar.Event {width:300px;}

h2.featuredEventHeadline {
	font-family: 'sentinel a','sentinel b',georgia,'times new roman',times,serif;
	font-weight: 600;
	letter-spacing: -0.01em;
	margin: 0 0 10px;
	}

body#Event p {
	line-height: 1.4em;
	font-size: 1.2em;
	}

#EventDescription {
	line-height: 1.4em;
	margin: 20px 0;
	font-size: 1.2em;
	}

div.descr_txt {
  margin: 15px 0;
}
div.author_txt {
	text-align:right;
	}

div.EventListing,
div.locationListing, 
div.archiveListing {
  padding:10px 10px 14px 10px;
  border-top:1px solid #eff0e8;
  color:#333;
  line-height:1.3em;
  }
  
div.EventListing {
  line-height:1.4em;
  font-family:1.2em;
  }  
  
  div.EventListing:hover,
  div.locationListing:hover, 
  div.archiveListing:hover {
    background:#eff0e8;
    }

div.movietimesListing {
    padding: 10px 0;
    border-top: 1px solid #eff0e8;
    color: #333;
  }

div.movietimesListing strong a {
	font-size:14px;
    }
div.movietimesListing li {
	margin-bottom:10px;
	font-size:12px;
	line-height:1.5em;
    }
    
div.EventListing h3, 
div.locationListing h3, 
div.movietimesListing h3, 
div.locationListing h4 { 
    font-weight: bold;
    font-size: 18px;
    color: #888;
    line-height: 1.1em;
    margin: 6px 0; 
  }

span.diningPriceKey {
  font-size:0.7em;
  font-weight:normal;
  }

.leftSide .tags {
	margin-top: 7px;
	font-size: .9em;
	line-height: 1em;
}

  div.EventListing a,
  div.locationListing a,
  div.movietimesListing a {
    text-decoration: none;
    color:#a0a627;
  }
div.archiveListing a {}
    
li.l1.locationRating {
  color:#888;
  font-weight: normal;
  font-size: 80%;
  padding-top: 2px;
  }
li.l1.locationRating a {
  color:#888;
  }  
  div.MainColumn div.locationListing p.tags { 
    padding: 0; 
    border: 0;
  }
  div.locationListing img.locationListingImg {
    width:auto;
    height:auto;
  }
div.locationListing .rightSide {
  width:130px;
  float:right;
  margin:0 0 0 25px;
  }
 
.rightSide .locationRating {
	font-size: .9em;
	color: #333;
	margin: 2px 0 4px 0;
	}
  
ul.filmTimes {
  float:right;
  margin: 5px 0 0 0;
  text-align:left;
  width:300px;
}
h2.neighborhoodBar {
  clear:both;
  color:#147887;
  padding-top:10px;
  width:100%;
  font-size:16px;
  font-weight:bold;
  margin:0pt 0pt 5px;
}
body#MovieTimes h2.neighborhoodBar {
  font-size: 0;
  font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
div.locationTitle a {
  font-weight: bold;
}

div.locationTitle .big {
  font-size: 1.2em;
}

div.locationListing span.inline-rating img,
div.archiveListing span.inline-rating img { width: 10px; }
div.locationListing span.small, 
div.archiveListing span.small { font-size: 10px; }

body#ArticleArchives div.archiveListing li.storyItem .sectionInfo,
body.ProfilePage .sectionInfo {
color:#a0a627;
text-transform:uppercase;
font-size:.9em;
font-weight: bold;
}
body#ArticleArchives div.archiveListing li.storyItem h4.headline,
body.ProfilePage div.archiveListing li.storyItem h4.headline {
line-height:1.3em;
}
body#ArticleArchives div.archiveListing li.storyItem h4.headline a,
body.ProfilePage div.archiveListing li.storyItem h4.headline a {
color:#333;
font-size: 18px;
}
body#ArticleArchives div.archiveListing li.storyItem h5.subhead {
font-size:1.1em;
margin-bottom: 6px;
color: #444;
}
body#ArticleArchives div.archiveListing li.storyItem .summary {
  display:none;
  overflow:hidden;
  margin-right:110px;
}

body#ArticleArchives div.archiveListing li.storyItem .byline {
margin-left:0px;
}
body#ArticleArchives div.archiveListing li.storyItem .byline .categoryInfo {color:#a0a627;}

div.locationListingAddress {
  font: 12px Arial, Helvetica, sans-serif;
  color: #696969;
}      
      
div.EventDetails div.locationListing {
  padding-left: 0;
}  
div.EventDetails ul li.locationItem { margin-top: 15px; }      
  div.EventDetails ul li.locationItem h4 a {
    font-weight: bold;
    text-decoration: none;
  }

div.listingTools {
  background:#f3f3f3;
  float: right;
  font-size: 10px;
  line-height: 1em;
  margin-left: 5px;
  padding: 8px 7px;
  width: 116px;
}
  div.listingTools ul {
    margin-top:10px;
  }
    div.listingTools ul li {
      margin-bottom:4px;
      border-bottom:1px solid #e3e3e3;
    }
      div.listingTools ul li a {
        background:#FFF;
        background-repeat: no-repeat;
        display:block;
        padding:4px;
      }
 
p.filmShortDetails,
div.filmShortDetails {
  margin-top: 0;
}

div.filmShortReview { 
  margin: 2px 0 20px; 
  line-height:1.3;
}
div.filmShortReview span.filmCreditsTitle a {
/* font-weight:bold;font-size:1.2em; */
}

div.filmMetaInfo {
line-height: 1.3em;
}

div.filmMetaInfo span.ratingHeader {float:left;font-weight:bold;}

/* xxx Pulled these styles in from inline of SearchResults, but not sure of their effect yet. xxx */
.dynToolsLink {
  background-position: center right;
  background-repeat:no-repeat; 
} 
.dynToolsLink a {
  text-decoration:underline;
  cursor:pointer;
  cursor:hand;
}
.ajPop {
  margin:4px;
  line-height:normal;
}
div.listingTools .ajPopCont {
  height:0px;
  overflow:hidden;
  border:0px solid #D1D8DC;
  background-color:#F3F5F7;
  padding:0;
}
div.listingTools .ajPop a, 
div.tinyTools ul li.l0 .toolsInner a {
  text-decoration: none;
  background: none;
  padding: 0;
  display: inline;
}
  div.tinyTools ul li.l0 .toolsInner a {
    color: #C70E0F;
  }

div.tinyTools ul li.l0 .toolsInner a.addAction {
  display: block;
  background: #147887;
  float: left;
  padding: 3px 5px;
  border: 1px solid #006170;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}

div.tinyTools div.togglePanel { padding: 0; }

.toolsInner {
  background: #e9e9df;
  padding: 3px;
  border: none;
}
  .toolsInner select { max-width: 110px; }

div.tinyTools .toolsInner h4 { margin: 0 0 2px; }
.toolsInner p {
  margin: 0 0 7px;
}
  .toolsInner ul { margin: 0 0 7px; }
    .toolsInner ul li { margin-bottom: 4px; }
    
.ajPop input, .ajPop textarea {
  border:1px solid #CCC; 
  background-color:#FFF; 
  font-size:11px; 
  font-weight:normal;
  padding:2px;
  margin-top:0px;
  margin:0px;
} 
.ajPop .popInput, .ajPop textarea { width: 102px; } 
.ajPop select {
  border:1px solid #CCC; 
  background-color:#FFF; 
  font-size:10px; 
  font-weight:normal;
}
/*#addToListContainer:hover #addListBox {display:block;}  */
.listList a { font-size: 12px; }
.listList {
  font-size:11px; 
  margin-bottom:10px;
}
.listBoxHeader{
  font-family:"Trebuchet MS";
  font-size:11px;
  border-bottom:1px solid #888;
  padding-bottom:1px;
  margin-bottom:4px;
  text-transform:uppercase;
}
.newListBox { font-size: 11; }      
      
/* ------------------------ */

div.MainColumn p.tags {
  /* display:inline-block;
  padding: 5px;
  margin: 0;
  font-size:90%;
  background:#f3f3f3; */
}
.Location p.tags {
  margin: 0;
  }
div.MainColumn p.tags strong {
  font-weight: normal;
  }  

/* ------------------------ */

div.MainSidebar {}
div.MainSidebar h3 {}		
	
	}
div.MainSidebar ul {}
div.MainSidebar li.l0 + li.l0 {}
div.MainSidebar li.l0 ul {
  padding: 0;
  margin: 4px 0 0;
}
div.MainSidebar h4,
div.MainSidebar h4.headline,
div.MainSidebar h4.headline a {
  margin-top:1em;
  font-weight:bold;
}

/* 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 .headline a {
  /* background: url(/images/icons/story.gif) no-repeat;
  padding-left: 20px; */
}
div.MainSidebar .storyItem .byline {
  display: block;
}

div.MainSidebar a.memberThumb {
  display: block;
  float: right;
  margin: 0 0 5px 5px;
  width: 35px;
  height: auto;
}
div.MainSidebar a.memberThumb img {
  width: 35px;
}

div.MainSidebar select {
  width: 100%;
}

div.headerBar {}

/* ------------------------------ */
.column_item { margin-bottom: 10px;}

ul.moduleList {
	margin-bottom: 10px;
	}
  
  ul.moduleList h4.headline a { 
    color:#a0a627;
    text-decoration:none;
  }
  ul.moduleList h5 {
    font-size:12px;
    color:#333;
    line-height: 1.3em;
    margin-bottom: 3px;
  }
    ul.moduleList h5 a { 
      font-weight:bold;
    }

.archiveImage {
	margin-right:10px;
	}

#EmbeddedSidebar .archiveImage {clear:left;margin:0 10px 0 0!important;}
#EmbeddedSidebar .archiveImage img {margin:0 10px 10px 0!important;}


div.MainSidebar:after {
  display:block;
  visibility:hidden;
  content:".";
  line-height:0;
  clear:both;
}
ul.moduleList .rating {
  display:block;
}
ul.moduleList .rating img, 
li.locationItem span.rating img {
  width: 10px;
  height: 10px;
}
ul.moduleList .storyItem .byline {
    display: block;
}
ul li.storyItem img.storyImg { 
  float: right; 
  width: 50px;
  margin: 0 0 5px 5px;
}
ul.moduleList a.memberThumb {
  display: block;
  float: right;
  margin: 0 0 5px 5px;
  width: 35px;
  height: auto;
}
ul.moduleList a.memberThumb img {
  width: 35px;
}

div.MainSidebar ul.narrowOptions {
  line-height:1.5;
  overflow:hidden;
}
  div.MainSidebar ul.narrowOptions a {
    text-decoration:none;
    font-weight:bold;
  }
  div.MainSidebar ul.narrowOptions a:hover { }

ul.narrowOptions li {
  line-height:1.2em;
  margin:.5em 0 0 0;
  color:#999;
  font-weight:bold;
}

#BestOfNarrowHeader ul.narrowOptions li {
  line-height:1.2em;
  margin:.5em 0 0 0;
  color:#999;
  font-weight:bold;
  padding-bottom: 5px;
}
ul.narrowOptions li.social_club__events,
ul.narrowOptions li.social_club__contests, 
ul.narrowOptions li.image,
ul.narrowOptions li.inside_chittenden_county,
ul.narrowOptions li.outside_chittenden_county {display:none;}

ul.narrowOptions li a {
color:#333;
}

option {
	line-height: 2em;
	}

.EventSearchLanding ul.narrowOptions li {font-weight:bold;line-height:1.1;margin:0.75em 0;}
  
ul.narrowOptions li.flyout_link_parent {
  text-align:right;
}
ul.narrowOptions li a.flyout_link {}
a.flyout_close_text {
  display:none;
}
a.flyout_close_button {
  position:         absolute;
  top:              -15px;
  right:            -15px;
  background-image: url(/foundation/images/icons/closebox.png);
  width:            30px;
  height:           30px;
  text-indent:      -6000px;
  overflow:         hidden;
}

div.MainSidebar li.narrowWithForm ul.narrowOptions  {
  padding-left: 0;
  border: none;
}
  body div.MainSidebar li.narrowWithForm ul.narrowOptions li form {
    padding: 0;
  }

div.searchedFor {
  background:#EFF0E8;
  clear: both;
  color: #000;
  font-size:24px;
  text-align: left;
  padding-bottom:6px;
  margin:1em 0 0;
  position: relative;
}

body#MovieTimes div.searchedFor {
  background: none;
  margin:0;
}

body#BestOf div.searchedFor {
  background-color:transparent !important;
}

body#IssueArchives div.searchedFor {
  margin-top:33px;
  }
body#BestOf div.searchedFor {
  }

body#BestOf div.searchedFor {
/* border:0;background:#a0a627;padding:3px 3px 1px;color:#fff;text-transform:uppercase;font-size:18px; */
}
  
div.searchedFor h3 {
  font-weight:bold;
}
div#archivesInfoBar.searchedFor h3,
div#movietimesInfoBar.searchedFor h3 {display:none;}
body#BestOf #archivesInfoBar.searchedFor h3 {display:block;}

div#archivesInfoBar.searchedFor.Intro {
float: left;
/* margin-right: 50px; */
}


div.searchedFor h3,
div.searchedFor ul {  
	background-color: #EFF0E8;
	border-radius: 0 0 6px 6px;
	color: #333333;
	font-size: 0.7em;
	padding: 10px 12px 6px;
	margin: -33px 0 1px;
	border-top: 6px solid #DBDBCB;
}
div.searchedFor ul{}
#NowPlaying h3,
body#MovieTimes div.searchedFor ul {
	display: none;
	}

#LocationSearchResults {  

}

#SponsoredRestaurantsMain .searchedFor,
#LocationSearchResults .searchedFor {
	background-color: #EFF0E8;
	border-radius: 0 0 6px 6px;
	color: #333333;
	padding: 12px 10px 6px;
	margin: -9px 0 10px;
	border-top: 6px solid #DBDBCB;
	font-size: 16.8px;
	font-weight: bold;
	line-height: 1.2em;
	}


div.searchedFor ul li {
  display: inline-block;
  vertical-align: top;
  text-transform: lowercase;
}
div.searchedFor ul li+li {
max-width: 60%;
}
div.listingsResultCount {
	margin: 0 10px 10px;
	color: #888;
	text-align: right;
}

div.listing {
  float: left;
  margin-right: 10px;
  width:230px;
}
.EventListing div.listing {
	width:100%;
}
.EventListing .eventImageTools {
	display:inline-block;
  float:right;
  width: auto;
	margin-left: 15px;
  }


  div.listing p {
    font-size: 11px;
  }
img.listingImg {
  margin: 0 0 5px 0;
  width: auto;
}
  .EventListing div.listing img.listingImg {float: right;}
  
div.listingLocation {
  color: #333;
  float: left;
  margin-left: 10px;
  width: 160px;
}

.movietimesListing .listingLocation {
  width: 130px;
  line-height: 1.3em;
  font-size: 1.2em;  
  
}

/* Ads column. */
div.ZoneC {
    padding-bottom: 5px;
}

/* Layout Identifier Based Selectors */
/* Custom Class Based Selectors */
a.actionButton {
  display: block;
  height: 19px;
  margin: 10px auto 0;
  text-indent: -6000px;
}

/* Comments */

div#Comments .CommentsComponent {
	font-family: 'proxima-nova',helvetica,arial,sans-serif !important;
	}

div#Comments.closed {display:none;}

div.CommentsComponent, 
div#BrowseComments {
  clear: both;
	padding-bottom: 12px;
	color: rgb(51, 51, 51);
	background-color: #EFF0E8;
	border-radius: 4px;
	margin-bottom: 20px;
}
div.commentsHeader {
	font-size: 21px;
	font-weight: bold !important;
	text-transform: lowercase;
	height: 21px;
	line-height: 23px;
	margin-bottom: 20px;
	padding: 15px 0 0 15px;
	color: #333;
}
div.commentsHeader h2, 
div.commentsHeader h3 {
  font-weight: bold;
}

div.bottomOptionBar {
	background-color:#dbdbcb!important;
	border-radius: 4px !important;
	box-shadow: none !important;
	font-family: 'proxima-nova',helvetica,arial,sans-serif !important;
	font-size: inherit !important;
	border:none !important;

}

body#PostComment div.commentsHeader h2,
body#PostComment div.commentsHeader h3 {
  width:100%;
  padding-bottom:12px;
}
div.commentsHeader a.feedLink {
  background:transparent url(/images/rss-small.gif) no-repeat top center;
  color:rgb(237,238,238);
  font-size:0px;
  margin-left:1px;
  padding:12px 0 0 12px;
  text-decoration:none;
}
div.commentsHeader form {
  padding: 12px 12px 12px 0;
  color: #222;
  font-size: 11px;
  letter-spacing: 0;
  text-align: right;
  text-transform: none;
  vertical-align: top;
}
  div.commentsHeader form label { font-weight: bold; }

h4.commentFormAddHeader {
  font-size: 14px;
}

dl.formElements {
  margin: 15px 15px 15px 0;
}

dl.formElements dt {
  float: left;
  clear: left;
  display: inline;
  min-height:45px;
  margin-right: 15px;
  width:160px;
}
  dl.formElements dt label { font-weight: bold; }
  dl.formElements dt label span { color: #FF0000; }
  dl.formElements dt span { 
    font-size: 10px; 
    color: #666;
  }
  span.formFootnote {
    color: #FF0000;
  }

dl.formElements dd {
  float: left;
  width: 395px;
}
dl.formElements dd input[type="text"],
dl.formElements dd select { width: 75%; }
dl.formElements dd textarea {
  width: 100%;
  height: 110px;
}
  
div.commentFormRating {
  padding: 5px 10px;
  border: none !important;
  border-shadow: none !important;	
  border-radius: 4px !important;	
  margin-bottom: 10px !important;
}  
  
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: 14px;
  }
div.CommentsComponent dl.formElements dd,
div#BrowseComments dl.formElements dd {
  width:100%;
}
p.commentGuidelines {
font-size: 1.1em;
color: #888;
line-height: 1.4em;
font-weight: normal;
}

input#Comments_commentSubscribe {
margin-top:10px;
}

div.pagination { 
  clear:both;
  margin:1em auto;
  text-align:center;
}

#BestOfPreviousNext {
margin:10px 0 20px;
display:inline-block;
width:100%;
text-align:center;
padding:10px 0;
border-top:	1px solid #eff0e8; 
border-bottom: 1px solid #eff0e8;
color: #eff0e8;
}
    #BestOfPreviousNext .prevNext a.prev {float:left;}
    #BestOfPreviousNext .prevNext a.next {float:right;}
    
.nextPrefix, .prevPrefix { display:none; }    

ul.prevNext {
  font-size: 11px;
  padding:5px 0;
}
  ul.prevNext li.prevNext_prev {
    float: left;
    text-align: left;
    /*width:40%;*/
  }
  ul.prevNext li.prevNext_next {
    float: right;
    text-align: right;
    /*width:40%;*/
  }

div.CommentsComponent hr, 
div#BrowseComments hr {
  height: 1px;
  background: #CCC;
  margin: 12px 15px 2px;
  border: none;
  color: #CCC;
}
div.comment {
  clear: both;
  margin: 12px 15px 0;
}
body.ProfilePage div.comment {
 margin: 20px 0;
  border-bottom: 1px solid #eff0e8;
  padding-bottom: 10px;
}
div.CommentsComponent h4, 
div#BrowseComments h4 {
  margin-top: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}
div.commentText {
  background: #FFF;
  padding: 12px 12px 5px;
  font-size: 12px;
  clear: both;
  border: none !important;
  box-shadow: none !important;
}
#Comments .commentText.oldComment {color:#999;}
#Comments .oldComment:before {
    content:'Blast from the Past';
    font-family:'proxima nova',serif;
    border-radius: 2px;
    background: #8B6E51;
    padding: 1px;
    display: block;
    width: 20%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin: -9px 0 5px -9px;
}
body.ProfilePage div.commentText {
	padding: 0;
	font-size: 1.2em;
}
div.commentText h4 {
    margin-top: 0;
    margin-bottom:8px;
  }
body.ProfilePage div.commentText h4 {
  font-size: 1.0em;
  font-weight: bold;
  }
    
div.commentText h4.reviewLocation { margin-bottom: 2px; }
    
  div.commentText p { 
    margin-top: 0;
  }
  div.commentText div.inline-rating { margin-bottom: 8px; }
    div.commentText div.inline-rating img {
      width: 10px;
    }
  
div.CommentsComponent .memberThumb, 
div#BrowseComments .memberThumb {
  display: block;
  overflow: hidden;
  float: left;
  clear: left;
  width: 50px;
  margin: 2px 8px 2px 2px;
}
div.CommentsComponent div.comment div.ratingGraphic img, 
div#BrowseComments div.comment div.ratingGraphic img {
  margin-bottom: 2px;
  width: 10px;
  height: 10px;
}
div.commentAuthor {
  background: url(/images/icons/comment_tri.gif) no-repeat 28px top !important;
  font-size: 12px;
  padding-top: 10px !important;
}
  body.ProfilePage div.commentAuthor {background:none;padding:5px 0 0 0;}
  
div.commentAuthor a {
    font-weight: bold;
}
div.commentAuthor span {
    /*color: #A7A9AC;*/
}
div.commentToolbar {
    padding: 5px 0 !important;
    margin-top: 10px !important;
}
body.ProfilePage div.commentToolbar {
    padding: 0;
    margin: 0;
}

.rating {
	margin-bottom:3px;
	}
	
#showMoreComments, #showAllComments, .userCommentForm p.commentFormSubmit input {	
	border: none !important;
	box-shadow: none !important;
	border-radius: 4px !important;
	padding: 8px 6px 6px !important;
	font-weight: bold !important;
	font-size: 16px !important;
	background-color: #a0a627 !important;
	color: #fff !important;
font-family:'proxima-nova',helvetica,arial,sans-serif !important;
	width: auto !important;	}
	

div.CommentsComponent form, 
div#BrowseComments form,
div#PostCommentProcessEdit {
    margin-left: 15px;
}

div.pagination {
	/* height: 60px !important;
	margin: 20px 0 0 0 !important; */
	}

p.commentFormSubmit {
  margin: 10px 15px 0 0;
  text-align: right;
}
  p.commentFormSubmit input,
  div.commentFormSubmit input, 
  p.formSubmit input, 
  a.addAction,
  input.editor_ok_button {
    background: #000;
    padding: 3px 5px;
    border: 1px solid #006170;
    font-weight: bold;
    color: #fae201;
    cursor: pointer;
  }
    p.commentFormSubmit input:hover, 
    div.commentFormSubmit input:hover,
    p.formSubmit input:hover,
    input.editor_ok_button:hover {
      background: #fae201;
      color: #000;
    }

input.editor_field { margin-right: 8px; }
a.editor_cancel {
  margin-left: 10px; 
  font-size: 10px;
  text-decoration: none;
  color: #FF0000;
}
a.deleteListItem {
  float: right;
  padding: 2px 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  background: #FF0000;
  border: 1px solid #CC0000;
  color: #FFF;
  text-transform: uppercase;
}


div.commentFormSubmit {
  padding: 10px 0 0 15px;
}
    div.commentFormSubmit form, 
    div.CommentsComponent div.commentFormSubmit form { 
      display: inline;
      margin: 0;
      margin-left: 0;
    }
    div.commentFormSubmit button {
      padding: 0;
      border: 0;
      border-bottom: 1px dotted #000;
      font-weight: normal;
      color: #000;
      text-transform: lowercase;
      cursor: pointer;
    }


h4.reviewLocation a { font-weight: bold; }

body#Content span.locationRegion,
body#Location span.locationRegion,
body#Post span.locationRegion,
body#Map span.locationRegion {
  display: none;
  /* background:none;
  font-size:12px;
  font-weight:bold;
  padding:0; */
}
body#Content span.locationRegion a,
body#Location span.locationRegion a,
body#Map span.locationRegion a,
body#Post span.locationRegion a {
    color:#000;
    text-decoration:none;
    background-color: #A0A627;
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 2em;
    padding: 4px 6px 3px;
    text-decoration: none;
    text-transform: uppercase; 
  }
body#Location span.locationRegion a {
	
}  
  
body#Content span.locationRegion:after,
body#Location span.locationRegion:after
body#Map span.locationRegion:after,
body#BestOf span.locationRegion:after,
body#Post span.locationRegion:after {
display:block;
content:'';
}

body#Content span.locationRegion:before,
body#Location span.locationRegion:before,
body#Map span.locationRegion:before,
body#BestOf span.locationRegion:before,
body#Post span.locationRegion:before {
display:block;
content:'';
clear:left;
}

strong.tel:after {
display:block;
content:'';
margin-top: 10px;
}
  
ol.customList {
  padding: 0 30px;
  margin: 20px 0;
}
  ol.customList li {
    background: #EEEEEF;
    padding: 15px;
    margin-bottom: 15px;
    list-style:decimal;
  }
  ol.customList li div.locationListing {
    padding: 0;
    border: 0;
    color: #111;
  }
  ol.customList li div.commentText { margin-top: 10px; }
  
  body#List div.MainColumn ol.customList li h3, 
  body#List div.MainColumn ol.customList li h4 {
    text-align: left;
  }

div.infoBox {
  background: #f4f4e8;
  padding: 8px;
  margin-top: 5px;
  border: 1px dotted #d4d4c8;
  color: #444;
}
  div.infoBox h3 {
    font-weight: bold;
  }

body.Analord1Zone dl.formElements dt {
  width: 110px;
}

body.Analord1Zone dl.formElements dd {
  width: 155px;
}

/* ------------------------------------------------------------------ */
/* ID Based Selectors */
/* ------------------------------------------------------------------ */

div#FooterBanner728x90 {clear:both;width:728px;height:90px;margin:0 auto;}

div#LeaderboardEditorial,
div#LeaderboardArts,
div#LeaderboardEtc,
div#LeaderboardFilm,
div#LeaderboardHomepage,
div#leaderboardmusic {
  text-align:center;
  margin:0 auto 10px;
}

div#RectangleEditorial,
div#RectangleArts,
div#RectangleEtc,
div#RectangleFilm,
div#RectangleHomepage,
div#RectangleMusic {
  text-align:center;
  margin:20px 0;
}

/*div#SearchLogin {
    position: relative;
    height:28px;
    background:#fefefe url(/images/backgrounds/search.gif) repeat-x;
    padding:13px 10px 0;
    color:#64645a;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}
div#SearchLogin form {
    float: left;
    height: 20px;
    text-align: left;
    vertical-align: middle;
}
div#SearchLogin form label {
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    vertical-align: top;
}
div#SearchLogin form input[type="submit"] {
    margin-left: 3px;
    vertical-align: middle;
}
ul#SearchLogin-login {
    position: absolute;
    top: 9px;
    right: 10px;
    text-align: right;
}
ul#SearchLogin-login li {
    display: inline;
    font-size: 12px;
    color: #626258;
}
  ul#SearchLogin-login li a {
    font-weight: bold;
    text-decoration: none;
    color: #00455b;
  }
    ul#SearchLogin-login li a:hover { color: #C70E0F; }
  ul#SearchLogin-login li#SearchLogin-upcoming { 
    display: block;
    font-size: 10px; 
  }
    ul#SearchLogin-login li#SearchLogin-upcoming a { 
      font-weight: normal; 
      color: #626258;
    }
  
div#SearchLogin-section,
div#SearchLogin .searchWidgetForm { 
    position: relative;
    float: left;
}
*/

div#loginContainer, 
div#logoutContainer {
  padding: 20px;
}
  div#loginContainer h1, 
  div#logoutContainer h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #444;
  }
    
    div#logoutContainer h2 {
      font-size: 22px;
      color: #444;
    }

div#logout_reminder {
  float: left;
  background: #90BFA6;
  padding: 10px 20px 20px;
  margin-right: 20px;
  border: 1px solid #55A97C;
  color: #FFF;
}
  div#logout_reminder h2 {
    color: #FFF;
  }

div#logout_whatnow {
  float: left;
  padding: 8px 20px 10px;
}

div#logout_reminder h2,
div#logout_whatnow h2 {
  margin-bottom: 10px;
}
div#logout_reminder ul,
div#logout_whatnow ul {
  padding: 0 20px;
}
  div#logout_reminder ul li,
  div#logout_whatnow ul li {
    margin-bottom: 4px;
    list-style: disc;
  }
.LoginDialog .forgotPass {color:#c00!important;}
.LoginDialog .loginHeader span a {font-size:28px!important;}
#PasswordReset.LoginDialog .loginHeader span a,
#PasswordReset.LoginDialog .loginHeader {font-size:18px!important;}

/* error styles */
div.errorDisplay {
  background: #FFF;
  padding: 10px;
  color: #CC0000;
}
  div.errorDisplay h3 { 
    font-weight:bold;
    font-size:22px; 
  }
  div.errorDisplay ol li {
    font-size:1.2em;
  }
    
div.successMessage {
  background: #FFF url(/images/icons/accept.png) no-repeat 5px 10px;
  padding:10px 25px;
  font-size: 1.2em;
  color: #009900;
}
  div.successMessage p,
  form.loginForm div.successMessage p { 
    padding: 0; 
  }

div.generalMessage {
  background:#ffc;
  padding:10px;
  margin:10px;
}

form.loginForm {
  background: #EEEEEF url(/images/backgrounds/loginform_bott.gif) no-repeat bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
  div#loginContainer form.loginForm h2 {
    padding: 20px 20px 0;
    margin-bottom: 3px;
    background: url(/images/backgrounds/loginform_top.gif) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #000;
  }
  div#loginContainer form.loginForm h2 span {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #444;
  }
    
  form.loginForm p {
    padding: 0 20px;
    margin-top: 0;
  }
  form.loginForm label { font-weight: bold; }
  form.loginForm input {
    font-size: 22px;
  }
  form.loginForm input.submit {
    background:#000;
    padding: 3px 5px;
    margin-right: 15px;
    border: 1px solid #000;
    font-weight: bold;
    color: #fae201;
    vertical-align: middle;
    cursor: pointer;
  }
    form.loginForm input.submit:hover {
      color:#000;
      background:#fae201;
    }



div#EventsNarrowSearch ul li h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}


div#previewCommentComponent, 
div#editCommentComponent {
  padding: 20px;
}

  div#previewCommentComponent h2 {
    color: #000;
  }
  div#previewCommentComponent h4,
  div#editCommentComponent h4 {
    margin:10px;
  }
  div#previewCommentComponent textarea,
  div#editCommentComponent textarea {
    margin: inherit auto;
    width:95%;
  }
  
div#PaginationTop, 
div#PaginationBottom {
  margin: 2em 0 2em!important;
}
  #PaginationBottom {padding-bottom:1em!important;}

#PaginationBottom strong,
#PaginationBottom a {
	margin:0 1px;
	padding:6px;
	text-decoration:none;
	background-color: #eff0e8;
	border-radius: 4px;
}
#PaginationBottom strong,
#PaginationBottom a:hover {
  background-color:#a0a627;
  color: #fff;
  }
  

p.notice {
  font-size:1.2em;
  font-weight:bold;
  padding:0 0 10px;
  text-align:center;
}

div#BreakingNews {
  background: #f4f4e8;
  margin: 0 auto;
  text-align: left;
}
  div#BreakingNews h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -1px;
    background: #FF0000;
    padding: 3px 5px;
    color: #FFF;
  }
  div#BreakingNews h3 {
    padding: 0 10px;
    margin: 10px 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
  }
  div#BreakingNews p {
    padding: 0 10px 10px;
    margin: 0;
  }


  div#gridSpanningFeature {
    width:100%;
    background: #FFF;
    padding-bottom: 15px;
    margin: 30px 0 10px 0;
  }
    body#Blog div#gridSpanningFeature {margin-top:0!important;}
    body.BlogPost div#gridSpanningFeature {margin-top:0!important;}
    body.BlogArchives div#gridSpanningFeature {margin-top:0!important;}

  body#Home div#gridFrame { background: none; }
  
  body#Home div#gridColumnContainer {
    width: 620px;
    padding: 0;
    margin: 0;
  }
  body#Home div#gridMainSidebar1 {
    float: left;
    width: 160px;
  }
    
  body#Home div#gridMainColumn {
    float: right;
    width: 450px;
    padding: 0;
  }
  
    
    div#HomeVisualart ul li.searchItem h2 a {
      display: block;
      height: 44px;
      background: url(/images/buttons/mag_visart.gif) no-repeat;
      text-indent: -6000px;
    }
    div#HomeBooks ul li.searchItem h2 a {
      display: block;
      height: 44px;
      background: url(/images/buttons/mag_books.gif) no-repeat;
      text-indent: -6000px;
    }
    div#HomeTheater ul li.searchItem h2 a {
      display: block;
      height: 44px;
      background: url(/images/buttons/mag_theater.gif) no-repeat;
      text-indent: -6000px;
    }
  
  div#HomeMusic div.searchItem h2 a {
    display: block;
    height: 34px;
    background: url(/images/buttons/mag_music.gif) no-repeat center center;
    text-indent: -6000px;
  }
  div#HomeFilm div.searchItem h2 a {
    display: block;
    height: 34px;
    background: url(/images/buttons/mag_film.gif) no-repeat center center;
    text-indent: -6000px;
  }
  div#HomeFood div.searchItem h2 a {
    display: block;
    height: 34px;
    background: url(/images/buttons/mag_restaurants.gif) no-repeat center center;
    text-indent: -6000px;
  }
  
  
  div.HomeSection {
    background: #FFF;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
    div.HomeSection div.stack {
      text-align: left;
    }
    
    div.headerBar {
      margin-bottom: 15px;
    }
    div#gridSpanningHeader div.headerBar { margin-bottom: 0; }
    
    div.HomeSection ul {
      margin: 0 auto;
    }
      div.HomeSection li.l0 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #DBDCDD;
      }
      div.HomeSection ul li.last { border: none; }
      div.HomeSection ul li.searchItem {
        border: none;
      }
  
  body#Home div#gridMainSidebar1 div.HomeSection ul { width: 130px; }
  body#Home div#gridMainColumn div.HomeSection ul { width: 420px; }
  


  
  ul.slider li ul {
    background: #E5E5E5;
    font-size: .85em;
  }

  ul.slider li.open ul.sliderItemContent {
    padding: 9px;
    border: none;
  }
    ul.slider li.open ul li.l0 {
      display: block;  
      padding-bottom: 8px;
      margin-bottom: 8px;
      border-bottom: 1px solid #CCC;
    }
  
  ul.slide li.closed ul {
    border-top: 1px solid #FFF;
  }
    ul.slider li.closed ul li.l0 {
      display: none;
    }
    
  ul.featureTabs { }  
    ul.featureTabs li {
      float:left;
      margin-right: 1px;
    }
      ul.featureTabs li a {
        display: block;
        height: 23px;
        background-repeat: no-repeat;
        border-bottom: 1px solid #FFF;
        text-decoration: none;
        text-indent: -6000px;
      }
      ul.featureTabs li a.currentFeature, 
      ul.featureTabs li a:hover {
        background-position: left -23px;
        border-color: #A4A2A3;
      }
  
  div.featureBox .storyImg {
    margin-bottom: 10px;
  }    
  div.featureBox h2.headline {
    font-size: 18px;
    margin: 0;
  }
  div.featureText {
    font-size: 1.2em;
  }
    div.featureText p {
      margin: 0;
    }
      div.featureText p.featureInfo {
        color: #6A6868;
      }

  div.HomeFollowStories {  }
    div.HomeFollowStories div.triptych, 
    div.HomeFollowStories div.stack {
      padding: 0 15px;
      margin-bottom: 10px;
      border: none;
    }
      div.HomeFollowStories div.stack div.follow {
        border: 1px solid #DEDEDE;
        border-width: 0 0 1px;
        padding: 0;
        margin: 10px 0 0;
      }
    body#Home div#gridMainColumn div.HomeSection div.follow  ul {
      width: auto;
      text-align: left;
    }
      body#Home div#gridMainColumn div.HomeSection div.follow  ul li.l0 {
        border: none;
        padding: 0;
        margin: 0;
      }
      
  



div#ToCHomeTopStoriesBlogsComments {
  padding: 10px;
  }
  div#ToCHomeTopStoriesBlogsComments div#topStory {
    float: left;
    width: 275px;
    }
  div#ToCHomeTopStoriesBlogsComments div#blogPosts {
    float: left;
    width: 155px;
    }
    div#ToCHomeTopStoriesBlogsComments div#blogPosts a,
    div#ToCHomeTopStoriesBlogsComments div#recentComments a {
      color: #993300;
      text-decoration: none;
      }
    div#ToCHomeTopStoriesBlogsComments div#blogPosts a:hover,
    div#ToCHomeTopStoriesBlogsComments div#recentComments a:hover {
      color: #993300;
      text-decoration: underline;
      }
  div#ToCHomeTopStoriesBlogsComments div#recentComments {
    float: left;
    width: 155px;
    }
    
div#ToCThingstoDo {
  float: left;
  width: 190px;
  margin: 5px;
  }
div#ToCLiveMusic {
  float: left;
  width: 190px;
  margin: 5px;
  }
div#ToCReaderReviews {
  float: left;
  width: 190px;
  margin: 5px;
  }
    
/* ------------------------------------------------------------------ */

div#NavigationHorizontal {
  clear: both;
  width:1020px;
  margin:7px auto 0;
  font-family:'proxima-nova',helvetica,arial,sans-serif;
  font-weight:normal;
}
ul#mainNav {
  margin-left:0;
}
ul#mainNav li {
  float:left;
  font-size:20px;
  line-height:50px;
  text-transform:lowercase;
  /*letter-spacing:0.0035em;*/
  background:transparent;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
  filter: dropshadow(color=#cccccc, offx=1, offy=1);
}
ul#mainNav li a {
  position:relative;
  -webkit-font-smoothing: antialiased;
  top:-1px;
  display:block;
  height:50px;
  padding:0 9px 0 10px;
  color:#fff;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  border:1px solid transparent;
  border-width:0 1px;
}
  ul#mainNav li.navCurrent a {background:rgba(255,255,255,.2);}
    ul#mainNav li.navCurrent a:hover {background:rgba(255,255,255,.2);}

  ul#mainNav li.navCurrent a:after {
    content:"";
    position:absolute;
    bottom:-9px;
    right:35%;
    width:27px; 
    height:17px;
/*    background:url(/images/nav/pointer-w.png) center no-repeat;*/
    z-index:9999;
  }
  ul#mainNav li.navCurrent:focus a:after {
    background:url(/images/nav/pointer-w.png) center no-repeat;
  }
  
ul#mainNav li#NavItem_Home a {
  display:block;
  padding:0 20px;
  background:url(/images/nav/home-icon.png) center no-repeat;
  text-indent:-6000px;
}
  ul#mainNav li#NavItem_Home.navCurrent,
  ul#mainNav li#NavItem_Home a:hover {background:rgba(255,255,255,.2) url(/images/nav/home-icon.png) center no-repeat}

ul#mainNav li a:hover, 
ul#mainNav li a.hover {background:rgba(255,255,255,.2);border:1px solid #ccc;border-width:0 1px;}
  ul#mainNav li a:hover:after {
    content:"";
    position:absolute;
    bottom:-9px;
    right:35%;
    width:27px; 
    height:17px;
    background:url(/images/nav/pointer.png) center no-repeat;
    z-index:9999;
  }

  ul#mainNav li.hover a, 
  ul#mainNav li.hover a.hover {
      background:rgba(255,255,255,.2);
      border:1px solid #ccc;
      border-width:0 1px;
  }
  ul#mainNav li.hover a:after {
      content:"";
      position:absolute;
      bottom:-9px;
      right:35%;
      width:27px; 
      height:17px;
      background:url(/images/nav/pointer.png) center no-repeat;
      z-index:9999;
  }

  ul#mainNav li#NavItem_Home a:after,
  ul#mainNav li#NavItem_Home.navCurrent a:after {right:15%}

/*#NavigationHorizontal ul li ul {
  display: none;
}

#NavigationHorizontal ul.subnav_content { 
  position:absolute; 
  width:230px;
  min-height:15px;
  background:#FFF;
  border-bottom:1px solid #444;
  padding:0;
  z-index:9999;
  line-height:1em;
}
  #NavigationHorizontal ul.subnav_content li {
    padding:0;
    margin:0;
    border-bottom:1px solid #444;
    position:relative;
    font-size:12px;
    float:none;
  }
    #NavigationHorizontal ul.subnav_content li a {
      display:block;
      height:15px;
      white-space:nowrap;
      padding:7px 10px;
      margin:0;
      text-decoration:none;
      text-indent:0;
      font-family:Arial, Helvetica, sans-serif;
      font-weight:normal;
      text-transform:none;
      color:#111;
      line-height:1em;
      border:0;
    }
      #NavigationHorizontal ul.subnav_content li a:hover { 
        padding:7px 10px;
        margin:0;
        text-decoration:underline;
      }    
      #NavigationHorizontal ul.subnav_content li.searchItem a { 
        background:url(/images/icons/navmag.gif) no-repeat 6px 7px;
        padding:7px 10px 7px 24px;
      }*/
    
        
/* location styles */

body#Location #Comments {
	margin-top: 20px;
	}

#LocationSponsoredDetails, 
#LocationRestaurantDetails { 
	line-height: 1.4em;
	font-size: 1.3em;
	color: #333;	
	margin-bottom: 20px;		
}
#LocationRestaurantDetails p { 
    line-height: 1.4em;
    padding: 0;
    margin: 0;
}

div#LocationRestaurantDetails p.tags {
  padding: 0;
  margin: 1em 0;
  line-height:1.4;
}
div#LocationRestaurantDetails.MainColumn p.tags {
background:none;
font-size:1em;
}
div#LocationRestaurantDetails p.tags strong {
	font-weight:bold;
}
div#LocationRestaurantDetails .DiningPriceKey {
font-weight:bold;
}

div#LocationRestaurantDetails ul.locationMenuCoupon {
    margin:20px 0;
  }

div#LocationRestaurantDetails ul.locationMenuCoupon li { 
	list-style-type: none; 
	} 

div#LocationRestaurantDetails ul.locationMenuCoupon li a {
  display:inline;
	padding: 8px 12px 8px 26px;
	margin:0;
	border-radius: 4px;
	font-weight: bold;
	background: #a0a627 url(/foundation/images/icons/pdf-small.gif) 10px center no-repeat;
	color: #fff;
	} 
div#LocationRestaurantDetails ul.locationMenuCoupon li a:hover { 
	text-decoration:none;
	background-color:#777C19; 
	}  

  #LocationRestaurantDetails ul br {display:none !important;}

#LocationRestaurantDetails ul {
margin-left:0em; /* for menu link */
padding-left:0em; /* for menu link */
font-size:1.1em;
line-height:1.4;
}
  #LocationRestaurantDetails ul li {list-style-type:disc;}
  
  #RelatedLocationsbyMaster {line-height:1.4;}
    #RelatedLocationsbyMaster h3 {
      font-size:21px;
      font-weight:bold;
      background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
    }
      #RelatedLocationsbyMaster h3 span {
        padding-right:2em;
        background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
      }
      
#RelatedLocationsbyMaster ul {
	margin: 15px 0 0 0;
	}
	
	#RelatedLocationsbyMaster ul ul {
	margin: 5px 0 15px;
	}
}
#RelatedLocationsbyMaster li.vcard {
    }

  
div#LocationMovieTimes ul.filmTimes {
  float: none;
  width:auto !important;
  font-size: 1.2em;
  line-height:1.3;
}
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 20px;}
div#LocationMovieTimes ul.filmTimes .listTeaser {overflow:hidden;}
div#LocationMovieTimes ul.filmTimes span.filmDate {font-weight: bold;}

/* ------------------------------------------------------------------ */

h1#sectionHeader_views { 
  width: 91px;
  background-image: url(/images/sections/large/views.gif); 
}
h1#sectionHeader_screen { 
  width: 103px;
  background-image: url(/images/sections/large/screen.gif); 
}
h1#sectionHeader_cuisine { 
  width: 103px;
  background-image: url(/images/sections/large/cuisine.gif); 
}
h1#sectionHeader_music { 
  width: 94px;
  background-image: url(/images/sections/large/music.gif); 
}
h1#sectionHeader_news { 
  width: 86px;
  background-image: url(/images/sections/large/news.gif); 
}
h1#sectionHeader_arts { 
  width: 85px;
  background-image: url(/images/sections/large/arts.gif); 
}
h1#sectionHeader_scene { 
  width: 136px;
  background-image: url(/images/sections/large/scene.gif); 
}

h1#sectionHeader-livemusic {
  width: 187px;
  background-image: url(/images/sections/med/livemusic.gif); 
  padding-bottom: 5px;
  text-indent: -6000px;
}
h1#sectionHeader-readerreviews {
  width: 187px;
  background-image: url(/images/sections/med/reader.gif); 
  padding-bottom: 5px;
  text-indent: -6000px;
}
h1#sectionHeader-thingstodo {
  width: 187px;
  background-image: url(/images/sections/med/thingstodo.gif); 
  padding-bottom: 5px;
  text-indent: -6000px;
}


h2#sectionHeader_BookReviews {
  width: 98px;
  background-image: url(/images/sections/med/book_reviews.gif);
}
h2#sectionHeader_booksArchives {
  width: 112px;
  background-image: url(/images/sections/med/books_archives.gif);
}
h2#sectionHeader_CDReviews {
  width: 80px;
  background-image: url(/images/sections/med/cd_reviews.gif);
}
h2#sectionHeader_DVDReviews {
  width: 89px;
  background-image: url(/images/sections/med/dvd_reviews.gif);
}
h2#sectionHeader_filmArchives {
  width: 99px;
  background-image: url(/images/sections/med/film_archives.gif);
}
h2#sectionHeader_foodArchives {
  width: 161px;
  background-image: url(/images/sections/med/food_archives.gif);
}
h2#sectionHeader_musicArchives {
  width: 112px;
  background-image: url(/images/sections/med/music_archives.gif);
}
h2#sectionHeader_newsArchives {
  width: 108px;
  background-image: url(/images/sections/med/news_archives.gif);
}
h2#sectionHeader_theaterArchives {
  width: 127px;
  background-image: url(/images/sections/med/theater_archives.gif);
}
h2#sectionHeader_visualartArchives {
  width: 146px;
  background-image: url(/images/sections/med/visart_archives.gif);
}

/* ------------------------------------------------------------------ */


div#SectionTeaserHomeKidsVT h3 {
    position: relative;
}
div#SectionTeaserHomeKidsVT h3::after{
content: url(/images/icons/features-icon_kidsvt.png);
    display: block;
    position: absolute;
    top: -3px;
    right: 5px;
    border-radius: 100%;
    box-shadow: 1px 1px 3px #777;
}
.archiveListing.kidsvt {
 display: none
}




h1.sectionHeader { 
    float: left; 
    margin-right:10px;
}


.headerLandingSearchLink {
  display: block;
  float: left;
  height: 23px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 14px;
  text-indent: -6000px;
}


.lead {
  margin-bottom: 20px;
}
  .lead .storyImg { 
    width: 420px;
    margin-bottom: 15px;
  }
  .lead .headline {
    font-size: 16px;
  }
    
.stack {
  clear: both;
  margin-bottom: 25px;
}
  .stack .follow {
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dedede;
    text-align: left;
  }
    .stack .follow .storyImg {
      float: left;
      width: 75px;
      margin-right: 10px;
    }
    .stack .follow h4.subheadline { display: inline; }
  
.triptych { 
  padding: 15px 0;
  border-top: 1px solid #dedede;
  }
  .triptych .follow {
    float: left;
    width: 124px;
    margin-right: 24px;
  }
    .triptych .follow .storyImg {
      width: 124px;
      margin-bottom: 10px;
    }
  .triptych #lastTriptychStory {
    margin: 0;
  }

.readmore {
  font-size: 10px;
}

li.readmore, p.readmore {
  padding-top: 7px;
  margin-top: 0;
  text-align: right;
  font-size: 10px;
}



/* ------------------------------------------------------------------ */

div#Story p, 
div#StoryLayoutJr p {
  color: #232323;
  line-height: 1.75em;
}
div#Story p.moreArticles {
    text-align: right;
}


div#RelatedEvents .date {
    font-weight: bold;
}

div#BlogButtons ul { padding-bottom: 0; }
  div#BlogButtons ul li { margin-bottom: 10px; }
    div#BlogButtons ul li a { 
      display: block;
      height: 45px;
      text-indent: -6000px;
      background-repeat: no-repeat;
    }

a#searchStartOver {
  display: block;
  width:82px;
  height:24px;
  background: url(/images/buttons/startover.png) no-repeat;
  margin: 10px auto 0;
  text-indent: -6000px;
}

div#directionsForm {
  background: #ffffcc;
  margin-top: 10px;
  border-top: 1px solid #ffff00;
  border-bottom: 1px solid #ffff00;
  font-size: 11px;
}
  div#directionsForm input.text { font-size: 12px; }


/* Features Icons */
div.FeaturesIcons {
  height:14px;
  margin:5px 0;
  display:inline;
  padding-right:3px;
}
div.FeaturesIcons a span {
  display:block;
  float:left;
  margin:0 4px 0 0;
  text-indent:-6000px;
  height:12px;
  width:12px;
}
.SpanningIsland div.FeaturesIcons {display:none;}
  
  div.FeaturesIcons a.FeaturesIcons_image span,
  div.FeaturesIcons a.FeaturesIcons_inside_chittenden_county span,
  div.FeaturesIcons a.FeaturesIcons_outside_chittenden_county span {
    display:none;
  }
  .narrowOptions li a.FeaturesIcons_vt_fresh_network_member,
  div.FeaturesIcons a.FeaturesIcons_vt_fresh_network_member span {
    background:url(/images/icons/features-icon_vfn.png) top left no-repeat;
    background-size:16px;
    width:16px;
    height:16px;
  }
    .narrowOptions li a.FeaturesIcons_vt_fresh_network_member {background-position:left center;padding-left:18px;background-size:14px;}
    
  div.FeaturesIcons a.FeaturesIcons_editor_s_pick span  {
    background:url(/images/icons/sevendays_staff_icon.png) top left no-repeat;
    background-size:14px;
    width:14px;
    height:14px;
  }
  div.FeaturesIcons a.FeaturesIcons_staff_picks span {
     background:url(/images/icons/staff-pick.png) top left no-repeat;
      background-size:16px;
      width:16px;
      height:16px;
  }
  div.FeaturesIcons a.FeaturesIcons_critic_s_choice span {
    background:url(/images/icons/features-icon_staff_pick.gif) top left no-repeat;
    width:17px;
  }
  div.FeaturesIcons a.FeaturesIcons_members_pick span {
    background:url(/images/icons/features-icon_members_pick.gif) center no-repeat;
    width:16px;
    height:16px;
  }
  
  div.FeaturesIcons a.FeaturesIcons_vanguard_press span {
    background:url(/images/icons/features-icon_vanguardpress.png) center no-repeat;
    width:16px;
    height:16px;
  }
  div.FeaturesIcons a.FeaturesIcons_kids_vt span {
    background: url(/images/icons/features-icon_kidsvt.png) center no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    border-radius: 100%;
    box-shadow: 1px 1px 2px rgba(22,22,22,.5);
  }
  div.FeaturesIcons a.FeaturesIcons_vermont_times span {
    background:url(/images/icons/features-icon_vermonttimes.png) center no-repeat;
    width:16px;
    height:16px;
  }
  div.FeaturesIcons a.FeaturesIcons_tickets_available span {
    background:url(/images/icons/features-icon_ticket.png) center no-repeat;
    width:16px;
    height:16px;
  }
  
  div.FeaturesIcons a.FeaturesIcons_user_submitted span {
    background:url(/images/icons/features-icon_user_pick.gif) top left no-repeat;
    width:12px;
    height:11px;
  }
  div.FeaturesIcons a.FeaturesIcons_sponsor span {
    background:url(/images/icons/features-icon_sponsor.png) top left no-repeat !important;
      width: 16px !important;
    height:16px;
  }
  div.FeaturesIcons a.FeaturesIcons_sponsored span {
    background:url(/images/icons/sponsored.png) top left no-repeat;
    width:16px;
    height:16px;
  }
  div.FeaturesIcons a.FeaturesIcons_menu span {
    background:url(/images/icons/features-icon_menu.png) top left no-repeat;
    width:16px;
    height:16px;
  }
  div.FeaturesIcons a.FeaturesIcons_special_event__galleries_ span {
    background:url(/images/icons/features-icon_special_event.gif) top left no-repeat;
  }

  div.FeaturesIcons a.FeaturesIcons_video span {
    background:url(/images/icons/features-icon_video.png) top left no-repeat;
    width:16px;
    height:16px;
  }
  div.FeaturesIcons a.FeaturesIcons_audio span {
    background:url(/images/icons/features-icon_audio.png) top left no-repeat;
    width:16px;
    height:16px;
  }
  div.FeaturesIcons a.FeaturesIcons_slideshow span {
    background:url(/images/icons/features-icon_slideshow.png) top left no-repeat;
    width:16px;
    height:16px;
  }
  div.FeaturesIcons a.FeaturesIcons_recommended_reading span {
    background:url(/images/icons/features-icon_recommended_reading.png) top left no-repeat;
    width:16px;
    height:16px;
  }
  div.FeaturesIcons a.FeaturesIcons_recommended span {
    background:url(/images/icons/features-icon_recommended.gif) top left no-repeat;
    width:10px;
  }
  div.FeaturesIcons a.FeaturesIcons_opening__theater_and_galleries_ span {
    background:url(/images/icons/features-icon_opening.gif) top left no-repeat;
  }
  div.FeaturesIcons a.FeaturesIcons_new_review__theater_and_comedy_ span {
    background:url(/images/icons/features-icon_new.gif) top left no-repeat;
  }
  div.FeaturesIcons a.FeaturesIcons_free span {
    background:url(/images/icons/features-icon_free.gif) top left no-repeat;
    width:19px;
    height:14px;
  }
  div.FeaturesIcons a.FeaturesIcons_closing__theater_and_galleries_ span {
    background:url(/images/icons/features-icon_closing.gif) top left no-repeat;
  }
  div.FeaturesIcons a.FeaturesIcons_all_ages span {
    background:url(/images/icons/features-icon_all_ages.gif) top left no-repeat;
  }
  div.FeaturesIcons a.FeaturesIcons_early_warnings__music_ span,
  div.FeaturesIcons a.FeaturesIcons_the_list__music_ span,
  div.FeaturesIcons a.FeaturesIcons_the_short_list__theater_ span {
    display:none;
  }
  
  li.ArticleSearchNarrowByContentFeatures.recommended_reading {
  text-indent: 20px;
  }
  li.ArticleSearchNarrowByContentFeatures.recommended_reading   div.FeaturesIcons a.FeaturesIcons_recommended_reading span {
  margin-top: -12px;
  height: 32px;
  }
div#ProfileBrowseSavedLocations div.locationListing,
div#ProfileBrowseSavedMembers div.memberListing, 
div#ProfileBrowseSavedEvents div.EventListing,
div#ProfileBrowseLists div.listListing,
div#ProfileBrowseSavedContent div.archiveListing,
body#MemberSearch div.memberListing {
  color: #333;
  padding: 10px;
}
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberThumb,
  div#ProfileBrowseSavedContent div.archiveListing li.archiveImage,
  body#MemberSearch div.memberListing ul.listing li.memberThumb {
    float: left;
    margin-right:10px;
    /* min-width: 50px;
    margin-right: 8px;
    padding:5px;
    background:#eaeaea; */
  }
  body#MemberSearch div.memberListing ul.listing li,
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li {
    color:#444;
    font-size:90%;
  }
  body#MemberSearch div.memberListing ul.listing li.memberName,
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberName {
    font-weight:bold;
    font-size:120%;
    margin-bottom:5px;
  }
    body#MemberSearch div.memberListing.staff ul.listing li.memberName,
    div#ProfileBrowseSavedMembers div.memberListing.staff ul.listing li.memberName {
      display:inline-block;
      height:20px;
      line-height:20px;
      padding-right:24px;
      background:url(/images/icons/sevendays_staff_icon.png) center right no-repeat;
    }

    body#MemberSearch div.memberListing.staff,
    div#ProfileBrowseSavedMembers div.memberListing.staff {
      border-left:3px solid #a0a627;
      padding-left:7px !important;
    }
  
  body#MemberSearch div.memberListing ul.listing li.memberStatus,
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberStatus {
    font-size:110%;
    margin:5px 0;
    font-weight:bold;
  }
  body#MemberSearch div.memberListing ul.listing li.memberStatus span,
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.memberStatus span {
    color:#ff4c00;
  }
  div#ProfileBrowseSavedContent div.archiveListing li.sectionDateInfo {
    margin-bottom: 2px;
    font-size: 11px;
    color: #666;
  }
  
  div#ProfileBrowseSavedMembers div.memberListing ul.listing li.l0 ul li.l1 a { font-weight: bold; }
  
  div#ProfileBrowseSavedEvents div.EventListing div.listing h3 { text-align: left; }
  div#ProfileBrowseLists div.listListing ul li.customItem h5 {
    font-weight: bold;
  }
  div#ProfileBrowseLists div.listListing ul li.customItem li.byline {
    margin-top: 3px;
    letter-spacing: 0;
  }

div#ProfileSettings dl.formElements {
  background: #FFF;
  padding: 10px;
}

div#gridMainColumn div#ProfileBrowseSavedLocations h3.profileGroupHeader, 
div#gridMainColumn div#ProfileBrowseSavedMembers h3.profileGroupHeader,
div#gridMainColumn div#ProfileBrowseSavedEvents h3.profileGroupHeader,
div#gridMainColumn div#ProfileBrowseLists h3.profileGroupHeader,
div#gridMainColumn div#ProfileBrowseSavedContent h3.profileGroupHeader { 
/*  float: left;
  width: 65%;
  text-align: left;
  margin-bottom: 10px;*/
}
div#gridMainColumn div#ProfileBrowseSavedLocations form#sort,
div#gridMainColumn div#ProfileBrowseSavedMembers form#sort,
div#gridMainColumn div#ProfileBrowseSavedEvents form#sort,
div#gridMainColumn div#ProfileBrowseLists form#sort,
div#gridMainColumn div#ProfileBrowseSavedContent form#sort { 
  float: right;
  text-align: right;
  margin-bottom: 10px;
}



/* ------------------------------------------------------------------ */
/* Template Based Overrides */
/* ------------------------------------------------------------------ */


body#Home div#gridMainSidebar1 img.storyImg { margin-bottom: 8px; }

body#EmailFriend h1,
body#ReportComment h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #444;
}
body#EmailFriend p.formSubmit, 
body#MySettings p.formSubmit { text-align: right; }
body#ReportComment p.formSubmit { text-align: left; }

body#EmailFriend dl.formElements dt,
body#ReportComment dl.formElements dt  {
  float: none;
  width: auto;
  min-height: 0;
}
  
body#EmailFriend dl.formElements dd,
body#ReportComment dl.formElements dd {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

body#Section #gridMainColumn .MainColumn {
  margin: 0;
}
body#Section #gridMainSidebar1 div.MainSidebar form {
  padding: 0;
}

body#ArticleArchives .longOnly span.date { display:inline; }

body#PostComment div#loginFormContainer, 
body#PostComment div#passwordReminderContainer {
  float: left;
  width: 370px;
}

body#PostComment div#createAccountContainer,
body#PostComment div#feelingShyContainer {
  float: right;
  width: 370px;
}

/* Profile */

body.ProfilePage div#gridMainSidebarLeft img {

	}



body.ProfilePage div#gridMainColumn li.storyItem {
  /* padding: 10px;
  margin: 10px; */
}    
body.ProfilePage div#gridMainColumn .ratingGraphic {
  margin-bottom: 10px;
}

body.ProfilePage div#currently, 
body#MyProfile div#currently { margin-bottom: 10px; }

body.ProfilePage div#gridMainSidebarLeft,
body#MyProfile div#gridMainSidebarLeft,
body#Favorites div#gridMainSidebarLeft,
body#MyFavorites div#gridMainSidebarLeft, 
body#List div#gridMainSidebarLeft,
body#Lists div#gridMainSidebarLeft,
body#MyLists div#gridMainSidebarLeft,
body#MySettings div#gridMainSidebarLeft,
body#Comments div#gridMainSidebarLeft,
body#MyComments div#gridMainSidebarLeft,
body#EditList div#gridMainSidebarLeft { text-align: center; }

body.ProfilePage div.MainSidebar,
body#MyProfile div.MainSidebar,
body#Favorites div.MainSidebar,
body#MyFavorites div.MainSidebar,
body#List div.MainSidebar,
body#Lists div.MainSidebar,
body#MyLists div.MainSidebar,
body#MySettings div.MainSidebar,
body#Comments div.MainSidebar,
body#MyComments div.MainSidebar,
body#EditList div.MainSidebar {
/*  background: #FFF url(/images/backgrounds/module_bottom.gif) no-repeat bottom;*/
  margin-bottom:10px;
  padding-bottom: 10px;
  text-align: center;
}

/*body.ProfilePage div.MainSidebar h3,*/
body#MyProfile div.MainSidebar h3, 
body#Favorites div.MainSidebar h3,
body#MyFavorites div.MainSidebar h3, 
body#List div.MainSidebar h3,
body#Lists div.MainSidebar h3,
body#MyLists div.MainSidebar h3,
body#MySettings div.MainSidebar h3,
body#Comments div.MainSidebar h3,
body#MyComments div.MainSidebar h3,
body#EditList div.MainSidebar h3 {
/*  background: #555 url(/images/backgrounds/user_info.gif) no-repeat center top;*/
  color: #333;
  font-weight:bold;
  line-height: 1em;
  margin-top: 10px;
  padding: 5px 5px 6px 0;
}
  body.ProfilePage div.MainSidebar h3 img,
  body#MyProfile div.MainSidebar h3 img,
  body#Favorites div.MainSidebar h3 img,
  body#MyFavorites div.MainSidebar h3 img,
  body#List div.MainSidebar h3 img,
  body#Lists div.MainSidebar h3 img,
  body#MyLists div.MainSidebar h3 img,
  body#MySettings div.MainSidebar h3 img,
  body#Comments div.MainSidebar h3 img,
  body#MyComments div.MainSidebar h3 img,
  body#EditList div.MainSidebar h3 img {
    float: left;
    margin-right: 9px;
  }
  
body.ProfilePage div.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.ProfilePage div.MainSidebar p.readmore,
  body#MyProfile div.MainSidebar p.readmore,
  body#List div.MainSidebar p.readmore,
  body#Lists div.MainSidebar p.readmore,
  body#MyLists div.MainSidebar p.readmore,
  body#MySettings div.MainSidebar p.readmore,
  body#MyLists div.MainSidebar p.readmore,
  body#Comments div.MainSidebar p.readmore,
  body#MyComments div.MainSidebar p.readmore { text-align: right; }


body.ProfilePage div.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.ProfilePage div.MainSidebar ul li p,
  body#MyProfile div.MainSidebar ul li p,
  body#Favorites div.MainSidebar ul li p,
  body#MyFavorites div.MainSidebar ul li p,
  body#List div.MainSidebar ul li p,
  body#Lists div.MainSidebar ul li p,
  body#MyLists div.MainSidebar ul li p,
  body#MySettings div.MainSidebar ul li p,
  body#Comments div.MainSidebar ul li p,
  body#MyComments div.MainSidebar ul li p { padding: 0; }

body.ProfilePage div#Reminders,
body#MyProfile div#Reminders {}
  body.ProfilePage div#Reminders h3,
  body#MyProfile div#Reminders h3 {}

/*a.profileFindMore {
  display: block;
  height: 23px;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 10 auto 0;
  text-indent: -6000px;
}
  
div#SavedLocations a.profileFindMore {
  background-image: url(/images/buttons/find_places.gif);
}
div#SavedEvents a.profileFindMore {
  background-image: url(/images/buttons/find_events.gif);
}
div#SavedContent a.profileFindMore {
  background-image: url(/images/buttons/find_stories.gif);
}
div#Friends a.profileFindMore {
  background-image: url(/images/buttons/find_friends.gif);
}*/

div#profileModeMessage h1 {
  padding:10px;
  text-align: right;
  font-size: 1.4em;
  background:#ff9;
  border:none;
}
  div#profileModeMessage h1 span {
    font-weight: bold;
    /*background: #cc0;*/
  }
  div#profileModeMessage h1 a { 
    font-weight: bold; 
    color: #000;
    text-decoration:underline;
  }
  
#LocationTags.Location {/* margin-top:10px!important; */}

body#Location div.MainColumn {
  /* margin: 10px 0; */
}
body#Location div#gridMainColumn #LocationDescription {
	line-height:1.25;
  }
.vcard {
	line-height:1.4em;
	font-size: 1.2em;
}
ul.vcard  {
	margin-bottom: 20px;
}
#RelatedLocations .vcard li {
	margin-bottom: 0;
}
#RelatedLocations .vcard .hidden {display:inline!important;}
#RelatedLocations .vcard .hidden.geo,
#RelatedLocations .vcard .hidden.region,
#RelatedLocations .vcard .hidden.postal-code {display:none!important;}

body#Location .vcard strong,
body#Map .vcard strong, {
	display:none;
	}  

body#Location div#LocationLayout { margin-top: 0; }

body#MySettings dl.formElements { margin-right: 0;border-bottom:6px solid #ccc; }
body#MySettings dl.formElements dd { width: 385px;margin-bottom:10px; }

body#MySettings dl.formElements dd.formLeft,
body#MySettings dl.formElements dd.formRight { 
  width: 175px;
  float:left;
  }
  
body#MySettings dl.formElements dd.interests {
  margin: 10px 0;
  width: 380px;
  }
  body#MySettings dl.formElements dd.interests div.interestsColumn {
    float: left;
    width: 140px;
    margin-right: 10px;
  }
body#MySettings dl.formElements textarea[name="tags"] {
  height: 60px;
}    

body#Page div.MainColumn {
  padding:0;
  margin-bottom: 10px;
}

#storyBody .wufoo-form-container {
	/* margin-top: -30px; */
	}

body.ProfilePage 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.ProfilePage 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.ProfilePage div.MainColumn .readmore,
body.ProfilePage .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 {
display:inline-block;
height:auto;
margin:1em 5px 1em 0; 
padding:6px 8px 4px;
background: #a0a627; 
border-radius:4px;
color:#fff;
font-size:0.9em;
font-weight:bold;
text-align:center;
text-decoration:none;
text-indent:0;
text-transform:uppercase;
float:left;
  }
  
  body.ProfilePage .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;
  color: #fff; 
  }
  body.ProfilePage .readmore a:hover,
  body#MyProfile .readmore a:hover,
  body#Favorites .readmore a:hover,
  body#MyFavorites .readmore a:hover,
  body#List .readmore a:hover,
  body#Lists .readmore a:hover,
  body#MyLists .readmore a:hover { 
  text-decoration: none;
  background-color: #777c19;
  }  

body#Event div#gridMainSidebar, 
body#Location #gridMainSidebar {
/*  padding-top: 10px;*/
}

body#List div#gridMainSidebar {
  width: 180px;
  padding: 0;
  margin: 12px;
}

body#List div#gridMainColumn {
/*  width: 580px;*/
  padding: 10px;
  margin: 10px 10px 10px 0;
}
body#List div#gridMainColumn .MainColumn {
  margin: 0;
}
body#List div#gridMainColumn h3.profileGroupHeader {
  text-align: left;
}

body#EventSearch #gridMainSidebar,
body#MovieTimes #gridMainSidebar,
body#LocationSearch #gridMainSidebar, 
body#DiningSearch #gridMainSidebar,
body#Search #gridMainSidebar,
body#ArticleArchives #gridMainSidebar,
body#IssueArchives #gridMainSidebar,
body#MemberSearch #gridMainSidebar,
body.SearchPage #gridMainSidebar  {
  padding-top:0;
/*  padding-right:0;*/
  margin-left:0;
}
body#MovieTimes div#MovieTimesFilmandTheater {padding:0 10px;}

body#EventSearch #gridMainSidebar select,
body#MovieTimes #gridMainSidebar select,
body#LocationSearch #gridMainSidebar select, 
body#DiningSearch #gridMainSidebar select, 
body#MemberSearh #gridMainSidebar select {
/*    width:133px;*/
}

body#EventSearch #gridMainSidebar #leftEventCalCont select {width:auto;}

body#MovieTimes div#MovieTimesFilmandTheater h4,
body#Film div#MovieTimesFilmandTheater h4 {
  margin:10px 0 0 10px;
}

  #Event .SearchForm {margin:1em 0;}

  #SectionArchives.MainSidebar h2,
  .SearchTerms.subtractiveSelections 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,
  #MovieTimesFilmandTheater h3,
  .NarrowSearchHeader h3,
  .SearchForm h3 {
    position:relative;
    margin-bottom:10px;
    padding: 8px;
    background: #888; /* Old browsers */
    background: -moz-linear-gradient(top,  #999 0%, #343434 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#343434)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #999 0%,#343434 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #999 0%,#343434 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #999 0%,#343434 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #999 0%,#343434 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#989898', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
    color:#fff;
    border-radius:4px;
    font-weight:bold;
    text-transform:lowercase;
  }
    .SearchForm h3 {margin-bottom:20px;}

    #SectionArchives.MainSidebar h2:after,
    #MovieTimesFilmandTheater h3:after,
    .NarrowSearchHeader h3:after,
    .SearchTerms h3:after,
    .SearchForm h3:after {
      content:"";
      position:absolute;
      bottom:-8px;
      right:75%;
      width:0; 
      height:0;
      border-top:8px solid #343434;
      border-left:8px solid transparent; 
      border-right:8px solid transparent; 
    }

  body#EventSearch div#EventsSearchTerms ul,
  body#MovieTimes div#MovieTimesSearchTerms ul,
  body#LocationSearch div#LocationSearchTerms ul, 
  body#DiningSearch div#DiningSearchTerms ul, 
  body#Search div#SearchSearchTerms ul, 
  body#ArticleArchives div#SearchSearchTerms ul, 
  body#IssueArchives div#SearchSearchTerms ul,
  body#ArticleArchives div#ArchivesSearchTerms ul,
  body#MemberSearch div#MemberSearchTerms ul,
  body.SearchPage div#SearchTerms ul {
    padding: 0;
  }
  body#EventSearch div#EventsSearchTerms ul li,
  body#MovieTimes div#MovieTimesSearchTerms ul li,
  body#LocationSearch div#LocationSearchTerms ul li, 
  body#DiningSearch div#DiningSearchTerms ul li, 
  body#Search div#SearchSearchTerms ul li, 
  body#ArticleArchives div#SearchSearchTerms ul li, 
  body#IssueArchives div#SearchSearchTerms ul li,
  body#ArticleArchives div#ArchivesSearchTerms ul li,
  body#MemberSearch div#MemberSearchTerms ul li,
  body.SearchPage div#SearchTerms ul li {
    border-top:1px solid #FFF;
    font-size:11px;
    padding:5px 0;
    color: #000;
  }
    body#EventSearch div#EventsSearchTerms ul li a, 
    body#MovieTimes div#MovieTimesSearchTerms li a, 
    body#LocationSearch div#LocationSearchTerms li a, 
    body#DiningSearch div#DiningSearchTerms li a, 
    body#Search div#SearchSearchTerms li a, 
    body#ArticleArchives div#SearchSearchTerms li a, 
    body#IssueArchives div#SearchSearchTerms li a, 
    body#ArticleArchives div#ArchivesSearchTerms li a, 
    body#MemberSearch div#MemberSearchTerms li a,
    body.SearchPage div#SearchTerms li a {
      float: right;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
    }
    body#Section .flyout_content,
    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 {
      padding:10px;
      background:#eff0e8 none repeat scroll 0%;
      border:2px solid #000;
      border-radius:8px;
      -webkit-box-shadow:4px 4px 8px 0 #000;
              box-shadow:4px 4px 8px 0 #000;
      position:relative;
      z-index:10;
    }
      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;
          line-height:1.4;
        }

.flyout_content td li a {color:#000;}

.flyout_content #yearArchiveFlyout {
  line-height:1.4;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}
  .flyout_content #yearArchiveFlyout li a {color:#000;}
  
a#contactMeButton {
  width: 68px;
  background: url(/images/buttons/contact.gif) no-repeat;
}
a.profileFindMore,
a#becomeAFriendButton,
a#becomeFriendButton.actionButton {
  display:inline-block;
  height:auto;
  margin:1em 0; 
  padding:6px 8px 4px;
  background: #a0a627; 
  border-radius:4px;
  color:#fff;
  font-size:0.9em;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  text-indent:0;
  text-transform:uppercase;
  float:left;
}
  a.profileFindMore:hover,
  a#becomeFriendButton.actionButton:hover {
    background:#777c19;
    color:#fff;
  }

div#Stats ul li { 
text-transform: lowercase;
padding:4px 0;
margin:4px 0;
 }

h1#ProfileHeader {
  background:#fff;
  color: #a0a627;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 12px;
}

div#userNameComponent { 
  clear:both;
  position:relative;
  top:8px;
  background:#eff0e8;
  border-bottom:6px solid #333;
  margin-bottom: 15px;
}

h2#userName {
  float:left;
  font-size:48px;
  line-height:0.5em;
  margin:20px 50px 10px 0;
  padding-left:20px;
  letter-spacing: -.03em;
}
  h2#userName a#userNameLink {
    color:#a0a627;
    font-family:'sentinel a','sentinel b';
    font-weight:600;
    text-decoration:none;
  }
  h2#userName span#memberSince {
    color:#666;
    font-family:helvetica,arial,sans-serif;
    font-size:11px;
    font-weight:normal;
    padding-left:3px;
    width:100%;
    letter-spacing: 0;
  }

ul#badges {
  height:25px;
  margin:26px 0;
  text-align:left;
}
  ul#badges li {
    display: inline;
    vertical-align: middle;
    }

h3.profileGroupHeader,
h2.largeHeader,
body.ProfileComments div#gridMainColumn div#BrowseComments div.commentsHeader h3 {
  background: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
}

body.ProfileComments div#gridMainColumn div#BrowseComments div.commentsHeader { background: none; }

div#userPics {
	margin:35px 0 20px 0 !important;
	max-width:180px;
	}
div#userPics ul.fullsize { 
    padding: 0;
    margin: 0;
  }
    div#userPics ul.fullsize .photoCont a {
      display: block;
      width: 160px;
      background: #FFF;
      padding: 10px;
      text-align: center;
    }
      div#userPics ul.fullsize .photoCont a img { 
        display: block;
        width: 160px; 
        margin: 0 auto;
      }
  div#userPics ul li.photo {
    height: auto;
    padding: 0;
    margin: 0;
  }
  div#userPics .photoGrid {
    margin-top:0;
  }
div#photoEnlarge a {
  background:#FFF;
  padding:3px;
  text-decoration:none;
  font-size:10px;
}
#Photo.Profile .photoMain{
	margin: 35px 0 0 0;
	}
	
#Photo.Profile .photoMain img,
#Photo.ProfileSettings .photoMain img {
	width: 180px;
	height: auto;
	}
#Photo.Profile .flipBook ul {display:none;}

/* It's Happening Tonight */

/*#ItsHappeningTonight table {
  width: 400px;
  margin: 0 0 0 10px;
  float: left;
  border-spacing: 1px;
  border-collapse: separate;
}
  #ItsHappeningTonight table th {
    padding: 5px;
    font-weight: bold;
    font-size: 1.1em;
    background: #e3e3e3;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border-spacing: 1px;
  }
    #ItsHappeningTonight table th.tabSelected {
      color: #bde64a;
      background: #444;
    }
    #ItsHappeningTonight small.happeningTonightSmall {
      font-size:80%;
      text-transform:none;
    }*/
    
/* Home Most Popular Box */

#HomeMostPopular table {
  background: #FFF;
  padding: 10px;
  margin: 10px 0;
  text-align: left;
  border: none;
}
  #HomeMostPopular table th {
    background: #E3EAEB;
    cursor: pointer;
    text-align: center;
    padding: 4px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #444;
    text-transform: uppercase;
  }
    #HomeMostPopular table th:hover {
      background: #147887;
      color: #FFF;
    }
    #HomeMostPopular table th.tabSelected,
    #HomeMostPopular table th.tabSelected:hover {
      background: #FFF;
      border-width: 1px 1px 0 1px;
      border-bottom: none;
      color: #444;
    }
  #HomeMostPopular table tbody {
    border: 1px solid #CCC;
    border-width: 0 1px 1px;
  }
  #HomeMostPopular table td {
    padding: 10px;
  }
  #HomeMostPopular div.tabPanel li.l0 {
    margin-bottom:10px;
  }
  #HomeMostPopular .longOnly span.date {
    display:inline;
    font-size:.8em;
    color:#646568;
  }

/* Location and Event Pages */
body#Location h2.listingsHeader,
body#Map h2.listingsHeader,
body#LocationEvents h2.listingsHeader  { 
	font-size: 1.2em;
	color: #333;
 	border-top: 1px solid #E9E9DF;
 	margin-top: 20px;
 	padding: 15px 0 5px;
}

#GuideDetails_Whatsgood h2.listingsHeader {
	font-size: 19px !important;
}
#GuideDetails_Whatsgood p {
	line-height: 1.4em;
	font-size: 1.3em;
	color: #333;	
	margin-top: 0;
}

body#Location .LocationMetaData,
body#Map .LocationMetaData {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #888;
	}
body#Location .LocationMetaData strong,
body#Map .LocationMetaData strong {
	display: none;
}
body#Location .LocationMetaData strong.tel,
body#Map .LocationMetaData strong.tel {
	display: block;
	font-weight: normal;
}
body#Location .LocationMetaData span.street-address,
body#Map .LocationMetaData span.street-address {
	display: block;
}

#RelatedStoriesLocation span.headingText {
	border: 0 !important;
	}

.Location #LocationBarDetails h2 {
  font-size:16px!important;
  display:inline!important;
  border:none!important;

}
.Location #LocationBarDetails p.tags {
  display:inline!important;
  background:transparent!important;
  font-size:16px !important;

}
#LocationBarDetails {
	margin: 0 !important;
	}

#UpcomingRelatedEvents.Location h2.listingsHeader,
#PastEvents.Location h2.listingsHeader,
#UpcomingEvents.Location h2.listingsHeader,
#LocationMovieTimes.Location h2.listingsHeader {
  margin-bottom:0.25em;
  font-size:21px;
  height:21px;
  line-height:21px;
  font-weight:bold;
  text-transform:lowercase;
  background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
  border: none;
  line-height: 10px;
}

body div.MainSidebar form { padding:0 0 10px; }

div.MainSidebar form input.text {
  padding-left:15px;
  width:110px;
  }
div.MainSidebar form input.submitBtn {
  display:none;
}

div#LocationColumn1 {
  float: left;
  background: #FFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  padding: 10px;
  margin: 10px;
  width: 755px;
}

div#cse-search-results {
  width: 600px;
}
div#cse-search-results iframe {
  width: 600px;
}

div#searchResults, 
div#Location, 
div#Event {
  width:100%;
  float: left;
  margin:0 0 1em;
/*  margin-left:10px;*/
  text-align: left;
}
  #searchResults .more {text-align:right;font-size:1.2em;margin-top:1em;}

body#LocationSearch div#searchResults {
}

div#searchResults p.noMatchesFound {
  padding: 10px;
  color:#f00;
}

body#CommentArchives div#CommentSearchResults div#searchResults {
  background: #EDEEEE;
}
body#CommentArchives div#CommentSearchResults a.memberThumb {
  float: left;
  margin-right: 5px;
  display: block;
}
body#CommentArchives div#CommentSearchResults h4 {
  font-weight: bold;
}
body#CommentArchives div#CommentSearchResults div.ratingGraphic {
  margin-bottom: 10px;
}
body#CommentArchives div#CommentArchivesNarrowHeader form {
  padding: 0;
}
body#CommentArchives div#CommentArchivesNarrowHeader form p {
  clear: both;
  margin: 0;
  padding: 10px 0 0;
}
body#CommentArchives div#CommentArchivesNarrowHeader form select {
  width: 50px;
  font-size: .9em;
  }
  body#CommentArchives div#CommentArchivesNarrowHeader form select.dateDay,
  body#CommentArchives div#CommentArchivesNarrowHeader form select.dateMonth {
    margin-bottom: 5px;
  }
  body#CommentArchives div#CommentArchivesNarrowHeader form select.dateYear {
    width: 50%;
  }
body#CommentArchives div#CommentArchivesNarrowHeader form input {
  clear: both;
  margin-top: 10px;
  background: #000;
  border:1px solid #000;
  clear:both;
  color:#fae201;
  cursor:pointer;
  font-weight:bold;
  margin-top:10px;
  padding:1px 5px;
}
#CommentArchives div.MainSidebar ul.narrowOptions {
  border-left: 0;
}
#CommentArchives ul.narrowOptions li {
  font-size: 12px;
}

div.magnumContainer {
  margin-bottom: 20px;
  position: relative;
}

span.pastEventMessage {
  display: block;
  background: #FF3333;
  padding: 3px 5px;
  margin: 2px 0 10px;
  border: 1px solid #FF0000;
  font-size: 11px;
  color: #FFF;
}

h1.listingTitle,
div.MainColumn h1.listingTitle {
  font-size:18px;
  font-weight:bold;
}

h2.listingsHeader, 
div.MainColumn h2.listingsHeader {
  color:#333;
  font-size:18px;
  font-weight:bold;
  padding:3px 0 4px;
  margin:0;
  text-align:left;
  line-height: 1.1em;
}

ul.locationEvents {
  margin-top: 5px;
}
ul.locationEvents li.l0 {
    margin-bottom: 8px;
  }
ul.locationEvents li.l0 h4 a {
      font-weight:bold;
      text-decoration: none;
      font-size: 1.2em;
      line-height: 1.2em;
    }
body#Location ul.locationEvents li.l0 h4 a,
body#Map ul.locationEvents li.l0 h4 a {
	font-weight:bold;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2em;
    }
    
body#Location p.readmore,
body#Map p.readmore {
	font-size: 14px;
	text-align: left;
}
        
ul.locationEvents li.commentCount {
	font-size: 11px;
}


/* Landing/ToC Pages */

.LandingLayout {
  padding: 20px;  
}

.LandingLayout #LandingFollowStories .stack .byline { white-space: nowrap; }

.LandingLayout #fwMainColumn_item1 {
  float: left;
  width: 420px;
}
.LandingLayout #fwMainColumn_item2 {
  float: right;
  width: 140px;
}
  .LandingLayout #fwMainColumn_item2 .column_item {
    margin-bottom: 25px;
  }  
  
#button_FindBars {
  width: 81px;
  background-image: url(/images/buttons/find_bars.gif);
  margin-left: 10px;
}
#button_FindBooksListings {
  width: 140px;
  background-image: url(/images/buttons/find_books_listings.gif);
}
#button_FindMusicEvents {
  width: 140px;
  background-image: url(/images/buttons/find_music_events.gif);
}
#button_FindMovieTimes {
  width: 123px;
  background-image: url(/images/buttons/find_movie_times.gif);
}
#button_FindVisArtListings {
  width: 167px;
  background-image: url(/images/buttons/find_visart_events.gif);
}
#button_FindPerfListings {
  width: 184px;
  background-image: url(/images/buttons/find_perf_listings.gif);
}
#button_FindPoliticalEvents {
  width: 215px;
  background-image: url(/images/buttons/find_political_events.gif);
}
#button_FindRestaurants {
  width: 130px;
  background-image: url(/images/buttons/find_restaurants.gif);
}
  
.header_landing_interior {
  float: right;
  width: 290px;
  text-align: right;
}  
  .header_landing_interior ul {
    padding: 0;
    margin: 0;
  }
    .header_landing_interior ul li {
      display: inline;
    }


.LandingSpotlightModule { 
  background: url(/images/backgrounds/landing_spotlight.gif) repeat-x left bottom;
  margin-bottom: 25px; 
  border: 1px solid #c0c3c6;
  text-align: center;
}

.headerLandingSpotlightModule {
  background: #e1e6e9 url(/images/backgrounds/landingSpotlight_header.gif) repeat-x left bottom;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c0c3c6;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1em;
}
  .headerLandingSpotlightModule h2, .headerLandingSpotlightModule h2 a {
    float: left;
    margin-top:2px;
  }
  .headerLandingSpotlightModule form {
    float: right;
    width: 200px;
    padding: 0;
    margin: -2px 0 0;
  }
    .headerLandingSpotlightModule form input.searchbox {
      width: 130px;
      vertical-align: middle;
    }
    .headerLandingSpotlightModule form input.submit {
      font-size: 11px; 
      line-height: 1em;
      vertical-align: middle;
    }
    
.footerSpotlightModule { 
  padding: 15px;
  font-size: 14px; 
}
  .footerSpotlightModule form { text-align: left; }

.bodyLandingSpotlightModule {
  position: relative;
  width: 390px;
  background: #FFF;
  padding: 10px 0;
  margin: 0 auto;
  border: 1px solid #c0c3c6;
  text-align: center;
}
  .bodyLandingSpotlightModule .stack .follow {
    padding: 0 10px 10px;
    border: none;
  }

.LandingLayout .scrollableArrow_left, .LandingLayout .scrollableArrow_right { display:none; }

.bodyLandingSpotlightModule_header {
  position: absolute;
  top: -10px;
  width: 388px;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 14px;
  color: #87888a;
}
  .bodyLandingSpotlightModule_header span {
    background: #FFF;
    padding: 0 3px;
    margin: 0 2px;
  }

.MediaReviews {
  position: relative;
  float: left;
  width: 380px;
  margin: 0;
  overflow: hidden;
}

.MediaReviews .scrollable { 
  width: 6000px;
  padding-left:15px;
}

.MediaReviews li {
  float: left;
  width:120px;
  text-align: center;
}
  .MediaReviews li a {
    display: block;
    width: 100px;
    padding: 10px;
    text-decoration: none;
    font-size: 10px;
    line-height: 1.3em;
  }
    .MediaReviews li a:hover { background:#EEE; }
    .MediaReviews li .imgMediaReviews {
      width: 100px;
      margin: 0 auto 8px;
    }
    .MediaReviews li a span.MediaReviews_artist, 
    .MediaReviews li a span.MediaReviews_title { color: #1b1718; }
      .MediaReviews li a span.MediaReviews_title cite { font-style: italic; }
    .MediaReviews li a span.MediaReviews_readLink { 
      font-weight: bold;
      color: #004961; 
      text-transform: lowercase;
    }
    .MediaReviews li a:hover span { color:#C70E0F; }

#MediaReviews_viewAllButton {
  display: block;
  width: 124px;
  height: 22px;
  background: url(/images/buttons/view_all_reviews.gif) no-repeat center center;
  margin: 0 auto;
  text-decoration: none;
  text-indent: -6000px;
}

.storyDate {
  font-size: 10px;
  color: #78787a;
}
  

.columnList li {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.columnList li a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.25em;
}
  .columnList li p { 
    margin: 0; 
    font-size:11px;
  }
  .columnList li ul {
    padding:0;
    margin:0;
  }
    .columnList li ul li { 
      padding:0;
      margin:0 0 5px;
      border:none; 
      font-size:11px;
    }
  
.BandOfTheWeek {
  position:relative;
  padding-top:96px;
  margin:0 0 20px;
  background:url(/images/headers/bandweek.gif) no-repeat;
  font-family:Arial,Helvetica,sans-serif;
  text-align:center;
}

  .BandOfTheWeek a {
    display:block;
    width:140px;
    background:#e57117;
    padding-bottom:5px;
    margin:0 auto;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
    color:#FFF;
  }
    .BandOfTheWeek a:hover { 
      background:#000; 
      color:#FFF;
    }
    .BandOfTheWeek a img { 
      width:138px;
      margin:0 auto 5px;
      border:1px solid #333;
    }  
    
    
/* Review Scroller */
.reviewScroller { 
  height:500px;
  overflow:hidden;
  border-top:2px solid #214f78;
  border-right:2px solid #214f78;
  border-left:2px solid #214f78;
  background:#ececec;
  text-align:left;
  margin:0 auto;
}
  .reviewScroller:hover { background:#fff; }
.scrollerButtons { 
  text-align:center;
  margin:0 auto 15px;
  border-top:1px solid #214f78;
  border-bottom:3px solid #214f78;
  border-right:2px solid #214f78;
  border-left:2px solid #214f78;
}
.scrollerButtons a {
  display:block;
  text-align:center;
  background:url(/images/buttons/play_pause_bg.gif) top left repeat-x;
}
h2.scrollerHead { 
  margin:10px auto 0;
  text-align:left;
  color:#fff;
  font-size:.9em;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-weight:bold;
  padding:0 3px 5px 0;
  text-transform:uppercase;
}
div.scrollerItem { font-size:0.9em;margin:8px 7px;padding:0 0 5px; border-bottom:1px solid #ddd; }
div.scrollerItem p.revHeader { text-align:left;margin:0 0 4px; }
div.scrollerItem p.revHeader strong a { font-size:1.1em;color:#214f78;text-decoration:none; }
div.scrollerItem span.revBy { color:#444; font-size:.8em; }
div.scrollerItem p.revRead { text-align:right; }
div.scrollerItem p.revRead a { text-decoration:none; }  

div.processOutput {
  
}


#columnItemHeader_ReaderReviews  {
  width:121px;
  height:50px;
  background:url(/images/headers/reader_reviews.gif) no-repeat;
  text-indent:-6000px;
}

/* Classifieds Ad of the Week */

#ClassifiedsAdoftheWeek {
  text-align:center;
  padding:8px 0;
  background:#c3e5e2;
}

#ClassifiedsAdoftheWeek #classylist {
  list-style:none;
  padding:4px 0 0 0;
  margin:3px 0 0 0;
  text-align:left;
  border-bottom:1px solid #fff;
}

#ClassifiedsAdoftheWeek #classylist li {
  margin:0;
  display: inline;
  
}

#ClassifiedsAdoftheWeek #classylist li a,
#ClassifiedsAdoftheWeek #classylist li a:visited {  
  color:#4E4E4E;
  display:block;
  font:10px verdana;
  text-decoration:none;
  padding:3px 0 3px 16px;
  vertical-align: bottom;
  margin:0;
  border-top:1px solid #fff;
  background:url(/images/classy_arr.gif) no-repeat 8px 7px;
}

#ClassifiedsAdoftheWeek #classylist li a:hover {
  background:#D1D1C9 url(/images/classy_arr.gif) no-repeat 8px 8px;
}

#ClassifiedsAdoftheWeek #classylist li.pink a,
#ClassifiedsAdoftheWeek #classylist li.pink a:visited {
  background:#fcb9ea url(/images/classy_arr-red.gif) no-repeat 8px 7px;
  color:#d10000;
}
#ClassifiedsAdoftheWeek #classyDoubleSide {
  width:160px;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a {
  display:block;
  float:left;
  width:79px;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
  padding:0;
  line-height:1.3em;
  border-bottom:1px solid #ccc;
  color:#564d3f;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a.wide {
  width:160px;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a.first {
  border-top:1px solid #ccc;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a.left {
  border-right:1px solid #ccc;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a.highlight {
  background-color:#c30;
  color:#fff;
}
#ClassifiedsAdoftheWeek #classyDoubleSide a:hover {
  background:#da2B05;
  color:#fff;
}

#ClassifiedsAdoftheWeek #adoftheday {
  padding:4px;
  margin:4px 6px 3px 6px;
  background:#fff;
  border:2px solid #8DCFB4;
}

#ClassifiedsAdoftheWeek #adoftheday p {
  margin:2px auto;
  color:#4e4e4e;
  width:130px;
  font-size:10px;
  font-style:italic;
  line-height:12px;
}

#ClassifiedsAdoftheWeek .postanad {
  clear:both;
  line-height:8px;
  margin:0;
  padding:0;
}

/* ------------------------------------------------------------------ */
.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:8px solid #eff0e8;
  padding:0;
  background:#fff;
}
  #ArticleArchives #ArchivesAuthorBio h3 {
    font-size:140%;
    font-weight:bold;
  }
#ArticleArchives #ArchivesAuthorBio img {
    float:left;
    margin:0 20px 0 0;
    width: 180px;
    height: auto;
  }
  #ArchivesAuthorBio .email,
  #ArchivesAuthorBio .facebook,
  #ArchivesAuthorBio .twitter,
  #ArchivesAuthorBio .url {
    height:18px;
    margin:0.5em 0 0 5em;
    padding-left:27px;
    line-height:18px;
    overflow:hidden;
  }
  #ArchivesAuthorBio .twitter {height:40px;}
  
    #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 top no-repeat;
    }
    #ArchivesAuthorBio .url {
      background:transparent url(/images/icons/url.png) left center no-repeat;
    }

    body.ProfilePage #gridLeftSidebar #ArchivesAuthorBio {
      text-align:left !important;
    }

    #ArchivesAuthorBio.MainSidebar .email,
    #ArchivesAuthorBio.MainSidebar .facebook,
    #ArchivesAuthorBio.MainSidebar .twitter,
    #ArchivesAuthorBio.MainSidebar .url {
      margin-left:0 !important;
    }


  #ArchivesAuthorBio .bio {
    margin-top:1em;
    line-height:1.4em;
    overflow:hidden;
  }
  

#ArticleArchives #resultsCount,
#MemberSearch #resultsCount {
  text-align:left;
  margin:5px 10px;
  color:#888;
  font-size:.9em;
  border-bottom:1px solid #f3f3f3;
}

#ArticleArchives h4.headline {
  font-size:1.2em;
}

#ArticleArchives li.tags {
  font-size:.8em;
  margin-top:5px;
  coor:#888;
}

#ArticleArchives li.sectionDateInfo {
  font-size:.8em;
  color:#888;
  margin-bottom:5px;
}

#ArticleArchives li.archiveImage,
#IssueArchives li.archiveImage {
  float:left;
  margin:0 10px 0 0;
}

body#IssueArchives #archiveIssueHeader img.archiveIssueCover {
  float:left;
  padding:5px;
  margin:0 20px 0 0;
  border: 1px solid #eff0e8;
  border-radius: 2px;
}

body#Location div.MainColumn br,
body#Map div.MainColumn br {
display: none;
}

body#IssueArchives #searchResults a h4.sectionHeader:hover {
	text-decoration: none;
	border-bottom: none;
}

body#IssueArchives #searchResults h4.sectionHeader {
  text-transform:lowercase;
  font-size:36px;
  margin-top:20px;
  font-family: 'sentinel a','sentinel b', Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #333;
  letter-spacing: -.03em;
  padding-left: 10px;
}
body#IssueArchives #searchResults .archiveListing .byline.catName,
#coverStoryLinks span.coverHeader {
color:#a0a627;
text-transform: uppercase;
font-weight: bold;
font-size: .9em;
}
#coverStoryLinks span.coverHeader {
}
#coverStoryLinks {
border-top: none !important;
margin: 12px 0 20px 0;
border-left: 14px solid #eff0e8;
padding: 10px 40px 0 20px;
}
#coverStoryLinks h4.headline {
font-size: 36px !important;
line-height: 1em;
letter-spacing: -.03em;
}
#coverStoryLinks h4.headline a {
padding: 4px 30px 4px 0;
font-weight: normal;
}

body#IssueArchives #searchResults .archiveListing .headline {
line-height:1.1em;
font-size:18px;
}
body#IssueArchives #searchResults .archiveListing .headline a {
color:#333;
}
body#IssueArchives #searchResults .archiveListing .subhead {display:none;}
body#IssueArchives #searchResults .archiveListing .byline {color:#666;}
body#IssueArchives #searchResults .archiveListing .tags {display:none;}

body#IssueArchives #searchResults ul#yearIssueArchives {
  margin:10px auto;
}


 /* StartBlock IssueArchives SearchResults - xxx - the only difference allowed between any of these styles, is border color */

body#IssueArchives #searchResults li.issueCover {
  /* xxx - need a way to do these rows of covers without an explicit width */
  text-align:center;
  width:30%;
  height:228px;
  border-radius: 3px;
  margin:0 1% 10px;
  float:left;
  font-size:10px;
  padding:3px 0;
  border:1px solid #EFF0E8;
}
  body#IssueArchives #searchResults li.issueCover.special_issue {
    border:1px solid #A0A627;
    }
  body#IssueArchives #searchResults li.issueCover.btv_tourism_magazine {
    border:1px solid #009;
    }
  body#IssueArchives #searchResults li.issueCover.special_issue_nest_home___design_magazine {
    border:1px solid #888;
    }
  body#IssueArchives #searchResults li.issueCover.special_issue_what_s_good_student_guide {
    border:1px solid #ED5637;
    }
    
  body#IssueArchives #searchResults li.issueCover .title a {color:#000;}

.issueCover li a img.archiveIssueCover {display:inline-block;background-color:transparent;
 /*  height:auto */
   }
 /* End Block of IssueArchives SearchResults */

/* ADVERTISER DIRECTORY */
#AdvertiserDirectory {
  padding:10px;
}

#AdvertiserDirectory h1 {
  font:bold 1.8em Arial, Helvetica, sans-serif;
  color:#0077A1;
  text-align:center;
  margin:10px auto 0 auto;
}

#AdvertiserDirectory h2 {
  font:bold 1.6em;
  text-align:center;
  margin:0 auto 10px auto;
}

#AdvertiserDirectory h3 {
  font:bold 1.6em;
  color:#D33000;
  margin:20px 0 0;
}

#AdvertiserDirectory h4 {
  font:bold 1.2em;
  color:#D33000;
  margin:10px 0 0;
}

#AdvertiserDirectory .adCategory {
  background:#f3f3f3;
  padding:0 10px 10px;
  border:1px solid #D33000;
}

#AdvertiserDirectory a.viewLink {
  font-size:1em;
  color:#666;
}

#AdvertiserDirectory .groupcount {
  color:#666;
}

#AdvertiserDirectory ul.addir_subcat {
  font-weight:bold;
  color:#003565;
  font-size:1.2em;
  padding:0 0 0 10px;
}

#AdvertiserDirectory ul.addir_ads {
  font-size:.7em;
  margin:0 0 10px;
  padding:5px 0 5px 15px;
  line-height:1.4em;
  background:#f2f2f2;
}

#AdvertiserDirectory ul.addir_ads li {
  padding:2px 0;
}

/* AdInfo rules */

#Page #AdInfo #adInfoIntro {
  float:left;
  width:400px;
  margin-left:10px;
}

#Page #AdInfo #adInfoRight {
  float:right;
  width:300px;
}

#Page #AdInfo p {
  margin:10px 0;
  font-size:1.2em;
}

#Page #AdInfo fieldset,
#Page #AdInfoForm fieldset {
  border:3px solid #ccc;
  margin:10px 0;
  padding:10px;
}

#Page #AdInfo legend,
#Page #AdInfoForm legend {
  font-size:1.8em;
}

#Page #AdInfo ul {
  list-style-type:circle;
  font-size:1.1em;
  margin:0 5px 5px;
}

#Page #AdInfo #contact p {
  margin:10px;
}

#Page #AdInfoForm {
  clear:both;
  width:350px;
  margin:10px auto;
}

#Page #AdInfoForm p {
  margin:5px 0 5px 15px;
}

#Page #AdInfoForm label {
  display:block;
}

/* BLOGS */

body#Blog div#gridFrame,
body#BlogTopics div#gridFrame {
  width: 620px;
  background: none;
}
body#Blog div#gridSpanningHeader,
body#BlogTopic div#gridSpanningHeader {
  width: 620px;
}
body#Blog div#gridColumnContainer,
body#BlogTopics div#gridColumnContainer {
  width: 620px;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
}
body#Blog div#gridMainColumn,
body#BlogTopics div#gridMainColumn {
  float: none;
  width: auto;
  background: #FFF;
}
body#Blog div#gridMainSidebar1,
body#BlogTopics div#gridMainSidebar1 { display: none; }

body#Blog div.MainSidebar,
body#BlogTopics div.MainSidebar { background-image: none; }
  
ul.blogrollList {
  line-height: 1px;
}
  ul.blogrollList li {
    font-weight: bold;
    margin: 1px 0 2px;
    font-size: 11px;
  }
  ul.blogrollList li a {
    color:#393939;
    display: block;
    font-size: 1em;
    line-height: 1.3em;
    margin: 1px 0pt;
    padding: 0pt 3px 0pt 4px;
    text-decoration: none;
  }

div#thisWeekIn {
  position: relative;
  padding-left: 135px;
  margin-bottom: 10px;
}
div#thisWeekIn h2 {
  position: absolute;
  left: 0;
  top: 5px;
  width: 142px;
  height: 99px;
  background: url(/images/headers/thisweekarrow.gif) no-repeat;
  text-indent: -6000px;
}

div.thisWeekInStories {
  background: #ebf7fe;
  padding: 10px;
  border: 2px solid #217ba5;
  text-align: left;
  overflow: hidden;
}
  div.thisWeekInStories a { text-decoration:none; }

.thisweekin_story {
  float:left;
  width:220px;
  height:86px;
  text-align:left;
  overflow:hidden;
}
  
  #thisweek1 {
    padding-left:;
    }
  #thisweek2 {
    padding-left:10px;
    }  

.img_thisweekin {
  float:left;
  width:85px;
  padding:0;
  margin:0 4px 7px 0;
  border:none;
  }  
.text_thisweek {
  float:left;
  width:130px;
  height:81px;
  font-weight:normal;
  overflow:hidden;
  }
  .text_thisweek .more_in {
    display:block;
    background:url(http://portlandmercury.com/images/horiz_dot.gif) repeat-x left bottom;
    padding-bottom:2px;
    vertical-align:top;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:12px;
    color:#7C7C7C;
    text-transform:uppercase;
    line-height:normal;
    }
    .text_thisweek .more_in a {
      background:url(http://portlandmercury.com/images/blogtown/arrow_thisweek_section.gif) no-repeat left;
      padding-left:12px;
      color:#7C7C7C;
      }
      .text_thisweek .more_in a:hover { color:#DE0021; }  
  .text_thisweek h3 { 
    margin:2px 0 0;
    font-size:12px;
    line-height:13px;
    }  
  .text_thisweek h3 a {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#0075A0;
    }
  .text_thisweek h4 {
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:11px;
    color:#000;
    line-height:normal;
    }


#gridSpanningFeature a {
		color: #a0a627;
}

h2.blogDate {
  	font-size:14px !important /*overrides bootstrap */;
  	background: #333;
    border-radius: 2px;
    clear: both;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 1em;
    padding: 0 8px;
    text-align: right;
    text-transform: uppercase;
}

h3.postTitle {
  font-family:'sentinel a','sentinel b', Georgia, "Times New Roman", Times, serif;
  font-size: 3em;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1em;
  margin: 20px 0 0;
  padding-bottom: 0;
}
h3.postTitle a {color:#333 !important;}
h3.postTitle a:hover {
color:#a0a627 !important;
text-decoration:none;}

a.inlineEdit {
color: #ddd;
}

body#Post h3.subheadline {
	display:none;
}

h4.postedBy {
  font-size:13px !important /*overrides bootstrap */;
	clear: both;
  color: #888;
  font-weight: normal;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
}
  .postedBy .author {
    color: #352710;
    font-weight: bold;
  }

span.postCategory {
  display:block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'proxima-nova',helvetica,arial,sans-serif;
  letter-spacing: 0;
  color: #a0a627;
  line-height: 1.3em;
  margin-bottom: 6px;
  font-weight: 600;
}
span.postCategory a { 
	color:#a0a627 !important; 
	text-decoration: none;
  }
span.postCategory a:hover { 
  text-decoration: underline;
  }

div.blogPost {
  margin: 0 0 40px;
}
  #BlogsBlogPost div.blogPost {border-bottom:none;}

div.blogPost p.extended,
div.blogPost p.fulltext {
	font-weight:bold;
	margin: 0;
	text-align:right;
	}
    div.blogPost p.extended a {}

div.indivArchive div.blogPost { border: none; }

div.postBody {
/*  color: #333;
  line-height: 1.4em; */
  }


.postBody img {
    display: block;
    margin: 0px auto;
  }
  
  .postBody a.pdflink {
    display:block;
    height:52px;
    width:50px;
    text-indent:-7000px;
    background:url(/foundation/images/icons/pdf-large.gif) top left no-repeat;
  }

  
.postLinks {
  border-top: 1px solid #EFF0E8;
	color: #EFF0E8;
  margin: 20px 0 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  line-height: 2em;
}
.postLinks a {}
.page_next a {}  
.page_prev a {}
.keepReading a {}

h3.archiveHead,
h2.archiveHead {
  background-color: #A0A627;
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    padding: 6px 0 2px;
    text-align: center;
    text-transform: uppercase;
}

h3.archiveHead {
	border-radius: 4px;
	font-size: 1.2em;
}

h2.rsslink {
	float:right;
	margin: -20px 10px 0 0;
	}

#BlogsBlogArchives {
	margin-bottom: 20px;
	}

table.archivetable {
  width: 100%;
  margin: 20px 0;
}
  table.archivetable tr.alternate { background: #EEEEEF; }
  table.archivetable td { padding: 5px; }
  table.archivetable td.archlink {
    width: 50%;
  }
    table.archivetable td.archlink a {
      font-weight: bold;
      text-decoration: none;
    }
  table.archivetable td.archcount {
    width: 25%;
    text-align: right;
  }
  table.archivetable td.rsslink {
    width: 25%;
    text-align: right;
  }
div#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; }


/* RSS Feeds page */
body#Syndication div.MainColumn div.storyHead {
  margin-bottom: 0;
}
body#Syndication div#storyBody {
  background: #F0F0F0;
  padding: 10px;
  margin: 10px;
  font-size: .85em;
  float: right;
  width: 30%;
}
body#Syndication div#storyBody h2 {
  font-size: 1.4em;
}

body#Syndication #gridMainColumn div.Syndication {width:33%;float:left;margin-top:1em;}
  body#Syndication #gridMainColumn div.Syndication h2 {font-weight:bold;}
  body#Syndication #gridMainColumn div.Syndication ul li {line-height:1.4;padding-left:0.5em;}
  body#Syndication #gridMainColumn div.Syndication ul li a {
    background: url(/images/rss-small.gif) no-repeat center left;
    padding-left: 17px;
    font-size: 1.2em;
  }

/* Alt Weeklies Widget */
#AltWeekliesDynamic { padding:10px; }
#AltWeekliesDynamic h3 {
  margin-bottom:0.25em;
  font-size:18px;
  font-weight:bold;
  text-transform:lowercase;
  background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
  }
#AltWeekliesDynamic h3 a { text-decoration:none; }
#AltWeekliesDynamic-Results li.byline { margin:0; }
#AltWeekliesDynamic-Results li.storyItem { margin: 0 0 10px; }
#AltWeekliesDynamic-Results li.byline a { font-size:0.8em; }

#AltWeekliesDynamic h3 span.headingText {padding-right:4em!important;}


p.fullInfo {
  font-size:1.1em;
  font-weight:bold;
  padding:5px;
  background:#f3f3f3;
  width:420px;
}
  p.fullInfo a {
    text-decoration:none;
  }

  /* Video Archives */
  body#VideoArchives div#VideoArchiveHeader h1,
  body#ImageArchives div#ImageArchiveHeader h1,
  body#CommentArchives div#CommentSearchResults h1 {
    background: #000000;
    clear:both;
    color:#FFFFFF;
    font-size:14px;
    line-height:1em;
    margin:0;
    padding:8px 10px 9px;
    text-align:left;
  }

  body#VideoArchives #SearchResults h1,
  body#ImageArchives #ImageSearchResults h1 {
    background: #000000;
    clear:both;
    color:#FFFFFF;
    font-size:14px;
    line-height:1em;
    margin:0 0 10px;
    padding:8px 10px 9px;
    text-align:left;
  }
  body#VideoArchives #SearchResults div#searchResults div,
  body#VideoArchives div#RelatedVideos div,
  body#ImageArchives #ImageSearchResults div#searchResults div,
  body#ImageArchives div#RelatedImages div {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
  }

  body#ImageArchives #ImageSearchResults div#searchResults div ul,
  body#ImageArchives div#RelatedImages div ul {
    float: left;
    width: 25%;
    text-align:center;
    }  

  body#VideoArchives #SearchResults div#searchResults div ul,
  body#VideoArchives div#RelatedVideos div ul{
     display: inline-block;
    width: 140px;
    vertical-align: text-top;
}
body#VideoArchives #SearchResults div#searchResults div ul+ul,
body#VideoArchives div#RelatedVideos div ul+ul{
margin-left: 10px
}


    body#VideoArchives #SearchResults div#searchResults div ul li,
    body#VideoArchives div#RelatedVideos div ul li,
    body#ImageArchives #ImageSearchResults div#searchResults div ul li,
    body#ImageArchives div#RelatedImages div ul li {
      padding: 0 10px 3px;
      color: #666;
      font-size: .9em;
    }
    body#VideoArchives #SearchResults div#searchResults div ul li a,
    body#VideoArchives div#RelatedVideos div ul li a,
    body#ImageArchives #ImageSearchResults div#searchResults div ul li a,
    body#ImageArchives div#RelatedImages div ul li a {
      font-size: 1em;
      text-decoration: none;
      font-weight: bold;
    }

  div#VideoRelatedStories h3,
  div#VideoRelatedEvents h3,
  div#VideoRelatedLocations h3,
  div#VideoRelatedFilms h3,
  div#RelatedVideos h3,
  div#RelatedImages h3 {
    border-bottom:1px solid #999999;
    font-size:24px;
    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 {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #EDEDEF;
  }
    body#VideoArchives div#FeaturedVideo div,
    body#ImageArchives div#FeaturedImage div {
      float: left;
      margin-right: 10px;
    }
    body#VideoArchives div#FeaturedVideo h1,
    body#ImageArchives div#FeaturedImage h1 {
      font-size: 21px;
      font-family:'sentinel a','sentinel b';
      font-weight:600;
    }

  div#VideoArchivesNarrowHeader a,
  div#ImageArchivesNarrowHeader a {
    text-decoration: none;
  }
  
  div#ImageArchivesNarrowHeader.MainSidebar ul li form {
    padding: 0;
  }
  div#FeaturedImage a.slideshowLink {
    font-weight: bold;
    text-decoration: none;
  }

/* Newsletter management. */
div#NewsletterSubscriptions {
  margin: 10px;
}
#NewsletterSubscriptions #NewsletterSubscriptionsForm {
  padding:  1em;
}
#NewsletterSubscriptions ul {
  margin: 0 1em;
}
  #NewsletterSubscriptions ul li {
    margin:  0.5em 0;
  }
#NewsletterSubscriptions fieldset {
  border:   1px solid silver;
  padding:  5px;
}
  #NewsletterSubscriptions fieldset legend {
    font-weight:  bold;
  }

  /* Free Stuff */
  body#FreeStuff h2 {
    color: #014895;
    text-decoration: none;
    text-transform: uppercase;
  }

  body#FreeStuff h2,
  body#FreeStuff h3 {
    margin-bottom: 10px;
  }
  body#FreeStuff h3 {
    font-weight: bold;
    font-size: 1.3em;
  }
  body#FreeStuff h4 {
    font-size: 1.15em;
  }
  body#FreeStuff h4.headline a {
    font-size: 1.3em;
    font-weight: bold;
  }
  body#FreeStuff div.PromoTeaser {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  body#FreeStuff div.descr_txt ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 3px;
  }
  body#FreeStuff div.freeStuffMessage {
    background: #F5F5F5;
    margin-bottom: 10px;
    padding: 1px 10px;
  }

  body#FreeStuff hr {
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    background: transparent;
    margin: 20px 0;
  }
  body#FreeStuff div#FreeStuffBreadcrumbs {
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    }
    body#FreeStuff div#FreeStuffBreadcrumbs a {
      color: #666;
      text-decoration: none;
      text-transform: uppercase;
    }
  body#FreeStuff div#FreeStuffItem h1.listingTitle {
    font-size: 2.2em;
    padding: 0 0 3px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Sans-serif;
    letter-spacing: -1px;
  }
  #FreeStuff div.storyItem {
      border-bottom: 2px solid #C8C8C8;
      margin-bottom: 10px;
      padding-bottom: 5px;
  }
  #FreeStuff form {
    margin-top: 10px;
  }
  
#ToolBarHorizontal {
    clear: both;
    margin-bottom: 15px;
    border: 1px solid #eff0e8;
    padding: 8px;
    border-radius: 4px;
    }

#ToolBarHorizontal .last {
	top: 3px;
	}

#ToolBarHorizontal ul li {
      float: left;
      text-align: center;
    }
    #ToolBarHorizontal ul li.first {
      text-align: left;
    }
    #ToolBarHorizontal ul li.last {
      text-align: right;
      }
      #ToolBarHorizontal ul li.last div.addthis_toolbox {
        width: 60px;
        float: right;
      }

      div.tools ul li a.toolIconLink {
        float: left;
        padding-right:5px;
      }
      div#ArticleToolsTools ul li,
      div.tools ul li,
      div.tinyTools ul li {
        clear: both;
      }
      ul.horizontalShareTools {
        clear: both;
        overflow: hidden;
      }
      ul.horizontalShareTools li {
        float: left;
        padding-right: 15px;
      }
      
      a .at-icon-wrapper { 
      	margin: 0 6px -3px !important;
      	}


/* Tall Share Bar */
body#Content div#gridMainColumn #TallBar.MainColumn,
#TallBar {
  clear:both;
  margin:1em;
  padding:0;
  border:1px solid #ccc;
  background: #FFFFFF; /* old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 0%, #F8F8F8 50%, #EEEEEE 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#F8F8F8), color-stop(100%,#EEEEEE)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #FFFFFF 0%,#F8F8F8 50%,#EEEEEE 100%); /* opera */  }
#TallBar ul {margin:0.5em;padding:0.5em;}
#TallBar li {display:inline-block;vertical-align:middle;padding:0 4px;background:transparent;}

/* star rating */
.singleStar {
 background: url("/foundation/images/icons/star_trans.png") no-repeat scroll left top transparent;
 position: absolute;
 height:22px;
 width:23px;
 top:0;                      
}

.ratingContainer {
	position: relative; 
	float: left;
background-color: rgb(255, 255, 255);
	border-radius: 4px;
	padding: 0px 3px;
	margin-left: 15px;
	border: 1px solid #fff;
	
	/* -moz-box-shadow: 0 0 2px #CCCCCC;
	-webkit-box-shadow: 0 0 2px #CCCCCC;
	box-shadow: 0 0 2px #CCCCCC;
	top:-8px; */
}
#readerComments h3 .ratingContainer {
/* margin-left:3px;
top:0; */
}

.ratingDetails {
 font-family:arial;
 color: #666;
 font-size:10px;
 text-align: center;
 text-transform: none;
}
.starsContainer {
 width:115px;height:22px;position:relative;overflow:hidden;background-color:#CCC;
}

.starsContainer .goldStarContainer {
 width:115px;height:22px;position:absolute;background-color:gold;top:0;
}
.commentFormRating .starsContainer:hover .goldStarContainer{
 background-color:gold;
}
.blankStarContainer {
 width:115px;height:22px;position:absolute;top:0;left:0;
}

.blankStarContainerSub {
 position:relative;width:115px;height:22px;
}
.starClickable {
 position: absolute; top: 0pt; width: 23px; height: 22px; cursor: pointer;
}

.starsContainer.med .singleStar {
 background: url("/foundation/images/icons/star_trans_med.png") no-repeat scroll left top transparent;
 height:17px;
 width:18px;
}

#MovieTeaser .starsContainer.med .singleStar {
  background: url("/images/icons/star_trans_med_bg1.png") no-repeat scroll left top transparent;
}

.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;}

.filmShortDetails .starsContainer .goldStarContainer,
.filmShortReview .staffRating .starsContainer
.goldStarContainer { background-color: #a0a627; }

/* non-mobile menu styling */
div#Menu {padding:10px 0;}

div#MenuTeaser {
clear:both;
margin:2em 0;
}
div#Menu ul li,
div#MenuTeaser ul li {clear:both;margin:1em 0;padding-bottom:0.5em;border-bottom:1px dotted #e9e9df;}
div#Menu h2 {
  color:#000;
  font-size:18px;
  font-weight:bold;
  padding:3px 0 4px;
  margin:0;
  text-align:left;
}
div#Menu li h3,
div#MenuTeaser li h3 {margin:0;font-weight:bold;}
div#Menu li p,
div#MenuTeaser li p {margin:0;width:60%;}
div#Menu li span.ui-li-aside,
div#MenuTeaser li span.ui-li-aside {display:block;float:right;width:39%;text-align:right;margin-top:-1em;}
div#MenuTeaser .moreLink {font-weight:bold;}
div#MenuTeaser .providedBy {display:block;float:right;font-size:10px;text-decoration:none;}
#MenuTeaser h2.listingsHeader:before {content: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;}

/**/

#NowPlaying {margin-left:10px;}
/* #NowPlaying h3 {font-size:24px;} */

body#MovieTimes div#NowPlaying ul li.storyItem {
    display: inline-block;
    width: 140px;
    padding: 0;
    text-align: center;
    vertical-align: text-top;
    margin: 0 2px 10px 0;
    overflow: visible;
}

body#MovieTimes div#NowPlaying ul li.storyItem:nth-child(3n) {
  margin-right: 0;
}  

body#MovieTimes div#NowPlaying ul li a {
      color: #a0a627;
      font-size: 14px;
    font-weight: 700

}

#NowPlaying li.storyItem:hover {
  background: #eff0e8;
}

#NowPlaying .storyItem ul {
	width:100px;
	margin:1em auto;
}

#NowPlaying .storyItem li a {
	line-height: 1.2em;
	font-size: 1.5em;
}

#NowPlaying .storyItem li {
	line-height: 1em;
	font-size: .8em;
}

#NowPlaying .storyItem ul a {font-weight:bold;text-decoration:none;}

/**/
div#SocialSearchLogin {width:100%;}
.headerQuickLinks {
float:left;
margin:15px;
color:#fff;
text-transform: uppercase;
}
.headerQuickLinks a {
color:#a0a627;
padding: 0 2px;
}

.headerQuickLinks a:hover {
color:#a0a627;
text-decoration:underline;
}

.tickets a {
background-color: #0088cc;
padding: 4px;
color: #000;
font-weight: bold;
border-radius: 2px;
margin-right: 4px;
}

.tickets a:hover {
color: #fff;
text-decoration: none;
}



/**/
#EventSearchNarrowbyDate7Days {
  position:relative;
  background:rgb(239, 240, 232);
  border-radius:10px;
  margin-bottom:10px;
  margin-right:10px;
  padding:6px;
  text-align:center;
}
#EventSearchNarrowbyDate7Days li {margin:0;}
#EventSearchNarrowbyDate7Days li.flyout_link_parent {position:relative;z-index:11;}
#EventSearchNarrowbyDate7Days li a {
  display:block;
  border-radius:4px;
  color:#fff;
  font-size:1.3em;
  margin:2px;
  padding:6px 0;
  background: rgb(160,166,39); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(160,166,39,1) 0%, rgba(145,151,34,1) 48%, rgba(131,136,29,1) 52%, rgba(119,124,25,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,166,39,1)), color-stop(48%,rgba(145,151,34,1)), color-stop(52%,rgba(131,136,29,1)), color-stop(100%,rgba(119,124,25,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(160,166,39,1) 0%,rgba(145,151,34,1) 48%,rgba(131,136,29,1) 52%,rgba(119,124,25,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(160,166,39,1) 0%,rgba(145,151,34,1) 48%,rgba(131,136,29,1) 52%,rgba(119,124,25,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(160,166,39,1) 0%,rgba(145,151,34,1) 48%,rgba(131,136,29,1) 52%,rgba(119,124,25,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(160,166,39,1) 0%,rgba(145,151,34,1) 48%,rgba(131,136,29,1) 52%,rgba(119,124,25,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a627', endColorstr='#777c19',GradientType=0 ); /* IE6-9 */
}
#EventSearchNarrowbyDate7Days li a:hover {
  text-decoration:none;
  background: rgb(119,124,25); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(119,124,25,1) 0%, rgba(131,136,29,1) 48%, rgba(145,151,34,1) 52%, rgba(160,166,39,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,124,25,1)), color-stop(48%,rgba(131,136,29,1)), color-stop(52%,rgba(145,151,34,1)), color-stop(100%,rgba(160,166,39,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(119,124,25,1) 0%,rgba(131,136,29,1) 48%,rgba(145,151,34,1) 52%,rgba(160,166,39,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(119,124,25,1) 0%,rgba(131,136,29,1) 48%,rgba(145,151,34,1) 52%,rgba(160,166,39,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(119,124,25,1) 0%,rgba(131,136,29,1) 48%,rgba(145,151,34,1) 52%,rgba(160,166,39,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(119,124,25,1) 0%,rgba(131,136,29,1) 48%,rgba(145,151,34,1) 52%,rgba(160,166,39,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777c19', endColorstr='#a0a627',GradientType=0 ); /* IE6-9 */
}
#EventSearchNarrowbyDate7Days li.flyout_link_parent a {
  text-align:center;
  text-transform:lowercase;
}
#EventSearchNarrowbyDate7Days li.selecteddate a {
  background: #888; /* Old browsers */
  background: -moz-linear-gradient(top,  #999 0%, #343434 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#343434)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #999 0%,#343434 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #999 0%,#343434 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #999 0%,#343434 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #999 0%,#343434 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#989898', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
}
#EventSearchNarrowbyDate7Days li.selecteddate a:hover {
  background: #343434; /* Old browsers */
  background: -moz-linear-gradient(top,  #343434 0%, #999999 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343434), color-stop(100%,#999999)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #343434 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #343434 0%,#999999 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #343434 0%,#999999 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #343434 0%,#999999 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}

body#EventSearch div#searchResults div.EventListing:nth-of-type(odd) {}
body#EventSearch div#searchResults div.EventListing:hover {background:#eff0e8;}
body#EventSearch div#searchResults div.EventListing span.eventCategories a {
display:inline-block;
background:#a0a627;
color:white;
padding:2px 4px 0;
border-radius:2px;
text-transform:uppercase;
font-size:10px;
}
body#EventSearch div#searchResults div.EventListing span.eventCategories a:hover {
	background-color: #777c19;
}
body#EventSearch div#searchResults div.EventListing span.eventCategories br {display:none;}
body#EventSearch div#searchResults div.EventListing div.listing div.descripTxt {margin-top:0.75em;}

body#EventSearch div#searchResults div.EventListing div.listing div.eventInfoTxt .eventPhone,
body#EventSearch div#searchResults div.EventListing div.listing div.eventInfoTxt .locationLabel,
body#EventSearch div#searchResults div.EventListing div.listing div.eventInfoTxt .addressLine,
body#EventSearch div#searchResults div.EventListing div.listing div.eventInfoTxt .altTimeDisplay {font-weight:bold;}
body#EventSearch div#searchResults div.EventListing div.listing a.mapLink {/* font-weight:normal;color:#888; */}


body#MovieTimes div#gridSpanningHeader:after,
body#MemberSearch.MemberSearch div#gridColumnContainer:before,
body#ArticleArchives div#gridColumnContainer:before,
body#Section.SectionLandingCustomFood #gridSpanningHeader:after,
body#Section.SectionLandingCustomNest #gridSpanningHeader:after,
body#LocationSearch div#gridColumnContainer #gridSpanningHeader:after,
body#EventSearch div#gridColumnContainer #gridSpanningHeader:after,
body#BestOf div#gridColumnContainer #gridSpanningHeader:after {
  display:block;
  width:646px;
  height:10px;
  margin:0;
  padding:0;
  content:'';
  background:#fff url(/images/backgrounds/search-border-top.png) -4px -4px no-repeat;
  }
  body#MemberSearch.MemberSearch div#gridColumnContainer {margin-top:10px;padding-top:0;}
  body#ArticleArchives div#gridColumnContainer {margin-top:20px;padding-top:0;}

#BestOfNarrowHeader,
#MovieTimesFilmandTheater,
#LocationSearchNarrowHeader {position:relative;}

.SearchForm,
.SearchTerms {
  margin:0 10px 0 0;
  padding: 10px;
  background:#fff;
  position:relative;
}
.SearchTerms {border-left:1px solid #888;}

#BestOfNarrowHeader:before,
#MovieTimesFilmandTheater:before,
body.SectionLandingCustomFood #LocationSearchNarrowHeader:before,
body.SectionLandingCustomNest #LocationSearchNarrowHeader:before,
#EventSearchNarrowbyDate7Days:before,
.SearchForm:before {
  display:block!important;
  visibility:visible!important;
  content:''!important;
  height:16px;
  background:transparent url(/images/backgrounds/search-border-middle-2.png) 0 0 no-repeat;
  width:170px;
  position:relative;
  left:-10px;
  top:-10px;
}
  #EventSearchNarrowbyDate7Days:before {left:-6px;top:-7px;}
  #MovieTimesFilmandTheater:before {top:0;}
  
#BestOfNarrowHeader:after,
#MovieTimesFilmandTheater:after,
body.SectionLandingCustomNest #LocationSearchNarrowHeader:after,
body.SectionLandingCustomFood #LocationSearchNarrowHeader:after,
#EventSearchNarrowbyDate7Days:after,
.SearchForm:after {
  display:block!important;
  visibility:visible!important;
  content:''!important;
  width:3px;
  height:150px;
  background:#fff url(/images/backgrounds/search-border-right-fade.png) 0 0 no-repeat;
  margin:0;
  padding:0;
  position:absolute;
  top:14px;
  right:-11px;
}

#MovieTimesFilmandTheater:after {right:-1px;}

#LocationMetaData {
	margin:20px 0 0 !important;
}

#LocationTags {
	margin: 0 0 20px 0;
}

body#Location #LocationTags {
	margin-top: 20px;
}

body#Location #LocationTags p.tags {
  padding:0;
  font-size:16px;
  line-height:1.4em;
  background:none;
  color: #fff;
  margin-top: 10px;
}
  
body#Location #LocationTags p.tags a { 
	display: block;
	line-height: 0;
}

body#Location #LocationTags p.tags strong {
	display: none;
  }

body#Location #LocationToolsTools {
	float: left;
}

body#Location #LocationToolsTools ul {
	float: left;
	border-left: 1px solid #E9E9DF;
 padding-left: 10px;
}

body#Location #LocationToolsTools > ul > li {
	display: inline-block;
	width: 110px;
}

body#Location #LocationToolsTools > ul > li:last-child {
	width: 300px;
}
  
#LocationMetaData a.url {display:block;}
#LocationMetaData .email {display:none;}
.grayedOut {color:#888;font-style:italic;}

#ArchivesIssueNav {margin-bottom:1em;padding-bottom:0.25em;border-bottom:1px solid #eff0e8;}
#ArchivesIssueNav li:first-child {float:left;}
#ArchivesIssueNav li:last-child {text-align:right;}

#archiveIssueDetails {line-height:1.2;font-size:1.1em;color:#888;}
#archiveIssueDetails .IssueTitle {font-size:1.4em;font-weight:bold;margin-top:1em;color:#000;}

.archiveIssueDescription {
	line-height:1.25em;
	font-family: 'sentinel a','sentinel b',georgia,"times new roman",times,serif;
	font-size: 1.4em;
	font-style: italic;
	}

#archiveIssueHeader {position:relative;}
a.digitalIcon {
display:inline-block;
background: rgb(160,166,39);
padding:6px;color:#fff;
border-radius:4px;
font-weight:bold;
text-decoration:none;
margin-top:0.25em;
/*position:absolute;
right:20px;*/
}

a.digitalIcon:hover {
background-color:#777c19;
}

/* poll component */
div#Poll.SpanningIsland,
div#Poll.MainSidebar {
clear:both;
margin:20px 0;
border:1px solid #ccc;
padding:20px 20px 10px 20px;
border-radius: 3px;
}

div#Poll div.PollTitle {
  margin-bottom:0.5em;
  background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
  text-transform:lowercase;
  font-size:21px;
  font-weight:bold;
}
  div#Poll div.PollTitle span {
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(95%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    padding-right:10px;
    }
      body#Poll div.PollTitle {font-size:3em;font-weight:bold;background:none;text-transform:capitalize;}
      
#Poll div img {margin-left:5px;}
#Poll p {margin:0;}

#Poll p.more {
border: 0;
}

#Poll h3.PollQuestion {
font-family:'sentinel a','sentinel b';
font-size: 1.6em;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 15px;
    }

#Poll .PollChoices {margin-top:0.5em;}
#Poll .PollChoices li {padding-left:1.5em;text-indent:-1.5em;margin-top:10px;
}

#Poll .PollChoices input[type=submit] {
    background: rgb(160,166,39); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(160,166,39,1) 0%, rgba(145,151,34,1) 48%, rgba(131,136,29,1) 52%, rgba(119,124,25,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,166,39,1)), color-stop(48%,rgba(145,151,34,1)), color-stop(52%,rgba(131,136,29,1)), color-stop(100%,rgba(119,124,25,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(160,166,39,1) 0%,rgba(145,151,34,1) 48%,rgba(131,136,29,1) 52%,rgba(119,124,25,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(160,166,39,1) 0%,rgba(145,151,34,1) 48%,rgba(131,136,29,1) 52%,rgba(119,124,25,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(160,166,39,1) 0%,rgba(145,151,34,1) 48%,rgba(131,136,29,1) 52%,rgba(119,124,25,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(160,166,39,1) 0%,rgba(145,151,34,1) 48%,rgba(131,136,29,1) 52%,rgba(119,124,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a627', endColorstr='#777c19',GradientType=0 ); /* IE6-9 */
    border:0;
    padding:4px 6px;
    font-size:1.4em;
    text-transform:lowercase;
    color:#fff;
    font-weight:bold;
    border-radius:4px;
/*    float:left;*/
    margin:10px 0 0 0;
  }
#Poll .PollChoices .more a {
  }

#ShellPollNavigation li {
	font-size: 1.1em;
	margin: 10px 0;
	}

#ShellPollResults .pollItem {float:left;margin:1em 0;padding-bottom:1em;border-bottom:1px dashed #ccc;}
#ShellPollResults .pollItem .listing {width:200px;}
#ShellPollResults .pollItem .rating {float:left;margin-left: 10px;}

#LatestInCategory.SpanningIsland.ContentDefault {margin:1em 0;line-height:1.2;}

#LatestInCategory h3,
#LatestInCategory.SpanningIsland.ContentDefault h3 {
  background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
  font-size:21px;
  font-weight:bold;
  text-transform:lowercase;
  height:21px;
  line-height:21px;
  margin-bottom:0.5em;
}
#TopTopics h2 {
  background:url(/images/backgrounds/six-bar-top-topics.png) right center no-repeat;
  font-size:21px;
  font-weight:bold;
  text-transform:lowercase;
  height:21px;
  line-height:21px;
  margin-bottom:0.5em;
}
#LatestInCategory h3 span,
#LatestInCategory.SpanningIsland.ContentDefault h3 span {
    padding-right:2em;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  }
    #LatestInCategory.ContentFullWidth h3 span {padding-right:3em;}

#LatestInCategory.SpanningIsland.ContentDefault .archiveImage {float:left;margin:0 5px 0 0;}
#LatestInCategory.SpanningIsland.ContentDefault .archiveImage img {width:100px;height:100px;}
#LatestInCategory.SpanningIsland.ContentDefault .storyItem:after {content:'';display:block;clear:both;height:10px;}
#LatestInCategory.SpanningIsland.ContentDefault .storyItem h4 {font-size:1.1em;}
#LatestInCategory.SpanningIsland.ContentDefault .storyItem .subhead {display: none}
body#Content #LatestInCategory.SpanningIsland.ContentDefault .storyItem .subhead {overflow:inherit!important;}

#LatestInCategory.SpanningIsland.ContentDefault .storyItem .byline {
color:#888;
margin-top: 5px;
}
#LatestInCategory.SpanningIsland.ContentDefault .storyItem a.more {display:block;clear:both;margin:0;text-align:right;font-weight:bold;}

#ToolBarHorizontal {
/* border:1px solid #ddd;border-width:1px 0;padding:3px 0; */
}

#ToolBarHorizontal a {color:#888888;}
#ToolBarHorizontal a:hover {color:#a0a627;text-decoration:none;}


#ToolBarHorizontal a.emailAction {
position:relative;
top:3px;
padding-left:22px;
height:16px;
display:block;
background:url(/images/icons/tool-email.gif) bottom left no-repeat;
}

#ToolBarHorizontal a.emailAction:hover {
background:url(/images/icons/tool-email.gif) top left no-repeat;
text-decoration: none;
}

#ToolBarHorizontal a.printAction {
position:relative;
top:3px;
padding-left:20px;
height:16px;
display:block;
background:url(/images/icons/tool-print.gif) bottom left no-repeat;
}

#ToolBarHorizontal a.printAction:hover {
background:url(/images/icons/tool-print.gif) top left no-repeat;
text-decoration: none;
}

#ToolBarHorizontal a.saveAction {
position:relative;
top:3px;
padding-left:20px;
height:16px;
display:block;
background:url(/images/icons/tool-share.gif) bottom left no-repeat;
}

#ToolBarHorizontal a.saveAction:hover {
background:url(/images/icons/tool-share.gif) top left no-repeat;
text-decoration: none;
}

#ArchiveLink .moreArticles {
font-size:12px;
font-weight:bold;
text-align:right;
text-transform:none;
}

/* RECENT BY TAG / SPEAKING OF... */

#RecentByTag {
	clear: both;
	}



/* ABOUT THE AUTHOR */

#AbouttheauthorWrapper {
	width:300px;
	float:left;
	margin-bottom:20px;
}
#MorebyThisAuthorWrapper {
	width:300px;
	float:right;
	margin-bottom:20px;
}
#Abouttheauthor.SpanningFeature.ContentDefault,
#Abouttheauthor.SpanningFeature.BlogPost {
	width:300px;
	float:left;
	line-height:1.2;
	margin:0;
	margin-bottom:10px;
}
#Abouttheauthor.SpanningFeature.ContentDefault h3,
#Abouttheauthor.SpanningFeature.BlogPost h3 {
  font-size:21px;
  margin-bottom:0.5em;
}
#Abouttheauthor.SpanningFeature.ContentDefault h3 span,
#Abouttheauthor.SpanningFeature.BlogPost h3 span {
 	padding-right:3em;
}
#Abouttheauthor.SpanningFeature.ContentDefault img,
#Abouttheauthor.SpanningFeature.BlogPost img {
	float:left;
	margin:0 10px 5px 0;
	width: 115px;
	height: auto;
}
.bio span.label {
	display:none;
}
#Abouttheauthor.SpanningFeature.ContentDefault h4,
#Abouttheauthor.SpanningFeature.BlogPost h4 {
	font-size:1.1em;
}
#Abouttheauthor.SpanningFeature.ContentDefault div,
#Abouttheauthor.SpanningFeature.BlogPost div {
	overflow:hidden;
	line-height:1.3em;
}
#Abouttheauthor.SpanningFeature.ContentDefault .bio,
#Abouttheauthor.SpanningFeature.BlogPost .bio {
	overflow:hidden;
	margin-top:10px;
}
#Abouttheauthor.SpanningFeature.ContentDefault .email a,
#Abouttheauthor.SpanningFeature.BlogPost .email a {
}
#Abouttheauthor.SpanningFeature.ContentDefault .twitter a,
#Abouttheauthor.SpanningFeature.BlogPost .twitter a {
	padding-left:20px;
	background:url(/images/icons/twitter-18x18.png) center left no-repeat;
	background-size:14px;
}
#Abouttheauthor.SpanningFeature.ContentDefault .url a,
#Abouttheauthor.SpanningFeature.BlogPost .url a {
	padding-left:20px;
	background:url(/images/icons/url.png) center left no-repeat;
	background-size:14px;
}

/* MORE BY THIS AUTHOR */

#MorebyThisAuthor.SpanningFeature.ContentDefault,
#MorebyThisAuthor.SpanningFeature.BlogPost {
float:left;
width:300px;
line-height:1.2;
margin:0;
margin-bottom:10px;
}
#MorebyThisAuthor.SpanningFeature.ContentDefault h3,
#MorebyThisAuthor.SpanningFeature.BlogPost h3 {
  white-space:nowrap;
  background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
  font-size:21px;
  font-weight:bold;
  text-transform:lowercase;
  height:21px;
  line-height:21px;
  margin-bottom:0.5em;
}
#MorebyThisAuthor.SpanningFeature.ContentDefault h3 span,
#MorebyThisAuthor.SpanningFeature.BlogPost h3 span {
    padding-right:3em;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  }
#MorebyThisAuthor.SpanningFeature.ContentDefault .archiveImage img,
#MorebyThisAuthor.SpanningFeature.BlogPost .archiveImage img {
float:left;
margin:0 5px 5px 0;
width:50px;
height:50px;
}
#MorebyThisAuthor.SpanningFeature.ContentDefault .storyItem h4,
#MorebyThisAuthor.SpanningFeature.BlogPost .storyItem h4 {
font-size:1.1em;
}

#MorebyThisAuthor.SpanningFeature.ContentDefault .storyItem h4 a,
#MorebyThisAuthor.SpanningFeature.BlogPost .storyItem h4 a {
	/* color:#000; */
}
#MorebyThisAuthor.SpanningFeature.ContentDefault .storyItem h5,
#MorebyThisAuthor.SpanningFeature.BlogPost .storyItem h5 {
	display: none
}
#MorebyThisAuthor.SpanningFeature.ContentDefault .storyItem .byline,
#MorebyThisAuthor.SpanningFeature.BlogPost .storyItem .byline {
	color:#888;
	margin-left:60px;
}
#MorebyThisAuthor.SpanningFeature.ContentDefault .storyItem:after,
#MorebyThisAuthor.SpanningFeature.BlogPost .storyItem:after {
	clear:both;
	content:'';
	display:block;
	margin-bottom:1em;
}
#MorebyThisAuthor.SpanningFeature.ContentDefault .storyItem.more,
#MorebyThisAuthor.SpanningFeature.BlogPost .storyItem.more {
	float:right;
	margin:1em 0;
	width:100%;
	border:0px none;
	padding:0px;
	text-align:right;
	font-weight:bold;
}
#MorebyThisAuthor.SpanningFeature.ContentDefault .storyItem a.more,
#MorebyThisAuthor.SpanningFeature.BlogPost .storyItem a.more {
	display:block;
	text-align:right;
	font-weight:bold;
}

/* ----- */



#RecentByTag.SpanningFeature,
 {
  clear:both;
  width:100%;
  line-height:1.2;
}

#FilmTrailers h2,
#FilmTrailersContent h2,
#FilmTimesByHour h2,
#RecentByTag.SpanningFeature h3,
#WhatsGoodIssuuEmbed h3 {
background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
font-size:21px;
font-weight:bold;
text-transform:lowercase;
height:21px;
line-height:21px;
margin-bottom:0.5em;
border-bottom: 0 !important; /* for movie widgets */
}
#RecentByTag.SpanningFeature h3 span,
#WhatsGoodIssuuEmbed h3 span {
    padding-right:2em;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  }
#RecentByTag.SpanningFeature .storyItem {
float:left;
width:115px;
padding:0;
overflow:hidden;
margin: 0 16px 10px 0;
line-height: 1.3em;
}

#RecentByTag.SpanningFeature .storyItem:nth-child(5) {
border:0;
padding-right:0;
margin-right:0;
}
#RecentByTag.SpanningFeature .storyItem img {
width:115px;
height:auto;
margin: 5px 0;
}
#RecentByTag.SpanningFeature .storyItem h4 {
font-size:1.1em;
padding-bottom: 4px;
}

#RecentByTag.SpanningFeature ul.moduleList h4 a {
	/* color:#000; */
}
#RecentByTag.SpanningFeature .storyItem .byline {color:#888;}
#RecentByTag.SpanningFeature .storyItem.more {clear:both;display:block;width:100%;margin:0 0 2em;text-align:right;font-weight:bold;border:0;padding:0;}

#RecentByTag.SpanningFeature .date {
color: #888;
}
#RecentByTag.ContentFullWidth .storyItem img {float:left;margin:0 10px 10px 0;}

.postBody {
    /* color: #333333; */
    font-family: 'sentinel a','sentinel b',georgia,"times new roman",times,serif;
    font-size:19px;
    line-height: 1.5em;
    margin: 0 0 1em;
    }
    
#Content #storyBody,
.BestOfGuide #storyBody {
	font-family: 'sentinel a','sentinel b',georgia,"times new roman",times,serif;
	font-size: 19px;
	line-height: 1.5em;
    }  
    
#Page #storyBody {
	font-size: 16px;
	line-height: 1.3em; 
	font-family: 'proxima-nova',helvetica,arial,sans-serif;
    }
    
#Content #storyBody p,
.BestOfGuide #storyBody p {
	margin: 0 0 1em;
    }
            
#storyBody p a, 
.postBody a {
font-weight: bold;
}
#storyBody li a,
.postBody li a {
font-weight: bold;
}
#BlogsBlogPost div.postBody br,
#Blog div.postBody br {
line-height: .85em;
/* display:block;
content: "";
margin-top:8px;
-webkit-margin-top:18px;
-moz-margin-top:2%; */
}
    
#storyBody p.question,
.postBody p.question,
 { 
font-weight: 700;
margin-bottom: 0 !important; 
}    


/*#storyBody p.First,#storyBody p:first-child {clear:right;}    */
#StoryHeader.ContentDefault h1 {/*font-size:2em;*/}

.ruleBreak {
border-top:3px solid #eff0e8;
padding-top: 10px;
}

  #storyBody p.Tagline {
  text-align:left;
  }
    #storyBody p.Tagline.Name {
    font-weight:bold;
    margin-bottom: 0 !important;
    }
    #storyBody p.Tagline.Author {
    font-weight:bold;
    margin-bottom: 0 !important;
    }    
    
    #storyBody p.Tagline.Bio {font-style:italic;}
    
    #storyBody p.Tagline.Info {
    text-transform: uppercase;
    	font-family: 'proxima-nova',helvetica,arial,sans-serif; 
    	font-size: .8em;
    	margin: 0 !important;
    }
    
p.Tagline.Info + p.First {margin-top: 1em !important;}
p.Tagline.Bio + p.First {margin-top: 1em !important;}
      
#storyBody p + p.Tagline.Author {
		margin:-20px 0 20px 0 !important;
		font-weight: normal;
		font-style: italic;
}

  #storyBody p.Tagline + p.First {margin-top:2.5em;}
  #storyBody p.Tagline + p.First {margin-top:2.5em;}
  
  #storyBody p.PoemFirst,
  #storyBody p.PoemBody,
  #storyBody p.PoemLast {margin:0;line-height:1.2;margin-left:5em;font-size:1.25em;}
  #storyBody p.PoemLast {margin-bottom:1.5em;}
  
  #storyBody p.BreakHead {
  font-weight:bold;
  margin: 10px 0 0 0 !important;
  font-size: 1.2em;
  }


  
  #storyBody p.BreakHead + p.First {margin-top:0.25em;}

#StoryHeader.ContentDefault h2 {
	font-size:1.4em;
	color: #888;
	margin: 10px 0;
	}



#MapSmall {margin:1em 0 2em;}
#MapSmall h3 {background:url(/images/backgrounds/six-bar-2.png) center repeat-x;font-size:1.4em;font-weight:bold;text-transform:lowercase;height:20px;line-height:20px;margin-bottom:0.5em;}
#MapSmall ul.moduleList {margin:0.25em 0;}
#MapSmall li:first-of-type {float:right;}
#MapSmall .directionsForm {
/*margin:0.75em 0 0;border:1px solid #ccc;padding:10px 10px 0;*/
}
#MapSmall .directionsForm p {margin:0;padding:0;display:inline-block;width:auto;}
#MapSmall .directionsForm label {color:#888;}
#MapSmall .directionsForm input[type=text] {border:1px solid #888;height:20px;width:200px;}

#NearbyLocations {margin:1em 0 2em;}
#NearbyLocations h3 {background:url(/images/backgrounds/six-bar-2.png) center repeat-x;font-size:1.4em;font-weight:bold;text-transform:lowercase;height:20px;line-height:20px;margin-bottom:0.5em;}
#NearbyLocations select {padding:3px 0 2px;border:1px solid #888;}
#NearbyLocations select option {line-height:1.4;}
#NearbyLocations #nearbyContent {line-height:1.4;}

#FriendsEvents,
#FriendsLocation {
margin:2em 0;
}
#FriendsEvents h3,
#FriendsLocation h3 {background:url(/images/backgrounds/six-bar-2.png) center repeat-x;font-size:1.4em;font-weight:bold;text-transform:lowercase;height:20px;line-height:20px;margin-bottom:0.5em;}
#FriendsEvents .memberThumb,
#FriendsLocation .memberThumb {float:left;margin:0 5px 5px 0;}

#FriendsEvents #becomeAFriendButton,
#FriendsLocation #becomeAFriendButton {
/* display:block;
margin:0 25%; */
}

#EventsHistory,
#LocationHistory {margin:1em 0 2em;}
#EventsHistory h3,
#LocationHistory h3 {background:url(/images/backgrounds/six-bar-2.png) center repeat-x;font-size:1.4em;font-weight:bold;text-transform:lowercase;height:20px;line-height:20px;margin-bottom:0.5em;}


#SectionArchives.MainSidebar {width:90%;margin:1em 0;}


/* #SectionArchives.MainSidebar h2:after {
  content:"";
  position:absolute;
  bottom:-12px;
  right:45%;
  width:0; 
  height:0;
  border-top:12px solid #343434;
  border-left:12px solid transparent; 
  border-right:12px solid transparent; 
} */
#SectionArchives.MainSidebar label {
  margin-top:0.25em;
  margin-bottom:0.25em;
  color:#a7ac45;
  font-weight:bold;
  font-size:16px;
  text-transform:lowercase;
}
#SectionArchives.MainSidebar input.searchbox {
  width: 100%;
  height:16px;
  background:none;
  margin:0.5em 0 0.25em;
  padding:3px 0 0 3px;
  border:1px solid #888;
  border-radius:8px;
  font-size:10px;
}
#SectionArchives.MainSidebar select {
  margin:0.25em 0;
}

#EventsPopular.MainSidebar h3,
#EventsRecommended.MainSidebar h3 {
background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
font-size:21px;
font-weight:bold;
text-transform:lowercase;
height:21px;
line-height:21px;
margin-bottom:0.5em;
}

#EventsPopular.MainSidebar .columnList li.eventItem,
#EventsRecommended.MainSidebar .columnList li.eventItem,
#SavedEvents.MainSidebar li.eventItem {
padding:0;
}
#EventsPopular.MainSidebar .columnList li.eventItem h4,
#EventsRecommended.MainSidebar .columnList li.eventItem h4,
#SavedEvents.MainSidebar li.eventItem h4 {
	display:inline;
	line-height: 1.4em;
}

#EventsPopular.MainSidebar .columnList li.eventItem h4 a,
#EventsRecommended.MainSidebar .columnList li.eventItem h4 a,
#SavedEvents.MainSidebar li.eventItem h4 a {
	font-size: 1.2em;
	display:block;
}

#EventsPopular.MainSidebar .columnList li.l0 ul,
#EventsRecommended.MainSidebar .columnList li.l0 ul,
#SavedEvents.MainSidebar li.l0 ul {
	margin: 2px 0 14px;
	padding: 0;
}

/* #EventsRecommended.MainSidebar h3 {background:url(/images/backgrounds/six-bar-2.png) center repeat-x;font-size:21px;font-weight:bold;text-transform:lowercase;height:21px;line-height:21px;margin-bottom:0.5em;}
#EventsRecommended.MainSidebar .columnList li.eventItem {padding:0;border-top:0;border-bottom:1px solid #ddd;}
#EventsRecommended.MainSidebar .columnList li.eventItem h4 {font-size:11px;display:inline;}
#EventsRecommended.MainSidebar .columnList li.eventItem h4,
#EventsRecommended.MainSidebar .columnList li.eventItem a {text-transform:capitalize;}
#EventsRecommended.MainSidebar .columnList li.eventItem h4 a {display:block;} */

#ClosedLocationFlag {background:#c00;padding:4px 0 2px;color:#fff;text-align:center;font-size:1.4em;letter-spacing:0.1em;}
div.commentText.affiliatedComment {background:#fff url(/images/backgrounds/affiliated-comment.png) top left no-repeat;}
div.commentAuthor.affiliatedComment {background:transparent url(/images/buttons/affiliated.png) left 5px no-repeat !important;padding-left:44px !important;}

.commentText p.description {
line-height:1.4em;
}
body.ProfilePage .commentText p.description {
line-height:1.3em;
}



body.ProfilePage .comment .commentText {
	border:1px solid #ccc;
}

body.ProfilePage .comment .commentText.staffComment {
background: none;
}

  .commentText.staffComment {
  background:#fff url(/images/backgrounds/staff-comment.png) top left no-repeat;}
  .commentAuthor.staffComment {
    height:20px;
    line-height:20px;
    padding-left:24px !important;
    background:transparent url(/images/icons/sevendays_staff_icon.png) left center no-repeat !important;
}

#Profile #gridTopSidebar .MainSidebar h3 {
  margin-bottom:0.5em;
  padding-left:0;
  color:#000;
  font-size:1.4em;
  font-weight:bold;
  text-align:left;
  text-transform:lowercase;
  height:20px;
  line-height:20px;
}

#SavedLocations h3,
#SavedEvents h3,
#SavedContent h3,
#ProfileCustomLists h3 {background:url(/images/backgrounds/six-bar-2.png) center repeat-x;}
  #SavedLocations h3 span,
  #SavedEvents h3 span,
  #SavedContent h3 span,
  #ProfileCustomLists h3 span {
    padding-right:2em;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  }

body.ProfilePage .MainSidebar h3,
body.ProfilePage h3.profileGroupHeader, 
body.ProfilePage .MainColumn h3.profileGroupHeader {
  margin-bottom:0.5em;
  padding-left:0;
  color:#000;
  background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
  font-size:1.4em;
  font-weight:bold;
  text-align:left;
  text-transform:lowercase;
  height:20px;
  line-height:20px;
  clear: both; 
}

body.ProfilePage hr,
body.ProfilePage .summary {
	display: none;
	}

body.ProfilePage .MainSidebar h3 {
  margin-bottom:0.5em;
  padding-left:0;
  color:#000;
  font-size:1.4em;
  font-weight:bold;
  text-align:left;
  text-transform:lowercase;
}


body.ProfilePage #Stats h3,
body.ProfilePage #Friends h3
{
background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
}

#ArchivesAuthorBio.Profile h3,
#LinkstoMe.Profile h3 {background:url(/images/backgrounds/six-bar-.png) center no-repeat;}

#Profile #BioFull {
	margin: 10px 0;
	}
  
#Profile #BioFull div.CommentsComponent {
  background:none;
  margin: 0;
  padding: 0;
  }

#Profile #BioFull div.CommentsComponent .commentText {
padding:0;
}
#Profile #BioFull div.CommentsComponent .comment {
padding: 0;
margin: 0;
border: 0;
}

#RecentPosts.Profile .storyItem,
#RecentArticles.Profile .storyItem {
margin-bottom:1em;
line-height:1.4em;
}
#RecentPosts.Profile span.date,
#RecentArticles.Profile span.date {
display: inline;
}
#RecentArticles.Profile .storyItem .headline a {
color:#a0a627;
}

body.ProfilePage div#gridTopColumn {
	width: 420px;
	margin: 20px 40px 0 0;
	border: none;
	padding: 0; 
}

body.ProfilePage div#gridTopSidebar {
	margin-top: 20px;
}
body.ProfilePage div#gridMainSidebarLeft,
body.ProfilePage div#gridLeftSidebar {
	margin: 0 40px 0 0; 
}

body.ProfilePage h4.headline {
	font-size: 1.2em;
}



body.ProfilePage .storyItem {
	margin-bottom: 10px;
	}

.sectionStoriesItem .storyCapsule h5.subhead {font-size:1.1em!important;}

#categoryLead img {float:left;margin:0 10px 10px 0;}
#categoryLead .storyCapsule {overflow:hidden;margin:5px 0 0 0;}
#categoryLead h3.headline {font-size:1.6em;margin-bottom:5px;}
#categoryLead h3.headline a {color:#a0a627;}

#categoryLead .subhead {
line-height:1.3;
margin: 10px 0;
}

#categoryLead p.byline {margin-top:0;}
#categoryLead p.byline .author:after {content:' | ';}

body#Category #gridMainColumn {width:640px!important;}

body#Category.DefaultCategoryTableOfContents #LandingFollowStories .categoryStoriesItem {
padding:10px;
border-bottom: 1px solid #EFF0E8;
}
  body#Category.DefaultCategoryTableOfContents #LandingFollowStories .categoryStoriesItem:hover {background:#eff0e8;cursor:pointer;}
body#Category.DefaultCategoryTableOfContents #LandingFollowStories .storyTeaser {float:left;}
body#Category.DefaultCategoryTableOfContents #LandingFollowStories h3.headline {
font-size:1.25em;
line-height: 1.2em;
margin: 1em 0 .25em;
}
body#Category.DefaultCategoryTableOfContents #LandingFollowStories a {color:#000;}
body#Category.DefaultCategoryTableOfContents #LandingFollowStories .subhead {display:none;}
body#Category.DefaultCategoryTableOfContents #LandingFollowStories p.byline {margin-top:0;}
/*body#Category.DefaultCategoryTableOfContents #LandingFollowStories p.byline .author:after {content:' | ';}*/
body#Category.DefaultCategoryTableOfContents #LandingFollowStories .storyItem a {display:block;text-align:right;color:#a0a627;}


div#EventLocation li.locationItem.vcard {
	border-left: 8px solid #E9E9DF;
	line-height: 1.4em;
	margin-top: 10px;
	padding: 0 0 0 1em;
}
div#EventLocation li.locationItem.vcard h4 {
font-weight:bold;
}
div#EventTags {
margin:1em 0;
}
div#EventLocation.OpenHouses {display:none;}

#EventTools #EventToolsTools.tools ul {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}


.tinyTools li.l0 a.reminderAction {
	padding-left:20px;
background:url(/images/icons/text-me-icon.png) 0 center no-repeat;
}
.tinyTools li.l0 a.icalAction {padding-left:20px;background:url(/images/icons/article_tools/ical.gif) 0px center no-repeat;}

body#Location .LocationMetaData h1.listingTitle,
body#Map .LocationMetaData h1.listingTitle,
body#Event #EventMetaData h1.listingTitle {
font-size:24px;
line-height: 1.0em;
margin-bottom:10px;
color: #333;
}

body#Location .RelatedItem li.locationItem h4,
body#Map .RelatedItem li.locationItem h4 {font-weight:bold;}

#gridAdSidebar #SectionBlogsByTopic,
#gridMainSidebar #SectionBlogsByTopic {
margin:10px 0 20px;
}
#gridAdSidebar #SectionBlogsByTopic h3,
#gridMainSidebar #SectionBlogsByTopic h3 {
  margin-bottom:0.5em;
  padding-left:0;
  font-size:21px;
  font-weight:bold;
  text-align:left;
  text-transform:lowercase;
  height:21px;
  line-height:21px;
  background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
}
#gridAdSidebar #SectionBlogsByTopic h3 span,
#gridMainSidebar #SectionBlogsByTopic h3 span {
    padding-right:3em;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  }
  
#gridAdSidebar #SectionBlogsByTopic .blogTeasers,
#gridMainSidebar #SectionBlogsByTopic .blogTeasers {clear:both;}
#gridAdSidebar #SectionBlogsByTopic .blogTeasers .archiveImage,div#LatestInCategory.BlogArchives .archiveImage,
#gridMainSidebar #SectionBlogsByTopic .blogTeasers .archiveImage,div#LatestInCategory.BlogArchives .archiveImage {float:left;margin:0 10px 5px 0;}
div#LatestInCategory.BlogArchives .archiveImage{clear:left;}
#gridAdSidebar #SectionBlogsByTopic .blogTeasers .storyItem,
#gridMainSidebar #SectionBlogsByTopic .blogTeasers .storyItem {clear:none;}

#gridAdSidebar #SectionBlogsByTopic .blogTeasers .storyItem .headline a
{background:none;padding-left:0;font-size:14px;text-transform:none;}

#gridMainSidebar #SectionBlogsByTopic .blogTeasers .storyItem .headline a {
background:none;
padding-left:0;
font-size:21px;
text-transform:none;
font-weight: normal;
color: #ed0f68;
}
#gridMainSidebar #SectionBlogsByTopic .blogTeasers .storyItem .headline a:hover {
color: #00aeef !important;
}
#gridMainSidebar #SectionBlogsByTopic .teaserItem {
border-top: 1px solid #EFF0E8;
}




div#LatestInCategory.BlogArchives .storyItem {overflow: hidden;
min-height: 108px;}
#gridAdSidebar #SectionBlogsByTopic p.more,
#gridMainSidebar #SectionBlogsByTopic p.more {clear:both;text-align:right;font-weight:bold;}


#StoryInfoBox.ContentDefault h3 {
}
#StoryInfoBox.ContentDefault .infoBoxText p {
	margin:0 0 1em 0;
	font-size:1em;
	line-height:1.3em;
}
#StoryInfoBox.ContentDefault .infoBoxText p a {
	}
  
#gridRightColumn #gridSpanningIsland .SpanningIsland.BlogPost {margin:1em 0 2em;line-height:1.2;}
  #gridRightColumn #gridSpanningIsland .SpanningIsland.BlogPost h3 {background:url(/images/backgrounds/six-bar-2.png) center repeat-x;font-size:21px;font-weight:bold;text-transform:lowercase;height:21px;line-height:21px;margin-bottom:0.5em;}

#gridRightColumn #gridSpanningIsland .SpanningIsland.BlogPost .archiveImage {float:left;margin:0 10px 5px 0;}
 
 
 
  #gridRightColumn #gridSpanningIsland .SpanningIsland.BlogPost .archiveImage img {width:100px;height:100px;}
  #gridRightColumn #gridSpanningIsland .SpanningIsland.BlogPost .storyItem:after {content:'';display:block;clear:both;}
  #gridRightColumn #gridSpanningIsland .SpanningIsland.BlogPost .storyItem h4 {font-size:14px;}
  #gridRightColumn #gridSpanningIsland .SpanningIsland.BlogPost .storyItem h4 a {color:#a0a627;text-decoration:none;}

#gridRightColumn #gridSpanningIsland .SpanningIsland.BlogPost .storyItem .byline,
#gridRightColumn #gridSpanningIsland
.SpanningIsland.BlogArchives ul.moduleList .storyItem .byline {
	color:#888;
	margin: 2px 0 15px;
}


#gridRightColumn #gridSpanningIsland .SpanningIsland.BlogPost .storyItem a.more,
#gridRightColumn #gridSpanningIsland .SpanningIsland.BlogArchives .storyItem a.more,
#gridRightColumn #gridSpanningIsland .SpanningIsland.BlogArchives .componentFooter a.more  {
	display:block;
	clear:both;
	margin:0;
	text-align:right;
	font-weight:bold;
}

  #RecentbyTopic h3.latest {
    background-position:6em center!important;
  }
  #LatestInCategory h3.latestbite_club {
    background-position:9em center!important;
  }

#TopTopics {
	margin-bottom: 20px;
	}



#TopTopics h4 {
	font-size: 14px;
	margin-bottom: 6px;
	}
#TopTopics h4 a {	
	font-weight: bold;
	}
#TopTopics h4 a:hover {
	text-decoration: none;
	color: #777C19;
	}	  
#TopTopics hr {
	display: none;
	}


#SummaryofCategoryorSection p a.Twitter {display:inline-block;width:18px;height:18px;text-indent:-6000px;background:url(/images/icons/twitter-18x18.png) center no-repeat;}
#SummaryofCategoryorSection p a.Facebook {display:inline-block;width:18px;height:18px;text-indent:-6000px;background:url(/images/icons/facebook-18x18.png) center no-repeat;}

#SpecialSectionsLanding {}
#SpecialSectionsLanding .storyCapsuleContainer {padding:10px;border-bottom: 1px solid #EFF0E8;}
#SpecialSectionsLanding .storyCapsuleContainer:hover {background:#eff0e8;}
#SpecialSectionsLanding .storyCapsuleContainer .storyTeaser {float:left;margin-right:10px;}
#SpecialSectionsLanding .storyCapsuleContainer .categoryHeading {font-size:14px;font-weight:bold;}
#SpecialSectionsLanding .storyCapsuleContainer .categoryHeading a {color:#000;}
#SpecialSectionsLanding .storyCapsuleContainer .storyCapsule {overflow:hidden;}
#SpecialSectionsLanding .storyCapsuleContainer h3 {font-size:18px;margin:0.1em 0;}
#SpecialSectionsLanding .storyCapsuleContainer .subhead {display:none;line-height:1.2;margin:0.25em 0 0.5em;}
#SpecialSectionsLanding .storyCapsuleContainer p.byline {margin:0;}
#SpecialSectionsLanding .storyCapsuleContainer p.byline .author:after {content:' | ';}
#SpecialSectionsLanding .storyCapsuleContainer .moreLink {text-align:right;font-weight:normal;}
#SpecialSectionsLanding .storyCapsuleContainer .moreLink a {color:#555;}
#RelatedStoriesLocation {}

#RelatedStoriesLocation h2 {
font-size:21px!important;
text-transform:lowercase;
background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
border:0 !important;
padding-top:0 !important; /*for related stories on location page*/

}
#RelatedStoriesLocation .moduleList {margin:0;padding:0;}
#RelatedStoriesLocation .moduleList>li {
list-style-type:none;
/* padding:10px 0 0 0; */
margin:0;
}
/*  #RelatedStoriesLocation .moduleList li:hover {background:#eff0e8;}*/
#RelatedStoriesLocation .moduleList li h3.storyCategory {display:none;}

#RelatedStoriesLocation .moduleList li h4.headline {
/* TOO LARGE font-size:18px!important;
line-height:1.2; */
}
  #RelatedStoriesLocation .moduleList li h4.headline a {color:#a0a627;}
#RelatedStoriesLocation .subhead {display:none;}

body#Location #RelatedStoriesLocation h5.subhead,
body#Location #RelatedStoriesLocation span.date {display:block!important;}
  body#Location #RelatedStoriesLocation h5.subhead {font-weight:bold;margin:0!important;}
  body#Location #RelatedStoriesLocation span.date {color:#999;}
  body#Location #RelatedStoriesLocation li.byline,
  body#Location #RelatedStoriesLocation li.longOnly,
  body#Location #RelatedStoriesLocation span.date {display:inline-block!important;}
    body#Location #RelatedStoriesLocation span.date:before {content:' | ';}

#LatestVideos h3 {font-size:21px!important;text-transform:lowercase!important;color:#000!important;font-weight:bold;margin-bottom:0.5em;background:url(/images/backgrounds/six-bar-2.png) center repeat-x;}
#LatestVideos hr {display:none;}

#BestOfCategoryHeader h4 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 6px 0;
	float: left;
	clear: both;
		
}
#BestOfSearchTerms li {line-height:1.6;}

#PreviousBestOfWinners {margin:20px 0;}
  #PreviousBestOfWinners h3 {
    background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
    font-size:21px;
    font-weight:bold;
    text-transform:lowercase;
    height:21px;
    line-height:21px;
    margin-bottom:15px;
    clear: both;
  }
#PreviousBestOfWinners li {
font-size: 14px;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 9px;
  }
  
  #PreviousBestOfWinners li a {color:#a0a627;}

#FoundationNetworkFilmReviews {margin:1em 0;padding:10px;border:1px solid #000;}
#FoundationNetworkFilmReviews h2 {text-align:center;text-transform:uppercase;border-bottom:1px solid #000;padding-bottom:5px;}
#FoundationNetworkFilmReviews #additionalReviews a {color:#000;}
#FoundationNetworkFilmReviews #additionalReviews a.addRvwSource {color:#777;font-size:10px;}
#FoundationNetworkFilmReviews a.more {color:#000;}

#FilmTrailers.MainColumn.MovieTimes {clear:both;}
#FilmTimesByHour #FilmTimesByHourDateSelect ul li {
  height:53px!important;
  width:53px!important;
}
#FilmTrailers h2 span {
	font-size: 21px !important;
}
#FilmTimesByHour #FilmTimesByHourDateSelect ul li.month {
  height:55px!important;
  width:55px!important;
  text-align:left;
}
#FilmTimesByHour #FilmTimesByHourDateSelect ul li.month .header {
  float:left!important;
  line-height:55px!important;
}
#FilmTimesByHour #FilmTimesByHourDateSelect ul li.active {
  height:49px!important;
  width:49px!important;
}
#FilmTimesByHour #result_cont {margin-top:15px!important;margin-bottom:15px!important;}


#LocationMovieTimes {clear:both;}
#LatestInTopics h3,
#LocationMovieTimes h2.listingsHeader {
  background:url(/images/backgrounds/six-bar-2.png) center repeat-x;
  font-size:21px!important;
  font-weight:bold;
  text-transform:lowercase;
  height:21px;
  line-height:21px;
  margin-bottom:0.5em;
}
#LatestInTopics h4 {
  font-size:12px;
  font-weight: bold;
	margin-bottom: 3px;
  text-transform: uppercase;
  }
#LatestInTopics ul {
  margin-bottom:0.25em;
  }
#LatestInTopics ul a {
  color:#333;
  }
#LatestInTopics ul li {
  color: #333333;
	font-size: 1.25em;
  line-height: 1.2em;
	margin-bottom: 1em;
  }
#LatestInTopics .more {
	border-top: 1px solid #EFF0E8;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
  }

#LatestInTopics .more a {
	color:#a0a627;
	font-weight: bold;
}


/* google search */
#cse a,
#cse a b,
#cse .gs-visibleUrl {
color:#a0a627!important;
}

.gsc-result .gs-title {
height: auto !important;
}

span.locationPhone img {display:none;}
li.locationRegion a {color:#000;font-weight:bold;}

#archivesInfoBar.searchedFor,
#CommentSearchResults.MainColumn.CommentArchives {
margin-top:24px;
}

#NewestPostsHeader {clear:both;}

#RelatedLocationMap #relatedLocationMap-canvas{
width:640px;
height:300px;
}

/* DESKTOP AND MOBILE */
.pullQuote {
    float: none;
    clear: both;
    margin: 10px 20px;
    padding: 20px;
    font-size:28px;
	font-family: 'sentinel a','sentinel b',georgia,"times new roman",times,serif;
    text-align: center;
    font-weight: 700;
    line-height: 1.2em;
}
div.pullQuote a {
    color: #333!important;
        font-weight: 700;
    text-decoration: none;
}
span.pullname {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display:block;
	    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #666;
    letter-spacing: .03em;
}
.pullQuote .pullQuoteTwitter {
    display: block;
    margin: 10px auto 0;
    line-height: 1;
    color: #999;
    font-size: 12px;
    padding: 1px 20px 1px 0;
    background: url(/foundation/images/icons/twitterSquare.png) 99% center no-repeat;
    background-size: contain;
    font-weight: 400;
    width: 72px;
}
/* SEARCH */

/* LOCAL RESET */

.SearchController * {
  box-sizing: border-box;
}

/* GENERAL
-------------------------------- */
.SearchController .clear-global {
  text-decoration: underline;
}

/* COMPONENT STYLES
-------------------------------- */

/* control bar */

.SearchController .query-controls {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  margin: 1rem 0;
  background: #fff;
  font-weight: 400;
  border: 1px solid rgba(34, 36, 38, .15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
  border-radius: .28571429rem;
  min-height: 2.85714286em;
}

.SearchController .query-controls .filter-link,
.SearchController .query-controls .keyword-search {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: 0 0;
  padding: .92857143em 1.14285714em;
  text-transform: none;
  color: rgba(0, 0, 0, .87);
  font-weight: 400;
  -webkit-transition: background .1s ease, box-shadow .1s ease, color .1s ease;
  transition: background .1s ease, box-shadow .1s ease, color .1s ease;
}

.SearchController .query-controls .filter-link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.SearchController .query-controls .filter-link:hover,
.SearchController .query-controls .keyword-search:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, .03);
  color: rgba(0, 0, 0, .95);
}

#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 .pagination {
}

div#SlideshowSearchController {
  margin:0 0 10px;
  padding: 0;
}

div#SlideshowSearchController a {
  text-decoration: none;
}