/* Article Page (AP) */
#artHead {
  line-height: 30px;
  margin: 0;
}

#articleBody .bylineDateBox {
  font-size: 12px;
  font-weight: bold;
  margin: 1em 0;
}

#articleBody .dateline {
  border-right: 1px solid #666;
  margin-right: 8px;
  padding-right: 8px;
}

#articleBody .dateline.noByline {
  border-right: 0;
}

/* AP - Image Galleries */
.story-image  {
  background-color: #eee;
  float: left;
  margin: .5em 1em 1em 0;
  max-width: 279px;
  padding: .5em;
}

.story-image.pull-right {
  float: right;
  margin: .5em 0 1em 1em;
}

.story-image-box  {
  margin: 0 0 .25em;
  position: relative;
}

.story-image-box a span {
  background: transparent url(../../../vimages/backend/shared/gallry_overlay.png) no-repeat;
  bottom: 0;
  height: 21px;
  position: absolute;
  right: 0;
  width: 25px;
}

.story-image-box img {
  max-width: 279px;
}
.lt-ie9 .story-image { max-width: 279px; }
.lt-ie8 .story-image { width: 279px; }

.cutline {
  font-size: 11px;
  line-height: 15px;
}

.photocredit {
  margin: 0 0 .25em;
  text-align: right;
}

/* AP - Related Sites */
.article-related-sites {
  border-bottom: 1px solid #ccc;
  clear: both;
}

.article-related-sites > h4 {
  border-bottom: 1px solid #ccc;
}

.article-related-sites > p {
  font-size: 85%;
  margin: 0 0 .5em;
}

/* AP - AddThis Toolbar */
#articleOptions {
  clear: both;
  float: right;
  margin: 1em 0;
}

#articleOptions img {
  vertical-align: middle;
}

#iconEmailArt {
  float: left;
  padding-right: 2px;
}

/* AP - Feedback */
#feedbackBox {
  clear: both;
  margin: 1em 0;
}

#feedbackBox h3 {
  background-color: #02034e;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: .25em .5em;
}

#feedbackBox table {
  margin-bottom: 0;
}

#feedbackBox td {
  vertical-align: top;
}

#feedbackBox td span {
  display: none;
}

#feedbackBox td.feedbackAuthor, #feedbackBox td.feedbackDate {
  width: 18%;
}

#feedbackBox td.feedbackDate p {
  margin: 0;
}

/* AP - Feedback - Name Preview (hover effect) */
#namePreview {
  background-color: #fff;
  border: 1px solid #02034e;
  color: #333;
  padding: .75em;
  position: absolute;
  top: -500px;
  z-index: 3;
}

#namePreview p {
  margin: 0;
}

#namePreview strong {
  float: left;
  text-align: right;
  width: 90px;
}

#namePreview span {
  padding-left: .75em;
}

/* AP - Feedback - Add New Comment Link */
#feedbackBox #anc, #feedbackBox #anc2, #feedbackBox noscript {
  background-color: #02034e;
  color: #fff;
  margin: 0;
  padding: .25em .5em;
}
.lt-ie9 #feedbackBox noscript { padding: 0; } /* Padding causing it to display in IE8 */

#feedbackBox p a:link, #feedbackBox p a:visited {
  color: #ddd;
}

#feedbackBox p a:hover {
  color: #fff;
}

/* AP - Feedback - Add New Comment Form */
#fbForm, #ajaxLoading {
  border: 1px solid #ddd;
}

#fbForm p:first-child {
  padding: .5em;
}

#fbForm .formItems label {
  float: left;
  padding-top: 5px;
  text-align: right;
  width: 185px;
}

#fbForm .formItems span {
  display: block;
  margin-left: 195px;
}

#fbForm .formItems input[type="text"], #fbForm .formItems textarea {
  margin-bottom: 0;
  width: 94%;
}

#fbForm .spacer {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}

#fbForm .formItems span label {
  display: inline-block;
  float: none;
  margin: 0 10px 0 0;
  padding-top: 5px;
  vertical-align: middle;
  width: auto;
}

#fbForm .formButtons {
  text-align: center;
}

#fbForm .formButtons input:first-child {
  margin-right: .5em;
}

