@import "reset.css";

body {
  font-size: 12px;
  line-height: 1.5em;
  font-family: arial, sans-serif;
  color: #000;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}

a {
  text-decoration: none;
  color: #9D2020;
}
h2 {
  margin: 0 0 1em 0;
  font-size: 22px;
}

  h2.titled { background: url("../images/titles.png"); height: 22px; text-indent: -5000px; }
    h2.featured-shows { background-position: -10px -80px; width: 220px; }
    h2.upcoming-episodes { background-position: -10px -0px; width: 220px; }
    h2.latest-news { background-position: -10px -40px; width: 220px; }
    h2.recently-aired { background-position: -10px -120px; width: 220px; }
    h2.all-shows { background-position: -10px -160px; width: 220px; }
    h2.about { background-position: -10px -200px; width: 220px; }
    h2.members { background-position: -10px -240px; width: 220px; }
    h2.comments { background-position: -10px -320px; width: 220px; }
    h2.recaps { background-position: -10px -360px; width: 220px; }
    h2.dashboard { background-position: -10px -400px; width: 220px; }

#sidebar h2 {
  margin-bottom: 0.5em;
}

#sidebar h3 {
  font-weight: normal;
}

.ads p {display: none;}
.ad728 {
  text-align: center;
}
.ad300, .ad468 {
  margin-bottom: 30px;
}

.module {
  padding: 0 20px;
  margin-bottom: 30px;
}

.prevnext { display: block; margin-bottom: 10px; }
  .prevnext ul {   }
    .prevnext ul li { width: 50%; float: left; }
    .prevnext ul li.prev { text-align: left; }
    .prevnext ul li.next { text-align: right; }
    .prevnext ul li.prev a { padding-left: 10px; background: url("../images/arrows.png") 0 -10px no-repeat; }
    .prevnext ul li.prev a:hover { padding-left: 10px; background: url("../images/arrows.png") 0 4px no-repeat; }
    .prevnext ul li.next a { padding-right: 10px; background: url("../images/arrows.png") right -17px no-repeat; }
    .prevnext ul li.next a:hover { padding-right: 10px; background: url("../images/arrows.png") right -3px no-repeat; }


.tools {
  float: right;
  margin-bottom: 10px;
}
  .tools ul {}
    .tools ul li {
      display: inline;
      margin-right: 5px;
    }
    
      .tools ul li a {
        text-align: right;
        background: #000;
        color: #fff;
        padding: 5px 10px;
        padding-left: 30px;
        background: #000 url("../images/tool-icons.png") 0 0  ;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
      }

      .tools ul li.favorite a.active {
        background-color: #d32929;
      }

      .tools ul li.favorite a {
        background-position: 6px -75px ;
      }

      .tools ul li.comments a {
        background-position: 8px -116px ;
      }

      .tools ul li.recaps a {
        background-position: 8px -150px ;
      }

      .tools ul li a:hover {
        background-color: #d32929;
      }

dl {
  margin: 0 0 0 0;
  border-bottom: 1px solid #acacac;
}

  dl dt {
    width: 100px;
    float: left;
    padding: 10px 5px;
    padding-left:0;
    font-weight: bold;
    border-top: 1px solid #acacac;
  }

  dl dd {
    width: 500px;
    padding: 10px 5px;
    padding-left:0;
    border-top: 1px solid #acacac;
    float: left;
  }


ul.list {
  border-top: 1px solid #eee;
}
  ul.list li {
    padding: 3px 0 ;
    border-bottom: 1px solid #eee;
  }

  ul.list li.last {
    border-bottom: 0;
  }

  ul.list li a {
    display: block;
  }

ul.bullet {
  list-style: disc;
    margin: 0 ;
}
  ul.bullet li {
    margin: 0 0 0 20px;
  }

  ul.bullet li a {
    
  }


#flashes { width: 940px; background: #fff;  }
  #flashes .notice {
    background: #deffbb;
    padding: 10px;
    border: 1px solid #b3d3a0;
    border-width: 0 1px 1px;
    font-weight: bold;
    color: #084535;
  }

.errors {
  padding: 10px;
  border: 1px solid #d11212;
  margin: 0 0 20px;
}
  .errors p {
    font-weight: bold;
    color: #E91414;

  }
  .errors ul {}
    .errors ul li {
      color: #E91414;
    }
      .errors ul li p {
        font-weight: normal;
      }

#featured-shows {
  margin-bottom: 30px;
}

