.site-header {
    border-bottom: 5px solid #fefcb8;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 100;
}

#wpadminbar {
    background: #C5C5C7 none repeat scroll 0 0;
    color: #ccc;
    direction: ltr;
    font: 400 13px/32px "Open Sans",sans-serif;
    height: 32px;
    left: 0;
    min-width: 600px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.site-header {
    background: #C5C5C7 none repeat scroll 0 0;
 
}


.entry-format, .hentry::before {
    background: #FFC4BB none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    display: block;
    font-size: 48px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    top: -44px;
    width: 80px;
}

.hentry {
    background-color: white;
    border-top: 8px solid #FFC4BB;
    margin: 0 0 81px;
    padding: 27px 27px 22px;
    position: relative;
}

.hentry::after {
    border-top: 3px solid #FFC4BB;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.comment-respond::after {
    border-top: 3px solid #FFC4BB;
}

.comment-respond {
    border-top: 8px solid #FFC4BB;
}


.site-footer {
    background: #C5C5C7 none repeat scroll 0 0;
    border-top: 5px solid #C5C5C7;
  
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #C5C5C7;
    color: #ffffff;

}

h1 {
    color: #FFC4BB;
    font-family: "Arial";
    font-size: 30px;
    line-height: 0.57447em;
    margin: 27px 0;
}

.entry-title {
    color: #FFC4BB;
}

.toggles #menu-toggle::before {
    background-color: #FFC4BB;
    content: "?";
    font-size: 24px;
}

.toggles #search-toggle::before {
    background-color: #FFC4BB;
    content: "?";
}

.widget-title {
    color: #C5C5C7;
}


