/*  
Theme Name: Green Chicken
Theme URI: http://blog.readcy.net
Description: Theme produced for the blog of George Stratis.
Version: 1.0
Author: George Stratis (comp by Alex Schleifer)
Author URI: http://blog.readcy.net
*/

body {
  text-align: center;
  background-color: #dededb;
  font-family: Arial, Verdana, Sans-Serif;
}

#page {
  text-align: left;
  width: 750px;
  margin: 30px auto;
  background-color: #ffffff;
}

#header {
  height: 110px;
  background-color: #123711;
  border-bottom: 3px solid #e6e4e5;
  padding: 0px;
  margin: 0px;
}

#blog_title {
  width: 260px;
  position: relative;
  top: 15px;
  left: 40px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

#blog_title a {
  text-decoration: none;
  color: #ffffff;
}

#blog_tagline {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px;
  padding-top: 5px;
  color: #82a881;
}

.top_menu_link {
  color: #ffffff;
  margin-left: 15px;
  text-decoration: none;
}

.top_menu_link:hover {
  color: #123711;  
}

#content {
  float: left;
  width: 520px;
  background-color: #ffffff;
  margin: 0px;
}

.post {
  width: 470px; 
  padding: 20px 25px;
  text-align: left;
}

.post_title {
  font-size: 18px;
  color: #356033;
  text-decoration: none;
}

.post_title:hover {
  border-bottom: 1px dotted #356033;
}

.post_date {
  height: 25px;
  font-size: 12px;
  color: #a5a5a2;
  border-bottom: 1px solid #d1d1ce;
  padding-top: 5px;
}

.entry {
  color: #424242;
  padding-top: 0px;
  padding-bottom: 0px;
}

.entry a, .commentlist li a, #commentPreview a, #commentform a {
  color: #123711;
  text-decoration: underline;
}

.entry a:hover, .commentlist li a:hover, #commentPreview a:hover, #commentform a:hover {
  color: #558053;
  text-decoration: none;
}

blockquote {
  margin: 0px 15px;
  color: #4a4c44;
  background-color: #edf0e7;
  padding: 1px 5px 1px 5px;
  border-left: 1px dotted #123711;
  border-right: 1px dotted #123711;
}

.postmetadata {
  border: 1px solid #d1d1ce;
  background-color: #f8f8f8;
  color: #93938d;
  padding: 4px 0px 4px 5px;
  height: 16px;
}

.post_category a {
  color: #154013;
  text-decoration: none;
}

.post_category a:hover {
  border-bottom: 1px dotted #154013;
}

#comments, #respond, .pagetitle, .nocomments {
  font-weight: bold;
  font-size: 16px;
  color: #4d4d47;
  text-align: center;
}

.commentlist {
  list-style-type: none;
  list-style-position: inside;
  padding: 0px 20px 0 25px;
}

.commentlist li {
  margin: 0px 5px 20px 0px;
  padding: 0px 5px 5px 5px;
  border: 1px solid #edf0e7;
}

.comment_alt {
  background-color: #f9f9f9;
}

.comment_meta {
  background-color: #edf0e7;
  padding: 3px;
  margin: 0px -5px 0px -5px;
}

#commentform {
  background-color: #f3f3f3;
  border: 1px solid #edf0e7;
  margin: 0px 25px 20px 25px;
  padding: 10px;
}

#commentform input, #commentform textarea {
  border: 1px solid #cdd0c7;
}

#commentform #submit {
  background-color: #edf5e7;
}

#comment {
  width: 445px;

  overflow: hidden;
}

#commentPreviewText {
  width: 425px;
  background-color: #fff;
  border: 1px solid #cdd0c7;
  padding: 10px;
  overflow: hidden;
}

.navigation {
  margin: auto;
  margin-top: 30px;
  width: 450px;
  height: 16px;
}

.alignleft {
  color: #93938d;
  padding: 4px 5px 4px 5px;
  width: 100px;
  float: left;
}

.alignright {
  color: #93938d;
  padding: 4px 5px 4px 5px;
  text-align: right;
  width: 100px;
  margin-left: 340px;
}

#sidebar {
  margin-left: 525px;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 5px 10px;
  background-color: #f8f8f8;
}

#sidebar ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 0px;
  border-top: 1px solid #f8f8f8;
}

#sidebar ul li ul li {
  color: #7d7d77; 
  font-size: 10px;
  text-align: left;
  border-bottom: 1px solid #d1d1de;
  width: 200px;
  padding: 0px;
  margin: 0px;
}

#sidebar ul li ul li a {
  display: block;
  width: 190px;
  color: #7d7d77;
  text-decoration: none;
  padding: 2px 0px 2px 10px;
}

#searchform {
  margin-top: 10px;
}

#searchform input {
  width: 100px;
  border: 1px solid #d1d1de;
  color: #424242;
}

#searchform #searchsubmit {
  width: 40px;
  color: #7d7d77;
  background-color: #edf5e7;
  font-size: 10px;
}


#footer {
  clear: both;
  height: 20px;
  padding-top: 50px;
}