/*  
Theme Name: Plaugher Farms
Theme URI: http://wordpress.org/
Description: Custom designed for Plaugher Simmental Farms
Version: 1.1
Author: Robert Staddon
Author URI: http://www.abundantdesigns.com/

*/


* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #2C405E url(images/bg-gradient.gif) top left repeat-x;
}

/* ------------------------- General Tags and Styles ------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2.1em;
	font-weight: normal;
	font-style: italic;
	color: #5a3d1c;
}
h3 {
	font-size: 1.8em;
	color: #5a3d1c;
	border-bottom: 1px dotted #5a3d1c;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin-top: 1em;
	margin-bottom: 0px;
}
.entry h1 {
	font-size: 1.8em;
}
.entry h2 {
	font-size: 1.6em;
	font-style: normal;
	color: black;
}
.entry h3 {
	font-size: 1.5em;
	font-style: italic;
	color: black;
	border-bottom-width: 0px;
}
.entry h4 {
	font-size: 1.3em;
}
.entry h5 {
	font-size: 1.3em;
	margin-left: 30px;
}
.entry h6 {
	font-size: 1.3em;
	font-style: italic;
	margin-left: 30px;
}


p {
	margin-top: .5em;
	margin-bottom: .5em;
	font: 1.2em/1.6 Verdana, Arial, Helvetica, sans-serif;
}

blockquote {
	margin-left: 30px;
}

/* Lists */
ul, ol, dl {
	margin-left: 30px;
}
dd {
	margin-bottom: 8px;
}
li, dt, dd {
	font: 1.2em/1.6 Verdana, Arial, Helvetica, sans-serif;
}

/* Links */
a {
}
a:hover {
	color: #d09030;
}
a img, a:visited img {
	border: 2px solid #5a3d1c;
}
a:hover img {
	border: 2px solid #d09030;
}

/* Images */
img {
	border-style: none;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

img.main-image {
	padding: 16px 6px;
}

/* ------------------------- Page Structure ------------------------- */

#page {
	position: relative;
	width: 776px;
	margin: 0px auto;
	text-align: left;
}

#header {
	position: relative;
	height: 120px;
}
#content {
	width: 725px;
	padding-bottom: 8px;
	margin-bottom: 25px;
	background-color: #f4d79d;
}
#main-column {
	float: left;
	width: 565px; /* (+8px margin = 173px) Leaving 2px to play with */
	margin-left: 8px;
	display: inline; /* IE Doubled Float Margin Bug */
}
#sidebar {
	float: right;
	width: 148px;
	margin-top:124px; /* Places sidebar under picture */
	padding-top: 20px;
	padding-bottom: 50px; /* For corner cow */
}


/* ------------------------- #header ------------------------- */

#header h1 {
	position: absolute;
	left: 0px;
	bottom: -5px;
	color: #fff; font-weight: normal;
	width: 100%;
	height: 52px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/title.gif) no-repeat;
}
#header h1 strong {
	font-weight: 900;
}
#header a h1 {
	cursor: pointer;
}

.skip {
	position: absolute;
	bottom: 250px;
}

#header-image {
	position: absolute;
	right: 0px;
	top: 25px;
}


/* ------------------------- #main-nav ------------------------- */

ul#main-nav {
	float: left;
	width: 717px; /* 725px Content Width - 8px Right Margin */
	margin: 0px;
	margin-left: 8px;
	display: inline; /* IE Doubled Float Margin Bug */
	list-style: none;
	background: #db824f url(images/nav-gradiant.gif) center left repeat-x;
}
ul#main-nav li {
	float: left;
}
ul#main-nav li a {
	float: left;
	display: block;
	cursor: pointer;
	padding: 27px 12px 9px 12px;
	border-right: 1px solid #c4875d;
	color: #fff;
	font: 1.2em/1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 0.01em;
	background: #db824f url(images/nav-gradiant.gif) center left repeat-x;
}
ul#main-nav li a:hover, ul#main-nav li.current_page_item a, ul#main-nav li.current-cat a {
	color: #ffffaa;
	padding: 28px 12px 8px 12px;
	background-position: bottom left;
}


/* ------------------------- #main-column styles ------------------------- */

#welcome {
	padding: 20px 20px 16px 20px;
	background: #fff url(images/welcome-gradiant.gif) top left repeat-x;
}
#welcome h2 {
	color: #5a3d1c;
	font-size: 2.5em;	
	font-weight: normal;
	font-style: italic;
}
#welcome p {
	font: italic 1.3em/1.2em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	margin-top: 2px;
	margin-left: 2px;
}

.post {
	zoom: 1;
	padding: 15px 20px 10px 20px;
} .post:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.post h3 {
	clear: both;
}
.post h3 a {
	text-decoration: none;
}
.post h3 a:hover {
	color: #d09030;
}
.pagetitle {
	padding: 15px 20px 0px 10px;
}

.linklist {
	list-style: none;
}

p.postmetadata {
	clear: both;
}
p.single-post-metadata {
	clear: both;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: .5em;
	padding-bottom: 1em;
	border: 1px solid #d4b77d;
	border-width: 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
.nocomments {
	font-style: italic;
	padding: 0px 30px;
}

.navigation {
	zoom: 1;
	background: #fff url(images/footer-gradiant.gif) top left repeat-x;
} .navigation:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.navigation div {
	padding: 12px 10px;
}

/* ------------------------- #sidebar styles ------------------------- */



/* ------------------------- #footer ------------------------- */

#footer {
	position: relative;
	clear: both;
	zoom: 1;
	margin: 0px 8px 0px 8px;
	padding: 20px 20px 12px 20px;
	background: #fff url(images/footer-gradiant.gif) top left repeat-x;
}
#footer h3 {
	border-bottom-width: 0px;
	font-weight: normal;
	font-size: 2em;
}
#footer p {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 3px;
}
.cornercow {
	position: absolute;
	right: -8px;
	bottom: -7px;
}