/*
Theme Name: Chickens
Theme URI: http://www.greeneatsblog.com/
Description: Chickens!
Version: 1.2a
Author: Tyler A Walters
Author URI: http://www.stroszek.com/

Changes: Fixed display of Archive links and category links; Fixed post display to show italics and bold
*/


/* --------------------------------------- */
/*                 General                 */
/* --------------------------------------- */
body {
	background-color: #eee;
	font: normal normal normal 62.5%/1 Helvetica, Arial, Verdana, sans-serif;
	}
a {
	color: #0058c3;
	text-decoration: none;
	}
a:focus,
a:hover {
	text-decoration: underline;
	}
hr {
	border: 0;
	clear: both;
	margin: 0;
	padding: 0;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}

	




/* ----------------------------------------- */
/*                 Container                 */
/* ----------------------------------------- */

#container {
	background: #fff;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	margin: 0 auto 32px;
	width: 966px;
	}
	




/* -------------------------------------- */
/*                 Header                 */
/* -------------------------------------- */
#header {
	height: 336px;
	margin-left: -1px;
	padding-right: 48px;
	text-indent: -9999px;
	width: 968px;
	}
#header h1 {
	background: #eee url(styles/greeneats.png) left top no-repeat;
	height: 336px;
	width: 968px;
}
#header a {
	color: #fff;
	display: block;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 55px;
	height: 336px;
	text-transform: lowercase;
	width: 968px;
	}
	




/* ----------------------------------------- */
/*                 Hero Spot                 */
/* ----------------------------------------- */
#hero {
	clear: both;
	margin: 0 0 0 -48px;
	padding: 0 48px;
	position: relative;
	width: 968px;
	}
#hero h3 {
	color: #fff;
	font-size: 32px;
	margin-top: 0;
	padding: 32px;
	}
#hero h3 a {
	text-decoration: none;
	padding: 32px 32px 32px 0;
	}
	
#hero p.date {
	border-color: #fff;
	color: #fff;
	}
#hero .article blockquote {
	border-color: #fff;
	}
#hero .article p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
	}
#hero .metadata {
	bottom: 0;
	float: right;
	position: absolute;
	right: 80px;
	top: 96px;
	width: 168px;
	}
#hero .links a {
	color: #fff;
        font-size: 16px;
	text-transform: uppercase;
	}
#hero .links span {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 36px;
	}
#hero .links a {
	color: #fff;
	line-height: 20px;
	}
	#hero .links a:focus,
	#hero .links a:hover,
	#hero .categories a:focus,
	#hero .categories a:hover {
		text-decoration: underline;
		}
	#hero .links a span:focus,
	#hero .links a span:hover {
		text-decoration: underline;
		}
#hero .categories {
	bottom: 32px;
	position: absolute;
}
#hero .categories h4 {
	color: #fff;
	line-height: 16px;
	}
#hero .categories li {
	margin-top: 4px;
	}
#hero ul a{
	text-decoration: none;
	}
#hero a {
	color: #fff;
	text-decoration: underline;
	}
	




/* -------------------------------------------- */
/*                 Entries Area                 */
/* -------------------------------------------- */
#entries {
	float: left;
	margin-left: -48px;
	padding-left: 48px;
	padding-top: 32px;
	width: 660px;
	}
	




/* ------------------------------------- */
/*                 Entry                 */
/* ------------------------------------- */
.entry {
	padding: 0 0 64px 32px;
	width: 628px;
	}
.entry h3,
.comments h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	line-height: 32px;
	padding: 0 0 16px;
	}
.entry p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
	}
.entry blockquote {
	border-left: 2px solid #000;
	padding-left: 15px;
	margin-left: 15px;
	}
.entry img {
       border: 1px solid #ccc;
       max-height: auto;
       max-width: 628px;
       }
.entry ul,
.entry ol {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
       }

.entry p.date {
	border: 4px solid #000;
	display: block;
	float: left; 
	height: 60px;
	padding-top: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 68px;
	}
.entry p.date span {
	display: block;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 32px;
	margin-top: 6px;
	}
	
.entry .article {
	margin-left: 92px;
	width: 536px;
	}

.entry .metadata {
	font-size: 12px;
	line-height: 16px;
	margin-left: 92px;
	}
	
.entry .links,
.entry .categories {
	float: left;
	width: 168px;
	margin-right: 16px;
	}
.entry .links {
	text-transform: capitalize;
	}
.entry .categories {
	}
	




/* -------------------------------------- */
/*                 Paging                 */
/* -------------------------------------- */
.paging {
	border-top: 1px dotted #666;
	font-size: 12px;
	line-height: 16px;
	margin: 15px 0 32px 124px;
	padding-top: 16px;
	width: 536px;
	}
.paging a {
	display: block;
	}
.paging a.previous {
	float: left;
	}
.paging a.next {
	float: right;
	}
	




/* --------------------------------------- */
/*                 Sidebar                 */
/* --------------------------------------- */
#sidebar {
	float: right;
	margin: 32px 32px 0 0;
	width: 168px;
	}
#sidebar h5 {
	color: #666;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 16px;
	}
#sidebar p {
	font-size: 11px;
	line-height: 16px;
	}
#sidebar form {
	margin-bottom: 32px;
	}
#sidebar input {
	background: #eee;
	border-color: #666;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	color: #666;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	padding: 3px 4px 4px 4px;
	width: 165px;
	-khtml-border-top-colors: #666 #ccc;
	-khtml-border-left-colors: #666 #ccc;
	-moz-border-top-colors: #666 #ccc;
	-moz-border-left-colors: #666 #ccc;
	-webkit-border-left-colors: #666 #ccc;
	-webkit-border-top-colors: #666 #ccc;
	}
#sidebar a {
	font-size: 11px;
	line-height: 12px;
	}
#sidebar li {
	margin-top: 4px;
	}
#sidebar ul {
	margin-bottom: 32px;
	}
	




/* -------------------------------------------- */
/*                 Comment Form                 */
/* -------------------------------------------- */
.entry #respond div input,
.entry #respond textarea {
	background: #eee;
	border-color: #666;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 16px;
	padding: 3px 4px 4px 4px;
	width: 314px;
	-khtml-border-top-colors: #666 #ccc;
	-khtml-border-left-colors: #666 #ccc;
	-moz-border-top-colors: #666 #ccc;
	-moz-border-left-colors: #666 #ccc;
	-webkit-border-top-colors: #666 #ccc;
	-webkit-border-left-colors: #666 #ccc;
	}
.entry #respond textarea {
	width: 628px;
	}
.entry #respond div label {
	display: block;
	font-size: 1.2em;
	margin-bottom: 4px;
	}
	




/* ---------------------------------------- */
/*                 Comments                 */
/* ---------------------------------------- */
ol.commentlist {
   margin-bottom: 48px;
}
li.comment {
   margin-bottom: 32px;
}
div.comment-author {
   font-family: Georgia, Times, "Times New Roman", serif;
   font-size: 16px;
   }
li.comment p.date {
   border-color: #999;
   border-width: 2px;
   color: #999;
   height: 44px;
   margin-left: 28px;
   padding-top: 4px;
   width: 48px;
}
li.comment p.date span {
   font-size: 24px;
   margin-top: 0;
}
div.comment-body {
   margin-left: 92px;
}
div.comment-body a.comment-edit-link {
   display: block;
   margin-top: -16px;
}