body.node-type-blog .section-container .imageandsummary{
    width: 100%;
    min-height: 24em;
    padding-bottom: 2em;
}
body.node-type-blog .section-container .field-name-field-image{
    /*float: left;*/
/*    border: 2px solid #C0C0C0;
    outline: 5px solid #E0E0E0;*/
    margin: 0em 3em 3em 0em;
}

body.node-type-blog .section-container .field-name-field-image img {
    border: 2px solid #C0C0C0;
    outline: 5px solid #E0E0E0;
}

@media screen and (min-width:900px) {
body.node-type-blog .section-A {
    width:64%;
    /*margin: 0 0 0 10%;*/
    float: left;
}
}

body.node-type-blog .blog-sidebar{
    margin: 5% 0 0 5%;
    width: 25%;
    float: right;
}

body.node-type-blog .blog-sidebar .fb-page {
    margin-top: 30px;
}

body.node-type-blog .blog-sidebar .fb_iframe_widget>span { width: 250px !important; }
body.node-type-blog .blog-sidebar .fb-like-box iframe { width: 250px !important; }

.region-footer-first .fb_iframe_widget>span { width: 260px !important; }
.region-footer-first .fb-page iframe { width: 260px !important; }
#block-block-20 .fb_iframe_widget {width: 260px !important;}
#block-block-20 .content {width: 260px !important;}

@media screen and (max-width:900px) {
    body.node-type-blog .blog-sidebar {
        display: none;
    }
}

body.node-type-blog .section-container .summary{
    font-size: medium;
    color: #696969;
    line-height: 1.538em;
    font-style: italic;    
    /*height: 230px;*/
    display:table;
    margin-bottom: 10px;
}

body.node-type-blog .section-container .summary p{
    display: table-cell; 
    vertical-align: middle; 
}

body.node-type-blog .section-container .field-name-body{
    margin-top: 4em;
    color: #696969;
    line-height: 1.538em;
    font-size: medium;
}

body.node-type-blog .section-container .field-name-body p{
    /*text-indent: 5em;*/
}

body.node-type-blog .section-container .yellowleaves{
    text-align: center;
}

body.node-type-blog .section-container .yellowleaves img{
    padding: 1em;
}

body.node-type-blog .section-container .field-name-field-article-author{
/*    margin-top: 4em;*/
    color: #D59C29;
    line-height: 1.538em;
    font-size: medium;
    font-weight: bold;
    margin-bottom: 2em;
}

body.node-type-blog .section-container .by{
    font-size: medium;
}

body.node-type-blog .section-container .publisheddate{
    font-size: medium;
    float: right;
}

#login-block-top #verasafescript input {
    width: 100px;
}

/*Change color of text on sign up flow page 1 to be consistent with site*/
body.page-user-register #content #membership-acceptance{
    color: #696969;
    font-family: times new roman;
/*    line-height: 1.538em;
    font-size: medium;
    font-weight: bold;
    margin-bottom: 2em;*/
}

/*Change color / size of text on sign up flow page 2 to be consistent with site*/
body.page-cart-checkout .membership-payment-content p{
    color: #696969;
    font-family: times new roman;
    line-height: 1.538em;
    font-size: 18px;
}

body.page-cart-checkout .membership-payment-content #payment-details p{
    color: #696969;
    font-family: times new roman;
    line-height: 1.2em;
    font-size: 14px;
}

form.uc-cart-checkout-form fieldset#customer-pane {
    display: none;
}

body.node-type-aboutus a {
    color: #D59C29;
}