/*  
Theme Name: Mettner
Theme URI: http://www.grauer.com/
Description: ...
Version: 1.0
Author: Thomas Grauer
Author URI:  http://www.grauer.com/
*/

/*  basics */
* {margin:0;padding:0}


.clear {
    clear:both;
}


/*links */

a {
    color: #00468c;
    text-decoration: none;
}
a:hover {
    color: #782235;
}
a img {
    border:0;
}
h2 a {
    color: #782235;
}
h2 a:hover {
    color: #00468c;
}
/*images*/
img {
    border: 0;
}

/*typography*/

body {
    font: 0.9em/1.4em Georgia, serif;
    color: #444;
}

p {
    margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
    font-family: Georgia, serif;
    font-size: 1.0em;
    font-weight: bold;
    padding: 0;	
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    color: #782235;
}
h1 {
    font-size: 1.35em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.9em;
}
h6 {
    font-size: 0.8em;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

small {
    font-size: 0.75em;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

/* structure */
body {
    text-align:center;
    background: url(images/bg.jpg) repeat;
}
div#innerbody {
}
div#container {
    text-align:left;
    width:830px;
    margin: 0 auto;
    background: #ffffff url(images/containerbg.png) repeat-y center;
}

div#header {
    background: url(images/containerbgtop.jpg) no-repeat top;
    padding: 40px 30px 2px 28px;
}
#header div#home {
    float: right;
    height: 78px;
    width: 407px;
}
#header div#subhome {
    height: 78px;
    width: 308px;
    background: #fff url(images/buero.jpg) no-repeat;
}

div#extra {
    clear:both;
    margin: 0 20px 0 11px;
}
div#extrabar {
    height:150px;
    width: 496px;
    background: #fff url(images/extrabar.jpg) repeat-x left;
}
div#extrabar h1 {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 80px 0 0 20px;
    margin: 0;
}
div#extraimage {
    height:150px;
    width: 300px;
    float: right;
    background: #aaa url(images/stones1.jpg) no-repeat;
}
div#extraimage.willkommen {
    
}
div#extraimage.philosophie {
    
}
div#extraimage.coaching {
    
}
div#extraimage.unternehmen {
    
}
div#extraimage.workshops {
    
}
div#extraimage.person {
    
}
div#extraimage.kontakt {
    
}
div#extraimage.downloads {
    
}
div#extraimage.impressum {
    
}
div#extraimage.blog {
    
}

div#footer {
    clear:both;
    font-size: 0.8em;
    background: url(images/footer.png) no-repeat bottom;
    padding: 10px 30px 30px 21px;
    font-family: Arial, Helvetica, sans-serif;
}
div#rightfooter {
    float: right;
    height: 30px;
    width: 280px;
    text-align: right;
    overflow: hidden;
}
div#leftfooter {
    width: 476px;
    height: 30px;
    overflow: hidden;
}	

div#wrapper {
    clear:both;
    width:508px;
    float:left;
}
    
div#content{
    margin: 10px 10px 10px 30px;
    overflow: hidden;
}
    
div#sidebar {
    float:left;
    width:302px;
}
div#sidebarinner {
    margin: 10px 20px 10px 21px;
    overflow: hidden;
}


.post {
    padding-left: 5px;
    padding-right: 5px;
}

.dte {
    color: #a3a3a3;
    margin-top: -1em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-family: Arial, Helvetica, sans-serif;
}
.small {
    font-size: 0.75em;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1.0em;
}

.postmetadata
{
    clear:both;
    font-size: 0.8em;
    color: #a3a3a3;
    background: url(images/documents.gif) no-repeat center left;
    padding-left: 14px;
    border-top: 1px #ffea00 solid;
    padding-top: 0px;
}

.entry img.alignleft {
    margin: 5px 15px 15px 0;
}
.entry img.aligncenter {
    margin: 15px;
}
.entry img.alignright {
    margin: 15px 0 15px 15px;
}

.entry a {
    text-decoration:underline;
}

