body {
  font-family:Arial,Helvetica,sans-serif;
  margin: 0 0 0 0px;
}
img {
  border: 0px;
}
a, a:visited {
  color: #3855be;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#header_wrapper {
  background: url(/images/header-background.png) repeat-x scroll center bottom;;
  height: 100px;
}
#header {
  font-family:"Lucida Grande",Verdana,Arial,sans-serif;
  width: 912px;
  margin-left: auto;
  margin-right: auto;
}
#header_title_image {
  background: url(/images/title-simple-old.png) no-repeat;
  display: block;
  float: left;
  width: 322px;
  height: 82px;
}
h1 {
  visibility: hidden;
}
ul#navi {

  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  font-weight: bold;
}
ul#navi li { 
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left:13px;
  padding-right:8px;
  display: inline; 
}
ul#navi li a { 
  color: #222;
  text-decoration: none; 
} 
ul#navi li a.submit { 
  color:#d21515;
  text-decoration: none; 
}
ul#navi li a:hover { 
  text-decoration: underline; 
}
.left {
  float: left;
}
#navi_right {
  margin-top:10px;
  float: right;
}
#line_1 {
  height: 1px;
  background: #fff;
  margin-bottom: 10px;
}
#wrap {
  width: 912px;
  margin-left: auto;
  margin-right: auto;
}

#content {
  font-family:Arial,Helvetica,sans-serif;
  width: 610px;
  float: left;
  margin-top:20px;
 
}

ul#recent_bestof_nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
ul#recent_bestof_nav li { 
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left:13px;
  padding-right:8px;
  display: inline; 
}
.post_top {
  margin-top:20px;
  height: 5px;
  width: 580px;
  background: url(/images/post-top.png) #fff no-repeat;
}
.post {
  padding: 18px 25px 20px 25px;
  width: 530px; 	
  background: url(/images/post-middle.png) #fff repeat-y;	
  color: #222;
  font-size:14px;
  line-height: 1.7em;
  overflow: inherit;
  clear: both;
}
.post a, a :visited {
  color: #222;	
  text-decoration: none;
}
.post a:hover {
  color: #666;
  text-decoration: none;
}
.post_bot {
  height: 30px;
  width: 580px;
  background: url(/images/post-bottom.png) #fff no-repeat;	
  color: #9f1a1a;
  font-size: 12px;
}
.post_bot a {
  color: #444;	
}

.post_bot a:hover { 
  text-decoration: underline; 
}
.post_vote_area {
  height: 30px;
  padding: 7px 0px 0px 0px;
  width: 360px;
  background: url(/images/post-vote-area.png) #fff no-repeat;

  float: left;
}
.vote_up {
  padding-left:28px;
  width: 155px;
  float: left;
}
.vote_down {
  float: left;
  padding-left:30px;
  width: 140px;
}
.post_meta {
  padding-left:15px;
  width:580px;
  color: #444;
  font-size: 12px;
}

#sidebar {
  width:300px;
  float:right;
  font-size: 12px;
  margin-top:30px;
  color:#444;
}
#sidebar .title {
  color: #9f1a1a;
  font-weight: bold;
}
#sidebar img {
  border: 1px solid #ccc;
}
.sidebox {
  margin-top:11px;

  width:310px; 	
  background: #fff;  
}
.right {
  float: right;
}
#clearing {
	height: 0;
	clear: both;
}
#footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 900px;
  border-top: 1px #bbb solid;
  padding: 10px;
  clear: both;
  text-align: center;
  font-size: 0.7em;
}

a.button {
  display: block;
  width: 100px;
  height: 20px;
  padding: 15px 20px 10px 45px;
  color:#222;
  text-decoration: none;
  background:url(/images/button.png) no-repeat 0px -45px;
}
a.button:hover {
  color:#333333;
  background:url(/images/button.png) no-repeat 0px 0px;
}

textarea{
  width: 500px;
  height: 80px;
  padding:8px;font-size:14px;
  color:#2b2b2b;border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
   border:solid 1px #d2d2d2;
   resize:none
}
textarea:focus{border-color:#aaa}
.copy {
  padding: 5px 0px 0px 20px;
  float: right;
  width: 50px;
  height: 16px;
  font-size: 12px;
  background: url(/images/copy.gif) transparent no-repeat 0px 5px;
}