/*
 Theme Name: Oak Shade Farm
 Theme URI: http://www.oakshadefarm.net/
 Description: Custom WordPress theme created by Joe Gilbert designed for Oak Shade Farm.
 Author: Joe Gilbert
 Author URI: http://www.joe-gilbert.com 
 Version: 1.5
 Tags: Custom, fixed width, two columns

	Oak Shade Farm, v1.5
	 http://oakshadefarm.net

	This theme was designed and built by Joe Giblert,
	whose portfolio you will find at http://joe-gilbert.com/ 
*/

/*--------------------Reset--------------------*/
html, body, div, a, h1, h2, h3, h4, h5, h6, ul, li{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	font-size: 100%;
}

/*--------------------Body--------------------*/
html, body{
	background: #311C0f url('images/bg.jpg') repeat-x scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#D0B16E;
	font-size:14px;	
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100%
}

/*--------------------Comments--------------------*/
.commentlist li{
	border-bottom: 2px solid #24150B;
	margin-bottom: 10px;
	width: 400px;
}

.commentlist a:link{
	color: #8E6428;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}

.commentlist a:hover{ color: #D0B16E;}

/*--------------------Contact--------------------*/
a.map{
	background: url('images/map.jpg') no-repeat;
	height: 300px;
	width: 400px;
	text-indent: -9999px;
}

.info{ width: 300px;}

ul.address{
	list-style: none;
	margin-left: 10px;
}

/*--------------------Content--------------------*/
#content{
	float: left;
	position: relative;
	top: -30px;
	width: 600px;
}

#newerpost{
	float: left;
	height: 48px;
	width: 196px;
}

#newerpost a{
	display: block;
	height: 48px;
	width: 196px;
	text-indent: -9999px;
}

#newerpost p{
	background: url('images/newerpost.jpg') no-repeat;
	display: block;
	height: 48px;
	position: relative;
	top: -25px;
	width: 196px;
}

#newerpost p:hover{background: url('images/newerpost.jpg') 0px -48px no-repeat;}

#oldpost{
	float: right;
	height: 48px;
	width: 186px;
}

#oldpost a{
	display: block;
	height: 48px;
	width: 186px;
	text-indent: -9999px;
}

#oldpost p{
	background: url('images/olderpost.jpg') no-repeat;
	display: block;
	height: 48px;
	position: relative;
	top: -25px;
	width: 186px;
}

#oldpost p:hover{background: url('images/olderpost.jpg') 0px -48px no-repeat;}

#page_content{
	margin: 0 auto;
	position: relative;
	top: -30px;
	width: 750px;
}

.commentLink{color:#8E6428; margin-left: 5px; font-style: italic; text-decoration: none;}
.commentLink:hover{color:#D0B16E; font-style: italic;}

.date{
	background: #8E6428;
	float: left;
	height: 47px;
	margin-right: 5px;	
	width: 47px;
}

.date h4{
	color: #311C0F;
	font-size: 20px;
	line-height: 20px;
	margin-top: 5px;
	text-align: center;
}

.entry{margin: 5px 0px;}

.pagepost{
	margin-bottom: 30px;
	width: 750px;
}

.post{
	border-bottom: 4px dotted #D0B16E;
	margin: 10px 0px;
	padding: 5px 0px 15px;
	width: 600px;
}

.title{clear: both;}

.title a.h2{
	color:#D0B16E;
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
}

.title a.h2:hover{color:#8E6428;}

/*--------------------Footer--------------------*/
#footer{
	bottom: 0;
	background: #D0B16E;
	border-left: #E7D1A2 solid 10px;	
	border-right: #E7D1A2 solid 10px;
	border-top: #E7D1A2 solid 10px;
	clear: both;
	color: #311C0F;
	height: 37px;
	margin: auto;
	width: 780px;
}

#footer a, #footer p{ padding: 10px 5px 0px; margin: 0px; text-decoration: none;}
#footer a:link, #footer a:active, #footer a:visited{ color: #311C0F; float: right;}
#footer a:hover{color: #406F1E;}

/*--------------------Header--------------------*/
#logo{
	left: -50px;
	position: relative;
}

#logo h1{
	width: 533px;
	height: 137px;
	background: url('images/logo.jpg') no-repeat;
	text-indent: -9999px;
}

