/* 
////////////////////////////////////////////////////////////
// 
//   namesuppressed Design Stylesheet 2.5.0
//   22nd March 2010
//   by Kohan "SyneRyder" Ikin
//   www.namesuppressed.com/syneryder
//   syneryder@namesuppressed.com
//
//   Stylesheet designed for the design pages of the
//   namesuppressed website.
//
////////////////////////////////////////////////////////////
*/



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

.center {
  margin: auto;
  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;
}

: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; }
ul, ol, li { font-size: 14px; }

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

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

a img {
  border: 0px;
}

textarea:focus, input:focus {
    background-color: #ffffee;
}




/***********************************************************
  Header / Footer 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;
}

.globalnav {
  background: #000000;
  color: #cccccc;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -1px; 
}

.globalnav ul {
  margin-top:     0px;
  padding-top:    5px;
  margin-bottom:  0px;
  padding-bottom: 10px;
}

.globalnav li {
  display: inline;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
  line-height: 15px;
  border-right: #555555 1px dotted;
  text-transform: lowercase;
}

.globalnav li.last {
  border-right: none;
}

.globalnav a, .globalnav a:visited {
  color: #999999;
}

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



/***********************************************************
  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-whiterocks.png");
  border-style: none;
}

#maincontent ol, #maincontent li {
  margin-bottom: 5px;
}

#bodytext {
  padding-top:       20px;
  padding-left:      5%;
  padding-right:     5%;
  padding-bottom:    20px;
}



/***********************************************************
  Search Form styles
***********************************************************/

.searchform {
  width:            500px;
  margin-left:      auto;
  margin-right:     auto;
  padding-top:      10px;
  padding-bottom:   10px;
  padding-left:     5px;
  padding-right:    5px;
  font-size:        13px;
  text-align:       center;
  border-width:     1px;
  border-style:     solid;
  border-color:     #CC9999;
  margin-bottom:    20px;
  background-color: #FFCCCC;
  color:            #000000;
}

.searchform h2 {
  padding-top:      0px;
  margin-top:       0px;
  font-size:        19px;
  text-align:       center;
  margin:           0px;
  font-weight:      bold;
  padding:          3px;
  background-color: transparent;
  color:            #000000;
}

.searchform input[type="text"] {
  color: #000000;
  background-color: #fcfcfc;
  font-size: 18px;
  font-weight: bold;
}

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

.searchform input[type="submit"] {
  font-size: 18px;
  font-weight: bold;
}

