/*
Theme Name: Beautiful Day DE-Edition
Theme URI: http://templates.arcsin.se/
Version: 2.0
Description: Previously released by Kaushal Sheth, includes several fixes and improvements.
Based on the <a href="http://templates.arcsin.se/">free website template</a> Beautiful Day.
Also available as <a href="http://templates.arcsin.se/beautiful-day-joomla-template/">Joomla template</a>
and <a href="http://templates.arcsin.se/beautiful-day-blogger-template/">Blogger template</a>.
Deutsche Bearbeitung: <a href="http://www.domain-anonym-registrieren.de/">Frank Kugler</a>.
Author: Viktor Persson
Author URI: http://arcsin.se
*/

/* standard elements */
html {
        min-height: 100%;
}
* {
        margin: 0;
        padding: 0;
}
a {
        color: #B6B6B6;
}
a:hover {
        color: #D3D3D3;
}
body {
        background: #5e5e5e url('/wp-content/themes/beautiful-day-20/img/betonwand_pattern.jpg') repeat;
        color: #F0F0EB;
        font: normal 62.5% /*Tahoma,*/ sans-serif;
}
p, code, ul {
        padding-bottom: 10px;
}
li {
        list-style: none;
}
h1 {
        font: normal 1.8em /*Tahoma,*/ sans-serif;
        margin-bottom: 4px;
}
h2 {
        font: normal 1.6em sans-serif;
}
h3 {
        font: bold 1.1em sans-serif;
}
code {
        background: #FFF;
        border: 1px solid #EEE;
        border-left: 6px solid #C1CAD3;
        color: #666;
        display: block;
        font: normal 1em /*Tahoma,*/ sans-serif;
        line-height: 1.6em;
        margin: 4px 0 12px;
        padding: 8px 10px;
        white-space: pre;
}
blockquote {
        background: url('/wp-content/themes/beautiful-day-20/img/quote.gif') no-repeat;
        display: block;
        font: bold 0.9em Verdana, sans-serif;
        padding-left: 26px
}
big {
        font-size: 1.1em;
}
h1, h2, h3 {
        padding-top: 6px;
}
label {
        display: block;
        font-size: 0.9em;
}
/* misc */
.clearer {
        clear: both;
}
.left {
        float: left;
}
.right {
        float: right;
}
/* structure */
.container {
        background: #322;
        font-size: 1.2em;
        margin: 0 auto;
        padding: 0 3px 3px;
        width: 780px;
}
/* header */
.top {
        padding-left:10px;
        padding-right:10px;
        padding-top:10px;
        padding-bottom:0;
}
/* title */
.header {
        background: #322;
        font-size: 1.2em;
        height: 277px;
        margin: 0 auto;
        padding: 3px 3px 0 3px;
        width: 780px;
}

.header .left, .header .right {
        background: black;
        color: white;
}
.header .left {
        text-align: center;
        width: 780px;
        font: normal 2.8em "Trebuchet MS", sans-serif;
        line-height: 250px;
}
.header .right {
        overflow: auto;
        width: 780px;
        text-align: center;
        padding-bottom:5px;
}

.header .right h1 {
        padding: 10px 0px 5px 0px;
        text-align:center;
        font: normal 2.4em Georgia,"Trebuchet MS",sans-serif;
        text-decoration: underline;
}
/* navigation */
.navigation {
        border-bottom: 4px solid black;
        background:#D9E1E5 url('/wp-content/themes/beautiful-day-20/img/nav.gif');
        height: 41px;
        /* zentrieren */
        clear: both;
        float: left;
        width: 100%;
        overflow: hidden;
        -moz-border-radius-topleft: 3px;
        -khtml-border-radius-topleft: 3px;
        -webkit-border-radius-topleft: 3px;
        border-radius:-topleft 3px;
        -moz-border-radius-topright: 3px;
        -khtml-border-radius-topright: 3px;
        -webkit-border-radius-topright: 3px;
        border-radius-topright: 3px;
}
.navigation a {
        background: #D9E1E5 url('/wp-content/themes/beautiful-day-20/img/nav.gif');
        border-right: 1px solid #919191;
        border-left: 1px solid #919191;
        color: black;
        display: block;
        float: left;
        text-decoration: none;
        font: bold 1em sans-serif;
        line-height: 41px;
        padding: 0 20px;
}
.navigation a:hover {
        background-position: left bottom;
        color: black;
}
.navigation ul {
        display: inline;
        /* zentrieren */
        float:left;
        position:relative;
        left:50%;
}
.navigation li {
        float: left;
        /* zentrieren */
        position:relative;
        right:50%;
}

