@import 'base.css';

body {
	background-color: #F4F4ED;
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #666;
}

#header {
  background: #F4F4ED url(/img/header_bg.gif) repeat-x scroll top left;
  height: 136px;
  margin-bottom: 30px;
}
#header #logo {
  margin: 25px;
}
#header #codasetPowered {
  margin: -35px 0 0 25px;
}
#header #nav {
  margin: 8px 13px 0 0;
}
#header #nav a {
/*  background-color: #70B645;*/
  padding: 4px 10px;
  margin: 0 5px;
  color: #FFF;
  text-decoration: none !important;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-shadow:0 1px black;
  font-sze: 14px;
  letter-spacing: 2px;
}
#header #nav a:hover,
#header #nav a.current {
  background-color: #9ED679;
  color: #000;
  text-shadow: none;
}

#footer {
  margin: 60px 0;
}

.shadedBox {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color:#EFECE4;
  border:1px solid #EEE;
  margin-bottom:20px;
  padding:14px;
}

.postTitle {
  font-weight: bold;
  font-size: 22px;
}
.postTitleNotes {
  margin: 13px 0 40px;
}
.postContents {
  line-height: 1.8em;
  color: #333;
}

ul.posts {
  list-style: none;
  margin: 0;
}
ul.posts li {
  margin-bottom: 6px;
}

.paginatedPost {
  margin-bottom: 60px;
}

#disqus_thread {
  margin-top: 50px;
}

.retweet {
  margin: 0 0 20px 20px;
}

#feedburner {
  margin-top: 5px;
}