/*   
Theme Name: Fitz Farms Custom Theme with Drop Down menu
Description: This is a custom designed and programmed theme for Fitz Farms  
Author: Adrienne Raymond-programmer, Teri LeVine-graphic artist
Author URI: http://www.equineonlinedesign.com
Version: 1.0
*/
@media screen {

* { margin: 0; padding: 0; }
body { 
	background:#c3b670 url('images/BG.jpg') repeat-x; 
	font: .9em/1.6em Arial, sans-serif; 
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }

.space { clear:both; height:20px;}
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */
.wrapper {
	margin: 0 auto;
	height:auto;
	background:url('images/wrapperBG.jpg') no-repeat top center;
}
#page-wrap { width: 960px; margin: 0 auto 20px auto; }
h1, h2, h3, h4, h5, h6 {font-family: Georgia, serif;}
h1, h2 { margin: 0 0 7px 0; }
h1 {font:italic bold 1.6em/1.4em Georgia, serif;}
h2 {font-size:1.4em; }
h3 {font-size:1.2em; margin: 0 0 5px 0; }
h4, h5, h6 { margin: 0 0 4px 0; }
h4 {font-size:1.1em; }
h5 {font-size:1.05em; }
h6 {font-size:1.05em;}

p { margin: 0 0 8px 0; }
a {
	text-decoration:underline;
	color:#6A310E;
}
a:hover {
	text-decoration:none;
	color:#0a4b06;
}
blockquote {margin:0 0 20px 10px;border-bottom:1px dotted #7c6436; }
blockquote p {font-size:.9em;color:#0a4b06;line-height:1.35em; }

ul, ol { margin: 0 0 10px 0; }
hr {
	clear:both;
  	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(93,124,91,0), rgba(10,75,6,0.75), rgba(93,124,91,0));
	background-image: -moz-linear-gradient(left, rgba(93,124,91,0), rgba(10,75,6,0.75), rgba(93,124,91,0));
	background-image: -ms-linear-gradient(left, rgba(93,124,91,0), rgba(10,75,6,0.75), rgba(93,124,91,0));
	background-image: -o-linear-gradient(left, rgba(93,124,91,0), rgba(10,75,6,0.75), rgba(93,124,91,0)); 
}
/****************************** HEADER ************************************/
#header {
	width:auto;
	height:275px;
	background:url('images/header.png') no-repeat top left;
}
#header2 {
	width:auto;
	height:275px;
	background:url('images/header2.png') no-repeat top left;
}
.logo {
	width:276px;
	height:auto;
	float:left;
	margin:55px 0 0 35px;
}
.logo a img {
	text-decoration:none;
	border:none;
}
.logo2 {
	width:260px;
	height:auto;
	float:left;
	margin:38px 0 0 45px;
}
.logo2 a img {
	text-decoration:none;
	border:none;
}
/****************************** NAVIGATION ************************************/
.top-menu {   
   margin:0;
   padding:0;
   width:100%;
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   height:26px;
   background:url('images/nav.png') no-repeat top left;
}
/* Top menu items */
.top-menu ul {
   margin:0;
   padding:0;
   list-style:none;   	
   float:right;
   position:relative;
   right:50%;   
}

.top-menu ul li {
	display:inline;
	font-size:.9em; /* Menu text size */
	font-weight:bold;	
	margin:0;
	padding:0;	
	float:left;
	position:relative;	
   	left:50%;
   	top:0px;
}
.top-menu ul li a {
	text-decoration:none;
	display:inline-block;
	height:26px;
	padding:0 11px;	
    color:#fff;    
}
.top-menu li a:hover {	
	color:#ACB64F;
}
.top-menu .menu li:hover > a {
	color:#ACB64F;
}
/* Drop-Down Navigation */
.top-menu .menu li:hover > ul {
	visibility:visible;
	opacity:1;
}

.top-menu .menu ul, .top-menu .menu ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:170px;
	background:#C1AC7C;
	border-top:1px solid #545454; 	
}
.top-menu .menu ul {
    top: 26px;
    left: 30px;
}

.top-menu .menu ul li ul {
    top: 0;
    left: 180px;
}

