body, html{
    margin: 0;
    padding: 0;
    background: #eef4f4;
    font-family: font-family: "Helvetica Neue", "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height:150%
}

a{
    color: #4522ba;
    text-decoration: underline;
}
a:hover{
    color: #0b128a;
    text-decoration: none;
}

img{
    border: 0;
}

#main{
    width: 1024px;
    margin: 10px auto auto;
}

#left{
    float: left;
    width: 250px;
}

#right{
    color: #000000;
    float: right;
    width: 760px;
}

.section{
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #8b8f8e;
    box-shadow: 2px 2px 5px #b3b1b1;
    margin-bottom: 10px;
    min-height: 100px;
}

.section > .title{
    float: left;
    clear: both;
    padding: 7px;
    font-weight: bold;
    background: #99caca;
    color: #FFFFFF;
    font-size: 20px;
}

.post{
    clear: both;
    margin: 5px;
    position: relative;
    margin-left: 8px;
    margin-top: 25px;
}

.post > .title{
    clear: both;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}

.post > .date{
    font-size: 14px;
    color: #A19D9D;
}
.post > .more{
    color: #A19D9D;
    font-size: 15px;
    width: 90%;
    text-align: right;
}

.post > .text{
    margin-top: 5px;
}
.post > .image{
    position: absolute;
    right: 20px;
    top: -20px;
    z-index: 1000;
}

.post > .keywords{
    clear: both;
    margin-top: 5px;
}

.post > .keywords > .label{
    color: #000000;
    font-size: 10px;
}

.post > .keywords > .text{
    text-transform: uppercase;
    color: #f3f6f6;
    font-size: 11px;
}

.post > .links{
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 1000;
}

.post > .more-text{
    display: none;
    padding-top: 10px;
}

.box{
    border-radius: 4px;
    border: 1px solid #A19D9D;
    box-shadow: 2px 2px 5px #A19D9D;
    padding: 5px;
    background: #99caca;
    margin-bottom: 10px;
    text-align: center;
}

.box > img{
    border-radius: 4px;
    border: 1px solid #A19D9D;
    margin: auto;
    margin-top: 3px;
}

#name{
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #2f3c45;
}

.info{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #A19D9D;
}

.info > .text{
    float: right;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 60%;
    text-align: right;
}

.info > .label{
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 40%;
}

#social{
    text-align: center;
    margin-top: 4px;
}

#social:last-child{
    margin-right: 0;
}
#social:first-child{
    margin-left: 2px;
}

#social > a{
    border: 0;
    text-decoration: none;
    margin-right: 8px;
}

.box :last-child{
    border-bottom: 0;
}

#menu{
    text-align: right;
}

#menu a{
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
}
