/* Eternity stylesheet
 * Garry Parker
 * 25/07/2007
 */
/*top right bottom left*/
 
/*-----------------------------------------------------------------------*/
body
{
  font-size: 1.1em;
  background-color: white;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  background: white url('images/bloodbg.png') no-repeat top right;
  color: black;
  margin: 0 0 20px 0;
  padding: 0; 
}

#page {
  background-color: transparent;
  text-align: justify;
  margin: 0px 20px 20px 20px;
/*  margin: 0px 20px 20px 20px;*/
  padding: 0;
}

#header {
  background: transparent url('images/bloodbanner.png') no-repeat bottom left;
  margin: 0 0 0 1px; 
  padding: 0; 
  width: 100%;
  height: 200px; 
}

#headerimg   { 
/*  width: 1024px;*/
/*  height: 200px;*/
  width: 100%;
  height: 100%;
} 

#content {
  background-color: transparent;
  min-height: 450px;
}

#footer {
  border: none;
  color: #999;
  margin: 20px 0 0 0;
/*  width: 760px;*/
  clear: both;
  padding: 20px 0;
  text-align: center;
}

/*-----------------------------------------------------------------------*/
img { border:0 }

a {
  color: #880000;
  text-decoration: none;
}

a:hover {
/*  color: #3b0707;*/
  color: #555;
  text-decoration: none;
}

h1 {
  color: #666;
  text-decoration: none;
  font-size: 2em;
  text-align: left;
  background: transparent url('images/underline2.png') no-repeat bottom left;
  padding-bottom: 4px;
  margin-bottom: 0;
}

h2 {
  color: #800000;
  font-size: 1.4em;
  margin-bottom: 0;
  padding-bottom: 8px;
  background: transparent url('images/underline.png') no-repeat bottom left;
}

h3 {
  font-size: 1.2em;
  margin: 5px 0 0 0;
}

h4 {
  font-size: 1.0em;
  margin-bottom: 0;
}

p {
  margin: 5px 0 0 0;
}

ul,ol {
  margin: 5px 0 0 0;
}

pre {
/*background: black url('images/prebg.jpg') no-repeat top left;*/
/*  background: black;*/
/*	font: 1.0em, Sans-Serif;*/
/*  color: white;*/
/*  border: 1px solid #666;*/
  font-family: 'Ubuntu Mono', sans-serif;
  padding: 5px 5px 5px 5px;
  white-space: pre;
  font-size: 0.8em;
}

pre.short {
  margin-right: 250px;
}

code {
  font-family: 'Ubuntu Mono', sans-serif;
}

table {
  border-collapse:collapse;
}

th {
  padding: 1px 2px 1px 2px;
  color: black;
  font-weight:bold;
}

td {
  padding: 5px 5px 2px 5px;
  border: none;
  color: #333;
/*  font-size: 9pt;*/
/*  text-align: center;*/
}

/*-----------------------------------------------------------------------*/
#topmenu td {
  padding: 5px 20px 5px 20px;
  font-size: 1.0em;
}

#rightmenu {
  float: right;
}

#sidebar {
  margin: 0px 0 20px 20px;
  padding: 0px 40px 5px 30px;
  border-left: 1px solid black;
  background: transparent url('images/bloodmenu.png') no-repeat bottom left;
}

#sidebar h2 {
  color: black;
  text-align: left;
}

#sidebar ul {
  margin: 10px 0 0 0;
  color: #bbb;
  padding: 0;
}

#sidebar li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: square;
}

#sidebar li:hover {
 color: #880000;
}

#sidebar p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

#adverts {
/*  float: right;*/
/*  clear: top;*/
  width: 200px;
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 5px 0 0 10px;
  padding: 5px 5px 5px 25px;
}

/*-----------------------------------------------------------------------*/
#pics table {
/*  margin-left:auto;*/
/*  background: url(../images/dreams.png);*/
  margin: 10px 10px 10px 10px;
}

#pics td {
  padding: 10px 15px 10px 15px;
  border: 0;
  font-size: 9pt;
  text-align: center;
}

/*-----------------------------------------------------------------------*/
.floatright
{
  float: right; 
  width: 40;
  height: 60;
  margin: 0 0 10px 10px;
  padding-left: 0 0 0 0;
  clear:both;
}

.floatleft
{
  float: left; 
  width: 40;
  height: 60;
  margin: 0 10px 10px 0;
  padding: 0 0 0 0;
  clear:both;
}

br.clear {
  clear:both;
}

/*-----------------------------------------------------------------------*/
#adbanner   { 
  width: 800;
  height: 90;
}
#--------------------------------------------------------------------------
/*a:hover {background:#ffffff; text-decoration:none;}*/
/*a.tooltip span {display:none; padding:2px 3px; margin:2px 0 0 0; width:130px;}*/
/*a.tooltip:hover span{display:inline; position:absolute; background:white; border:1px solid #ccc; color:#6c6c6c;}*/