.top-menu .menu ul li {
	left:auto;  /*resets the left:50% on the parent li */
  	margin:0 0 0 0 /*-1px; - Reset the 1px margin from the top menu */
   	clear:left;   
	width:100%;
	text-align:left;
	font-size:1em;
	padding:0;
	border-bottom:1px solid #F2ECE2;
	
}
.top-menu .menu ul li a {
	background:none;	
	display:inline-block;
	min-height:25px;
	height:auto;
	padding:4px 15px 4px 15px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	border:0 none;
	float:left;
	clear:both;
	width:140px;
}
.top-menu .menu ul li:hover > a {
	background:#0A4B06;
/*	text-shadow:1px 1px 0px #6A310E;*/
	color:#FFF;	
}
/* Flip the last submenu so it stays within the page */
.top-menu .menu li.last-menu-item ul {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}
.top-menu .menu li.first-menu-item a {
	border-left: 0 none;
}
.top-menu .menu li.last-menu-item, .top-menu .menu li.last-menu-item a {
	border-right: 0 none;
}
.top-menu li a:hover, .top-menu li a.current, .top-menu li.current_page_item a  {   	
	color:#F89B33;
}
/****************************** MIDDLE CONTENT ************************************/
.topMiddle {
	height:22px;
	background-image:url('images/top_main.png');
}
.middle {
	min-height:200px;
	height:auto;
	background-image:url('images/middle_main.png');
	background-repeat:repeat-y;
	overflow:auto;	
}
.bottomMiddle {
	height:16px;
	background-image:url('images/bottom_main.png');
}
.content {
	width:590px;
	float:left;	
	height:auto;
	padding:0 15px 0px 20px;
	margin:0 0 0 48px;	
	overflow:hidden;
}
.topMiddle2 {
	height:22px;
	background-image:url('images/top_main2.png');
}
.middle2 {
	min-height:200px;
	height:auto;
	background-image:url('images/middle_main2.png');
	background-repeat:repeat-y;
	overflow:auto;	
}
.bottomMiddle2 {
	height:16px;
	background-image:url('images/bottom_main2.png');
}
.content2 {
	width:830px;	
	height:auto;
	margin:0px auto;	
	overflow:hidden;
	padding:5px 0 0 0;		
}
#breadcrumbs {
	font-size:.75em;
	min-height:20px;
	height:auto;
	padding:-5px 0 0 0;
	margin:0;
	color:#396d73;
}
#breadcrumbs a {
	color:#062ebf;
	text-decoration:underline;
}
#breadcrumbs a:hover {
	color:#ff6699;
	text-decoration:none;
}
.edit {
	clear:both;
	font-size:.8em;
	padding:3px 0;
	margin:0 0 4px 0;
	
}
/******************************************************************************/
.post {clear:both}
.post ul {
	overflow:auto;
	list-style-position:inside;
	padding-left:20px;
	margin-left:1em;
	text-indent:-1em;
}
.post .nav {	
	overflow:visible;	
}
.post .nav li .dropdown-menu {	
	padding-left:10px;
	margin-left:5px;
}
.post ol {
	overflow:auto;
	list-style-position:inside;
	padding-left:20px;
	margin-left:1em;
	text-indent:-1.4em;
}
.post ul li, .post ol li {
	margin:0 0 5px 8px;
	padding:2px 0;
	line-height:1.2em;
	font-size:1.05em;
}
.entry {clear:both; }

.blogHeader {
	margin:0 0 6px 0;
	font-size:1.4em;
	font-style:italic;
}
pre { }
code, tt { }

