/*  
Description: based on the Simpla Theme by Phu Ly
Version: 0.1
*/

/*************************************
 +Containers
 *************************************/
body{
	background: url(img/title.jpg) no-repeat;
	background-position: center 10px;	
	border-top:5px solid #B4C24B;
	border-bottom:5px solid #E87830;
	color:#555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:65%;
	line-height:1.5;
	margin-top: 5px;
	margin-bottom: 10 px;
	margin-left:auto; 
	margin-right:auto;
	padding: 160px 0px 0 200px;
	width: 600px;
	z-index:1;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:600px;
	
	
}
#content{
	font-size:1.2em;
	float:left;
	width:600px;
}
#sidebar{
	font-size:1.1em;
	float:left;
	position:relative;
	top:90px; left:-200px; width:195px; height:80px;
	z-index:2;
	margin-top:-197px;	
	padding-top:10px;
}
#header{
	padding:3em 1em;
}
#footer{
	background:#fff;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:5em;
	font-weight: normal;
	margin:0;
	margin-right:1em;
	color:#E87830;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-20px;
	margin-left: 10px;
}
.entrytitle h2{
	font-size:2.2em;
	color:#B4C24B;
	padding-top:50px;	
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle img{
	margin-top:50px;
        margin-right:20px;		
}
.entrytitle h3{
	font-size:1.5em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}

.cardlink{
	background:#fff url(img/weg2.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

.pdflink{
	background:#fff url(img/pdf.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

.httplink{
	background:#fff url(img/link.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

.photolink{
	background:#fff url(img/photo.gif) no-repeat;
	padding:3px;
	padding-left:40px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding-left:0;	
}

#sidebar ul li{
	border-bottom:1px dotted #DEDEDE;
	margin-bottom:3px;
	padding-left:12px;
	background:#fff url(img/arrow.gif) no-repeat;
}

.sub_item{
	margin-left:20px;	
}

/*************************************
 +Misc
 *************************************/
a{
	color: #579;
	text-decoration:none;
}
a:hover{
	color: #CC0000;
}

