@charset "utf-8";

/*
  Author: Jens Bjerrehuus
  Created: 2007-04-08
  Copyright: Copyright (c) 2007 by Jens Bjerrehuus
*/

body {
/*  background:url('/themes/site_themes/jens.bjerrehuus.dk/images/grid-background.png');*/
/*  background:url('/themes/site_themes/jens.bjerrehuus.dk/images/24px-lines.png');*/
  background:#fff;
  color:#222;
  font-family:"Helvetica Neue","Helvetica","Arial",sans-serif;
  line-height:1.5em;
  max-width:1150px;
  min-width:960px;
}
pre {
  font-family:"Courier",monospace;
  font-size:14px;
}
acronym {
  border-bottom-style:dotted;
  border-bottom-width:1px;
}
em {
  font-style:italic;
}
ul {
  list-style:outside square;
}
h1,#single-page h2,#single-page h3 {
  clear:both;
  float:left;
  text-align:right;
  width:31%;
}
h1 {
  font-weight:bold;
}
h3 {
  font-style:italic;
}
p {
  margin:0 0.4em 1.5em;
}
h1,h2,h3 {
  margin:0 0.4em;
}
ul,ol {
  margin:0 0.4em 0 0;
  overflow:visible;
}
li {
  margin:0 0 1.5em;
}
.postdate {
  font-size:0.75em;
  font-weight:normal;
  line-height:1.4em;
}
#archive-page h2,.article p,.article pre,.article ul {
  float:right;
  width:64%;
}
#archive-page h1 {
  font-weight:normal;
  font-style:italic;
}
#archive-page h2 {
  font-weight:bold;
  margin:0 0.4em;
}
.figure img {
  float:right;
  margin:0 0 1.5em;
}
pre {
  margin:0 0 1.5em;
}
.figure .legend {
  border-bottom:1px solid #677;
  border-top:1px solid #677;
  clear:right;
  float:right;
  font-size:0.875em;
  margin:0 0.571em 1.71em;
  width:14.5%;
}
.article {
  float:left;
  width:75%;
}
#secondary.section {
  float:right;
  width:23%;
}
.aside {
  background:#ddd;
  color:#222;
}
.aside h4 {
  background:#677;
  border-left:0.5em solid #c02;
  color:#fff;
  padding:0 0.5em;
}
.aside p,.aside ul {
  font-size:0.875em;
  list-style:none;
  margin:0 0.5em;
  padding:0 0.57em;
}
.aside li {
  margin:0 0 1.75em;
}
.aside+.aside {
  padding:1.5em 0 0;
}
.aside .postdate {
  float:right;
}
#signature {
  background:url('/themes/site_themes/jens.bjerrehuus.dk/images/floral-heart.png') no-repeat 99% 0;
  float:right;
  padding:3em 0 0;
  width:65.4%;
}
#signature p {
  border-top:1px solid #677;
  float:left;
  font-size:0.875em;
}
#masthead {
  float:left;
  width:100%;
}
a img {
  text-decoration:none;
}