#upcoming-episodes {
  margin-bottom: 30px;
}

  #upcoming-episodes ul {
    border-bottom: 1px solid #ddd;
  }
  #upcoming-episodes ul li {
    border-top: 1px solid #ddd;
  }
  #upcoming-episodes ul li h3 {
    width: 120px;
    float: left;
    margin: 0.5em 0 0 0;
    font-size: 14px;
  }

  #upcoming-episodes ul li ol {
    margin-left: 20px;
    width: 480px;
    float: left;
  }

    #upcoming-episodes ul li ol li {
      border-top: 0;
      border-top: 1px solid #eee;
      border-left: 1px solid #ddd;
    }

    #upcoming-episodes ul li ol li.first {
      border-top: none;
    }

      #upcoming-episodes ul li ol li a {
        padding: 0.5em 20px;
        display: block;
      }

        a span.series {
          color: #666;
        }

        a span.season {
          color: #999;
        }

      #upcoming-episodes ul li ol li a:hover {
        background: #eee;
      }

      span.new_series, #upcoming-episodes ul li ol li span.new_season {
        padding: 0;
        font-size: 9px;
        text-transform: uppercase;
        color: #fff;
        background: #900;
        padding: 0.25em;
      }

#latest-news {
  margin-bottom: 30px;
}

  ul.news-list {
    border-top: 1px solid #ddd;
  }
    ul.news-list li {
      border-bottom: 1px solid #ddd;
    }

    ul.news-list li div.img {
      float: left;
      margin: 20px 20px 20px 0;
      width: 119px;
      text-align: center;
    }


    ul.news-list li div.item {
      border-left: 1px solid #ddd;
      width: 440px;
      padding: 20px;
      float: left;
    }

    ul.news-list li div.item h3 {
      font-size: 18px;
      font-weight: normal;
      line-height: 1.5em;
      margin-top: -0.25em;
    }

    ul.news-list li div.item p.dateline {
      color: #999;
      margin-bottom: 1em;
    }
  

ul.featured {}
  ul.featured li {
    float: left;
    margin-right: 20px;
    width: 140px;
  }

  ul.featured li.last {
    margin-right: 0px;
  }

#top-ad {
  width: 940px;
  margin: 10px auto;
}

#header {
  background: url("../images/header-bg.png");
  display: block;
  height: 130px;
}

#footer {
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}


  #footer .copyright {
    padding: 10px 0;
    float: left;
  }

  #footer ul {
    float: right;
  }

    #footer ul li {
      float: left;
      padding: 10px;
      border-left: 1px solid #ccc;
    }
    #footer ul li a {
    }

#branding {
  float: left;
}

  #branding h1 {}
    #branding h1 a {
      background: url("../images/logo.png") 0 0 no-repeat;
      float: left;
      width: 566px;
      height: 46px;
      display: block;
      text-indent: -5000px;
      margin-top: 25px;
    }

#userstatus {
  background: #fff;
  float: right;  
  width: 280px;
  height: 30px;
  margin-top: 20px;
  padding: 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #921a1c;
}
  #userstatus a { }

#main-nav {
  float: left;
  margin-top: 25px;
  height: 34px;
  width: 100%;
  background: #000;
}

  #main-nav ul {
  }

    #main-nav ul li {
      float: left;
    }

    #main-nav ul li.search {
      padding: 5px 5px;
      float: right;
    }

      #main-nav ul li.search .button {
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        background: -moz-linear-gradient(0% 45% 90deg, #d32929, #811517 100%);
        background: -webkit-gradient(linear, 0% 0%, 0% 65%, from(#d32929), to(#811517), color-stop(.2,#811517));
        color:#fff;
        font-family:arial,helvetica,sans-serif;
      }
      #main-nav ul li.search .button:hover{
        background: -moz-linear-gradient(40% 51% 90deg,#D4A922, #EBC41F, #EDD670 100%);
        background: -webkit-gradient(linear, 0% 0%, 0% 65%, from(#EDD670), to(#D4A922), color-stop(.2,#EBC41F));
      }

    #main-nav ul li a {
      line-height: 34px;
      padding: 0 20px 0 10px;
      color: #fff;
      text-decoration: none;
      display: block;
      border-right: 1px solid #222;
    }

    #main-nav ul li a:hover {
      background: #333;
    }

    #main-nav ul li.current a {
      background: #444;
    }

#main-nav .icon {
  float: left;
  background: url("../images/icons.png");
  text-indent: -5000px;
  display: block;
  width: 20px;
  height: 24px;
  margin-top: 5px;
  margin-right: 5px;
}

#main-nav .home {
  background-position: -48px -120px;  
}

#main-nav .news {
  background-position: -48px -72px;  
}

#main-nav .shows {
  background-position: -216px -144px;  
}

#main-nav .members {
  background-position: -24px -264px;  
}

