/*  
Theme Name: Orbmu2K
Theme URI: http://wwww.powie.de
Description: Orbmu2k Blog Theme
Version: 1.00
Author: Powie
Author URI: http://www.powie.de
*/
/*************************************
 +Containers
 *************************************/
body {
	background:#616161;
	font-family:Helvetica,Arial, Verdana, sans-serif; 
	font-size:62.5%;
	line-height:1.5; 
	margin:0;
	text-align:center;
}
#header{
	background:#fff url(./images/header.png);
	border:5px solid #BDB09D;
	border-top:none;
	border-bottom:1px solid #685B52;
	float:left;
	height:240px;
	width:600px;
}
#footer{
	color:#BDB09D;
	clear:both;
	margin-left:10px;
	padding:5px;	
}
#side{
	color:#BDB09D;
	font-weight:bold;
	border: 5px; 
}
#content{
	background:#FEFCFA url(./images/main.png) repeat-x;
	border:5px solid #BDB09D;
	border-top:none;
	float:left;
	padding:40px 40px 0 40px;
	width:520px;
}
.navigation{
	padding:10px 5px;
	text-align:center;
}
#wrap{
	background:#383736 url(./images/wrap.gif) repeat-y;
	margin:0 auto;
	padding:0 10px;
	text-align:left;
	width:765px;
}
body>#wrap {
background:#383736 url(./images/wrap.png) repeat-y;
}
#wrap:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/*************************************
 +Header and footer
 *************************************/
h1, h2, h3, h4{
	font-family:georgia;
}
#header h1, #header p{
	color:#888;
	margin:0 40px;
}
#header h1{
	font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	font-size:24px;
	line-height:1;
	margin-top:170px;
}
#header h1 a{
	color:#808588;
}
#header h1 a:hover{
	color:#303538;
}
#footer a{
	color:#6A5E50;
}
#side a{
	color:#6A5E50;
}
/*************************************
 +Entry
 *************************************/
.entrybody p{
	color:#555;
	font-family:georgia;
	font-size:14px;
	letter-spacing:1px;
	margin-top:0;
}
.entrytitle h2{
	font-size:22px;
	margin-bottom:0;
}
.entrytitle h3{
	color:#A4A097;
	font-size:11px;
	font-weight:normal;
	margin-top:0;
}
.entrytitle h2 a{
	color:#59564F;
	font-weight:normal;
}
.entrytitle  h2 a:hover{
	border-bottom:none;
	color:#AC7554;
}
#content a{
	font-weight:bold;
}
#content a:hover{
	border-bottom:1px dotted #3E4E5B;
}
.entrymeta{
	margin:5px 0;
}
/*************************************
 +Sidebar
 *************************************/
#sidebar{
	background:#303538;
	border:1px solid #585550;
	border-left:none;
	border-right:none;
	color:#fff;
	float:right;
	margin-top:-120px;
	width:155px;
}
#sidebar h2{
	font-weight:normal;
	font-size:16px;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li{
	background:#606568 url(./images/stripes.gif);
	display:block;
	font-size:12px;
	line-height:1.2;
	padding:10px;
}
#sidebar ul li a{
	background:#fff url(./images/tab.png) repeat-x;
	border-bottom:1px solid #505558;
	color:#dAe6e2;
	display:block;
	font-weight:bold;
	margin:-10px;	
	padding:10px;
}
#sidebar ul li a:hover{
	background:#545254  url(./images/stripes.gif);
	color:#96BF55;
}
ul#linkslist li h2, #sidebar h2{
	background:#303538;
	padding:0 10px;
}
ul#linkslist li h2{
	margin-left:-10px;
}
ul#linkslist li{
	background:#303538;
	margin:10px;
	padding:0;
}
ul#linkslist li ul li{
	padding:10px 0;
	margin:0;
}
ul#linkslist li ul li a{
	background:#fff url(./images/tab.png) repeat-x;
	border-bottom:1px solid #505558;
	margin:-10px;
	padding:10px;
}


/*************************************
 +Comments
 *************************************/
h3#comments, h3#respond{
	font-size:16px!important;
	font-weight:normal;
	margin:0;
}
h3#comments{
	margin-top:30px;
}
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock textarea{
	width:380px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist li p{
	font-size:11px!important;
}

.alt{
	background:#FCFAF4;
	border:1px solid #FCFAF4;
	padding:5px;
}
/*************************************
 +Misc
 *************************************/
a{
	color:#546876;
	text-decoration:none;
}
a:hover{
	color:#3E4E5B;
}
