/*
Theme Name: Wellington Farm
Description: Built off the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Matt Friedman
Author URI: http://www.frame25productions.com/

	Wellington Farm

*/



/* Begin Typography & Colors */

a {
	color: #1B509E;
	text-decoration: none;
}
a:visited {
	color: #364F74;
}
a:hover, a:active {
	color: #5991E3;
	text-decoration: none;
}

.alt {
	background-color: #E9EEF3;
	border-top: 1px solid #6C8FB7;
	border-bottom: 1px solid #6C8FB7;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* -------------------------------------
  OVERALL DESIGN TEMPLATE
 ------------------------------------- */

body {
	background: url('images/tileBG.gif') repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#topGradient {
	background: url('images/topgradientBG.jpg') 0 0 repeat-x;
	overflow: visible;
}
#MainWrapper {
	width: 910px;
	margin: 0 auto;
}
#HeaderArea {
	width: 910px;
	height: 166px;
	background: url('images/horseheaderBG.gif') 0 0 no-repeat;
	overflow: hidden;
}
	#sitetitle {
		width: 656px;
		height: 141px;
		background: url('images/siteheader.jpg') 0 0 no-repeat;
		margin: 16px 0 0 91px; /* If the banner is offset from sides */
	}
	#sitetitle a {
		overflow: hidden; font-size: .1em; line-height: 1000px;
	}
	#navigation {
		width: 910px;
		height: 53px;
		background: url('images/navtabs_blankBG.jpg') 0 0 no-repeat;
		overflow: hidden;
	}
	
#ContentArea1 {
	width: 910px;
	background: url('images/columnBG.jpg') 0 0 repeat-y;
	overflow: hidden;
}
#ContentArea2 {
	width: 910px;
	background: url('images/columnTopBG.jpg') 0 0 no-repeat;
	overflow: hidden;
}
#ContentArea3 {
	width: 910px;
	background: url('images/columnBottomBG.gif') bottom left no-repeat;
	overflow: hidden;
	min-height: 400px;
	padding-bottom: 35px;
}
#ContentAreaBottomCap {
	width: 910px;
	height 46px;
	background: url('images/columnBottomBGCap.gif') 0 0 no-repeat;
	overflow: hidden;
}
	/* Contains the exact white column space */
	.marginContent {
		margin: 0 69px 0 69px;
		overflow: hidden;
	}
	/* Meant to go inside the above for full-page (no sidebar) content */
	.paddedContent {
		margin: 0 30px 0 30px;
		overflow: hidden;
	}

#sidebar {
	/* See section below */
}

#rightContent {
	margin: 30px 0 20px 260px;
	width: 487px; /* necessary for Opera for some reason - also, if we have right margin instead of width, IE drops the float down */
}
#FooterArea {
	font-size: 93%; 
	text-align: center;
	color: #3478BC;
	padding-bottom: 15px;
}
#FooterArea a {
	color: #5291CF;
	font-weight: bold;
	text-decoration: none;
}
#FooterArea a:hover {
	color: #84B0DD;
}

/* -------------------------------------
  CONTENT AND SPECIALTY PAGES
 ------------------------------------- */

div.sitePage {
	font-size: 123.1%;
}

	div.sitePage h1 {
		font-size: 1.6em !important;
		color: #906241 !important;
		font-style: italic !important;
		font-weight: normal !important;
		text-align: center !important;
		margin: 1em 0 !important;
		padding: 0 !important;
	}
