/*
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/
*/

.middle_body {
width: 820px;
margin: 0 auto;
padding-top: 20px;
}

.narrowcolumn {
float: left;
width: 550px;
}
.narrowcolumn *{
text-align: left;
}

.post h2 a {
font-size: 17px;
color: #586066;
font-weight: bold;
font-family: verdana;
}

#sidebar {
float: right;
width: 180px;
} 


#sidebar *{
border: none;
text-align: left;
padding: 0;
margin: 0;
}

#sidebar li li a{
background: url(http://www.book-this.com/images/bullet.jpg) center left no-repeat;
padding-left: 13px;
margin-left: 15px;
line-height: 20px;
display: block;
}

#sidebar h2{
padding-top: 20px;
padding-bottom: 10px;
}

#main_holder {
margin: 0 auto;
width: 820px;
}