/*
 * ====================================================================================================================
 * Content Layout - Blog
 * ====================================================================================================================
 */

#blog_sidebar {
    background-color: #e7e7e7;
    border-radius: 2px;
}

.blog_sidebar_header_line {
    height: 15px;
    background-color: #01426c;
    margin: 0 -15px 30px -15px;
    border-radius: 2px;
    border-radius: 2px;
}
.blog_sidebar_header_box {
    height: 30px;
    width: 150px;
    margin: 0 auto -10px auto;
    padding: 5px 0 0 0;
    background-color: #ff740d;
    color: #fff;
    text-transform: uppercase;
    font-family: HelveticaBlack;
    text-align: center;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

#blog_user {
    font-weight: bold;
    font-size: 11px;
    white-space: nowrap;
}

#blog_user img {
    margin: 0 5px 0 5px;
    vertical-align: middle;
    border-radius: 50%;
}

#blog_area h3 {
    color: #f37421;
    text-align: center;
    font-size: 14px;
    margin: 10px 0 5px 0;
    padding: 0;
}

h3.blog_plus {
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    margin-right: 10px;
}
h3.blog_plus:hover { opacity: 0.5; }
h3.blog_plus:after { content: '\f067'; font-family: FontAwesome; font-size: 15px; position: absolute; right: 1.5em; color: gold; }

.blog_share a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 0.25em;
    border-radius: 50%;
    background-color: #044469;
    color: #fff;
    font-size: 110%;
    line-height: 1.6em;
    text-align: center;
}
.blog_share a:hover { background-color: #f86b23; }

#blog_recent table {
    width: 100%;
}

#blog_recent a img {
    height: 84px;
    border-radius: 50%;
}

@media (max-width: 980px) {
    #blog_recent a img {
        height: 48px;
    }
}

#blog_archive a {
    display: block;
    margin-bottom: 5px;
}
#blog_authors div {
    margin: 0px 5px 10px 5px;
    max-height: 310px;
    font-size: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#blog_authors div a {
    display: block;
    height: 50px;
    text-decoration: none;
    margin-bottom: 2px;
}
#blog_authors div a:hover {
    background-color: #999999;
    color: #ffffff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
#blog_authors div a img {
    margin-right: 5px;
    vertical-align: middle !important;
    border-radius: 50%;
}
#blog_authors div a.sel {
    background-color: #c0c0c0;
    font-weight: bold;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.blog_title {
    font-family: HelveticaBlack;
    text-transform: uppercase;
    font-size: 150%;
}

.blog_date img {
    width: 16px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.blog_row hr {
    margin: 3em 10px 1em 10px;
    border-top: 2px solid #01426c;
}

.ui-dialog .ui-dialog-content { padding: 0 !important; }

ul.blog_tags {
    display: inline-block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.blog_tags li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.blog_tags li a {
    display: inline-block;
    width: 80px;
    margin-right: 0.25em;
    margin-bottom: 0.25em;
    padding: 0.25em 0 0.25em 0;
    background-color: #ff740d;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 70%;
}
ul.blog_tags li a:hover {
    text-decoration: none;
    background-color: #ff0000;
}

.blog_comment_icon {
    vertical-align: -0.6em;
    margin-left: 0.25em;
}

.blog_comment_icon span {
    padding-top: 0.1em;
    font-size: 70%;
    font-weight: bold;
}

.blog_body pre {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  font-size: 90%;
}

.blog_body img {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 800px) {
    .blog_body img { display: block; float: none !important; }
}

/* embed mode */

.embed_cols .blog_row {
    display: inline-block;
    width: 300px;
    height: 425px;
    float: left;
    margin-right: 50px;
}

.embed_cols .blog_splash {
    width: 300px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

.embed_cols .blog_title a {
    color: #f86b23;
    font-size: 14px;
    font-weight: bold;
}

.embed_cols .blog_body {
    margin-left: 0 !important;
    font-size: 12px;
    height: 150px;
}
