@import url('https://static.coffeecup.com/stylesheets/reset.css');
@import url('https://static.coffeecup.com/stylesheets/stream.common.css');

body {
  color: #4b5668;
  font: normal 12px/1.4 "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
  padding: 0 0 30px 0;
  background:url(https://static.coffeecup.com/images/sdrive/stream/indigo/bg.png);
}

/* // Typography --------- */
h1 { font-size: 30px; margin: 0 0 10px 0; }
h2 { font-size: 27px; margin: 0 0 10px 0; }
h3 { font-size: 24px; margin: 0 0 10px 0; }
h4 { font-size: 21px; margin: 0 0 10px 0; }
h5 { font-size: 18px; margin: 0 0 10px 0; }
h6 { font-size: 15px; margin: 0 0 10px 0; }

blockquote {
  margin: 0 0 18px 0; padding: 3px 15px;
  border-left: 2px solid #e35551;
}

ul { margin: 0 0 18px 0; }
ol { margin: 0 0 18px 18px; }
ol li { list-style-type: decimal; }

ul li {
  padding: 0 0 0 18px;
  background:url(https://static.coffeecup.com/images/sdrive/stream/indigo/icon_item.png) no-repeat 0 8px;
}

/* // Site Title --------- */
.sdrive-stream-site-title {
  color: #fff;
  margin: 30px 0; padding: 12px 0 0 0;
  height: 78px;
  background:url(https://static.coffeecup.com/images/sdrive/stream/indigo/bg_title.png) repeat-x;
}

.sdrive-stream-site-title-contents {
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  margin: 0 auto;
  max-width: 710px;
  position: relative;
}

.sdrive-stream-site-title-contents h1 { width: 91.5492958%; }
.sdrive-stream-site-title-contents h1 span { color:#fff; font-size: 33px; }

.sdrive-stream-site-title-contents em {
  color: #7e899d;
  font-size: 16px; font-style: italic;
  padding: 3px 0 0 0;
  display: block;
}

.sdrive-stream-site-title-contents a.sdrive-stream-home {
  width: 40px; height: 41px;
  display: block;
  position: absolute;
  top: 13px; right: 0;
  background:url(https://static.coffeecup.com/images/sdrive/stream/indigo/icon_home.png) no-repeat;
}

/* // Main Container ----- */
#sdrive-stream-container {
    box-sizing: border-box;
  margin: 0 auto;
  max-width: 710px;
  overflow: hidden;
}

/* // Post Container ----- */
.sdrive-stream-post-container {
    box-sizing: border-box;
  padding: 0 0 62px 0;
  width: 100%;
  overflow: hidden;
  background:url(https://static.coffeecup.com/images/sdrive/stream/indigo/bg_container.png) no-repeat bottom left;
}

.sdrive-stream-post-datetime {
    box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,1);
  margin: 2.3943662% 0 0 0; padding: 9px 0 0 0;
  width: 21.1267%; height: 35px;
  display: block;
  float: left;
  background:url(https://static.coffeecup.com/images/sdrive/stream/indigo/bg_date.png) no-repeat;
}

@media screen and (max-width: 405px) {
    .sdrive-stream-post-datetime {
        font-size: 10px;
    }
}

.sdrive-stream-post-datetime span {
  margin: 0 3px 0 0;
  display: inline-block;
}

/* // Post Contents ------ */
.sdrive-stream-post-contents {
    box-sizing: border-box;
  font: normal 15px/1.4 "Cambria", Helvetica, Arial, sans-serif;
  margin: 0 2.81690% 0 0; padding: 18px 20px 0 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 7px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 7px 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 7px 3px rgba(0,0,0,0.3);
  width: 70.4225%;
  float: left;
  background-color: #fff;
}

.sdrive-stream-post-title { margin: 0 0 18px 0; }

.sdrive-stream-post-title a {
  color: #e35551;
  font: normal 28px/28px "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
}
.sdrive-stream-post-title a:hover {
  color: #546376;
}


.sdrive-stream-post-contents p { padding: 0 0 18px 0; }
.sdrive-stream-post-contents img { margin: 0 0 20px 0; }

.sdrive-stream-post-contents a {
  color: #e35551;
}
.sdrive-stream-post-contents a:hover {
  color: #546376;
}


.sdrive-stream-post-contents img {
  max-width: 500px;
  width: expression(this.width > 500 ? '500px' : 'auto');
}

/* // Pagination --------- */
.sdrive-stream-post-pagination {
    box-sizing: border-box;
  width: 78.8732394%;
  display: block;
  float: right;
}

.sdrive-stream-post-pagination span, .sdrive-stream-post-pagination a {
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin: 0 1.78571429% 0 0; padding: 3px 0 0 0;
  width: 30px; height: 28px;
  display: block;
  float: left;
  background-image:url(https://static.coffeecup.com/images/sdrive/stream/indigo/pagination_btn.png);
}

.sdrive-stream-post-pagination a:hover { background-position: 0 -31px; }
.sdrive-stream-post-pagination span.current_page { background-position: 0 -62px; }

.sdrive-stream-post-previous_page, .sdrive-stream-post-next_page { width: 56px !important; background-position: -90px 0; }
a.sdrive-stream-post-previous_page:hover, a.sdrive-stream-post-next_page:hover { background-position: -90px -31px !important; }

.sdrive-stream-post-first_page, .sdrive-stream-post-last_page {
  text-indent: -9000px;
  padding: 0;
  height: 31px;
}

.sdrive-stream-post-first_page { background-position: -30px 0; }
a.sdrive-stream-post-first_page:hover { background-position: -30px -31px !important; }
.sdrive-stream-post-last_page { background-position: -60px 0; }
a.sdrive-stream-post-last_page:hover { background-position: -60px -31px !important; }

/* Social buttons */
div.sdrive-stream-social { clear:both; margin-left:21.1267606%; padding-top:20px; width: auto;}
.sdrive-stream-social iframe { float: left; margin-right:10px; }

/* Disqus comments */
div.sdrive-stream-post-comments {
   box-sizing: border-box;
   clear:both;
   margin-left:21.1267606%;
   width: 70.4225352%;
   padding:10px 20px 20px 20px;
   background-color:rgba(255,255,255,.85);
   -moz-border-radius:6px;
   -webkit-border-radius:6px;
   border-radius:6px;
}

@media screen and (max-width: 525px) {
    div.sdrive-stream-post-comments {
        width: 83.0985915%;
        margin: 0 8.45070423%;
    }
}
#disqus_thread a { color:#e35551; }
.dsq-brlink { color:#aaa !important; }
.dsq-textarea-reply {margin-left:60px !important }