/* ------------------------------------------------------------------ */
/* Element Defaults */
/* ------------------------------------------------------------------ */
 
/* These got reset by reset.css. */
p { margin: 1.12em 0 }
strong { font-weight: bold }
em { font-style: italic }

/* Fonts and such. */
body {
  font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 78%;
  color: #222;
  background-color:#fff;
}
html {background-color:#fff;}

a { color: #007baa;text-decoration:none; }
a:hover { color: #C70E0F; }
.error404 {
    padding: 10px;
}
span.at-icon-wrapper {
    margin-right: 2px;
    vertical-align: middle;
}
/* ------------------------------------------------------------------ */
/* Common Class Defaults */
/* ------------------------------------------------------------------ */

/* clearfix - for closing elements containing floats across browsers */
.clearfix:after {
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

a.inlineEdit, span.inlineEdit {
  font-family: Arial, Helvetica, Verdana, sans-serif!important;
  font-weight:normal!important;
  font-size:10px!important;
  color:#999!important;
  text-decoration:none!important;
  text-transform:uppercase;
}
  a.inlineEdit:hover, span.inlineEdit:hover { color:#C70E0F!important; }

.hidden_element { display:none; }
.image_magnify {
  position:absolute;
  top:0;
  right:10px;
  width:16px;
  height:16px;
}
.clicktozoom {
  display:block;
  text-align:right;
  font-size:9px;
  text-decoration:none;
}

.headline, .headline a {
    font-weight: bold;
    text-decoration: none;
}
  .headline a:hover { color: #C70E0F; }



.byline {
    font-family:Arial, Helvetica, sans-serif;
}

.excerpt {                   /* XXX Where is this used? */
    background: #EEEEEF;
    padding: 15px;
    margin: 10px 15px;
    border: 1px dotted #666;
}
.notice
{
    background-color:#FFFFCC;
    margin:0;
    padding:9px;
    text-align:center;
}
.pagination { font-size: 10px; }

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

a.memberThumb {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.commentText {
    overflow-wrap: break-word;
}
/* -- Force lists in blogs to have default list style -- */
.postBody ol li {list-style: decimal inside;}
.postBody ul li {list-style: disc inside;}
.postBody ul li.imageCredit,.postBody ul li.imageCaption {list-style:none;}
/* ---------------------------------------------------- */
.BlogButton {
  display: block;
  width: 140px;
  height: 45px;
  background-repeat: no-repeat;
  text-indent: -6000px;
}


  .sectionHeader a, .sectionHeader span {
    display: block;
    text-indent: -6000px;
  }

h1.sectionHeader {
  height: 22px;
}
  h1.sectionHeader a, h1.sectionHeader span { 
    height: 22px; 
    line-height: 22px;
    }

h2.sectionHeader {
  height: 13px;
}
  h2.sectionHeader a, h2.sectionHeader span { 
    height: 13px; 
    line-height: 13px;
    }



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

div.tools {
    margin-bottom: 5px;
    width: 153px;
    padding: 2px;
    color: #000;
    background: #fff;
    border: 1px solid #CED0CD;
}
div.tools h3 {
    padding: 0px 0;
    border: 1px solid #FFF;
    border-bottom: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: none;
}
div.tools h4 {
    padding: 0 0 3px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
div.tools *+h4 { padding-top: 8px; }

div.tools ul li {
    font-size: 13px;
  }
  div.tools ul li.shareLink {
    padding: 2px 3px;
  }
div.tools ul li a {
    background-repeat: no-repeat;
    background-position: 5px center;
    display: block;
    padding: 4px 0 4px 28px;
    text-transform: uppercase;
    font-size: .8em;
    color: #666;
    text-decoration: none;
}
div.tools ul li * a,
div.tools ul li.shareLink a {
    display: inline;
    padding: 0;
}
div.tools ul li.l1 {
    padding: 5px;
}
div.tools ul li.l0 ul {
    margin-bottom: 5px;
}

  div.tools div.togglePanel {
    padding: 5px;
    background-color: #D3DCDE;
}
  div.horizontalToolsTogglePanel {
    padding: 5px;
    background-color:#E3E2D5;
  }
div.tools div.togglePanel textarea,
div.tools div.togglePanel input[type=text] {
    width: 132px;
    padding: 2px;
    border: solid 1px #ccc;
}
div.tools div.loading {
    /* loader image from ajaxload.info */
    background-image: url(/images/icons/toolsloader.gif);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 0 20px;
}

div.tools a.emailAction {
    background-image: url(/images/icons/article_tools/email.gif);
}
div.tools a.printAction {
    background-image: url(/images/icons/article_tools/print.gif);
}
div.tools a.shareAction {
    background-image: url(/images/icons/article_tools/share.gif);
}
div.tools a.saveAction {
    background-image: url(/images/icons/article_tools/favourites.gif);
}
div.tools a.commentItem {
    background-image: url(/images/icons/article_tools/comment.gif);
}
div.tools a.reminderAction {
    background-image: url(/images/icons/article_tools/remind.gif);
}
div.tools a.favoriteAction {
    background-image: url(/images/icons/article_tools/favourites.gif);
}
div.tools a.listAction {
    background-image: url(/images/icons/article_tools/save.gif);
}
div.tools a.icalAction {
    background-image: url(/images/icons/article_tools/ical.gif);
}
div.tools a.addAction {
    display: block;
    padding: 5px 0 5px 18px;
    background-repeat: no-repeat;
    background-position: 0px center;
    background-image: url(/images/icons/article_tools/add.gif);
}
  div.tools form a.addAction {
    background-image: none;
    padding:5px;
    text-decoration: none;
    color: #FFF;
  }

  div#ToolBarHorizontal {
    margin:10px 0;
  }
  #ToolBarHorizontal.ContentManualFullWidth {
    width:640px;
    margin:10px auto;
  }
  div#ToolBarHorizontal > div {
    display:flex;
    display:-webkit-flex;
    justify-content:space-between;
  }
  div#ToolBarHorizontal > div div {
    width:auto!important;
    flex-grow:1;
  }
  div#ToolBarHorizontal > div .first {flex-grow:2;}
  
  div#ToolBarHorizontal div a {
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8em;
    }
    div#ToolBarHorizontal a.favoriteAction,
    div#ToolBarHorizontal a.saveAction,
    div#ToolBarHorizontal a.emailAction,
    div#ToolBarHorizontal a.printAction {
      display: block;
      float: right;
    }
  div.horizontalTools a.emailAction,
  div#ToolBarHorizontal a.emailAction {
        background: url(/images/icons/article_tools/email.gif) no-repeat;
        padding-left: 20px;
    }
  div.horizontalTools a.printAction,
  div#ToolBarHorizontal a.printAction {
      background: url(/images/icons/article_tools/print.gif) no-repeat;
      padding-left: 20px;
  }
  div.horizontalTools a.shareAction,
  div#ToolBarHorizontal a.shareAction {
      background: url(/images/icons/article_tools/share.gif) no-repeat;
      padding-left: 20px;
  }
  div.horizontalTools a.saveAction, 
  div#ToolBarHorizontal a.saveAction {
      background: url(/images/icons/article_tools/favourites.gif) no-repeat;
      padding-left: 20px;
      display: block;
      height: 15px;
  }
  div.horizontalTools a.commentItem,
  div#ToolBarHorizontal a.commentItem {
      background: url(/images/icons/article_tools/comment.gif) no-repeat;
      padding-left: 20px;
  }
  div.horizontalTools a.reminderAction,
  div#ToolBarHorizontal a.reminderAction {
      background: url(/images/icons/article_tools/remind.gif) no-repeat;
      padding-left: 20px;
  }
  div.horizontalTools a.favoriteAction,
  div#ToolBarHorizontal a.favoriteAction {
      background: url(/images/icons/article_tools/favourites.gif) no-repeat;
      padding-left: 20px;
  }
  div.horizontalTools a.listAction,
  div#ToolBarHorizontal a.listAction {
      background: url(/images/icons/article_tools/save.gif) no-repeat;
      padding-left: 20px;
  }
  div.horizontalTools a.icalAction,
  div#ToolBarHorizontal a.icalAction {
      background: url(/images/icons/article_tools/ical.gif) no-repeat;
      padding-left: 20px;
  }

  div#ArticleToolsHorizontal {
    overflow: hidden;
    padding: 0 10px !important;
  }
    div.horizontalTools {
        background-color:#FFF;
        float:left;
        margin-bottom:10px;
        width:100%;
    }
    div.horizontalTools ul {
        padding:0 8px;
      }
      body.Aurora7Zone div#gridMainColumn div.horizontalTools ul {
        padding: 0;
      }
    div.horizontalTools li.l0 {
        float:left;
        margin:0 10px 0 0;
        padding:1px 10px 1px 0;
        height: 16px;
      }
      div.horizontalTools li.shareLink a {
        display: block;
        float: right;
        padding-top: 2px;
        padding-left: 4px;
        }
        div.horizontalTools li.shareLink a.toolIconLink {
          display: inline;
          float: left;
          padding: 0;
        }
        div.tinyTools li a.toolIconLink {
          float: left;
          padding: 0 5px 0 0 !important;
          background: none !important;
        }
      body.Aurora7Zone div#gridMainColumn div.horizontalTools li.l0 {
        margin:0 2px;
        padding:1px 2px;
        height: 16px;
        }
        body.Aurora7Zone div#gridMainColumn div.horizontalTools li.shareLink a {
          display: block;
          float: right;
          padding-top: 2px;
          padding-left: 4px;
          }
          body.Aurora7Zone div#gridMainColumn div.horizontalTools li.shareLink a.toolIconLink {
            display: inline;
            float: left;
            padding: 0;
          }
      div.horizontalTools li.l0 a {
        text-decoration:none;
        font-size:.85em;
        color: #666;
        text-transform: uppercase;
      }
    div.horizontalToolsTogglePanel {
      width:auto!important;
      height:auto!important;
      padding:10px;
    }
      div.horizontalToolsTogglePanel .toolsInner {
        padding:5px;
      }
        div.horizontalToolsTogglePanel .toolsInner h3 {
          margin:5px 0;
        }
    div.horizontalToolsTogglePanel ul li.l1 {
        background: #FEFEFE;
        padding: 2px;
        margin: 2px 0;
    }
    
