.blog_admin_ui_text_big {
    width: 100%;
}

.blog_admin_ui_textarea_big {
    width: 100%;
    height: 40em;
}



input.text, .blog textarea, .CodeMirror-wrapping {
    border: 1px solid #ccc;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    padding: 2px;
}


/* UI */

.blog_admin_hidden {
    display: none;
}

.blog_admin_expandable {
    cursor: pointer;
    border: 1px solid #ccc;
}

.codemirror-ui {
    border: 1px solid #ccc;
    background: #ddd;
    border-bottom: none;
    font-size: x-small;
}

.codemirror-ui div {
    border: 1px outset #fff;
    background: #ddd;
    padding: 0.3em 0.6em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
}

.blog {
    /*margin-bottom: 6em;*/
    /*background: #cff;*/
}

.blog h2 a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}

.blog h2 a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid #666 !important;
}

p.blog_infoline {
    color: #666;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.875em;
    margin: 0;
}

.blog_infoline a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}

.blog_infoline a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid #666 !important;
}

.blog_notlast {
    margin-bottom: 3em;
}

.blog_youtube_container {
    width: 100%;
    max-width: 30em;
    margin: 0 auto 1.5em;
}

.blog_youtube {
    display: block;
    width: 100%;
    /*width: 30em;*/
    height: 24em;
}




.blog_admin_folded input.text, .blog_admin_folded textarea {
    border: 1px solid #ccc;
    padding: 2px;
}

.blog_admin_folded input.text {
    width: 30em;
}

.blog_admin_folded textarea {
    width: 30em;
    height: 10em;
}

.blog_admin_folded dt {
    margin-top: 1.5em;
}



.blog_highlight {
    /*border: 0.375em ridge #000;*/
    /*border-bottom: 0.375em double #000;*/
    /*padding: 0.75em;*/

}









.blogposts {
    margin: 0;
}

.blog_itemized {
    /*-moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;*/
    /*padding: 0 0.75em;*/
}

.blog_test {
    /*padding: 0 0.75em;*/
}



.temp-info {
    background: #f0f0f0;
    text-align: center;
    color: #999;
    padding: 0.75em;
    margin-bottom: 3em;
}

.temp-info a {
    color: #999;
    font-weight: bold;
    text-decoration: underline;
    border: none;
}

.temp-info:hover {
    color: #000;
    background: #ffffcc;
}

.temp-info:hover a {
    color: #26c;
}




.comment-section .show-comments {
    margin-top: 7.5em;
}

.comment-section .show-comments .comment {
    border-bottom: 1px dotted #000;
    padding: 1.5em 0;
}

.comment-section .add-comment {
    margin-top: 7.5em;
    width: 61.8%;
}

.comment-section .highlighted {
    display: none;
}

.comment-section .errors {
    padding: 0.75em;
    padding-bottom: 0;
    background: #ffcccc;
    margin: 1.5em 0;
}

.comment-section .errors p {
    margin: 0;
    padding: 0;
    padding-bottom: 0.75em;
}
