/*
Theme Name: SquareRoot
Theme URI: 
Description: 3-spaltiges halbfluides Layout, widget-f&auml;hig, lokalisiert, ab WP Version 1.5.2.
Version: 1.0
Author: 
Author URI: 
*/

/*---| Dateiweite Einstellungen |---*/

* {
margin: 0;
padding: 0;
border: 0;
}
body {
background:#3e4a3e;
color: #fff;
font: 80% Verdana,Arial,Helvetica,sans-serif;
text-align: center;
}
input, textarea {
background: #ededed;
color: #3e4a3e;
margin: 0 10px 10px 0;
padding: .2em;
}
textarea {
overflow: auto;
}
.absenden,
#contactsubmit {
cursor: pointer;
}
.zentrieren {
text-align: center;
}
.clear {
clear: both;
}

.wpgdprc-checkbox label {
    display: inline-block!important;
}

/*---| Wrapper |---*/

#wrapper {
max-width: 1000px;
background: #b8c5b7;
color: #3e4a3e;
height: 100%;
margin: 0 auto;
text-align: left;
}

/*---| Kopfbereich |---*/

#kopf {
background: #556b56 url(images/header3.gif) center no-repeat;
color: #b8c5b7;
text-align: right;
height: 180px;
padding-right: 15px;
border: 3px solid #b8c5b7;
}
#kopf h1 {
font-size: 2.6em;
font-weight: normal;
padding-top: 30px;
}
#kopf a:link,
#kopf a:visited {
color: #b8c5b7;
background: transparent;
text-decoration:none;
}
#kopf a:hover,
#kopf a:active,
#kopf a:focus {
color: #ededed;
background: transparent;
}
#suche {
display: inline;
width: 330px;
float: right;
padding: 5px 15px;
}
#breadcrumb {
margin: 0 185px;
}

/*---| Navigationsleisten |---*/

#sidebar {
display: inline;
width: 360px;
float: right;
clear: both;
}
#sidebar a:link,
#sidebar a:visited {
color: #4e5a4e;
background: inherit;
text-decoration:none;
}
#sidebar a:hover,
#sidebar a:active,
#sidebar a:focus {
color: #ededed;
background: inherit;
}
#sidebar ul ul {
margin-bottom: 15px;
}
#sidebar h2 {
font-size: 1.2em;
margin-bottom: 5px;
color: #708070;
}
/*---| Anpassungen fuer manafonistas.de |---*/

#sidebar #rechts h2{
display:none;
}

input#email {display:none;}
input#email + label {display:none;}

select[name="archive-dropdown"] option[value=""] {background-color: #ededed !important;}

#sidebar #rechts ul li ul li{
margin-bottom: 10px;
line-height:1.2em;
}
#sidebar #rechts ul li ul li a:link, #sidebar #rechts ul li ul li a:visited{
font-size:1.2em;
font-weight:bold;
color: #607060;
}
#sidebar #rechts ul li ul.children li{
line-height:1.2em;
margin-top:5px;
margin-bottom:0px;
}
#sidebar #rechts ul li ul.children li a:link, #sidebar #rechts ul li ul.children li a:visited{
font-size:1em;
font-weight:normal;
color: #506050;
}

#sidebar #rechts ul li div ul#menu-die-autoren.menu li a:link, #sidebar #rechts ul li div ul#menu-die-autoren.menu li a:visited{
font-size:1em;
font-weight:normal;
color: #506050;
}

div.widget_tag_cloud {
margin-bottom:20px;
}

#sidebar #rechts ul {}


/*---| Ende Anpassungen fuer manafonistas.de |---*/


#sidebar ul li {
list-style: none;
line-height: 1.5em;
}
#rechts,
#links {
width: 160px;
overflow: hidden;
padding: 10px;
float: right;
font-size: .95em;
}


/*--- | Inhaltsbereich - allgemeing&uuml;ltige Formatierungen |---*/

#content {
margin: 0 360px 3px 3px;
background: #fff;
color: #3e4a3e;
padding: 10px;
}
#content a:link,
#content a:visited {
color: #a60b02;
background: inherit;
text-decoration:none;
}
#content a:hover,
#content a:active,
#content a:focus {
color: #17596b;
background: inherit;
}
#content p {
line-height: 1.4em;
margin-bottom: 0.5em;
}
#content ul li {
list-style-image: url(images/list.gif);
}
#content h2 {
font-size: 1.2em;
}
#content h3 {
font-size: 1.1em;
}
#content h4 {
font-size: 1.0em;
margin: .8em 0;
}
#content blockquote {
margin: 20px;
min-height: 55px;
text-align: justify;
font-style: oblique;
}
#content q {
font-style: oblique;
}
#content pre {
margin: 10px;
}
#content code,
#content pre {
font-size: 1.2em;
}
#content acronym, 
#content abbr {
border-bottom: 1px dashed #ededed;
cursor: help;
}
#content table {
border-collapse: collapse;
margin: 0 auto 0.8em auto;
margin: 1.0em;
}
#content caption {
font-weight: bold;
margin: 1.0em 0 1.0em 0;
}
#content th {
font-weight: bold;
background: #556b56;
border: 1px solid #fff;
color: #b8c5b7;
padding: .2em;
}
#content td {
background: #ededed;
color: inherit;
border: 1px solid #fff;
padding: .2em;
}

