/* 
////////////////////////////////////////////////////////////
// 
//   namesuppressed Frontpage Stylesheet 2.0.0
//   7th June 2004
//   by Kohan "SyneRyder" Ikin
//   www.namesuppressed.com/syneryder
//   syneryder@namesuppressed.com
//
//   Stylesheet designed for the main index page of the
//   namesuppressed website.
//
////////////////////////////////////////////////////////////
*/



/***********************************************************
  Basic document style definitions
***********************************************************/

/* The only definitions that should appear in this section
are defined HTML entities (like body, h1 and abbr, but not
classes of these well-defined entities). nocss & spacer are
exceptions. */

/* Items displayed only when no CSS support is present. */
.nocss {
  display: none;
  visibility: hidden;
}

div.spacer {
  margin: 0px;
  padding: 0px;
  clear: both;
}

.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
}

body {
  color: #000000;
  background-color: #0000c8;
  background-repeat:   repeat-x;
  background-image:    url("gfx/background.png");
  background-position: top;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;  /* Required hack for IE 5, centers page. */
}

:link {
 color: #777755;
 background-color: transparent;
}

:visited {
 color: #555533;
 background-color: transparent;
}

h1 { font-size: 24px;  letter-spacing:   -1px; }
h2 { font-size: 19px;  letter-spacing:   -1px; margin-top: 0px; }
h3 { font-size: 17px;  letter-spacing:   -1px; }
th { font-weight: bold; }
ul, ol { font-size: 13px; }

form {
  margin:  0px;
  padding: 0px;
}

p, dl {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
}

abbr, acronym {
  border-bottom: 1px dotted #CCCC99;
  cursor: help;
}

a img {
  border: 0px;
}




/***********************************************************
  Header Definitions
***********************************************************/

#header {
  background: #000000;
  color: #cccccc;
  text-align: right;
  clear: both;
}

#header img {
  margin:  0px;
  padding: 0px;
}

#copyright {
  background: #000000;
  color: #999999;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  padding: 5px;
  clear: both;
}




/***********************************************************
  General layout definitions
***********************************************************/

#maincontent {
  padding: 0px;
  border:  0px;
  color:        #000000;
  width:        776px;
  margin-left:  auto;
  margin-right: auto;
  border-collapse: collapse;
  background-color: #ffffff;
  background-image: url("gfx/texture.gif");
  border-style: none;
  text-align: left;
}

#textcontent {
  padding-left: 7%;
  padding-right: 7%;
}

#bannerad {
  margin-top:  10px;
  margin-left: 11px;
  margin-right: 11px;
  margin-bottom: 4px;
  padding: 2px;
}

.intro {
  width: 748px;
  margin-top:  10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  color: #cfcfcf;
  border: 1px solid #000000;
  vertical-align: middle;
  background: #542951;
  background-image: url("gfx/750px-bg.jpg");
  height: 200px;
}

.intro p {
  font-size:     14px;
  line-height:   18px;
  margin-top:    2px;
  margin-bottom: 2px;
  margin-left:   350px;
  margin-right:  20px;
}

.intro h1 {
  text-align:  left;
  margin-left: 350px;
  margin-top:  10px;
  font-size:   22px;
}

.intro .downloadlink {
  text-align:right;
  font-size: 16px;
  margin-top: 26px;
  margin-right: 15px;
}

.intro a {
  color: #eeeeee;
}

.intro a:hover {
  color: #ff0000;
}

.uselection {
  background-image: url("gfx/750px-uselection.jpg");
  color: #000000;
}

.uselection h1 {
  margin-left: 185px;
  margin-right: 185px;
}

.uselection p {
  margin-left: 185px;
  margin-right: 185px;
}

.uselection .downloadlink {
  margin-right: 175px;
}

.uselection a {
  color: #000000;
}



#banner {
  margin: 10px;
  padding: 4px;
  color: #eedddd;
  background-color: #773333;
  background-image: url("gfx/redback.gif");
  border: 1px solid #000000;
}

#banner .left {
  padding-right:  5px;
  padding-bottom: 5px;
}

#banner a {
  color: #ffffff;
  font-weight: bold;
}

#blocks {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#blocks td {
  width:  180px;
  height: 160px;
  border-right:   1px dotted #cccccc;
  padding:        5px;  /* If we make this 6 pixels, it screws IE in 800x600 and we have to change the maincontent width from 776px. */
}

#blocks td.last {
  width:  180px;
  border-right:  none;
}

#blocks h2 {
  text-align: center;
}

#blocks p {
  font-size:   12px;
  line-height: 14px;
  color: #4F4F4F;
}

table.detail {
  margin-left:  auto;
  margin-right: auto;
  color: #4F4F4F;
}

table.detail h2 {
  color: #000000;
  text-align: center;
}

table.detail td {
  width:          180px;
  border-right:   1px dotted #999999;
  padding:        6px;
  vertical-align: top;
}

table.detail td.last {
  width:        180px;
  border-right: none;
}

table.detail h2 a, #blocks h2 a {
  color: #000000;
}

table.detail h2 a:hover, #blocks h2 a:hover {
  color: #ff0000;
}



/***********************************************************
  Feedback form
***********************************************************/

fieldset {
  border:  0px;
}

fieldset label {
  font-size:   .8em;
  font-weight: bold;
}

fieldset input, fieldset textarea {
  display:          block;
  margin-bottom:    8px;
  width:            300px;
}

fieldset .feedback input, fieldset .feedback textarea {
  color:            #000000;
  background-color: #F9F9F9;
}




/***********************************************************
  Search form
***********************************************************/

#searchform {
  color:          #000000;
  background:     #CCCCCC;
  border-top:     1px solid black;
  border-bottom:  1px solid black;
  padding-top:    7px;
  padding-bottom: 7px;
  text-align:     center;
  font-size:      16px;
  margin-bottom:  20px;
}

#searchform input.text {
  color: #000000;
  background-color: #ffffdd;
  font-weight: bold;
}

#searchform input:focus {
  color: #000000;
  background-color: #ffffee;
}

#searchform input.button {
  color: white;
  background-color: #cc0000;
  font-size: 15px;
  font-weight: bold;
}





/***********************************************************
  Definitions applicable to all pages (???)
***********************************************************/

dt {
  font-weight: bold;
}

dd {
  padding-left:  0px;
  margin-left:   0px;
  margin-bottom: 9px;
}

ul {
  font-size: 11px;
  font-weight: normal;
  margin-left: 0px;
  margin-right: 1em;
  padding: 0px;
  list-style-type: none;
}

ul li {
  padding-bottom: 6px;
}

ul li a {
  font-weight: bold;
}