div.processOutput {
  background: #ffffcc;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ffff00;
}

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

div.tinyTools {
    float: right;
    font-size: 10px;
    line-height: 1em;
    margin-left: 5px;
    padding: 5px 4px;
    width: 112px;
    border: 1px solid #ccc;
    background: #fff;
}
.archiveListing .tinyTools {
  padding:2px;
  width:auto;
}

div.tinyTools h3,
div.MainColumn div.tinyTools h3 {
    font-size: 10px;
    line-height: 1em;
    font-weight: bold;
    padding: 0;
    border: 0;
    display:none;    
}
div.tinyTools h4 {
    margin: 2px 0 2px 0;
    font-size: 10px;
    font-weight: bold;
}
div.tinyTools ul {
    margin: 3px 0 0 0;
}
div.tinyTools ul li.l0 {
    border-bottom: 0px solid #E3E3E3;
    margin-bottom: 1px;
}
div.tinyTools ul li.l0 a {
  background-repeat: no-repeat;
  display: block;
  padding: 2px;
  color:#666666;
  text-decoration: none;
}
div.tinyTools div.togglePanel ul {
    margin: 0;
}
div.tinyTools div.togglePanel {
    padding: 4px;
}
div.tinyTools div.togglePanel textarea,
div.tinyTools div.togglePanel input[type=text] {
    width: 102px;
    padding: 2px;
    border: solid 1px #ccc;
}

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

