@import "http://fonts.googleapis.com/css?family=Cabin+Condensed:400,700|Noticia+Text:400,400italic,700,700italic&subset=latin,latin-ext";
html {
    font-size: 100%;
}
body {
    font-family: 'Noticia Text',serif;
    font-weight: 400;
}
body, a, a:hover {
    color: #111;
}
a {
    transition: color 0.3s ease 0s;
}
a, a:hover {
    text-decoration: none;
}
#ad {
    background-color: rgba(255, 255, 255, 0.5);
    left: 10px;
    overflow: hidden;
    padding: 10px;
    position: fixed;
    top: 10px;
    width: 150px;
    z-index: 1000;
}
#ad.dark {
    background-color: rgba(0, 0, 0, 0.5);
}
#bsap_aplink {
    color: rgba(0, 0, 0, 0.25);
    display: block;
    font-family: 'Cabin Condensed',sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
#bsap_aplink:hover {
    color: #111;
}
#ad.dark #bsap_aplink {
    color: rgba(255, 255, 255, 0.25);
}
#ad.dark #bsap_aplink:hover {
    color: #fff;
}
body .one .bsa_it_ad, body .one .bsa_it_ad * {
    background-color: transparent !important;
    position: static !important;
    z-index: 1 !important;
}
body .one .bsa_it_ad {
    border: medium none;
    font-family: 'Noticia Text',serif;
    margin: 0;
    padding: 0;
}
body .one .bsa_it_ad .bsa_it_i, body .one .bsa_it_ad .bsa_it_t, body .one .bsa_it_ad .bsa_it_d {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
body .one .bsa_it_ad .bsa_it_t, body .one .bsa_it_ad .bsa_it_d {
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    line-height: 1.75;
}
body .one .bsa_it_ad .bsa_it_i {
    margin-bottom: 10px;
}
body .one .bsa_it_ad .bsa_it_t {
    font-weight: 700;
}
#ad.dark .bsa_it_ad .bsa_it_t, #ad.dark .bsa_it_ad .bsa_it_d {
    color: rgba(255, 255, 255, 0.75);
}
body .one .bsa_it_p {
    display: none;
}
#ad-close {
    height: 10px;
    position: absolute;
    right: 5px;
    text-align: left;
    text-indent: -9999px;
    top: 5px;
    width: 10px;
    z-index: 1;
}
#ad-close:before, #ad-close:after {
    background-color: #666;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px;
}
#ad.dark #ad-close:before, #ad.dark #ad-close:after {
    background-color: #999;
}
#ad-close:hover:before, #ad-close:hover:after {
    background-color: #111;
}
#ad.dark #ad-close:hover:before, #ad.dark #ad-close:hover:after {
    background-color: #fff;
}
#ad-close:before {
    transform: rotate(45deg);
}
#ad-close:after {
    transform: rotate(-45deg);
}
#meta {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    height: 40px;
    left: 0;
    line-height: 1;
    overflow: hidden;
    padding: 10px 20px 0;
    position: fixed;
    width: 100%;
    z-index: 1001;
}
#meta.dark {
    background-color: rgba(0, 0, 0, 0.5);
}
#meta li {
    float: right;
}
#meta li:first-child {
    float: left;
}
#meta li:last-child {
    margin-right: 15px;
    transition: opacity 0.3s ease 0s;
}
#meta:not(:hover) li:last-child {
    opacity: 0;
}
#back-to-article {
    bottom: -2px;
    color: #111;
    float: left;
    font-family: 'Cabin Condensed',sans-serif;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
#back-to-article:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent rgba(0, 0, 0, 0.5) transparent -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 5px 5px 5px medium;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 5px;
    width: 0;
}
#back-to-article:hover:before {
    border-right-color: #111;
}
#meta.dark #back-to-article {
    color: #fff;
}
#meta.dark #back-to-article:before {
    border-right-color: rgba(255, 255, 255, 0.5);
}
#meta.dark #back-to-article:hover:before {
    border-right-color: #fff;
}
@media screen and (max-width: 40em), screen and (max-height: 40em) {
#ad, #meta {
    display: none;
}
}

