/* overall */

html, body {
  min-height: 100%;
  margin: 0px;
  font-family: arial, verdana, sans-serif;
}

body {
  background: #161616;
}

a img {
  border: none;
}

hr {
  margin: -10px 5px 0px 25px;
  padding: 0px;
}


/* header */

#header {
  width: 1000px;
  height: 222px;
  margin: 0px auto 0px auto;
  background: url(images/header.png);
}

#headerlink {
  display: block;
  width: 1000px;
  height: 222px;
}

#feed {
  position: relative;
  bottom: 83px;
  left: 923px;
}


/* navigation */

#navigation {
  margin: 0px auto 0px auto;
  width: 1000px;
  background: url(images/navi_bg.png) repeat-x;
  height: 40px;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
}

#navigation ul li {
  list-style-type: none;
  display: inline;
  float: left;
  text-align: center;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  margin-right: -1px;
  font-size: 14px;
  text-transform: uppercase;
}

#navigation ul li a {
  display: block;
  font-weight: 900;
  line-height: 14px;
  color: #EEE48D;
  text-decoration: none;
  padding: 12px 15px 14px 15px;
}

#navigation ul li a:hover {
  text-decoration: underline;
}

#naviad {
  color: #a86c05;
  font-weight: 900;
  padding: 4px 15px 2px 15px;
  font-size: 12px !important;
}

#naviad a {
  display: inline !important;
  padding: 0 !important;
}


/* root */

#root {
  background: #fff;
  width: 1000px;
  margin: 0px auto 0px auto;
  clear: both;
}

#root_left {
  float: left;
  width: 650px;
}

.hr {
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.hr2 {
  text-align: center;
}




/* posts */

.post {
  margin: 25px 10px 0px 0px;
}

.post h2 a {
  text-transform: uppercase;
  font-size: 16px;
  color: #A30B07;
  text-decoration: none;
  padding: 20px 0px 0px 0px;
}

.post h2 {
  margin: 0px 0px 0px 25px;
  padding: 0px;
}

.post p {
  margin: 10px 0px 15px 25px;
  font-size: 12px;
  line-height: 18px;
}

.post p a {
  color: #A30B08;
  font-weight: 900;
}

.post h3 {
  margin: 15px 0px 4px 25px;
  padding: 0px;
  font-size: 16px;
}

.post_comments a {
  color: #000 !important;
  text-decoration: none;
  font-size: 11px;
}

.post_comments a {
  text-decoration: underline;
}

#vote_for_post {
  float: right;
}

/* comments */

.commentlist {
  margin: 0px 0px 0px 25px;
  padding: 0px;
  list-style-type: none;
  width: 450px;
  font-size: 12px;
}

.commentlist a {
  text-decoration: none;
  font-weight: 900;
  color: #000;
}

.commentlist a:hover {
  text-decoration: underline;
}

.comment_meta {
  font-weight: 900;
}

.comment_respond {
  margin: 25px 0px 15px 25px;
  padding: 0px;
  font-size: 14px;
}

#comment_form {
  margin: 0px 0px 0px 25px;
}

#comment_form textarea {
  width: 450px;
}


/* sidebar */

#sidebar {
  width: 336px;
  float: left;
}

#sidebar h3 {
  padding: 0px;
  margin: 0px;
  color: #A30B07;
  font-size: 15px;
}

#search {
  margin: 25px 0px 0px 10px;
}

.mp1 {
  margin: 25px 0px 0px 0px;
  width: 336px;
}

.mp2 {
  width: 160px;
  margin: 25px 0px 0px 0px;
  float: left;
}

.mp3 {
  width: 468px;
  margin: 25px auto 0px auto;
}

.mp4 {
  floaT: left;
  margin: 0px 0px 0px 25px;
}

.section {
  float: left;
  width: 166px;
  margin: 25px 0px 0px 10px;
}

.section ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.section a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  line-height: 16px;
}

.section a:hover {
  text-decoration: underline;
}



/* footer */

#footer {
  width: 1000px;
  margin: 0px auto 0px auto;
  height: 100px;
  font-size: 12px;
  font-weight: 900;
  color: #EEE48D;
  background: url(images/footer.png) repeat-x;
}

#footer a {
  font-size: 12px;
  font-weight: 900;
  color: #EEE48D;
  text-decoration: none;
}

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

#copyright {
  text-align: center;
  padding: 10px 0px 0px 0px;
  width: 1000px;
  height: 15px;
}

#publicons {
  bottom: 0px;
  width: 960px;
  height: 15px;
  padding: 60px 0px 0px 0px;
  text-align: center;
  margin: 0px auto 0px auto;
}

#publicons img {
  float: left;
}


/* other */

.clear {
  clear: both;
}

.alignleft {
  float: left;
  margin-right: 15px;
}


