/*
Theme Name: Anke3.1
Theme URI: http://ankegroener.de/
Description: Anke 3 wird Redesignt. Wie sch&ouml;n!
Version: 1.5
Author: Christian Fischer
Author URI: http://c-fischer.com/
Tags: anke, violett, responsive, two columns

        (c) Christian Fischer
         Work: http://c-fischer.com
         Blog: http://jawl.net

*/

/* ...................................................................................... reset'em all */
* {
  margin: 0;
  padding: 0;
}


/* ...................................................................................... Basics */
body {
  background-color: #F0F0F0;
  font-size: 100%;
  font-family: 'Quattrocento Sans', Verdana, Helvetica, sans-serif;
  text-align: center;
/*  color: #000;*/
  color: #222;
}

hr {
  margin: 0 0 -1px 0;
  width: 1px;
  height: 1px;
  border: none;
  visibility: hidden;
  clear: both;
}
.hidden {
  display: none;
}
img {
  border: none;
}


/* ...................................................................................... Seitenaufbau */

#page {
  margin: 0 auto 20px auto;
  max-width: 900px;
  font-size: 100%;
  text-align: left;
}
/*@media (orientation:landscape) { #content { font-size: 70% !important; } }*/
#header {
  position: relative;
  margin: 40px 0 20px 0;
  max-width: 900px;
  height: 61px;
  background-color: #681D59;
}

#header h1 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 41px;
  width: 365px;
  z-index: 1;
}
        #header h1 span {
           position: absolute;
           top: 0;
           left: 0;
           width: 365px;
           height: 41px;
           overflow: hidden;
           z-index: 2;
           background-image: url(images/logo.gif);
           background-position: 0 -137px;
           background-repeat: no-repeat;
           cursor: pointer;
         }

         @media (orientation:portrait) {
            #header {
              height: 52px;
            }
            #header h1 {
              height: 31px;
              width: 274px;
              bottom: 1px;
            }
            #header h1 span {
               width: 274px;
               height: 31px;
               background-position: -91px -178px;
         }
         }

#header h2 {
  display: none;
}

#wrapper {
  margin: 0 0 2em 0;
  background-color: #fff;
  border: 1px solid #D5C6D2;
}

#content {
  position: relative;
  margin: 50px 0 70px 0px;
  padding:  0 15px;
  line-height: 150%;
  background-color: #fff;
 /* z-index: 4;*/
}

#sidebar {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 2;
}

/* ...................................................................................... Sidebar */
#sidebar ul {
  list-style-type: none;
  display: table;
  width: 100%;
  line-height: 100%;
}

#sidebar ul li {
  display: table-cell;
  position: relative;
  width: 20%;
  text-align: center;
}

#sidebar ul li ul {
  display: none;
  position: absolute;
  top: 39px;
  width: auto;
  background-color: #f0f0f0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  z-index: 10000;
}
#sidebar .additionals {
  display: none;
}

#sidebar h3 {
  /*padding: 10px 0 0 0;*/
  font-family: 'Quattrocento Sans', Verdana, Helvetica, sans-serif;
  color: #681D59;
  font-size: 100%;
  font-weight: normal;
}
        #sidebar h3 span {
          /*padding: 0 4px 0 0;
          border-bottom: 3px solid #fff;*/
        }
        #sidebar ul li:hover ul, #sidebar ul li.active ul {
          display: block;
        }
        #sidebar ul li ul li {
          position: relative;
          display: block;
          padding: 0 !important;
          width: auto;
        }
#sidebar .hl a {
  display: block;
  padding: 10px 0 !important;
}

#sidebar ul li.hl ul li a {
  padding: 6px !important;
  text-decoration: none;
  color: #999;
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #aaa;
  z-index: 1000;

}
#sidebar a:hover {
  color: #666 !important;
}




#searchform {
  margin: 10px 0 0 0;
  width: auto;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
}

#s {
  margin: 2px 2px 0 0;
  padding: 3px 1px;
  /*width: 30px;*/
  width: auto;
  max-width: 70px;
  float: right;
  border: 1px solid #e1dcd2;
  font-family: 'Quattrocento Sans', verdana, arial, sans-serif;
  font-size: 10px;
}
#s:focus {
  border: 1px solid #cfcfcf;
}
#searchsubmit {
  width: 20px;
  display: none;
}

/* ...................................................................................... Postings */
.pagetitle {
  margin: 0 0 3em 0;
  font-weight: normal;
}

.post {
  margin: 0 0 10em 0;
}
    @media (orientation:portrait) {
      .post {
        margin-bottom: 5em;
      }

    }

.post h2 {
  margin: 0 0 0.95em 0;
  font-family: cardo, georgia, garamond, "times new roman", serif;
  color: #681D59;
  font-size: 160%;
  font-weight: 700;
}
.post h2 a {
  text-decoration: none;
}

.entry p {
  margin: 0 0 1em 0;
}

.entry blockquote {
  margin-left: 2em;
}
.entry ul, .entry ol {
  padding: 0 0 0 25px;
}
.entry ul li, .entry ol li {
  margin: 0 0 1em 0;
}


a {
  color: #681D59;
}

.postmetadata {
  margin: -7px 0 0 0;
  font-size: 90%;
  text-align: right;
}
        .postmetadata a {
           text-decoration: none;
         }


.navigation {
  margin: -5em 0 0em 0;
}
.navigation .alignright {
  float: right;
}
.navigation .alignleft {
  float: left;
}
.navigation a {
  text-decoration: none;
}




/* ............................................................... Bilder und Medien */
.entry embed, .entry iframe, .entry object {
	max-width: 100%;
}
.entry img.alignleft, .entry img.alignright, .entry img.aligncenter {
	margin-bottom: 1.625em;
}
.entry .alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.entry .alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.entry .aligncenter, .entry .alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
    max-width: 100%;
    height: auto;
}

/* ...................................................................................... Kommentare */

#respond, #comments {
  margin: 5em 0 2em 0;
}
#commentform p {
  margin: 0 0 1em 0;
}
#commentform p input {
  padding: 1px;
  width: 168px;
  font-family: 'Quattrocento Sans', verdana, arial, sans-serif;
  font-size: 80%;
  float: right;
  border: 1px solid #cfcfcf;
}
#commentform p label {
}
#commentform textarea {
  padding: 1px;
  width: 378px;
  height: 160px;
  font-family: 'Quattrocento Sans', verdana, arial, sans-serif;
  font-size: 80%;
  border: 1px solid #cfcfcf;
}

.commentlist {
  list-style-type: none;
}
.commentlist li {
  margin: 0 0 3em 0;
}
.commentmetadata {
  font-size: 90%;
  text-align: right;
}
.commentlist cite {
  font-style: normal;
}
.commentlist a {
  text-decoration: none;
}


/* ...................................................................................... Footer */

#footer {
  text-align: center;
}
#footer a {
  text-decoration: none;
}


.archive {
  padding: 0;
  list-style-type: none;
}







.button-flattr {
	display: block;
	text-align: right;
}