﻿/* 
// content
*/

#content{
    min-height: 500px;
    width: 540px;
    margin: 0 0 0 80px;
    padding: 3em 0 5em;
    font-family: Georgia, Times New Roman, Serif;
    float: left;
} * html #content{ margin-left: 40px; height: 500px; }

/*
// sidebar
*/

#sidebar{
    width: 230px;
    float: right;
    padding: 3em 0 4em;
}

#sidebar section{
    background: #060606;
    color: #aaa;
    font-size: 12px;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 10px;
    position: relative;
}

#sidebar section h3{
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-family:'Avenir LT W02 85 Heavy', Arial, Tahoma, sans-serif; font-style: normal; font-weight: normal;
}

#sidebar section p{
    margin: 0 0 .25em;
}