@import url(main_editor_styles.css);
/* Default Styles */
body, td, input, select, option, textarea {
	font:normal normal normal 12px Arial,Helvetica,Sans-serif;
}

body {
	margin:0;padding:0;
	background-color:white;
	color:#555658;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#body {
	background-color:#7e8083;
}
a {
	color:#005595;
	text-decoration:none;
}
.html a:hover {
	color:#e4701d;
}
p.intro {
	color:#005595;
}
h1 {
	margin:0;
	font-size:26px;
}
h2 {
	color:#e4701d;
	font-size:16px;
	margin:0;
}
h2 a { color:inherit }
.clear { clear:both }

#header, #main, #footer {
	width:955px;
	margin:0 auto;
}

/* header */

#header {
	background-color:#e7eaed;
	position:relative;
}
#header img.logo {
	float:left;
	margin:100px 24px 0 24px;
}

.info-panel {
	position:absolute;
	bottom:0;
	right:0;
	width:750px;
	color:#ffffff;
	background:url(../images/background_blue.png) repeat;
	min-height:56px;
	line-height:14px;
  overflow:hidden; /* I'm not sure what is causing this issue in IE6. but it doesn't break anything in any other browsers so we may as well have it. */
}
.info-panel-inner {
	margin:14px 10px 14px 203px;
	position:relative;

}
/* main */

#main {
	background-color:#e7eaed;
	position:relative;
}


/* nav */

#nav {
	float:left;
	width:204px;
	z-index:2;
	position:relative;
	overflow:visible;
	margin-bottom:50px;
}
#nav img {
	margin-left:16px;
}
#nav ul, #nav li {
	margin:0;
	padding:0;
	overflow:visible;
}
#nav ul {
	margin:15px 0 0 5px;
}
#nav li {
	list-style:none;
	overflow:visible;
	position:relative;
  float:left;
}

#nav .menulist ul {
  position:absolute;
  top:0;left:199px;
  display:none;
  padding:0;
  width:auto;
 	margin:0;
}
#nav ul.menulist ul ul {
left:179px;}
#nav ul.menulist ul li {
width:180px;display:block;}

#nav .menulist ul a {
    padding-left:5px;
}

#nav a {
  float:left;
  margin:0;
	display:block;
	width:174px;
	padding:5px 0 5px 20px;
	white-space:nowrap;
  height:18px;
}
#nav a:hover, #nav .menulist li a.highlighted, #nav ul li li a{
	color:white;
	background:url(../images/background_blue.png) repeat;
}

#nav li.horses a { color:rgb(196,154,108); }
#nav li.horses a:hover,
#nav li.horses a.highlighted,
#nav ul li.horses li a,
.horses .info-panel{
	color:white;background:url(../images/background_brown.png) repeat;
}

#nav li.pets a { color:rgb(118,125,162); }
#nav li.pets a:hover,
#nav li.pets a.highlighted,
#nav ul li.pets li a,
.pets .info-panel{
	color:white;
	background:url(../images/background_purple.png) repeat;
}

#nav li.farm-animals a {color:rgb(155,172,75);}
#nav li.farm-animals a:hover,
#nav li.farm-animals a.highlighted,
#nav ul li.farm-animals li a,
.farm-animals .info-panel{
	color:white;
	background:url(../images/background_green.png) repeat;
}
#nav .menulist li a.highlighted {
	background-color:#bbb;

}
#nav ul.menulist ul li a:hover {
background:#e4701e;
}
/* quickforms */
#quick_forms {
	width:100%;
	background:url(../images/background_blue.png) repeat;
	color:white;
	float:left;
	position:absolute;
	height:0px;
	left:0;
}
#quick_forms form {
	position:absolute;
	right:0;
	float:right;
	clear:both;
	visibility:hidden;
	bottom:20px;
	padding:0;margin:0;
}
#quick_forms input, #quick_forms label, #quick_forms .label, #quick_forms a.btn{
	float:left;
	display:block;
	height:23px;
	line-height:23px;
	border:0;

	margin-right:20px;
}
#quick_forms input{
 background-color:white !important; /* to override the google's autofill style.*/
 }
