/*
Theme Name: BUTLER TREE FARM
Theme URI: http://butlertreefarm.com/
Description: A WordPress theme for the Butler Tree Farm website
Version: 1.0
Author: Biscuit Studios
Author URI: http://www.biscuitstudios.com/
Tags: custom header, fixed width, two columns, widgets
*/

/*-------------------------------------------------------------------------*/

/* FONTS */

/*-------------------------------------------------------------------------*/

/* Inherit the default theme styles */
/* @import url( fonts/fonts.css ); */

/*-------------------------------------------------------------------------*/

/* RESET  (Based on work by Eric Meyer)

/*-------------------------------------------------------------------------*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*-------------------------------------------------------------------------*/

/* COLORS */

/*-------------------------------------------------------------------------*/

/*
FONTS
links = #B0A759
*/

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

body {
	background-color: #F1F1F1;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a:link { 
	color: #B0A759;
	text-decoration: underline;
}
a:visited { 
	color: #B0A759;
	text-decoration: underline;
}
a:active { 
	color: #B0A759;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.clear {
	clear: both;
}
p { 
	margin-bottom: 18px;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#wrapper-interior {
	clear: both;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 960px;
	overflow: hidden;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

#header {
	background-color: #FFF;
	margin: 30px 0 20px 0; 
	padding: 20px 0;
	width: 960px;
	height: 75px;
}

/*-------------------------------------------------------------------------*/

/* MENU */

/*-------------------------------------------------------------------------*/

.menu-wrapper {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
	width: 960px;
	height: 75px;
}
ul#menu-main {
	list-style: none;
	margin: 0 110px 0 0;
	padding: 0;
}
ul#menu-main a {
	color: #B0A759;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height:19px;
	display: block;
	clear: both;
	text-decoration: none;
	background-color: transparent;
	margin: 0;
	padding: 8px 15px;
}
ul#menu-main a:hover {
	background-color: #E1E0D7; /* main menu hover background */
}
ul#menu-main li {
	position: relative;
	float: right;
	list-style: none;
	text-align: center;
	margin: 42px 0 0 0;
	padding: 0;
}
/* DROP DOWN MENUS */
#menu-main ul {
	position:absolute;
	left:-999em;
	height:auto;
	font-weight:normal;
	margin: 0;
	padding: 0;
	line-height:1;
	text-transform: none;
	border: 0;
	width: 200px;
	z-index: 1000;
}
#menu-main li li {
	position: relative;
	float: left;
	border-left: 0 solid #CCC;
	border-right: 0 solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 0 solid #CCC;
	margin: 0;
	padding: 0;
	width: 200px;
	z-index: 1000;
}
#menu-main li li a {
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	margin: 0;
	padding: 10px 0 10px 23px;
}
#menu-main li li a:visited {
	font-weight: normal;
}
#menu-main li li a:hover {
	background: #333; /* drop down menu hover background */
}
#menu-main li ul ul {
	margin:-21px 0 0 190px;
	z-index: 1000;
}
#menu-main li ul li:hover a, #menu-main li ul li li:hover a, #menu-main li ul li li li:hover a, #menu-main li ul li li li:hover a  {
	color: #B0A759; /* drop down hover font color */
}
#menu-main li:hover a {
	color: #B0A759; /* main menu hover font color */
}
#menu-main li:hover li a, #menu-main li li:hover li a, #menu-main li li li:hover li a, #menu-main li li li li:hover li a {
	color: #FFF; /* drop down font color */
}
#menu-main li:hover ul ul, #menu-main li:hover ul ul ul, #menu-main li:hover ul ul ul ul {
	left:-999em;
}
#menu-main li:hover ul, #menu-main li li:hover ul, #menu-main li li li:hover ul, #menu-main li li li li:hover ul {
	left:auto;
	background: #555; /* drop down menu background */
}
#menu-main li:hover {
	background: #555; /* main menu background color when hover over a drop down menu */
}
#menu-main .current_page_item {
	color: #B0A759;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #555;
	text-align: left;
	text-decoration: none;
	margin: 0 0 18px 0;
	padding: 0;
}
h2 {
	/* post titles */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #555;
	text-align: left;
	text-decoration: none;
	margin: 0 0 18px 0;
	padding: 0;
}
h3 {
	/* paragraph title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #555;
	text-align: left;
	text-decoration: none;
	margin: 0 0 18px 0;
	padding: 0;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 18px 0;
	padding: 0;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #555;
	text-decoration: none;
	margin: 0 0 18px 0;
	padding: 0;
}
h6 {
	font-size: 12px;
	color: #555;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 18px 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* CONTENT */

/*-------------------------------------------------------------------------*/

#content {
	float: left;
	display: inline;
	margin: 0;
	padding: 30px;
	width: 700px;
}
#content ul, #content ol {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
#content ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 0 0 0 15px;
	padding: 0 0 0 12px;
}
#content ul li li {
	background-image: url(images/bullet_line.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 3px 0 3px 0;
	padding: 0 0 0 10px;
}
#content ol li {
	list-style-type: decimal; 
	line-height: 18px;
	margin: 6px 0 6px 15px;
	padding: 0;
}
#content ol li li {
	list-style-type: upper-alpha; 
}
#content ol li li li {
	list-style-type: lower-roman; 
}
#content ol li li li li {
	list-style-type: lower-alpha; 
}
#content table {
	/* border: 1px solid #DDD; */
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #666;
	background-color: #F4F4F4;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 5px;
}
#content tr td {
	background-color: #F4F4F4;
	border-top: 4px solid #FFF;
	padding: 10px 5px;
}
#content tr.odd td {
	background: #F2F7FC;
}
#content .video-player {
	padding: 0;
}
/* FOR GOOGLE MAP-PRESS PLUGIN */
.mapp-poweredby {
	display: none;
}
.mapp-div {
	border: 10px solid #CCC !important;
	text-align: left !important;
	margin: 0 !important;
}


