﻿/* Imports */
@import url("reset.css");
  
header, nav, aside, footer {  
    display: block;  
}  
  
body {  
    margin: 0 auto;  
    width: 100%;  
    font: 13px/22px Helvetica, Arial, sans-serif;  
}
#content { 
    position: relative;
    width: 980px;
    margin: auto;
}
#header { 
    height: 20px;
}

#nav {
    position: fixed;  
    right: 20px;
    margin-bottom: 10px;
}
#aside { 
    bottom: 0px;
    width: 730px;  
}
#facebook { 
    background-color:rgba(0,0,0,0.65);
    color: #fff;
    padding: 5px 10px 5px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    height: 30px;
}
#facebook td { vertical-align: top; }

#footer { 
    display: none;
    clear: both;
    position: relative;
    bottom: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}

#footer{ 
    background-color:rgba(0,0,0,0.65);
    color: #fff;
    padding: 5px 10px 5px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
h1 {  
    font-size: 22px;  
    line-height: 28px;    
}  

h2 {  
    font-size: 15px;  
    line-height: 17px;  
}  
  
h3 {  
    font-size: 12px;  
    line-height: 14px;  
}  
  
h1, h2, h3, h4, h5 ,h6 { font-weight: normal; }