h1.pagetitle {
	font-size: 1.4em !important;
	color: #906241 !important;
	font-style: italic !important;
	font-weight: normal !important;
	text-align: center !important;
	margin: 1em 0 !important;
	padding: 0 10px 4px 10px !important;
	border-bottom: 1px solid #906241;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* -------------------------------------
  PRIMARY NAVIGATION LINKS
 ------------------------------------- */

/*	This uses float:left lists with background images in the A tags.
		There is only ONE background image and it uses left and right
		offsets for the mouseovers. */

	#navigation ul, #navigation li {
		list-style: none !important;
		margin:0; padding:0;
		height: 53px;
	}
	#navigation li {
		float: left; overflow: hidden;
	}
	#navigation li a {
		overflow: hidden; font-size: .1em; line-height: 1000px; height: 53px;
	}
	#navigation li.nav_home {
		width: 150px;
		margin-left: 55px;
	}
		#navigation li.nav_home a {
			display: block;
			background: url('images/navtabs_BG.jpg') 35px 0 no-repeat;
			width: 150px;
			height: 53px;
			overflow: hidden;
		}
		#navigation li.nav_home a:hover {
			background-position: 35px -53px;
		}
	#navigation li.nav_news {
		width: 100px;
	}
		#navigation li.nav_news a {
			display: block;
			background: url('images/navtabs_BG.jpg') -115px 0 no-repeat;
			width: 100px;
			overflow: hidden;
		}
		#navigation li.nav_news a:hover, body.body_news #navigation li.nav_news a {
			background-position: -115px -53px;
		}
	#navigation li.nav_services {
		width: 115px;
	}
		#navigation li.nav_services a {
			display: block;
			background: url('images/navtabs_BG.jpg') -215px 0 no-repeat;
			width: 115px;
			overflow: hidden;
		}
		#navigation li.nav_services a:hover, body.body_services #navigation li.nav_services a {
			background-position: -215px -53px;
		}
	#navigation li.nav_gallery {
		width: 115px;
	}
		#navigation li.nav_gallery a {
			display: block;
			background: url('images/navtabs_BG.jpg') -215px 0 no-repeat;
			width: 115px;
			overflow: hidden;
		}
		#navigation li.nav_gallery a:hover, body.body_gallery #navigation li.nav_gallery a {
			background-position: -215px -53px;
		}
	#navigation li.nav_horses {
		width: 100px;
	}
		#navigation li.nav_horses a {
			display: block;
			background: url('images/navtabs_BG.jpg') -330px 0 no-repeat;
			width: 100px;
			overflow: hidden;
		}
		#navigation li.nav_horses a:hover, body.body_horses #navigation li.nav_horses a {
			background-position: -330px -53px;
		}
	#navigation li.nav_about {
		width: 125px;
	}
		#navigation li.nav_about a {
			display: block;
			background: url('images/navtabs_BG.jpg') -430px 0 no-repeat;
			width: 125px;
			overflow: hidden;
		}
		#navigation li.nav_about a:hover, body.body_about #navigation li.nav_about a {
			background-position: -430px -53px;
		}
	#navigation li.nav_contactus {
		width: 155px;
	}
		#navigation li.nav_contactus a {
			display: block;
			background: url('images/navtabs_BG.jpg') -555px 0 no-repeat;
			width: 155px;
			overflow: hidden;
		}
		#navigation li.nav_contactus a:hover, body.body_contactus #navigation li.nav_contactus a {
			background-position: -555px -53px;
		}

/* -------------------------------------
  WORDPRESS ELEMENTS
 ------------------------------------- */

.clear { clear: both; 
}
p img { max-width: 100%; }

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

/*	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; }

acronym, abbr, span.caps { cursor: help; }

acronym, abbr { border-bottom: 1px dashed #999; }

blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }

blockquote cite { margin: 5px 0 0; display: block; }

.center { text-align: center; }

hr { display: none; }

a img { border: none; }

.navigation { display: block; height: 26px; text-align: center; margin-top: 10px; margin-bottom: 20px; padding: 4px; overflow: visible; }
	.navigation .nav1 { background: url('images/recessedBox-L.gif') left top no-repeat; overflow: visible; height: 26px; }
	.navigation .nav2 { background: url('images/recessedBox-R.gif') right top no-repeat; overflow: visible; height: 26px; padding: 6px 6px 0 6px; }
	.navigation a { color: #9F7835; }
	.navigation a:hover { color: #D89E47; }
	
/* -------------------------------------
	IMAGE GALLERY
 ------------------------------------- */

/* Rules marked important are the ones written into the body of the post by WordPress and so must be overridden */

.gallery { 
	background-color: #FBF7F0; padding: 6px 6px 2px 6px; border: 2px solid #ECD5B9;
	margin: 1em auto !important;
	clear: both;
}
.gallery-item {
	float: left !important;
	margin: 10px 0 0 0 !important;
	text-align: center !important;
	width: 33% !important;
}
.gallery-item:hover {
	background-color: #F7EDDD;
}
.gallery img {
	border: 2px solid #6C5224 !important;
}
.gallery img:hover {
	border: 2px solid #B07722 !important;
}
.gallery-caption {
	margin-left: 0 !important;
	font-size: 85%; /* 11 px */
	color: #8B7A38;
	padding-top: 4px;
}