.post ul, .post ol {
    margin-left: 50px;
    margin-right: 0;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.post ul li {
    list-style-image: url(images/disc.png);
}

.post blockquote {
    padding: 5px;
    font-weight: normal;
    text-align: left;
    margin: 5px;
    font-size: 1em;
    border-left: 4px #ffea00 solid;
    font-style: italic;
    margin-left: 30px;
    margin-right: 20px;
}
.post blockquote em {
    float: right;
    font-weight: normal;
    font-size: 1em;
    font-style: normal;
}


/*special*/
span.amp {
    font-family: "Goudy Old Style", "Palatino",
    "Book Antiqua", serif;
    font-style: italic;
    font-size: 110%; }


/*sidebar*/
#sidebarinner ul, #sidebarinner li {
    list-style-type: none;
    margin: 0;
    padding:0;
    text-indent: 0px;
}
#sidebarinner ul li ul {
    margin-left: 10px;
}
#sidebarinner li a {
    color: #a3a3a3;
    font-weight: bold;
}
#sidebarinner h2 a {
    color: #782235;
}
#sidebarinner h2 {
    margin-bottom: 0;
}
#sidebarinner h2.active a {
    color: #cc4368;
}
#sidebarinner h3 {
    margin: 0.5em 0 0 10px;
}

/*comments*/	
h3#comments {
    margin: 10px 10px 10px 5px;
    color: #000;
}
.commentlist {
    margin-left: 5px;
}
.commentlist li {
    background-color: #ffffff;
    padding: 2px;
    list-style-type: none;
    margin-top: 10px;
}
.commentlist div.commentmetadata {
    font-size: 0.7em;
    font-family: Arial, Helvetica, sans-serif;
}
.commentlist cite, .commentlist cite a {
    font-style: normal;
    font-size: 1.1em;
    font-weight: bold;
}
.commentlist p {
}
.commentlist .alt {
    border-top: 1px #bbb solid;
    border-bottom: 1px #bbb solid;
    background-color: #f8f8f8;
}

.nocomments a{
background-image: url(images/figure.gif);
padding-left: 12px;
background-repeat: no-repeat;}

#respond {
    margin: 1em 10px 10px 5px;
    color: #000;
}
#commentform {
    margin: 1em 0 0 5px;
}

/*forms*/	

input, textarea, select {
    font: 0.9em Verdana, Geneva, sans-serif; 
    background: #f8f8f8;
    border:1px solid #999;
    border-color:#999 #eef #eef #999;
    padding:1px;
    color: #444;
}	
input:focus, textarea:focus {
    background: #ffffff;
}
input:hover, textarea:hover {
    background:#ffffff;
    cursor:text;
}
input#submit {
    border: 1px #0f0000 outset;
    background-color: #e9e9e9;
}
input#submit:hover {
    cursor: pointer;
    background-color: #fafafa;
}
p.submitbutton input {
    border: 1px #0f0000 outset;
    background-color: #e9e9e9;
}
p.submitbutton input:hover {
    cursor: pointer;
    background-color: #fafafa;
}
#comment {
    width:420px;
    font: 1em Verdana, sans-serif;
    margin-bottom: 1em;
}
#searchform {
    margin-top: 5px;
}
input#searchsubmit {
    display: none;
}
input#s {
    width: 200px;
    font-size: 1.1em;
    border: 1px #00468c solid;
}

.navigation {
    font: 1em/1.2em Arial, Helvetica, sans-serif;
    margin-left: 5px;
    margin-top: 15px;
    height:1.2em;
    border-top: 1px #ffea00 solid;
    border-bottom: 1px #ffea00 solid;
}
.navigation a {
    color: #00468c;
    font-style: normal;
}
.navigation a:hover {
    color: #782235;
}

.alignleft {
    float:left;
}
.alignright {
    float:right;
}
    
.related {
    margin-bottom: 1em;
    margin-top: 1em;
}
.related ul {
    list-style-type: none;
    margin: 0;
}
.related ul li {
    list-style-type: none;
    text-indent: 0;
}

/*---archives---*/
.archivemonth {
    float:left;
    width:45%;
}
.archivesubject {
    float:right;
    width:45%;
}
.achiverecent {
    clear:both;
}
.archive ul, .archive ol {
    list-style-type: none;
    line-height:1.2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
}
.archive ul li {
    margin:0;
    list-style-type: none;
}
.archive li a {
    padding: 0px;
    color: #83b449;
    text-decoration: none;
}
.archive li a:hover {
    color: #333;
}

.children li {
    margin:0;
    padding:0;
    border: none;
    padding-left: 1em;
}
.children li a {
    padding-left:0px;
}					

