@charset "utf-8";
html {
	height: 100%;
}
body {
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	background: #e2dcc4 url(../images/bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
	color: #333;
	height: 100%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1, h2 {
	font-size: 20px;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #596e2b;
}
h4 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #603115;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #596e2b;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -125px;
	background: #edebcc url(../images/bg.png) repeat-x left top;
	-webkit-box-shadow: #666 0px 10px 10px;
	-moz-box-shadow: #666 0px 10px 10px;
	box-shadow: #666 0px 10px 10px;
	behavior: url(http://www.saddlecreekfarmspoa.com/templates/saddlecreekfarmspoa/css/PIE.htc);
}
.sidebar1 {
	border-top: double 3px #3c491e;
	width: 100%;
	padding: 10px 0 110px 0;
	margin-bottom: 20px;
	background: url(../images/pine-cones-1-tablet.png) no-repeat center bottom;
}
.sidebar1 aside {
	background: url(../images/logo-aside-tablet.png) no-repeat center bottom;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.content {
	padding: 10px 0;
	width: 100%;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.content li {
	margin-bottom: 5px;
}

/********** NAVIGATION **********/
.main-nav-ph {
	background: url(../images/nav-bg.png) repeat-x left top;
	width: 96%;
	margin: 0 auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	height: 32px;
}
.main-nav {
	display: none !important;
}
nav {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	height: 35px;
	position: relative;
}
/* menu icon */
.menu-icon {
	font-weight: bold;
	text-transform: uppercase;
	color: #edebcc;
	width: 105px;
	height: 22px;
	background: url(../images/menu-icon.png) no-repeat 15px center;
	padding: 8px 10px 0 47px;
	cursor: pointer;
	display: block; /* show menu icon */
}
.menu-icon:hover {
	background: url(../images/menu-icon-hover.png) no-repeat 15px center;
	color: #edebcc;
}
.menu-icon.active {
	background: url(../images/menu-icon-active.png) no-repeat 15px center;
	color: #edebcc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
}
/* main nav */
.menu {
	clear: both;
	position: absolute;
	top: 33px;
	width: 97%;
	z-index: 10000;
	padding: 5px;
	background: url(../images/menu-hover-bg-dark-ph.png) repeat left top;
	display: none; /* visibility will be toggled with jquery */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
}
.menu li {
	clear: both;
	float: none;
	padding: 0 0 0 10px;
	list-style: none;
	color: #FFF;
}
.menu a:link, .menu a:visited, .menu ul a:link, .menu ul a:visited {
	font: inherit;
	font-size: 14px;
	display: inline;
	padding: 0;
	border: none;
	text-decoration: none;
	text-transform: none;
}
.menu a:hover, .menu ul a:hover {
	color: #FFF;
}
/* dropdown */
.menu ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
}
.menu ul li {
	margin: 3px 0 3px 15px;
}
/********** END OF NAVIGATION **********/

footer {
	padding: 0;
	height: 125px;
	position: relative;
	clear: both;
	color:#faf7ec;
	text-align: center;
}
footer .container {
	width: 100%;
	background: #504d46;
}
footer .container .footer {
	padding-top: 10px;
}
.footer-div {
	height: 125px;
	clear: both;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}

/********** FLOATS **********/
.clearfloat {
	clear: both;
}
.floatrt {
	margin: 0 auto 15px auto;
	display: block;
}
/********** END OF FLOATS **********/

/********** TEXT **********/
.text-bold {
	font-weight: bold;
}
.fine-print {
	font-size: 10px;
	font-style: italic;
}
blockquote {
	margin-top: 0;
	margin-bottom: 30px;
}
/********** END OF TEXT **********/

/********** IMAGES **********/
.img-center {
	margin: 0 auto;
	display: block;
}
.img-size1 {
	width: 96%;
	height: auto;
}
/********** END OF IMAGES **********/

.content iframe {
	border: 0;
	width: 100%;
	overflow: hidden;
	min-height: 625px;
}
#divLoading {
	width: 100px;
	margin: 100px auto 75px auto;
}