/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#sidebar {
	float: right;
	display: inline;
	background-image: url(images/leaves_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 30px 0;
	width: 200px;
	height: 400px;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

#footer-wrapper {
	clear: both;
	font-size: 10px;
	color: #888;
	background-color: #E1E0D7;
	margin: 10px auto;
	padding: 15px 30px;
	width: 900px;
	height: 60px;
}
#footer-wrapper p {
	margin-top: 15px;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

.anythingSlider {
	position: relative;
	margin: 30px 30px 40px 30px;
	width: 900px;
	height: 280px;
}
.anythingSlider .wrapper-slider {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 900px;
	height: 280px;
	overflow: auto;
}
.anythingSlider .wrapper-slider ul {
	/* width below is max for Opera */
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 32700px;
}
.anythingSlider ul li {
	float: left;
	display: block;
	width: 700px;
	height: 280px;
	margin: 0;
	padding: 0;
}
.anythingSlider .arrow {
	display: none;
}
#thumbNav {
	position: relative;
	top: 302px;
	text-align: left;
	margin: 0;
}
#thumbNav a {
	color: #B0A759;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 6px;
	text-align: center;
}
#thumbNav a:hover {
	text-decoration: underline;
}
#thumbNav a.cur {
	background-color: #E1E0D7;
}
#start-stop {
	display: none;
}
/* Prevents */
.anythingSlider .wrapper-slider ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper-slider ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 640px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}

/*-------------------------------------------------------------------------*/

/* VARIOUS TAGS & CLASSES */

/*-------------------------------------------------------------------------*/

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;
}
.hidden {
	display: none;
}
hr {
	display: block;
	clear: both;
	color: #DDD;
	margin: 18px 0;
	padding: 0;
}
/*
hr {
	TWENTY-TEN'S WAY
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}
*/
a img {
	border: none;
	vertical-align: bottom;
}
small {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	margin: 0;
	padding: 6px 0 0 0;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
}	
pre {
	/* used to paste in form code */
	font-size: 13px;
	margin: -10px 0 0 0;
	padding: 0;
	text-align: left;
}
ins {
	background: #FFFFCC;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/*-------------------------------------------------------------------------*/

/* GENERAL FORM STYLES (for search forms and Contact forms 7) */

/*-------------------------------------------------------------------------*/

legend {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
label {
	font-size: 13px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
}
label a {}
.checkboxlabel {
	margin-left: 10px;
}
.flipped .checkbox {
	margin-left: 5px;
	padding-right: 5px;
}
.flipped .checkboxlabel {
	margin-left: 0px;
}
input[type="submit"] {
	clear: both;
	margin: 0 0 0 10px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="radiobutton"], select, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	border: 2px solid #CCC;
	background: #EEE;
	/* controls distance between fields */
	margin: 0;
	padding: 6px;
	vertical-align: middle;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="file"]:hover, input[type="radiobutton"]:hover, textarea:hover {
	border: 2px solid #AAA;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="radiobutton"]:focus, textarea:focus {
	border: 2px solid #AAA;
	background-color: #FFF;
}
#searchform {
	margin: 0;
	padding: 5px 25px 0 0;
	text-align: left;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES (these override styles listed above) */

/*-------------------------------------------------------------------------*/

.gform_wrapper {
	max-width: 600px !important;
}
.gform_wrapper input {
	font-size: 14px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_wrapper textarea {
	font-size: 14px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_wrapper select {
	font-size: 13px !important;
	font-family: inherit !important;
	padding: 10px 0 10px 3px !important;
}
.gform_body ul li {
	/* REMOVE ANY BULLETS FROM MAIN UL */
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important
}
.gform_wrapper .ginput_complex label {
	margin: 1px 0 0 0 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-size: 18px !important;
	font-family: inherit !important;
	font-weight: normal !important;
}
.gform_wrapper .gsection {
	border-bottom:1px solid #EEE !important;
	margin:30px 0 0 0 !important;
	padding:0 0 4px 0 !important; 
}
.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper input.button {
	font-size: 100% !important;
	color: #222 !important;
}
.gform_wrapper input.button:hover {
	color: #000 !important;
}
#gforms_confirmation_message {
	background-color: #FFFFEE !important;
	font-size: 13px !important;
	color: #555 !important;
	text-align: left !important;
	border: 0px solid #feda70 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 15px 0 !important;
}
.gform_footer input[type="submit"] {
	/* REQUIRED 0 MARGIN DUE TO SUBMIT INPUT STYLES ABOVE */
	margin: 0;
}

/*-------------------------------------------------------------------------*/

/* MOBILE SAFARI ( iPad, iPhone and iPod Touch ) */

/*-------------------------------------------------------------------------*/

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

ul#menu-main, .entry-meta, .entry-utility, .widget_search label, .navigation, .widget-area {
	-webkit-text-size-adjust: 90%;
}

#site-description {
	-webkit-text-size-adjust: none;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {background:white; 
	     font-size:11pt;
	     color:black;
	     margin:0; }
	#wrapper {
		width: 90%;
		border: none;
		background: none;
	}
	#sidebar { display:none; }
	#header { display:none; }
	.main { margin-left:0; 
	     float:none; 
	     width:auto }
	
	a { 
	     color:#333; 
	     text-decoration:underline }
	#commentform { display:none }
	#footer-wrapper { display:none }
	#copyright { font-size: 8pt;
	}
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
	     page-break-inside:avoid }
	blockquote, table, pre { page-break-inside:avoid }
	ul, ol, dl  { page-break-before:avoid }
	img.centered { display: block; 
	     margin-left: auto; 
	     margin-right: auto; }
	img.right { padding: 4px; 
	     margin: 0 0 2px 7px; 
	     display: inline; }
	img.left { padding: 4px; 
	     margin: 0 7px 2px 0; 
	     display: inline; }
	.right { float: right; }
	.left { float: left }
	img { page-break-inside:avoid; 
	     page-break-after:avoid; }
	.menu-home {
		display: none;
	}
	.menu-about {
		display: none;
	}
	.menu-appt {
		display: none;
	}
	.menu-links  {
		display: none;
	}
	.menu-classes {
		display: none;
	}
	.menu-shop {
		display: none;
	}
	#cover-image {
		display: none;
	}
}

