* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;	
  font: 80% "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #141618 url(img/bg.gif) no-repeat center top;
  padding: 0 0 40px 0;
}

a {
  outline: none;
  color: #34747c;
}

a:hover {
  color: #141618;
}

a img {
  border: none;
}

h1 {
  text-indent: -9999px;
  text-decoration: none;
}

h1 a {
  display: block;
  width: 600px;
  height: 84px;
  margin: 4px auto;
  background: url(img/h.png) no-repeat top left;
  text-decoration: none;
}

.page {
  width: 600px;
  margin: 0 auto;
}

.contenttop {
  background: url('img/contenttop.gif') no-repeat top center;
  height: 20px;
}

.contentbot {
  background: url('img/contentbot.gif') no-repeat bottom center;
  height: 20px;
}

.content {
  background: #fff url(img/page.gif);
  padding: 6px 30px 0 30px;
}


.posts {
  float: left;
  width: 410px;
  padding: 0 40px 0 0;
  color: #333;
}

.posts h2 {
  margin: 0 0 8px 0;
  font-size: 26px;
  line-height: 27px;
  letter-spacing: -1px;
  color: #000;
}

.posts p {
  margin: 0 0 8px 0;
  line-height: 140%;
}


.post {
  margin: 0 0 50px 0;
}

.post img {
  display: block;
  padding: 4px;
  border: solid 1px #999;
  margin: 0 auto 10px auto;
  background: #ccc;
}

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

.post .postfoot .comment {
  float: right;
}

.post .postfoot .comment a {
  background: url(img/talkbubble.gif) no-repeat 0 50%;
  padding: 0 0 0 16px;
}


div.navigation {
  margin: 0 0 40px 0;
  font-size: 12px;
}
      
div.navigation a, div.navigation a:link, div.navigation a:active {
  padding: 4px; 
  margin: 2px;
  text-decoration: none;
  border: 1px solid #34747c; 
  font-weight: bold;
}

div.navigation span.pages {
  padding: 4px;
  margin: 2px 2px 2px 2px;
  color: #000;
  border: 1px solid #000;
}



.side {
  float: left;
  width: 70px;
  padding: 6px 0 0 0;
  margin: 0 0 100px 0;
}

.side ul {
  list-style: none;
}

.side ul li {
  margin: 0 0 5px 0;
}


.footer {
  margin: 0 auto 0 auto;
  padding: 6px 0 0 0;
  border-top: 1px solid #ccc;
}

.footer p {
  text-align: center;
}