#quick_forms input[type="text"]:focus, #quick_forms input[type="password"]:focus{
	outline:1px solid #e4701e; /* it's just cosmetic so attribute selectors are fine */
}
#quick_forms input[type="checkbox"] {
height:auto;margin-top:4px;}
#quick_forms input.btn, #quick_forms a.btn{
	width:100px;height:25px;line-height:25px;
	background:url("../images/btn.gif") no-repeat center center transparent !important; /*to override my style above. see why !important should be the last thing you try.*/
	color:white;margin-top:-2px;cursor:pointer;
}
#quick_forms label, #quick_forms .label{
	margin-right:10px;text-transform:lowercase;
}
#quick_forms ul{
	position:absolute;
	bottom:-24px;
	right:40px;
	height:24px;
	width:190px;
	background:url('../images/tab.png');
	padding:0;margin:0;
}
#quick_forms li{
	float:left;
	display:block;
	position:relative;
	height:24px;
	text-align:center;
	padding:0;margin:0;
}
#quick_forms a {
	padding:0 8px;
	display:block;
	border-left:1px solid white;
	line-height:22px;
	color:white;
	font-size:9px;
	text-transform:uppercase;
}
#quick_forms li.first a {
	border:0;
	padding-left:15px;
}
#quick_forms .two-line {text-align:right; line-height:12px;}
#quick_forms .less-important {font-size:12px;}
#quick_forms input[type="hidden"] {display:none;}
/* main-content */

#main-content {
	float:left;
	width:751px;
	background-color:#ffffff;
	position:relative;
	line-height:1.4;
    padding-bottom:4em;
}
#main-content .side {
	float:left;
	width:174px;margin-right:10px;
}
#main-content .html img {}
#main-content p.read-more {
	text-align:right;
}
#main-content .breadcrumbs {
	height:18px;
	background-color:#e7eaed;
	font-size:11px;
	padding:5px 0 0 22px;
}
.info-panel h1 {
	position:absolute;
	bottom:0;
	left:0;
	padding:14px 38px 14px 20px;
	color:white;
	background:no-repeat center right;
	display:block;
}
h1.dairy, h1.beef{background-image:url(../images/icon-cow.png)}
h1.horses{background-image:url(../images/icon-horse.png)}
h1.cats {background-image:url(../images/icon-cat.png)}
h1.sheep {background-image:url(../images/icon-sheep.png)}
h1.dog, h1.dogs {background-image:url(../images/icon-dog.png)}
h1.pigs, h1.pig {background-image:url(../images/icon-pig.png)}
.info-panel a:link, .info-panel a:visited {color:white;font-weight:normal;text-decoration:underline;}
.info-panel a:focus, .info-panel a:active, .info-panel a:hover {color:white;font-weight:bold;text-decoration:underline;}
#main-content .content {
	margin:20px;
}
#main-content .content-inner {
float:left;
width:520px;
margin:0;}
.home #main-content .content-inner {
width:400px;
}
.columns {
column-count:2;
-moz-column-count:2;
-webkit-column-count:2;
column-width:240px;
-moz-column-width:240px;
-webkit-column-width:240px;
column-gap:15px;
-moz-column-gap:15px;
-webkit-column-gap:15px;
display:block;
width:530px;
}
/* pretend columns because of some bizarre errors with the header image and the ie javascript column creatoor */
.info-panel-inner{
width:530px;
margin-right:-15px;
float:left;
margin-bottom:0;
display:block;
}
.faux-column {
margin-right:15px;
padding-bottom:15px;
float:left;
width:240px;
display:block;
position:relative;
}

.manualcol-left, .manualcol-right {
	float:left;
	width:255px;
	margin-right:15px;
}
.manualcol-right {
	margin-right:0;
}

/* footer */


#footer {
	text-align:center;
	padding:1em 0 1em 125px;
	width:835px;
	font-size:11px;
}
#footer, #footer a {
	color:#CCCCCC;
	text-decoration:none;
}
#footer img {
	float:right;
	margin-bottom:2em;
}