.meta {font-size:.8em;margin:0 0 5px 0; }
.postmetadata {clear:both;font-size:.75em;margin:0 0 10px 0;padding:5px 0;border-bottom:1px dotted #ccc; }
/* FOR DYNAMIC CONTENT UNDER THE BUTTONS ON THE TWO SIDE BARS*/
.sidebar {
	width:200px;
	float:right;
	padding:20px 10px 0px 14px;
	margin:0 60px 0 0;
	overflow:hidden;
}
.sidebar a {
	text-decoration:underline;
	color:#CACE90;
}
.sidebar a:hover {
	text-decoration:none;
	color:#F89B33;
}
.widget_nav_menu a {
	text-decoration:none;
	color:#e6decb;
	text-shadow: 0 1px 1px rgba(34, 28, 15, 0.95);
	font-weight:bold;
}
.widget_nav_menu a:hover {
	text-decoration:underline;
	color:#F89B33;
}
.widget_nav_menu li a.current, .widget_nav_menu li.current_page_item a {
	color:#F89B33;	
}	

.sidebar ul { 
	margin: 0px 0 10px 2px; 
	list-style-image: none;	
	list-style-type: none;		
	padding:0;	
}
.sidebar ol { 
	margin:0px 0 10px 2px; 
	list-style-image: none;	
	list-style-type: none;		
	padding:0;
}
.sidebar ul li { 
	margin: 0px;		
	font-size:1em;	
	padding:0 0 5px 0;
	color:#D2E2C8;
}
.sidebar ol li { 
	margin: 0px;	
	font-size:1em;	
	padding:0 0 5px 0;
	color:#D2E2C8;
}
.sidebar h1 {font:normal bold 1.2em/1.1em Georgia, serif;margin:0 0 8px 0;color:#fff;}
.sidebar h1.titleHeader {
	text-shadow: 0 1px 1px rgba(34, 28, 15, 0.95);
	text-transform:uppercase;
	font-size:1em;
	margin:0 0 5px 0;
}
.sidebar h2 {font:bold 1.1em/1.1em Arial, sans-serif;margin:0 0 6px 0;color:#e4f1e1;}
.sidebar h3 {font:bold 1.1em/1.1em Arial, sans-serif;margin:0 0 6px 0;color:#e6d6bc;}
.sidebar h4, .sidebar h5, .sidebar h6 {font:bold 1.05em Arial, sans-serif;margin:0 0 4px 0;color:#fff;}

.widget {
	margin:0 0 15px 0;
	font-size:.95em;
	line-height:1.3em;
	color:#fff;
}
.widget p {
	margin:0 0 5px 0;
	font-size:.95em;
	line-height:1.3em;
	color:#fff;
} 
.textwidget, .content2_block {
	font-size:.95em;
	line-height:1.3em;
}
.content2_block ul, .textwidget ul { 
	margin: 0 0 10px 15px; 
	list-style-image: none;	
	list-style-position: inside;
	list-style-type: disc;		
	padding:0;	
}
.content2_block ol, .textwidget ol { 
	margin:0px 0 10px 15px; 
	list-style-image: none;
	list-style-position: inside;	
	list-style-type: decimal;		
	padding:0;
}
.content2_block ul li, .textwidget ul li { 
	margin: 0px;		
	font-size:1.05em;	
	padding:0 0 4px 0;
	color:#D2E2C8;
	text-indent:-1em;
}
.content2_block ol li, .textwidget ol li { 
	margin: 0px;	
	font-size:1.05em;	
	padding:0 0 4px 0;
	color:#D2E2C8;
}
/*************************** FOOTER NAVIGATION *********************/
#footer {
	height:70px;
	background:url('images/footer.png') no-repeat top left;
}
.bottom-menu {
	width:750px;	
	margin:0 auto;
	padding:5px 0;
}
.bottom-menu .menu { /*this is the parent navigation but child pages will inherit */
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:center;
}
.bottom-menu .menu li {
	display:inline;	
	font-size:.8em;
	padding:0 4px;
}
.bottom-menu .menu li.last-menu-item {
	display:inline;	
	font-size:.85em;
	border-right:none;
	padding:0 5px;
}
.bottom-menu .menu li a {
	text-decoration: none;
	padding: 2px 0;
	color: #e8d9bc;	
}
.bottom-menu .menu li a:hover {
	color: #c3ffbf;
}
#footer p {
	text-align:center;
	color:#e8d9bc;
	font-size:.7em;
	font-weight:bold;
	font-style:italic;
	margin:0 0 5px 0;
}
#footer p a {
	color:#e8d9bc;
	text-decoration:underline;
}
#footer p a:hover {
	color:#c3ffbf;
	text-decoration:none;
}
.fImg1 {
	display:block;
	width:50px;
	height:auto;
	float:left;
	margin:5px 0 0 50px;
}
.fImg2 {
	display:block;
	width:50px;
	height:auto;
	float:right;
	margin:5px 50px 0 0;
}
.fImg1 a img, .fImg2 a img {
	border:none;
	text-decoration:none;
}
/**********************************/
li.pagenav, li.linkcat {
	margin:0px 0 5px 5px; 
	list-style-image: none;
	list-style-position: inside;	
	list-style-type: none;		
	padding:5px 0 0 0px;
}
.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s {width:96%;padding:2px;margin:4px 0; }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

.galleria-container { background-color: #0a4b06; }
.galleria-thumbnails { margin: 0 auto; }

#sfstest-sidebar blockquote {margin:0 0 2px 0;padding:0 0 5px 0;border-bottom:1px dotted #c3b76f; }
#sfstest-sidebar blockquote p {font-size:.9em;font-style:italic; }
/********************************* CAPTION FORMATTING ******/
.wp-caption {
	border: 1px solid #373530;
	text-align: center;
	background-color: #bbccaa;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 5px 4px 5px;
	margin: 0;
}
/**************************** image formatting *****************************/
.PostImg {
	width:auto;
	float:left;
	height:auto;
}
img.alignleft, div.alignleft, .ngg-left {
	width:auto;
	float:left;
	margin:0px 8px 0px 0;
}
img.alignright, div.alignright, .ngg-right {
	float:right;
	margin:0px 0 0px 8px;
}
img.aligncenter, div.aligncenter, .ngg-center {
	text-align:center;
	margin:0px auto 6px auto;
}
.content2_block p a img {
	border:none;
	text-decoration:none;
	overflow:auto;
	margin:0 0 5px 0;
}
.content2_block {	
	margin-bottom:0;
}
p a img {
	border:none;
	text-decoration:none;
}
/************* WP CALENDAR *********/
#wp-calendar {
	border: 1px solid #0e1f89;
	empty-cells: show;
	font-size: 14px;
	margin: 5px 0 5px 0px;	
	width: 100%;
	background-color:#efe6d7;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #65230d;
	color: #fff;
}
#wp-calendar caption {
	color: #65230d;
	background-color:#b08656;
	font-size: 14px;
	text-align: center;
	padding:5px 0 5px 0;
	font-weight:bold;
}
#wp-calendar td {
	color: #000;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	background-color:#fff;
}
#wp-calendar td:hover, #wp-calendar td.pad:hover {
	background: #c09b66;
	color:#fff;
}
#wp-calendar #today {
	background: #decaaf;
	color: #fff;	
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/************* CUSTOM **************/
hr {
	clear:both;
	margin:5px 0;
}
.payments {
	border:1px solid #ccc;
}
.payments td {
	padding:5px;
	font-size:.8em;
	border-bottom:1px dotted #ccc;
	border-right:1px dotted #ccc;
}
.wp_cart_button_wrapper input {
	padding:4px;
}
.wp-cart-button-form input[type="submit"] {	
	padding:6px 11px;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	line-height:1;
	color:#FFF;
	border:none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#0A4B06), to(#89A988));
	background-image: -moz-linear-gradient(0% 80% 90deg,#0A4B06, #89A988);
	background-color:#0a4b06;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	-o-border-radius:23px;
	border-radius:23px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.wp-cart-button-form input[type="submit"]:hover {	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#f6ad38), to(#fff));
	background-image: -moz-linear-gradient(0% 80% 90deg,#f6ad38, #fff);	
	background-color:#f6ad38;
	color:#bf0000;
}
.wpcf7-form input, .wpcf7-form textarea {
	padding:2px 0;
	margin:4px 0 0 0;
}
.wpcf7-form p {
	margin:0 0 10px 0;
}
.wpcf7-response-output {
	background-color:#f89b33;
	color:#000;
}
.sidebar .wpcf7-form p {
	color:#fff;
	margin:0 0 6px 0;
}
.sidebar .wpcf7-not-valid-tip {
	width:170px;
	overflow:hidden;
}
.sidebar .wpcf7-submit {
	width:auto;
	padding:3px 10px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
	letter-spacing:.8px;
	color:#FFF;
	border:none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#f89b33), to(#f8eb51));
	background-image: -moz-linear-gradient(0% 80% 90deg,#f89b33, #f8eb51);
	background-color:#78777d;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-o-border-radius:9px;
	border-radius:9px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.sidebar .wpcf7-submit:hover {	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#c1ac7c), to(#fff));
	background-image: -moz-linear-gradient(0% 80% 90deg,#c1ac7c, #fff);	
	background-color:#ddddd5;
	color:#bd0000;
}


/* END screen media */
@media print {

.do-not-print { display: none; }
#comments { page-break-before: always;clear:both; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */