/* 
Theme Name: Lebens-Wege 2010
Theme URI: http://lebens-wege.de/
Author: Daniel Pfister
Author URI: http://stelldichvor.com
*/

/*################*/
/*## ALLGEMEIN ###*/
/*################*/

body {
font: normal small Verdana, Arial, Helvetica, sans-serif;
line-height: 1.8em;
color: #333;
text-align: left;
background: #ffcc66 url(images/bg.png) repeat-x;
margin:0px;
padding: 0px;
}

a:link, a:visited 
{
	color: #003c34;
	border-bottom: 1px dotted #558F00;
	text-decoration: none;
}
a:hover, a:active 
{
	color: #900a09;
	border-bottom: 1px solid #326434;
}


a img, a: hover img
{
    border:0;
    padding-bottom:3px;
}


img{
border: none;
padding: 0px;
}

img.abstand{
margin: 0 10px 10px 0;
float: left;
}

img.koop{
margin: 0 5px 5px 0;
float: left;
clear:both;
}

.clear {
clear:both;
height:20px;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #325400;
}



/*##############################*/
/*#### Container um content ###*/
/*#############################*/

#page {
width:900px;
margin:0px auto;
text-align:left;
background-color:#ffff99;
border-right: 1px solid black;
border-left: 1px solid black;
}


/*################*/
/*#### HEADER ###*/
/*################*/


#header {
height: 180px;
margin: 0px;
padding: 0px;
}





/*################*/
/*#### CONTENT ###*/
/*################*/


#content {
background:#ffff99;
width:600px;
float:right;
padding: 8px 10px 200px;
border-left: 1px solid silver;
}

html #content {
	height: 1%;
}

#content h3 {
	font-size: 120%; 
	font-weight:normal;
	margin: 1em 0 0;
	color: #265e15;	
}
#content h4 {
	font-size: 110%; 
	margin: 1em 0 0 0;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}
#content-main ul 
{
    margin: 1em;
    padding:0 1em;
    list-style: disc;
}

#content-main li 
{
    margin-bottom:10px;
}

#content ol 
{
    list-style: disc;
    margin: 1em;
    padding:0 1em;
}
#content-main {
	float: left; 
	width: 520px; 
	margin: 0 20px 20px 0;
}
 html #section-index #content-main {
	margin-right: 20px;
}
#content .post 
{
	padding: 5px;
}

#content p img.right {
	float: right;
	margin:10px 0 0 10px;	
}
#content p img.left {
	float: left; 
	margin:0 10px 10px 0;
}
#content .post h1 
{
	font-size: 140%; 
	margin: 1em 0 0;	
	letter-spacing:1px;
	font-weight:bold;	
}
#content .entry 
{
    margin:1em 0;
    padding-right:1em;   
	font-size:1.5em;
	color:#326434;
 
}

.entry img {
	float: left;
	margin: 3px 10px 5px 0;
    _margin: 3px 5px 5px 0;
	border: none;
    padding: 5px;
    background-color: transparent;
}

.entry a:hover img { 
    border: none; 
    background: transparent;
}




/*#########################*/
/*#### LINKS im CONTENT ###*/
/*#########################*/



#content .post-info , #content .postmetadata
{
	font-size:85%;
	color:#999;
	margin:0;
	padding:0;	
}
#content .post-info 
{
}



/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar {
background:#ffff99;
width:269px;
float:left;
color: #333;
text-align: left;
margin: 31px 0px 0px 0px;
padding: 0;
font-family: Verdana, Arial, Serif;
line-height: 1.5em;
        }

.sidelist {
        background: #ffff99;
        margin: 0 0 10px 0;
        padding: 0;
        }

#sidebar ul
{
       margin: 0;
       padding: 0;

}

#sidebar li { 
        margin: 0; 
}

#sidebar a
{
        display: block;
        padding: 4px 5px 4px 10px;
        color: #003c34;
        font-weight: bold;
        text-decoration: none;
 background: #ffff99;

}

#sidebar a:hover
{
      color: #900a09;
      font-weight: bold;
      text-decoration: none;
 background: #ffff66;
}

#sidebar ul ul li { 
     margin: 0;

}

#sidebar ul ul a
{
     display: block;
     padding: 4px 5px 4px 30px;
     color: #003c34;
     font-weight: normal;
     text-decoration: none;
     height: 15px;
 background: #ffff99;

}

#sidebar ul ul a:hover
{
    color: #900a09;
    font-weight: normal;
    background-color: ;
    text-decoration: none;
    height: 15px;
 background: #ffff66;
}




#cat ul li {
	display : none;
}
#cat .current-cat ul li, #cat .current-cat-parent ul li {
	display : block;
}





/*################*/
/*#### FOOTER ###*/
/*################*/


#footer {
border-top: 1px solid silver;
background-color:#ffff99;
padding: 10px 0 10px;
margin: 0 auto;
clear: both;
text-align:center;
}


#footer a {
    font: arial 76%
    color: #666666;
    text-decoration:none;
}

#footer a:link, a:visited {
	color: #666666;	
}

#footer a:hover, a:active {
       	color: #666666;
	background: #ffcb0b;
}



input.textbox
{
	border:#ccc 1px solid;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Arial, Verdana, Serif;
	padding:2px;
	width:150px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
	border: 1px solid #ccc;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Arial, Verdana, Serif;
}
.textbox:focus, textarea:focus
{
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Arial, Verdana, Tahoma, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}