/* Eternity stylesheet
 * Garry Parker
 * 25/07/2007
 */
/*top right bottom left*/
 
/* Typography and colours */
body
{
  font-size: 75.0%; /* Resets 1em to 10px */
  background-color: black;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
/*  font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;*/
/*  background: black url('images/flames.jpg') no-repeat bottom center;*/
  color: #bbb;
}

body.nobg
{
  font-size: 75.0%; /* Resets 1em to 10px */
  background-color: black;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background: none;
  background-color: black;
  color: #bbb;
}


#page {
  background-color: transparent;
  text-align: justify;
}

#header {
  background: black url('images/eternity-banner4.png') no-repeat bottom center;
/*  background: black url('images/lavabanner4.png') no-repeat bottom center;*/
  margin: 0 0 0 1px; 
  padding: 0; 
  width: 100%;
  height: 200px; 
}

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

#content {
  background-color: transparent;
  font-size: 1.2em
}

#footer {
  border: none;
}

img { border:0 }

a, h2 a:hover, h3 a:hover, h4 a:hover {
  color: #91e597;
  text-decoration: none;
  }

a:hover {
  color: white;
  text-decoration: none;
  }

/* Headers */
h1, h2, h3, h4 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
/*  margin-bottom: -0.2em;*/
}

h1 {
  font-size: 4em;
  text-align: center;
  display: none;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
  text-decoration: none;
  color: #bbb;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
/*  color: #ccc;*/
  color: #91e597;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
  text-decoration: none;
}

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

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

ul,ol {
  margin-left: 10px;
  padding-left: 0px;
}

li {
  margin: 3px 0 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

ul li:before, #sidebar ul ul li:before {
  content: "\00BB \0020";
}

i {
  color: #ddd;
}

b {
  color: white;
  font-weight: normal;
}

table {
  border-collapse:collapse;
}

th {
  padding: 1px 2px 1px 2px;
  border:1px solid #5d478b;  
  background-color:#5d478b;    
  color:#FFFFFF;  
  font-size: 9pt;  
  font-weight:bold;
}

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

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

/*-----------------------------------------------------------------------*/
#rightmenu {
  float: right;
}


#sidebar {
/*  float: right;*/
  width: 210px;  /* width doesn't include padding/border/margin */
  height: 400px;
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 30px 0 0 10px;
  padding: 15px 20px 5px 20px;
  background: black url('images/eternity-menu.png') no-repeat top center;
/*  border: 1px solid #48664a;*/
}

small, #sidebar ul {
  color: white;
/*  color: #999;*/
/*  font-size: 1.1em;*/
}

#sidebar h2 {
  text-align: center;
/*  font-family: 'Lucida Grande', Verdana, Sans-Serif;*/
  font-size: 1.3em;
}

#sidebar a, h2 a:hover, h3 a:hover {
  color: #91e597;
  text-decoration: none;
}

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

#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;
/*  color:#000000;  */
  font-size: 9pt;
  text-align: center;
}

/*-----------------------------------------------------------------------*/
/* Page layout */
body {
  margin: 0 0 20px 0;
  padding: 0; 
}

#page {
  margin: 0px 20px 20px 20px;
/*  margin: 0px 20px 20px 20px;*/
  padding: 0;
/*  width: 760px;*/
/*  width: 800px;*/
}

#content {
  min-height: 700px;
}

#footer
{
  color: #999;
  margin: 20px 0 0 0;
/*  width: 760px;*/
  clear: both;
  padding: 20px 0;
  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;
}


