.blogSeparator {
    padding: 8px;
}

.BlogCategories label {
    font-weight: bold;
}

.vbAuthor {
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #efefef;
    border: 1px #ccc solid;
}

    .vbAuthor img {
        padding-right: 6px;
    }

.vbaImage {
    text-align: center;
}

.vbHeader {
    padding-bottom: 20px;
}

.vbBody {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size:12px;
    font-family:Verdana;
    line-height:17px;
}

.vbHeader img {
    padding: 2px;
}

.BlogTopics {
    background-image: url(images/Tag_16X16_Standard.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 24px;
    padding-bottom: 0;
}

.BlogCategories {
    padding-bottom: 8px;
}

.BlogComments {
    background-image: url(images/comment.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 24px;
}

.BlogTrackback {
    background-image: url(images/blog_trackback.png);
    background-repeat: no-repeat;
    padding-left: 24px;
}

.BlogPermalink {
    background-image: url(images/blog_permalink.png);
    background-repeat: no-repeat;
    padding-left: 24px;
}

.BlogPrint {
    background-image: url(images/blog_print.png);
    background-repeat: no-repeat;
    margin-left: 8px;
    padding-left: 24px;
}

.BlogEditLink {
    background-image: url(images/blog_edit_link.png);
    background-repeat: no-repeat;
    margin-left: 8px;
    padding-left: 24px;
}

.BlogCopyright {
    font-size: 10px;
}

.BlogImageList {
    line-height: 20px;
    vertical-align: middle;
}

.blogComments {
    width: 100%;
    border: 1px solid #e3e3e3;
}

.commentAuthor {
    padding: 8px;
}

.ccAuthor {
    font-style: italic;
    padding-bottom: 4px;
}

.commentContent {
    padding: 8px;
}

.commentMod {
    padding: 8px;
}

.blogSeparate {
    padding-bottom: 2px;
}

.ui-menu {
    width: 225px;
}

.tagify-container {
    width: 350px;
    height: 100px;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 2px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    overflow: auto;
}

    .tagify-container > span {
        display: inline-block;
        padding: 3px 5px;
        margin: 3px;
        border-radius: 2px;
        border: 1px solid #EEE;
        background-color: #E4E4E4;
        color: #000;
    }

        .tagify-container > span > a {
            padding-left: 5px;
            color: #eb1414;
            text-decoration: none;
            font-weight: bold;
            border: 0 none;
        }

    .tagify-container > input {
        border: 0 none;
        width: 350px;
    }

        .tagify-container > input:focus {
            outline: 0;
        }

ul.ui-autocomplete {
    overflow: hidden;
    clear: both;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-autocomplete-loading {
    background: white;
}

.dateFix input, .dateFix textarea {
    float: none;
}

* html .ui-autocomplete {
    width: 1px;
}

ul.qaRecentTags, ul.qaRecentTags li {
    list-style: none;
    margin: 0 0 0 -8px;
    padding: 0 0 5px 0;
    min-height: 28px;
    width: 188px;
}

.rtTag {
    line-height: 14px;
    float: left;
}

a.tag {
    background: #E4E4E4;
    padding: 2px 8px 3px 8px;
    text-transform: lowercase;
    bottom: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 11px;
    margin: 2px 2px 6px 0;
    text-shadow: 1px 1px 1px #f1f1f1;
}

    a.tag:hover {
        background: #555;
        text-decoration: none;
        color: white;
        text-shadow: none;
    }

ul.dnnBlogAuthorActions, ul.dnnBlogAuthorActions li {
    list-style: none;
    margin: 0 0 0 -10px;
    padding: 0;
}

.qaTooltip {
    display: block;
    text-align: right;
    margin: 0 8px 8px 0;
    float: left;
}

.tag-menu {
    max-width: 30em;
    z-index: 25;
    width: 275px;
    overflow: hidden;
    line-height: 1.4;
    text-align: left;
    border-bottom: 1px #DADADA solid;
    border-right: 1px #DADADA solid;
    background: #555;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: .8em 1em .8em 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    color: #f1f1f1;
    text-shadow: 0 1px 1px #000;
}

    .tag-menu a, .tag-menu a:link, .tag-menu a:visited {
        color: #fff;
        margin: 0 5px;
        text-decoration: underline;
    }

        .tag-menu a:hover {
            text-decoration: none;
        }

    .tag-menu .tm-heading {
        font-weight: bold;
        border-bottom: 1px solid #727272;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .tag-menu .tm-description {
        line-height: 13px;
        font-size: 11px;
        margin-bottom: 8px;
    }

        .tag-menu .tm-description p {
            margin-bottom: 8px;
        }

ul.qaSocialActions {
    clear: both;
    margin: 0;
    padding: 0;
    min-height: 28px;
}

    ul.qaSocialActions, ul.qaSocialActions li {
        list-style: none;
        padding: 0;
    }

        ul.qaSocialActions li {
            display: block;
            float: left;
            padding: 4px;
        }

.connect_widget_not_connected_text {
    display: none!important;
}

.fb_edge_widget_with_comment iframe {
    width: 47px!important;
}

span.fb_edge_comment_widget.fb_iframe_widget iframe {
    width: 401px!important;
}

.percentRight {
    float: right;
    padding-left: 4px;
}

ul.rlbList {
    list-style: none;
}

.unpublished {
    color: #f00;
}

.divMainViewDialog {
    padding: 16px;
}

.buttonGroup .dnnTertiaryAction {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #fcfcfc;
    border-right: 1px solid #c7c7c7;
}

    .buttonGroup .dnnTertiaryAction.active {
        border-right: 1px solid #666;
    }

    .buttonGroup .dnnTertiaryAction:active {
        border-left: 1px solid #444;
    }

    .buttonGroup .dnnTertiaryAction.disabled:hover {
        border-left: 1px solid #fcfcfc;
    }

.bloggerMenu {
    padding-bottom: 6px;
}

    .bloggerMenu ul, .bloggerMenu li {
        display: block;
        list-style-type: none;
        float: right;
        padding-left: 2px;
        margin: 0;
    }

.selectDrop {
    position: relative;
    z-index: 1;
    width: auto;
}

    .selectDrop .dnnTertiaryAction span {
        padding-right: 5px;
    }

a.blogheader {
    color: black;   
    line-height:1.3;
}

.seeAllBlog {
    margin-top: -5px;
}