html {
    background: #DACCB7;
}

body {
    font: 13px Verdana,sans-serif;
    color: #000;
    margin: 0;
    text-shadow: #F4E3BE 1px 1px 0;
    text-align: center;
    background: #EFDCB3;
    min-width:728px;
}

a:link, a:visited, a:active, a:hover {
    color: #8F8C86;
    text-decoration: underline;
}

a#image {
    text-decoration: none;
    text-shadow: #2D2610 0 -1px 0;
    color: #EFDCB3;
    background: #534925;
    display: block;
    line-height: 0;
    border-radius: 2px 2px 0 0;
    min-width: 100px;
    min-height: 50px;
}

a#image:hover {
    text-shadow: #54461A 0 -1px 0;
    color: #fff;
    background-color: #7A641C;
}

a#image img {
    border: 0;
}

a#image > div {
    line-height: 25px;
}

a#notRed {
    color: #B7D2FF;
    text-shadow: #6D5D26 0 -1px 0;
    text-decoration: none;
    padding: 3px;
    display: block;
}

a#notRed span {
    display: none;
}

a#notRed:hover span {
    display: inline;
}

a#redMessage {
    background: #C0332C;
    color: #EFDCB3;
    text-shadow: #A32823 0 -1px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 3px;
    border-radius: 3px;
}

a#videosLink {
    float: right;
    width: 50px;
    padding: 3px;
    display: block;
    background: #7A641C;
    border-radius: 3px;
    margin: 4px 0 0 10px;
    font-size: 11px;
    color: #EFDCB3;
    text-decoration: none;
    text-shadow: #6D5D26 0 -1px 0;
    line-height: 13px;
    border: 1px solid #483E1D;
}

header {
    width: 100%;
    height: 42px;
    background-color: #473D1D;
    background: -webkit-gradient(linear,left top,left bottom,from(#5E5025),to(#473D1D));
    background: -moz-linear-gradient(top,#5E5025,#473D1D);
}

header > div {
    width: 460px;
    margin: 0 auto;
}

#logo {
    float: left;
    text-align: right;
    height: 36px;
    margin-top:5px;
}

#logo img {
    height:36px;
}

#lastImageMessage {
    font-size: 11px;
    margin-top: 4px;
    float: right;
    width: 200px;
    background-color: #7A641C;
    border-radius: 3px;
    line-height: 13px;
    border: 1px solid #483E1D;
    text-align: center;
    position:relative;
}

#hoverMessage {
    width: 194px;
    z-index: 100;
    background-color: #7A641C;
    font-size: 10px;
    color: #EFDCB3;
    text-shadow: #6D5D26 0 -1px 0;
    position: absolute;
    left: 0;
    top: 100%;
    border-radius: 0 0 3px 3px;
    padding: 3px;
}

#jpgCover {
    position: absolute;
    bottom: 0;
    background: #EFDCB3;
    height: 30px;
    width: 100%;
    z-index: 999;
}

footer {
    font-size: 11px;
    color: #9B9892;
    text-shadow:none;
    background: #DACCB7;
    padding: 20px;
}

#topAd {
    width: 748px;
    margin: 9px auto;
    z-index: 99;
}

#bottomAd {
    width: 300px;
    margin: 0 auto 25px;
    position: relative;
}

#rightAd {
    width: 160px;
    position: absolute;
    left: 5px;
    top: 47px;
    z-index: 1001;
}

.fb-comments {
    display: block !important;
    clear: both;
    top: 15px;
    margin-bottom: 25px;
}

.share-button {
    border-radius:3px;
    display:block;
    width:90px;
    height:36px;
    padding:1px 0;
    line-height:18px;
    opacity:0.9;
    float:right;
    text-shadow:none;
    color:#fff !important;
    text-decoration:none !important;
    border:1px solid rgba(0,0,0,0.15);
}

.share-button:hover {
    opacity:1;
}

.share-twitter {
    background:#40B2D1;
    margin-left:10px;
}

.share-facebook {
    background:#3C5892;
    margin-left:20px;
}

.twitter-share-button {
    float: left;
    margin-right: 15px;
}

.instruction {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: inherit;
}

.bsap_adhere a {
    height: 16px !important;
}

.addthis_default_style {
    float: left;
    margin-right: 15px;
}

body > iframe:last-of-type {
    display: none;
} /* hide weird pinterest iframe */