/* 
	Theme Name: chickens
	Theme URI: http://www.wickerchickens.com/chickens
	Description: Designed by Julie Hathaway
 
	Author: Julie Hathaway
	Author URI: http://www.pilcrow.biz
	Version: 1.0.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	
*/


/* Blog template copyright 2005 by Pilcrow Text & Design, LLC, www.pilcrow.biz. All rights reserved. */

/* ---------- defaults ---------- */
body {
  margin:0;
  padding:0;
  font-family: Verdana, sans-serif;
  font-size: small;
  color: #000;
  background: #fff url(images/background.gif) repeat;
  }
blockquote {
  padding:0 32px;
  margin:0.6em 0;
  }
p {
  margin:0;
  padding:0;
  }
h2, h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #50733c;
  margin: 0;
  padding: 0;
  }
abbr, acronym {
  cursor:help;
  font-style:normal;
  }
code {
  font:12px monospace;
  white-space:normal;
  color:#666;
  }

hr {
  display:none;
  }
img {
  border:0;
  }
a:link {
  color:#50733c;
  text-decoration: none;
  }
a:visited {
  color: #a1ae74;
  text-decoration: none;
  }
a:hover {
  text-decoration:underline;
  }

/* ---------- layout ---------- */
#wrap {
  background-color: #fff;
  width:750px;
  }
#main-content {
  width:720px;
  background-image: url(images/sidebar.gif);
  background-repeat: repeat-y;
  margin:0;
  display:block;
  }
#inner-wrap {
  padding:0;
  }
#blog-header {
  height: 288px;
  width: 730px;
  }
div.clearer {
  clear:left;
  line-height:0;
  height:10px;
  margin-bottom:12px;
  _margin-top:-4px; /* IE Windows target */
  }
#main {	
  width:460px;
  float:right;
  padding:0;
  margin:0;
  display: inline;
  }
#sidebar {
  width:200px;
  float:left;
  padding: 20px 0 0;
  margin:0 0 0 40px;
  display: inline;
  }	
#footer {
  clear:both;
  padding-top:10px;
  _padding-top:6px; /* IE Windows target */
  }
#footer p {
  font-size:0.85em;
  }

/* ---------- post ---------- */
.post {
  margin:0;
  padding: 0;
  }

h2.post-group {
  text-align: center;
  font-style: italic; 
  font-size: small;
  padding-bottom: 20px;
}
h3.post-title {
  padding-bottom: 0.3em;
  }
.post-body p {
  margin:0 0 .6em 0;
  }
.post-footer {
  font-size: 0.85em;
  padding: 1em 0;
  margin-bottom: 3.5em;
  border-bottom: 1px solid #50733c;
  }
.post ul {
  margin:0;
  padding:0;
  }
.post li {
  list-style:none;
  vertical-align:top;
  padding: 0 0 .6em 10px;
  margin:0;
  }

/* ---------- sidebar ---------- */
#sidebar {
  font-size: 0.9em;
  }
img.title {
  margin-top:20px;
  border-bottom: 1px solid #eb8314;
  }
#sidebar ul {
  margin:6px 0 12px 0;
  padding:0 0 0.5em 10px;
  }
#sidebar ul li {
  list-style: none;
  padding-bottom:6px;
  margin:0;
  }
#sidebar p {
  margin:0 0 .6em 0;
  padding-left: 10px;
  }
#buttons {
  margin-top: 20px;
  }
#buttons p {
  padding-left: 0;
  margin-bottom: 10px;
  }

/* ---------- comments ---------- */
#comment-container {
}
h3.comments-title {
  padding-bottom: 0.3em;
}
.comments-list {
  margin-bottom: 40px;
}
.comments-list li p {
	margin-left: 6px;
	margin-top: 10px;
}
.comment{	
  margin-left: 0px;
  margin-bottom: 10px;
}
.commentform {
	margin-top:15px;
	width: 450px;
}
.commentform #author, .commentform #email, .commentform #url, .commentform textarea {
	margin-left: 25px;
  margin-bottom: 6px;
  background: #d2e9ba;
  border: 1px solid #000;
	padding: .2em;
}
.commentform textarea {
	width: 100%;
}
.commentform #submit {
  margin-left: 25px;
  margin-top: 8px;
}

/* ---------- profile ---------- */
#profile-container {
  height:auto;
  }
.profile-datablock {
  margin:0 0 4px 0;
  }
.profile-data {
  display:inline;
  margin:0;
  padding:0 8px 0 0;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  margin:0 8px 0 0;
  border:1px solid #50733c;
  padding:2px;
  }
.profile-textblock {
  }
.profile-link {
  margin-top:5px;
  }
img.post-photo {
  border:1px solid #50733c;
  padding:4px;
  }

