/*  
Theme Name: Peters Test Theme 2
Theme URI: http://wordpress.org/
Description: Based on The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Peter Hengl
Author URI: http://213.47.204.49/blog/


*/



body {
	font-size: 62.5%;
	background-color: #d5d6d7;
	text-align: center;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#container {

	background-color:white;
	/*border-color:black;
	border-width:1px;
	border-style:solid;*/
	/*width:960px;*/
	width:auto;
}

#header {
	display:none;
}

#header-print {

	/*background-color:#444444;*/
	width:100%;
	text-align:left;
}

#logo {
	width:200px;
	float:left;
}


#logob {

}

#headerimg {

	/*height:200px;
	width:760px;*/
	margin-left:200px;
	text-align:left;

}


#content {

	/*width:500px;*/
	width:auto;
	padding:10px;
	float:left;


}

.post {

	text-align:left;
	padding:5px;
}

.post h2 a {
	font-size: 16pt;
	color: #444444;
}

.post h2 {
	margin-bottom: 5px;
	padding-bottom: 0px;

}


a img {
 border-style:none;
}

.postinfo {
	margin-top: 0px;
	padding-top: 0px;
}



.entry {
	font-size: 11pt;
}

#sidebar {

	/*width:425px;*/
	text-align:left;
	float:right;
/*	visibility: hidden;
	width:auto;
	height:auto;*/
	display: none;



}


#sidebar ul li {
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;

}

.sidecol {

	width:200px;
	float:left;
	padding:5px;
	margin: 0 auto;
	padding: 0 auto;

	font-size: 12px;

	border-left-width: 1px;
	border-left-color: #d5d6d7M;
	border-left-style: dashed;

}

ul {

	margin: 0px;
	padding: 0px;
}

.sidecol h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	
	border-bottom: 1px solid #CCC
}


#footer {

	clear:both;
	background-color:#eee;
	padding:10px;
}

a {
	color: orange;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#commentform textarea {
	width: 400px;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist {

	text-align:left;

}

.commentlist li {

	margin:10px;
	padding:10px;

}

.commentlist li.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.commentlist li cite {
	font-weight: bold;
	font-size:+1;
}

#comments-form {

	display: none;

}

.postmetadata {
	border-top-width: 1px;
	border-top-color: #d5d6d7M;
	border-top-style: dashed;

	padding:10px;
	font-size:12px;
}

.navigation {
	display:none;
}

.print-invisible {
	display:none;
}
