/*  
Theme Name: Bjorn's Theme
Theme URI: http://bjorn.wikkeling.com
Description: Just a nice theme
Version: 0.0.1
Author: Bjorn
Author URI: http://bjorn.wikkeling.com
*/

* {
  margin: 0;
  padding: 0;
}

body {
	background: #333; /*  url('images/gradient_01.jpg') repeat-x top; */
	color: #d3d3d3;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 9pt;
	}
  
#wrapper{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

#content{
	clear: both;
}

.navigation{
	clear: both;
	font-size: 8pt;
}

.alignleft{
	float: left;
	}

.alignright{
	float: right;
	}
  
blockquote{
	margin: 0 0px;
	padding: 10px 5px;
	background: #232323;
	border: 1px solid #333333;
	}

input#searchsubmit{
	background: url(images/go.gif) no-repeat;
	width: 30px;
	height: 26px;
	border: none;
	}

input#s{
	background: #ffffff;
	border: 1px solid #020202;
	color: #232323;
	}

/*****************************************
*	HEADER
*****************************************/

#header{
	background: url(images/headers/header1.jpg) no-repeat;
	height: 200px;
  margin-bottom: 10px;
	}

#header h1{
	margin-left: 50px;
	padding-top: 40px;
	font-size: 60pt;
  font-weight: bold;
}

#header h1 a {
  text-decoration: none;
}

#header h2{
	margin: 0 0 0 100px;
	padding: 0;
	font-size: 10pt;
	color: #ffffff;
	font-weight: normal;
	}

/*****************************************
*	MAIN
*****************************************/

#main{
	float: left;
	width: 600px;
	margin-right: 10px;
}

.posttitle{
	background: #232323; /* url(images/postheader.gif) no-repeat; */ 
	width: 580px;
	height: 42px;
	padding: 5px 10px;
  margin-bottom: 5px;
}

.posttitle h2{
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 12pt;
	}
.posttitle h1{
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 12pt;
	}
.postmeta{
	clear: both;
	font-size: 8pt;
	}
.posttag{
	float: left;
	}
.postcom{
	float: right;
	background: url(images/sideh2.gif) no-repeat left;
	padding: 0 0 0 25px;
	}

.postfooter{
	text-align: right;
	background: url(images/postfooter.gif) no-repeat bottom center;
	padding: 0 18px 5px 0;
	font-size: 8pt;
  margin-top: 20px;
}
  
.postfooter span{
	font-weight: bold;
}

.post{
	padding: 0 0 20px 0;
	}

/*****************************************
*	COMMENTS
*****************************************/

input, textarea{
	font-size: 8pt;
	font-family: tahoma;
	color: #ffffff;
	background: #232323;
	border: none;
	padding: 5px 2px;
	border: 1px solid #333333;
	}
ol.commentlist{
	margin: 0;
	padding: 10px 0;
	}
ol.commentlist li{
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	}
#comments h3{
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 10pt;
	}
#comments{
	padding: 30px 0 10px 0;
	}
input#author, input#email, input#url, textarea#comment{
	border: 1px solid #333333;
	padding: 0;
	}
.comfooter{
	text-align: right;
	font-size: 8pt;
	}
.comment_meta{
	font-size: 8pt;
	}
.comcontent{
	background: #232323;
	padding: 5px 2px;
	}

/*****************************************
*	SIDEBAR
*****************************************/

#sidebar {
  width: 190px;
  float: right;
  background: url(images/sidefooter.gif) no-repeat bottom left;
}
  
#sidebar ul{
	margin: 0;
	padding: 5px 10px;
	background: url(images/sideul.gif) repeat-y;
	}

#sidebar ul li ul{
  background: none;
  padding: 5px 10px 10px 0;
}

#sidebar ul li{
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	}
#sidebar ul li ul li{
	background: url(images/sideli.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
	}
#sidebar h2{
	background: url(images/sideh2.gif) no-repeat 0 3px;
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 11pt;
	font-weight: bold;
	}
/*****************************************
*	FOOTER
*****************************************/
#footer{
  clear: both;
  font-size: 9pt;
  padding: 20px 0 10px 0;
}

#footer img {
  border: none;
  float: left;
  padding-right: 5px;
}

/*****************************************
*	LINKS
*****************************************/

a {
 color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.entry a, .comcontent a{
  color: #999;
}

.entry a:hover, .comcontent a:hover{
  text-decoration: none;
  color: #ffffff;
}

.entry img {
  margin: 5px 5px 5px 0;
}

.entry embed,
.entry object {
  margin: 10px 0;
}

.entry p {
  margin: 1em 0;
}

/* entry ****************************************/

.entry ul {
  margin-left: 15px;
  list-style: none;
}

ul.toc li {
  Xlist-style: disc;
}

ul.toc ul li {
  Xlist-style: circle;
}

.entry pre {
  background-color: #616161;
  font-family: Courier, monospace, "courier new";
  color: #F7e991;
  padding: 1em;
}
