/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
#header {
	width: 100%;
	background-color: #3b5317;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	position: relative;
	z-index: 1;
}
#menu {
	padding: 10px 0;
	font-size: 120%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	display: inline;
	list-style-type: none;
	padding: 10px 20px;
}
#menu ul li a {
	color: #f2d008;
	text-decoration: none;
}
#menu ul li a, #menu ul li a:visited { 
	color: #f2d008;
}
#menu ul li:hover, #menu ul li:focus {
	background-color: #86AD6A;
	-moz-transform: skew(10deg); 
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
#menu ul li a:hover, #menu ul li a:focus {
	color: #3B5317;
	-moz-transform: skew(-10deg); 
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}
#copyright {
	color: #666;
	float: right;
	font-size: 70%;
	font-style: italic;
	text-transform: none;
	position:relative;
}
div.home {
	color:#ccc !important;
}
#wrapper {
	background-image: url(../images/sprig-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #f7e9c7;
}
#titleCol {
	background-color: #4F2617;
	text-align: center;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	margin-bottom: 0px;
	position: relative;
}
#title {
	margin-top: 20px;
}
#submenu {
	padding: 3px 0;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#submenu ul {
	padding-top:3px;
}
#submenu ul li {
	display: inline;
	padding: 8px 10px 5px;
	background-color: #86ad6a;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-transform: skew(-10deg);
	-webkit-transform: skew(10deg); 
	transform: skew(10deg);
}
#submenu ul li a, #submenu ul li a:visited  {
	text-decoration: none;
	color: #3B5317;
}
#submenu ul li:hover, #submenu ul li:focus, #submenu ul li a:hover, #submenu ul li a:focus {
	color: #FFFFFF;
	background-color: #3B5317;
}
#main a, #main a:visited {
}
#main a:hover, #main a:focus {
	color: #BA1419;
}
#main blockquote, #main blockquote p {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-style: normal;
	padding-top: 0px;
	font-size: 110%;
	color: #3B5317;
	/* [disabled]line-height: 1em; */
}
#main blockquote p strong, #main blockquote p em {
	font-size: 86%;
	font-family: Verdana, Geneva, sans-serif;
	color: #CC3300;
}
#bookCover {
	color:#fff;
}
#footer {
	color:#333;
	position: relative;
	padding-top: 10px;
	margin: 0 auto;
}

p.qt-signature {
	font-style: normal;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: -10px;
}
.urhere {
	background-color: #86AD6A;
	-moz-transform: skew(10deg); 
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}

.urhere-sub {
	color: #FFFFFF !important;
	background-color: #3B5317 !important;
}

/* floats */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}

.pdf {
	list-style-image: url(../images/pdf-icon-15.png);
	list-style-type: none;
	list-style-position: inside;
}
.pdf a {
	color: #C30;
	font-size: 110%;
	font-weight: bold;
}
.smaller {
	font-size: 80%;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
 
/* #Page Styles
================================================== */


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
			#blackBar {
			left: 630px !important;
			}
			#copyright {
			top: 70px !important;
			}
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
			#menu {
			padding: 0;
			}
			#menu ul li {
			line-height:40px;
			}
			#titleCol {
			height: 400px !important;
			}
			#bookCover {
			display: none;
			}
			#side {
			display: none;
			}
			#wrapper {
			background-image: url(images/home-bg.jpg);
			}
			#blackBar {
			top: 550px !important;
			left: 0px !important;
			width: 400px !important;
			padding-left:20px;
			}
			#theBook p, #farmTour p, #recipes p, #harvest-table p {
			width: 100% !important;
			padding-left: 12px;
			}
			#copyright {
			top: 550px !important;
			}
			#copyright.inner {
			top: 0 !important;
			}
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
			#submenu ul li {
			line-height:35px;
			}
			#blackBar {
			width: 280px !important;
			}
		}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
