/*
Theme Name: On the Field (customized)
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: custom
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: url(images/background-body.jpg) repeat;
	font: 12px Arial , sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: #003C68;
}
a:hover {
	color: #974C2D;
}

a:visited {
color: #003C68;
}

a strong {
color: #003C68 !important;
}


br {
	clear: both;
	margin-bottom: 0px;
}
hr {
	background:#BFBFBF;
	color:#BFBFBF;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	border:none;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------

 Section Properties Begin
 
 -----------------------------------------------------------------------------*/



/* wrapper -------------------------------------------------------------------*/

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 150px;
	background: no-repeat top left url(images/photos.jpg);
}

/* header -------------------------------------------------------------------*/

#header {
	position: relative;
	height: 100px;
}
		#header #search {
			position: absolute;
			top: 50px;
			height: 20px;
			right: 0px;
		
			width: 300px;
			}
		#header #search input {
			vertical-align: middle;
			}
		#header #search #text {
			width: 260px;
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #C5C5C5;
			padding: 2px;
			border: 1px solid #FFFFFF;
			}
		#header #search #text:focus {
			border: 1px solid #DADADA;
			color: #221F20;
			}
		#header #rss {
			position: absolute;
			top: 20px;
			height: 20px;
			right: 0px;
			width: 300px;
			}
			#header #rss li {
			background: url(images/rss_logo.png) no-repeat left center;
			padding-left: 20px;
			list-style: none;
			}
		#header #rss a {
			color: #E5E5E5;
			font: 10px Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			text-decoration: none;
			letter-spacing: 2px;
			}
		#header #rss a:hover {
			color: #FFFFFF;	
			}
		
/* navigation -------------------------------------------------------------------*/

#navbar {
	position:relative;
	height: 35px;
	background: #002e4f url(images/background-navbar.jpg) repeat-x;
	border-top: 3px solid #003C68;
}
#nav-sub {
	height: 37px;
	background: #003C68;
}
		ul#nav {
			margin: 0px;
			padding: 0px;
			list-style: none;			
			}
		ul#nav a {
			color: #FFFFFF;
			font: 12px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: .25em;
			text-decoration: none;
			}
		ul#nav a:hover {
			color: #FFFFFF;
			}
		ul#nav li {
			float: left;
			padding: 11px 15px;
			border-right: 2px solid #003C68;	
			}
		ul#nav li:hover, ul#nav li.current_page_item {
			background: #003C68;	
			}
		ul#nav li ul {
			position:absolute;
			top:35px;
			left:0;
			width:100%;
			list-style:none;
			display:none;
			}
		ul#nav li ul li {
			padding-right: 10px;
			padding-left: 10px;
		}
		ul#nav li ul li a{
			font: 10px Helvetica, Arial, sans-serif;
			color: #FFFFFF;
			letter-spacing: .1em;
			}
		ul#nav li ul li a:hover{
			text-decoration: underline;
			}
		ul#nav li.hover ul, ul#nav li:hover ul {
			display:block;
			}


/* content -------------------------------------------------------------------*/

