body {
    background: #222222 url("../img/bg.png") repeat-x top left fixed;
    color: #616161;
    font-family: "Century Gothic","Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    }

a {
    color: #bada55;
    text-decoration: none;
    }
    
#logo {
    background: url("../img/fade_out_top.png") repeat-x top left;
    position: fixed;
    top: 0;
    left: 425px;
    width: 560px;
    height: 110px;
    z-index: 99;
    text-align: right;
    }

#bio {
    position: fixed;
    top: 92px;
    left: 25px;
    width: 340px;
    z-index: 100;
    }
    
    #bio h2, #bio h3 {
        color: #dddddd;
        font-weight: normal;
        margin: 0;
        padding: 0;
        }
        
#vitals {
    margin: 0 0 10px 0;
    padding: 0;
    background: #0d0d0d;
    }
    
    #vitals li {
        list-style: none;
        margin: 0;
        padding: 0;
        }

    #vitals img, #vitals h6 {
        float: left;
        }
        
    #vitals h6 {
        font-weight: normal;
        width: 125px;
        margin: 0;
        padding: 6px 0 0 0;
        font-size: 10px;
        }
    #vitals img {
        margin: 0 0 4px 0;
        }
    #vitals img.icon {
        margin: 4px 6px 0 3px;
        }
    
#info .half {
    float: left;
    width: 50%;
    }
    
#info ul {
    margin: 0;
    padding: 0;
    }

    #info li {
        margin: 0;
        padding: 0 0 0 11px;
        list-style: none;
        font-size: 9px;
        background: url("../img/arrow_grey.png") no-repeat;
        background-position: 4 7;
        }
    #info li.nobg {
        background: none;
        }

#lifestream {
    position: absolute;
    left: 425px;
    width: 506px;
    margin: 0;
    padding: 80px 0 200px 0;
    }

#lifestream li {
    background: #111111;
    padding: 3px;
    margin-bottom: 10px;
    list-style: none;
    }
#lifestream p {
    margin: 0;
    padding: 0 0 10px 0;
    }
    
    #lifestream h4 {
        margin: 0;
        padding: 2px 1px;
        color: #bbbbbb;
        font-size: 16px;
        font-weight: normal;
        }
        #lifestream h4 p {
            margin: 0;
            padding: 0;
        }
        
    #lifestream .link {
        text-align: right;
        font-size: 9px;
        font-weight: normal;
        }
        #lifestream .link p {
            margin: 0;
            padding: 0;
        }
        #lifestream .link a {
            padding-right: 8px;
            background: url("../img/arrow_green.png") no-repeat;
            background-position: right 4;
        }
        
#footer {
    background: url("../img/fade_out_bottom.png") repeat-x top left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 346px;
    width: 100%;
    z-index: 98;
    }

/**************
  Autoclear
**************/
.ac:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    }

.ac { 
    display: inline-block;
    }

/* Hides from IE-mac \*/
* html .ac { 
    height: 1%;
    }

.ac { 
    display: block;
    }
/* End hide from IE-mac */