/* news */

.home #news {
	float:left;
	width:200px;
	color:#005595;
	background-color:#fadcc5;
	padding:43px 19px 11px 19px;
	position:absolute;
	top:0;right:0;bottom:0;
}
#news ul{list-style-type:none;margin:0;padding:0 0 1.4em;line-height:1.4;}
#news .date {font-style:italic;padding:0;margin:0;font-size:10px;}

.cb_label { float:left; }

/* Clear */
.clear { clear:both; }

/* Gallery */
.mix_gallery_item img { border:none; padding:2px; }

#gallery_popup { padding:0; margin:0; background-color:#000000; color:#999999; font-size:12px }
#gallery_popup .gallery_caption, #gallery_popup .gallery_footer { width:152px; margin:14px 14px 14px 0 }
#gallery_popup .gallery_caption { position:absolute; top:0; right:0 }
#gallery_popup .gallery_caption h1 { color:#FFFFFF; font-weight:normal; font-size:16px; margin-top:0 }
#gallery_popup .gallery_footer { position:absolute; bottom:0; right:0; border-top:1px #666666 dotted }
#gallery_popup .gallery_footer h2 { color:#FFFFFF; font-weight:normal; font-size:1em; line-height:1.1em; margin:1em 0 0 0 }
#gallery_popup .gallery_browser { margin-top:1em }
#gallery_popup .gallery_browser img { margin-right:1px }
#gallery_popup #mix_ip_image { border-right:solid 1px #FFFFFF }