/* Rules for the standalone attachment page when clicking on a gallery image */
div.imageAttachment {	padding: 10px; border: 2px solid #ECD5B9; background-color: #FBF7F0; }
div.imageAttachment .caption { text-align: center; padding: 8px 8px 0 8px; }

div.imageNavigation { background-color: #FBF7F0; padding: 6px; border: 2px solid #ECD5B9; overflow: hidden; margin-bottom: 15px; }
div.imageNavigation img { border: 2px solid #6C5224; overflow: hidden; }
div.imageNavigation img:hover { border: 2px solid #B07722; }
div.imageNavigation .nav2 { overflow: hidden; position:relative; }
div.imageNavigation .galleryLegend { width: 300px; margin: -1em 0 0 -150px; position: absolute; top: 50%; left: 50%; text-align: center; color: #D8A756; }

/* -------------------------------------
	POST OVERALL THEMING
 ------------------------------------- */

.post {
	margin: 0 0 20px;
	padding-bottom: 3px;
	border-bottom: 2px dotted #CBA57A;
	overflow: hidden;
	}

.singlepost {
	border-bottom: none;
}

.dateAndTitle {
	overflow: hidden;
	margin-bottom: 25px;
}

div.blogEntryDateBox {
	float: left;
	width: 85px;
	height: 74px;
	overflow: hidden;
	top: 10px;
	left: 0;
	background: url('images/plaqueBG.png') center center no-repeat;
	behavior: url('/iepngfix.htc'); /* fucking IE */
	text-align: center;
}
	div.dateMonth {
		color: #000;
		font-size: 116%;
		margin: 8px 0 -5px -4px;
	}
	div.dateDay {
		color: #F3ECDE;
		font-weight: bold;
		font-size: 182%;
		margin: 0 0 -5px -4px;
	}
	div.dateYear {
		color: #F3ECDE;
		font-size: 108%;
		margin: 0 0 0 -4px;
	}

.entryTitleWrapper1 {
	margin-left: 100px;
}
.entryTitleWrapper1 h2 {
	font-size: 153.9%;
	font-style: italic;
	font-weight: normal;
	margin: 1em 0;
	padding: 0;
}
.entryTitleWrapper1 h2 a {
	color: #906241;
	text-decoration: none;
}
.entryTitleWrapper1 h2 a:hover {
	text-decoration: underline;
}

.entry {
	margin: 0 10px 0 0; overflow: hidden;
}
.entry p {
	line-height: 1.4em !important;
}

.commentslink {
	background: url('images/commentsballoon11x10.gif') left center no-repeat;
	padding: 4px 4px 4px 15px;
}

#ContentArea1 .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#ContentArea1 .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	padding-top: 5px;
	border-width: 1px 0 0 0;
	text-align: right;
}

.singlepostmetadata {
	color: #6C8FB7;
	padding: 5px;
	border: 1px solid #BBCDEE;
	border-width: 1px 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 10px !important;
	background-color: #E9EEF3;
	clear: both;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.editPostLink a {
	padding: 10px;
	margin: 10px;
	display: block;
	font-size: 123.1%;
	color: #387ACB;
	background-color: #E9EEF3;
	border: 1px dashed #BBCDEE;
	text-align: center;
}
.editPostLink a:hover {
	background-color: #BDD8F9;
}

/* -------------------------------------
	POST CONTENT THEMING
 ------------------------------------- */

#rightContent hr {
	display: block !important; /* counters default display none */
	background: url('images/ropelineDivider.png') top center no-repeat;
	border: none !important;
	width: 362px;
	height: 12px;
	margin: 1.8em auto;
}

.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
	color: #723811;
}
.entry li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.entry blockquote {
	border-left: 6px solid #E3DBBB;
}

/* -------------------------------------
  POST EMBEDDED IMAGES AND CAPTIONS
 ------------------------------------- */

.size-thumbnail, .size-medium, .size-full {
	border: none;
}
.sitePage img {
	border: none;
}
.wp-caption-text {
	text-align: center;
	font-size: 85%; /* 11 px */
	color: #8B7A38;
	padding-top: 4px;
}

/* -------------------------------------
	COMMENT THEMING
 ------------------------------------- */

h3#respond {
	font-size: 1.4em;
	color: #906241;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 1em 0;
	padding: 0 10px 4px 10px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* -------------------------------------
	CALENDAR THEMING
 ------------------------------------- */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* -------------------------------------
	SIDEBAR
 ------------------------------------- */

#sidebar {
	float: left;
	width: 240px;
	margin: 0 0 35px 7px;
}
#addressbox1 {
	width: 243px;
	background: url('images/addressboxBGbottom.gif') left bottom no-repeat;
	overflow: hidden;
}
#addressbox2 {
	width: 243px;
	background: url('images/addressboxBGtop.jpg') 0 0 no-repeat;
	overflow: hidden;
}
p.phonenumber {
	margin: 40px 20px 15px 30px;
	font-size: 197%;
	color: #723811;
}
p.address {
	margin: 15px 20px 35px 30px;
	font-size: 123.1%;
	line-height: 1.3em;
	color: #9f8c4c;
}

