/* Credit to Vladimir Simovic aka Perun (private Weblog: <a href="http://www.perun.net">www.perun.net</a>) for his Red Train theme.  This is his theme slightly modified. */

body {
  background: #320000;
  background-image:url('/images/bggradient.png') repeat-x fixed;
  text-align: center;
  padding: 1em 0;
  font: 90% verdana, sans-serif;
  color: #ffc;
}

DIV.container {
  margin:0 auto;
  width: 80%;
  text-align: left;
}

DIV.header {
  /*width: 80%;*/
  text-align: center;
  /*background: url('/images/headerimage.jpg') no-repeat;*/
  margin: 0;
}

H1 {
  margin: 0.25em auto;
}

H2 {
  margin: 0.25em auto;
  text-decoration: underline;
}

H3 {
  margin: 0.25em auto;
}



DIV.mainframe {
  margin: 0 auto;
  text-align: left;
  width: 730px;
  border-bottom: 5px solid #eee;
  background: url('/images/container.gif');

  line-height: 150%;
}

DIV.content {
  /*margin: 0 auto;*/
  margin: 0 215px 1.5em 15px;
  font-size: 1.1em;
  padding-top: 1em;
  
  /*text-align: left;
  padding: 1em 0; */
}

DIV.posttitle {
  font: italic 2.1em georgia, serif;
  margin: 5px 0;
  letter-spacing: 1px;
}

DIV.date {
  font-size: 1em;
  text-align: right;
  font-weight: bold;
}

.content a {
  color: #ffc;
  font-size: 1em;
}

.content a:hover {
  color: #ffc;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}

.content img {
  text-align: center
}

DIV.linkspace {
  float: right;
  width: 200px;
}

DIV.linkbody {
  padding: 0 15px 10px 15px;
  font: veradana, sans-serif;
}

.linkbody a {
  color: #ffc;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}

.linkbody a:hover {
color: #fff;
text-decoration: none;
}