/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


@import url(elements.css);
#master {
	width:100%;
	text-align:center;
	margin: 0 auto;
}
#header {
	width:100%;
	height:61px;
	text-align:center;
	margin: 0 auto;
	background-image: url(images/header-dlb.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#headerbox {
	text-align:center;
	margin: 0 auto;
	width: 760px;
	height:61px;
}
#headerbox #defensemlabici {
	float:left;
	width: 553px;
	height: 0px;
	padding: 29px 0 0 0;
}
#defensemlabici h1 {
	margin: 0 0 0 8px;
	padding:0;
	width: 553px;
	height: 33px;
	background-image: url(images/defensemlabici-ass.png);
	background-repeat: no-repeat;
}
#defensemlabici h1 a {
	display:block;
	width: 177px;
	height: 29px;
	margin:0;
	padding:0;
}
#logone {
	width: 256px;
	height: 209px;
	background-image: url(images/logo-dlb.png);
	background-repeat:none;
	position:absolute;
	float:left;
	z-index:400;
	top:5px;
	margin-left:-54px;
}
#logone h1 span {
	display:none;
}
#defensemlabici h1 a span {
	display:none;
}
#contents {
	width: 750px;
	text-align:center;
	margin: 0 auto;
	background:white url(images/dotted-yellow.gif) repeat-y 639px  ;
	padding: 0 0 0 10px;
}
#img-hp {
	margin: 0 0 0 -10px;
	width:562px;
	height:389px;
	background:url(images/TelegraphMessengerBoyWacoPhoto1913.jpg) no-repeat;
}
#contentsbox {
	width: 530px;
	background-color:white;
	text-align:left;
	float:left;
	padding: 0 0 10px 0;
	/*border-right:1px dotted #666666;*/
}
.postmetadata {
	border-top: 1px dotted #666666;
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.entry {
	margin: 0 0 20px 0;
}
.entry h1{
	line-height:18pt;
}
.entry p{
	margin: 12px 0 4px 0;
}
#sidebar {
	width: 150px;
	background-color:#eec400;
	margin: 0 40px 0 0;
	padding:140px 10px 20px 0px;
	float:right;
	text-align:left;
	/*border-bottom:4px solid #666666;*/
}
#sidebar #const {
	margin:10px 0 10px 10px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:8pt;
	color:#333333;
	font-weight: bold;
}
#sidebar h2 {
	margin:10px 0 5px 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 700;
	color: #666666;
}
#sidebar ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
#sidebar ul li {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:9.5pt;
}
#sidebar ul li a{
	background-image: url(images/circle.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:0 0 0 12px;
}
#sidebar a:link, #sidebar a:visited {
	color: #666666;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFF66;
	text-decoration:underline;
}
#footer {
	text-align:center;
	margin: 0 auto;
	width: 760px;
	height:61px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
#footer a:link, #footer a:visited {
	color: #336699;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
}
input#s{
	width:130px;
	height:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#FFFFFF;
	border:1px solid #e3e3e3;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
ol.commentlist li {
 margin: 15px 0 0 0;
}
.alignleft{
float:left;
}
.alignright{
float:right;
}
.navigation{
border-bottom: 1px dotted #e2e2e2;
margin:0 0 20px 0;
}