#content {
	position: relative;
	width: 950px;
	overflow: hidden;
	clear:both;
}
		/*for full width page template*/
		
		.fullwidth-column {
			width: 950px;
			padding-top: 20px;
			padding-right: 20px;
			padding-bottom: 15px;
		}
		.left-column {
			width: 630px;
			float: left;
			padding-top: 20px;
			padding-right: 20px;
			padding-bottom: 15px;
		}
		
		/*blog post properties*/

		.post {
			background: #FFFFFF url(images/background-content.jpg) no-repeat right top;
			padding: 25px 15px 15px;
		}
		.post-top {
			height: 6px;
			background: #914222 url(images/background-nav.jpg);
		}
		.post-bottom {
			height: 20px;
			background: #DADADA url(images/background-post-bottom.jpg) no-repeat top;
			margin-bottom: 20px;
			padding: 15px 15px 5px;
			font: 10px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: 0.10em;
			color: #999999;
			text-decoration: none;
			}
			.post-bottom a, .post-bottom span {
				color: #434343;
				text-decoration: none;	
				}
			.post-bottom a:hover {
				text-decoration: underline;	
				}
			.post-bottom li {
				display: inline;
				float: left;
				}
			.post-bottom li#right {
				display: inline;
				float: right;
				}
		.post-comment {
			background: #FFFFFF url(images/background-post-comment.jpg) no-repeat;
			height: 65px;
			text-align: center;
			padding: 30px 60px 20px;
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #999999;
		}
			.post-comment a, .post-comment li span, #recentcomments a {
				font: 10px Helvetica, Arial, sans-serif;
				color: #CCCCCC;
			}
			
			/*headers*/
			
			.post h1 a, .post h1 {
				color: #221F20;
				text-decoration: none;
				letter-spacing: -2px;
				font: 32px Helvetica, Arial , sans-serif;
				font-weight:bold;
			}
			.post h1 a:hover {
				color: #914222;	
			}
			h1.pagetitle {
				padding: 15px;
				width: 630px;
				font: 10px Georgia, "Times New Roman", Times, serif;
				text-transform: uppercase;
				letter-spacing: 0.10em;
				color: #434343;
				background: url(images/background-archive-top.jpg) no-repeat;
			}
			.post h2,.post h3,.post h4,.post h5,.post h6 {
				margin-bottom: 10px;
			}
			.post h2 {
				color: #221F20;
				font: bold 26px Helvetica, Arial, sans-serif;
			}
			.post h3 {
				color: #221F20;
				font: bold 22px Helvetica, Arial, sans-serif;
			}
			.post h4 {
				color: #221F20;
				font: bold 18px Helvetica, Arial, sans-serif;
			}
			.post h5 {
				color: #221F20;
				font: bold 14px Helvetica, Arial, sans-serif;
			}
			.post h6 {
				color: #221F20;
				font: bold 12px Helvetica, Arial, sans-serif;
			}
		/*post format styles*/
		
		.post ul {
			padding-left: 20px;
			list-style: square;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.post ol {
			padding-left: 25px;
			margin-top: 20px;
			margin-bottom: 20px;
			list-style: decimal;
		}
		.post li {
			padding-top: 1px;
			padding-bottom: 1px;	
		}
		.post strong {
			color: #221F20;
			font-weight: bold;
		}
		.post em {
			font-style: italic;
		}
		.post p {
			color: #434343;
			line-height: 170%;
			margin-bottom: 15px;
		}
		.post blockquote {
			color: #914222;
			margin-left: 10px;
			padding-left: 20px;
			border-left: 2px solid #914222;
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			margin-top: 30px;
			margin-bottom: 30px;
		}
		.post img {
			padding-bottom: 5px;

		}
		.post .category {
			font: 10px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: 0.10em;
			margin-bottom: 20px;
		}
		.post .category a {
			color: #999999;
			text-decoration: none;
			}
		.post .category a:hover {
			color: #221F20;
		}	
		.post #authorbio {
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #B4B4B4;
			margin-top: 20px;
			margin-bottom: 10px;
			padding-top: 20px;
			border-top: 1px dotted #B4B4B4;
		}
		
		/*read more link*/
		
		.more-link {
			background: #003C68;
			padding: 5px;
			width: 75px;
			text-align: center;
			margin-top: 15px;	
		}
			a.more-link  {
				color: #FFFFFF;
				text-decoration: none;
			}
			.more-link:hover {
				background: #914222;
			}
			
		/*comments section on single blog post pages*/
			
		ol.commentlist {
			color: #434343;
			line-height: 170%;	
		}
		ol.commentlist li {
			background: #EFEFEF;
			width: 600px;
			padding: 15px;
			clear:both;
			overflow: hidden;
			}
		ol.commentlist li a {
			color: #914222;	
			}	
		ol.commentlist li.alt{
			background: #DADADA;
		}
		#commentsleft {
			float: left;
			width: 100px;
		}
		#commentsleft #author,#commentsleft #author a  {
			font-size: 16px;
			font-weight: bold;
			color: #914222;
			letter-spacing: -1px;
			margin: 0px;
			padding: 0px;
			text-decoration: none;
		}
		#commentsleft small {
			font: italic 10px Georgia, "Times New Roman", Times, serif;
			margin: 0px;
			padding: 0px;
			color: #999999;
		}
		#commentsright {
			width: 500px;
			float: right;
		}
		h3#comments, h3#respond {
			color: #fff;
			font: 12px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: .25em;
			padding: 5px;
			width: 620px;
			background: #914222 url(images/background-nav.jpg);
			margin-top: 40px;
		}
		input#author, input#email, input#url, textarea#comment {
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #C5C5C5;
			padding: 2px;
			margin-bottom: 10px;
			margin-top: 10px;
			border: 1px solid #DADADA;
			width: 580px;
		}
		input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
			color: #003C68;
			border: 1px solid #C4C4C4;
		}
			
		/*bottom of the page "older posts" & "newer posts" link*/
		
		.navigation {
			margin-top: 45px;
		}
		.navigation a {
			color: #002E4F;
			text-decoration: none;
			letter-spacing: -1px;
			font: 18px Helvetica, Arial , sans-serif;
			font-weight:bold;
		}
			.navigation a:hover {
				color: #914222;
			}

