/*
Theme Name: Anke3
Theme URI: http://ankegroener.de/
Description: Nach dem jahrelangen Erfolg von Anke Rot jetzt die langerwartete n&auml;chste Version.
Version: 1.0
Author: Christian Fischer
Author URI: http://c-fischer.com/
Tags: anke, violett, fixed width, 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: 90%;
  font-family: Verdana, Helvetica, sans-serif;
  text-align: center;
  color: #000;
}

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: 20px auto;
  width: 779px;
  font-size: 0.75em;
  text-align: left;
}

#header h1 {
  position: relative;
  width: 779px;
  height: 137px;
  z-index: 1;
  border-bottom: 20px solid #f0f0f0;
}
        #header h1 span {
           position: absolute;
           top: 0;
           left: 0;
          width: 779px;
          height: 137px;
           overflow: hidden;
           z-index: 2;
          cursor: pointer;
         }
#wrapper {
  margin: 0 0 2em 0;
  background-color: #fff;
  border: 1px solid #D5C6D2;
}

#content {
  margin: 50px 57px 70px 20px;
  width: 380px;
  float: right;
 line-height: 1.5em;
}

#sidebar {
  margin: 50px 0 0 40px;
  width: 252px;
}

/* ...................................................................................... Sidebar */
#sidebar ul {
  list-style-type: none;
  line-height: 1.5em;
}

#sidebar h3 {
  padding: 0 2px 2px 0;
  font-family: georgia, "times new roman", serif;
  color: #681D59;
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: 1px solid #e1dcd2;
}
        #sidebar h3 span {
           padding: 0 4px 0 0;
           border-bottom: 3px solid #fff;
         }
         #sidebar ul li {
           margin: 0 0 3em 0;
         }
         .widgettitle {
           display: none;
         }
         .tweet {
           margin-bottom: -2.5em !important;
         }
#sidebar ul li ul li {
  border-bottom: 1px solid #f7f6f3;
  margin: 1px 0 0 0;
  padding: 0 0 2px 0;
}
        #sidebar ul li ul li.hl {
          border-bottom: none;
        }

#sidebar a {
  text-decoration: none;
  color: #999;
  display: block;
}
#sidebar a:hover {
  color: #666;
}

.aktt_tweets {
  font-style: italic;
  color: #999;
}
.aktt_tweets a {
  display: inline !important;
}
.aktt_credit {
  visibility: hidden;
}



#s {
  margin: 2px 2px 0 0;
  padding: 3px 1px;
  width: 198px;
  float: right;
  border: 1px solid #e1dcd2;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}
#s:focus {
  border: 1px solid #cfcfcf;
}
#searchsubmit {
  width: 30px;
}

/* ...................................................................................... Postings */
.pagetitle {
  margin: 0 0 3em 0;
  font-weight: normal;
}

.post {
  margin: 0 0 10em 0;
}
.post h2 {
  margin: 0 0 0.95em 0;
  font-family: georgia, garamond, "times new roman", serif;
  color: #681D59;
  font-size: 1.6em;
  font-weight: bold;
}
.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: 0.9em;
  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;
}


/* ...................................................................................... Kommentare */

#respond, #comments {
  margin: 5em 0 2em 0;
}
#commentform p {
  margin: 0 0 1em 0;
}
#commentform p input {
  padding: 1px;
  width: 168px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  float: right;
  border: 1px solid #cfcfcf;
}
#commentform p label {
}
#commentform textarea {
  padding: 1px;
  width: 378px;
  height: 160px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  border: 1px solid #cfcfcf;
}

.commentlist {
  list-style-type: none;
}
.commentlist li {
  margin: 0 0 3em 0;
}
.commentmetadata {
  font-size: 0.9em;
  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;
}