/* ira-distribution special by Achilles_sm */
body {
  margin: 0;
}

#wrapper {
  width: 1200px;
  margin: 0 auto;
}

#header-banner {
  border-bottom: 40px #F42C07 solid;
}

#header-banner>a {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url('images/headerbg.jpg') 0 0 repeat-x;
}

#header-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

#header-menu ul>li {
  display: inline-block;
  padding: 5px 10px;  
}

#top-adsense-block {
  text-align: center;
  padding: 5px 0;   
  border-top: 1px #CCC solid;
  border-bottom: 1px #CCC solid;     
}

#main-content {
  float: left;
  width: 830px;  
  padding: 5px 10px 5px 10px;
  border-right: 1px #CCC solid;
  min-height: 300px;
}

.home .post {
  border-top: 1px #CCC solid;
}

.home .post:first-child {
  border: none;
}

.home .post p {
  margin: 5px 0 0 0;
}

h2.post-title {
  margin: 15px 0 5px 0;
}

.post-details {
  margin: 3px 0 3px 15px;
  font-size: 12px; 
  color: #333; 
}

.post-details a, .post-details a:hover, .post-details a:visited {
  color: #333;
}

#page-navi {
  text-align: center;
  margin-top: 5px;
}

#main-sidebar {
  float: left;
  width: 329px; 
  padding: 5px 10px; 
}

#footer {
  clear: both;
  border-top: 1px #CCC solid;
  text-align: center;
  padding-top: 5px;
}