@import url("tabs.css");

html,body {
height:100%;
font-family:helvetica, arial, verdana;
font-size:12px;
background:url(http://www.bjornrust.com/images/core/blogbg.jpg);
}

* {
margin:0;
padding:0;
}

img {
border:none;
}

p {
font-family:helvetica, arial, verdana;
font-size:1em;
line-height:1.5em;
margin:0 0 1.5em;
}

a {
color:#000;
}

h1 {
margin-top:0.5em;
margin-bottom:0;
font-family:georgia, times, serif;
font-size:3em;
font-weight:200;
font-style:italic;
line-height:1em;
border-bottom:1px solid #f9c;
}

h2 {
margin-top:1.5em;
margin-bottom:0;
font-family:georgia, times, serif;
font-size:1em;
font-weight:800;
line-height:1.5em;
text-transform:uppercase;
border-bottom:1px solid #f9c;
}

h3 {
margin-top:0.75em;
margin-bottom:0;
font-family:georgia, times, serif;
font-size:2em;
font-weight:200;
font-style:italic;
line-height:1.5em;
border-bottom:1px solid #f9c;
}

li {
font-family:helvetica, arial, verdana;
font-size:1em;
line-height:1.5em;
list-style:none;
}

#header {
left:5px;
width:190px;
position:fixed;
text-align:right;
overflow:hidden;
}

.clear {
clear:both;
}

#blog {
left:205px;
position:absolute;
}

.post {
margin-top:3em;
margin-bottom:3em;
width:790px;
}

.post-content {
width:500px;
float:left;
}

.post-caption {
width:190px;
float:left;
margin:1.5em 0 0 100px;
}

.media-caption {
width:190px;
float:left;
margin:-1.5em 0 0 100px;
}

.audio {
background-color:#000;
}

blockquote {
line-height:1.5em;
border-left:1px solid #141414;
padding-left:5px;
margin:0 0 1.5em;
}

.even {
color:#f9c;
}

a:hover,.odd {
color:#4f99ff;
}

h1 a,h2 a,h3 a {
color:#000;
text-decoration:none;
}