/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

@import url("fonts/stylesheet.css");

body{
  background: #f5f5f5;
	font-family: 'PTSans';
  font-size: 1em;
  padding: 0 5px;
}

iframe {
  border: 0;
}

h1{
  font-size: 3em;
}

h2{
  font-size: 1.5em;
  margin-bottom: 2em;
  color: #666;
  font-weight: normal;
}

h3{
  border-top: 1px solid #aaa;
  padding-top: 10px;
  font-size: 16px;
  margin-bottom: 0.5em;
}

.last{
  margin-right: 0 !important;
}

#container{
  width: 900px;
  margin: 30px auto;
}

  #main{
    float:left;
    margin-right:50px;
    width:410px;
  }
  
    #get a{
      width: 140px;
      float: left;
      margin-right: 10px;
      margin-bottom: 1em;
      font-size: 1.2em;
      text-decoration: none;
    }
    
    #get a span{
      display: block;
      font-size: 0.6em;
    }
    
    #description{
      clear: both;
      line-height: 1.3em;
    }
    
    p {
      margin-bottom: 1em;
    }
    
    blockquote {
      font-family: Georgia;
      font-style: italic;
      font-size: 1.05em;
      padding-left: 20px;
      border-left: 2px solid #999;
      color: #666;
    }
    
    blockquote .credit{
      font-size: 0.7em;
      text-align: right;
    }
    
    #video,
    #collaborators {
      font-size: 0.8em;
    }
    
    #write{
      
    }
      
      textarea{
        background: #ddd;
        border: 1px solid #aaa;
        padding: 5px;
        width:370px; height: 50px;
        font-size: 12px;
        font-family: monospace;
      }
      
  #cover{
    width: 440px;
    float: left;
  }
  
  #footer{
    margin-top: 20px;
    float: left;
    padding-top: 10px;
    border-top: 2px solid #aaa;
    font-size: 0.8em;  
    clear: both;
    width: 900px;
  }
  
    #footer #credits {
      float: right;
      padding-top: 10px
    }
  
    #footer #credits a{
      width: 80px; height: 40px;
      display: block;
      text-indent: -9999px;
      background: no-repeat url('assets/fm-logo.png') center center;
      float: left;
      margin-right: 10px;
    }
    
    #footer #credits a:hover{
      background-color: #fff;
    }
    
    #footer #credits a.tm{
      background-image: url('assets/tm-logo.png');
    }
    
    #footer #credits a.eyebeam{
      background-image: url('assets/eyebeam-logo.png');
      width: 207px;
      margin-right: 0;
    }