/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
a{
	color: #931;
	text-decoration: none;
}
a:hover{
	color: #820;
	text-decoration: underline;
}
body{
	background-color: #111;
	font-size: 12px;
	font-family: arial;
}
strong{
	font-weight: 700;
}
hr{
	margin-bottom: 20px;
	border: 0;
	border-top: 3px dashed #DDD;
}
.error{
	padding: 10px 5px;
	background: #F00;
	color: #FFF;
	text-shadow: 0px -1px #900;
	font-weight: 700;
	border-radius: 5px;
	margin-bottom: 20px;
}
.success{
	padding: 10px 5px;
	background: #0F0;
	color: #000;
	font-weight: 700;
	border-radius: 5px;
	margin-bottom: 20px;
}
.center-text{
	text-align: center;
}
.clear{
	clear: both;
}
.required:after{
	content: ' *';
	font-weight: 700;
	color: #D00;
}
.splash{
	position: relative;
	min-width: 1000px;
	width: 100%;
	overflow: hidden;
	height: 300px;
}
.splash-bg{
	background: url('../website_images/splash_bg.jpg');
	background-size: 100% auto;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	overflow: hidden;
	z-index: 10;
}
.splash .shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: inset 0px 0px 20px 1px #000;
	z-index: 20;
}
.logo{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 30;
	text-align: center;
}
.logo img{
	vertical-align: bottom;
	max-height: 300px;
	opacity: .9;
	box-shadow: 0px 0px 20px 1px #000;
}
.main-nav-wrapper{
	min-height: 5px;
	background-color: #FFF;
/*	background-image: linear-gradient(#FFF, #FDA, #FFF);*/
	box-shadow: 0px 2px 5px -1px #000;
	position: relative;
	z-index: 2;
}
.main-nav{
	width: 1000px;
	margin: 0 auto;
}
.main-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-nav ul li{
	float: left;
}
.main-nav ul li.contact{
	float: right;
}
.main-nav ul li a{
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	padding: 0px 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	color: #333;
	text-decoration: none;
	line-height: 55px;
	transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
}
.main-nav ul li a:hover{
	background-image: url("../website_images/mainnav_hover_bg.png"), linear-gradient(#FDA, #FFF, #FDA);
	box-shadow: inset 0px -2px 3px 1px #AAA;
	color: #710;
	text-shadow: 0px 1px 3px #333;
}
.body-wrapper{
	background: url('../website_images/rr_bg3.jpg') no-repeat fixed;
	background-size: cover;
}
.container{
	width: 980px;
	margin: 0 auto;
}
.container.body{
	background: #FFF url('../website_images/rr_footer.jpg') no-repeat;
	position: relative;
	background-position: center bottom;
	box-shadow: 0px 0px 30px 1px #000;
	padding-bottom: 60px;
}
.column-container{
	padding: 20px;
}
.left-column{

}
.left-column h2{
	font-size: 32px;
	font-family: 'La Belle Aurore', cursive;
	margin-bottom: 20px;
	color: #886737;
	text-shadow: 0px 1px 3px #777;
}
.left-column h2.title-left{
	float: left;
}
.left-column h3{
	font-size: 22px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #673e2c;
	text-shadow: 0px 1px 3px #AAA;
}
.hp-button-wrapper{
	float: right;
}
p{
	padding-bottom: 15px;
	font-size: 1.25em;
	font-family: arial;
	color: #444;
	line-height: 1.4em;
}
.content-image{
	border: 5px solid #FFF;
	max-width: 48%;
	box-shadow: 0px 1px 2px 1px #AAA;
	margin-bottom: 10px;
}
.content-image.left{
	float: left;
	margin-right: 20px;
}
.content-image.right{
	float: right;
	margin-left: 20px;
}
.gallery-video{
	width: 50%;
}
.hp-fall-sale-info{
	border-top: 3px solid #DDD;
	padding-top: 20px;
	text-align: center;
}
.hp-fall-sale-vid{
	width: 85%;
	height: 330px;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 10px 1px #AAA;
}
.hp-fall-sale-info .title{
	font-family: 'Josefin Sans', sans-serif;
	color: #673e2c;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 20px;
}
.history-nav{
	margin: 20px 0 0;
	background-color: #DDD;
	background-image: linear-gradient(#EEE, #CCC);
	border-radius: 5px;
	box-shadow: 0px 1px 2px 1px #AAA;
	-moz-box-shadow: 0px 1px 2px 1px #AAA;
	-o-box-shadow: 0px 1px 2px 1px #AAA;
	-webkit-box-shadow: 0px 1px 2px 1px #AAA;
}
.history-nav ul{
	list-style: none;
}
.history-nav ul li{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #CCC;
	border-left: 1px solid #EEE;
}
.history-nav ul li:first-child{
	border-left: 0;
}
.history-nav ul li:last-child{
	border-right: 0;
}
.history-nav ul li a{
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 3px #AAA;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
}
.history-nav ul li a:hover{
	background: #DDD;
	color: #673e2c;
	text-shadow: 0px 1px #FFF;
}
.history-nav ul li a.selected{
	background: #DDD;
	color: #000;
}
.news-items{
	border-top: 3px solid #DDD;
	border-bottom: 3px solid #DDD;
}
.news-section{
	padding: 10px 0;
	border-bottom: 3px double #CCC;
	text-align: justify;
}
.news-section:last-child{
	border-bottom: 0;
}
.right-column{
	float: right;
	width: 250px;
}
.history{
	padding: 20px 10px 0px;
}
.history-section{
	padding-bottom: 10px;
}
.history-section:last-child{
	padding-bottom: 0;
}
.history .hl{
	margin-bottom: 5px;
	color: #554c06;
	font-size: 14px;
	font-weight: bold;
}
#ratcliff-modern, #ratcliff-future{
	display: none;
}
p.contact{
	font-size: 15px;
	color: #676767;
	font-family: arial;
	line-height: 1.5em;
}
.contact-form{
	overflow: hidden;
	padding-bottom: 10px;
}
.contact-form label{
	display: block;
	padding-bottom: 4px;
	color: #931;
	font-weight: bold;
}
input[type=text], textarea{
	resize: none;
	width: 100%;
	height: 30px;
	padding: 0px 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
textarea{
	height: 100px;
	padding: 5px;
}
input[type=submit], button{
	box-shadow: 0px 1px 2px 0px #AAA;
	transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	border: 1px solid #931;
	height: 30px;
	padding: 0 20px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #931;
	background: #FFF;
	cursor: pointer;
	outline: none;
}
input[type=submit]:hover, button:hover{
	outline: none;
	background: #931;
	color: #FFF;
}
.location-map{
	border: 0;
	width: 450px;
	height: 400px;
	float: right;
	padding: 5px;
	box-shadow: 0px 1px 2px 1px #AAA;
	margin-left: 20px;
}
table.contact-info{
	width: 100%;
	border: 0;
	margin-bottom: 20px;
}
table.contact-info td{
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	width: 33.33%;
	color: #676767;
}
table.contact-info div{
	line-height: 1.5em;
}
table.ranch-info{
	width: 100%;
	border: 0;
	border-top: 3px solid #DDD;
}
table.ranch-info th{
	padding-top: 20px;
}
table.ranch-info ul{
	line-height: 1.5em;
}
table.ranch-info ul i{
	color: #931;
	text-shadow: 0px 1px 3px #777;
}
table.ranch-info td{
	width: 50%;
	font-size: 14px;
	color: #676767;
}
.contact-email-address{
	padding-top: 20px;
	color: #676767;
	font-size: 12px;
	font-style: italic;
}
.contact-closing{
	padding-bottom: 20px;
}
.photo-gallery{
	overflow: hidden;
	padding: 5px;
}
.photo-gallery .photo{
	overflow:hidden;
	box-shadow: 0px 1px 2px 1px #AAA;
	width: 31%;
	display: inline-block;
	margin: 1%;
}
.photo-gallery .photo img{
	width: 100%;
	vertical-align: top;
}
.right-column h2{
	background-image: url("../website_images/bg.jpg");
	font-family: 'Alegreya', serif;
	border-radius: 5px;
	padding: 10px;
	font-size: 22px;
	color: #FDA;	
	text-shadow: 0px -1px #000;
}
.rc-upcoming-events ul{
	list-style: none;
}
.rc-upcoming-events ul li{
	font-family: arial;
	text-align: center;
	color: #673e2c;
	padding: 10px 0px;
	border-bottom: 1px dashed #AAA;
}
.rc-upcoming-events ul li:last-child{
	border-bottom: 0;
}
.rc-upcoming-events .event{
	color: #673E2C;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.rc-upcoming-events .date{
	color: #555;
	font-weight: 700;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 2px;
}
.rc-upcoming-events .location{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}
.rc-upcoming-events .more-details a{
	text-shadow: 0px 1px 3px #AAA;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.rc-mailing-list{
	padding: 10px 0;
	text-align: center;
}
.rc-mailing-list a{
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 3px #AAA;
}
.rc-mailing-list p{
	font-size: 12px;
	color: #333;
	font-family: arial;
	line-height: 1.2em;
	padding-bottom: 15px;
}
.rc-mailing-list p:last-child{
	padding-bottom: 0;
}
.rc-address-info{
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	font-family: 'Trebuchet MS', arial;
	line-height: 1.2em;
	color: #444;
	letter-spacing: 1px;
}
.rc-social{
	padding: 10px 0px;
}
.rc-social a{
	display: inline-block;
}
.rc-social a img{
	vertical-align: top;
}
.footer-graphic{
	text-align: center;
	height: 60px;
}
.footer{
	box-shadow: inset 0px 8px 10px -6px #000;
	background: #111;
	letter-spacing: 1px;
	color: #AAA;
	text-shadow: 0px -1px #000;
	font: normal 12px arial;
	padding: 0;
	line-height: 40px;
}
.copyright{
	float: left;
	line-height: 40px;
}
.social-media{
	float: right;
}
img.sm-icon{
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
@keyframes grow{
	0%{transform: scale(1);}
	50%{transform: scale(1.2);}
	100%{transform: scale(1);}
}
#to-top{
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	font-size: 32px;
	z-index: 9999;
	background: #610;
	opacity: .7;
	text-align: center;
	text-shadow: 0px -1px #000;
	color: #FFF;
	cursor: pointer;
	animation: grow .5s linear;
	box-shadow: 0px 0px 20px 0px #000;
}