div.flipBook {
    position: relative;
}
div.flipBook .credit {
    margin-top: 2px 0 2px 0;
  text-align: right;
  font-family: "Trebuchet MS";
  font-size: 9px;
  text-transform: uppercase;
}
div.flipBook div.photGridWrap {
    text-align: center;
}
div.flipBook div.photoGrid {
    display: inline-block;
    margin-top: 4px;
    border-top: dotted 1px;
    padding: 4px 0 4px 1px;
}
div.flipBook div.photoGrid a,
div.flipBook div.photoGrid a:link,
div.flipBook div.photoGrid a:visited,
div.flipBook div.photoGrid a:hover {
    position: relative;
    float: left;
    text-decoration: none;
    border: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #999;
    margin: 3px 5px 4px 0;
    width: 46px;
    height: 46px;
}
div.flipBook div.photoGrid a:hover {
    width: 50px;
    height: 50px;
    left: -2px;
    top: -2px;
    margin-right: 1px;
    margin-bottom: 0px;
}


/* ------------------------------------------------------------------ */
/* Comments */
/* ------------------------------------------------------------------ */
div.commentsHeader a.feedLink {
  background:transparent url(/images/rss-small.gif) no-repeat top center;
  color:transparent;
  font-size:.7em;
  text-decoration:none;
  text-indent:-6000px;
}

