/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
 
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../League_Gothic-webfont.eot');
    src: url('../League_Gothic-webfont.eot?#iefix') format('eot'),
         url('../League_Gothic-webfont.woff') format('woff'),
         url('../League_Gothic-webfont.ttf') format('truetype'),
         url('../League_Gothic-webfont.svg#webfontFHzvtkso') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #C63; color:#fff; text-shadow: none; }
::selection { background: #C63; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

body {
	background: #806B59 url(../img/bg_site.gif) repeat-x 0 0;
	color: #C96;
	font-family: Georgia, Times, "Times New Roman", serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6, legend { 
    font: 2.5em/1.5em 'LeagueGothicRegular', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
}

a, a:active, a:visited { color: #b67843; }
a:hover { color: #c67836; }

#wrap {
	width: 972px;
	margin: 0 auto;
}

#logo {
	height: 162px;
	display: block;
}

#logo em {
	display: none;
}

nav ul {
	margin: 0;
	padding: 0 0 0 297px;
	list-style-type: none;
}

nav ul li {
	float: left;
}

nav a, nav a:visited {
	padding: 7px 15px;
    font: 1.875em/1em 'LeagueGothicRegular', Arial, sans-serif;
	color: #C96;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px #2c211b;
	display: block;
}

nav a:hover {
	color: #cfa67c;
}

#container {
	background: url(../img/bg_page.jpg) no-repeat 50% 0;
	min-height: 1512px;
}

#home #container {
	background-image: url(../img/bg_home.jpg);
}

#ltCol, .handbooks {
	margin: 0;
	padding: 0 72px;
	width: 558px;
	float: left;
	background: url(../img/bg_text.png) repeat-y 0 0;
}

.handbooks {
	margin-top: 30px;
}

#home #ltCol {
	margin-top: 72px;
	width: 459px;
}

#awards #ltCol {
	width: 459px;
}

#camp #ltCol {
	width: 459px;
	margin-top: 45px;
}

#awards #rtCol img, #camp #rtCol img {
	border: none;
	background: none;
}

#camp .benefits {
	width: 300px;
	color: #FFF;
	font-size: .75em;
}

#camp .benefits img {
	margin: 15px 15px 25px;
	float: left;
}

#camp .benefits strong {
	color: #C96;
}

#ltCol img {
	max-width: 414px;
	height: auto;
}

#ltCol img#sackMap {
    max-width: 510px;
}

#rtCol {
	padding: 72px 0 18px;
	width: 298px;
	float: left;
	color: #7f6142;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: .689em;
}

#rtCol strong {
	color: #2c211b;
	text-transform: uppercase;
}

#rtCol h2, #rtCol legend {
	padding: 0 0 9px;
	margin: 0 0 6px;
	color: #b67843;
	font-size: 3.25em;
	line-height: 1em;
	background: url(../img/bg_sidebar_h2.gif) no-repeat 0 100%;
}

#rtCol img, #care #ltCol img {
	margin: 0 0 6px 6px;
	padding: 6px;
	background: #FFF;
	border: 1px solid #e7d8c3;
	float: right;
}

#topBox {
	margin: 0 0 72px;
	height: 144px;
}

#main {
	clear: both;
	margin: 0 0 -4px;
	padding: 36px 0 0;
}

#main h1 {
	margin: 0 0 18px;
	color: #FFF;
	background: url(../img/bg_h1.gif) no-repeat 0 100%;
}

#main h1 a {
	color: #FFF;
	text-decoration: none;
}

#ltCol h2 {
	margin: 0 0 9px;
	padding: 0 0 9px;
	font-size: 1.875em;
	line-height: 1em;
	color: #FFF;
	background: url(../img/bg_h2.gif) no-repeat 0 100%
}

#main h3 {
	color: #b67843;
	font-size: 1.5em;
}

#main h4 {
	font-size: 1.313em;
}

#main p {
	margin: 0 0 18px;
	width: 414px;
}

#main ul {
	margin: 0 0 18px 0;
	padding: 0;
	list-style-type: none;
}

#main ul li {
	padding: 0 0 6px 18px;
	width: 414px;
	background: url(../img/bg_bullet.png) no-repeat 0 0;
}

#main ul#dealers li {
	margin: 0;
	padding: 20px 0 0;
	width: auto;
	background: none;
	clear: left;
}

