/*
Theme Name: Zinn
Theme URI: http://wordpress.org/
Description: Theme fuer Zinn Kommunikation // www.zinnkomm.de
Version: 1.01
Author: Mike Haufe
Author URI: http://www.mhgrafix.com/
Tags: zinn 
Text Domain: -
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-decoration:none;
  outline:0;
}
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background: #d8d1b8 url('images/bg-body.jpg');
  color: #000;
  text-align: center;
}
/* html>body {
	font-size: 12px;
}*/
a, a:visited {
  color:#000;
  text-decoration:underline;
}
hr {
  visibility:hidden;
  clear:both;
}
.clear { clear:both; }
ul { list-style:none; }
h1, h2, h3, h4 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1em;
  font-weight:normal;
}
/* Header ********************************************************** */

#headerwrap {
  width:auto;
  height:210px;
  background: transparent url('images/bg-headerwrap.jpg') repeat-x;
  padding-top:10px;
}
#header {
  position:relative;
  text-align:left;
  width:960px;
  margin:0 auto;
  background-color: #e6e1d0;
  height:210px;
  border-left:1px solid #bbb8ad;
  border-right:1px solid #939087;
  border-top:1px solid #bbb8ad;
}
#headerlogo {
  height:87px;
  width:197px;
  top:50px;
  left:-11px;
  background:transparent url('images/logo-trans.png') no-repeat;
  position:absolute;
}
#headerimg {
  height:210px;
  width:740px;
}
#headerimg h1 { text-indent:-9999px; }
#headerimg { background: transparent url('images/headerimg-blog.jpg') no-repeat; }
.home #headerimg { background: transparent url('images/headerimg-home.jpg') no-repeat; }
.page-id-27 #headerimg, .parent-pageid-27 #headerimg { background: transparent url('images/headerimg-reden.jpg') no-repeat; } /* Reden schreiben */
.page-id-29 #headerimg, .parent-pageid-29 #headerimg { background: transparent url('images/headerimg-seminare.jpg') no-repeat; }
.page-id-37 #headerimg, .parent-pageid-37 #headerimg { background: transparent url('images/headerimg-einzelcoaching.jpg') no-repeat; }
.page-id-39 #headerimg, .parent-pageid-39 #headerimg { background: transparent url('images/headerimg-vortraege.jpg') no-repeat; }
.page-id-42 #headerimg, .parent-pageid-42 #headerimg { background: transparent url('images/headerimg-referenzen.jpg') no-repeat; }
.page-id-44 #headerimg, .parent-pageid-44 #headerimg { background: transparent url('images/headerimg-profil.jpg') no-repeat; }
.page-id-47 #headerimg, .parent-pageid-47 #headerimg { background: transparent url('images/headerimg-kontakt.jpg') no-repeat; }
.page-id-351 #headerimg, .parent-pageid-351 #headerimg { background: transparent url('images/headerimg-ghost.jpg') no-repeat; } /* Text und Redaktion */
#headersidebar {
  position:absolute;
  right:0px;
  top:0px;
  width:220px;
  height:210px;
  background:#d8d4c4;
}
#headersidebar ul { padding: 15px 0; }
#headersidebar ul li {
  padding: 10px 15px 30px 15px;
  font-size:1.1em;
  line-height:1.6em;
}
#headersidebar a:hover { background-color:#d8d4c4; }
#searchform #searchsubmit { display:none; }
#searchform label {
  display:block;
  padding-bottom:5px;
  font-family:arial, helvetiva, verdana;
  font-weight:bold;
  color:#9f9c91;
  font-size:1.4em;
}
#searchform input {
  width: 175px;
  padding: 5px 6px;
  font-size:1.2em;
  background-color:#e6e1d0;
  border:1px solid #cdc9bc;
}
#page {
  width:960px;
  margin:0 auto;
  position:relative;
  background: #fff url('images/bg-content.jpg') repeat-y;
  border-left:1px solid #bbb8ad;
  border-right:1px solid #939087;
  border-bottom:1px solid #939087;
}
/* 
** Navigation ******************************************************* 
*/

