/*  
Theme Name: Sydney City Farm
Theme URI: http://sydneycityfarm.org
Description: The default Wordpress theme for Sydney City Farm.
Version: 1.0
Author: The Rocket Box
Author URI: http://therocketbox.com.au
*/

.post {
  padding-bottom: 30px !important;
}

.post h3 a {
  text-decoration: none !important;
}

.post .authormeta {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  overflow: hidden;
  zoom: 1;
}

.post .author {
  float: left;
}

.post .timestamp {
  float: right;
}

.post .commentsmeta {
  margin-top: 12px;
  overflow: hidden;
  zoom: 1;
}

.post .category {
  float: left;
}

.post .comments {
  float: right;
}

.post .postmeta {
  border-top: 1px dotted #ccc;
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
  padding-top: 8px;
  text-align: right;
}

.comment-list {
  margin-top: 14px;
}

.comment-list .comment {
  margin: 10px 0 8px;
  overflow: hidden;
  zoom: 1;
}

.comment-list .comment-meta {
  border-right: 2px solid #88A634;
  float: left;
  font-size: 10px;
  line-height: 12px;
  margin-right: 10px;
  padding-right: 10px;
  text-align: right;
  width: 120px;
}

.comment-list .odd .comment-meta {
  border-color: #697E8F;
}

.comment-list .comment-meta .comment-author {
  font-size: 14px;
  margin-bottom: 4px;
}

.comment-list .comment-text {
  float: left;
  width: 440px;
}

.comment-list .comment-text p {
  margin-bottom: 4px;
}


.navigation {
  padding: 0 30px 10px !important;
}

.navigation .previous {}

.navigation .next {
  padding-left: 10px;
}

.navigation a {
  color: #fff;
}

.navigation a:hover {
  color: #d9fb00;
  text-decoration :none; 
}

.sidebar ul {
  margin-left: 6px;
  list-style: none;
}

.sidebar li {
  background: url(/images/bullet_black.gif) left top no-repeat;
  padding-left: 20px;
}

.sidebar-summary {
  margin-bottom: 20px;
}

#searchform {
  background-color: #98C42F;
  border-bottom: 1px solid #88A634;
  padding: 5px 10px;
}

#searchform a {
  color: #fff !important;
  text-decoration: none !important;
}

#searchform a:hover {
  text-decoration: underline !important;
}

#searchform .form-text {
  border: 1px solid #88a634;
  color: #597926;
  padding: 2px 4px;
  width: 140px;
}

#searchsubmit {
  display: none;
}
