html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}:focus{outline: 0;}body{line-height: 1;color: black;background: white;}ol,ul{list-style: none;}table{border-collapse: separate;border-spacing: 0;}caption,th,td{text-align: left;font-weight: normal;}blockquote:before,blockquote:after,q:before,q:after{content: "";}blockquote,q{quotes: "" "";}
  
body {
  background: #333;
  margin: 32px auto;
  width: 500px;
  color: #EEE;
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica";
  }
  
  h1 {
    width: 500px;
    height: 281px;
    background: #000 url("images/tvmblr.jpg") no-repeat scroll top left;
    text-indent: -9999em;
    }
    
    h1 a {
      display: block;
      height: 100%;
      width: 100%;
      color: #98AFC1;
      text-decoration: none;
      }
      
      h1 a:hover {
        background: #888;
        color: #FFF;
        opacity: 0.2;
        }
      
    #description {
      font-size: 12px;
      background: #111;
      text-align: center;
      line-height: 36px;
      }
      
      #description a {
        display: block;
        height: 36px;
        width: 100%;
        color: #777;
        text-decoration: none;
        }
        
        #description a:hover {
          background: #98AFC1;
          color: #222;
          }
      
  #description, .post {
    position: relative;
    margin-bottom: 24px;
    }
      
  p.date {
    display: none;
    color: #555;
    border-bottom: 1px solid #555;
    height: 12px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 12px;
    }
    
    p.date span {
      background: #333;
      padding: 0 4px;
      }
    
  p.meta {
    display: none;
    position: absolute;
    left: 516px;
    top: 0;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    }
    
    p.meta a {
      color: #555;
      text-decoration: none;
      }
      
      p.meta a:hover {
        color: #AAA;
        }
        
  div.post.regular {
    padding: 12px;
    margin-bottom: 12px;
    background: #393939;
    }
    
    object {
      width: 100%;
      height: 281px;
      }
        
    div.post.regular p {
      margin-bottom: 12px;
      }
      
  a {
    color: #98AFC1;
    }
    
  #nav {
    display: none;
    }
    
  #page_nav {
    }
    
    #page_nav a {
      display: block;
      text-align: center;
      width: 50%;
      margin: 0 auto;
      line-height: 48px;
      background: #444;
      text-decoration: none;
      }
      
      #page_nav a:hover {
        background: #222;
        }
