.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: 4.5em;
}

.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 {
    /*-moz-column-count: 2;
    -webkit-column-count: 2;*/
    /*-moz-column-width: 15em;
    -webkit-column-width: 15em;*/
    margin: 0 -0.75em;    
}

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

.blog_test {
    padding: 0 0.75em;
}





.blogposts .column {
    width: 50%;
    float: left;
}



.blogposts .column1 {
    padding-right: 0.75em;
}

.blogposts .column2 {
    padding-left: 0.75em;
}