/* 800px - An open source xhtml/css website template by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer.
Version: 1.2, April 20, 2006 */
/* mod by SylverRat */

html {
  background: #ffffff url(images/background.gif) top center repeat-y;
  color: #404040;
  font: 76% Verdana, Tahoma, Arial, sans-serif;
  line-height: 1.2em;
  margin: 0 auto;
  padding: 0;
}

body {
  color: #404040;
  margin: 10px auto;
  padding: 0;
  width: 970px;
}


a {
  color: #4088b8;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #4088b8;
  font-size: 4.2em;
  letter-spacing: -5px;
  margin: 0 0 30px 25px;
}

h2 {
  border-bottom: 4px solid #dadada;
  color: #4088b8;
  font-size: 1.4em;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
  padding: 0 2px 2px 5px;
}

p {
  margin: 0 0 8px 10px;
}


#header {
  margin: 20px auto;
}


#subtitle {
  color: #808080;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2em;
  margin: 15px 0px 20px 35px;
}


#sidebar {
  float: left;
  margin: 0 0 5px 0;
  padding: 1px 0 0 0;
  width: 195px;
}

#sidebar ul {
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 0 0 15px 10px;
}

#sidebar li {
  list-style: none;
  margin: 0 0 4px 10px;
  padding: 0;
  text-indent: -10px;
}

#sidebar li a {
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px;
}

#sidebar h2 {
  margin: 3px 0px 8px 0px;
}


#content {
  float: right;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 750px;
}

#content_alt {
  float: left;
  line-height: 1.5em;
  margin: 0 15px 0 15px;
  padding: 0;
  text-align: center;
  width: 940px;
}


table.post {
  border-collapse: collapse;
  border-color: #F0F0F0;
  border-style: solid;
  border-width: 3px;
  width: 100%
}

table.post th {
  border-width: 0px;
  padding: 1px;
  background-color: #F0F0F0;
}

table.post th.name {
  text-align: left;
}

table.post th.date {
  font-weight: normal;
  text-align: right;
  font-size: 0.8em;
}

table.post td {
  border-width: 0px;
  padding: 1px;
  background-color: #FFFFFF;
}

table.post .edit {
  text-align: right;
  font-size: 0.7em;
  line-height: 1.1em;
}


#footer {
  border-top: 4px solid #dadada;
  clear: both;
  color: #808080;
  font-size: 0.9em;
  line-height: 1.6em;
  margin: 0 auto;
  padding: 8px 0;
  text-align: right;
}

#footer p {
  margin: 0;
  padding: 0;
}

#footer a {
  color: #808080;
}

