/*
Theme Name: Kritische Ausgabe
Theme URI: http://kritische-ausgabe.de/
Description:
Version: 1.0
Author: Rochus Wolff
Author URI: http://rochuswolff.de/
*/

/* Begin Typography & Colors */
* {
  margin: 0; padding: 0;
  }

body {
	/* font-size: 62.5%; Resets 1em to 10px */
	text-align: center;
     background-color: #fff;
     /* 051015 margin: 20px; */
     margin: 1%;
     font-family: Garamond,Georgia,serif; /* "Adobe Garamond","Apple Garamond BT",*/
     font-size: 1em;
     }

a {
  color: #f00;
  text-decoration: none;
  }
a:hover, a:active {
        text-decoration: underline;
        }
a:visited {
          color: #933;
          }

h2 a, h2 a:visited {
     color: #000;
     }

h1,h2,h3,h4,h5 {
            font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
            text-align: left;
            font-weight: bold;
            }
h1, h2 {
            font-size: 1.1em;
            padding-top: 2px;
            }
h3 {
            font-size: .9em;
            padding-top: 5px;
            }
h4 {
            font-size: .9em;
            margin-top: 15px;
            padding-bottom: 2px;
            margin-bottom: 10px;
            border-bottom: 1px #ccc dotted;
            }
h5 {
            font-size: .9em;
            margin-top: 15px;
            margin-bottom: 10px;
            }

ul {
   list-style-type: circle;
   margin-left: 10px;
   padding-left: 10px;
   }

#footer {
	background-color: #eee;
	}

small {
	font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/* content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;

	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Form Elements */

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}


.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
        margin-top: 10px;
        margin-bottom: 10px;
	}
.navigation .alignright {
	font-size: .8em;
        width: 50%;
        float: right;
        text-align: right;
	}
.navigation .alignleft {
	font-size: .8em;
	width: 50%;
        float: left;
        text-align: left;
	}


/* End Various Tags & Classes*/

#header {
         height: 90px;
         padding-bottom: 0px;
         border-bottom: 1px solid #ccc;
         margin-bottom: 30px;
         }
#header img {
         margin-top: 15px;
         }

#header p {
         text-align: right;
         font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
         font-size: .8em;
         margin-left: 555px;
         }

#sidebar {
           clear: both;
           float: left;
           width: 18%; /* 051015: 200px; */
           margin:0;padding:0;
           margin-right: 1%;
           font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
           font-size: .8em;
           }
#sidebar ul {
           margin-bottom: 20px;
           margin-left: 0px;
           list-style-type: none;
           }
#sidebar ul ul {
           margin-left: 20px;
           }

#searchform {
           margin-bottom: 20px;
           }

input, textarea {
      margin: 0; padding: 0;
      background-color: #fff;
      border: 1px solid #ccc;
      }
input:hover, input:focus, textarea:hover, textarea:focus,  {
            border-color: #000;
            }
textarea {
      line-height: 1.4em;
      font-size: 1em;
      }
input {
      line-height: 1.4em;
      height: 1.4em;
      font-size: 1em;
      }
#subscribe {
      height: auto;
      line-height: auto;
      }

#main {
       /* 051015 margin-left: 210px;
       margin-right: 200px;
       padding-left: 10px; */
       }

#content {
         margin: 0; padding: 0;
         /* 051015 new */
         width: 58%;
         float: left;
         }

#marginalien {
               margin: 0; padding: 0;
               /* 051015 margin-right: -200px;
               width: 180px; */
               width: 18%;
               float: right;
               font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
               font-size: .9em;
               }
#marginalien .post {
               font-size: .9em;
               }

.post, #kommentare {
            padding: 10px;
            padding-top: 0;
            margin-bottom: 10px;
            text-align: justify;
            }
.head, .quelle, .anmerkungderredaktion, .emailversand {
            border-bottom: 1px dotted #ccc;
            padding-bottom: 5px;
            margin-bottom: 10px;
            }
.post img {
                float: left;
                margin-bottom: 10px;
                margin-right: 10px;
                border: none;
                }
.post img.frei {
                float: none;
                margin-bottom: 10px;
                border: none;
                }
.post .zentriert {
 text-align: center; margin-right: auto; margin-left: auto;
 }

.post .entry, #kommentare .entry
{ font-size: 1em; }

.entry p, .post p, #kommentare p {
            margin-bottom: 10px;
            text-align: justify;
            }
.head p, #marginalien .post p {
            margin-bottom: 0px;
            text-align: left;
            }

#kommentare {
text-align:left;
}

.ressort {
               padding: 0px; margin: 0px;
               font-size: 8pt;
               line-height: 12pt;
               font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
               font-weight: bold;
               color: #777;
               border: 1px solid #ccc;
               background-repeat: repeat-x;
               padding-right: 10px;
               margin-left: -10px;
               margin-right: -10px;
               padding-left: 10px;
               padding-bottom: 3px;
               padding-top: 1px;
               border: none;
               text-align: left;

               }


