/* 
////////////////////////////////////////////////////////////
// 
//   namesuppressed Design Stylesheet 2.0.0
//   27th August 2006
//   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
***********************************************************/

/* 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 and .right & .left are exceptions. */

/* For items displayed 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;
}

.imageleft {
  margin: 5px;
  float:  left;
}

.imageright {
  margin: 5px;
  float:  right;
}

.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; }
h3 { font-size: 17px;  letter-spacing: -1px; }
th { font-weight: bold; }
ul, ol, li { font-size: 14px; }

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

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

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

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.gif");
  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.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: 11px;
  font-weight: bold;
}



/*******************************************************************
  namesuppressed userform signup styles
*******************************************************************/

table.presentation {
  border-width:     0px;
  border-color:     #000000;
  border-style:     none;
  margin-top:       10px;
  margin-bottom:    20px;
}

table.presentation td {
  text-align:  center;
  font-size:   13px;
  line-height: 16px;
}



/*******************************************************************
  namesuppressed userform signup styles
*******************************************************************/

table.userform {
  border-width:     1px;
  border-color:     #000000;
  border-style:     solid;
  margin-top:       10px;
  margin-bottom:    10px;
  background-color: #FFFFDD;
  color:            #000000;
}

table.userform th {
  font-size:        18px;
  color:            #FFFFFF;
  background-color: #000099;
}

table.userform td {
  font-size: 12px;
  background-color: transparent;
}

table.userform .fieldlabel {
  font-weight: bold;
}

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;
}




/*******************************************************************
  Plugin description styles
*******************************************************************/

.plugin {
/*  background-color:  #FFFFEE;
  background-image:  url("http://www.namesuppressed.com/design/gfx/texture-ltyellowswirl.gif"); */
  background-repeat: repeat;
  border:            1px solid black;
  padding:           5px;
  margin-bottom:     15px;
  color:             #666666;
}

.plugin h2 {
  font-family:   Verdana, Arial, Helvetica, sans-serif;
  font-size:     24px;
  margin-top:    0px;
  margin-bottom: 7px;
}

.plugin h2 a {
  color:         #666666;
}

.plugin div.quote {
  font-family:      Georgia, Times New Roman, serif;
  text-align:       left;
  color:            #990000;
  background-color: transparent;
  font-style:       italic;
  font-size:        12px;
  line-height:      15px;
  padding-top:      5px;
  padding-bottom:   5px;
}

.plugin .icon {
  margin-left:   5px;
  margin-right:  10px;
  margin-bottom: 5px;
  float:         left;
}

.plugin .dllinks {
  margin-left:   5px;
  margin-right:  10px;
  margin-bottom: 5px;
  float:         right;
}

.plugin div.links {
  font-weight:     bold;
  font-size:       13px;
  text-align: center;
}

.plugin .description {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size:   13px;
  line-height: 16px;
  vertical-align: middle;
}



/*******************************************************************
  blog entry styles
*******************************************************************/

table.plugintable {
  border:           1px solid black;
  background-color: #ffffff;
  text-align:       center;
  margin-left:      auto;
  margin-right:     auto;
  margin-bottom:    20px;
}

.smallplugin h3 {
  margin-top:    0px;
  margin-bottom: 0px;
}

.smallplugin {
  padding:    10px;
  float:      left;
  text-align: center;
  font-size:  10px;
}




/*******************************************************************
  Photoshop Plugin product sidebar (sysreq's etc) 
*******************************************************************/

#productsidebar {
  vertical-align:    top;
  width:             180px;
  border-width:      1px;
  border-color:      #000000;
  border-style:      solid;
  margin-bottom:     10px;
  background-color:  #FFFFFF;
  color:             #000000;
  padding:           2px;
  background-image:  url("http://www.namesuppressed.com/design/gfx/texture-ltyellowswirl.gif");
  background-repeat: repeat;
}

#productsidebar h2 {
  margin-top:     0px;
  margin-bottom:  0px;
  padding-bottom: 0px;
  font-size:      12px;
}

#productsidebar ul {
  list-style:   none;
  font-size:    9px;
  line-height:  13px;
  margin-top:   4px;
  padding-top:  4px;
  margin-left:  7px;
  padding-left: 7px;
}

#productsidebar a {
  color: #000000;
}

#productsidebar .quotes p {
  font-family:      Georgia, Times New Roman, serif;
  font-style:       italic;
  color:            #990000;
  background-color: transparent;
  font-size:        11px;
  line-height:      13px;
  margin-top:       0px;
  margin-left:      7px;
  padding-left:     7px;
  padding-top:      5px;
}




/*******************************************************************
  Photoshop Plugin product description (marketing text)
*******************************************************************/

#aboutproduct {
  padding-right: 10px;
}

#aboutproduct p, #aboutproduct ul li {
  color:       #444444;
  font-size:   11px;
  line-height: 13px;
  margin-top:  0px;
  padding-top: 0px;
}

#aboutproduct h3 {
  font-size:      13px;
  margin-bottom:  1px;
  padding-bottom: 1px;
}

#aboutproduct p.quote {
  font-family:      Georgia, Times New Roman, serif;
  background-color: #FFFFFF;
  color:            #CC0000;
  padding:          2px;
}

#aboutproduct p.quote a {
  font-weight:      bold;
  font-style:       italic;
  color:            #CC0000;
}



/***********************************************************
  Contact form definitions
***********************************************************/

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

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

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

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



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

fieldset {
  border:  0px;
}

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

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

.feedback fieldset input[type="text"], .feedback fieldset textarea {
  font-weight:      normal;
  color:            #000000;
  background-color: #F9F9F9;
}



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

.textlinks p {
  text-align: center;
  font-size: 14px;
}

.quote {
  text-align: right;
  font-style: italic;
  font-size: 13px;
}