/*  
Theme Name: Blue-People
Theme URI: http://www.peterssen.com
Description: Blue-People Theme.
Author: Jens Peterssen
Author URI: http://www.peterssen.com
*/

/**********************************************
*	HTML
**********************************************/
#wrapper{
	background: url(images/bg.gif) repeat-y;
	margin: 0 auto;
	width: 900px; /*924*/
	overflow: hidden;
	padding: 0 12px;
	
	}
body{
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", arial;
	color: #000000;
	font-size: 9pt;
	background: #474747;
	}
.navigation{
	clear: both;
	margin: 0 10px;
	}
.alignright{
	float: right;
	padding: 10px 0;
	}
.alignleft{
	float: left;
	padding: 10px 0;
	}
/**********************************************
*	HEADER
**********************************************/
#header{
	background: url(images/head.jpg) no-repeat;
	width: 900px;
	height: 296px;
	
	}
#header h1{
	margin: 0;
	padding: 100px 30px 0 0;
	text-align: right;
	color: #FFFFFF;
	font-size: 25pt;
	}
#header h2{
  margin: 0;
  padding: 20px 30px 0 0;
  text-align: right;
  color: #132F4D;
  font-size: 15pt;
}
/**********************************************
*	MAIN
**********************************************/
#main{
	float: left;
	width: 686px;
	}
.post{
	background: url(images/post.gif) repeat-y;
	}
.posttop{
	background: url(images/posttop.gif) no-repeat;
	height: 31px;
	width: 686px;
	}
.postbottom{
	background: url(images/postbottom.gif) no-repeat;
	height: 31px;
	width: 686px;
	}
.entry{
	padding: 0 32px;
	text-align: justify;
	}
.post h2{
	margin: 0 32px;
	padding: 0;
	font-size: 15pt;
	}
.postmeta{
	color: #2788E3;
	font-size: 8pt;
	margin: 0 32px;
	}
.postmetadata{
	margin: 0 32px;
	font-weight: bold;
	color: #474747;
	}
/**********************************************
*	COMMENTS
**********************************************/
#comments{
	margin: 0 32px;
	}
#comments ol{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	}
#comments ol li{
	margin: 0 0 10px 0;
	padding: 5px;
	list-style: none;
	border: 1px solid #6BA8E4;
	}
input#author, input#email, input#url, textarea#comment{
	border: 1px solid #6BA8E4;
	padding: 0;
	font-size: 9pt;
	font-family: arial;
	}
/**********************************************
*	SIDEBAR
**********************************************/
#sidebar{
	float: right;
	width: 214px;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
/**********************************************
*	FOOTER
**********************************************/
#footer{
	clear: both;
	background: #3AB7F4;
	border-top: 1px solid #83BBD9;
	padding: 20px 0 0 0;
	text-align: center;
	color: #132F4D;
	}
.subfooter{
	padding: 20px 0 0 0;
	height: 160px;
	background: url(images/footer.gif) repeat-x bottom #DCF1FC;
	text-align: center;
	}
/**********************************************
*	LINKS
**********************************************/
.postmetadata a{
	color: #474747;
	font-weight: bold;
	}
a{
	color: #6BA8E4;
	text-decoration: none;
	}
a:hover{
	color: #2788E3;
	text-decoration: none;
	}
#sidebar a{
	color: #000000;
	}
#sidebar a:hover{
	color: #39B5F2;
	}
#footer a{
	color: #000000;
	}
#footer a:hover{
	color: #FFFFFF;
	}
