/*
Theme Name: Hayfield
Theme URI: http://dregondrahl.com
Description: Wordpress Theme
Version: 1
Author: Dregond Rahl
Author URI: http://dregondrahl.com
Tags: blue, custom header, fixed width, two columns, widgets

*/

		*
		{
			padding: 0;
			margin: 0;
			border: 0;
		}
	
		body
		{
			background: transparent url(http://i47.tinypic.com/ws6adu.png) bottom repeat-x;
			font-family: Arial, Tahoma, Helvetica, sans-serif;
			font-size: 11px;
			color:#999999;
		}
		
		h1, h2, h3, h4, h5 
		{
			color: #585858;
		}
		
		p
		{
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			margin-bottom: 10px;
			line-height: 1.8em;
			text-align: justify;
		}
		
		a, a:link, a:hover
		{
			text-decoration: none;
			color: #585858;
		}
		
		h2, h2 a, h2 a:link, h2 a:hover
		{
			font-size: 23px;
		}

		li 
		{
			list-style:none outside none;
		}
	
		#wrapper
		{
			text-align:center;
			margin:0 auto;
		}

		#header-bg
		{
			background: transparent url(http://i47.tinypic.com/venlzn.png) repeat-x;
			height:267px;
		}
		
		#header
		{
			background: transparent url(http://i50.tinypic.com/iomejp.png) center no-repeat;
			height:267px;
			width:1000px;
			margin:0 auto;
			text-align: left;
		}
		
		#logo
		{
			margin-left:102px;
			position:relative;
			top:119px;
		}

		#nav-top
		{
			margin-top:-42px;
			color:#585858;
			float:left;
		}
		
		#nav
		{
			float:left;
			margin-left:620px;
			margin-top:20px;
		}
		
		#footer
		{
			background: transparent url(http://i50.tinypic.com/2d1kyh0.png) center no-repeat;
			height: 58px;
			width: 1000px;
			margin: 0 auto;
		}
		
		#main
		{
			width: 1000px;
			margin: 0 auto;
		}
		
		#content
		{
			float:left;
			padding-bottom: 20px;
			text-align:left;
		}
		
		#content-holder
		{
			border-right: 1px solid #ededed;
			padding-right:25px;
			width:600px;
		}
		
		#sidebar
		{
			padding-left:20px;
			padding-bottom: 20px;
			text-align:left;
			width:350px;
			float:left;
		}
		
		#sidebar ul 
		{
			list-style-type:none;
		}
		
		#sidebar ul li 
		{
			margin-bottom:20px;
		}

		#widget_flickr a img
		{
			border:2px solid #E4E4E4;
			width:63px;
			height:63px;
		}
		
		.post
		{
			margin-bottom:20px;
		}
		
		.post-auth
		{
			font-weight:bold;
			color:#a75a14;
			font-size:11px;
			display:block;
			margin-top:6px;
		}
		
		.post-left
		{
			background: transparent url(http://i46.tinypic.com/29orgoy.png) no-repeat;
			color:#FFFFFF;
			padding-top:4px;
			width:72px;
			height: 63px;
			float:left;
			text-align:center;
			text-shadow:1px 1px 1px #3A3F42;
		}
		
		.post-right
		{
			padding:4px 7px;
			width:500px;
			float:left;
		}
		
		.post-month
		{
			font-weight: bold;
			font-size: 10px;
			margin-left:-11px;
		}
		
		.post-date
		{
			font-size:25px;
			line-height:1em;
			margin-left:-11px;
		}
		
		.postmetadata
		{
			text-align:right;
			padding:10px 0;
		}
		
		.entry
		{
			margin-left:80px;
			clear:both;
		}
		
		.fix
		{
			clear:both;
		}
		
		.button
		{
			background: transparent url("http://i47.tinypic.com/23kryg3.png") no-repeat;
		}
		
		.button a
		{
			text-shadow:2px 2px 3px #999999;
			text-align:center;
			display:block;
			padding:12px 0;
			width:92px;
		}
		
		.alignleft
		{
			float:left;
		}
		
		.alignright
		{
			float:right;
		}
		