/* main */
.main {
        /*border-top: 4px solid black;*/
        background: url('/wp-content/themes/beautiful-day-20/img/bgmain.gif') repeat-y;
}
/* sub navigation */
.sidenav {
        float: right;
        width: 210px;
        vertical-align: bottom;
}

.sidenav div {
        padding: 0 7px 0 5%;        
}

.sidenav h2 {
        color: #996633;
        font: bold 1.2em /*Tahoma,*/ sans-serif;
        margin: 0;
        padding: 20px 0 0 2%;
}

.sidenav h2 a {
        color: #996633;
}

.sidenav a {
    text-decoration: none;
}

.sidenav ul {
        padding: 0 7px 0 3px;
        border-bottom: 0px solid #EAEADA;
}
.sidenav li {
        border-top: 1px solid #554;
}
.sidenav li a {
        font-size: 1.1em;
        color: #EAEADA;
        display: block;
        padding: 1% 0 1% 5%;
        text-decoration: none;
        width: 95%;
}
.sidenav li ul li a {
        padding-left: 8%;
         width: 92%;
}
.sidenav li ul li ul li a {
        padding-left: 12%;
         width: 88%;
}
.sidenav li ul li ul li ul li a {
        padding-left: 16%;
         width: 84%;
}
.sidenav li a:hover {
        background: #555;
        color: #EAEADA;
}


/* content */
.content {
        float: left;
        margin: 10px 0;
        padding: 0 16px;
        width: 531px;
}
.content .descr {
        color: #664;
        font-size: 0.9em;
        margin-bottom: 6px;
}
.content li {
        background: url('/wp-content/themes/beautiful-day-20/img/li.gif') no-repeat 0 30%;
        padding: 1px 0 1px 16px;
}
.content p {
        font-family: "Lucida Sans Unicode", sans-serif;
}
/* footer */
.footer {
        background: #4c4c4c url('/wp-content/themes/beautiful-day-20/img/bgfooter.gif') repeat-x;
        font: bold 0.8em sans-serif;
        margin: 0px 3px;
        padding: 0 20px;
        line-height: 39px;
        height: 39px;
}
.footer a, .footer a:hover {
        text-decoration: none;
}

/* posts */
.post {
        padding: 5px 5px;
        border: 1px solid #000000;
        background: #555;
        color: #F0F0EB;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.post h1 {
        text-align: center;
        text-decoration:underline;
        color: #cc6600;
}

.post h1 a {
        text-decoration:underline;
        color: #cc6600;

}
.post h1 a:hover {
        text-decoration:underline;
        color: #dd8f2a;
}

.post h2 {
        text-align: center;
        color: #cc6600;
}

.post .info {
        padding: 5px 10px;
        border: 1px solid #000000;
        background: #4c4c4c;
        color: #F0F0EB;
        margin: 2px 0 4px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}


.post img {
        border: 2px solid black;

        margin-right: 2px;
        margin-left:2px;
}
.post a img {
        border: 2px solid black;
}
.post a:hover img {
        border-color: black;
}


