/*
Theme Name: Ubuntu
Theme URI: http://www.redl-web.at
Description: Vladimir Simovic
Version: 1.0
Author: Vladimir Simovic
Author URI: http://www.redl-web.at


 * 1. Algemeine Formatierungen * */
html, body {
    margin: 0; padding: 0; border: 0;
}

body {
    background: #dcdecf url(img/body.gif) repeat-x; color: #333;
    font: 62.5%/1.5 'lucida grande', verdana, sans-serif;
    text-align: center;
}
ol {
    list-style: decimal-leading-zero;
}

pre, code, samp {
    font: 1em 'courier new', courier, monospace; color: #b40;
}
small code {
    font-size: 1.1em;
}
blockquote {
    border-left: 10px solid #dcdecf;
    margin-left: 0; margin-right: 0; padding-left: 15px; padding-right: 15px;
}

dt {
    font-weight: bold;
}
dd {
    margin: 1px 0 .5em 0;
}

img, #container .bild-verweis a, #container .bild-verweis a:hover, #container #mittelbereich a.bild-verweis {
    border: none;
}

hr, #technorati {
    display: none;
}

/* ** 1.1 Dokumentweite bzw. allgemeine Klassen ** */
.clearer {
    clear: both;
}

.bild-links {
    float: left; margin: 2px 10px 5px 0;
}

.bild-rechts {
    float: right; margin: 2px 0 5px 10px;
}

.bild-zentriert {
    display: block; text-align: center; margin-left: auto; margin-right: auto;
}

.pre {
    white-space: pre; display: block;
}

.archiv-liste1 {
    float: left; width: 40%;
}
.archiv-liste2 {
    float: right; width: 58%;
}
.archiv-liste1 h3, .archiv-liste2 h3 {
    margin-top: 1px;
}
.archiv-liste1 ol, .archiv-liste2 ol {
    margin-left: 0; padding-left: 2.6em;
}

/*.tag-wolke*/ .st-tag-cloud {
    margin-left: 0; padding-left: 0; list-style: none;
}
.st-tag-cloud li {
    display: inline; margin-right: .9em;
}

ol.code-block {
    list-style-type: decimal-leading-zero;
    background: #B0B693;
    border-left: 2px solid #896; padding-left: 2.7em; margin-left: 0;
    font-family: 'courier new', monospace; font-size: 13px; overflow: auto;
}
ol.code-block li {
    background: #dcdecf;
    border-bottom:  1px solid #B0B693; padding-left: 1em;
    line-height: 1.4em;
}
#inhalt p.code-titel {
    margin-top: -16px; padding: 2px 5px; background: #dcdecf;
}

.bild-mittig {
    vertical-align: middle;
}

.nach-oben {
    text-align: right; margin: 12px 0;
}

.center {
    text-align: center;
}
.rechts {
    text-align: right;
}

.weiter {
    margin: 1em 0; text-align: center;
}

.unsichtbar, #technorati {
    display: none;
}

.clearer {
    clear: both;
}
.clearer-links {
    clear: left;
}
.fett {
    font-weight: bold;
}
.pagination {
    text-align: center;
}
.google-anzeige {
    margin: 1.1em 0; background: #dcdecf url(img/werbung.gif) no-repeat right center; padding: 5px 7px;
}
div.google-anzeige a, div.google-anzeige img {
    border: none;
}

/* * 2. Die einzelnen Bereiche * */
#container {
    text-align: left; position: relative;
    width: 890px; max-width: 992px;
    padding: 1px; border: 1px solid #474B52; margin: 0 auto;
    background: #fff;
}

/* ** 2.1 Kopfbereich ** */
h1#kopfbereich {
    margin: 0; padding: 0; border-bottom: 1px solid #fff; /*font-size: 1em; height: 13.2em;*/
    /*background: #31363E url(img/kopfbereich.gif) repeat-x; color: #fff;*/
}

h1#kopfbereich a {
    display: block; width: 890px; height: 132px;
    text-indent: -9999px;
    background: url(img/header.jpg) no-repeat;
}
/*.vorstellung {
    position: absolute; top: 3.5em; right: 25px;
    width: 25em; max-width: 285px; margin: 0;
    color: #ddd; background: transparent;
    text-transform: lowercase;
}
.vorstellung a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #B0B693;
}
.vorstellung a:hover {
    color: #BBC0A2; border-bottom: 1px solid #A8C02E;
}*/

/* ** 2.2 Die Horizontale Navigation ** */
#hauptnavi {
    font: bold 1.5em georgia, 'times new roman', times, serif;
    /*text-transform: uppercase;*/ letter-spacing: .1em;
    /*background: #BBCC3B url(img/hauptnavi-klein.gif) repeat-x; color: #fff;*/
}

