/* Publication-specific style rules */

#locationsGroup.displayOptional {
  display: block !important;
}

/* added 12/22/11*/
cite.byline .email,
cite.byline .facebook,
cite.byline .twitter {
 height:18px;
 margin:0.5em 0;
 padding-left:27px;
 line-height:18px;
 overflow:hidden;
}
cite.byline .email {
 background:transparent url(/images/icons/email-18x18.png) 6px center no-repeat;
}
cite.byline .facebook {
 background:transparent url(/images/icons/facebook-18x18.png) 6px center no-repeat;
}
cite.byline .twitter {
 background:transparent url(/images/icons/twitter-18x18.png) 6px center no-repeat;
}

div#storyBody div.inlineAudio {
  width: 300px;
  margin: auto;  
}

div#storyBody div.inlineAudio .inlineAudioCaption {
  float:left; 
  font-family: Arial; font-size: 11px; color: #333;
}
div#storyBody div.inlineAudio .inlineAudioCredit {
  float:right; 
  font-family: Arial; font-size: 10px; color: #999;
}

div.commentsHeader a.feedLink {color: transparent !important}

/* Unsubscribe from comment threads */
div#UnsubscribeComment {
  margin: 10px;
}


/* MyCapture links */
.myCaptureLink{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  float: right;
  margin-right: 4px;
  margin-bottom: 2px;
}
  .myCaptureLink a,
  .myCaptureLink a:visited {
    font-family:arial;
    font-size:11px; text-decoration:none;
    font-weight:bold;
    line-height:normal;
  }

/* Special handling to match Magnum images. */
div#MagnumImage .myCaptureLink
{
  width:570px;
  float:none;
  margin:0 auto;
  padding:5px 0;
  text-align:right;
}