/* Section Page - Featured Article */
.section-feature {
  border-bottom: 1px solid #808080;
  margin-bottom: 2em;
}

.section-feature > h3 {
  line-height: 30px;
  margin-top: 0;
}

.section-feature-img {
  display: block;
  float: right;
  margin: 0 0 1em 1em;
}

.section-feature-abstract .pull-right {
  clear: both;
}

/* Section Page - Other Articles */
.otherArt {
  margin-bottom: 1em;
  padding: .5em;
}

.otherArt:nth-child(2n+1) { /* Zebra-stripe the divs */
  background-color: #f7f7f7;
}

.otherArt > h4, .otherArt > h5 {
  margin: 0;
}

.otherArt-byline {
  font-size: 12px;
  font-weight: bold;
}

.otherArt-byline .dateline {
  border-right: 1px solid #999;
  margin-right: 8px;
  padding-right: 8px;
}

.otherArt-byline .no-byline {
  border-right: 0;
}

.otherArt-abstract {
  margin-top: .75em;
}

.otherArt-abstract > .pull-right {
  margin-bottom: 0;
}

/* Archives - Browse by Month */
.browse-months span {
  font-weight: bold;
  margin-right: 1em;
}

.browse-months a {
  margin-right: .5em;
}

/* Archives - Browse Results */
.browse-month-results {
  margin: 0 0 1.5em;
}

.browse-month-results li {
  list-style-type: none;
  margin: .5em 0;
}

.browse-month-results a {
  margin-right: .5em;
}

.article-list {
  margin: 0 0 1em;
  padding: .5em;
}

.article-list:nth-child(2n+1) { /* Zebra-stripe the divs */
  background-color: #f7f7f7;
}

.article-list h5 { /* Headline */
  font-size: 16px;
  margin: 0;
}

.article-list h6 { /* Tagline */
  font-size: 14px;
  margin: 0;
}

.article-list-byline-date {
  font-size: 11.9px;
  font-weight: bold;
  margin-bottom: .5em;
}

.article-list-date {
  border-right: 1px solid #999;
  margin-right: 8px;
  padding-right: 8px;
}

.articleList .bylineDate .dateline {
  border-right: 1px solid #666;
  margin-right: 8px;
  padding-right: 8px;
}

.article-list-no-byline {
  border-right: 0;
}

.article-list-abstract .pull-right {
  margin-bottom: 0;
}

.article-list-buttons {
  text-align: center;
}

.article-list-buttons input:first-child {
  margin-right: 1em;
}

/* Archives - Search Options */
.archives-search-section {
  margin-bottom: 10px;
}

.archives-search-section select {
  margin: 0 0 0 .5em;
}

.archives-search-date {
  float: left;
  width: 50%;
}

.archives-search-date label {
  width: 90%; /* Safari needs or text word wraps */
}

.archives-search-date p {
  margin: 10px 0 0 20px;;
}

.archives-search-date select {
  margin-right: .5em;
  width: 90px;
}

.archives-search-date select[name="FstartMonth"],
.archives-search-date select[name="FendMonth"] {
  width: 150px;
}

/* Archives - Search Results */
.archives-results-count em {
  margin-left: .5em;
}

/* E-mail Article/News Update */
.email-friend {
  background-color: #fff;
  color: #333;
}

.email-friend-flag {
  background-color: #02034e;
  border-bottom: 2px solid #df3042;
}

.email-friend-flag h3 {
  color: #fff;
  font-style: italic;
  margin: 0;
  padding: 0 .5em;
}

.email-friend-form, .email-wrapper {
  margin: 0;
  padding: 1em;
}

.email-friend-form > h4 {
  margin: 0;
}

.email-friend-form > h4.label {
  font-size: 17.5px;
  line-height: 20px;
  margin: 10px 0;
}

.email-friend-form p.muted {
  margin-bottom: 2em;
}

.email-friend-button {
  margin-top: 1em;
  text-align: center;
}

/* Bios - author profile page (modal) */
#profile-bio-modal {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.profile-bio-img {
  background-color: #eee;
  margin: 0 0 1em 1em;
  padding: .5em;
}