/* ------------------------------------------------------------------ */
/* Inline Images */
/* ------------------------------------------------------------------ */

.contentImageCenter {
  text-align:center;
}
.contentImageRight {
  float:right;
  margin-left:10px;
  position:relative;
}
.contentImageLeft {
  float:left;
  margin-right:10px;
  position:relative;
}
.contentImageCenter,
.contentImageRight,
.contentImageLeft {
  margin-bottom: 10px;
}
.ContentManualFullWidth .contentImageCenter {margin:10px auto!important;}
div[class*='contentImage'] a {line-height:1;}

.contentImageCenter ul,
.contentImageRight ul,
.contentImageLeft ul {
  line-height: 1.7;
  margin-top:0!important;
  margin-left:0!important;
  padding-left:0!important;
  width:auto!important;
}

/* blog images */  
.postBody img.blogImageLeft,
.postBody img.blogImageRight,
.postBody img.blogImageCenter
{
    background:#EEEEEE none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    display:block;
    margin:5px;
    padding:5px;
    text-align:center;
}
.postBody img.blogImageLeft {
    float:left;
    display:inline;
    margin:0 10px 10px 0;
}
.postBody img.blogImageRight {
    float:right;
    display:inline;
    margin:0 0 10px 10px;
}
.postBody img.blogImageCenter {
    display:inline;
    margin:0 10px 0 10px;
}

div.blogImageRight {
    float: right;
    margin: 0 0 5px 10px;
    }
div.blogImageCenter {
    clear: both;
    margin: 10px auto;
    }
div.blogImageLeft {
    float: left;
    margin: 0 10px 5px 0;
    }
div.blogImageCenter ul,
div.blogImageLeft ul,
div.blogImageRight ul {
    padding: 0;
    margin: 0;
    color: #636363;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .9em;
    text-align: right;
    margin-top: -5px;
    }
    ul li.imageCredit,
		div.MainColumn .magnumContainer .credit {
      font-size:11px;
      font-style: italic;
      list-style-type: none !important;
      list-style-position: outside !important;
      text-align: right;
      line-height:1.5;
      width:99.75%;
      margin:0;
    }
		  div.MainColumn .magnumContainer .credit {margin:3px 0;}
    
		ul li.imageCredit a,
		div.MainColumn .magnumContainer .credit a {
			text-decoration: none;
      color:#000;
		}
    ul li.imageCaption,
		div.MainColumn .magnumContainer .caption  {
      text-align: left;
      font-size:14px;
      color: #666;
      list-style-type: none !important;
      list-style-position: outside !important;
      line-height:1.2;
      margin:0!important;
    }
  		div.MainColumn .magnumContainer .caption  {
		    padding-top:0;
        margin-top:0;
  		}
    

