/*
Theme Name: Rockin R Theme
Author: Eli Kirk
Author URI: http://elikirk.com
Description: Custom theme
Version: 1.0
Tags: Custom
Text Domain: Rockin

*/


/* ----------------------- Reset --------------------------------------- */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{ margin:0; padding:0; border:0; vertical-align:baseline; }
body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }
caption, th, td { font-weight:normal; text-align:left; }
h1, h2, h3, h4, h5, h6 { clear:both; }
html { overflow-y:scroll; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
a:focus { outline:thin dotted; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display:block; }
audio, canvas, video { display:inline-block; }
audio:not([controls]) { display:none; }
del { color:#333; }
ins { background:#fff9c0; text-decoration:none; }
hr { background-color:#ccc; border:0; height:1px; margin:24px; margin-bottom:1.714285714rem; }
sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sup { top:-0.5em; }
sub { bottom:-0.25em; }
small { font-size:smaller; }
img { border:0; -ms-interpolation-mode:bicubic; }

/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after { clear:both; }
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after { display:table; content:""; }

.cutout { display:block; }

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title, .page-title, .widget-title, .comment-content th {
	font-size:11px;
	line-height:2.181818182;
	font-weight:bold;
	text-transform:uppercase;
	color:#636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button, input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button, input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a, .gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.smallscreen-nav { display:none; min-height:57px; background:#301B0E url(images/mobile_nav_top.png) center top repeat-x; border-top:1px solid #c0b8b2; }
.smallscreen-nav2 { height:54px; border-bottom:1px solid #c0b8b2; }
.smallscreen-nav h3 { display:block; width:195px; height:79px; position:absolute; left:50%; margin-left:-97px; }
.smallscreen-nav h3 a { display:block; width:195px; padding-top:79px; height:0; background:transparent url(images/home_link.png) left top no-repeat; overflow:hidden; }
.smallscreen-nav h3 a:hover { background:transparent url(images/home_link.png) left -79px no-repeat; }
.smallscreen-nav a.expand-menu { position:absolute; top:0; left:0; width:70px; height:55px; outline:0; text-decoration:none; background:transparent url(images/mobile_nav_btn.png) 22px 17px no-repeat; }
.nav-menu2 { display:none; }
.nav-menu2 li a img { vertical-align:bottom; }

.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous, .previous-image {
	float: left;
	width: 50%;
}
.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area, #comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-rendering: optimizeLegibility;
	color: #794400;
	background:#f5f3f2 url(images/body_bg.png) left top repeat;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site { padding: 0 24px; z-index:100; position:relative; }
.site-content {
	margin:0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header { 
	padding:0; 
}
.site-header h1,
.site-header h2,
.site-header h3 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a,
.site-header h3 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover,
.site-header h3 a:hover {
	color: #21759b;
}
.site-header .site-title {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
}
.site-header .site-description {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
}

/* Banner */
section[role="banner"] { margin-bottom:48px; margin-bottom:3.428571429rem; }

#photos { position:relative; }
#photos img { -moz-box-shadow:2px 2px 5px #aaa; -webkit-box-shadow:2px 2px 5px #aaa; box-shadow:2px 2px 5px #aaa; width:100%; -ms-interpolation-mode: bicubic; }

/* ************************************************************ */
/* ********************** Home page stuff ********************* */
/* ************************************************************ */

#header-img { position:absolute; width:100%; z-index:101; }
#header-img2 { position:relative; margin:0 auto; z-index:0; text-align:center; overflow:hidden; background:transparent url(images/header_bg.jpg) center top repeat-x; max-height:363px; overflow-y:hidden; }
#header-img img { width:100%; max-width:1350px; }
.ie8 #header-img img { max-height:365px; }

#subheader-holder { position:relative; width:100%; }
#subheader-holder2 { position:absolute; top:-20px; width:100%; }
#subheader { position:relative; width:100%; margin:0 auto; z-index:9999; text-align:center; padding-top:15px; height:54px; background:transparent url(images/header_border2.png) left top repeat-x; }
#subheader-text { color:#fffbf4; font-size:36px; line-height:40px; display:inline-block; font-weight:900; font-style:italic; padding:0 50px 0 50px; background:url(images/header_border2_left.png) left -6px no-repeat, url(images/header_border2_right.png) right -6px no-repeat; } 
#subheader-text2 { background-color:#452815; }

#subnav { text-align:center; position:absolute; top:30px; width:100%; }
#subnav2 { display:inline-block; background-color:#779222; color:#fffbf4; padding:19px 18px 2px 18px; border-radius:5px; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; box-shadow: 0 0 4px #333333; max-width:600px; margin:0 auto; }
.subnav-wide #subnav2 { width:auto; max-width:none; }
#subnav a { color:#fffbf4; text-decoration:none; }
#subnav a:hover { text-decoration:underline; }
#subnav li { list-style-type:none; display:inline-block; padding:0 7px 0 3px; border-right:1px solid #fffbf4; margin-bottom:15px; }
.ie7 #subnav li { display:inline; }
#subnav li:last-child { border:0; }
#subnav li.current_page_item a { text-decoration:underline; } 

#tagline { width:655px; margin:0 auto; background:transparent url(images/tagline_bg.png) center bottom no-repeat; text-align:center; padding:110px 45px 120px 45px; color:#af8f66; font-size:36px; font-style:italic; font-weight:900; }
#tagline-spacer { padding:20px 25px 20px 25px; }

#banner-outer { position:absolute; width:100%; left:0; }
#banner { position:absolute; width:100%; z-index:0; background:transparent url(images/header_bg2.jpg) left top repeat; overflow:hidden; }
#banner-inner { position:relative; min-width:1180px; max-width:1350px; margin:0 auto; z-index:0; text-align:center; overflow:hidden; }
#banner .banner { width:100%; position:absolute; }
#banner .banner .banner2 { width:100%; position:relative; overflow:hidden; }
#banner .border { position:absolute; bottom:-8px; width:100%; height:40px; background:transparent url(images/header_border.png) center bottom repeat-x; z-index:20; }

#banner1 { top:0; left:0; }
#banner1 img.foreground { width:100%; position:absolute; top:0; left:0; z-index:15; }
#banner1 img.background { width:115%; position:absolute; top:0; left:-7.5%; z-index:10; }

#banner2 { top:0; /* left:100%;*/ opacity:0; }
.ie7 #banner2, .ie8 #banner2 { display:none; }
#banner2 img.foreground { width:100%; position:absolute; top:0; left:0; z-index:15; }
#banner2 img.background { width:120%; position:absolute; top:-10.0%; left:-12.0%; z-index:10; }

#banner3 { top:0; /* left:100%;*/ opacity:0; }
.ie7 #banner3, .ie8 #banner3 { display:none; }
#banner3 img.foreground { width:100%; position:absolute; top:0; left:0; z-index:15; }
#banner3 img.background { width:120%; position:absolute; top:-10.0%; left:-10.0%; z-index:10; }

#banner4 { top:0; /* left:100%;*/ opacity:0; }
.ie7 #banner4, .ie8 #banner4 { display:none; }
#banner4 img.foreground { width:100%; position:absolute; top:0; left:0; z-index:15; }
#banner4 img.background { width:115%; position:absolute; top:0; left:-7.5%; z-index:10; }

#banner5 { top:0; /* left:100%;*/ opacity:0; }
.ie7 #banner5, .ie8 #banner5 { display:none; }
#banner5 img.foreground { width:100%; position:absolute; top:0; left:0; z-index:15; }

#banner6 { top:0; /* left:-100%;*/ opacity:0; }
.ie7 #banner6, .ie8 #banner6 { display:none; }
#banner6 img.foreground { width:100%; position:absolute; top:0; left:0; z-index:15; }

#btns { position:relative; max-width:1350px; margin:0 auto; z-index:125; }
#banner_prev { position:absolute; top:350px; left:25px; width:70px; height:76px; background:transparent url(images/laquo.png) left top no-repeat; z-index:125; outline:0; }
#banner_prev:hover { background:transparent url(images/laquo.png) left -76px no-repeat; }
#banner_next { position:absolute; top:350px; right:25px; width:70px; height:76px; background:transparent url(images/raquo.png) left top no-repeat; z-index:125; outline:0; }
#banner_next:hover { background:transparent url(images/raquo.png) left -76px no-repeat; }
.ie7 #banner_prev, .ie8 #banner_prev, .ie7 #banner_next, .ie8 #banner_next { display:none; }

#cta2, #cta3, #cta4, #cta5, #cta6 { opacity:0; }
#call-to-action-holder { height:650px; position:relative; width:100%; overflow:hidden; }
.call-to-action { text-align:left; position:absolute; }
.call-to-action p { text-align:center; width:400px; background:transparent url(images/filigree.png) center top no-repeat; padding-top:30px;
			color:white; font-size:32px; font-weight:800; font-style:italic; line-height:135%; }
.call-to-action p a { display:inline-block; margin-top:3px; width:186px; height:73px; background:transparent url(images/btn_reserve.png) left top no-repeat; }
.call-to-action p a:hover {  background:transparent url(images/btn_reserve.png) left -73px no-repeat; }

#cta1 { top:123px; right:78px; z-index:56; }
#cta2 { top:263px; left:30px; z-index:55; }
#cta3 { top:100px; left:0; z-index:54; }
#cta4 { top:100px; left:215px; z-index:53; }
#cta4 p { width:550px; }
#cta5 { top:110px; right:80px; z-index:52; }
#cta6 { top:100px; left:215px; z-index:51; }
#cta6 p { width:550px; }
.ie7 #cta2, .ie8 #cta2,
.ie7 #cta3, .ie8 #cta3,
.ie7 #cta4, .ie8 #cta4,
.ie7 #cta5, .ie8 #cta5,
.ie7 #cta6, .ie8 #cta6 { display:none; }

#woodbox-outer { width:959px; height:423px; padding:30px 38px 30px 38px; background:transparent url(images/woodbox_dropshadow_outer.png) 25px 19px no-repeat; position:relative; }
#woodbox-outer2 { width:959px; height:423px; overflow:hidden; position:relative; }
#woodbox-lariat { display:none; width:1035px; height:482px; position:absolute; top:9px; left:-4px; pointer-events:none; background:transparent url(images/woodbox_lariat.png) left top no-repeat; }
#woodbox-lariat1 { width:1035px; height:80px; position:absolute; top:9px; left:-4px; pointer-events:none; background:transparent url(images/woodbox_lariat2.png) left top no-repeat; }
#woodbox-lariat2 { width:80px; height:322px; position:absolute; top:89px; left:-4px; pointer-events:none; background:transparent url(images/woodbox_lariat2.png) left -80px no-repeat; }
#woodbox-lariat3 { width:80px; height:322px; position:absolute; top:89px; right:4px; pointer-events:none; background:transparent url(images/woodbox_lariat2.png) right -80px no-repeat; }
#woodbox-lariat4 { width:1035px; height:80px; position:absolute; top:411px; left:-4px; pointer-events:none; background:transparent url(images/woodbox_lariat2.png) left bottom no-repeat; }
#woodbox { position:absolute; width:1565px; height:423px; top:0; left:0; background:transparent url(images/woodbox_bg.png) left top no-repeat; } /* -606px; */
#woodbox-inner { position:absolute; width:959px; height:423px; top:0; left:0; background:transparent url(images/woodbox_dropshadow_inner.png) left top no-repeat; }
#woodbox-content { position:absolute; width:1918px; height:423px; top:0; left:0; color:white; } /* -959px; */
#woodbox-content a, #woodbox-content a:active, #woodbox-content a:focus { outline:none;  }
#woodbox-text1 { float:right; width:959px; height:423px; }
#woodbox-text2 { float:left; width:959px; height:423px; }
#woodbox-content h2 { font-weight:800; font-style:italic; font-size:24px; margin-bottom:18px; clear:none; }
#woodbox-content a { text-decoration:none; color:#4caee0; }
#woodbox-content .woodbox-text-inner { padding:60px 70px; }
#woodbox-content .woodbox-pricing { float:left; width:414px; }
#content .woodbox-pricing { font-style:italic; font-size:24px; float:left; margin-right:54px; }
#content .woodbox-pricing table.pricing { width:100%; font-size:18px; margin-bottom:15px; }
#content .woodbox-pricing table.pricing th, .woodbox-pricing table.pricing td { border-bottom:1px solid white; padding:8px 0 10px 15px; }
#content .woodbox-pricing table.pricing tr:last-child th, .woodbox-pricing table.pricing tr:last-child td { border:none; }
#content .woodbox-pricing table.pricing th { font-weight:bold; font-size:24px; }
#content .woodbox-pricing table.pricing .price { font-size:24px; }
#content .cowboy-camp-link { float:right; width:200px; padding-top:41px; }
#content .woodbox-wide { padding:0; font-size:20px; margin-left:20px; width:520px; }
#content .woodbox-wide p, #content .cowboy-camp-link p { line-height:140%; margin-bottom:12px; font-size:20px; }
#content .woodbox-wide #clickme2 { font-style:italic; }
#content .woodbox-pricing #pricing_complete { float:right; }

#woodbox-content input[type=text] { padding:8px; }
#woodbox-content input.full, #woodbox-content input.short { color:#ede0c9; background:#5f4633 url(images/woodbox_input_bg.png) left top repeat-x; border:2px solid #8e7963; font-style:italic; font-size:18px; }
#woodbox-content input.full { width:327px; }
#woodbox-content input.short { width:144px; }
#woodbox-content input.short { background-image: url(images/calendar_icon.png), url(images/woodbox_input_bg.png); background-position: 96% 5px, left top; background-repeat: no-repeat, repeat-x; }
#woodbox-content input.last { margin-left:15px; }
#woodbox-content input.submit { display:block; padding-top:10px; margin-left:auto; }

#woodbox-content .woodbox-request-reservation { float:left; width:350px; }
#woodbox-content .woodbox-request-reservation p { margin-bottom:14px; }
#woodbox-content .woodbox-request-reservation h2 { margin-bottom:30px; }

body .ui-widget-header .ui-icon { background-image:url(images/ui-icons_b83400_256x240.png); }

.page-template-homepage-php #photos { height:640px; }
.page-template-homepage-php #photo-1 { position:absolute; top: 7.81%; left:-01.3%; width:43.8%; transform:rotate(-6deg); -ms-transform:rotate(-6deg); -moz-transform:rotate(-6deg); -webkit-transform:rotate(-6deg); -o-transform:rotate(-6deg); } 
.page-template-homepage-php #photo-2 { position:absolute; top:44.53%;; left: 09.5%; width:43.8%; transform:rotate(4deg); -ms-transform:rotate(4deg); -moz-transform:rotate(4deg); -webkit-transform:rotate(4deg); -o-transform:rotate(4deg); } 
.page-template-homepage-php #photo-3 { position:absolute; top:10.16%; left: 38.0%; width:43.8%; transform:rotate(-2deg); -ms-transform:rotate(-2deg); -moz-transform:rotate(-2deg); -webkit-transform:rotate(-2deg); -o-transform:rotate(-2deg); } 
.page-template-homepage-php #photo-4 { position:absolute; top:31.09%; left: 56.2%; width:43.8%; transform:rotate(-11deg); -ms-transform:rotate(-11deg); -moz-transform:rotate(-11deg); -webkit-transform:rotate(-11deg); -o-transform:rotate(-11deg); } 
#photos .posholder { display:block; position:relative; height:0; width:100%; }
#photos .photoText { position:absolute; top:80px; width:100%; text-align:center; color:white; font-family:"adelle",serif; font-weight:800; font-size:24px; font-style:italic; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8); }
#photos img.play-button { position:absolute; top:120px; left:50%; width:20%; margin-left:-10%; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }

.home .page { text-align:center; } 
.home #content { background:none; padding:0; width:auto; float:none; margin:0; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.home .entry-content { width:640px; margin:0 auto; color:#794400; font-size:16px; text-align:left; }

.site-content { padding-bottom:40px; }
#content { background:white url(images/content_bg.jpg) left top repeat; position:relative; font-size:16px; padding:10px; margin-bottom:40px; margin:0 3px; z-index:10; -moz-box-shadow:0 0 3px #aaa; -webkit-box-shadow:0 0 3px #aaa; box-shadow:0 0 3px #aaa; }
#content2 { padding:20px 30px 2px 20px; font-size:15px; background: url(images/content_border_vert.png) left top repeat-y, url(images/content_border_vert.png) right top repeat-y, url(images/content_border_horiz.png) left top repeat-x, url(images/content_border_horiz.png) left bottom repeat-x; }
#content p { margin-bottom:8px; font-size:16px; }
#content a { color:#4caee0; text-decoration:none; }
#content a:hover { text-decoration:underline; }

.content-2pics-left { padding-bottom:40px; }
.content-2pics-left #content { width:50%; float:right; }
.content-2pics-left #photos { height:640px; width:45%; float:left; z-index:-1; }
.content-2pics-left #photo-1 { position:absolute; top: 5.81%; left:1.0%; width:109%; z-index:-4; transform:rotate(2deg); -ms-transform:rotate(2deg); -moz-transform:rotate(2deg); -webkit-transform:rotate(2deg); -o-transform:rotate(2deg); } 
.content-2pics-left #photo-1.portrait { width:81%; top:0.5%; }
.content-2pics-left #photo-2 { position:absolute; top:47.53%; left:09.5%; width:109%; z-index:-5; transform:rotate(-4deg); -ms-transform:rotate(-4deg); -moz-transform:rotate(-4deg); -webkit-transform:rotate(-4deg); -o-transform:rotate(-4deg); } 
.content-2pics-left #photo-2.portrait { width:81%; }

.content-2pics-right { padding-bottom:40px; }
.content-2pics-right #content { width:50%; float:left; margin-left:3px; }
.content-2pics-right #photos { height:640px; width:45%; float:right; z-index:1; }
.content-2pics-right #photo-1 { position:absolute; top: 5.00%; right:13.0%; width:100%; z-index:-5; transform:rotate(-4deg); -ms-transform:rotate(-4deg); -moz-transform:rotate(-4deg); -webkit-transform:rotate(-4deg); -o-transform:rotate(-4deg); } 
.content-2pics-right #photo-2 { position:absolute; top:52.00%; right:20.0%; width:100%; z-index:-4; transform:rotate(5deg); -ms-transform:rotate(5deg); -moz-transform:rotate(5deg); -webkit-transform:rotate(5deg); -o-transform:rotate(5deg); } 

.content-contact { padding-bottom:40px; }
.content-contact #content { width:50%; float:right; }
.content-contact #photos { height:640px; width:45%; float:left; z-index:1; }
.content-contact #photo-1 { position:absolute; top: 0.0%; left:1.0%; width:100%; z-index:-4; transform:rotate(-2deg); -ms-transform:rotate(-2deg); -moz-transform:rotate(-2deg); -webkit-transform:rotate(-2deg); -o-transform:rotate(-2deg); } 
.content-contact #photo-1.portrait { width:68%; } 
.content-contact #photo-2 { position:absolute; top:56.53%; left:15.5%; width:100%; z-index:-5; transform:rotate(3deg); -ms-transform:rotate(3deg); -moz-transform:rotate(3deg); -webkit-transform:rotate(3deg); -o-transform:rotate(3deg); } 
.content-contact #photo-2.portrait { width:68%; } 
.content-contact form input[type="text"] { width:87%; padding:7px 3.5%; border:1px solid #794000; border-radius:0; font-size:19px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#794000;  }
.content-contact form #name { background: url(images/form_text_name_bg.png) left top no-repeat, url(images/form_text_bg.png) left top repeat-x; background-color:#fffefd; }
.content-contact form #name.clear { background:#fffefd url(images/form_text_bg.png) left top repeat-x; }
.content-contact form #email { background: url(images/form_text_email_bg.png) left top no-repeat, url(images/form_text_bg.png) left top repeat-x; background-color:#fffefd; }
.content-contact form #email.clear { background: #fffefd url(images/form_text_bg.png) left top repeat-x; }
.content-contact form #phone { background: url(images/form_text_phone_bg.png) left top no-repeat, url(images/form_text_bg.png) left top repeat-x; background-color:#fffefd; }
.content-contact form #phone.clear { background: #fffefd url(images/form_text_bg.png) left top repeat-x; }
.content-contact form textarea { width:87%; padding:7px 3.5%; border:1px solid #794000; border-radius:0; font-size:19px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#794000; background: url(images/form_text_message_bg2.png) left top no-repeat, url(images/form_textarea_bg.png) left top repeat-x; background-color:#fffefd; }
.content-contact form textarea.clear { background: #fffefd url(images/form_textarea_bg.png) left top repeat-x; }
.content-contact form input.short { width:38.3%; padding:7px 3.5%; margin-right:3%; border:1px solid #794000; border-radius:0; font-size:17px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#794000; background: url(images/calendar_icon2.png) 92% 4px no-repeat, url(images/form_text_bg.png) left top repeat-x; background-color:#fffefd; }
.content-contact form input.last { margin-right:0; }


.content-1pic { padding-bottom:40px; }
.content-1pic #content { width:53%; float:left; }
.content-1pic #content h1 { clear:none; }
.content-1pic #photos { height:640px; width:40%; float:right; z-index:5; }
.content-1pic #photo-1 { position:absolute; top: 23.31%; right:04.0%; width:174%; z-index:5; transform:rotate(-2deg); -ms-transform:rotate(-2deg); -moz-transform:rotate(-2deg); -webkit-transform:rotate(-2deg); -o-transform:rotate(-2deg); } 
.content-1pic a.weather { font-size:20px; display:block; margin:30px 0; }

.content-1pic-on-left { padding-bottom:40px; }
.content-1pic-on-left #content { width:53%; float:right; }
.content-1pic-on-left #content h1 { clear:none; }
.content-1pic-on-left #photos { height:640px; width:40%; float:left; z-index:5; }
.content-1pic-on-left #photo-1 { position:absolute; top: 25.31%; left:04.0%; width:174%; z-index:5; transform:rotate(-2deg); -ms-transform:rotate(-2deg); -moz-transform:rotate(-2deg); -webkit-transform:rotate(-2deg); -o-transform:rotate(-2deg); } 
.content-1pic-on-left a.weather { font-size:20px; display:block; margin:30px 0; }

.location-directions #location-directions-left { float:left; width:47%; padding-left:3px; padding-bottom:40px; }
.location-directions #location-directions-left h1 { padding-left:10px; }
.location-directions #location-directions-right { float:right; width:49%; padding-bottom:40px; }
.location-directions #location-directions-right h3 { margin-top:20px; font-size:22px; font-weight:normal; }
.location-directions #directions-tabs { background-color:#fffbf4; border:1px solid #814f0f; }
.location-directions #directions-tabs #directions-tabs-nav { background-color:#f5f1eb; }
.location-directions #directions-tabs a { display:block; width:33.1%; float:left; text-align:center; color:#794400; text-decoration:none; font-size:18px; font-style:italic; border-right:1px solid #814f0f; border-bottom:1px solid #814f0f; outline:0;}
.location-directions #directions-tabs a:last-child { border-right:0; float:right; }
.location-directions #directions-tabs a span { display:block; padding:8px; position:relative; height:34px; }
.location-directions #directions-tabs a.active { background-color:#fffbf4; border-bottom:1px solid #fffbf4;  }
.location-directions #directions-tabs a.inactive { background-color:#f5f1eb; }
.location-directions #directions-tabs a.active span span { position:absolute; top:8px; left:8px; width:78%; height:38px; background-color:#fffbf4; border:2px dotted #d5ccc2; border-bottom:0; padding-top:6px; }
.location-directions #directions-tabs .directions-tabs2 { padding:8px; clear:both; }
.location-directions #directions-tabs .directions-tabs3 { border:2px dotted #d5ccc2; padding:10px 15px 5px 5px; }
.location-directions .location-directions-iframe { background-color:#452815; padding:15px 15px 0px 15px; }

.cattledrive-schedule { padding-top:50px; }
.cattledrive-schedule #cattledrive-schedule-right { float:right; width:57%; padding-left:3px; padding-bottom:40px; }
.cattledrive-schedule #cattledrive-schedule-right2 { float:right; width:50%; padding-left:3px; padding-bottom:40px; padding-right:1.5%; }
.cattledrive-schedule #cattledrive-schedule-right h1 { padding-left:10px; }
.cattledrive-schedule #cattledrive-schedule-left { float:left; width:35%; padding-bottom:40px; padding-left:1.5%; }
.cattledrive-schedule #cattledrive-schedule-left2 { float:left; width:42%; padding-bottom:40px; padding-left:1.5%; }
.cattledrive-schedule #cattledrive-schedule-left h3 { margin-top:20px; font-size:22px; font-weight:normal; }
.cattledrive-schedule #content { border:1px solid #794400; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.cattledrive-schedule .entry-content p { margin-bottom:12px; }
.cattledrive-schedule .entry-content table.cattle-drive-schedule { width:100%; border:0; margin-bottom:20px; font-size:20px; font-style:italic; }
.cattledrive-schedule .entry-content table.cattle-drive-schedule td, table.cattle-drive-schedule th { border-top:0; border-bottom:1px solid #794400; padding:6px 10px; }
.cattledrive-schedule .entry-content table.cattle-drive-schedule td a { font-size:16px; }
.cattledrive-schedule .entry-content table.cattle-drive-schedule th { color:white; background-color:#794400; font-weight:bold; }
.cattledrive-schedule p.fineprint { font-style:italic; }
.cattledrive-schedule #disclaimers { font-style:italic; padding:0 1.5%; }
.cattledrive-schedule .entry-content table.cattledrive-options { border:0; margin-bottom:25px; }
.cattledrive-schedule .entry-content table.cattledrive-options td { border:0; vertical-align:top; padding:0; font-size:20px; font-style:italic; line-height:135%; }
.cattledrive-schedule .entry-content table.cattledrive-options td a { text-decoration:none; }
.cattledrive-schedule .entry-content table.cattledrive-options td.img img { min-width:100px; }

.cattledrive-itinerary .entry-content h1 { margin-bottom:10px; margin-left:35px; }
.cattledrive-itinerary .entry-content table { border:0; font-size:20px; font-style:italic; }
.cattledrive-itinerary .entry-content table tr:first-child td { border:0; }
.cattledrive-itinerary .entry-content table td { padding:10px; }
.cattledrive-itinerary .entry-content #content { margin-bottom:20px; border:1px solid #794400; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.cattledrive-itinerary .entry-content #content2 { padding-top:10px; padding-bottom:20px; }
.cattledrive-itinerary .entry-content p { width:94%; padding:0 3%; }
.page-template-page-cattle-drive-itineraries-php #page { max-width:700px; }

.content-location-distances { padding-bottom:1px; }
.content-location-distances #content { width:50%; float:right; margin-bottom:100px; }
.content-location-distances #photos { height:1400px; width:30%; float:left; z-index:1; }
.content-location-distances #photo-1 { position:absolute; top: 1.81%; left:31.0%; width:150%; z-index:-5; transform:rotate(2deg); -ms-transform:rotate(2deg); -moz-transform:rotate(2deg); -webkit-transform:rotate(2deg); -o-transform:rotate(2deg); } 
.content-location-distances #photo-2 { position:absolute; top:18.00%; left:3.5%; width:150%; z-index:-4; transform:rotate(-4deg); -ms-transform:rotate(-4deg); -moz-transform:rotate(-4deg); -webkit-transform:rotate(-4deg); -o-transform:rotate(-4deg); } 
.content-location-distances #photo-3 { position:absolute; top:51.00%; left:8.0%; width:150%; z-index:-4; transform:rotate(4deg); -ms-transform:rotate(4deg); -moz-transform:rotate(4deg); -webkit-transform:rotate(4deg); -o-transform:rotate(4deg); } 
.content-location-distances #photo-3 img { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } 
.content-location-distances #photo-4 { position:absolute; top:72.53%; left:9.5%; width:150%; z-index:-5; transform:rotate(-5deg); -ms-transform:rotate(-5deg); -moz-transform:rotate(-5deg); -webkit-transform:rotate(-5deg); -o-transform:rotate(-5deg);  } 
.content-location-distances #driving-times-table { width:69%; float:right; position:relative; z-index:10; }
.content-location-distances #driving-times-table h1 { text-align:right; margin-right:10px; }
.content-location-distances .driving-times-table-inner { border:1px solid #814f0f; padding:8px; background-color:#fffbf4; }
.content-location-distances .driving-times-table-inner2 { border:2px dotted #d5ccc2; padding:3px 15px 5px 20px; }
.content-location-distances .driving-times-table-inner table { color:#794400; border:0; margin:0; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; }
.content-location-distances .driving-times-table-inner table td { border:0; border-bottom:1px solid #794400; padding:10px 10px 10px 0; }
.content-location-distances .driving-times-table-inner table td:first-child { font-weight:bold; }
.content-location-distances .driving-times-table-inner table tr:last-child td { border:0; }

.content-4pics-right { padding-bottom:1px; }
.content-4pics-right #content { width:50%; float:left; margin-bottom:40px; }
.content-4pics-right #content h3 { font-size:20px; }
.content-4pics-right #photos { height:1400px; width:30%; float:right; z-index:1; }
.content-4pics-right #photo-1 { position:absolute; top: 1.81%; right:22.0%; width:150%; z-index:-5; transform:rotate(-3deg); -ms-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -webkit-transform:rotate(-3deg); -o-transform:rotate(-3deg); } 
.content-4pics-right #photo-1.portrait { width:100%; } 
.content-4pics-right #photo-2 { position:absolute; top:20.00%; right:9.0%; width:150%; z-index:-4; transform:rotate(2deg); -ms-transform:rotate(2deg); -moz-transform:rotate(2deg); -webkit-transform:rotate(2deg); -o-transform:rotate(2deg); } 
.content-4pics-right #photo-2.portrait { width:100%; } 
.content-4pics-right #photo-3 { position:absolute; top:50.00%; right:26.0%; width:150%; z-index:-5; transform:rotate(-4deg); -ms-transform:rotate(-4deg); -moz-transform:rotate(-4deg); -webkit-transform:rotate(-4deg); -o-transform:rotate(-4deg); } 
.content-4pics-right #photo-3.portrait { width:100%; } 
.content-4pics-right #photo-4 { position:absolute; top:69.00%; right:3.8%; width:150%; z-index:-4; transform:rotate(3deg); -ms-transform:rotate(3deg); -moz-transform:rotate(3deg); -webkit-transform:rotate(3deg); -o-transform:rotate(3deg);  } 
.content-4pics-right #photo-4.portrait { width:100%; } 

.content-4pics-left { padding-bottom:1px; background:transparent url(images/cc_sillhouettes.png) 50px 80px no-repeat; }
.content-4pics-left #content { width:50%; float:right; margin-bottom:40px; }
.content-4pics-left #content h3 { font-size:20px; }
.content-4pics-left #photos { height:1400px; width:30%; float:left; z-index:1; }
.content-4pics-left #photos #cc-logo img { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; width:auto; margin:20px 0 0 70px; }
.content-4pics-left #photo-1 { position:absolute; top:14.81%; left:22.0%; width:150%; z-index:-5; transform:rotate(-3deg); -ms-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -webkit-transform:rotate(-3deg); -o-transform:rotate(-3deg); } 
.content-4pics-left #photo-2 { position:absolute; top:34.00%; left:9.0%; width:100%; z-index:-4; transform:rotate(2deg); -ms-transform:rotate(2deg); -moz-transform:rotate(2deg); -webkit-transform:rotate(2deg); -o-transform:rotate(2deg); } 
.content-4pics-left #photo-3 { position:absolute; top:64.00%; left:26.0%; width:150%; z-index:-5; transform:rotate(-4deg); -ms-transform:rotate(-4deg); -moz-transform:rotate(-4deg); -webkit-transform:rotate(-4deg); -o-transform:rotate(-4deg); } 
.content-4pics-left #photo-4 { position:absolute; top:83.00%; left:3.8%; width:150%; z-index:-4; transform:rotate(3deg); -ms-transform:rotate(3deg); -moz-transform:rotate(3deg); -webkit-transform:rotate(3deg); -o-transform:rotate(3deg);  } 

.content-1-large-photo { padding-bottom:1px; }
.content-1-large-photo #content { width:55%; margin-left:3px; }
.content-1-large-photo #content h3 { font-size:20px; }
.content-1-large-photo #photos { height:150px; z-index:1; }
.content-1-large-photo #photo-1 { position:absolute; top:-85.00%; right:3.5%; width:65%; z-index:-5; transform:rotate(-4deg); -ms-transform:rotate(-4deg); -moz-transform:rotate(-4deg); -webkit-transform:rotate(-4deg); -o-transform:rotate(-4deg); } 
.content-1-large-photo #photo-1.portrait { width:48%; } 

.content-1-large-photo-left { padding-bottom:80px; padding-top:0px; min-height:620px; }
.content-1-large-photo-left #content { float:right; width:52%; margin-left:3px; }
.content-1-large-photo-left #content2 { padding-right:80px; }
.content-1-large-photo-left #content h3 { font-size:20px; }
.content-1-large-photo-left #photos { height:50px; z-index:1; }
.content-1-large-photo-left #photo-1 { position:absolute; top:-150.00%; left:5.5%; width:68%; z-index:-5; transform:rotate(-3deg); -ms-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -webkit-transform:rotate(-3deg); -o-transform:rotate(-3deg); } 
.content-1-large-photo-left #photo-1.portrait { width:48%; } 

.content-activities { padding-bottom:1px; }
.content-activities #content { width:45%; float:right; margin-right:4%; background:transparent; background-color:none; background-image:none; padding:0; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.content-activities #photos { width:49%; float:left; }
.content-activities #photos .act-img-table { width:100%; }
.content-activities #photos .act-img-table td { padding-bottom:30px; }
.content-activities #photos .act-img-table a { font-size:19px; font-style:italic; color:#4caee0; text-decoration:none; font-family:Georgia, "Times New Roman", Times, serif; }
.content-activities #photos .act-img-table a:hover { text-decoration:underline; }
.content-activities #photos img { width:80%; margin-left:3px; margin-bottom:10px; }
.content-activities .left2 img { transform:rotate(-2deg); -ms-transform:rotate(-2deg); -moz-transform:rotate(-2deg); -webkit-transform:rotate(-2deg); -o-transform:rotate(-2deg); } 
.content-activities .right1 img { transform:rotate(1.3deg); -ms-transform:rotate(1.3deg); -moz-transform:rotate(1.3deg); -webkit-transform:rotate(1.3deg); -o-transform:rotate(1.3deg); } 
.content-activities .left1 img { transform:rotate(-1.3deg); -ms-transform:rotate(-1.3deg); -moz-transform:rotate(-1.3deg); -webkit-transform:rotate(-1.3deg); -o-transform:rotate(-1.3deg); } 
.content-activities .right2 img { transform:rotate(2deg); -ms-transform:rotate(2deg); -moz-transform:rotate(2deg); -webkit-transform:rotate(2deg); -o-transform:rotate(2deg); } 

.content-guest-comments { padding-bottom:1px; }
.content-guest-comments #content { width:45%; float:right; margin-right:4%; background:transparent; background-color:none; background-image:none; padding:0; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.content-guest-comments #left-column { width:49%; float:left; text-align:center; }
.content-guest-comments #featured-guest { position:relative; }
.content-guest-comments #featured-guest h1 { margin-bottom:20px; }
.content-guest-comments #featured-guest #featured-guest-image { margin-bottom:-55px; z-index:-5; }
.content-guest-comments #featured-guest #featured-guest-image img { z-index:-5; }
.content-guest-comments #featured-guest .featured-guest-name { max-width:388px; height:40px; padding-top:17px; z-index:10; position:relative; font-size:20px; font-style:italic; color:white; background:transparent url(images/featured_guest_name_bg.png) center top no-repeat; margin:0 auto; }
.content-guest-comments #featured-guest .featured-guest-name img { vertical-align:bottom; }
.content-guest-comments #featured-guest .featured-guest-description { max-width:260px; padding:18px 35px 35px 35px; margin:-15px auto 0 auto; text-align:left; background:transparent url(images/featured_guest_description.png) center bottom no-repeat; }
.content-guest-comments #photos { height:775px; }
.content-guest-comments #photos div { width:80%; }
.content-guest-comments #photos div.portrait { width:65%; left:20%; }
.content-guest-comments #photo-1 { position:absolute; top:  4%; left:10.0%; z-index:-5; transform:rotate(2deg); -ms-transform:rotate(2deg); -moz-transform:rotate(2deg); -webkit-transform:rotate(2deg); -o-transform:rotate(2deg); } 
.content-guest-comments #photo-2 { position:absolute; top: 37%; left: 5.0%; z-index:-4; transform:rotate(-3deg); -ms-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -webkit-transform:rotate(-3deg); -o-transform:rotate(-3deg); } 
.content-guest-comments #photo-3 { position:absolute; top: 72%; left:10.0%; z-index:-3; transform:rotate(3deg); -ms-transform:rotate(3deg); -moz-transform:rotate(3deg); -webkit-transform:rotate(3deg); -o-transform:rotate(3deg); } 
.content-guest-comments #photo-4 { position:absolute; top:107%; left: 7.0%; z-index:-2; transform:rotate(1.5deg); -ms-transform:rotate(1.5deg); -moz-transform:rotate(1.5deg); -webkit-transform:rotate(1.5deg); -o-transform:rotate(1.5deg); } 
.content-guest-comments #photo-5 { position:absolute; top:142%; left:10.0%; z-index:-5; transform:rotate(2deg); -ms-transform:rotate(2deg); -moz-transform:rotate(2deg); -webkit-transform:rotate(2deg); -o-transform:rotate(2deg); } 
.content-guest-comments #photo-6 { position:absolute; top:177%; left: 5.0%; z-index:-4; transform:rotate(-3deg); -ms-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -webkit-transform:rotate(-3deg); -o-transform:rotate(-3deg); } 
.content-guest-comments #photo-7 { position:absolute; top:202%; left:10.0%; z-index:-3; transform:rotate(3deg); -ms-transform:rotate(3deg); -moz-transform:rotate(3deg); -webkit-transform:rotate(3deg); -o-transform:rotate(3deg); } 
.content-guest-comments #photo-8 { position:absolute; top:237%; left: 7.0%; z-index:-2; transform:rotate(1.5deg); -ms-transform:rotate(1.5deg); -moz-transform:rotate(1.5deg); -webkit-transform:rotate(1.5deg); -o-transform:rotate(1.5deg); } 
.content-guest-comments #photo-9 { position:absolute; top:272%; left:10.0%; z-index:-5; transform:rotate(2deg); -ms-transform:rotate(2deg); -moz-transform:rotate(2deg); -webkit-transform:rotate(2deg); -o-transform:rotate(2deg); } 
.content-guest-comments #photo-10 { position:absolute; top:307%; left: 5.0%; z-index:-4; transform:rotate(-3deg); -ms-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -webkit-transform:rotate(-3deg); -o-transform:rotate(-3deg); } 
.content-guest-comments #photo-11 { position:absolute; top:342%; left:10.0%; z-index:-3; transform:rotate(3deg); -ms-transform:rotate(3deg); -moz-transform:rotate(3deg); -webkit-transform:rotate(3deg); -o-transform:rotate(3deg); } 
.content-guest-comments #photo-12 { position:absolute; top:375%; left: 7.0%; z-index:-2; transform:rotate(-1.5deg); -ms-transform:rotate(-1.5deg); -moz-transform:rotate(-1.5deg); -webkit-transform:rotate(-1.5deg); -o-transform:rotate(-1.5deg); } 
.content-guest-comments #photo-13 { position:absolute; top:408%; left:10.0%; z-index:-5; transform:rotate(2deg); -ms-transform:rotate(2deg); -moz-transform:rotate(2deg); -webkit-transform:rotate(2deg); -o-transform:rotate(2deg); } 
.content-guest-comments #photo-14 { position:absolute; top:443%; left: 5.0%; z-index:-4; transform:rotate(-3deg); -ms-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -webkit-transform:rotate(-3deg); -o-transform:rotate(-3deg); } 
.content-guest-comments #photo-15 { position:absolute; top:478%; left: 7.0%; z-index:-3; transform:rotate(3deg); -ms-transform:rotate(3deg); -moz-transform:rotate(3deg); -webkit-transform:rotate(3deg); -o-transform:rotate(3deg); } 

.photo-template #content { padding:25px 0 0 0; background:transparent; background-color:none; background-image:none; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.photo-template #content h1 { clear:none; }
.clear-template #content { background:transparent; background-color:none; background-image:none; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }

.ratesTemplate #rates-left { float:left; width:44.5%; padding-left:3%; padding-bottom:40px; }
.ratesTemplate #rates-left h1 { padding-left:10px; }
.ratesTemplate #rates-left p { margin-bottom:10px; }
.ratesTemplate #rates-right { float:right; width:44.5%; padding-right:3%; padding-bottom:40px; }
.ratesTemplate #rates-right h3 { margin-top:20px; font-size:22px; font-weight:normal; }
.ratesTemplate #content2 { padding-right:20px; }
.ratesTemplate .entry-content table.rates-pricing { margin-bottom:15px; font-size:22px; font-style:italic; border:0; }
.ratesTemplate .entry-content table.rates-pricing td { border-top:0; border-bottom:1px solid #794400; }
.ratesTemplate .entry-content table.rates-pricing td.fineprint { border:0; font-size:18px; line-height:125%; }
.ratesTemplate table.rates-pricing .perUnit { display:block; font-size:18px; }
.ratesTemplate .entry-content table.rates-activities { border:0; line-height:115%; }
.ratesTemplate .entry-content table.rates-activities td { border:0; padding:5px 25px 5px 0; vertical-align:middle; }
.ratesTemplate .entry-content table.rates-activities span.note { display:block; font-style:italic; font-size:12px; }

.ratesTemplate form p { margin-bottom:12px; }
.ratesTemplate form input.full { width:92%; padding:7px 3.5%; border:1px solid #794000; border-radius:0; font-size:17px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#794000;  }
.ratesTemplate form input.short { width:40%; padding:7px 3.5%; margin-right:4.5%; border:1px solid #794000; border-radius:0; font-size:17px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#794000; background: url(images/calendar_icon2.png) 92% 4px no-repeat, url(images/form_text_bg.png) left top repeat-x; background-color:#fffefd; }
.ratesTemplate form input.last { margin-right:0; }
.ratesTemplate form #name { background: url(images/form_text_name_bg.png) left top no-repeat, url(images/form_text_bg.png) left top repeat-x; background-color:#fffefd; }
.ratesTemplate form #name.clear { background:#fffefd url(images/form_text_bg.png) left top repeat-x; }
.ratesTemplate form #email { background: url(images/form_text_email_bg.png) left top no-repeat, url(images/form_text_bg.png) left top repeat-x; background-color:#fffefd; }
.ratesTemplate form #email.clear { background: #fffefd url(images/form_text_bg.png) left top repeat-x; }
.ratesTemplate form #phone { background: url(images/form_text_phone_bg.png) left top no-repeat, url(images/form_text_bg.png) left top repeat-x; background-color:#fffefd; }
.ratesTemplate form #phone.clear { background: #fffefd url(images/form_text_bg.png) left top repeat-x; }
.ratesTemplate form textarea { width:92%; padding:7px 3.5%; border:1px solid #794000; border-radius:0; font-size:17px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#794000; background: url(images/form_text_message_bg.png) left top no-repeat, url(images/form_textarea_bg.png) left top repeat-x; background-color:#fffefd; }
.ratesTemplate form textarea.clear { background: #fffefd url(images/form_textarea_bg.png) left top repeat-x; }

.content-rates-vacations { padding-bottom:1px; }
.content-rates-vacations #content { width:35%; margin-left:2%; float:left; background:transparent; background-color:none; background-image:none; padding:0; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.content-rates-vacations #activities-table { width:51%; float:right; margin-bottom:40px; margin-right:2%; }
.content-rates-vacations #activities-table h1 { margin-left:32px; }
.content-rates-vacations .activities-table-inner { border:1px solid #814f0f; padding:8px; background-color:#fffbf4; }
.content-rates-vacations .activities-table-inner2 { border:2px dotted #d5ccc2; padding:3px 15px 5px 20px; }
.content-rates-vacations .activities-table-inner table { color:#794400; border:0; margin:0; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; }
.content-rates-vacations .activities-table-inner table td { border:0; border-bottom:1px solid #794400; padding:10px 10px 10px 0; }
.content-rates-vacations .activities-table-inner table tr:last-child td { border:0; }
.content-rates-vacations #photos { height:310px; }
.content-rates-vacations #photo-1 { position:absolute; top: -5%; left: 2.0%; width:43%; z-index:-5; transform:rotate(-3deg); -ms-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -webkit-transform:rotate(-3deg); -o-transform:rotate(-3deg); } 
.content-rates-vacations #photo-2 { position:absolute; top: 10%; left:28.0%; width:43%; z-index:-4; transform:rotate(3deg); -ms-transform:rotate(3deg); -moz-transform:rotate(3deg); -webkit-transform:rotate(3deg); -o-transform:rotate(3deg); } 
.content-rates-vacations #photo-3 { position:absolute; top: -5%; left:55.0%; width:43%; z-index:-5; transform:rotate(-2deg); -ms-transform:rotate(-2deg); -moz-transform:rotate(-2deg); -webkit-transform:rotate(-2deg); -o-transform:rotate(-2deg); } 

body.page-template-page-faq-php #main .faq-content { width:94%; padding-left:3%; padding-right:3%; margin:0; }
.faq-content #content { font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:40px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; border:1px solid #794400; max-width:800px; }  
.faq-content h1 { margin-left:35px; padding-bottom:10px; } 
.faq-content #content #content2 { font-size:18px; color:#794400; }
.faq-content #content a { font-weight:normal; color:#794400; }
.faq-content #content #content2 li { font-style:italic; font-weight:normal; margin-bottom:10px;}
.faq-content .entry-content h2 { font-weight:normal; color:#779222; font-family:Georgia, "Times New Roman", Times, serif; margin-top:30px; }
.faq-content .answers { max-width:700px; }
.faq-content .answers p { margin-bottom:10px; }

.content-jobs .content-jobs-content { max-width:771px; }
.content-jobs fieldset { background:white url(images/content_bg.jpg) left top repeat; font-size:16px; padding:10px; margin:0 3px 40px 3px; z-index:10; -moz-box-shadow:0 0 3px #aaa; -webkit-box-shadow:0 0 3px #aaa; box-shadow:0 0 3px #aaa; }
.content-jobs .fieldset-inner { padding:20px 20px 2px 20px; font-size:15px; background: url(images/content_border_vert.png) left top repeat-y, url(images/content_border_vert.png) right top repeat-y, url(images/content_border_horiz.png) left top repeat-x, url(images/content_border_horiz.png) left bottom repeat-x; }
.content-jobs fieldset.half-col { float:left; width:45%; }
.content-jobs fieldset.half-col-right { float:right; width:45%; margin-bottom:35px; }
.content-jobs .form h2 { color:#794400; font-size:21px; font-style:italic; font-family:"athelas", Georgia, "Times New Roman", Times, serif; }
.content-jobs input[type="text"], .content-jobs textarea { font-size:18px; color:#794400; font-style:italic; background:#fffefd url(images/form_text_bg.png) left top repeat-x; border:1px solid #b5a38a; }
.content-jobs select { font-size:18px; color:white; background-color:#75431a; font-style:italic; font-family:"athelas", Georgia, "Times New Roman", Times, serif; border:0; border-radius:3px; padding:5px 2%; line-height:150%; }
.content-jobs input.whole, .content-jobs textarea.whole { width:96%; padding:5px 2%; }
.content-jobs input.half-left, .content-jobs select.half-left { width:46%; }
.content-jobs input.half-right, .content-jobs select.half-right { float:right; width:46%; }
.content-jobs .entry-content td { border:0; padding:0; }
.content-jobs .entry-content table { border:0; width:auto; }
.content-jobs .entry-content h2 { line-height:125%; margin-bottom:15px; }

.content-jobs .entry-content table.education { width:95%; margin:0 0 15px 0; }
.content-jobs .entry-content table.education th { text-align:center; font-weight:bold; line-height:14px; }
.content-jobs .entry-content table.education td, table.education th { padding:3px 2px 2px 2px; vertical-align:middle; }
.content-jobs .entry-content .form table.education input, .content-jobs .entry-content .form table.education textarea { width:96%; }
.content-jobs .entry-content .form table.education select { width:99%; text-align:center; }

fieldset.content-jobs { border:1px solid #794000; box-sizing:border-box; padding:3%; margin-bottom:15px; margin-right:-12px; }

.entry-content table.virtualTourTable { margin:0 auto; border:0; }
.entry-content table.virtualTourTable td { text-align:center; border:0; }

.entry-content table.newsTable { width:100%; border:0; }
.entry-content table.newsTable td, table.newsTable th { border:0; padding:0; vertical-align:top; }
.entry-content table.newsTable td img { width:100%; }
.entry-content table.newsTable td img.schedule-visit { max-width:198px; }
.entry-content table.newsTable td.description { padding-bottom:20px; }

.schedule-link-table, .entry-content .schedule-link-table { width:100%; margin:60px 0 60px 0; border:0; }
.schedule-link-table td, .entry-content .schedule-link-table td { border:0; }
.schedule-link-table .border, .entry-content .schedule-link-table .border { height:25px; border-top:2px dotted #d5ccc2; margin:0 10px; } 

div.error { border:1px solid red; color:red; padding:10px 15px; margin-bottom:15px; width:87%; }
.bait { display:none; }


/* **************************************************************** */
/* ********************** End Home page stuff ********************* */
/* **************************************************************** */

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}



/* *************************** Footer ************************************** */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	line-height: 2;
	width:100%;
}
footer[role="contentinfo"] a { color:#686868; }
footer[role="contentinfo"] a:hover { color:#21759b; }

.footer { height:664px; background:transparent url(images/footer_bg.jpg) center 53px repeat-x; text-align:center; }
.footer .site-info { height:664px; background:transparent url(images/footer_top_bg1b.png) left 12px repeat-x; }
.footer .footer2 { width:100%; height:664px; background:transparent url(images/footer_bg_mountain.png) left bottom repeat-x; }
.footer .footer3 { width:1000px; height:664px; margin:0 auto; background:transparent url(images/footer_top_bg2b.png) center top no-repeat; }
.footer .footer4 { width:1000px; height:664px; background:transparent url(images/silhouettes.png) left bottom no-repeat; }
.footer .testimonials { padding:150px 100px 0 100px; height:224px; color:#fffbf4; font-size:28px; line-height:141%; font-weight:900; font-style:italic; background:transparent url(images/ldquo.png) 90px 130px no-repeat; }
.footer .close_quote { display:inline-block; position:relative; }
.footer .close_quote span { display:block; position:absolute; width:89px; height:66px; left:-38px; top:-24px; background:transparent url(images/rdquo.png) left top no-repeat; }
.footer .testimonials .byline { padding-top:10px; font-size:20px; }
.footer .more-testimonials { padding-top:2px; height:165px; }
.footer .footerTable { color:#ede0c9; font-size:17px; line-height:120%; margin-left:65px; float:left; }
.footer .footerTable2 { margin-left:0; margin-right:30px; }
.footerTable .address { width:250px; background:transparent url(images/footer_dotted_bg.png) 212px 10px no-repeat; }
.footerTable .contact-info { width:280px; background:transparent url(images/footer_dotted_bg.png) 257px 10px no-repeat; } 
.footerTable .contact-info a { text-decoration:none; color:#ede0c9; }
.footerTable .social { width:250px; background:transparent url(images/footer_dotted_bg.png) 217px 10px no-repeat; }
.footerTable .social a { display:inline-block; width:41px; height:41px; margin-top:10px; }
.footerTable .social a.social_fb { background:transparent url(images/social_fb.png) left top no-repeat; }
.footerTable .social a.social_fb:hover { background:transparent url(images/social_fb.png) left -42px no-repeat; }
.footerTable .social a.social_gp { background:transparent url(images/social_gplus.png) left top no-repeat; }
.footerTable .social a.social_gp:hover { background:transparent url(images/social_gplus.png) left -42px no-repeat; }
.footerTable .other a { color:#90ab3c; font-style:italic; text-decoration:none; }
.footer .footerTable td a:hover { color:white; }
/* *************************** End Footer ********************************* */

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

a.view-more-photos { display:block; margin:-17px 0 22px 170px; width:176px; height:73px; background:transparent url(images/btn_view_photos.png) left top no-repeat; }
a.view-more-photos:hover { background:transparent url(images/btn_view_photos.png) left -73px no-repeat; }

.entry-content,
.entry-summary,
.mu_register {
	font-size:16px;
	line-height:140%;
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
	color:#809249;
	font-weight:bold;
	font-style:italic;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom:2px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	line-height:140%;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content table,
.comment-content table {
	width:100%;
	border:1px solid #794400;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #794400;
	padding: 6px 10px 6px 10px;
}
.site-content article {
	padding-bottom: 5px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */
.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
.author-description {
	float: right;
	width: 80%;
}
.site {
	margin: 0 auto;
	max-width:1000px;
	overflow:hidden;
}
.site-content {
	float: left;
	width: 65.104166667%;
}
body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content { width:100%; }
.widget-area {
	float: right;
	width: 26.041666667%;
}
.site-header h1, .site-header h2 {
	text-align: left;
}
.site-header h1 {
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.846153846;
	margin-bottom: 0;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: inline-block !important;
	/*text-align: left;*/
	width: 100%;
}

#nav-outer { position:absolute; left:0; z-index:102; width:100%; }
#site-navigation { width:990px; margin:0 auto; }

/* Navigation Menu */
.main-navigation li { font-size:14px; }
.main-navigation li a { font-size:14px; outline:none; }
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { display:none; }
.main-navigation ul.nav-menu.toggled-on, .menu-toggle { display:inline-block; }

.main-navigation { text-align:center; width:1000px; }
.main-navigation ul { margin:0; text-indent:0; padding-left:0; }
.main-navigation li a, .main-navigation li { display:inline-block; text-decoration:none; }
.main-navigation a { color:#5e5e5e; }
.main-navigation a:hover { color:#21759b; }
.main-navigation li a { border-bottom:0; color:#fffbf4; line-height:100%; white-space: nowrap; display:inline-block; padding-top:23px; padding-bottom:13px; }

/* Custom Home Link Logo */
.main-navigation li.page-item-109 { display:inline-block; width:195px; height:79px; vertical-align:top; }
.main-navigation li.page-item-109 a { width:195px; height:79px; background:transparent url(images/home_link.png) left top no-repeat; text-indent:-9999px; padding-top:0; padding-bottom:0; position:relative; }
.main-navigation li.page-item-109 a:hover { background:transparent url(images/home_link.png) left -79px no-repeat; }
.ie7 .main-navigation li.page-item-109 { z-index:0; }
.ie7 .main-navigation li.page-item-109 a { display:block; }
.ie7 .main-navigation li.page-item-187 { z-index:5; }

.main-navigation li a:hover { color:#ddd; }
.main-navigation li { margin:0 10px 0 0; position:relative; }
.main-navigation li ul { display:none; margin:0; padding:0; position:absolute; top:100%; left:-40px; z-index:101; background-image:url(images/t2nav_bg_top.png), url(images/t2nav_bg_bottom.png); background-repeat:no-repeat; background-position:center top, center bottom; width:176px; }
.ie9 .main-navigation li ul { top:77%; }
.ie8 .main-navigation li ul, .ie7 .main-navigation li ul { top:77%; background:transparent url(images/footer_bg.jpg) left top repeat; border:1px solid white; }

/* These items have abnormally long or short lists, and needed custom background images */
.main-navigation li.page-item-115 ul { background-image: url(images/t2nav_med_bg_top.png), url(images/t2nav_med_bg_bottom.png); } /* 115 - Location */
.main-navigation li.page-item-187 ul { left:-58px; background-image: url(images/t2nav_tall_bg_top.png), url(images/t2nav_tall_bg_bottom.png); } /* 187 - Activities */
.main-navigation li.page-item-1079 ul { left:-35px; background-image: url(images/t2nav_med_bg_top.png), url(images/t2nav_med_bg_bottom.png); } /* 1079 - Ranch Vacations */
.main-navigation li.page-item-194 ul { background-image: url(images/t2nav_med_bg_top.png), url(images/t2nav_med_bg_bottom.png); } /* 194 - Cattle Drives */
.main-navigation li.page-item-196 ul { left:-65px; background-image: url(images/t2nav_small_bg_top.png), url(images/t2nav_small_bg_bottom.png); }
.main-navigation li.page-item-198 ul { left:-65px; background-image: url(images/t2nav_bg_smallish_top.png), url(images/t2nav_bg_smallish_bottom.png); } /* 198 - Media */
.main-navigation li.page-item-155 ul { left:-30px; }
.main-navigation li.page-item-245 ul { background-image: url(images/t2nav_med_bg_top.png), url(images/t2nav_med_bg_bottom.png); } /* Cowboy College */
.main-navigation li.page-item-202 ul { left:-90px; } /* Contact Us */

/* ie7/ie8 don't support multiple background images */
.ie7 .main-navigation li.page-item-115 ul, .ie8 .main-navigation li.page-item-115 ul, 
.ie7 .main-navigation li.page-item-187 ul, .ie8 .main-navigation li.page-item-187 ul, 
.ie7 .main-navigation li.page-item-1079 ul, .ie8 .main-navigation li.page-item-1079 ul, 
.ie7 .main-navigation li.page-item-194 ul, .ie8 .main-navigation li.page-item-194 ul, 
.ie7 .main-navigation li.page-item-196 ul, .ie8 .main-navigation li.page-item-196 ul, 
.ie7 .main-navigation li.page-item-198 ul, .ie8 .main-navigation li.page-item-198 ul, 
.ie7 .main-navigation li.page-item-245 ul, .ie8 .main-navigation li.page-item-245 ul, 
.ie7 .main-navigation li.page-item-202 ul, .ie8 .main-navigation li.page-item-202 ul { background:transparent url(images/footer_bg.jpg) left top repeat; }

/* These items have been deprecated, and are to be removed from the main nav , .main-navigation li.page-item-700*/
.main-navigation li.page-item-272, .main-navigation li.page-item-264, .main-navigation li.page-item-280, 
.main-navigation li.page-item-666, .main-navigation li.page-item-674,
.main-navigation li.page-item-676, .main-navigation li.page-item-713, .main-navigation li.page-item-748,
.main-navigation li.page-item-755, .main-navigation li.page-item-809, .main-navigation li.page-item-170,
.main-navigation li.page-item-907, .main-navigation li.page-item-910, .main-navigation li.page-item-914,
.main-navigation li.page-item-860, .main-navigation li.page-item-1429, .main-navigation li.page-item-1507 { display:none; }
/* some sort of css hierarchy conflict in ie7 */
.ie7 .main-navigation li.page-item-272, .ie7 .main-navigation li.page-item-264, .ie7 .main-navigation li.page-item-280, 
.ie7 .main-navigation li.page-item-666, .ie7 .main-navigation li.page-item-674,
.ie7 .main-navigation li.page-item-676, .ie7 .main-navigation li.page-item-713, .ie7 .main-navigation li.page-item-748,
.ie7 .main-navigation li.page-item-755, .ie7 .main-navigation li.page-item-809, .ie7 .main-navigation li.page-item-170,
.ie7 .main-navigation li.page-item-907, .ie7 .main-navigation li.page-item-910, .ie7 .main-navigation li.page-item-914,
.ie7 .main-navigation li.page-item-860, .ie7 .main-navigation li.page-item-1429 { display:none; }


.main-navigation li ul ul { top:0; left:100%; background:transparent url(images/t2nav_tall_bg_bottom.png) left top no-repeat; border:1px solid white; border-radius:5px; }
.main-navigation ul li:hover > ul {
	display: block;
	padding:0;
}
.main-navigation li ul li {
	display:block;
	border-bottom: 1px solid #b09a7b;
	font-style:italic;
	width: 166px;
	padding:0 5px;
}
.main-navigation li ul li:last-child {
	border-bottom:none;
}
.main-navigation li ul li a {
	display:inline-block;
	font-size: 16px;
	line-height:120%;
	white-space: normal;
	padding:10px 18px;
}
.main-navigation li ul li a:hover {
	color: #fffbf4;
	background-image: url(images/yellow_star_left.png), url(images/yellow_star_right.png);
	background-repeat: no-repeat;
	background-position: left 50%, right 50%;
}
.ie8 .main-navigation li ul li a { display:inline-block; }
.ie7 .main-navigation li ul li a:hover, .ie8 .main-navigation li ul li a:hover { color:#FCFBD7; background:transparent url(images/yellow_star_left.png) left 50% no-repeat; }

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #eeeeee;
	/*font-weight: bold;*/
}
.menu-toggle {
	display: none;
}
.entry-header .entry-title {
	font-size: 22px;
	font-size: 1.571428571rem;
}
#respond form input[type="text"] {
	width: 46.333333333%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
.template-front-page .site-content,
.template-front-page article {
	overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}
.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}
.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	width: 51.875%;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}
.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	width: 39.0625%;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}

/*
#swipebox-close {
	width:100%;
	height:100%;
	background-position:calc(100% + 80px) 10px;
}
*/

#ui-datepicker-div {
	z-index:100 !important;
}

/* Max width of 1180 pixels. */
@media screen and (max-width: 1180px) {
	#banner-inner { min-width:1000px; max-width:1180px; }
	#call-to-action-holder { height:547px; }
	#banner_prev, #banner_next { top:300px; }
	
	.main-navigation ul { padding-left:0; padding-right:0; }
	
	.page-template-homepage-php #photos { height:640px; width:100%; overflow:hidden; }	
	.site { width:auto; padding:0; }
	
	#woodbox-outer { margin:0 auto; }
	
	.content-1pic-on-left #photo-1 { top:29%; }
	
	.main-navigation { width:auto; }
	.footer .footer3 { width:990px; }
	.footer .footer4 { width:990px; }
}
/* Max width of 960 pixels. */
@media screen and (max-width: 1000px) {
	#banner-inner { min-width:768px; max-width:1000px; }
	#call-to-action-holder { height:467px; }
	#banner_prev, #banner_next { top:200px; }
	#site-navigation { width:100%; }
	
	#cta2 { top:175px; left:30px; }
	#cta3 { left:55px; }
	#cta4 { width:100%; left:0; }
	#cta4 p { width:100%; }
	#cta6 { width:100%; left:0; }
	#cta6 p { width:100%; }
	
	.page-template-homepage-php #photos { height:540px; width:100%; overflow:hidden; }
		
	.main-navigation { width:auto; }
	.main-navigation ul { padding-left:0; padding-right:0; }
	.main-navigation li { margin-right:8px; font-size:12px; }
	.main-navigation li a { font-size:12px; }
	.main-navigation li.page-item-109 { width:162px; }
	.main-navigation li.page-item-109 a { width:162px; height:79px; background:transparent url(images/home_link02.png) left top no-repeat; text-indent:-9999px; padding-top:0; }
	.main-navigation li.page-item-109 a:hover { background:transparent url(images/home_link02.png) left -79px no-repeat; }

	.site { width:auto; padding:0; }
	
	#woodbox-outer { width:auto; padding:0; margin:0 auto; height:auto; background:#301B0E url(images/woodbox_mobile_bg.png) left top repeat; }
	#woodbox-lariat1 { display:none; }
	#woodbox-lariat2 { display:none; }
	#woodbox-lariat3 { display:none; }
	#woodbox-lariat4 { display:none; }
	#woodbox-outer2 { width:auto; overflow:visible; height:auto; }
	#woodbox { display:none; }
	#woodbox-inner { display:none; }
	#woodbox-content { position:relative; width:auto; height:auto; }
	#woodbox-content .woodbox-text-inner { padding-bottom:0; }
	#woodbox-text1 { height:auto; float:none; width:auto; }
	#woodbox-text2 { height:auto; float:none; width:auto; }
	#clickme, #clickme2 { display:none; }
	#content .woodbox-wide { padding-left:0; width:auto; margin-left:0; }
	#content .cowboy-camp-link { display:none; }
	#woodbox-content .woodbox-request-reservation { clear:both; padding-top:40px; padding-bottom:25px; float:none; }
	
	.content-1pic-on-left #photo-1 { top:34%; }
	
	/* ******** t2 & t3 pages *********** */
	.location-directions #directions-tabs a { font-size:15px; }
	.location-directions #directions-tabs a.active span span { width:74.5%; }

	.footer { height:auto; background:#301B0E url(images/woodbox_mobile_bg.png) center 53px repeat; }
	.footer .site-info { height:auto; }
	.footer .footer2 { height:auto; }
	.footer .footer3 { width:100%; height:auto; }
	.footer .footer4 { width:100%; height:auto; padding-bottom:5px; overflow:hidden; }
	.footer .testimonials { padding-left:15%; padding-right:15%; height:auto; background:transparent url("images/ldquo.png") no-repeat 15% 130px; }
	.footer .more-testimonials { height:auto; padding-top:20px; padding-bottom:40px; }
	.footer .footerTable { width:70%; margin-left:15%; float:none; margin-bottom:25px; }
	.footer .footerTable2 { width:70%; margin-left:15%; margin-right:0; }
	.footer .footerTable td { width:50%; }
	.footerTable .contact-info { background-image:none; }
	.footerTable .address { padding-right:15px; }
	.footerTable .social { background:transparent url("images/footer_dotted_bg.png") no-repeat 242px 10px; padding-right:15px; }
	
	#photos .photoText { top:80px; }
	#photos img.play-button { top:120px; }
}
/* Max width of 820 pixels. */
@media screen and (max-width: 820px) {
	#banner-inner { min-width:768px; max-width:820px; }
	.main-navigation li { margin-right:8px; font-size:11px; }
	.main-navigation li a { font-size:11px; }
	
	#photos .photoText { top:70px; }
	#photos img.play-button { top:105px; }
}
/* Max width of 768 pixels. */
@media screen and (max-width: 768px) {
	/* now we need to hide the nav, put a new logo before the nav, show a link to display the nav */
	#banner { top:0; }
	#banner-inner { min-width:600px; max-width:768px; }
	#header-img { top:0; }
	#call-to-action-holder { height:360px; }
	#banner_prev, #banner_next { top:150px; }
	
	.nav-menu2 { margin-top:20px; }
	.main-navigation .nav-menu2 li { background-color:#301B0E; }
	.main-navigation .nav-menu2 li a,
	.main-navigation .nav-menu2 li a:hover, 
	.main-navigation .nav-menu2 li.expanded a,
	.main-navigation .nav-menu2 li.expanded a:hover, 
	.main-navigation .nav-menu2 li.collapsed a,
	.main-navigation .nav-menu2 li.collapsed a:hover { cursor:default; color:white; background-image:none; }
	
	#cta1 { top:50px; }
	#cta2 { top:75px; }
	#cta3 { top:50px; }
	#cta4 { top:50px; }
	#cta5 { top:50px; }
	#cta6 { top:50px; }
	
	.page-template-homepage-php #photos { height:440px; }
	
	#banner-outer { position:relative; }
	#nav-outer { position:relative; z-index:102; width:100%; }
	#site-navigation { width:auto; background-color:#301B0E; }
	.smallscreen-nav { display:block; }
	div.nav-menu { display:none; }
	.main-navigation li { margin-right:0; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:16px; background-color:#452815; }
	.main-navigation li.page-item-109 { display:none; }
	.main-navigation li a, .main-navigation li { display:block; text-align:left; }
	.main-navigation li a { display:block; padding:12px 30px; color:white; border-bottom:1px solid #89796d; font-size:16px; background:transparent url(images/rarr.png) right 12px no-repeat; }
	.main-navigation li a:hover { background:transparent url(images/rarr.png) right 12px no-repeat; }
	.main-navigation li.collapsed a { background:transparent url(images/darr.png) right 12px no-repeat; }
	.main-navigation li.collapsed a:hover { background:transparent url(images/darr.png) right 12px no-repeat; }
	.main-navigation li.expanded a { background:transparent url(images/uarr.png) right 12px no-repeat; }
	.main-navigation li.expanded a:hover { background:transparent url(images/uarr.png) right 12px no-repeat; }
	.main-navigation li.expanded a { background:transparent url(images/rarr.png) right 12px no-repeat; }
	.main-navigation li.expanded a:hover { background:transparent url(images/rarr.png) right 12px no-repeat; }
	.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a { color:#ad9683; }
	.main-navigation li a:hover { color:#ad9683; }
	.main-navigation li.page-item-115 ul, 
	.main-navigation li.page-item-155 ul, 
	.main-navigation li.page-item-187 ul, 
	.main-navigation li.page-item-194 ul, 
	.main-navigation li.page-item-196 ul, 
	.main-navigation li.page-item-198 ul, 
	.main-navigation li.page-item-245 ul, 
	.main-navigation li.page-item-1079 ul,
	.main-navigation li.page-item-202 ul { left:0; right:auto; background-image:none; }
	.main-navigation ul li:hover > ul { display:none; }
	.main-navigation li ul { position:relative; width:100%; background-image:none; left:0; top:0; }
	.main-navigation li ul li { width:auto; padding:0; border:0; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; background-color:#301B0E; }
	.main-navigation li ul li a { display:block; padding-left:50px; background:transparent url(images/rarr.png) right 12px no-repeat; }
	.main-navigation li ul li a:hover { color:#ad9683; background:transparent url(images/rarr.png) right 12px no-repeat; }
	.main-navigation li.collapsed ul li a, 
	.main-navigation li.collapsed ul li a:hover,
	.main-navigation li.expanded ul li a, 
	.main-navigation li.expanded ul li a:hover { background:transparent url(images/rarr.png) right 12px no-repeat; }
	
	#tagline { width:100%; padding-left:0; padding-right:0; }
	#tagline2 { padding:0 7%; }
	#subnav li { margin-bottom:10px; }
	#subnav2 { padding-left:4%; padding-right:4%; font-size:12px; }
	
	/* ******** At 768px width, all t2 & t3 pages switch to 1-column layout *********** */
	.content-2pics-left #photos { float:none; width:75%; }
	.content-2pics-left #content { float:none; width:97%; padding-left:1.5%; padding-right:1.5%; margin:0; }
	
	.content-2pics-right #photos { float:right; width:75%; }
	.content-2pics-right #content { clear:both; float:none; width:97%; padding-left:1.5%; padding-right:1.5%; margin:0; }
	
	.location-directions #location-directions-left { float:none; width:100%; }
	.location-directions #location-directions-right { float:none; width:90%; padding-left:5%; padding-right:5%; }
	.location-directions #directions-tabs { max-width:489px; }	
	.location-directions #directions-tabs a { font-size:18px; }
	.location-directions #directions-tabs a.active span span { width:78%; }
	
	.content-1pic #photos { float:right; width:50%; margin-right:5%; height:500px; }
	.content-1pic #content { float:none; width:97%; padding-left:1.5%; padding-right:1.5%; clear:both; margin:0; }
	.content-1pic #photo-1 { top:35px; }
	.cutout { display:none; }
	
	.content-location-distances #photos { float:none; width:50%; height:550px; margin-left:3%; }
	.content-location-distances #photo-2 { top:28%; }
	.content-location-distances #photo-3, .content-location-distances #photo-4 { display:none; }
	.content-location-distances #content { float:none; width:97%; padding-left:1.5%; padding-right:1.5%; margin:0 0 40px 0; }
	.content-location-distances #driving-times-table { float:none; width:100%; margin-bottom:40px; }
	.content-location-distances #driving-times-table h1 { text-align:left; padding-left:5%; }
	
	.content-4pics-right #content { clear:both; float:none; width:97%; padding-left:1.5%; padding-right:1.5%; margin-left:0; margin-right:0; }
	.content-4pics-right #photos { float:right; width:50%; height:550px; margin-right:3%; }
	.content-4pics-right #photo-3, .content-4pics-right #photo-4 { display:none; }
	
	.content-4pics-left #content { clear:both; float:none; width:97%; padding-left:1.5%; padding-right:1.5%; margin-left:0; margin-right:0; }
	.content-4pics-left #photos { float:left; width:50%; height:550px; margin-right:3%; }
	.content-4pics-left #photo-3, .content-4pics-left #photo-4 { display:none; }
	
	.content-1-large-photo #content { float:none; width:97%; padding-left:1.5%; padding-right:1.5%; margin:0; }
	.content-1-large-photo #photos { float:none; width:100%; height:330px; }
	.content-1-large-photo #photos #photo-1 { top:-13%; width:85%; }
	.content-1-large-photo #photo-1.portrait { width:68%; } 
	
	.content-activities #content { width:90%; float:none; margin:0; padding:0 5% 0 5%; }
	.content-activities #photos { width:95%; float:none; padding-left:5%; }
	
	.photo-template #content { width:90%; padding-left:5%; padding-right:5%; }
	.photo-template #content p, .photo-template #content h1 { clear:both; }
	
	.content-1-large-photo-left #content { width:97%; padding-left:1.5%; padding-right:1.5%; float:none; margin:0; }
	.content-1-large-photo-left #content2 { padding-right:20px; }
	.content-1-large-photo-left #photos { height:340px; }
	.content-1-large-photo-left #photo-1 { top:-6%; left:22%; }
	.content-1-large-photo-left #photo-1.portrait { top:-12%; left:22%; }
	
	.cattledrive-schedule #cattledrive-schedule-right { float:none; width:100%; padding:0; }
	.cattledrive-schedule #cattledrive-schedule-right2 { float:none; width:94%; padding-left:3%; padding-right:3%; }
	.cattledrive-schedule #cattledrive-schedule-left { float:none; width:94%; padding-left:3%; padding-right:3%; }
	.cattledrive-schedule #cattledrive-schedule-left2 { float:none; width:94%; padding-left:3%; padding-right:3%; }
	
	.ratesTemplate #rates-left { width:94%; padding-left:3%; padding-right:3%; }
	.ratesTemplate #rates-right { width:94%; padding-left:3%; padding-right:3%; }
	
	.content-rates-vacations #content, .content-rates-vacations #activities-table 
		{ width:94%; float:none; padding-left:3%; padding-right:3%; margin-left:0; margin-right:0; }
	.content-rates-vacations #activities-table h1 { margin-left:0; }
	
	.content-guest-comments #content { width:94%; padding-left:3%; padding-right:3%; margin-left:0; margin-right:0; }
	.content-guest-comments #left-column { width:94%; padding-left:3%; padding-right:3%; margin-left:0; margin-right:0; }
	
	.content-1pic-on-left #content { float:none; width:94%; padding-left:3%; padding-right:3%;}
	.content-1pic-on-left #photos { width:90%; height:340px; }
	.content-1pic-on-left #photo-1 { top:0; width:100%; }
	
	.content-contact #content { width:97%; padding-left:1.5%; padding-right:1.5%; margin:0; }
	.content-contact #photos { width:60%; margin-left:20%; margin-top:-60px; height:560px; }
	
	.content-jobs fieldset.half-col, .content-jobs fieldset.half-col-right { width:97%; padding-left:1.5%; padding-right:1.5%; margin-left:0; margin-right:0; }
	
	#photos .photoText { font-size:18px; top:60px; }
	#photos img.play-button { top:90px; }

}
/* Max width of 600 pixels. */
@media screen and (max-width: 600px) {
	#banner-inner { min-width:500px; max-width:600px; }
	#call-to-action-holder { height:300px; }
	.call-to-action p { font-size:20px; padding-top:20px; }
	#banner_prev, #banner_next { top:100px; }
	
	.call-to-action { width:100%; }
	.call-to-action p { width:100%; }
	#cta1 { right:0; }
	#cta2 { left:0; }
	#cta3 { left:0; top:70px; }
	#cta5 { right:0; }
	
	#woodbox-content .woodbox-text-inner { padding-left:7%; padding-right:15%; }
	#woodbox-content #woodbox-text1 .woodbox-text-inner { padding-right:7%; }
	#content .woodbox-wide { padding-right:0; }
	#content .woodbox-wide p { line-height:125%; }
	
	.home .entry-content { width:auto; margin-left:9%; margin-right:9%; }
	
	.page-template-homepage-php #photos { height:300px; }
			
	.entry-content { width:auto; }
	
	/* ******** t2 & t3 pages *********** */
	#tagline { font-size:30px; }
	
	.content-2pics-left #photos { height:600px; width:80%; }
	.content-2pics-right #photos { height:600px; width:80%; }
	
	.content-1pic #photos { height:400px; }
	
	.content-location-distances #photos { height:420px; }
	
	.content-4pics-right #photos { height:420px; }
	.content-4pics-left #photos { height:420px; }
	
	.content-1-large-photo #photos { height:270px; }
	
	.content-1-large-photo-left #photos { height:250px; }	
	
	.content-1pic-on-left #photos { height:280px; }
	
	.content-contact #photos { height:540px; }
	
	#photos .photoText { font-size:16px; top:50px; }
	#photos img.play-button { top:75px; }

}
/* Max width of 500 pixels. */
@media screen and (max-width: 500px) {
	#banner-inner { min-width:400px; max-width:500px; }
	#call-to-action-holder { height:230px; }
	.call-to-action p { line-height:125%; }
	#banner_prev, #banner_next { top:100px; }
	
	#cta2 { top:40px; }
	#cta3 { top:50px; }
	
	#woodbox-content .woodbox-pricing { width:100%; }
	#content .woodbox-pricing table.pricing { font-size:16px; }
	#content .woodbox-pricing table.pricing th { font-size:20px; }
	#content .woodbox-pricing table.pricing .price { font-size:20px; }
	
	.footer .testimonials { padding-left:8%; padding-right:8%; padding-top:70px; background:transparent url("images/ldquo.png") no-repeat 7% 60px; font-size:24px; }
	.footer .footerTable { width:84%; margin-left:8%; }
	.footer .footerTable2 { width:84%; margin-left:8%; }
	
	/* ******** t2 & t3 pages *********** */
	.content-2pics-left #photos { height:500px; width:80%; }
	.content-2pics-right #photos { height:500px; width:80%; }
	
	.location-directions #directions-tabs a { font-size:14px; }
	.location-directions #directions-tabs a span { padding-left:4px; padding-right:4px; }
	.location-directions #directions-tabs a.active span span { width:79%; }
	
	.content-1pic #photos { height:350px; }
	
	.content-location-distances #photos { height:370px; }
	
	.content-4pics-right #photos { height:370px; }
	.content-4pics-left #photos { height:370px; }
	
	.content-1-large-photo #photos { height:220px; }
	
	.content-1-large-photo-left #photos { height:180px; }
	.page-template-page-1-big-pic-left-php #tagline { padding-top:150px; }
	.page-template-page-cattle-drive-itineraries-php #tagline { padding-top:150px; }
	
	.content-rates-vacations #photos { height:120px; }
	
	.content-1pic-on-left #photos { height:220px; }

	.content-contact #photos { height:450px; }
	
	#photos .photoText { font-size:14px; top:35px; }
	#photos img.play-button { top:52px; }
}
/* Max width of 400 pixels. */
@media screen and (max-width: 400px) {
	
	.smallscreen-nav { min-height:53px; border-top:1px solid #c0b8b2; }
	.smallscreen-nav2 { height:50px; }
	.smallscreen-nav h3   { width:174px; height:68px; margin-left:-87px; }
	.smallscreen-nav h3 a { width:174px; padding-top:68px; background:transparent url(images/home_link03.png) left bottom no-repeat; }
	.smallscreen-nav h3 a:hover { background:transparent url(images/home_link03.png) left bottom no-repeat; }
	.smallscreen-nav a.expand-menu { width:55px; background:transparent url(images/mobile_nav_btn.png) 15px 17px no-repeat; }
	
	.nav-menu2 { margin-top:15px; }
	
	#banner-inner { min-width:340; max-width:400px; }
	#call-to-action-holder { height:185px; }
	#banner_prev, #banner_next { top:75px; }
	#banner_prev { left:0 }
	#banner_next { right:0; }
	
	/* center the logo and justify "menu" */
	
	#cta1 { top:15px; left:0; }
	#cta2 { top:15px; left:0; }
	#cta3 { top:15px; left:0; }
	#cta4 { top:15px; left:0; }
	#cta4 p { width:100%; }
	#cta5 { top:15px; left:0; }
	#cta6 { top:15px; left:0; }
	#cta6 p { width:100%; }
	
	#woodbox-content .woodbox-pricing { width:auto; margin:0; }
	#content .woodbox-pricing table.pricing { font-size:14px; }
	#content .woodbox-pricing table.pricing th { font-size:18px; }
	#content .woodbox-pricing table.pricing .price { font-size:18px; }
	
	#woodbox-content input.full { width:297px; }
	#woodbox-content input.short { width:129px; }
	#woodbox-content input.submit { margin-left:215px; }
	
	.page-template-homepage-php #photos { height:200px; }
	
	#subheader-text { font-size:28px; padding-left:12%; padding-right:12%; }
	
	/* ******** t2 & t3 pages *********** */
	#content2 { padding-right:20px; }
	
	.content-2pics-left #photos { height:400px; width:80%; }
	.content-2pics-right #photos { height:400px; width:80%; }
	
	.location-directions #directions-tabs a { font-size:13px; width:32.9%; }
	.location-directions #directions-tabs a span { line-height:125%; }
	.location-directions #directions-tabs a.active span span { width:71.5%; }
	
	.content-1pic #photos { height:250px; }
	
	.content-location-distances #photos { height:310px; }
						
	.content-4pics-right #photos { height:310px; }
	.content-4pics-left #photos { height:310px; }
	
	.content-1-large-photo #photos { height:180px; }
	
	.content-1-large-photo-left #photos { height:150px; }
	
	.cattledrive-schedule #cattledrive-schedule-right2 table.cattledrive-options td.img { width:90px; }
	.cattledrive-schedule #cattledrive-schedule-right2 table.cattledrive-options img { width:90px; }
	
	#content .entry-content table.newsTable p { font-size:12px; }
	
	.content-1pic-on-left #photos { height:180px; }
	
	.content-contact #photos { height:360px; }
	
	#photos .photoText { font-size:12px; top:25px; }
	#photos img.play-button { top:37px; }
}

/* Max width of 340 pixels. */
@media screen and (max-width: 340px) {
	#banner-inner { min-width:0; max-width:340px; }
	#call-to-action-holder { height:170px; }
	#banner_prev, #banner_next { top:55px; }
	.call-to-action p { font-size:18px; padding-top:20px; }
	
	#woodbox-content input.full { width:237px; }
	#woodbox-content input.short { width:99px; }
	#woodbox-content input.submit { margin-left:155px; }
	body .ui-datepicker { width:auto; }
	
	#subheader-text { font-size:24px; padding-left:15%; padding-right:15%; }
	
	/* ******** t2 & t3 pages *********** */
	.content-2pics-left #photos { height:340px; width:80%; }
	.content-2pics-right #photos { height:340px; width:80%; }
	
	.content-1pic #photos { height:220px; }

	.location-directions #directions-tabs a.active span span { width:69%; }
	
	.content-location-distances #photos { height:240px; }
	
	.content-4pics-right #photos { height:240px; }
	.content-4pics-left #photos { height:240px; }
	
	.content-1-large-photo #photos { height:150px; }


	.footer .footerTable { font-size:16px; }
	.footerTable .address { padding-right:12px; }
	.footerTable .social { padding-right:12px; }
	.footerTable .contact-info a { font-size:12px; font-family:Arial, Helvetica, sans-serif; }
	
	.content-1-large-photo-left #photos { height:120px; }
	
	.cattledrive-schedule #cattledrive-schedule-right2 table.cattledrive-options td.img { width:60px; }
	.cattledrive-schedule #cattledrive-schedule-right2 table.cattledrive-options img { width:60px; }

	
	.content-1pic-on-left #photos { height:150px; }
	
	.content-contact #photos { height:300px; }
}
/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}