.profile-bio-box > h3, .profile-bio-box > h4, .profile-bio-box > h5 {
  margin: 0;
}

.profile-bio-text {
  margin: 1em 0;
}

/* Slideshow */
.vslideshow {
  background-color: #fff;
  color: #333;
}

.vslideshow-flag {
  background-color: #02034e;
  border-bottom: 2px solid #df3042;
}

.vslideshow-flag h3 {
  color: #fff;
  font-style: italic;
  margin: 0;
  padding: 0 .5em;
}

.vslideshow-wrapper {
  margin: 0;
  padding: 1em;
}

.vslideshow-close {
  clear: left;
  text-align: center;
}

.vslideshow-image-box {
  float: left;
  margin-bottom: 1em;
  width: 310px;
}

.vslideshow-position {
  margin: 0 0 .25em;
  text-align: center;
}

.vslideshow-control-nav {
  margin: 0 0 .5em;
  text-align: center;
}

.vslideshow-control-nav a, .vslideshow-control-nav span {
  border-left: 1px solid #333;
  margin-left: .5em;
  padding-left: .5em;
}

.vslideshow-control-nav a:first-child, .vslideshow-control-nav span:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.vslideshow-image-box1 {
  background-color: #333;
  padding-top: 1em;
  text-align: center;
}

.vslideshow-zoom-text {
  background-color: #333;
  color: #fff;
  padding: .5em;
  text-align: center;
}

.vslideshow-text-box {
  margin: 50px 0 0 325px;
}

.vslideshow-text-box h4 {
  border-bottom: 1px dashed #999;
  padding: 0 0 .25em .25em;
}

/* Slideshow - Large Image */
.vslideshow-wrapper > img {
  margin-bottom: 1em;
}

/* Central Services - View Article */
.sub-page > .formButtons { /* p tag holding the Delete, Edit Article, Change Images, and Back buttons */
  margin: 1em 0;
  text-align: center;
}

.sub-page > .formButtons input {
  margin-left: .5em;
}

.sub-page > .formButtons input:first-child {
  margin-left: 0;
}

/* Article Page - Image Gallery Thumbnail Grid -------------------------------- */
.ig-thumbnails {
  clear: both;
  margin: 1.5em 0 .5em;
}

.ig-thumbnails *, .ig-thumbnails *:after, .ig-thumbnails *:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.ig-thumbnails .thumbnails {
  margin-bottom: 0;
}

.ig-thumbnails .thumbnails > li {
  margin-bottom: 10px;
}

.ig-thumbnails .span4:nth-child(3n+1) {
  margin-left: 0; /* Remove the left margin for all thumbnails in the 1st column */
}

.ig-thumbnails .thumbnail {
  border-color: #aaa;
}

.ig-thumbnails .thumbnail-inner {
  height: 180px; /* Thumbnails are created to be 180x180 */
  margin-bottom: 3px;
  -webkit-transition: .5s height ease;
     -moz-transition: .5s height ease;
      -ms-transition: .5s height ease;
       -o-transition: .5s height ease;
          transition: .5s height ease;
}

.ig-thumbnails img {
  display: block;
  margin: 0 auto;
  max-height: 180px;
}

.ig-thumbnails .ig-show-captions-content {
  font-size: 12px;
  height: 0;
  line-height: 16px;
  overflow: auto;
  padding: 0 5px;
  -webkit-transition: .5s height ease;
     -moz-transition: .5s height ease;
      -ms-transition: .5s height ease;
       -o-transition: .5s height ease;
          transition: .5s height ease;
}

.ig-thumbnails .ig-credit {
  float: right;
  margin: 0 0 3px;
}

.ig-thumbnails .ig-caption {
  margin: 0;
}

.ig-thumbnails .ig-show-captions-content p + p {
  border-top: 1px solid #ccc;
  clear: right;
  padding-top: 3px;
}

/****** For Headlines *********/
.headlines {
  padding: 20px;
}

.headlines > h4 {
  border-bottom: 1px solid #fff;
  color: #CD2228;
  margin: 0;
  padding-bottom: 5px;
}

.headlines li > a {
  margin-left: -10px;
  margin-right: -10px;
}