#body-wrapper {
    border: 2px solid black;
    padding-right: 30px;
    padding-left: 30px;
}

.storycontent {
    /* font-family: Nobile, Helvetica, Arial, sans-serif; */
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}

.imagineBox {
    display: inline-block;
    background: #DDD;
    margin: 10px 0 20px;
    padding: 10px 20px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    text-align: center;
    /* font-weight: bold; */
    font-style: italic;
}

.callNowButton {
    padding: 5px 8px;
    background-colour: green;
    color: #FFF;
}

.page h1.posttitle {display: none;}

#nav nav ul {
    margin-left: 30px;
    width: auto;
}
#nav nav li {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin: 0 2px 2px 2px; 
}

#nav nav a:hover, #nav nav li:hover  {
    background-color: #EEE;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.current-menu-item {
    background-color: #EEE;
}

#maincontent { padding-right: 25px; }

#site-logo.siteheader img {
    height: 80px;
    width: auto;
    margin: 25px 0 10px 145px;
}

footer#footer-main {
    padding-top: 0px;
    padding-bottom: 0px;
}

#extendedfooter { margin-bottom: 5px; }

#social-icons {
    /*
    top: 20px;
    right: 0px;
    */
    top: 42px;
    right: -9px;
    width: 90px;
}

#social-icons a {
    /*
    clear: left;
    margin-right: 0;
    margin-bottom: 3px;
    */
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

#social-icons a.pinterest-icon {
    background: url("../themes/presswork/admin/images/Pinterest-32x32.png") repeat scroll 0 0 transparent;
}

blockquote {
    border-left: none;
    background-color: #F1F1F1;
    font-size: 12px;
    font-style: italic;
    padding: 5px 10px;
    text-align: justify;
}

.bqstart {
    float: left;
    font-size: 400%;
    color: #000000;
    margin-right: 10px;
    height: 100px;
 }

.bqend {
    float: right;
    font-size: 400%;
    color: #000000;
    margin-left: 10px;
}