#hauptnavi ul {
    padding: 0; margin: 0; padding-left: 25px; padding-right: 25px;
    list-style: none;
    height: 2.533em; line-height: 2.533em;
    background: url(img/hauptnavi-bg.gif) no-repeat; color: #fff;
}
#hauptnavi li {
    float: left;
}
#hauptnavi li a {
    color: #fff;
    text-decoration: none;
    margin-right: 17px;
}
#hauptnavi li a:hover, #hauptnavi .aktiv {
    text-decoration: underline;
}

/* ** 2.3 Mittelbereich: Inhalt und Sidebar ** */
#mittelbereich {
    padding: 25px;
    font-size: 1.2em;
    overflow: hidden; height: 1%; clear: left;
    background: #fff;
}

#mittelbereich p, #mittelbereich ul, #mittelbereich ol, #mittelebereich dl, #mittelbereich form {
    margin-top: 7px; margin-bottom: 17px;
}

#mittelbereich a {
    color: #663300; text-decoration: none;
}
#mittelbereich a:hover {
    color: #333; text-decoration: underline;
}

/* 2.3.1 Der Inhaltsbereich */
#inhalt {
    float: left; width: 44.166em; max-width: 600px; /*width: 530px;*/ /*text-align: justify; */
}
#inhalt a.underline {
    border-bottom: 1px solid #DCDECF;
}

#inhalt h2, #sidebar h2 {
    margin: 0;
    font: 1.666em georgia, 'times new roman', times, serif;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    color: #444; background: url(img/rahmen-linie.gif) repeat-x bottom;
}

#inhalt h3 {
    font: 1.5em georgia, serif; margin-bottom: -.25em;
}
#inhalt h4 {
    font: bold 1.083em verdana, arial, sans-serif; margin-bottom: -.25em;
}
#inhalt h5 {
    font: bold 1em verdana, arial, sans-serif; margin-bottom: -.25em;
}
#inhalt .beitrags-info {
    font-size: .916em;
    text-transform: lowercase;
    position: relative; top: -1px;
}

#inhalt .beitrags-info2 {
    background: #fff; margin: 25px 0; border: 1px solid #bbc0a2;
}
#inhalt .beitrags-info2 p {
    margin: 1px; padding: 14px; background: #dcdecf url(img/beitrag-hinweis.gif) no-repeat right bottom;;
}
#inhalt .beitrags-info2 p a {
    border-bottom: 1px solid #bbc0a2
}

#inhalt .beitrag-hinweis, #inhalt .kategorie-info {
    background: #dcdecf url(img/beitrag-hinweis.gif) no-repeat right bottom;
    padding: 1em; border: 1px solid #bbc0a2; margin: 7px 0 17px 0;
}
#inhalt .kategorie-info {
    margin: 5px 0 30px 0;
}

#inhalt .beitrag-hinweis p, #inhalt .kategorie-info p {
    margin: 0;
}

#inhalt .feedback {
    text-align: right;
    margin: .1em 0 4em 0;
    background: url(img/rahmen-linie.gif) repeat-x bottom;
    text-transform: uppercase;
}

#inhalt .der-beitrag hr {
    display: block;
}
#inhalt .der-beitrag a, #commentlist li p a {
    border-bottom: 1px solid #ccb;
}
#inhalt .der-beitrag a:hover {
    border-bottom: 1px solid #fff;
}

/* **** 2.3.1.1 Kommentar-Bereich **** */
ol#commentlist {
    margin-top: 1em;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#commentlist li h3 {
    font-weight: bold; font-size: 1.083em;
    margin-top: 0; margin-bottom: 0;
}

#commentlist li.kommentare p.kommentar-info {
    margin-top: 2px; margin-bottom: -5px;
}
#commentlist .kommentar-info img {
    float: left;
}

#commentlist li.kommentare {
    margin-bottom: 30px; padding: 0; border-bottom: 2px solid #dcdecf;
    background: url(img/kommentar-icon.gif) no-repeat 0 1px ;
}
#commentlist li.mein-kommentar {
    background: url(img/kommentar-icon-perun.gif) no-repeat 0 1px ;
}
li.kommentare h3, li.kommentare .kommentar-info {
    margin-left: 0px;
}
#commentlist li.kommentare p, #commentlist li.kommentare ul, #commentlist li.kommentare ol, #commentlist li.kommentare dl {
    margin-top: 1em; margin-bottom: 5px;
}
#commentlist li p {
    overflow: auto;
}
 #commentlist li ol {
     width: 375px; margin-left: 0; padding-left: 25px;
     overflow: auto;
 }

