/*.BlogContent {
    float: left;
    width: 79%;
}
*/

.tooltip-inner {
    text-align: left;
}

.BlogTitle {
    font-size: large;
    font-weight: bold;
    font-size: 22px;
}

.BlogIntro {}

span.InactiveBlog {
    /* font-style:italic; */
}


/* span.InactiveBlog:before {content:"~";} */

.BlogSubject {
    font-weight: bold;
    float: left;
    clear: none;
    font-size: 22px;
}

.BlogExtra {
    /*float: right;
    width: 19%;*/
    padding-right: 2px;
}

.blog-header {
    position: relative;
}

.BlogAdmin {
    position: absolute;
    right: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    background: #fff;
}

.Blog_Admin{
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    background: #fff;

}

.BlogBookmark {
    float: left;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

.BlogAddComment {
    float: left;
    margin-top: 20px;
}

.BlogDispComment {
    /*
    float:right;
    clear:all;
    */
    margin-bottom: 30px;
    margin-top: 20px;
}

.BlogArchive {
    margin-top: 0px;
}

.BlogTopPosts {
    margin-top: 0px;
}

.BlogInfo {}

.BlogImage {
    margin-bottom: 20px;
    margin-top: 5px;
}

.BlogEntry {}

.depth-1 {
    margin-left: 20px;
}

.depth-2 {
    margin-left: 40px;
}

.depth-3 {
    margin-left: 60px;
}

.depth-4 {
    margin-left: 80px;
}

.depth-5 {
    margin-left: 100px;
}

.BlogComment {
    overflow: auto;
    clear: both;
}

.BlogComment0 {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    clear: both;
    border: 8px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
}

.BlogComment1 {
    margin-top: 10px;
    display: none;
    clear: both;
    padding: 5px;
    border: 8px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
}

.BlogComment2 {
    margin-top: 10px;
    display: none;
    clear: both;
    padding: 5px;
    border: 8px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
}

.BlogComment3 {
    margin-top: 10px;
    display: none;
    clear: both;
    padding: 5px;
    border: 8px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
}

.BlogComment4 {
    margin-top: 10px;
    display: none;
    clear: both;
    padding: 5px;
    border: 8px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
}

.BlogComment5 {
    margin-top: 10px;
    display: none;
    clear: both;
    padding: 5px;
    border: 8px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
}

.BlogPost {
    /*
    border:thin;
    border-style:solid;
    border-color:#999999;
    */
    margin-bottom: 10px;
}

.BlogCommentBorder {
    background: #fff;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px #4e707c;
    -webkit-box-shadow: 0 0 10px #4e707c;
    box-shadow: 0 3px 10px rgb(0, 0, 0, 12%);
    padding: 2rem;
    position: relative;
}

.BlogAuthor,
.BlogText {
    font-size: small;
    font-style: italic;
    font-weight: normal;
    clear: right;
    font: 14px;
    margin: 0 0px 0px 0;
}

.BlogAuthor:before {
    content: "Posted By: ";
}

.BlogSubjectReply.BlogAuthor {
    font-style: italic;
}

.BlogCommentDateReply {
    font-style: italic;
    margin: 0 0px 0px 0;
    float: left;
    padding-right: 10px;
    /* margin-top: 5px; */
    padding-bottom: 5px;
    font-size: small;
}

.BlogSubjectReply {
    float: left;
}

.BlogCommentDateReply:before {
    content: "On ";
}

.BlogCommentDate {
    font-weight: bold;
    margin: 10px 0 5px;
}

.BlogCommentDate {
    /* background: -moz-linear-gradient(center top , #FFFFFF, #ECEBEB) repeat scroll 0 0 transparent; */
    border: 1px solid #ddd;
    border-radius: 6px;
    float: left;
    margin: 0 12px 5px 0;
    text-align: center;
    width: 54px;
    font-size: 10px;
}

.BlogCommentDate .month {
    background: none repeat scroll 0 0 #65e50e;
    border: 1px solid #ddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 11px;
    left: -1px;
    letter-spacing: 1px;
    /* position: relative; */
    /* menu buttons show behind w/ rel pos */
    text-transform: uppercase;
    top: -1px;
    width: 100%;
}

.BlogCommentDate .day {
    /* color: #666666; */
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.BlogCommentDate .year {
    /* color: #999999; */
    display: block;
    font: 10px;
}

.BlogEntryComment {
    /*
    background-color:.CCCCCC;
    border:1px solid .cccccc;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
    margin-bottom:10px;
*/
}

.BlogHideComment {
    display: none;
    /*float:right;*/
}

.BlogShowComment {
    /* float:right; */
}

.AddComment {
    padding-top: 5px;
    clear: both;
}

.ArchiveTitle {
    font-size: large;
    font-weight: bold;
}

.ArchiveCatTitle {
    font-weight: bold;
    /* margin-top:10px;
    margin-bottom:6px; */
}

.DispEdit a,
.NoDispEdit a
/* .DispEdit img */

{
    float: right;
    /* clear: both; */
    
}

.dispGroupInfo,
.dispGroupInfo img {
    float: right;
}

input.BlogOrder {
    height: 22px;
    width: 27px;
    font-size: 12px;
    box-shadow: 0px 0px 0px transparent !important;
    padding: 5px 5px;
}

input.BlogOrder:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.widgetBlog ul a {
    text-decoration: none;
    font-size: smaller;
    /* font-size:x-small; */
}

.widgetBlog ul a:hover {
    text-decoration: underline;
}

.widgetBlog ul {
    padding: 0px;
}

.widgetBlog li {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 2px 0;
}

.ArchivedBlogTitleSel {
    font-style: italic;
    /* font-weight:bold; */
}

.import_rss_dialog,
.import_create_rss_dialog {
    display: none;
}

div.rss_FeedText {
    max-height: 400px;
    overflow: scroll;
}

div.feed {
    padding: 10px;
}

form.AdTableStyle1 div.rss_FeedText div.feed div.feedSelect,
form.AdTableStyle1 div.rss_FeedTextForm div.feed div.feedSelect {
    float: left;
    width: 30px;
    margin: 0px !important;
}

div.feed div.Col2 {
    margin-left: 35px !important;
    margin-top: 0px !important;
}

div.feedTitle {
    font-weight: bold;
    font-size: large;
}

div.feedAuthor {
    font-size: smaller;
    font-style: inherit;
}

.feedBottomBorder {
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: medium;
}

.feedContent>img {
    max-width: 100%
}

.NoShow {
    display: none;
}

div.BlogIntro p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.forceShowSection {
    display: block !important;
}