/* General Style */

body{
    background:url(../images/bg-body.jpg) repeat top left;
    color:#000;
    font-size:12px;
    font-family: "Terminal Dosis", "Georgia","Times New Roman",serif;
}
.clr{
    clear:both;
}
h1{
    margin:15px;
    font-size:50px;
    color:#EEE;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: bold;
    text-shadow:1px 1px 1px #000;
    text-align:center;
    font-weight:normal;
}
h1 span{
    font-size:13px;
    display:block;
    color:#b0ccc6;
    font-family: "Terminal Dosis", "Georgia","Times New Roman",serif;
}

#vcard{
    background-color:#97AFAB;
    width:560px;
    height:315px;
    padding:10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.social-image{
    float:left;
    width:168px;
    padding:2px;
    background-color:#FFF;
    margin-bottom:2px;
    margin-right:10px;
    margin-left:-20px;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
    box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.socia-text{
    float:right;
}
#social-items{
    float:left;
    margin-top:20px;
    margin-left:35px;
}
#social-items li{
    display:block;
    margin-bottom:21px;
}

/* Contact */

.press-box {
    float:left;
    width:500px;
    height: 330px;
    margin-left:35px;
    margin-top:20px;
    padding:10px 10px 0 10px;
    background-color:#97AFAB;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 13px;
}
.press-box div {
    line-height: 22px;
}