#commentlist li li {
    border-bottom: none; width: auto;
}
#commentform {
    background: #dcdecf url(img/body.gif) repeat-x;
    border: 1px solid #BBC0A2; padding: 15px;
}
#commentform input {
    border: 1px solid #BBC0A2; padding: 3px;
    background: #fff; color: #333;
    font: 1em verdana, sans-serif;
}
#comment {
    width: 490px; border: 1px solid #BBC0A2;
}
#commentform input:hover, #commentform input:focus, #comment:hover, #comment:focus {
    border: 1px solid #444;
}
#commentform #submit {
    background: #bbc0a2; color: #222; border: none; padding: 5px; cursor: pointer;
}
#commentform #submit:hover, #commentform #submit:focus {
    background: #AFB592; color: #000;
}

#commentform .subscribe-to-comments {
    /*background: #bbc0a2;*/ padding: .25em;
    border-top: 1px solid #bbc0a2; margin-top: 1em;
}
#commentform .subscribe-to-comments input {
    background: transparent; padding: 0; border: none; position: relative; top: 2px;
}

/* *** 2.3.2 Seitenleiste (Sidebar) *** */

#sidebar {
    float: right; width: 20.833em; max-width: 285px;
}

#sidebar ul {
    list-style: none;
    padding-left: 0; margin-left: 0;
}

#sidebar .feed-abos {
    overflow: hidden; height: 1%;
}
#sidebar .feed-abos li {
    float: left; padding-left: 17px; margin-right: 25px; margin-bottom: 0; border: none;
    background: url(img/feed-icon-16x16.gif) no-repeat left .25em;
}
#sidebar li.feed-abo {
    background: url(img/feed-icon-16x16.gif) no-repeat left .25em; line-height: 1.5em; padding-left: 1.833em;
}
#sidebar li.newsletter-abo {
    background: url(img/feed-newsletter.gif) no-repeat left .25em; line-height: 1.5em; padding-left: 1.833em;
}

#sidebar li {
    margin-bottom: 1px; padding: 2px 0 2px 1em; border-bottom: 1px solid #eed;
    background: url(img/listen-icon.gif) no-repeat left 9px /*center*/;
}

form#searchform input {
    border: 1px solid #bbc0a2; padding: 3px; margin: 0;
    font: 1em verdana, sans-serif;
    background: #fff; color: #333;
}
form#searchform input:hover, form#searchform input:focus {
    background: #dcdecf; color: #222;
}
form#searchform .such-button {
    background: #dcdecf url(img/body.gif) repeat-x 50% 50%; color: #222; cursor: pointer;
    padding: 3px .833em; border: 0; margin: 0 0 0 .833em; width: 7em;
}
form#searchform .such-button:focus, form#searchform .such-button:hover {
    background: #bbc0a2; color: #000;
}

.werbelinks {
    font-size: .916em;
}

/* ** 2.4 Fu�bereich ** */
#footer {
    background: #41454b url(img/footer.gif) repeat-x bottom center; color: #fff;
    padding: 0px 25px 10px 25px;
    clear: both;
    font-size: 1.1em;
}
#footer-bereich1, #footer-bereich2, #footer-bereich3 {
    width: 22.727em; max-width: 273px; margin-bottom: 15px;
    float: left;
}
#footer-bereich1 {
    margin-right: 2.727em;
}
#footer-bereich2 {
    margin-right: 5.454em;
}

#footer h2 {
    margin-top: 0;
    font: bold 1.454em 'times new roman', times, serif;
    text-transform: uppercase;
    background: url(img/footer-titel.gif) repeat-x bottom;
}

#footer ul, #footer ol {
    list-style: none; margin-left: 0; padding-left: 0;
}

#footer li {
    margin-bottom: 1.2em;
}

#container #footer .footer-hinweis {
    clear: both; padding-top: 10px; margin-bottom: 1px;
}

#footer a {
    color: #fff; text-decoration: none; border-bottom: 1px solid #B0B693;

}
#footer a:hover {
    color: #BBC0A2; text-decoration: none; border-bottom: 1px solid #663300;
}

/* * 2.5 Plugins * */
.pagebar {
    text-align: center;
}
.pagebar a {
    background: #dcdecf; padding: 1px 3px; margin: 0 1px; border: 1px solid #BBC0A2;
}
#inhalt .pagebar a:hover {
    text-decoration: none;
}

#footer .tag-wolke li {
    display: inline;
}

#ed_toolbar input {
    margin-right: 1px;
}

.footer-stats, img#wpstats {
    width: 0; height: 0; padding: 0; border: none; overflow: hidden
}

/*#wp_grins {
    margin-top: 5px; margin-bottom: 1px;
    padding: 0 1px;
}*/

.smileys {
    margin: 1px 0 1em 1px;
}

#commentPreview h4 {
    margin-bottom: .25em;
}

/*********************/
/* Bilder ausrichten */
/*********************/
.aligncenter, div.aligncenter, .centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
.alignleft {
    float: left;
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