#navi {
  width:210px;
  padding-bottom:50px;
  float:left;
  text-align:left;
}
#navi ul {
  margin-top:20px;
  font-size:1.2em;
}
#navi ul li {
  text-indent:20px;
  color:#3e2c22;
  border-bottom:lightgrey 1px dashed;
  text-transform:uppercase;
}
#navi ul li a, #navi ul li a:visited {
  text-decoration:none;
  display:block;
  color:#3e2c22;
  padding:7px 0;
}
#navi ul li a:hover, #navi ul li.current_page_item {
  background: #e8e3d5 url('images/bg-navi.jpg') repeat-x 0 0;
  display:block;
}
#navi ul.subpages {
  margin:0;
  font-size:0.9em;
}
#navi ul.subpages li {
  text-indent:35px;
  background:#f9f8f5;
  text-transform:none;
}
#navi ul.subpages li a:hover, #navi ul.subpages li.current_page_item { background:#edebe2; }
/* 
** Content *************************************** 
*/
#content {
  font-size: 1.2em;
  line-height:1.55em;
  float:left;
  width:490px;
  min-height:400px;
  padding: 20px 20px 30px 20px;
  text-align:left;
  overflow:hidden;
}
#content h1, #content h2 {
  font-size:1.6em;
  line-height:1.2em;
  padding-bottom:0.6em;
}
#content h2.pagetitle {
  font-size:2em;
  font-weight:bold;
  color:lightgrey;
  border-bottom:1px dashed lightgrey;
  margin-bottom:-5px;
}
#content h3 {
  font-size:1.5em;
  line-height:1.2em;
  padding:0.5em 0;
}
#content h4 {
  font-size:1em;
  font-weight:bold;
  font-family: arial, helvetiva, verdana;
}
#content a, #content a:visited {
  color:#5784bf;
  text-decoration:none;
  border-bottom: 1px dotted #5784bf;
}
#content a:hover {
  color:#5784bf;
  background:#f2f5fc;
}
#content h2 a, #content h2 a:visited {
  color:#000;
  border-bottom: 1px dotted #000;
}
#content h2 a:hover {
  color:#000;
  background:#f2f5fc;
}
#content ul {
  list-style:disc;
  padding-left: 40px;
  padding-bottom:1em;
}
#content ul li { padding-bottom:0.5em; }
#content ul.style-1 {
  list-style:none;
  padding:0;
  padding-bottom:1em;
}
#content ul.style-1 li.first { border-top:1px solid #5285c6; }
#content ul.style-1 li { padding: 5px 10px; }
#content ul.style-1 .alt { background:#f2f5fc; }
#content ul.style-1 .alt a:hover { background:#ced6e9; }
#content ul.style-1 h4 a, #content ul.style-1 h4 a:visited {
  color:#000;
  border:none;
  text-decoration:underline;
}
#content ul.style-1 h4 a:hover, #content ul.style-1 .alt h4 a:hover {
  background:transparent;
  color:#5784bf;
}
#content p, .entry p { padding-bottom:0.8em; }
table.seminartermine { margin:10px 0; }
table.seminartermine td { padding:5px 5px; }
table.seminartermine tr:hover { }
table.seminartermine tr.alt:hover { }
table.seminartermine .head td {
  padding:2px 5px;
  font-weight:bold;
  text-shadow: 1px 1px #f2f5fc;
  font-size:0.9em;
  border-top:1px solid #5285c6;
  background:#ced6e9 url('images/bg-tabletop.jpg') repeat-x 0 0;
}
table.seminartermine .alt { background:#f2f5fc; }
blockquote {
  font-style: italic;
  padding-left: 15px;
  border-left: 10px solid #f2f5fc;
}
.page-id-42 blockquote {
  padding:10px 20px;
  border:none;
  border-bottom:2px solid #f2f5fc;
  margin-bottom:1em;
  background:#f2f5fc;
}
.page-id-42 blockquote cite {
  display:block;
  text-align:right;
  font-size:0.85em;
  font-style:normal;
  line-height:120%;
  margin-top:1em;
}
#content .editlink {
  text-align:right;
  font-size:0.8em;
}
.more-link { }
#content .postmetadata {
  padding:2px 10px;
  background:#f2f5fc;
  font-size:0.75em;
  margin-top:20px;
  color:#4c4c4c;
}
.postmetadata a, .postmetadata a:visited {
  color:#4c4c4c !important;
  border-color:#999999 !important;
}
.post, .page {
  margin-bottom:1em;
  padding-bottom:1em;
  border-bottom:1px dashed lightgrey;
}
/* Formular */
#content label {
  display:block;
  font-size:0.75em;
}
#content form input, #content form textarea {
  border:1px solid lightgrey;
  padding: 5px 5px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:0.9em;
  width:450px;
  margin-bottom:0.5em;
}
#content form #zimmer input  {width:auto; margin:15px 5px 15px 0;}
#content form input:focus, #content form textarea:focus { border-color:#999; }
#content form .submit input, #content #submit {
  width: 150px;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid #999;
  border-left: 1px solid lightgrey;
  border-right: 1px solid #999;
}
#content form .submit input:active, #content form .submit input:hover, #content #submit:hover {
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid #999;
  border-right: 1px solid lightgrey;
  border-left: 1px solid #999;
  outline:none;
}
.navigation { padding: 10px 0; }
.alignleft { float:left; }
.alignright {
  float:right;
  text-align:right;
}
.navigation .alignleft, .navigation .alignright { width: 48%; }
/* Startseite ********************************* */
.home #content ul.pics {
  width:400px;
  list-style:none;
  padding:0;
}
.home #content ul.pics li {
  clear:both;
  height:80px;
  padding:10px 0;
  border-top:1px dashed lightgrey;
}
.home #content ul.pics li img {
  display:block;
  float:left;
  padding: 0 20px 10px 0;
}
/* commentform */
#commentform textarea {
  width: 475px;
  border:1px solid lightgrey;
}
#respond {
  border-bottom: 1px dashed lightgrey;
  padding-bottom:10px;
  margin-bottom:10px;
}
ol.commentlist {
  list-style:none;
  border-bottom:1px dashed lightgrey;
  padding-bottom:10px;
}
.commentlist li {
  padding:10px 20px;
  border-top:1px dotted lightgrey;
}
.commentlist li.comment-author-admin { background:#f2f5fc; }
.comment-author { margin-bottom:10px; }
.comment-meta, .comment-meta a, .comment-meta a:visited {
  margin-bottom:10px;
  font-size:0.9em;
  color:#555555 !important;
  border:none !important;
}
.commentlist cite {
  font-style:normal;
  font-weight:bold;
}
.commentlist cite a, .commentlist cite a:visited {
  color:#000 !important;
  border:none !important;
  text-decoration:underline !important;
}
/* 
**	Sidebar *************************************** 
*/

#sidebar {
  width: 220px;
  overflow:hidden;
  float:right;
  text-align:left;
  padding: 20px 0;
  font-size:1.1em;
  line-height:1.4em;
}
#sidebar h2 {
  font-family:arial, helvetiva, verdana;
  font-size:1.1em;
  font-weight:bold;
  padding-bottom:0.4em;
  color:#9f9c91;
}
#sidebar h2 a, #sidebar h2 a:visited { color:#9f9c91; }
#sidebar a, #sidebar a:visited {
  text-decoration:none;
  border-bottom: 1px dotted #000;
}
#sidebar a:hover { background-color:#d8d4c4; }
#sidebar ul li {
  padding:10px 15px;
  border-bottom:1px dashed #c4c0b4;
}
#sidebar ul li ul li {
  padding:0;
  border:none;
}
#sidebar .widget_recent_entries li, #sidebar .categories li { padding:0 !important; }
#sidebar .categories a, #sidebar .categories a:visited, #sidebar .widget_recent_entries a, #sidebar .widget_recent_entries a:visited {
  display:block;
  border:none;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:3px;
}
#sidebar .current-cat { background-color:#d8d4c4; }
#sidebar .children a, #sidebar .children a:visited { padding-left:10px; }
/* 
** Quotes --------------------------------------- 
*/
li.widget_stray_quotes a, li.widget_stray_quotes a:visited, li.seminartermine a, li.seminartermine a:visited {
  color:black;
  display:block;
  width:99%;
  text-decoration:none;
  border:none !important;
}
li.widget_stray_quotes:hover, li.seminartermine:hover {
  background-color:#d8d4c4;
  display:block;
}
#sidebar .widget_stray_quotes em { font-size:0.85em; }
#sidebar li.widget_recent_entries li { padding-bottom:0.5em; }
/* 
** Footer *************************************** 
*/
#footer {
  width:960px;
  margin: 0 auto;
  padding: 10px 0;
  text-align:right;
  color:#7d7969;
}

