/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://blog.theseed.org/mt-static/themes-base/blog.css);
@import url(http://blog.theseed.org/mt-static/themes/unity-blue/screen.css);
/* end StyleCatcher imports */
div.asset-body {
  font-family: Times;
  font-size: medium;
}

#header-name {
  font-family: "Zapf Humanist", Ultima, Flareserif, "Arial Black", sans;
}

#header-name a {
  font-weight: bolder;
  font-size: 50px;
}

h1, h2, h3, h4, h5, h6 {
  color: #33c;
  font-weight: bold;
}

h3 {
 font-size: large;
}

h4 {
 font-style: italic;
}

h1#page-title {
 font-size: x-large;
 color: #33c;
 font-weight: bolder;
}

h1.folder {
 font-size: x-large;
 background-color: #33c;
 color: #fff;
 width: 100%;
}

blockquote.output {
  margin: 2em 4em;
  padding: 1em;
  border: 1px solid #000;
  background-color: #cfc;
  overflow-x: scroll;
}