/* sidebar -------------------------------------------------------------------*/

	.sidebar {
		width: 300px;
		padding-top: 20px;
		float: right;
	}
	.sidebar .rightbox {
		background: #FFFFFF;
		padding: 5px;
		margin-bottom: 20px;
	}
	.sidebar #ads img {
		margin-bottom: 20px;
	}
	.sidebar h2 {
		padding: 5px;
		width: 280px;
		background: #003C68;
		font: 12px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: .25em;
	}
	.sidebar h2.brown {
		padding: 5px;
		width: 280px;
		background: #974C2D url(images/background-nav.jpg);
		font: 12px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: .25em;
	}
		ul.list, .list ul  {
			padding: 0px;
			list-style: none;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		ul.list li, .list li {
			border-bottom: 1px solid #BEBEBE;
			padding: 5px 5px;
			background: url(images/background-list.jpg) repeat-x bottom;
		}
		ul.list li a, .list li a {
			color: #666666;
			text-decoration: none;
			display: block;
		}
		ul.list li:hover, .list li:hover {
			background: url(images/background-list-o.jpg) repeat-x bottom;
		}
		ul.list li a:hover, .list li a:hover {
			color: #221F20;
		}
		/*tagcloud*/
		
		#tagcloud {
			margin-top: 15px;
			margin-bottom: 15px;
			text-align: center;
			line-height: 20px;
		}
		#tagcloud a {
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #999999;
			font-style: italic;
			text-decoration: none;
		}
		#tagcloud a:hover {
			color: #221F20;
		}
		
		/*recent comments*/
		
		ul#recentcomments {
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #999999;
			padding: 20px 5px;
			height: 70px;
			width: 275px;
		}
	
/* footer -------------------------------------------------------------------*/

#footer {
	background: #746C53 url(images/background-footer.jpg) repeat-x;
	height: 900px;
	clear: both;
	margin-top: 50px;
}
#footer #wrapper {
	margin-right: auto;
	margin-left: auto;	
	background: none; 
	padding-top: 0;
}
#footer #column-1 {
	float: left;
	width: 350px;
	margin-right: 15px;
}
#footer #column-2 {
	float: left;
	width: 250px;
	margin-right: 15px;
}
#footer #column-3 {
		float: left;
		width: 315px;
		color: #B8A980;
		line-height: 18px;
}
	#footer h3 {
		font: bold 18px Helvetica, Arial, sans-serif;
		color: #353126;
		letter-spacing: -1px;
		margin-top: 50px;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	#footer li {
		margin-bottom: 10px;
	}
	#footer li a:hover {
		color: #FFFFFF;
	}
	#footer li a {
		color: #B8A980;
		}

/*-----------------------------------------------------------------------------

 Begin Images (default WP styles)
 
 -----------------------------------------------------------------------------*/


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: 0px;
	margin: 0 0 2px 25px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 25px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* iContact Stuff */

.link,
.signupframe {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
	.link {
		text-decoration: none;
		}
	.signupframe {
		border: 1px solid #7f9db9;
		background: #ffffff;
		}

/* Email Capture */

input.wp-email-capture-email {
margin-left: 2px;
margin-top: 5px;
}

input.wp-email-capture-submit {
margin-top:5px;
}

/* YD Recent Posts Widget */

div.yd_rp_widget {
background: #FFFFFF;
		padding: 5px;
		margin-bottom: 20px;
}

div.yd_rp_widget ul li {
margin: 15px 0;
padding:0;
}

div.yd_rp_widget ul li h4 {
margin: 5px 0;
}

div.yd_rp_widget ul li a {
color: #666666;
text-decoration:none;
margin: 5px 0;
font-weight:bold;
padding: 0 5px 0 0;
}

div.yd_rp_widget ul li a:hover {
color: #221f20;
}


div.yd_rp_widget ul li a img {
padding: 0 5px;
width: 75px !important;
height: 75px !important;
float:left;
}

