/*  
Theme Name: BÜNDNIS'90/DIE GRÜNEN
Theme URI: http://samuel.lissnerweb.de/wordpress/bundnis90grune-wordpress-theme/
Description: Wordpress Theme für die Partei BÜNDNIS'90/DIE GRÜNEN
Version: 1.0
Author: Samuel Lissner
Author URI: http://samuel.lissnerweb.de

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Standards */

* {
    margin: 0;
    padding: 0;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  }

.entry img { vertical-align:text-top; float:left; margin-right: 10px; }

body 
{
	background: url("./images/verlauf.png") repeat-x bottom left;
	background-color:#d4eba4;
	text-align: center;
	line-height: 1.6em;
	font-family:Verdana,Arial,Sans-Serif;
}

  /* headlines */

h1 {
        color: #1F6600;
        font-size:180%;
        font-weight:normal;
}
h2 {
        color: #1F6600;
        font-size:160%;
        font-weight:normal;
}
h3 {
        color: #6CA200;
        font-size:140%;
        font-weight:normal;
}
h4 {
        font-size:120%;
        font-weight:normal;
}

  /* links */

a:link, a:active, a:visited
{
  text-decoration: none;
  color: #1F6600;
}

a:hover
{
  color: #74C847;
}

  /* forms */

input, textarea
{
  border: 1px solid #CCC;
  background-image: url("./images/form_verlauf.png") repeat-x top left;
  background-color: #F4F4F4;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

  /* classes */

.alignright 
{
  float: right;
}

.alignleft 
{
  float: left
}





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
        background-color: #DFFFC4;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 3px solid #145E00;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

/* DIVs */

#page
{
	margin: 0 auto 50px auto;
	text-align: left;
	width: 960px; 	/* Total width */
}

  /* header / top */

#header
{
        background: no-repeat top left;
}

#header a:link, #header a:active, #header a:visited
{
  color: #FFF;
}

#header a:hover
{
  color: #EAEAEA;
}

#topbar
{
        color: #000;
        margin-top:  10px;
        text-align:right;
        overflow: hidden;
        height: 140px;
        padding-top:8px;
        
        font-size: 0.7em;
}

#title
{
        text-align: left;
}

#title h1
{
       margin-top: 15px;
       color: #FFF;
       font-size: 200%;
}

#title .description
{
        margin-top: 30px;
        margin-left: 5px;
        color: #FCC;
        font-family: serif;
}

  /* middle / content */

#middlebar
{
  width: auto;
  clear: both;
  text-align: center;
  margin-top: 20px;
}

#middlebar ul
{
  list-style-type: none;
  display: inline;
}

#middlebar ul li
{
  float: left;
}

#middlebar a:link, #middlebar a:active, #middlebar a:visited
{
  margin: 5px;
  padding:  5px;
  min-width: 80px;
  display: block;
  font-weight: bold;
  
  background-color: #FFCC00;
  color: #000;
}

#middlebar a:hover
{
  color: #003300;
  background-color: #FFEA00;
  text-decoration: underline;
}

#content
{
  font-size: 0.85em;
  width: 710px;
  float: left;
  margin-top: 20px;
  padding: 10px;
  background-color: #FFFFFF;
  background-image: url("./images/page_background.png") repeat-x bottom left;
}

#content li
{
  margin: 5px;
  margin-left: 10px;
}

.post
{
  margin-top: 5px;
  margin-bottom: 40px;
}

.post small
{
  display: block;
  width: auto;
  color: #555;
}

.post h2
{
  padding-bottom: 6px;
}

.entry
{
  font-size: 90%;
  padding-left: 5px;
  padding-right: 5px;
}

.postmetadata
{
  font-size: 90%;
  color: #555;
}

.postmetadata ul, .postmetadata li 
{
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

.navigation 
{
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}



  /* Sidebar */

#sidebar
{
  margin-top: 20px;
  padding: 5px;
  width: 200px;
  float: right;
  font-size: 0.8em;
  
  background: url("./images/menu_verlauf.png") repeat-y top left;
  background-color: #83b91a;
  
  /*border: 1px solid #555;*/
  padding-bottom: 4px;
  margin-bottom: 12px;
}

#sidebar ul
{
  
}

#sidebar ul li
{
  list-style-type: none;
}

#sidebar ul li h2
{
  margin: 5px;
  margin-bottom: 7px;
  padding-left: 5px;
  width: 80%;
  font-size: 140%;
  color: #2A8E0E;
  display: block;
  border-bottom: 1px solid #444;
}

#sidebar ul li ul
{
  margin-left: 4px;
}

#sidebar ul li ul li
{
/*   border-bottom: 1px dashed #68970c; */
}

#sidebar ul li ul li a:link,ul li ul li a:active, ul li ul li a:visited
{
  color: #273A00;
}

#sidebar ul li ul li a:hover
{
  color: #4B7202;
}

#sidebar ul li ul li:before
{
  content: "\00BB \0020";
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 80%;
	padding: 2px;
	margin: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	margin: 2px;
	}

  /* footer */

#footer
{
  clear: both;
  text-align:center;
  font-size: 0.8em;
}

  /* 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;
	border-left: 2px solid #0026FF;
	}

.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;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	border: 1px dashed #ccc;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

  /* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
