/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

div.box div.leaf-content {
line-height:1.5em;
}


div#container .info-box1 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FBFAFC none repeat scroll 0 0;
border:1px solid #E0E0E0;
margin:10px;
padding:5px;
}


div#container .info-box2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #EEEEEE;
margin:10px;
padding:5px;
}

.fotolb {
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #DFDFDF;
	background-color: #FBFAFC;
	border-bottom: 1px solid #aaa;
}

ul.sidebar {
color: #4d3933;
font-size:0.9em;
}

span.widget-title {
border-bottom:1px dotted #9B7D6F;
padding:5px;
}

.entry-meta .left {
margin:2px 0;
background:transparent url(custom/images/meta-tatz2.png) 0 no-repeat;
padding-left:20px;
}
.entry-meta .right {
margin:2px 0;
background:transparent url(custom/images/meta-write1.png) 0 no-repeat;
background-position: right;
padding-right:20px;
}

.page-title {
font-size:2.1em;
background:#FBFAFC none repeat scroll 0 0;
border-top:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
padding:5px;
}

.a:hover, a:link, a:visited {
text-decoration:none;
}

.a:link, a:hover {
text-decoration:underline;
}

div.nav-previous a, div.nav-next a {
background:#FBFAFC none repeat scroll 0 0;
color:#222222;
border-top:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
padding:5px;
}

a.more-link:link, a.more-link:visited, .entry-content a.more-link:link, .entry-content a.more-link:visited {
background:#FBFAFC none repeat scroll 0 0;
color:#222222;
border-top:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
float:left;
margin:10px 0 20px;
padding:2px 4px;
}



