/* ------------------------------------------------------------------ */
/* Element Defaults */
/* ------------------------------------------------------------------ */

/* These got reset by reset.css. */
p {
	margin: 3px 0;
}
/* -- Paragraphs within stories get bigger margins -- */
#storyBody p,.postBody p,.descr_txt,div#SurveyDescription div.description p {
	margin: 1.12em 0;
}
#storyBody p:last-of-type{margin-bottom:10px;}
#storyBody,.postBody,.descr_txt,div#SurveyDescription div.description {
	font-size: 13px;
	line-height: 1.5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
#storyBody>a,
#storyBody p a,
.postBody>a,
.postBody p>a,
.descr_txt>a,
div#SurveyDescription div.description>a {font-weight:700;}

#storyBody iframe,
.postBody iframe {
  display: block;
  margin:1.12em auto;
}
/* -- Style ul in content 
body#Event div.descr_txt ul,#storyBody>ul,.postBody>ul {
	list-style: disc inside;
	overflow: hidden;
	margin: 10px 0 0;
}
body#Event div.descr_txt ul li,#storyBody>ul li,.postBody>ul li {
	margin: 0 0 5px;
	list-style: disc inside;
	overflow: hidden;
  padding: 0 5px;
}
div#storyBody>ol li,.postBody>ol li {
  list-style:decimal inside none;
   margin: 0 0 5px;
   overflow: hidden;
   padding: 0 5px;
}
body#Event div.descr_txt ul li:last-of-type,#storyBody ul li:last-of-type,.postBody ul li:last-of-type {
	margin: 0;
}
-- */
strong { font-weight: bold }
em { font-style: italic }
input[type="submit"]{cursor:pointer;}
div#gridClamp:after {
content: ".";
clear: both;
display: block;
text-indent: -9999em;
height: 0;
}
/* Fonts and such. */
body {
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  font-size: 78%;
  font-weight:400;
  color: #222;
}
/* for them crazy ipads */
@media only screen and 
(min-device-width : 768px) 
and (max-device-width : 1024px)  {
  
body {
 /* padding:0 1.5%;	
  box-sizing: border-box; */
  }
}
a { color: #777; text-decoration:none;}
a:hover { color: #cc0000; }

#storyBody>a,
#storyBody p a,
.postBody>a,
.postBody p>a {color:#c00;text-decoration:none;}
  #storyBody>a:hover,
  #storyBody p a:hover,
  .postBody>a:hover,
  .postBody p>a:hover {text-decoration:underline;}


/* ------------------------------------------------------------------ */
/* 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:#CCC!important;
  text-decoration:none!important;
  text-transform:uppercase;
}
  a.inlineEdit:hover, span.inlineEdit:hover { color:#C70E0F!important; }

  .clicktozoom {
    display:block;
    text-align:right;
    font-size:9px;
    text-decoration:none;
  }
  .Film .clicktozoom {display:none;}
  
.headline, .headline a {
    color: #222;
    text-decoration:none;
}
.MainColumn h3.headline{
  font-size: 1.4em;
  font-weight: 700;
}
.MainColumn .subhead {
font-size: 1.2em;
color: #777;
}
.headline a:hover { color: #CC0000; }

.subheadline {color: #1A1818;}
.byline {color:#646568;	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
.ellipsis {
font-size: .6em;
letter-spacing: 1px;
}
.LoginDialog .loginHeader span a {
color: #C00;
font-size: 22px;
margin-left: 5px;
}
a.memberThumb {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

input.searchbox {
  width: 134px;
  height: 16px;
  background: url(/images/backgrounds/keywords.png) no-repeat;
  padding: 3px 9px 0 21px;
  border: 0;
  font-size: 10px;
}
  input.searchbox:focus { outline: none; }

.BlogButton {
  display: block;
  width: 140px;
  height: 45px;
  background-repeat: no-repeat;
  text-indent: -6000px;
}
div.tools {
    margin-bottom: 5px;
    width: 154px;
    padding: 2px;
    color: #757673;
    border: 1px solid #ccc;
    border-radius: 3px;
}
div.tools h3 {display:none;}
div.tools h4 {
    padding: 0 0 3px 0;
    font-size: 10px;
    text-transform: uppercase;
}
div.tools *+h4 { padding-top: 8px; }
div.tools ul {
    border: 1px solid #fff;
    border-top: none;
}
div.tools ul li {
    font-size: 13px;
  }
  div.tools ul li.shareLink {
    padding: 4px 5px;
  }
div.tools ul li a {
    background-repeat: no-repeat;
    background-position: 5px center;
    color:#777;
    text-decoration:none;
    display: block;
    padding:2px 0 1px 28px;
    text-transform: lowercase;
}
div.tools ul li * a,
div.tools ul li.shareLink a {
    display: inline;
    padding: 0;
    text-transform: none;
}
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,
div.tools a.icalAction {
  background-image: url(/images/icons/article_tools/fav_icon.png);
}
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.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;
  }
  
  div.horizontalTools a.emailAction {
      background: url(/images/icons/article_tools/email.gif) no-repeat;
      padding-left: 22px;
  }
  div.horizontalTools a.printAction {
      background: url(/images/icons/article_tools/print.gif) no-repeat;
      padding-left: 22px
  }
  div.horizontalTools a.shareAction {
      background: url(/images/icons/article_tools/share.gif) no-repeat;
      padding-left: 22px
  }
  div.horizontalTools a.saveAction,
  div.horizontalTools a.icalAction {
      background: url(/images/icons/article_tools/save.gif) no-repeat;
      padding-left: 22px
  }
  div.horizontalTools a.commentItem {
      background: url(/images/icons/article_tools/comment.gif) no-repeat;
      padding-left: 22px
  }
  div.horizontalTools a.reminderAction {
      background: url(/images/icons/article_tools/remind.gif) no-repeat;
      padding-left: 22px
  }

  div.horizontalTools {
      background-color:#E3E2D5;
      border:2px solid #D6D7D9;
      float:left;
      margin-bottom:10px;
      width:100%;
  }
  div.horizontalTools ul {
      padding:0 8px;
  }
  div.horizontalTools li.l0 {
      float:left;
      margin:0 5px;
      padding:1px 9px;
      height: 16px;
  }
  div.horizontalTools li.shareLink a {
    display: block;
    float: right;
    padding-top: 1px;
    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;
    }
    div.horizontalTools li.l0 a {
      text-decoration:none;
      font-size:.9em;
    }
  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;
    line-height: 1em;
    margin-left: 5px;
    padding:4px;
    border: 1px solid #DDD;
    border-radius: 2px;
    font-size: 11px;
}
div.tinyTools h3 {display:none;}
div.tinyTools h4 {
    margin:2px 0;
    font-size: 10px;
    font-weight: bold;
}
div.tinyTools ul {
}
div.tinyTools ul li.l0 {
    margin-bottom: 4px;
}
div.tinyTools ul li.l0:last-of-type{border:0 none;margin:0;}
div.tinyTools ul li.l0 a {
  background: #FFF;
  background-repeat: no-repeat;
  display: block;
  padding:1px;
  text-decoration: none;
  color:#999;
}
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 {
  text-align: right;
  font-size:10px;
}
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;
}

/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* Inline Images */
/* ------------------------------------------------------------------ */

.contentImageCenter {
  text-align:center;
}
.contentImageRight {
  float:right;
  margin-left:10px;
  position:relative;
}
.contentImage,
.contentImageLeft {
  float:left;
  margin-right:10px;
  position:relative;
}
body#Survey .contentImageCenter,
body#Survey .contentImageCenter img {max-width:100%!important;height:auto;}
body#Survey .contentImageCenter ul {width:100%!important;margin:3px auto 12px!important;}
body#Survey .contentImageCenter ul li.imageCredit {font-size:10px;}

/* 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 {
    margin:0 auto;
}

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-size: .9em;
    }
 div[class*='contentImage'] ul{line-height:1.3}
   div[class*='contentImage'] .imageCredit,
    #MagnumImage .credit,
    div.blogImageCenter ul .imageCredit,
    div.blogImageLeft ul .imageCredit,
    div.blogImageRight ul .imageCredit,
    div#SlideshowFullPageNew .credit {
      margin:2px 0 0;
      color:#999;
      text-align: right;
      font-size: 9px;
    }
    div.contentImageCenter+p{
      margin-top:5px!important;
    }
    div[class*='contentImage'] ul li.imageCredit a,
    #MagnumImage .credit a,div.blogImageCenter .imageCredit a,
    div.blogImageLeft ul .imageCredit a,
    div.blogImageRight ul .imageCredit a{color:#999}
    
   div[class*='contentImage']  .imageCaption,
    #MagnumImage .caption,
    div.blogImageCenter ul .imageCaption,
    div.blogImageLeft ul .imageCaption,
    div.blogImageRight ul .imageCaption,
    div#SlideshowFullPageNew .caption{
      margin:0;
      color:#454545;
      text-align: left;
      font-size: 11px;
    }

div[class*='blogImage'] p,#MagnumImage p{line-height:1.1}
/* Digital Issue styles [Issue Archives] */

li.digitalIssue {
  padding-top: 5px;
}
a.digitalIcon {
  background: #eee url(/images/icons/paper.gif) no-repeat scroll 2px center;
  padding: 3px 4px 3px 17px;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 3px;
  }
  
  #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 */
#TwitterFeed {
  background:#fff;
  padding: 0;
}
  #TwitterFeed h2.widget_head {
    text-align:center;
    padding:5px 10px;
    background:#004961 url(/images/icons/twitter-bird.gif) no-repeat 3px 3px;
  }
  #TwitterFeed h2.widget_head a {
    color:#fff;
    text-decoration:none;
    }
    div#TwitterFeed.MainColumn h2.widget_head {
      text-align: left;
      background: #B80A0A url(/images/backgrounds/headerbg.gif) repeat-x;
      padding: 0;
    }
    div#TwitterFeed.MainColumn h2.widget_head a {
      color: #FFF;
      font-size: 16px;
    }
#twitter_div {
  padding: 0 5px 5px;
}  
#twitter_div ul {
  padding: 0;
  overflow: hidden;
}
#twitter_div ul li {
  margin:5px 0 0;
  padding:5px;
  background:#fff;
  font-size:0.9em;
  border-bottom: 2px solid #ebebeb;
  color: #000;
  }
  #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:#004961;
  color:#fff;
  padding:2px 0;
  }
  div#TwitterFeed.MainColumn a.widget_link {
    color: #222;
    background: #EEE;
  }
  
/* narrow search options bar */
div.searchedFor ul.narrowOptionsBar {
  position:absolute; 
  right:-10px; 
  top:17px; 
  margin-top:4px;
  background:#fff;
  padding: 2px 0 1px; 
  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:2px 10px;
  color: #333; 
  font-size: 12px; 
  text-decoration:none; 
  background-color:#fff;
}
div.searchedFor ul.narrowOptionsBar li a:hover {color:#fff;background-color:#c00;}
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:#333;
  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;}
#Section.Music span.eventSource {display:none;}

/* Ads */
div#gridFooter .Ad.Leaderboard
{
  text-align:center;
}
  div#gridFooter .Ad.Leaderboard>div
  {
    margin:10px auto;
  }
