/* --- General --- */

html {
  padding: 2em 3em;
  background-image: url("/images/layout/body_bg.png");
  background-repeat: repeat-x;
}

body {
  color: #333;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
  margin: 0;
  margin-bottom: 0.75em;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 26px;
}

h2 span.links {
  font-size: 14px;
}

h3 {
  font-size: 16px;
}

h3 span {
  margin-right: 0.25em;
}

a {
  color: #007300;
}

a:active,
a:hover {
  background-color: #FFFF00;
  background-position: 50% 30%;
}

strong {
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

pre {
  font-family: Courier, Fixed, monospace;
}

/* --- Layout --- */

/* Fix clearing */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#container {
  min-width: 850px;
  margin-bottom: 1em;
  padding: 2em;
  background-color: #FFE;
}

pre.title {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding-bottom: 2em;
}

pre.title span:hover {
  color: #F00;
}

div.title_rule {
  margin-bottom: 1em;
  background-image: url("/images/layout/menu_bg.gif");
  background-repeat: repeat;
  background-position: 0%;
}

#flash_container {
  background-color: #090;
  color: white;
  padding: 0.5em 2em;
}

#error_container {
  background-color: #B00;
  color: white;
  padding: 0.5em 2em;
}

#content {
  padding: 1em 0 0 0;
}

div.pagination {
  margin: 2em 0;
}

/* --- Blog Posts --- */

div.blog_post h3 span.date {
  font-weight: normal;
  color: #007300;
}

div.blog_post div.info {
  font-size: 11px;
  color: #888;
}

div.blog_post,
div.blog_post_sticky {
  margin-bottom: 2em;
}

div.blog_post_sticky {
  padding: 0.5em;
  background-image: url("/images/layout/body_bg.png");
  background-repeat: repeat-x;
}

div.blog_post_body {
  clear: both;
}

img.wrapped_left,
img.album {
  float: left;
  margin-right: 0.5em;
}

/* Shows */

p.show span.date,
p.show span.at,
p.show span.venue {
  font-size: 16px;
}

p.show span.date {
  color: #007300;
}

p.show span.at,
p.show span.venue {
  font-weight: bold;
}

/* Albums */

div.album {
  margin: 1em 0 0 0;
}

div.album img.album {
  border: solid 1px #666;
}

div.album ol.tracks {
  /*float: left;*/
}

div.album ol.tracks li {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}

