/*this is stuff to keep the blog working*/

.post{ padding:0 0 20px;}
.post p{ padding:10px 0 5px 15px; color:#666666;}

.left {float: left;}
.right {float: right;}


UL.clean, LI.clean {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*.shadow, .message, .ads UL LI A, #commentform #comment, #commentform #author, #commentform #email, #commentform #url, #commentform #submit, .post-thumbnail img, .sf-menu li:hover ul, .sf-menu li.sfHover ul, form#searchform, .gallery img.attachment-thumbnail, #slider img, #gallery-thumbnails img {
    box-shadow: 0 0 2px #DDDDDD;
}
.hovershadow:hover, .message:hover, .shadow:hover, .ads UL LI A:hover, OL.commentlist LI:hover .avatar, #commentform #submit:hover, .post-thumbnail:hover img, form#searchform:hover, .gallery img.attachment-thumbnail:hover, #slider img:hover, #gallery-thumbnails img:hover {
}*/
#header {
    font-size: 10px;
    line-height: 2em;
}
#header p {
    padding: 0;
}
#banner {
    padding: 60px 0;
}
#promo {
    padding: 0 0 40px;
}
#main {
    padding: 0 0 40px;
}
#footer-top {
    padding: 30px 0;
}
.footerwidget h3.section {
    font-size: 22px;
    letter-spacing: -1px;
    padding: 0 0 10px;
}
.postnavigation {
    font-size: 12px;
    padding: 20px 0;
}
.widget {
    font-size: 11px;
    padding: 0 0 20px;
}
.widget a {
    text-decoration: none;
}
.widget UL {
    margin: 0;
    padding: 0 0 0 2px;
}
.widget UL LI UL {
    margin-left: 15px;
}
.widget UL LI {
    list-style-type: none;
}
.footer-ads {
    padding: 20px 0;
}
#commentform #comment, #commentform #author, #commentform #email, #commentform #url, #commentform #submit {
    border: 1px solid #CCCCCC;
    padding: 5px;
}
#commentform #submit {
    color: #777777;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}
#commentform #comment, #commentform #author, #commentform #email, #commentform #url {
    color: #777777;
    font-weight: bold;
    width: 200px;
}
#commentform label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}
#commentform #comment {
    display: block;
    font-size: 12px;
    height: 175px;
    margin-bottom: 20px;
    width: 500px;
}
.nocomments {
    display: none;
}
h5#comments {
    margin-top: 35px;
}
p.cancel-comment-reply {
    padding: 0;
}
OL.commentlist {
    margin: 0 0 20px;
    padding: 0;
}
OL.commentlist .avatar {
    border: 4px solid #FFFFFF;
}
OL.commentlist .left {
    width: 110px;
}
OL.commentlist .right-comments {
    margin-left: 110px;
}
OL.commentlist LI {
    display: block;
    margin-bottom: 20px;
    padding: 15px;
}
OL.commentlist LI.even {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #E0E0E0;
}
OL.commentlist LI.bypostauthor {
    background: none repeat scroll 0 0 #FFFFFF;
}
a.comment-reply-link {
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
}
OL.commentlist .author, OL.commentlist .author a {
    font-weight: bold;
    line-height: 110%;
    padding: 10px 0 4px;
    text-decoration: none;
}
.comment-date {
    color: #888888;
    line-height: 100%;
}
UL.children {
    margin: 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 10px;
    padding: 8px 3px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0 0 5px;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0;
}
hr {
    background-color: transparent;
    background-image: url("/images/hr.gif");
    background-repeat: repeat-x;
    border: 0 none;
    height: 0;
    margin: 10px 0 5px;
    padding: 5px 0;
}
.gallery-item {
    float: left;
    margin-bottom: 40px;
    margin-right: 20px;
}
#gallery-thumbnails li.end {
    margin-right: 0;
}
.gallery-item a {
    text-decoration: none;
}
.gallery-item p {
    padding: 8px 0 0;
}
.shortcode {
    padding: 10px 0;
}
.related-posts {
    margin-top: 3px;
}
.message {
    margin: 20px 0;
}
.message a {
    display: block;
    padding: 20px;
}
.message .hasicon {
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 20px;
    padding-left: 80px;
}
.message a.hasicon, .message a.noicon {
    text-decoration: none;
}

/*This is to over-ride the .message font and margin but retain other message css elements*/
.notification_message { 
	font-size: 12px;
	margin: 0px 0;
}

/*Hiding link back to admin*/
.adminreturndiv {
    position:absolute;
    top:0 !important;
    right:0 !important;
    padding:5px 10px !important;
    background-color:#B4B4B4 !important;
    font-family:Tahoma !important;
    font-size:11px !important;
    color:#000 !important;
    display:none !important;
}
.adminreturndiv a {
    color: #fff !important;
    text-decoration: underline !important;
}

/*added by ML for verified image*/
.verified {
text-align:center;
}