#main ul#dealers li ul li, #main ul.contactList li {
	font-size: .75em;
	margin: 20px 20px 0 0;
	padding: 20px;
	width: 175px;
	height: 100px;
	background: #45372D;
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
}

#main ul.contactList li {
	width: 180px;
	height: auto;
}

#dealers a {
	font-size: 1.3125em;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

#main ul#CaliforniaCounties, #main ul#OregonCounties, #main ul#states {
	width: 420px;
	display: inline-block;
	font-size: .75em;
}

#main ul#CaliforniaCounties li, #main ul#OregonCounties li, #main ul#states li {
	margin: 0 0 .25em .25em;
	padding: 0;
	width: auto;
	float: left;
	background: #45372D;
	text-transform: uppercase;
	list-style-type: none;
	color: #FFF;
	border-radius: 1em;
	display: block;
}

#main ul#states strong {
	font-weight: normal;
}

#main ul#CaliforniaCounties li a, #main ul#OregonCounties li a, #main ul#states li a {
	padding: .25em .5em .25em .5em;
	color: #FFF;
	text-decoration: none;
	display: block;
}

#main ul#CaliforniaCounties li:hover, #main ul#OregonCounties li:hover, #main ul#states li:hover {
	background-color: #c67836;
	color: #FFF;
}

#CaliforniaCounties li a:hover, #OregonCounties li a:hover, #states li a:hover {
	color: #FFF;
}

#CaliforniaCounties :last-child, #states :last-child {
	border: none;
}

#main div.benefits ul li {
	width: 100%;
}

#ltCol .doc li {
	padding: 0;
	list-style-type: none;
	background: url(../img/bg_doc.gif) no-repeat 0 3px;
}

.doc li a {
	padding: 6px 0 6px 30px;
	font-size: .75em;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px #2c211b;
	display: block;
}

.intro {
	font-size: 1.125em;
}

address {
	margin: 0 0 18px;
	padding: 0 18px;
	font-size: .75em;
	text-transform: uppercase;
}

address strong {
	color: #FFF;
}

#contact address {
	font-size: 1em;
}

#contact iframe {
	margin: 12px 0;
}

#sackMap {
	margin: 0 -40px;
}

.analysis {
	margin: 0 0 18px;
	color: #2c211b;
	font-size: .75em;
}

.analysis tr td, .analysis tr th {
	padding: 6px 12px;
	border-bottom: 1px solid #C96;
	text-align: left;
}

.analysis tr th {
	color: #C96;
	text-transform: uppercase;
	background: #2c211b;
}

.analysis tr {
	background: #d6b390;
}

.analysis tr:nth-child(odd) {
	background: #e0c5aa;
}

.analysis tr td:nth-child(even), .analysis tr th:nth-child(even) {
	text-align: right;
}

.feeding tr td:nth-child(even) {
	text-align: left;
}

.white-popup {
  position: relative;
  background: #FFF;
  color: #000;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.white-popup h4 {
	font-size: 4em;
	line-height: 1em;
}

.white-popup img {
	margin: 0 20px 0 -20px;
	padding: 15px;
	background: #DFDFD0;
	float: left;
}

.white-popup a {
	color: #896240;
}

.white-popup p {
	margin-bottom: 15px;
}

.white-popup .analysis {
	width: 100% !important;
}

.white-popup .analysis tr th {
	color: #FFF;
	background: #000;
}

.white-popup .analysis tr td, .white-popup .analysis tr th {
	border-color: #000;
}

.white-popup .analysis tr {
	background: #EEE;
}

.white-popup .analysis tr:nth-child(odd) {
	background: #DDD;
}

.legal {
	font-size: .689em;
	line-height: 1.5em;
	font-style: italic;
}

.acc_trigger a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

.inner {
	width: 558px;
	overflow: hidden;
}

.inner p, .inner ul {
	width: 432px;
}

.inner img {
	float: right;
}

.inner a {
	text-decoration: none;
}

.pp_inline ul {
	margin-bottom: 18px;
}


.benefits {
	margin: 0 0 18px;
	padding: 12px 18px 0;
	width: 400px;
	background: #5c4331 url(../img/bg_benefits.png) no-repeat 0 0;
	border: 1px solid #1a1310;
}

.benefits h4 {
	text-shadow: #1a1310 2px 2px;
}