/* Standard Form Layout */
.form_standard fieldset { display: block; border: none; margin: 0 0 0 10px; padding: 0; }

	/* Radio button groups */
	.form_standard fieldset fieldset { clear: left; }
	.form_standard fieldset.radio {  } /* margin: 1em 0 0 -1em; */
	.form_standard fieldset.radio legend { font-weight:bold;}
	.form_standard fieldset.radio input { position: static;  float: left; } /*clear: both;*/
	.form_standard fieldset.radio label { position: relative; top: 0.5em; display: inline; width: auto; margin: 0 0 0 2em; font-weight: normal;float:left;clear:none;}
	.form_standard fieldset.radio span { position: relative; top: 0.3em;display:block;white-space:nowrap;}
	.form_standard fieldset.radio span span { top: 0; }

	/* Labels */
	.form_standard fieldset legend { color:#555658; font-weight: normal; padding: 0; margin: 5px 0 0 0; }
	.form_standard fieldset legend.bold { font-weight: bold; }
	.form_standard label { clear: both; float: left; display: block; width: 9em; margin-top: -0.8em; font-weight:bold; }
	.form_standard label.first { margin-top: 0.6em; }
	.form_standard label.no_input { position: relative; top: -1.6em; left: 9em; display: block; margin:0; padding:3px 0 3px 0; font-weight:normal; width: 18em;}

	/* Normal inputs */
	.form_standard input { position: relative; top: -1.6em; left: 9em; display: block;}
	.form_standard textarea { position: relative; top: -1.6em; left: 9em; display: block; width:200px;height:100px;}
	.form_standard span.text { position: relative; top: -1.1em; left: 9em; display: block; width: 250px; }
	input.submit {background:url("../images/btn.gif") no-repeat center center transparent !important;
	color:white;margin-top:-2px;border:0;width:100px;height:25px;line-height:25px;cursor:pointer;}
	.form_standard input.left { left: 1em; }
	.form_standard select { position: relative; top: -1.6em; left: 9em; display: block; }

	/* Smarty Date inputs - used in additional fields */
	.form_standard div { clear:both; width:250px; }
	.form_standard div select.month { display:inline; margin-right: 4px; }
	.form_standard div select.day { display:inline; margin-right: 4px; }
	.form_standard div select.year { display:inline; }

	.form_standard div.date_range { width: 300px; }
	.form_standard div.date_range div { float:left;clear:both; margin-left: 5px; font-weight:normal; }


	.fieldset_checkbox_scroll { width:350px;height:250px;overflow:auto; }

/* Contact Form */

.error_text {color:#FF0000; font-style:italic;font-size:10px;padding:10px 10px 30px 10px;}
.form_inline strong, strong.form_inline, label.form_inline { clear:left; float:left; display:block; width:100px; }

/* Shop */

.shopcrumb, .shopcrumb a { color:#666666; }

.shop_prod_list, .shop_prod_list li { clear:left; list-style:none; margin:0; padding:0; }
.shop_prod_list { width:80%; }
.shop_prod_list li { padding-bottom:20px; }
.shop_prod_list img { float:left; border:none; margin:0 10px 10px 0; }
.shop_prod_list .price_box { float:right; width:150px; margin:0 0 0 10px; font-weight:bold; text-align:right; }

.shop_pics { float:left; padding:0 15px 15px 0; width:100px; }
.shop_buynow { float:right; margin:0 0 15px 15px; width:170px; }
.shop_buynow form { margin:0; padding:0; }

/* Checkout */

.checkout_box { float:left; width:175px; margin:0px 15px 15px 0px; }
.checkout_box_input { float:left; width:35px; }
.checkout_box_label { float:left; width:150px; }
.checkout_subtle label { font-size:11px; color: #999; cursor: pointer; }
.checkout_textarea { width:200px; height:80px; }
.checkout_error { color:#FF0000; font-style:italic; }
.checkout_payment_options { list-style:none; margin-left:20px; padding-left:0; }

.checkout_order_summary th { font-style:italic; font-weight:normal; border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_item td			{ border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_discount td	{}
.checkout_order_summary tr.row_shipping td	{}
.checkout_order_summary tr.row_total td			{ border-bottom:1px solid #E7D9C5; border-top:1px solid #E7D9C5; }

/* User Signup */

.signup_text_label { float:left; clear:left; display:block; width:120px; font-weight:bold; }

/* Workshop */
.workshop_container { border: 1px solid black; width: 760px; }
.workshop_container legend { font-weight: bold; padding: 0; margin: 0; }

.workshop_build_preview { float: left; width: 200px; }
.workshop_build_canvas { display:block; }
.workshop_build_canvas ul { }
.workshop_build_canvas li { display: inline; padding-right: 25px; }

.workshop_build_scroll {  height: 400px; overflow: auto; }
.workshop_build_scroll_item { float:left; padding:5px; width:150px; border: 2px solid white; }
.workshop_build_scroll_item {  }
.workshop_build_scroll_radio p { margin-left: 25px; }

.workshop_build_scroll p { clear:both; }

.workshop_cat_tree { margin: 0 0 0 1em;	padding: 0;	overflow: auto; }
.workshop_cat_tree ul {	margin: 0; padding: 0; padding-left: 20px;	background: url(../admin/images/workshop_tree_menu.gif) no-repeat left top; }
.workshop_cat_tree li {	list-style: none;	margin: 0; padding: 0; }
.workshop_cat_tree span {	position: relative;	top: -0.3em; }

.workshop_build_sel { background-color: #eee; }

.workshop_fieldset { border: 1px solid black; margin: 5px; padding:5px; }
.workshop_fieldset legend { font-weight: normal; }
.workshop_fieldset p label { float: left; width: 100px; }

.workshop_panel_selected { font-weight: bold; }

.workshop_swatch_label { border: 1px dotted #000; padding: 4px; }
.workshop_swatch_image { text-align: center; padding: 4px; margin: 0;}
.workshop_swatch_image img { border: 1px solid #000; }

.workshop_swatch_pick { width: 35px; height: 35px; border: 1px solid black; }

/* forum */
.forum_input label {display:block;}
.forum_input textarea {width:50%;height:12em}
.forum_input input {width:30%;}
.forum_input .submit {width:auto;}
.forum_input .checkbox {width:auto;float:left;}

/* handling hidden pages */
.hidden{color:#C7C7C7;}
