@media screen {

body {
  margin: 0px;
  padding: 0px;
  background: #fcf5f5 url(img01.gif) repeat-x left top;
  font: 13px Arial, Helvetica, sans-serif;
  color: #660000;
}

h1
{
  margin: 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #c49090;
}

h1, h2, h3 {
  margin-top: 0px;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.4em;
}

p, ol, ul {
  margin-bottom: 1.8em;
  line-height: 160%;
}

a {
  color: #a32626;
}

a:hover {
  text-decoration: none;
  color: #FF0000;
}

a img {
  border: none;
}

/* Header */

#header {
  width: 900px;
  height: 100px;
  margin: 0px auto;
}

#header a {
  text-decoration: none;
  color: #FFFFFF;
}

/* Logo */

#logo {
  float: left;
}

#logo div, #logo p {
  margin: 0px;
  line-height: normal;
  font-weight: normal;
  color: #FFFFFF;
}

#logo div {
  padding: 25px 0px 0px 0px;
  font-size: 2.4em;
}

/* Menu */

#menu {
  float: right;
}

#menu ul {
  margin: 0px;
  padding: 49px 0px 0px 0px;
  list-style: none;
  line-height: normal;
}

#menu li {
  float: left;
  display: inline;
  margin: 0px 0px 0px 1px;
}

#menu a {
  float: left;
  width: auto;
  height: 28px;
  padding: 12px 20px 0px 20px;
}

#menu a:hover {
  text-decoration: underline;
}

#menu .active {
  background: #a32626 url(img02.gif) no-repeat 0px 0px;
}

#menu .active a {
  background: url(img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
  width: 900px;
  margin: 0px auto;
  padding: 30px 0px;
}

/* Content */

#content {
  float: left;
  width: 850px;
}

.post {
  margin: 0px;
  padding: 0px 0px 5px 30px;
}

.post .entry {
}

.post .meta {
  font-weight: bold;
}

.post .byline {
  margin: 0px;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 150px;
  margin-left: 16px;
  margin-bottom: 30px;
  background: url(img03.gif) repeat-y left top;
}

#sidebar-bgtop {
  height: 3px;
  background: url(img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
  height: 3px;
  background: url(img05.gif) no-repeat left bottom;
}

#sidebar-content {
  padding: 20px;
}

#sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#sidebar li ul {
  margin-bottom: 1.8em;
  list-style: inside disc;
}

#sidebar h2 {
  font-size: 1.4em;
}

/* Search */

#search form {
  margin-bottom: 1.8em;
  padding: 0px;
}

#search fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}

#search #s {
  width: 160px;
}

/* Footer */

#footer {
  clear: both;
  width: 900px;
  height: 50px;
  margin: 0px auto 30px auto;
  background: #c23939 url(img06.gif) no-repeat left top;
  color: #FFFFFF;
}

#footer p {
  margin: 0px;
  padding: 19px 0px 0px 0px;
  text-align: center;
  line-height: normal;
  font-size: smaller;
}

#footer a {
  color: #FFFFFF;
}

/* ------------------------------------------------------------------------- */

#msg
{
  color: #00ffff;
}

/* ------------------------------------------------------------------------- */

#error h3
{
  padding-top: 22px ;
  background: url("error.png") repeat-x left top ;
}

#error ul
{
  padding-bottom: 22px ;
  background: url("error.png") repeat-x left bottom ;
}

/* ------------------------------------------------------------------------- */

#gb-menu
{
  margin: 0;
}

#gb-menu span
{
  padding: 1em 0;
}

.gb-head
{
  text-align: right;
}

.gb-head strong
{
  float: left;
}

} /* ----------------------------------------------------------------------- */

table
{
  margin: 1em 0 ;
  border-collapse: collapse ;
}

td, th
{
  padding: 6px ;
  border: 1px #cccccc solid;
}

th
{
  background: #eeeeee;
}

/* ------------------------------------------------------------------------- */

.left    { text-align: left }
.center  { text-align: center }
.right   { text-align: right }
.justify { text-align: justify }
.top     { vertical-align: top }
.bottom  { vertical-align: bottom }
.middle  { vertical-align: middle }
.clear   { clear: both }
.nowrap  { white-space: nowrap }
.wrap    { white-space: normal }

img.left  { float: left }
img.right { float: right }

.f-left
{
  float: left ;
  margin: 0 ;
}

.f-right
{
  float: right ;
  margin: 0 ;
}

.xxl { width: 100% }
.hidden { display: none !important }
.small { font-size: 80% }
.large { font-size: 120% }

img.left
{
  float: left ;
  margin: 0 1em 1em 0 ;
}

img.right
{
  float: right ;
  margin: 0 0 1em 1em ;
}

.cyan { color: cyan }

