.realblog_search_form {
    text-align: right;
}

/* Textareas */

.realblog_headline_field {
    width: 99%;
    height: 200px;
}
.realblog_story_field {
    width: 99%;
    height: 500px;
}

/* buttons */

.realblog_buttons {
padding: 6px 0;
}

.realblog_button {
    display: inline-block;
    padding: 0.1em 0.5em;
    text-decoration: none;
    cursor: pointer;
}

.realblog_fields_block #date1 {
margin-bottom: 12px;
}
.realblog_fields_block table {
    width: 100%;
}

.realblog_label {
    font-weight: bold;
}

.realblog_entry_footer {
    overflow: auto;
}

.realblog_read_more {
float: right;
padding-bottom: 12px;
}

/* BACKEND select entry table */

.realblog_table {
    width: 100%;
    table-layout: auto;
    border: 1px solid  #0470AE;
    border-collapse: collapse;
}
.realblog_table tr:nth-child(odd) {
    border: 1px solid  #0470AE;
    border-bottom: none;
}
.realblog_table thead th, .realblog_table tfoot td {
    background:  #0470AE;
    color: #fff;
    padding: 0.5em 0;
    font-weight: bold;
    text-align: center;
}
.realblog_table thead th button, .realblog_table tfoot td button {
    background: none;
    border: none;
    cursor: pointer;
}

.realblog_table_details {
border: 1px solid #0470AE;
}

hr {
border-top: 1px solid #0470AE;
} 

.realblog_table tbody td {
    padding: 0.3em;
    text-align: center;
}
.realblog_table tbody td:nth-child(4), .realblog_table tbody td:nth-child(6),
.realblog_table tbody td:nth-child(7), .realblog_table tbody td:nth-child(8) {
    font-weight: bold;
}

.realblog_table tbody td.realblog_table_title {
    padding: 0.3em 1em;
    text-align: left;
    border-bottom: 1px solid #0470AE;
}
.realblog_table tbody td.realblog_table_categories {
    padding: 0.3em 1em;
    text-align: right;
}
.realblog_table tbody td img, .realblog_table thead th img {
border: 0;
}

.realblog_pagination {
    font-size: large;
    text-align: right;
    border-top: 1px solid #0470AE;
    margin-top: 10px;
    padding-top: 10px;
}

.realblog_table_paging {
    text-align: center;
}
.realblog_table_paging a {
    text-decoration: none;
}

/* entries overwiew */

.realblog_entries_preview {
margin: 10px 0 0 0;
}

.realblog_entries_preview h4 {
    font: 150% Arial;
 color: #0470AE;
    font-weight: bold;
/* border-top: 1px solid  #0470AE; */
}

.realblog_show_box h4 {
    font: 150% Arial;
    color: #0470AE;
    font-weight: bold;
	padding-top: 10px;
}

/**
 * Multi column overwiew
 *
 * Uncomment the following two rules to enable a tabular blog overview.
 * Also uncomment the rules for the desired number of columns below.
 */
/*
.realblog_entry_preview {
    box-sizing: border-box;
    padding: 0 1em;
    float: left;
border-bottom: 1px solid #0470AE;
}
.realblog_entries_preview:after {
    content: "";
    display: table;
    clear: both;
}
*/

/* 2 colums
.realblog_entry_preview {width: 50%}
.realblog_entry_preview:nth-child(2n+1) {clear: both}
*/
/* 3 columns
.realblog_entry_preview {width: 33%}
.realblog_entry_preview:nth-child(3n+1) {clear: both}
*/
/* 4 colums
.realblog_entry_preview {width: 25%}
.realblog_entry_preview:nth-child(4n+1) {clear: both}
*/
/* 5 colums
.realblog_entry_preview {width: 20%}
.realblog_entry_preview:nth-child(5n+1) {clear: both}
*/

.realblog_show_date {
font-size: 94%;
font-weight: 700;
font-style: italic;
margin: 6px 0 10px 0;
}

.realblog_show_story {
width: 100%;
}
.realblog_show_story:after {
    content: "";
    display: table;
    clear: both;
}
.realblog_article_meta {
    font-size: 0.85em;
    font-style: italic;
	margin-bottom: 10px;
}
.realblog_show_story_entry {
width: 100%;
border-bottom: 0;
}

.image_info {
	position: absolute;
    bottom: 5px;
    left: 5px;
    width: 95%;
    opacity: 0.8;
    background: #8FAC1E;
    padding: 0.5em;
    -moz-border-radius: 1em 4em 1em 4em;
    border-radius: 1em 4em 1em 4em;
}

H6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #8FAC1E;
    letter-spacing: +2px;
    text-align: center;
}

.realblog_show_box {
margin: 10px 0;
width:100%;
overflow: hidden;
}

/* tpl_classes for function realbloglink */

.realblog_tpl_show_date {
font-style: italic;
border-top: 1px solid #0470AE;
padding: 5px 0 0 0;
margin: 6px 0 0 0;
}

.realblog_tpl_show_story {}

.realblog_tpl_read_more {
    text-align: right;
}

.realblog_tpl_show_box {
border-bottom: 1px solid #0470AE;
padding: 0 0 8px 0;
}

.realblog_most_popular a, .realblog_most_popular span {
    display: block;
}

.realblog_admin {
height:24px;
background-color: #075FB9;
color: White;
display: block;
}

.realblog_date_selector {
    margin: 0 0 -3px 1px;
}

.realblog_archive_title {
    font-weight: bold;
 color: #0470AE;
}
.realblog_archive {
    padding-left: 0;
}
.realblog_archive li {
    list-style: none;
}

.realblog_search_input {
border: 1px solid #0470AE;
padding: 2px 5px;
}

.realblog_searchresult_head {
    font-weight: bold;
}

/*
 * Back-end.
 */
.realblog_logo {
    float: left;
    margin-right: 16px;
}
.realblog_license {
    text-align: justify;
}
.realblog_systemcheck {
    list-style: none;
    padding-left: 0;
}
.realblog_systemcheck img {
    padding-right: 0.5em;
}

.realblog_filter {
    margin: 1em 0;
}
.realblog_filter label {
    margin-right: 1em;
}

.realblog_data_exchange form {
    margin: 1em 0;
}