#main-nav .about {
  background-position: -216px -120px;  
}

#content {
  background: url("../images/sidebar-white-bg.png") right 0 repeat-y;
}

  #main {
    width: 620px;
    float: left;
    margin: 30px 0;
  }

  #sidebar {
    border-top: 30px solid #fff;
    float: right;
    width: 300px;
    margin: 0 0 30px 0;
  }

.wrap {
  width: 940px;
  margin: 0 auto;
}


div.paginator { border: 2px solid #555; border-width: 2px 0 1px;  }
  div.paginator ul li { float: left; margin: 0;}
  div.paginator ul li.prevnext { border-right: none;  float: right;}
  div.paginator ul li.right { float: right;}

    div.paginator ul li.prevnext a {  padding: 0; margin: 10px; }
    div.paginator ul li.prevnext.prev a { padding-left: 10px; background: url("../images/arrows.png") 0 -9px no-repeat; height: 15px;}
    div.paginator ul li.prevnext.prev a:hover { padding-left: 10px; background: url("../images/arrows.png") 0 5px no-repeat; }
    div.paginator ul li.prevnext.next a { padding-right: 10px; background: url("../images/arrows.png") right -15px no-repeat; }
    div.paginator ul li.prevnext.next a:hover { padding-right: 10px; background: url("../images/arrows.png") right -1px no-repeat; }

    div.paginator ul li.prevnext.next  { border-left: 1px solid #ccc; }


  div.paginator ul li:hover { background: #fff; }
  div.paginator ul li.current { background: #eee; }
  div.paginator ul li.current:hover { background: inherit; }
  div.paginator ul li.disabled { color: #ccc; }
  div.paginator ul li.disabled:hover { background: inherit; }

  div.paginator ul li.small a { text-decoration: none; padding: 10px; float: left;}
  div.paginator ul li a { text-decoration: none; padding: 10px 10px 0 10px; float: left;}
  div.paginator ul li strong { padding: 10px; float: left; }
  div.paginator ul li span { padding: 10px; float: left; }

  div.paginator.alphabet ul li a { text-decoration: none; padding: 10px 5px; float: left;}

#shows {}
  #shows ul.list {}
    #shows ul.list li { padding: 10px 10px 10px 0px;     border-bottom: 1px solid #aaa; }
    #shows ul.list li.last {
      border-bottom: 0;
    }

    #shows ul.list li a {
      display: inline;
    }

    #shows ul.list li div.img {
      float: left;
      margin-right: 20px;
      width: 140px;
      text-align: center;
    }


    #shows ul.list li div.item {
      width: 440px;
      padding: 0;
      float: left;
    }

    #shows ul.list li div.item h3 {
      font-size: 18px;
      margin-bottom: 1em;
    }

  #show .description { margin-bottom: 30px; font-size: 18px; line-height: 1.25em;  }
  #show h3 { margin-bottom: 0.5em; font-size: 16px;  }
    #show .description img {float: left; margin: 0 10px 20px 0; padding: 5px; background: #ccc; }
    #show .description p {margin-left: 160px; margin-bottom: 1em; }
    #show .description .no-margin p {margin-left: 0; }
  #show .meta {
    margin-bottom: 30px;
  }

  #show .prevnext {
    margin-bottom: 30px;
  }

  #show .prevnext ul {
  }
    #show .prevnext ul li {
      width: 50%;
      float: left;
    }
      #show .prevnext ul li h3 {
        padding-bottom:10px;
        border-bottom: 1px solid #aaa;
      }

  .meta p {
    margin-bottom: 1em;
  }

  #season .description { margin-bottom: 30px;  }
  #episodes h3 { margin-bottom: 0.5em; font-size: 16px;  }


#seasons { margin-bottom: 30px; }
  #seasons h3 { margin-bottom: 0.5em; font-size: 16px;  }
  #seasons ul.list { border: 2px solid #555; border-width: 2px 0 1px; }
  #seasons ul.list { border: 2px solid #555; border-width: 2px 0 1px; }
    #seasons ul.list li { padding: 10px 10px 10px 0px;     border-bottom: 1px solid #aaa; }
    #seasons ul.list li.last {
      border-bottom: 0;
    }



#episodes {margin-bottom: 30px; }
  #episodes table.list {}
    #episodes table.list tr { border-bottom: 1px solid #ccc; }
    #episodes table.list tbody tr:hover { background: #eee; }
      #episodes table.list tr td { padding: 5px; }

      #episodes table.list tr td.number { width: 20px; }
      #episodes table.list tr td.date { width: 55px; text-align: center;}
      #episodes table.list tr td.title {  }
      #episodes table.list tr td.title a { display: block; font-size: 14px; font-weight: normal; margin-bottom: 0.5em; }

