html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { 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; } article, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote { &before,: :&after; &before,-content: ""; } q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } em, i { font-style: italic; } strong, b { font-weight: bold; } sup { font-size: 12px; line-height: 12px; padding-left: 2px; display: inline-block; vertical-align: top; }

body {
  background: #202 url("../images/background.png") no-repeat scroll top center;
  width: 960px;
  position: relative;
  margin: 48px auto;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.5;
  text-shadow: 1px 1px 1px #101;
  font-weight: lighter;
  overflow-y: scroll;
  }
  
header, section {
  width: 600px;
  margin-bottom: 24px;
  }
  
h1, h2 {
  font-family: "Gill Sans Light", "GillSans-Light", "Gill Sans", "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  }

h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 70px;
  line-height: 1;
  padding: 1px;
  }
  
  h1.hyperlink:hover {
    cursor: pointer;
    padding-bottom: 0;
    border-bottom: 1px solid #656;
    }
  
  header h1 {
    font-family: "Gill Sans";
    font-weight: normal;
    white-space: nowrap;
    }
    
    header h1 span {
      margin-left: -4px;
      letter-spacing: -10px;
      padding-right: 10px;
      }
  
h2 {
  margin-left: 24px;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  }
  
p {
  margin-bottom: 12px;
  }
  
time {
  white-space: nowrap;
  }
  
a {
  color: #D9F;
  text-decoration: none;
  }
  
  a:hover {
    color: #ECF;
    border-bottom: 1px solid #97B;
    }
  
p.quote {
  overflow: hidden;
  }
  
  p.quote a {
    display: block;
    float: left;
    margin: 0 24px 12px;
    color: #FFF;
    text-decoration: none;
    padding: 12px;
    background: #434;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -border-radius: 12px;
    }
    
    p.quote a:hover {
      background: #989;
      }
  
aside {
  position: absolute;
  width: 252px;
  padding-left: 60px;
  right: 0;
  top: 136px;
  
  background: url("../images/sidebar.png") no-repeat scroll top left
  }
  
  aside p {
    display: block;
    }
    
    aside p a {
      display: block;
      color: inherit;
      text-decoration: none;
      padding: 24px;
      margin: -24px;
      }
      
      aside p a:hover, aside p a:focus {
        background: #323;
        background: rgba(255, 255, 255, .1);
        border: none;
        }
    
    aside p strong {
      display: block;
      white-space: nowrap;
      }
      
#player {
  background: #000;
  width: 600px;
  height: 450px;
  border: 1px solid #323;
  margin: -1px -1px 11px;
  }
