/*---------------------------------
  general page settings
---------------------------------*/

html, body {
  background: #000000;
  margin: 0px;
  padding: 0;
  text-align: left;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

/*---------------------------------
  logo
---------------------------------*/

#logo {
  background: transparent url("images/background-header.png") top center no-repeat;
  width:777px;
  height:240px;
  margin-left:1px;
  margin-bottom:10px;
  text-align: center;
  font-weight:bold;
}

#themeversion {
  text-transform: uppercase;
  letter-spacing: 5pt;
  text-align: right;
  padding-top:200px;
  padding-right: 60px;
  font-size: 7px;
  color: #999999;
}

/*---------------------------------
  menu
---------------------------------*/

.menu {
  width: 719px;
  padding-top: 15px;
  text-transform: uppercase;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  color: #999999;
}


/*---------------------------------
  body structure
---------------------------------*/

#tema {
  background: url("images/background.png") repeat-y;
  width: 779px;
  margin-left: auto;
  margin-right: auto;
  min-width: 679px;
  text-align: left;
}

#centerbody {
  width: 450px;
  float: left;
  position: relative;
  margin-left: 47px;
  margin-right: 0px;
}

#rightbody {
  width: 185px;
  float: left;
  position: relative;
  margin-left: 35px;
}

#footersite {
  background: url("images/background-down.png") repeat-y;
  height: 22px;
  width: 100%;
}

/*---------------------------------
  blocks
---------------------------------*/

.blocktitle {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: #686868;
  padding: 2px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  color: #999999;
}

.blockcontent {
  padding-top: 10px;
  color: #ffffff;
  font-size: 11px;
}

/*---------------------------------
  sections
---------------------------------*/

.sectiontitle {
  width: 100%;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: #999999;
  padding: 2px;

  text-align: left;
  margin-left: 10px;
  font-size: 15px;
  color: #7B0000;
}

.sectioncontent {
  width: 100%;
  padding-top: 10px;
  text-align: justify;
  margin-left: 10px;
  font-size: 11px;
  color: #ffffff;
}

/*---------------------------------
  flatnuke elements
---------------------------------*/

.motd {
  width: 100%;
  margin-left: 10px;
  text-align: justify;
  font-size: 11px;
  color: #ffffff;
}

.footnews {
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #999999;
}

.footer {
  color: #999999;
}

.footer small {
  font-size: 10px;
}

/*---------------------------------
  common html elements
---------------------------------*/

font {
  font-size: 11px;
  color: #ff0000;
}

a:visited, a:link, a:active {
  text-decoration: none;
  color: #AA0000;
}
a:hover {
  color: #7B0000;
  text-decoration: underline;
}

td, th {
  font-size: 11px;
  color: #999999;
}

#header .content {
  padding-bottom: 0;
}

input {
  max-width: 400px;
  border-width: 1px;
  padding: 2px;
  border-color: #999999;
  border-style: solid;
}

textarea {
  max-width: 450px;
  max-height: 300px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}

.clr {
  clear: both;
}

/*---------------------------------
  Too cool 4 IE
---------------------------------*/

a#tooCool {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  height: 80px;
  width: 80px;
  background: url(images/too_cool_4ie.png) bottom right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}
