/************
*  GENERAL  *
************/

body {
  background-color: #232323;
  color: #999;
  font-family: sans-serif;
  font-size: 13px;
}

#content-wrapper {
  background-color: #4A4A4A;
  border: 1px solid #000;
  margin: 0 auto;
  padding: 5px 10px;
  width: 760px;
}

a {
  color: #900000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/***********
*  HEADER  *
***********/

#header {
	height: 80px;
	text-align: center;
	width: 100%;
	}

/***************
*  NAVIGATION  *
***************/

#navigation-wrapper {
  border-bottom: 3px solid #900000;
  height: 22px;
  margin-bottom: 10px;
}

#navigation {
display: inline-block;
  float: left;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 400px;
}

#navigation ul {
  bottom: 0px;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

#navigation ul li {
  display: inline;
  height: 30px;
}

#navigation ul li a {
  background-color: #696969;
  color: #000;
  float: left;
  font-size: 15px;
  margin: 0 0 0 5px;
  padding: 4px 10px;
  text-decoration: none;
}

#navigation ul li a.active {
  background-color: #900000;
  color: #AAA;
}

#navigation ul li a:hover {
  background-color: #999;
}

#navigation ul li a.active:hover {
  background-color: #900000;
}


#share {
  display: inline-block;
  float: right;
}

#share a {
  display: inline-block;
}

/************
*  CONTENT  *
************/

#content {
  padding: 0 0 10px 0;
}

.announce {
  color: #333;
  background-color: #999;
  border: 1px solid #666;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 5px;
}

#ads {
  margin: 10px auto;
  width: 728px;
}
  
#small-ads {
  float: left;
  margin: 0 0;
  padding: 3px 2px;
  width: 600px;
}

/*****************
*  CONTACT FORM  *
*****************/

.contact-text {
  text-align: left;
  width: 50%;
}

.input-text {
  background-color: #363636;
  border: 1px solid #000;
  color: #AAA;
  font-family: tahoma, "trebuchet ms", verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 2px;
  width: 200px;
}

/*
.input-text:hover {
  border: 1px solid #900000;
}

.input-text:focus {
  border: 1px solid #900000;
}
*/

.input-textarea {
  background-color: #363636;
  border: 1px solid #000;
  color: #AAA;
  font-family: tahoma, "trebuchet ms", verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 2px;
  width: 400px;
  height: 100px;
}

/*
.input-textarea:hover {
  border: 1px solid #900000;
}

.input-textarea:focus {
  border: 1px solid #900000;
}
*/

.input-button {
  background-color: #363636;
  border: 1px solid #000;
  color: #999;
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 1px;
}

.input-button:hover {
  background-color: #363636;
  border: 1px solid #900000;
  color: #999;
  cursor: pointer;
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 1px;
}

/***********
*  FOOTER  *
***********/

#footer {
  border-top: 3px solid #900000;
  color: #999;
  font-size: 11px;
  padding: 5px 0 0 0;
  width: 100%;
}

#footer-left {
  float: left;
}

#footer-right {
  float: right;
}

#footer a {
  color: #999;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

/*********
*  MISC  *
*********/

.clear {
  clear: both;
  height: 0px !important;
}