/*---| Inhaltsbereich - Beitr&auml;ge und Kommentare |---*/

#content .datum {
width: 50px;
float: left;
text-align: center;
background: #ededed;
color: #556b56;
}
#content .jahr {
display: block;
font-size: 1.0em;
font-weight: bold;
background: #556b56;
color: #b8c5b7;
}
#content .monat {
display: block;
font-size: .8em;
}
#content .tag {
display: block;
font-size: 1.8em;
margin-top: 5px;
}
#content .ueberschrift {
padding: 3px 0;
font-size: 1.0em; 
letter-spacing: 1px;
text-align: right;
}
#content .beitragskopf h2 {
margin-left: 60px;
}

#content .beitrag {
padding: 5px;
margin-bottom: 10px;
overflow: hidden;
}
#content .beitragsinfo {
padding: 5px 0;
font-size: 0.8em;
margin-left: 60px;
border-bottom: 3px solid #ededed;
}

#content .beitragsfuss {
font-size: .8em;
border-top: 3px solid #ededed;
margin-top: 10px;
padding-top: 5px;
}
#content .beitrag ul, 
#content .beitrag ol {
margin: .8em 0 .8em 2.0em;
}
#content .text {
margin-top: 40px;
margin-bottom: 15px;
padding: 5px 0;
}
#content .seiten {
margin: 15px 0 0 15px;
}
#content .tags {
margin: 1.5em 0;
font-size: .8em;
}
#content #kommentare {
margin: 15px 0 0 5px;
float: left;
}
#content #kommentare ol {
margin-left: -8px;
}
#content #kommentare ol li {
list-style: none;
}
#content .kommentarkopf {
font-size: 0.8em;
padding: 5px 0;
}
#content .kommentar,
#content .autorenkommentar {
padding: 10px;
margin: 10px;
}
#content .kommentar {
background:#ededed;
color: #556b56;
}
#content .autorenkommentar {
background: #f9eedb;
color: #556b56;
}
#content .bearbeiten {
font-style: oblique;
}

/*---| Seitennavigation |---*/

.navigation {
font-size: .8em;
padding: 20px 0;
}
.next {
float: left;
text-align: left;
width: 50%;
}
.prev {
float: right;
text-align: right;
width: 50%;
}

/*---| Fuss |---*/

#fuss {
background: #556b56 url(images/footer.gif) repeat-x bottom;
color: #b8c5b7;
clear: both;
font-size: 0.8em;
padding: 10px 0 20px 10px;
}
#fuss a:link,
#fuss a:visited {
color: #b8c5b7;
background: #556b56;
text-decoration:none;
}
#fuss a:hover,
#fuss a:active,
#fuss a:focus {
color: #ededed;
background: #556b56;
}

/*---| Suchen |---*/

#searchform {
padding: 10px 0 0 0;
}
#searchform input {
cursor: pointer;
background: #b8c5b7;
color: #5e6a5e;
font-size: 1.3em;
}
#searchform input:hover {
background: #b8c5b7;
color: #ededed;
}
#searchform #s {
cursor: default;
background:#ededed;
color: #3e4a3e;
font-weight: normal;
font-size: 1.0em;
width: 180px;
padding: 3px;
}
#searchform #s:hover {
background:#fff;
color: #3e4a3e;
}
/*---| Kalender |---*/

#wp-calendar {
display:none;
border-collapse: collapse;
line-height: 1.3em;
margin-bottom: 15px;
color: #3e4a3e;
background: #b8c5b7;
}
#wp-calendar caption {
text-align: left;
font-weight: bold;
font-size: 1.2em;
margin-bottom: 5px;
}
#wp-calendar th {
text-align: center;
}
#wp-calendar table.nav, 
#wp-calendar th, 
#wp-calendar td {
padding: 1px 3px;
}
#wp-calendar td {
text-align: center;
}
#wp-calendar #next a {
padding-left: 1px;
text-align: right;
}
#wp-calendar #prev a {
padding-right: 1px;
text-align: left;
}
#wp-calendar a {
display: block;
text-decoration: none;
}
#wp-calendar tbody td a:link,
#wp-calendar tbody td a:visited {
color: #a60b02;
background: #b8c5b7;
}
#wp-calendar tbody td a:hover,
#wp-calendar tbody td a:active,
#wp-calendar tbody td a:focus {
color: #ededed;
background: #b8c5b7;
}
#wp-calendar #today {
background: #b8c5b7;
color: #ededed;
}
#wp-calendar #today a:link,
#wp-calendar #today a:visited
{
background: #b8c5b7;
color: #ededed;
}
#wp-calendar #today a:hover,
#wp-calendar #today a:active,
#wp-calendar #today a:focus {
background: #b8c5b7;
color: #a60b02;
}

/*---| nicht anzeigen |---*/

hr,
#kopfzeilenmenue h2 {
display: none;
}