.benefits ul {
	color: #FFF;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: .689em;
	width: 378px;
}

.big {
	color: #e0c5aa;
	font-size: 1.25em;
}

.signupBtn {
	margin: 0 -60px;
}

div#Lamb_Slam .benefits {
	background-color: #8C6195;
}

div#Ring_Ready .benefits {
	background-color: #334969;
}

div.goat .benefits {
	background-color: #930F3A;
}

div.cattle .benefits {
	background-color: #946B5A;
}

div.pig .benefits {
	background-color: #DD6E06;
}

#main div.inner h3, #Lamb_Slam h3 {
	color: #FFF;
	font-size: 2em;
}

#main h3 {
	text-shadow: 1px 1px #5c4331, 2px 2px #5c4331, 3px 3px #5c4331;
} 

#main div.lamb h3 {
	text-shadow: 1px 1px #8C6195, 2px 2px #8C6195, 3px 3px #8C6195;
}

#main div.goat h3 {
	text-shadow: 1px 1px #930F3A, 2px 2px #930F3A, 3px 3px #930F3A;
}

#main div.cattle h3 {
	text-shadow: 1px 1px #946B5A, 2px 2px #946B5A, 3px 3px #946B5A;
}

#main div.pig h3 {
	text-shadow: 1px 1px #DD6E06, 2px 2px #DD6E06, 3px 3px #DD6E06;
}

div.mc-field-group {
	padding: 12px 0 9px;
}

input.btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: .5em 1.5em .55em;
	text-shadow: 0 1px 1px #5c4331;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #5c4331;
	background: #4e3625;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e3625), to(#211814));
	background: -moz-linear-gradient(top,  #4e3625,  #211814);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e3625', endColorstr='#211814');
}

.mgmt {
	margin: 0 15px 15px 0;
	width: 190px;
	height: auto;
}

#mc_embed_signup label {
	padding: 0 6px 0 0;
}

#mc_embed_close {
	display: none;
}

footer {
	margin: 0;
	padding: 18px 0 72px 72px;
	width: 558px;
	background: url(../img/bg_footer.png) no-repeat 0 0;
	font-size: .675em;
	clear: both;
}

/* gallery styling */

.pagelist {
	clear: both;
}

ul.pagelist li {
	background: none;
	float: left;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* zenphoto */

.album {
float: left; 
width: 390px; 
padding-bottom: 20px;
}

.imagethumb, .albumthumb {
	float: left;
	margin: 20px 20px 0 0;
	padding: 6px 6px 3px;
	border: 1px solid #E7D8C3;
	cursor: pointer;
	background: #FFF;
}

.imagethumb em {
	color: #C96;
	font-size: .675em;
	line-height: 1em;
	text-decoration: none;
}

.albumthumb {
	float: none;
	display: inline-block;
	margin-bottom: 18px;
}

.clear {
	clear: both;
}

#back {
	margin: 20px 0 0 0;
	font-size: 0.9em;
}

#add{
	margin: 10px 0 0 0;
	font-size: 0.9em;
	text-align: right;
}

#images {
	width: 440px;
}

#main ul.pagelist li {
	float: left;
	width: auto !important;
	display: inline;
	background: none;
}

#winners a {
	color: #C96;
	text-decoration: none;
}

#winners ul li {
	margin: 0 10px 10px 0;
	padding: 10px 10px 0;
	background: #5c4331;
	display: block;
	float: left;
	width: 130px;
}

#winners ul li p {
	width: auto !important;
	font-size: .75em;
}

.legend {
	margin: 0 0 -60px;
	padding: 18px 20px;
	width: 140px !important;
	color: #FFF;
	text-shadow: 1px 1px 0 #2B2019;
	font-size: .875em;
	background: #45372D;
	position: relative;
	top: 110px;
	left: 200px;
}

.headshot {
    width: 120px;
    height: 120px;
}

.tel {
	font-size: 2em;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #036; }

/* slideshow in-page placement */
div#slideshow {
	margin: 72px 0 0;
	position:relative;
	height: 432px;
	clear: left;
}

/* accordion styles */

.js #main .accordion {visibility:hidden}

.accordion .inner {position:relative; overflow:hidden}

a.trigger {
	color: #FFF;
	text-decoration: none;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media all and (max-width: 900px) {
	.mgmt { width: 100%; }

  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  #logo em { text-align: center; display: block; }
}

