body{
    background-color: #D2D1D0;
}

#footer, #header, #body{
    background: none;
}

#e-mail{
    background-color: purple;
    padding: 8px 16px;
    border-radius: 3px;
    line-height: 16px;
    display: inline-block;
    margin: 15px;
}

/* Bar: body */
#body .bar {
    width: auto; 
    margin-top: 64px;
    margin-bottom: 24px;
}
#body .bar li,
#Headline .bar li {
    float: none;        
}
#body a.title {
    font-size: 33px;
    font-family: 'Trajan';
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 3px;
    margin-bottom: 0px;
    margin-top: 16px;
}
#body a.subtitle {
    font-size: 11px;
    letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;/*Georgiafont-family: 'Marcellus SC', serif;*/
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 15px;
}
#body a.title, #body a.subtitle {
    color: #444444;
    color: rgb(95, 90, 95);
}

/* Notice Bar */
#notice {
    position: absolute;
    top: 0px;
    height: 0px;
}
#notice .bar {
    width: auto;        
}
#notice  .bar > ul{
    background-color: purple;
    border-radius: 0 0 5px 5px; 
}
#notice .bar > ul > li a {
    color: rgb(234,234,234);
    font-size: 13px;
    margin: 0px 10px;
}

/* Bar: footer */
#footer *{
    color: rgb(95, 90, 95);
}
#footer {
    position: absolute;
    bottom: 0px;
}
#footer a:not([href='#medorc']){
    font-weight: 400;
}
#footer li:first-child a {
    font-weight: 600;
    margin-right:0;
    padding-right:0;
}
#footer li:nth-last-child(-n+1) {
    float: right;
}

/* Subdomains Bar */
#webpages .bar {
    width: auto;
    display: none;        
}


@font-face {
    font-family: 'Trajan';
    src: url('/css/fonts/trajan/fonts/Trajan-Regular.eot');
    src: local('Trajan'), url('/css/fonts/trajan/fonts/Trajan-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan';
    src: url('/css/fonts/trajan/fonts/Trajan-Bold.eot');
    src: local('Trajan Bold'),url('/css/fonts/trajan/fonts/Trajan-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/* SOCIAL SHARE */

#social{
    /*padding:10px;*/
    
    border-radius:0 0 15px 0;
    /*background-color:rgb(172,172,172);*/ 
    background:none;
    display:inline-block;
    width:auto;
    margin:auto;
    margin:0;
    margin-left:-5px;
    margin-top:-5px;
    padding: 14px 5px 5px 12px;
    position:absolute;
    left:0;
    top:0;
}
#social div.bar{
    display:inline-block;
    text-align:center;
}
#social div.bar > ul{
    display:inline-block;
    margin:auto;
    width:auto;
    float:none;
}
#social a{
    margin:3px 5px;
    opacity:0.9;
    border-radius:16px;
    
}
#social a:hover{
    opacity:1.0;
    
}
#social ul > li{
    display:list-item;
    float:none;
    display:none;
    
}
a#share{
    width: 22px;
    height: 22px;
    padding: 5px;
    opacity:1;
    cursor: default;
    filter: grayscale(100%);
    /*cursor: pointer;*/
}
#stumbleupon-share{width:24px;height:24px;padding:4px;display:none;}
#stumbleupon-share:hover{background-color:rgb(255, 69, 0);}
#buffer-share{width:20px;height:20px;padding:6px;display:none;}
#buffer-share:hover{background-color:gray;}
#yummly-share{width:28px;height:28px;padding:2px;display:none;}
#yummly-share:hover{background-color:rgb(224,96,30);}
#vk-share{width:24px;height:24px;padding:4px;display:none;}
#vk-share:hover{background-color:rgb(69, 102, 142);}
#twitter-share{width:24px;height:24px;padding:4px;}
#twitter-share:hover{background-color:rgb(8,160,233);}
#tumblr-share{width:18px;height:18px;padding:7px;display:none;}
#tumblr-share:hover{background-color:rgb(50, 80, 109);}
#reddit-share{width:24px;height:24px;padding:4px;display:none;}
#reddit-share:hover{background-color:rgb(255, 69, 0);}
#pinterest-share{width:24px;height:24px;padding:4px;display:none;}
#pinterest-share:hover{background-color:rgb(189, 8, 28);}
#email-share{width:24px;height:24px;padding:4px;}
#email-share:hover{background-color:gray;}
#digg-share{width:28px;height:28px;padding:2px;display:none;}
#digg-share:hover{background-color:rgb(53,106,160);}
#facebook-share{width:22px;height:22px;padding:5px;}
#facebook-share:hover{background-color:rgb(59,89,152);}
#googleplus-share{width:26px;height:26px;padding:3px;display:none;}
#googleplus-share:hover{background-color:rgb(219,68,55);}
#linkedin-share{width:24px;height:24px;padding:4px;}
#linkedin-share:hover{background-color:rgb(0, 119, 181);}

