/*  =GENERAL SHTUFF
  ------------------------------------------------------ */
  body {
    background: #FFF ;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #596163;
  	font-size: 62.5%;
  	margin: 0 auto;
  	padding: 0;
  	width:620px;
  }
  
  p {
    color:#999;
    font-family: Helvetica, Arial, sans-serif;
    font-size:1.75em;
    text-align: center;
    line-height:1.25em;
    margin: 0 auto;
    margin-bottom:50px;
    width:550px;
  }
  
  p.contact {
    color:#999;
    font-size:1.25em;
  }
  
  a {
    color:#64B3B3;
    text-decoration: none;
  }

  strike {
    color: #000000;
  }
 
  h1, h2, h3, h4, h5, h6 {
    color:#999;
    margin:0px ;
    text-align: center;
  }

  h1 {
    background: url('../img/name.png') no-repeat center center;
    font-family: Palatino, Georgia, Times, 'Times New Roman', serif;
    font-size:5em;
    font-style: italic;
    font-weight:normal;
    margin: 0 auto;
    margin-bottom:30px;
    margin-top:125px;
    text-indent: -9999px;
    
    height:36px;
    width:100%;
  }

  h2 {
    font-family: Palatino, Georgia, Times, 'Times New Roman', serif;
    font-size:2.5em;
    font-style: italic;
    font-weight:normal;
  }
  
  h2.say-hi {
    background: url('../img/hi.png') no-repeat center center;
    margin: 0 auto;
    margin-top:20px;
    text-indent: -9999px;
    
    height:36px;
    width:125px;
  }

  h2.contact {
    background: url('../img/contact.png') no-repeat center center;
    clear:both;
    margin: 0 auto;
    margin-top:20px;
    text-indent: -9999px;
    
    height:36px;
    width:115px;
  }
  
  div.networks {
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
    display:block;
    margin:0 auto;
    text-align: center;
    width:620px;
  }

  ul.networks {
    display:block;
    height:32px;
    list-style-type: none;
    margin:0 auto;
    padding:0 0 30px 0;
    width: 200px;
  }
  
  ul.networks li {
    display:inline;
    float:left;
    height:32px;
    margin:4px;
    text-indent: -9999px;
    width:32px;
  }
  
  a.networks {
    display:block;
    height:32px;
    text-indent: -9999px;
    width:32px;
  }
  
  ul.networks li#twitter a.networks {
    background: url('../img/icon-twitter.png') no-repeat center;  
  }
  
  ul.networks li#flickr a.networks {
    background: url('../img/icon-flickr.png') no-repeat center;  
  }
  
  ul.networks li#tumblr a.networks {
    background: url('../img/icon-tumblr.png') no-repeat center;  
  }
  
  ul.networks li#linkedin a.networks {
    background: url('../img/icon-linkedin.png') no-repeat center;  
  }
  
  ul.networks li#blog a.networks {
    background: url('../img/icon-rss.png') no-repeat center;  
  }
  
  
  
  
  