#bdContentAreaPhotoEssay {
  color: #fff;
}

#bdContentAreaPhotoEssay ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#bdContentAreaPhotoEssay #photoEssayLeft {
    float: left;
    width: 380px;
}

#bdContentAreaPhotoEssay #photoEssayLeft #bodyCopy {
    margin: 10px 0px 20px 0px;
    font-size: 13px;
}

#bdContentAreaPhotoEssay #photoEssayLeft #photoEssayLabel {
    font-size: 13px;
    color: white;
    margin-bottom: 20px;        
}

#bdContentAreaPhotoEssay #photoEssayLeft #kicker {
  font-size: 10px;
  margin: 10px 0px 10px 0px;
  text-transform: uppercase;
}

#bdContentAreaPhotoEssay #photoEssayLeft h1 {
    font-size: 30px;
    color: #C9C1B8;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
#bdContentAreaPhotoEssay #photoEssayLeft #byLine {
    font-size: 11px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

#bdContentAreaPhotoEssay #photoEssayLeft #photoCredit {
    font-size: 11px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

#bdContentAreaPhotoEssay #photoEssayLeft #dateLine {
  font-size: 12px;
  margin: 0px 0px 20px 0px;
}

#bdContentAreaPhotoEssay #photoEssayLeft #dateLine .gfont {
  font-style: italic;
}

#bdContentAreaPhotoEssay #photoEssayLeft #extendedCaption {
    font-size: 13px;
    margin: 0px 0px 20px 0px;
    color: #c9c1b8;
}

#bdContentAreaPhotoEssay #photoEssayLeft #normalCaption {
    font-size: 13px;
    margin: 0px 0px 20px 0px;
    color: #c9c1b8;
}

#photoEssayLeft .photoEssayControls {
    float: left;
    font-size: 13px;
}
table#photoEssayControlsTop {
    width: 100%;
    padding-top: 0;
}
    table#photoEssayControlsTop #photoEssayControlsCounter {
        width: 47%;
        text-align:right;
        font-style: italic;
    }
    table#photoEssayControlsTop #photoEssayControlsArrows {
        width: 47%;
        text-align:left;
    }

.photoEssayArrowLeft {
    margin: 0px 7px 0px 0px;
    vertical-align: middle;
}
.photoEssayArrowRight {
    margin: 0px 0px 0px 7px;
    vertical-align: middle;
}

#bdContentAreaPhotoEssay #photoEssayRight {
    width: 809px;
    float: left;
    margin: 0px 0px 20px 15px;
}

#photoEssayContainer {
    padding-top: 10px;
    min-height: 700px;
}
#photoEssayContainer ul li img {
    border: 4px solid white;
}

#bdContentAreaPhotoEssay #advertorial {
   font-size: 9px;
   color: white;
   margin: 20px 20px 0px 20px;
   padding-left: 2px;
   border-bottom: 2px solid #666666;
}

.photoEssayPREV, .photoEssayNEXT {
   cursor: pointer;
   float: left;
}

.photoEssayNEXT {
  border-left: 4px double #fff;
  margin-left: 20px;
  padding-left: 20px;
}

.photoEssayPREV {
   opacity: 0.2;
   cursor: auto;
}

.photoEssayExtendedCaption {
}   
.photoEssayNormalCaption {
}   
.photoEssayPhoto {
    position: relative;
}
.photoEssayPhoto:hover .clip {
    display: block;
}
.photoEssayPhoto .clip {
    position: absolute;
    display: none;
}
#photoEssayInThisPhoto {
   font-size:11px;
   margin: 5px 0px 0px 0px;
}

.clip .bg {
    position:relative;
    width:100%;
    height:100%;
}
.clip span {
    position:absolute;
    right:1px;
    top:-2px;
    font-size:10px;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
}

.photoEssayPhoto .clip .text {
    position:absolute;
    left:0px;
    padding:2px 5px;
    line-height:12px;
    font-size:10px;
    background:#ffffe1;
    border: 0px solid #000;
    color:#161d13;
    display:none;
    text-align:left;
}
.photoEssayPhoto .clip:hover .text {
    display:block;
}


/* Slide Show */
.photonotes-container .text {
    position: absolute;
    display: none;
    background-color: #FFFFE1;
    border:1px solid #000000;
    color:#161D13;
    padding: 5px;
    top: 60%;
    font-size: 11px;
}

.photonotes-container .clip {
    position: absolute;
    display: none;
}

.photonotes-container .clip:hover > div {
    display: block;
}

#lightbox-container-image-box .clip .text {
    position:absolute;
    left:0px;
    padding:2px 5px;
    line-height:12px;
    font-size:10px;
    background:#ffffe1;
    border: 0px solid #000;
    color:#161d13;
    display:none;
    text-align:left;
}
#lightbox-container-image-box .clip:hover .text {
    display:block;
}

#SponsorMsgBox {
  float: left;
  width: 360px;
  background-color: #2e2e2e;
  margin-bottom: 15px;
  text-align: center;
}

#SponsorMsgBoxLabel, #AdBoxLabel {
    font-size: 9px;
    padding-top: 8px;
    height: 12px;
    text-align: center;
}
#SponsorMsgBoxImage {
    width: 100px;
    height: 100px;
    margin: 8px 0px;
}

#photoEssaySidebarGAM {
    float: left;
    width: 370px;
    margin-bottom: 15px;
    text-align: center;
}
    
.printPhoto {
    display: none;
}

.previewmode {
    background-color: #F00;
    color: #FFF;
    font-weight: bold;
    padding: 6px;
}

.series_title {
  text-align: center;
}

.series_title img {
  display: block;
}

.series_sponsor img {
  display: block;
}

.specialSeries {
  padding-top: 10px;
}

.special_series_top_ad {
  margin: 20px 20px 0px;
}

.special_series_bottom_ad {
  margin: 20px;
}

#allAudio {
  margin: 0px 0px 20px 0px;
}

#socialBlock {
    font-size: 10px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;            
}

img.pe {
  position: absolute;
  margin: -23px 0px 0px 0px;
}

#bdContentAreaPhotoEssay #tagBlock {
  margin-bottom: 20px;
}

#bdContentAreaPhotoEssay #tagBlock a {
  color: #c9c1b8;
}

#bdContentAreaPhotoEssay #socialBlock a {
  color: #fff;
}

#columns #column123.promoted {
  background-color: transparent;
}

.promoted #bdContentAreaPhotoEssay {
  background-color: #fff;
  color: #8A7967;
}

.promoted #bdContentAreaPhotoEssay #photoEssayLeft h1 {
  color: black;
}

.promoted #bdContentAreaPhotoEssay #photoEssayLeft #normalCaption {
  color: #8A7967;
}


.promoted #bdContentAreaPhotoEssay ul#tagBlock li a {
  color: #8A7967;
  text-decoration: underline;
}