/* Digital Issue styles [Issue Archives] */

li.digitalIssue {
  padding-top: 5px;
}
a.digitalIcon {
  background: #eee url(/images/icons/paper-large.png) no-repeat scroll 1px center;
  padding: 1px 3px 1px 15px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ddd;
  background-size:auto 12px;
  }
  
  #archiveIssueHeader ul {
    margin-bottom: 15px;
  }
  #archiveIssueHeader a.digitalIcon {
    font-size: .8em;
    background: #eee url(/images/icons/paper-large.png) no-repeat scroll 2px center;
    padding-left: 25px;
  }  

/* Twitter Feed */
#TwitterWidgetPittsburgh {
  background:#fff;
  padding: 0;
}
  #TwitterWidgetPittsburgh h2.widget_head {
    text-align:center;
    padding:5px 10px;
    background:#000 url(/images/icons/twitter-bird.gif) no-repeat 1px 1px;
  }
  #TwitterWidgetPittsburgh h2.widget_head a {
    color:#fff;
    text-decoration:none;
    }
    div#TwitterWidgetPittsburgh.MainColumn h2.widget_head {
      text-align: left;
      background: transparent;
      padding: 0;
    }
    div#TwitterWidgetPittsburgh.MainColumn h2.widget_head a {
      color: #fff;
      font-size: 16px;
      background: ;
    }
#TwitterWidgetPittsburgh_twitter_div {
  padding: 0 5px 5px;
}  
#TwitterWidgetPittsburgh_twitter_div ul {
  padding: 0;
  overflow: hidden;
}
#TwitterWidgetPittsburgh_twitter_div ul li {
  margin:5px 0 0;
  padding:5px;
  background:#fff;
  font-size:0.9em;
  border-bottom: 2px solid #ebebeb;
  color: #000;
  }
  #TwitterWidgetPittsburgh_twitter_div ul li a.twitterTime {
    color: #979797;
    font-style: italic;
    font-size: .9em;
    font-family: Georgia,serif;
    text-decoration: none;
  }
a.widget_link {
  text-align:center;
  display:block;
  font-size:0.8em;
  width:100%;
  background:#000;
  color:#fff;
  padding:2px 0;
  }
  div#TwitterWidgetPittsburgh.MainColumn a.widget_link {
    color: #222;
    background: #EEE;
  }

#FacebookLikebutton {
  margin-bottom: 10px;
}  

#locationsGroup.displayOptional {
  display: block;
}

