/* Satanic stylesheet
 * Garry Parker
 * 16/04/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/mythbanner1.png') no-repeat bottom center;
/*  background: black url('images/lavabanner4.png') no-repeat bottom center;*/
  margin: 0 0 0 1px; 
  padding: 0; 
/*  width: 758px;*/
  width: 800px;
  height: 270px; 
}

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

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

#footer {
  border: none;
}

img { border:0 }

a, h2 a:hover, h3 a:hover {
  /*color: #06c;*/
  color: #0084ab;
  text-decoration: none;
  }

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

/* Headers */
h1, h2, h3 {
  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;
}

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 {
  color: #ccc;
}

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;
  background-color:#051f27;    
}

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

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

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

/*-----------------------------------------------------------------------*/
#sidebar {
  float: right;
  width: 200px;
  height: 600px;
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 5px 0 0 10px;
  padding: 5px 5px 5px 5px;
/*  background: black url('images/sidebar2.png') no-repeat bottom center;*/
  background: black url('images/sidebar-hell.jpg') no-repeat bottom center;
}

small, #sidebar ul {
/*  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: #0084ab;
  text-decoration: none;
}

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

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

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

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

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

#content {
  min-height: 700px;
}

#footer
{
  color: black;
  margin: 100px 0 0 0;
  width: 760px;
  clear: both;
  padding: 20px 0;
  text-align: center;
}

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

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


