* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  color: #ACA899;
  background-color: #000;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 100%;
  text-align: center;
}
h1, h2, h3 {
  font-weight: bold;
  font-family: times, times-roman, georgia, serif;
  line-height: 0.9em;
  letter-spacing: -0.045em;
  word-spacing: -0.110em;
}
h1 {
  font-size: 4em;
}
h2 {
  margin: 15px 0 5px 0;
  font-size: 3em;
}
h3 {
  font-size: 2.5em;
}
p {
  margin: 10px 0 20px 3px;
}
a {
  font-weight: bold;
  text-decoration: none;
}
a img {
  border: none;
}
a:link{
  color: #A3BF8E;
}
a:visited{
  color: #A3BF8E;
}
a:hover{
  border-bottom: 1px solid #666;
  color: #5A6140;
}
a:active{
  border-bottom: 1px solid #666;
  color: #FC1;
}
h1 a, h2 a, h3 a {
  border: none;
}
li {
  margin: 5px 0 5px 15px;
}
#accessibility {
  position: absolute;
  top: -10000px;
}
.input {
  color:#B42000;
}
/** ----- Container ----- **/
#container, .cont {
  margin: 0 auto 10px auto;
  width: 750px;
  background-image: url(http://st2-clan.com/images/3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  color: #ACA899;
  font-size: 0.675em;
  text-align: center;
  position:relative;
}
/** ----- Masthead ----- **/
#masthead {
  margin: 0 auto 0 auto;
  /*background-image: url(http://st2-clan.com/images/3.jpg);
  background-position: top center;
  background-repeat: no-repeat;*/
  height: 390px;
}
/** ----- Navigation ----- **/
#navigation {
  margin: 0 auto;
  padding: 345px 0 0 0;
  list-style-type: none;
  position:relative;
}
#navigation li {
  margin: 0 10px 0 10px;
  display: inline;
  font-size: 0.7em;
}
#navigation li a:link, #navigation li a:visited {
  color: #a3bf8e;
}
/** ----- Content ----- **/
#content {
  margin: 10px auto 10px auto;
  width: 400px;
  line-height: 1.325em;
  text-align: left;
}
.post-title {
  margin: 0 0 0 0;
  color: #5A6140;
}
.post-date {
  margin: 40px 0 0 3px;
  color: #AAA;
  font-size: 0.65em;
  line-height: 0.90em;
}
.author {
  margin: 25px 0 10px 5px;
}
#article-navigation {
  margin: 50px 0 100px 0;
  text-align:left;
  position:relative;
}

.prev-article, .older-articles {
 margin: 0 0 0 70px;
 float:left;
}
.next-article, .newer-articles {
  margin: 0 75px 0 0;
  float:right;
}
/** ----- Comments ----- **/
#comment {
  margin: 35px 0 20px 0;
  color: #5A6140;
}
.comments {
  margin: 0 0 35px 0;
}
/** ----- Footer ----- **/
#footer {
  background-image: url(http://st2-clan.com/images/6.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  height: 77px;
  color:#a3bf8e;
}
#footer p.copyright {
  padding:10px 0 0 0;
}
#footer p.rss {
  padding: 20px 0 0 0;
}
#footer p.rss a {
  color:#a3bf8e;
}

/** ----- Errors ----- **/
.error-page {
  color:#FC1
}
h1.error-page{
  margin:60px 0 10px 0;
}
p.error-page{
  margin:0 0 60px 0;
}
/** ----- newsletter ----- **/
#subscribeForm {
  background-image: url(http://www.st2-clan.com/images/9.gif);
  width:230px;
  height:115px;
  float:left;
  margin: 200px 0 0 590px;
  position: absolute;
  z-index:100;
}
* html #subscribeForm {
  \margin: 200px 0 0 450px;
  m\argin: 200px 0 0 450px;
}
#subscribeForm form{
  margin:12px;
}
#subscribeForm form fieldset{
  border:none;
}
#subscribeForm form input#email, #subscribeForm form input#field3 {
  color:#ACA899;
  background-color: #000;
}
#subscribeForm form .buttons {
  margin: 4px 0 0 0;
}
#subscribeForm form .buttons input {
  color:#ACA899;
  background-color: #000;
  border:none;
}
#content #subscribeForm {
  background-image: none;
  width:auto;
  height:auto;
  float:none;
  margin: 20px 0 50px 0;
  position: relative;
  z-index:auto;
}
* html #content #subscribeForm {
  \margin: 20px 0 50px 0;
  m\argin: 20px 0 50px 0;
}
#content #subscribeForm form{
  margin:0;
}
#content #subscribeForm form fieldset{
  border:1px solid #666;
}
#content #subscribeForm form input#email, #content #subscribeForm form input#field3 {
  color:#000;
  background-color: #FFF;
}
#content #subscribeForm form .buttons input {
  color:##666;
  background-color: #FFF;
  border:1px solid #666;
}

.sticky {
margin: 60px 0;
color: #FC1;
}

.sticky a:link, .sticky h1 a{
  color: #FC1;
}
