/*
THEME NAME: diary-lite
Description: a simple WordPress theme , edited by http://philipp.lehmann-maler.ch
VERSION: 2.1
AUTHOR: page
AUTHOR URI: http://www.pagemod.cn - modiefied by Philipp Lehmann
TAGS: two columns, widgets ready,fixed width,valid XHTML,simple
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
COLORS: Orange: 	#EF7F01
		HellOrange: #F29A37
		Grau: 		#DDDDDD
		HellGrau: 	#EFEFEF
*/

/* Begin html tags */
* { margin:0; padding:0; } 
body {font-size: 62.5%; /* Resets 1em to 10px */font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;background: #FFF; color: #666;	margin:0 auto;height:auto;}
hr{display: none;}
a{color: #000;text-decoration: none;}
a:hover {color: #000;text-decoration: underline;}
ul{list-style-type: none;}
h2{font-size:1.5em;}
h3,h4{font-size:1.1em;font-weight:bold;}
.clear{clear:both;}
small{font-size:1em;}
/* End html tags */


/* Begin Structure */
#header {background: url(img/header.png) no-repeat;width: 900px;max-height:400px;margin:auto;color:#FFF;font-size:1.2em;}
#content{width:900px;margin:10px auto;font-size:1.2em;}
#maincontent{background:#EFEFEF; float:right;width:650px;line-height:1.8em;}
#sidebar{float:left;width:180px;padding:15px 0 0 5px;text-align:left;}
#footer{background: url(img/footer.png) no-repeat;width: 900px;height:20px;margin:auto;color:#FFF;font-size:0.8em;}
/* End Structure */



/* begin header*/
#header h1{text-align: left; font-size:2em;padding:5px 5px 5px 5px}
#header h1 a{color:#DDDDDD;}
#headerlogo{height: 100px; width: 900px;}
#headerimg {float:right;}
#headername{display:none;}



/* End header*/



/* Begin sidebar */
#sidebar {font-size:1em;}
#sidebar ul ul{margin:0 0 15px 0;}
#sidebar ul ul li {margin: 0 0 4px 0; padding: 0 0 4px 0; text-transform:uppercase; border-bottom: 1px solid #EF7F01;}
#sidebar ul ul ul li {padding: 4px 0 0 15px; text-transform:none; background: #FFF;border-bottom: 0px;}
#sidebar .page_item a {padding: 0 0 0 15px; color:#EF7F01; text-decoration: none; background:url(img/ul_inactive.png) no-repeat;}
#sidebar .page_item a:hover {padding: 0 0 0 15px; color:#EF7F01; text-decoration: none; background:url(img/ul_active.png) no-repeat;}
/* End sidebar */


/* begin maincontent*/
.topcorner{background: url(img/topcorner.png) no-repeat top center;height:12px;}
.bottomcorner{background: url(img/bottomcorner.png) no-repeat top center;height:12px;}
.contentpadding{padding:0px 20px;}
#maincontent a:hover{color:#F29A37;}
#maincontent h2 a{color:#F29A37;}
.entry{margin-top:5px;}

.entry p {margin-bottom:1em;}
.entry ol {padding: 0 0 0 35px;}
.entry ul {list-style-type:none;}
.entry ul li{padding: 0 0 0 15px;background: url(img/ol.gif) no-repeat left center}
.entry img {border:medium none;}

.entry blockquote {margin:0 20px;border-left:2px solid #F29A37;border-right:2px solid #F29A37;padding:5px;background:#EFEFEF;}
.postmetadata{padding:1px 5px;margin:0.5em 0 25px;border-left:15px solid #F29A37;}

.ping-track{padding:5px;}
.postnav{margin:1em 0;}
/* End maincontent */



/* Begin footer */
#footer {font-size:1em;}
#footer a{color:#EFEFEF;text-decoration: none;}
#footer a:hover{text-decoration: underline;}
#footer ul li {float: left; margin: 4px 0 0 10px;}
#footer #toplink{float: right; margin: 4px 4px 4px 4px;}
/* End footer */