#wordpressSidebar {
	padding: 0 20px 0 10px;
}
#wordpressSidebar ul {
	list-style: none;
	padding: 0; margin: 0;
}
#wordpressSidebar ul li {
	list-style: none;
	padding-left: 10px; margin: 0;
}
#wordpressSidebar ul li ul li {
	font-size: 116%; /* (15 px) */
}
#wordpressSidebar h2 {
	font-size: 138.5%; /* (18 px) */
	color: #5F4820;
	padding-bottom: 5px;
	margin: 1em 0 8px -12px;
	border-bottom: 1px solid #5F4820;
}
li.widget {
	margin-bottom: 15px !important;
}
#archives h2, #better-recent-posts h2 {
	background: url('images/archivePlaqueHeader.jpg') top left no-repeat;
	overflow: hidden; font-size: .1em; line-height: 1000px; 
	width: 224px; height: 67px;
	padding: 0;
	border: none !important;
}
#better-recent-posts ul li {
	padding: 0 !important;
	margin-bottom: 6px;
}
#better-recent-posts h2 {
	background: url('images/newsPlaqueHeader.jpg') top left no-repeat;
}
div.recentpostWidget {
	background: url('images/itemParchmentBGtile.gif') top left repeat;
	padding: 10px;
	overflow: hidden;
}
.recentpostWidget a {
	line-height: 0.9em;
	color: #a17a04;
}
.recentpostWidget a:hover {
	text-decoration: underline;
	color: #C46B31;
}
div.recentpostWidgetExcerpt p {
	margin: 10px 0 8px 0;
	font-size: 69.2% !important; /* (9 px) */
	line-height: 1.1em;
	text-align: justify;
}
div.recentpostWidgetMore a {
	display: block;
	text-align: right;
	font-size: 85%; /* (10 px) */
	padding-right: 25px;
	background: url('images/readmoreBullet.gif') right center no-repeat;
}

/* -------------------------------------
  FORMS
 ------------------------------------- */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	background: url('images/yellowish_formshadow.gif') top left no-repeat;
	width: 130px;
	padding: 2px;
	border: 1px solid #DCD7B8;
	}

#sidebar #searchsubmit {
	padding: 1px;
	border: 1px solid #C2B983;
	color: #9F7835;
	background: #EFE2C9;
	}
#sidebar #searchsubmit:hover {
	color: #6C5224;
	border: 1px solid #9F7835;
	background: #F8F1E7;
	cursor: pointer;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
input#author, input#email, input#url, textarea#comment {
	background: url('images/yellowish_formshadow.gif') top left no-repeat;
	border: 1px solid #DCD7B8;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	background: url('images/yellowish_formshadow.gif') top left no-repeat;
	border: 1px solid #DCD7B8;
	width: 450px;
}
.contact_submitbutton {
	padding: 10px 30px;
}

/* -------------------------------------
  SPECIALTY ELEMENTS
 ------------------------------------- */
 

/* -------------------------------------
	SPECIAL SIDE-BY-SIDE LINK BOXES
 ------------------------------------- */

.sideBySideBoxes {
	overflow: hidden;
	margin: 1em 0 2em 0;
}
.sideBySideBoxes ul, .sideBySideBoxes li {
	overflow: hidden; list-style: none; padding: 0; margin: 0;
}

.sideBySideBoxes li {
	margin: 0 2px;
	float: left;
	width: 153px;
	height: 300px;
	overflow: hidden;
}
.sideBySideBoxes li	a {
	display: block;
	width: 153px;
	height: 300px;
	overflow: hidden; font-size: .1em; line-height: 1000px;
}
	.sideBySideBoxes .box_1 {
		background: url('images/horseNavBox1_BG.jpg') 0px 0px no-repeat;
	}
	.sideBySideBoxes .box_2 {
		background: url('images/horseNavBox2_BG.jpg') 0px 0px no-repeat;
	}
	.sideBySideBoxes .box_3 {
		background: url('images/horseNavBox3_BG.jpg') 0px 0px no-repeat;
	}
	.sideBySideBoxes a:hover {
		background-position: 0px -300px;
	}


