/*  
Theme Name: Klanggezwitscher
Description: Singt ihr zu Ehren...
Author: Wurzelfrau
Author URI: http://www.wurzelfrau.de/
*/



/*  Generelles  */

blockquote { 

       
        margin: 0px; 
        padding: 2px 7px 2px 100px; 
        background: url(images/quote.png) no-repeat;
        font-size:12px;
        font-family: Century Gothic; 
	letter-spacing: 0px;
	font-weight: lighter; 
        color: #90734F;
 
}




body {
        background-color: #DEDACE;
	margin:0px;
}

#tab {
	width:100%;	
}

#voice1, #voice2{
        background-color:#392D1E;
}


/* Tabellenbereiche  */

#pic{
     height:264px;
     background-color:#F4F3EF;

}


#main {
        background: url('images/top.jpg') no-repeat;
        background-color: #F4F0E4;
}

#artikel{ 
        
        width:800px;
        padding: 20px 0px 20px 0px;


}

#text{
        margin: 0px 100px 0px 110px;
	color:#B3AA9B;
        width:580px;
	font-family:Verdana;
	font-size:10px;
	line-height:15px;
	text-align:justify;


}


#bottom{
        background-color:#DEDACE;
        background: url('images/bottombg.jpg') repeat-x;

}

#sidebar{
        width:800px;
        background: url('images/bottom.jpg') no-repeat;
        height:180px;
        overflow:visible;

}



#footer{
        
        width:680px;
        padding: 60px 0px 30px 110px;
        
}


/*  Kategorien Footer */


#cat1, #cat2, #cat3{
	 
   
	color:#808A91;
	font-family:Verdana;
	font-size:9px;
	line-height:15px;
	text-align:justify;	 

}

#cat1 li, #cat2 li, #cat3 li{
	 
        background:#D6D3C7;
        margin: 3px;
        padding: 0px 2px 0px 2px;
	 

}





/*  Allgemeine Links */

a {
        color: #837C72;
	text-decoration: none;
        font-size:11px;
        font-family:  "Century Gothic"; 
	text-transform: none; 
	text-align: left; 
	font-weight: normal;   
        letter-spacing: 0px;    
}



/* Schriften und Kram */



.commentname, .commentname a {
	font-size: 14px;
	font-family: "century gothic"; 
	text-align: left; 	 
        letter-spacing:0px;
        font-weight:lighter;
	color:#808A91;
      }

.commentinfo, .commentinfo a{
        font-size:10px;
        font-family:  "century gothic"; 
	letter-spacing: 0px;
	text-align: left; 
	font-weight: lighter; 
        color: #808A91;
 
}

.commenttext{
      color: #B3AA9B;
      font-family: Verdana;
      font-size: 10px;
      line-height:13px;

      
      }

 

.muh, .muh a, h3, h2 {
        font-size: 18px;
	font-family: Century Gothic; 
	text-align: left; 	 
	padding: 5px 5px 0px 0px;
        letter-spacing:0px;
	text-transform: none;
	color:#808A91;
        font-weight:lighter;
}

.muh a, h2 a, h3 a {
	color: #808A91;  
        font-weight:lighter;
}

.date, .autor, .autor a {
        font-size:12px;
        font-family: Century Gothic; 
	letter-spacing: 1px;
	text-align: left; 
	font-weight: lighter; 
        color: #808A91;
        padding: 0px 5px 5px 0px;
}

/*  Umblaetterfunktion  */




#space {
      padding-left:15px;

}




/*  Listen  */

ul {
  list-style-type: disc;
  margin-left:0px;
  padding-left:5px;
  text-align: left;
}

li {
  list-style-type: none;

}




/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}

