.group:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    
/* #### TYPOGRAPHY #### */
body {
    background: #998675;
    font-family: Helvetica, sans-serif;
    color: white;
    font-size: 17px;
    margin: 0;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* #### CUSTOM STYLES #### */
#wrapper {
    height: 100%;
    position: fixed;
    right: 0;
    width: 100%;    
}

#left {
    float: left;
    width: 580px;
    z-index: 2;
    position: absolute;
    left: 0;
}

#right {
   float: right;
   height: 100%;
   z-index: 1;
   position: relative;
}

#portret {
    float: right;
    height: 100%;
    position: relative;
}

#balloon, #bio, #links {
    clear: both;
    float: right;
}

#balloon {
    background: url(../img/balloon.png) no-repeat;
    width: 322px;
    height: 215px;
    margin: 20px 0;
}

#balloon ul {
    width: 230px;
    list-style: none;
    padding: 0;
    position:relative;
    z-index:3;
    margin: 20px auto;
}
    
#twitter_update_list a {
    display: none;
}    
        
#twitter_update_list li span a {
    display: inline;
}

#balloon div.date {
    text-transform: uppercase;
    text-align: center;
    background: #f6f5f5 url(../img/date.png) no-repeat;
    height: 25px;
    
    color: black;
    width: 95px;
    line-height: 22px;
    font-size: 15px;
    position: relative;
    z-index: 4;
    top: 160px;
    margin: auto;
}

#bio {
    margin-right: 10px;
    width: 350px;
    margin-bottom: 40px;
}

#bio span,
#links span.title {
    background: black;
    clear: both;
    float: left;
    margin: 1px 0 0;
    padding: 1px 10px;
}

#bio span {
    margin-left: 50px;
    float: none;
    display: inline-block;
}

#links {
    width: 435px;
}

#links span.title {
    text-transform: lowercase;
}

#links div {
    float: right;
    width: 311px;
    margin-bottom: 20px;
}

#links span.bullet {
    font-size: 10px;
}