/*
  Short Desc: KND RSS botd Stylesheet
  Plugin URI: http://www.kindlenationdaily.com
  Author: Mark White mark@somsip.com
  Author URI: http://www.somsip.com
  License: Copyright KindleNationDaily.com 2021
*/

#botd-advert {
    border: 3px double #9c9c9c;
    padding: 42px 0 0;
    width: 162px;
    margin: 0;
    font-family: Tahoma,Arial,"Times New Roman",Times,serif;
    color: #444444;
    min-height: 552px;
    overflow: hidden;
}

#botd-advert.ebotd, #botd-advert.firebotd {
    background: #fcfcfc url(/wp-content/plugins/knd-rss-ebotd/images/ebotd.jpg) no-repeat center 0px;
}

#botd-advert.totd {
    background: #fcfcfc url(/wp-content/plugins/knd-rss-ebotd/images/totd.jpg) no-repeat center 0px;
}

#botd-advert.rotd {
    background: #fcfcfc url(/wp-content/plugins/knd-rss-ebotd/images/rotd.jpg) no-repeat center 0px;
}

#botd-advert-main {
    border-bottom: 3px double #9c9c9c;
    min-height: 484px;
}

#botd-advert-main a, #botd-advert-main a:visited {
    text-decoration: none;
    color: #205B87;
}

#botd-advert-main a:hover  {
    text-decoration: underline;
    color: #205B87;
}

#botd-advert-main a img {
    border: 0;
    height: 150px;
}

#botd-advert-image {
    overflow:hidden;
    text-align: center;
    height:175px;
    padding: 5px 0 10px;
    background: url(/wp-content/plugins/knd-rss-ebotd/images/background.png) no-repeat 50% 160px;
    border-bottom: 3px double #9c9c9c;
    border-top: 3px double #9c9c9c;
}

#botd-advert-title {
    display: none;
}

#botd-advert-summary {
    text-align: center;
    padding: 5px;
    font-weight: bold;
    display: block;
    font-size: 10px;
    line-height: 12px;
}

#botd-advert-call {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    padding: 0 5px;
    line-height: 15px;
    margin-top: 2px;
}

#botd-advert-info {
    text-align: center;
    font-size: 9px;
    color: #999898;
    padding: 5px;
    line-height: 11px;
}

#botd-advert-info a, #botd-advert-info a:visited {
    color: #999898;
}

#botd-advert.ebotd #what-is-it:before, #botd-advert.firebotd #what-is-it:before {
    content: "eBook of the Day";
}

#botd-advert.totd #what-is-it:before {
    content: "Thriller of the Day";
}

#botd-advert.rotd #what-is-it:before {
    content: "Romance of the Day";
}
