/*   
Theme Name: Pebble Brook Farm
Theme URI: http://www.pebblebrookfarmvt.com/
Description: This is the first version of the Pebble Brook Farm Website.
Version: 1.0
Author: Chuck Burt
Author URI: http://www.chuckburt.com/
Tags: brown, green, fluid width

This theme is proprietary and owned entirely by Chip Allen Natvig for Pebble Brook Farm.

*/

@import url("reset.css");

body {
	text-align: center;
	background: #8fbefd url('/wp-content/themes/pbf/images/background-gradient.png?v=1') repeat-x scroll 0 0;
	margin: 20px 40px 50px 40px;
}

#page {
	min-width: 780px;
	overflow: hidden;
}


/* ROUNDED CORNERS */

#frameworkTl {
	background-image: url('/wp-content/themes/pbf/images/circle-brown-30px.png?v=1');
	width: 15px;
	height: 15px;
	float: left;
	font-size: 0;
}
#frameworkTr {
	background-image: url('/wp-content/themes/pbf/images/circle-brown-30px.png?v=1');
	background-position: 15px 0px;
	width: 15px;
	height: 15px;
	float: right;
	font-size: 0;
}
#frameworkBl {
	background-image: url('/wp-content/themes/pbf/images/circle-white-30px.png?v=1');
	background-position: 0px 15px;
	width: 15px;
	height: 15px;
	float: left;
	font-size: 0;
}
#frameworkBr {
	background-image: url('/wp-content/themes/pbf/images/circle-white-30px.png?v=1');
	background-position: 15px 15px;
	width: 15px;
	height: 15px;
	float: right;
	font-size: 0;
}

#pre-footer {
	width:100%; 
	height:15px; 
	background-color:white;
	margin-bottom: 15px;
}
.tl {
	background-image: url('/wp-content/themes/pbf/images/circle-white-20px.png?v=1');
	width: 10px;
	height: 10px;
	float: left;
	font-size: 0;
}
.tr {
	background-image: url('/wp-content/themes/pbf/images/circle-white-20px.png?v=1');
	background-position: 10px 0px;
	width: 10px;
	height: 10px;
	float: right;
	font-size: 0;
}
.bl {
	background-image: url('/wp-content/themes/pbf/images/circle-white-20px.png?v=1');
	background-position: 0px 10px;
	width: 10px;
	height: 10px;
	float: left;
	font-size: 0;
}
.br {
	background-image: url('/wp-content/themes/pbf/images/circle-white-20px.png?v=1');
	background-position: 10px 10px;
	width: 10px;
	height: 10px;
	float: right;
	font-size: 0;
}


/* END ROUNDED CORNERS */

#header {
	background: #c2915f url('/wp-content/themes/pbf/images/header-background-gradient.png?v=1') repeat-x;
	padding: 25px 37px 0 25px;
	text-align: left;
	vertical-align: top;
	height: 122px;
}



#logo {
	width: 100%;
	height: 92px;
	vertical-align: top;
	font: .8em Georgia, "Lucida Grande", serif;
	color: #572D03;
}

#logo img {
	float: left;
	margin-right: 10px;
}


/* Navigation */

#navWrapper {
	height: 56px;
	background: white url('/wp-content/themes/pbf/images/header-background-gradient.png?v=1') repeat-x 0 -147px;
}

#nav {
	background: none;
	float: right;
	height: 36px;
	padding: 10px 0;
	background: white;
}

#navRounder {
	background: url('/wp-content/themes/pbf/images/navRounder.png?v=1') no-repeat;
	width: 30px;
	height: 56px;
	float: right;
	font-size: 0;
}

#nav li {
	display: inline;
}

#nav li a {
	background-color: #076323;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font: 1em "Lucida Grande", sans-serif;
	font-weight: bold;
	padding: 8px 15px;
	margin-left: 5px;	
	display: block;
	float: left;
}

#nav li a:hover {
	background-color: #572D03;
}


#nav li.current_page_item a {
	background-color: #572D03;
	font-weight: bold;
}


/* End Navigation */

#content {
	min-height: 400px;
	background: white url('/wp-content/themes/pbf/images/header-background-gradient.png?v=1') repeat-x 0 -203px;
	padding: 75px 25px;
	text-align: left;
	font: 1em "Arial", sans-serif
}

#content ul, #content ol {
	padding-left: 30px;
	margin: 1em 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

#endOfPost {
	margin-bottom: 5em;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* PAGE SPECIFIC */

.photoThumb {
	border: 1px solid #c2915f;
}

.photoThumb img {
	border: 5px solid white;
}

#home .photoThumb {
	margin-left: 15px;
	float: right;
}

#photos .photoThumb, #newsletter .photoThumb {
	margin-right: 25px;
	float: left;
}

#newsletterArchive {
	margin: 0 0 15px 15px;
	float: right;
	width: 200px;
	border: 1px solid #616161;
	padding: 1em;
	font-weight: bold;
}
#newsletterArchive a {
	font-weight: normal;
}

#newsletterArchive h2 {
	font-size: 1.2em;
}

.page-template-pageofposts-php h1 {
	margin-bottom: .5em;
}

.tagline {
	font-style: italic;
	font-size: .8em;
	margin-bottom: 2em;
}