body {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
background-color: #453C35;
margin: 0px; padding: 0px;
}
h1 {
float:left;
}
h2 {
font-size: 150%;
}
h3 {
font-size: 115%;
}
h4 {
font-size: 100%;
}
a img {
border: 0px;
}

#header {
margin-left: 15px;
}

#search {
float:right;
margin: 15px 30px 0px 0px;
}
#container {
width: 700px;
background: #fff repeat-y top right url(/_/graphics/backgrounds/content.png);

}
#content {
clear:both;
font-size: 12px;
line-height: 1.5;
padding: 20px 40px;
}
#content pre {
font-family: Lucida Console, Monaco, monospace;
line-height: 1.2;
padding: 10px 5px;
background-color: #eee;
border: 1px solid #ddd;
}
#content h2{
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-weight: normal;
font-size: 150%;
}
#meta {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 90%;
margin: 20px 0px;
color: #999;
}
div.meta iframe {
    vertical-align: middle;
}
#content div.sidebar {
float:right;
width: 250px;
margin-left: 15px;
background-color: #eee;
border: 1px solid #ddd;
padding: 5px;
}
#footer {
font-size: 80%;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #999;
}

#content div.post {
padding-bottom: 30px;
border-bottom: 1px solid #ccc;
position:relative;
margin-left: -10px;
padding-left: 20px;
}
#content div.post h2 {
margin: 3px;
padding-left: 22px;
position: relative;
left: -44px;
}
#content div.post div.meta {
color: #999;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
margin-bottom: 10px;
position: relative;
left: -20px;
}
#content div.post h2 a {
color: #333;
text-decoration:none;
}
#content div.audio h2 {
    background: no-repeat url(/_/graphics/icons/audio.png);
}
#content div.video h2 {
    background: no-repeat url(/_/graphics/icons/video.png);
}
#content div.post h2 a:hover {
text-decoration:underline;
}
#content div.post div.meta a {
color: #999;
}
#content p + p {
text-indent: 30px;
}
#content p.sectionbreak, #content p.sectionbreak + p{
text-indent: 0px;
}
#comments ul.comments li {
padding: 5px;
}

#comments ul.comments li.registered_user {
    background-color: #efefef;
}
#comments ul.comments li.site_owner {
    background-color: #ddd;
    border: 1px solid #999;
}
#comments ul.comments li.site_owner span.byline {
    color: #555;
}

