/*
Theme Name: BWSG
Theme URI: http://www.briefwechsel-schiller-goethe.de/
Description: Template for Briefewechsel Schiller / Goethe
Version: 0.1
Author: Giesbert Damaschke
Author URI: http://www.damaschke.de/vita/
*/


body {
  background-color: #e0e0e0; 
  color: black; 
  font-family: Arial; 
  font-size: 12pt; 
  margin: 0; 
  padding: 0; 
  text-align: center; 
}

a {
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}


.alignright {float: right;}
.alignleft {float: left}


#page {
  background-color : white;
  margin: 10px auto; 
  padding: 0; width: 600px;
  text-align: left; 
}


/*   *************************************  */
/*                  HEADER                  */
/*   *************************************  */

#header {
  background-color: white;
  height: 130px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#header img {
  border : none;
  padding: 20px 30px 10px 30px;
}


/*   *************************************  */
/*                  MENU                    */
/*   *************************************  */

#menu {
  border-top: 1px solid black;
  border-bottom; border-bottom : 1px solid black;
  padding : 5px 30px 5px 20px;

}

#menu a {
  color : black;
}

#menu a:hover {
  color : #909090;
}

#menu ul {
  margin : 0 ;
  padding : 0;
  text-align : right;
}
#menu ul li {
  display : inline;
  font-size : 0.9em;
  margin : 0;
  padding : 0 0 0 10px;
}


/*   *************************************  */
/*                  CONTENT                 */
/*   *************************************  */

#content {
  margin : 0px;
  padding : 20px 30px 0 30px;
}

#content a {
  color : navy;
}

#content a:hover {
  color : #7a7a7a;
}

#content .navigation {
  font-size  :0.9em;
  margin : 0 0 25px 0;
}

#content .post {
  margin : 0 0 60px 0;
  padding : 0;}
  
#content .post h2 {
  font-size : 1.3em;
  font-weight : bold;
  margin : 0;
  padding: 0 0 5px 0;
}

#content .post h2 a {
  color : #363636;
}

#content .post div.nummern {
  border-bottom: 1px dotted #505050;
  border-top: 1px dotted #505050;
  color : #505050;
  font-size: 0.8em;
  font-weight : normal; 
  padding : 5px 0 5px 0; 
  margin : 0 0 1em 0;
}
#content .post div.note {
  border-top: 1px dotted #505050;
  color : #505050;
  font-size: 0.8em;
  font-weight : normal; 
  padding : 5px 0 5px 0; 
  margin : 0 0 1em 0;
}

#content .post h6 {
  color : #505050;
  font-size: 0.8em;
  font-weight : normal; 
  padding : 0; 
  margin : 0 0 1em 0;
}

#content .post p {
  line-height : 1.5em;
  margin : 0 0 0.5em 0;
  padding : 0;
}

#content li {
  font-size : 1em;
  line-height : 1.4em;
  margin : 0 0 0 -10px;
  padding : 0 0 10px 0;
}


#content .post blockquote {
  margin: 15px 20px 15px 0;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  color: #555;
}

#content .post small {
  font-size: 0.8em;
  line-height: 1.5em;
}

#content .gesperrt {
  letter-spacing : 0.18em;
}

#content .zwiti {
  font-size : 1.1em;
  font-weight : bold;
  margin : 20px 0 5px 0;
}

#content .jahresleiste {
  border-top : 1px solid black;
  border-bottom : 1px solid black;
  color : #e10011;
  font-size : 1em;
  font-weight : bold;
  margin : 20px 0 20px 0;
  padding : 10px 0 10px 5px;
}

#content p.tab_links {
  float : left;
  font-weight : normal;
  margin : 0;
  padding : 0;
}

#content p.tab_rechts {
  margin : 0 0 10px 120px;
  }

/*   *************************************  */
/*                  COMMENTS                */
/*   *************************************  */


#comments {
  border-top : 2px solid black;
}

#comments .eintrag {
  margin : 0 0 10px 0;
  border-bottom : 1px dotted black;
}

#comments h3 {
  font-size : 1em;
  font-weight : bold;
}

#comments p {
  font-size : 0.9em;
}

#comments textarea {
  width : 500px;
}

/*   *************************************  */
/*                  Zeittafel               */
/*   *************************************  */

td.brief_nummer {
  font-weight : bold;
  text-align : right;
  padding : 0 25px 0 0 ;
  width : 50px;
}

td.brief_datum {
  width : 200px;
}

td.brief_adressat {
  width : 160px;
}

td.brief_adressat_offline {
  color : silver;
  width : 160px;
}

/*   *************************************  */
/*                  FOOTER                  */
/*   *************************************  */


#footer {
  border-top : 1px solid black;
  clear : both;
  font-size : 0.75em;
  margin: 0;
  padding: 1px 0 1px 30px;
  text-align: left; 
}
#footer a {
  color : navy; 
}