.info a {
        text-decoration: none;
}
.info a:hover {
        text-decoration: underline;
}
/* comments */
.content ol li {
        list-style: none;
        background: none;
        border-bottom: 1px solid black;
}
.commentauthor {
        color: #cc6600;
}
.commentauthor a {
        color: #cc6600;    
}
.commentauthor a:hover {
        color: #dd8f2a;
}
#commentlist li {
        margin-bottom: 1.5em;
        padding-bottom: 1em;
        border: 1px solid black;
        list-style: none;
}
#commentform {
        margin: 1em 0;
        background: #555555;
        color: #F0F0EB;
        width: 280px;
}
.commentmetadata {
        padding: 4px 0 4px;
}
.commentmetadata a {
        color: #B6B6B6;
}
textarea.styled {
        width: 280px;
}
.styled {
        font-size: 1.1em;
        background: #F8F7F6;
        border: 1px solid #D6D3D3;
}
.styled:hover {
        background: #FFF;
        border: 1px solid #D6D3D3;
}
.styled:focus {
        background: #FFF;
        border: 1px solid #939793;
}
#commentform input {
        margin-bottom: 3px;
}
a img {
        border:none;
}
input#submit { /* Submit-Button der Kommentarfunktion */
  display: block;
  float: left;
}

/* calendar */
#wp-calendar {
        color:#A0A0A0;
}
.sidenav table caption {
        border-bottom-color:#000;
}
.sidenav table thead tr {
        border-bottom-color:#000;
        color:#A53512;
}
.sidenav table th {
        border-bottom-color:#000;
}
.sidenav table td#today {
        border-color:#000;
        color:#A53512;
}
.sidenav table td a {
        border-bottom-color:#000;
        background-color:#EDF3DE;
}
.sidenav table tfoot {
        border-top-color:#000;
}
.sidenav table tfoot a {
        background:none;
}
/* calendar
--------------------------------------------------*/
#wp-calendar {
        display:inline-table;
        border-collapse:collapse;
        width:185px;
        margin:0px 10px 0 10px;
        text-align:center;
}
.sidenav table caption {
        margin: -5px 10px 0 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid;
        letter-spacing: 0.1em;
}
.sidenav table thead tr {
        border-bottom:1px solid;
}
.sidenav table th {
        border-bottom:1px solid;
}
.sidenav table td {
        width: 225px; /* maximaize width; honestly, I don't know much about tables... */
        padding: 1px;
        font-size: 0.9em;
}
.sidenav table td#today {
        padding: 0;
        border: 1px solid;
        font-size: 1em;
        font-weight: bold;
}
.sidenav table td a {
        display: block;
        border-bottom: 1px solid;
        font-weight: bold;
        font-size: 1.15em;
}
.sidenav table tfoot {
        border-top:1px solid;
}
.sidenav table tfoot a {
        border: none;
        font-weight: bold;
}
.sidenav table tfoot #prev a {
        text-align:left;
}
.sidenav table tfoot #next a {
        text-align:center;
}


form {
  background: #C1CAD3;
  border: thin solid #A53512;
  margin:0;
  padding:4px;
}
/*
label, input, select { /* Alle Labels UND Formularelemente auswählen */
/*  display: block;
  float: left;
}
*/

input#searchsubmit { /* den Submit-Button */
  float: none;
  width: auto;
}

.search-form form {
  width: 148px;
  height: 20px;
}

/* Eigene Ergänzungen */
.tabelle {
  border: 1px solid black;
  border-collapse: collapse;
}

.tabelle th {
  font-weight: bold;
}

.tabelle td, th {
  padding: 3px;
  border: 1px solid black;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.alignleft {
        float: left;
}

.alignright {
        float: right;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #4c4c4c;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}
/* End captions & aligment */

/* wickett-twitter-widget */
.tweets {
   font-size: 0.8em; 
}

.tweets li {
    padding: 3px 0 3px 5%;
}

.tweets li a {
        font-size: 1.0em;
        /* color: #996633; */
        display: inline;
        /* padding: 1% 0 1% 5%; */
        padding: 0;
        text-decoration: none;
        /* width: 95%; */
}