#episode {}
  #episode .description { margin-bottom: 30px; font-size: 18px; line-height: 1.25em;  }
  #episode h2 { margin-bottom: 0.5em; }
  #episode h3 { margin-bottom: 0.5em; font-size: 16px; }
  #episode h3.season-show { border-bottom: 1px solid #ccc; font-weight: normal; font-size: 12px; color: #666; margin-bottom: 0.5em; padding-bottom: 0.25em; }
    #episode h3.season-show a { color: #666; }

  #episode .meta {
  }

  #episode #comments {
    margin-top: 30px;
  }

  #episode .watch {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

#article h2 {
  margin-bottom: 0.5em;
}

#article h3 {
  margin-bottom: 0.5em;
}

#article p {
  margin-bottom: 1em;
}

#article p.dateline {
  color: #999;
}

#article p.via {
  color: #666;
}

  #article p.via a {
    font-weight: bold;
  }

   form fieldset {} 
     form fieldset ol {} 
       form fieldset ol li {
        padding: 5px 0;
        font-size:12px;
      } 
        fieldset ol li label {
          display:block;
          line-height: 18px;
        } 

        form fieldset ol li input {
          font-size:12px;
          width: 300px;
        } 

        form fieldset ol li textarea {
          font-size:12px;
          width: 300px;
          height: 100px;
        } 

        form fieldset ol li p.note {
          font-size: 11px;
          margin-top: 4px;
          color: #666;;
        }

        form fieldset ol li input[type=submit] {
          width: auto;
        }

        form fieldset ol li textarea {
          width: 610px;
        }

        form fieldset ol li input[type=checkbox] {
          width: auto;
        }


#comments .no-comment {
  margin-bottom: 30px;
}
  
#comments ul.list {margin-bottom: 30px;}
  #comments ul.list li {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
  }
    #comments ul.list li .author {
      width:140px;
      margin-right: 10px;
      float: left;
      background: #f5f5f5;
      padding: 10px;
      min-height: 100px;
    }
      #comments ul.list li .author h3 {
        font-weight: normal;
        font-size: 14px;
      }
      #comments ul.list li .author p {
        color: #999;
      }
    #comments ul.list li .body {
      width:430px;
      float: left;
      min-height: 100px;
      padding: 10px;
    }

#recaps .no-recap{
  margin-bottom: 30px;
}

#recaps ul.list {margin-bottom: 30px;}
  #recaps ul.list li {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
  }
    #recaps ul.list li .body {
      padding: 10px 0;
    }

    #recaps ul.list li .body p {
    }

    #recaps ul.list li .author p a, #recaps ul.list li .body p a {
      display: inline;
    }

#recap {}
  #recap .author { margin-bottom: 10px;  }
  #recap .body { margin-bottom: 10px;  }
  #recap h2 { margin-bottom: 0.5em; }
  #recap h3 { margin-bottom: 0.5em; font-size: 16px; }
  #recap h3.season-show { border-bottom: 1px solid #ccc; font-weight: normal; font-size: 12px; color: #666; margin-bottom: 0.5em; padding-bottom: 0.25em; }
    #recap h3.season-show a { color: #666; }


.page p {
  margin-bottom: 1em;
}

#subscribe {
  border-top: 1px solid #e5e5e5;;
  height: 41px;
  overflow: hidden;
}

  #subscribe ul {
    padding: 12px 10px 10px 10px;
  }
    #subscribe ul li {
      float: left;
      padding-right: 10px;
    }

      #subscribe ul li a {
      }

        #subscribe ul li a.rss {
          padding-left: 21px;
          background: url("../images/social-icons.png") 0 0  ;
          float: left;
        }

        #subscribe ul li a.twitter {
          padding-left: 21px;
          background: url("../images/social-icons.png") 0 -16px  ;
          float: left;
        }

      #subscribe ul li h2 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
      }

/* ----- SEARCH ----- */

#search h2 {}
#search h3 { font-size: 18px; line-height: 24px; font-weight:bold; }
  #search h4 { font-size: 12px; line-height: 18px; font-weight:normal; }

#search .result_list {
  margin-bottom: 20px;
}
  #search p.term {
    margin-bottom: 20px;
  }

  #search .result_list p.count {
    margin: 5px 0;
  }

    #search .result_list ul li  {
      padding: 5px 0;
    }


.sharebar {
  padding: 10px 0 10px 0 !important;
  border-bottom: 1px solid #eee;
}

  .sharebar a {
    display: block;
    width: 100px;
    float: left;
  }

  .sharebar #fb-root {
    float: left;
    margin: 0 20px;
  }
