/*************************************
 +Containers
 *************************************/
body{
  font-family: sans;
  margin:0;
  padding:0;
  text-align:center;
}
#wrap{
  text-align:left;
}
#content{
  float:left;
  padding:1em;
  width:75%;
}
#sidebar{
  font-size: 0.8em;
  float:right;
  width:20%;
}
#header{
  background: url(../images/header.jpg) repeat-x;
  padding: 0.5em 1em;
}
#footer{
  background: url(../images/header.jpg) repeat-x;
  color: white;
  clear:both;
  font-size:0.8em;
  padding:0.5em;
  font-weight: bold;
}
/*************************************
 +Hn and p
 *************************************/
#header h1{
  color:white; 
  margin: 0px;
}
#header h1 a{
  color:white;
}
#header p{
  color:white;
  margin: 0px;
  font-weight: bold;
}
#header #search {
  float:right;
}
div.entrytitle {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.entrytitle h2{
  margin: 0px;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
#sidebar h3{
	color:#555;
	margin:1em 0;
}
#sidebar p {
  padding-left: 0.3em;
}
#search label {
  color: white;
  font-weight: bold;
}
#search input {
  border: 0px;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:2em;
}
.entrybody {
  line-height: 1.3em;
}
.entrymeta{
	font-size:0.9em;
}
.postedby{
  color: lightgrey;
  font-size: 0.8em;
}
.commentslink{
  background:url(../images/comments.png) no-repeat;
  padding-left:20px;
  margin-left: 20px;
}
li.asset {
  list-style-image: url(../images/page_white_put.png);
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0px 0.5em 0.5em; 0.5em;
	padding:0px 1em 1em; 1em;
}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
a img {
  border: 0px;
}
#footer a {
  color: white;
}
pre {
  padding: 10px;
}