.ressort a { color: #777; }

.clear {
       clear: both;
       }
.clearpic {
       clear: left;
       }

ul.navi {
        margin: 0; padding: 0;
        border-bottom: 1px solid #ccc;
        list-style-type: none;
        text-align: left;
        }

ul.navi li {
               padding: 0px; margin: 0px;
               font-size: 10pt;
               line-height: 14pt;
               font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
               font-weight: bold;
               color: #000;
               border: 1px solid #ccc;
               background-image:url(/wp-content/themes/kritische-ausgabe/images/navi_bg.gif);
               background-repeat: repeat-x;
               padding-right: 10px;
               padding-left: 10px;
               padding-bottom: 4px;
               padding-top: 4px;
               border-bottom: none;
               }
ul.navi li:hover {
               background-image:none;
               background-color:#fff;
               }
ul.navi ul {
           margin: 0; padding: 0;
           margin-top: 5px;
           list-style-type: none;
           }

ul.navi ul li {
              border: none;
              background: none;
              font-weight: normal;
              padding: 0; margin: 0;
              }

.postmetadata {
          font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
          font-size: .9em;
          border-bottom: 1px dotted #ccc;
          padding-bottom: 5px;
          margin-bottom: 10px;
color: #777;
          }
.postbottommeta {
          font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
          font-size: .9em;
          border-top: 1px dotted #ccc;
          padding-top: 5px;
          margin-top: 10px;
          clear: left;
color: #777;
          }
.meldungkasten {
               display: inline;
               font-size: 10pt;
               line-height: 14pt;
               font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
               font-weight: normal;
               color: #666;
               background-color:#fff;
               background-image:url('meldungskaestchen_oben_bg.gif');
               background-position: bottom right;
               background-repeat: no-repeat;
               padding-right: 100px;
               margin-left: -10px;
               padding-left: 10px;
               padding-bottom: 5px;
               border: none;
               }

#foot {
            font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
            font-size: .9em;
            text-align: right;
            border-top: 1px solid black;
            margin-top: 10px;
            padding-top: 10px;
            clear: both;
            color: #777;
            }
#foot a {
      color: #000;
      }

div.beitrag {
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px dotted #ccc;
            }

blockquote {
           margin-left: 20px;
           padding-left: 40px;
           background-image:url('/wp-content/themes/kritische-ausgabe/images/anfzeichen.gif');
           background-position: top left;
           background-repeat: no-repeat;
           margin-bottom: 10px;
           }

#sponsor {
         border: 1px red dotted;
         }

#s {
width: 100%;
color: #666;
}

.navigation {
font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
font-size: .9em;
margin-bottom: 20px;
}

.more {
      font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
      font-size: .9em;
      border-top: 1px dotted #ccc;
      padding-top: 10px;
      }

#marginalien .post, #marginalien .head, #marginalien .entry, #marginalien .shortentries {
      font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
      text-align: left;
      }

#marginalien .shortentries {
      margin-top: 5px;
      padding-top: 5px;
      border-top: 1px dotted #ccc;
      }

ul.navi a {
          color: #000;
          }

.autorbio {
          font-style: italic;
          margin-top: 15px;
          padding-top: 5px;
          border-top: 1px dotted #ccc;
          color: #777;
          }
.autorbio em {
          font-style: normal;
          }
.datum {
       text-align: right;
       color: #777;
       }

.autor {
       font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
       font-size: .9em;
       padding-bottom: 5px;
       padding-top: 5px;
       color: #777;
       }

.pdficon {
         width: 34px;
         height: 34px;
         float: right;
         }
.pdficon a img {
         background-image: url(/wp-content/themes/kritische-ausgabe/images/pdf_sw.gif);
         }
.pdficon a:hover img {
         background-image: url(/wp-content/themes/kritische-ausgabe/images/pdf.gif);
         }

.commentmeta {
       font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
       font-size: .9em;
       padding-bottom: 5px;

       color: #777;
}

#kommentare {
       font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
       font-size: .9em;
}
#comments {

       font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
       font-size: 1.2em;
text-align:left;
}

.kurzteaser {
            padding: 10px;
            padding-top: 0;
            text-align: left;
            }

.entry img {
/* padding: 5px;
border: 1px #ccc solid; */
margin: 10px;
margin-left: 0px;
margin-top: 0px;
float: left;
}

.entry img.right {
margin-left: 10px;
margin-right: 0px;
float: right;
}

ol.footnotes {
margin-left: 2em;
padding-left: 0px;
}

#innerindex, #verwandteartikel {
width: 150px;
float: right;
margin: 0px 0px 8px 8px;
padding: 6px;
text-align: left;
border: 1px dotted #ccc;
background: white; }

#verwandteartikel {
width: 250px; }

.emailversand {
       font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
       font-size: .8em;
       text-align: right;
       }

.author_image {
       padding: 5px;
       margin: 0px; margin-right: 10px; margin-bottom: 10px;
       border: 1px #ccc dotted;
       }
       
.quelle {
        font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
	font-size: .8em;
	line-height: 1em;
	color: #777;
	}
.quelle a, .quelle a:visited {
        color: #777;
        }

.orderissues {
border-left: 1px solid #ccc;
margin-bottom: 20px;
margin-top: 20px;
border-collapse: collapse;
}
.orderissues tr td {
border-bottom: 2px solid #ccc;
border-right: 1px solid #ccc;
padding: 5px;
text-align: left;
}
.abschnittsnummer {
color: #00f;
}

div.adventskalender {
margin-top: 10px; margin-bottom: 10px; text-align: center;
}
div.adventskalender a {
background: none; display: block; vertical-align: center; width: 2.5em;
height: 2.5em; float: left; border: 2px solid #777; margin: 3px;
}
div.adventskalender a:hover {
/* background-color: #ccc; */
border-color: red;
}
iframe {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
ul#kurzverlinkt {
list-style-type: none;
font-size: smaller;
margin: 0px; padding: 0px;
}
#kurzverlinkt li {
border-bottom: 1px solid #ccc;
margin-bottom: 5px;
padding-bottom: 5px;
}


.seitenlink { margin-top: 20px; margin-bottom: 20px; }
.seitenlink a {
background: none; vertical-align: center; 
border: 1px solid #ccc; margin: 3px;
padding: 5px;
}
.seitenlink a:hover {
border-color: red;
}