/* narrow search options bar */
div.searchedFor ul.narrowOptionsBar {
  position:absolute; 
  right:-10px; 
  top:17px; 
  margin-top:4px;
  padding: 2px 0 1px; 
  background-color:#666; /* for dropdown menu */
  -webkit-box-shadow:0 10px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:0 10px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
div.searchedFor ul.narrowOptionsBar li {clear:both; margin-bottom: 2px; display:block; text-transform: none;}
div.searchedFor ul.narrowOptionsBar li a {
  display:block; 
  padding:1px 30px 2px 20px;
  color: #fff; 
  font-size: 12px; 
  text-decoration:none; 
}
div.searchedFor ul.narrowOptionsBar li a:hover {color:#666;background-color:#fff;}
div.searchedFor .sortBar {
  float:right;
  margin-left:1em;
  text-align:right;
  position:relative;
}
div.searchedFor .sortBarHeader {font-size:12px;color:#fff;}
div.searchedFor .sortBarHeader a {
  display:inline-block;
  height:16px;
  margin-left:0;
  padding:0 18px 0 0;
  background:transparent url(/images/buttons/sort-arrows.png) right bottom no-repeat;
  color:#fff;
  text-decoration:none; 
  outline: 0;
  }
div.searchedFor .sortBarHeader a.active {}

/* event source branding header styles */
li.eventItem span.eventSource {display:block;float:right;height:20px;line-height:20px;}
  li.eventItem span#Soket.eventSource {color:#0067a2;}
li.eventItem span.eventSource a {display:inline-block;text-decoration:none;text-indent:-6000px;}
  span#GETn2it.eventSource a {width:18px;height:20px;background:url(/foundation/images/buttons/getn2it-logo.png) center no-repeat;}
  span#Soket.eventSource a {width:20px;height:20px;background:url(/foundation/images/buttons/soket-logo.png) left center no-repeat;}
div#FilmTrailers iframe {margin:10px !important;}
/* -- default styles for basic elements within content/posts -- */
#storyBody h1,#storyBody h2,#storyBody h3,#storyBody h4,#storyBody h5,#storyBody h6,.postBody h1,.postBody h2,.postBody h3,.postBody h4,.postBody h5,.postBody h6,.descr_txt h1,.descr_txt h2,.descr_txt h3,.descr_txt h4,.descr_txt h5,.descr_txt h6{
  margin:1.12em 0;
  line-height: 1.2;
}
#storyBody h1,.postBody h1,.descr_txt h1{font-weight:700;color:#101010;font-size:1.63em}
#storyBody h2,.postBody h2,.descr_txt h2{font-weight:700;color:#111;font-size:1.55em;}

div#storyBody> ul,div#storyBody>ol,.postBody>ul,.postBody>ol,.descr_txt ul, .descr_txt ol{
  margin:1.12em;
}
div#storyBody> ul li,.postBody>ul li,.descr_txt>ul li {
	list-style: disc inside none;
}
div#storyBody>ol li,.postBody>ol li,.descr_txt ol li{
	list-style: decimal inside none;
}
div#storyBody h3,.postBody h3, .descr_txt h3 {
	font-weight: 700;
	font-size: 1.4em;
		color: #222;
}
div#storyBody h4,.postBody h4, .descr_txt h4 {
	font-weight: 700;
	font-size: 1.1em;
		color: #333;
}
div#storyBody blockquote,.postBody blockquote,.descr_txt blockquote {
  border-left: 1px solid #ABABAB;
  padding: 6px 10px;
  text-align: justify;
  font-size: 1.1em;
  margin: 1em 3em;
  box-shadow: -5px 0px 3px -1px #999;
  line-height: 1.5em;
  color: #111;
  border-radius: 4px;
  background: #fcfcfc;
  overflow:hidden;
}
.postBody iframe, #storyBody iframe {
  display: block;
  margin: 1.12em auto;
}
.postBody hr,#storyBody hr,.descr_txt hr  {
  margin: 9px 0 10px;
  border-width: 1px 0 0;
  display: block;
  border-style: solid;
  border-color: #ccc;
}
div#MapSmallDirectionsForm label{font-weight:700;}
div#MapSmallDirectionsForm form{padding:0}
div#MapSmallDirectionsForm input.text {
  margin: 0;
    padding-left: 24px;
  max-width: none;
  width: 77%;
}
.inlineComponent.inlineLeft {
  float: left;
  margin: .25em 10px .25em 0;
}
.inlineComponent.inlineRight {
  float: right;
  margin: .25em 0 .25em 10px;
} 
.inlineComponent.inlineCenter{
  margin:.5em auto;
  text-align: center;
}
.inlineComponent.inlineCenter div {
  margin:auto;
}  

.inlineComponent.inlineLeft {
  float: left;
  margin: .25em 10px .25em 0;
}
.inlineComponent.inlineRight {
  float: right;
  margin: .25em 0 .25em 10px;
} 
.inlineComponent.inlineCenter{
  margin:.5em auto;
  text-align: center;
}
.inlineComponent.inlineCenter div {
  margin:auto;
}  

.socialLogInHolder a {
  color:#000;
  }