#panoramic{
	background: #D0B16E url('images/panoramic.jpg') no-repeat center;
	border: #E7D1A2 solid 10px;
	height: 240px;
	width: 780px;
}
/*--------------------Image--------------------*/
img.alignleft{
	float: left;
	margin: 0px 5px 5px 0px;
}

img.alignright{
	float: right;
	margin: 0px 0px 5px 5px;
	display: inline;
}

/*--------------------Nav--------------------*/
#navigation{
	background: url('images/navshadow.jpg') no-repeat center;
	height: 87px;
	margin: auto;
	width: 607px;
}

#nav, #nav ul{
	line-height: 34px;
	list-style-type:none;
	list-style-position:outside;
	margin: auto;
	position:relative;
	width: 485px;
	z-index: 100;
}

#nav a:link, #nav a:active, #nav a:visited{
	background: url('images/nav-bg.jpg') repeat-x scroll;
	color: #311C0F;
	display:block;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 6px;
	text-decoration: none;
}

#nav a:hover{color:#ffffff;}
#nav li{float:left; position:relative;}
#nav ul{ display:none; position:absolute; width:9em; top:34px;}
#nav li ul a:link, #nav li ul a:active, #nav li ul a:visited{ background:#8e7648; float:left; font-size: 12px; width:9em;}
#nav li:hover ul{display:block;}

/*--------------------Recent Post--------------------*/
.column{
	float: left;
	position: relative;
	width: 170px;
}

.recentContainer{
	margin: 20px auto;
	width: 300px;
	padding-left: 160px;
	padding-right: 160px;
}

a.recentContainerCat{
	color: #8E6428;
	font-size: 19px;
	font-weight: bold;
	text-decoration: underline;
}

a.recentContainerCat:hover{
	color:#D0B16E;
}

.galleryHead{
	border: #E7D1A2 solid 10px;
	height: 160px;
	width: 160px
}

.galleryHead:hover{
	border: #D0B16E solid 10px;
}

.galleryHead img{
	border: none;
	height: 160px;
	width: 160px;
}

.recentEntry{
	margin: 0px 55px 0px;
}

.recentEntryLeft{
	margin-left: -160px;
}

.recentEntryRight{
	margin-right: -160px;
}

ul.recentPost{ list-style: none; margin-top: 5px;}
ul.recentPost li{ margin-bottom: 4px;}
ul.recentPost li a{ line-height: 15px; display: block; padding: 2px 5px; text-decoration: none;}
ul.recentPost li a:link, ul.recentPost li a:active, ul.recentPost li a:visited{ color: #D0B16E;}
ul.recentPost li a:hover{ background: #24150B;}

/*--------------------Sidebar--------------------*/
#sidebar{
	border-left: 2px solid #24150B;
	float: right;
	font-size: 11px;
	padding: 0px 5px 15px 10px;
	text-align: left;
	width: 160px;
}

.sidebarGallery{
	border: #E7D1A2 solid 5px;
	height: 140px;
	margin-bottom: 20px;
	width: 140px
}

.sidebarGallery:hover{
	border: #D0B16E solid 5px;
}

.sidebarGallery img{
	border: none;
	height: 140px;
	width: 140px;
}
#sidebar h2{
	font-size: 20px;
	margin-bottom: 5px;
	text-decoration: underline;
}

#sidebar ul{ list-style: none;}
#sidebar ul li{ margin-bottom: 4px;}
#sidebar ul li a{ line-height: 15px; display: block; padding: 2px 5px; text-decoration: none;}
#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited{ color: #D0B16E;}
#sidebar ul li a:hover{ background: #24150B;}

/*--------------------Wrapper--------------------*/
#wrapper{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: auto;
	width: 800px;
}

/*--------------------Random Classes--------------------*/
.center{ text-align: center;}
.italic{ font-style: italic;}
.left{ display: inline; float: left;}
.right{ display: inline; float: right;}
.clearfix{ clear: both;}

/*--------------------Text Formatting--------------------*/
h2{
	color:#D0B16E;
	font-size: 35px;
	font-weight: bold;
	text-decoration: underline;
}

h3{
	color:#D0B16E;
	font-size: 20px;
	margin-top: 15px;
	text-decoration: none;
}

h5{
	color:#8E6428;
	font-style: italic;
	font-size: 10px;
	margin-left: 10px;
	text-decoration: none;
}

strong{
	font-weight: bold;
	margin-bottom: 5px;
}

p{padding: 0px 5px;}

a:link, a:active, a:visited{ color: #8E6428;}
a:hover{ color: #D0B16E;}
