/* @override 
	http://test.yourpdg.net/montna/wp-content/themes/montna/style.css */

/******************************************************************

Theme Name: Montna Farms
Description: A custom theme fo Montna Farms
Author: Michael Hendry
Author URI: http://www.pagedesigngroup.com
Tags: html5, css3

******************************************************************/


/* @group Meyer Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* Nicolas Gallagher's micro clearfix */
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*Wordpress Classes*/
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.alignleft {
	margin: 0 20px 20px 0;
}

img.alignright {
	margin: 0 0px 20px 20px;
}


/* @group Links */
a:link, a:visited {
	color: #1a67a8;
	text-decoration: underline;
}
a:hover {
	color: #2285d8;	
}

/* @end */

/* @group Type */
b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2 {
	color: #7a883e;
	font-size: 22px;
	line-height: 36px;
	font-style: italic;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	color: #6f844a;
}

p {
	margin-bottom: 9px;
}

blockquote p {
	color: #fff;
	font: italic 24px/32px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

blockquote footer {
	color: #fff;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @end */

body {
	background-image: url(_images/body-bg.png);
	color: #555;
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#wrap {
	width: 1000px;
	margin: 20px auto 0;
	background: #fbfae7;
	-moz-box-shadow: 0 0 500px 10px rgba(26, 103, 168, 0.5);
	-webkit-box-shadow:0 0 500px 10px rgba(26, 103, 168, 0.5);
	box-shadow: 0 0 500px 10px rgba(26, 103, 168, 0.5);
}

#masthead {
	border-top: 8px solid #d2942f;
	min-height: 220px;
	/*padding-bottom: 40px;*/
	position: relative;
	background: url(_images/masthead-bg.png) repeat-x left top #d2942f;
	text-align: right;
}

h1#site-logo {
	width: 1000px;
	height: 166px;
	background: url(_images/header-swoop.png) no-repeat 0 0px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 60;
}

h1#site-logo a {
	display: block;
	position: absolute;
	width: 200px;
	height: 120px;
	top: 20px;
	left: 56px;
	text-indent: -9999px;
	text-align: left;
}



#header-banner {
	display: block;	
	float: right;
}

#main-nav {
	background: #fff;
	border-bottom: 1px solid #dbddbf;
	padding: 15px 0;
/*	position: absolute;*/
	position: relative;
	width: 100%;
	bottom: 0;	
	z-index: 5;
}

#main-nav ul {
	margin-left: 40px;
	overflow: hidden;
}

#main-nav li {
	float: left;
	font: 17px/17px Georgia, "Times New Roman", Times, serif;
	padding: 0 10px;
	border-left: 1px solid #d2942f;
}

#main-nav li:first-child {
	border-left: none;
}

#main-nav li a {
	text-decoration: none;
	color: #6f844a;
}

#main-nav li a:hover {
	color: #483087;
}

#main-nav li.current-menu-item a {
	color: #d2942f;
}

.head-quote {
	width: 32%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(2,13,55,0.5);
}

body.home #head-quote {
	background: none;
}


.head-quote blockquote {
	margin: 110px 50px 0;
}

#slides {
	position: relative;
}

.slide .head-quote {
	z-index: 30;
}

.slidesjs-pagination {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	left: 50px;
	margin: 0;	
}

.slidesjs-pagination li {
	/*display: inline-block;*/
	float: left;
	margin-right: 6px;
}

.slidesjs-pagination a {
	display: block;
	overflow: hidden;
	width: 18px;
	height: 0px;
	padding-top: 18px;
	background: white;	
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset;
}

.slidesjs-pagination a.active {
	background-color: #d2942f;
} 

#sub-nav {
background-color: rgb(235, 236, 214);
 padding: 15px 50px;
/* border-bottom: 1px solid #d5d9bd;*/
}

#sub-nav li {
	float: left;
	margin-right: 15px;
	font: 15px/15px Georgia, "Times New Roman", Times, serif;
	border-left: 1px solid #d2942f;padding-left: 15px;
}

#sub-nav li:first-child {
	border-left: none;
	padding-left: 0;
}

#sub-nav li a {
	color: #516035;
}

#main-content {
	background: url(_images/sidebar-bg.png) repeat-y right top;
}

#primary {
	width: 68%;
	background: #fbfae7;
	float: left;
}
#secondary {
	width: 32%;
	float: left;
	position: relative;
	padding-top: 36px;
}

#sidebar-image {
	position: absolute;
	top: -90px;
	right: 20px;
	z-index: 10;
	
}

#secondary aside {
	padding: 36px;
}

#foot {
	width: 1000px;
	margin: 0 auto 30px;
	background: #6f844a;
	color: #fff;
}

#foot-info {
	width: 68%;
	padding: 36px 0;
	float: left;
}

#foot-info ul {
	margin-left: 45px;
	margin-bottom: 9px;
}

#foot-info li {
	color: #d6d8b2;
	float: left;
	padding: 0 5px;
	border-left: 1px solid #d6d8b2;
	font-size: 13px;
	line-height: 13px;
}
#foot-info li:first-child {
	border-left: none;
}

#foot-info li a {
	color: inherit;
	text-decoration: none;
}

#foot-info p {
	margin-left: 50px;
}

#foot-contact {
	background: #516035;
	width: 26%;
	padding: 36px 3%;
	float: left;
	height: 130px;
}

#foot-contact p {
	font: italic 15px/20px Georgia, "Times New Roman", Times, serif;
}

#foot-contact p b {
	font: bold 18px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

article.full {
	padding: 24px 50px;
}
article.excerpt {
	padding: 18px 50px;
	border-bottom: 1px solid #d6dabe;
}

article.excerpt h2 a {
	color: inherit;
}