@charset "utf-8";
/* CSS Document */

/*
Theme Name: Fieldstone Wordpress 
Theme URI: http://www.domain.com/
Description: This Theme was designed and developed exclusively for Fieldstone Farm Resort.
Version: 1.0b
Author: Andrew Faraone of S3Media.
Author URI: http://www.s3media.net/
*/

/* Global CSS */
body{
	margin:0;
	padding:0;
}
.clear, .clearfix{
	clear:both;
}
img.alignright {
	float:right; 
	margin:0 0 1em 1em;
}
img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.alignright {
	float:right; 
}
.alignleft {
	float:left; 
}
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.bread-crumbs {
	border-bottom:1px solid #e1e1e1; 
	color:#9f9f9f; 
	position:relative; 
	top:-10px; 
	font-size:10px; 
	padding:0 0 8px 0; 
	margin:0px 0 12px 0;
}
.bread-crumbs a {
	color:#9f9f9f; 
	text-decoration:underline;
}
.bread-crumbs a:hover {
	color:#898989;
}
.pagination {
	text-align:right; 
	margin-bottom:15px;  
	color:#6f6f6f; 
	font-size:11px;
}
.pagination a {
	color:#6f6f6f; 
	padding:8px 10px; 
	background-color:#e4e4e4; 
	margin-left:5px; 
	text-decoration:none; 
	border:1px solid #cecece;
}
.pagination a:hover {
	background-color:#dadada;
}
.pagination a.selected, .pagination a.selected:hover {
	background-color:#686868; 
	color:#fff; 
	border:1px solid #686868;
}
.divider {
	border-bottom:1px solid #e1e1e1; 
	color:#9f9f9f; 
	margin-bottom:35px; 
	padding-bottom:25px;
}
.divider-large {
	background:url(images/divider-large.png) top center no-repeat; 
	width:100%; 
	height:27px; 
	margin:25px 0 35px 0;
}
blockquote {
	font-style:italic; 
	line-height:24px; 
	font-size:14px; 
	color:#626262; 
	background:url(images/blockquote.png) 15px 9px no-repeat; 
	padding:5px 0 0 50px; 
	margin-bottom:20px;
	margin-left:10px;
}
ul.checkmark li {
	margin-left:-15px; 
	background:url(images/checkmark.png) 0px 4px no-repeat; 
	padding:0 0 2px 16px; 
	list-style:none;
}
ul.arrow li {
	margin-left:-15px; 
	background:url(images/sidebar-arrow.png) 0px 4px no-repeat; 
	padding:0 0 2px 16px; 
	list-style:none;
}
.button {
	font-size:12px; 
	font-weight:bold; 
	color:#858585; 
	font-family: Arial, sans-serif;
	background: #f6f6f6 url(images/big-button-overlay.png) top left repeat-x;
	display: inline-block;
	padding: 10px 19px 11px 19px;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow:  0 1px 3px #ccc;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #c1c0c0;
	position: relative;
	cursor: pointer;
}
.button:hover {
	background-color:#fff; 
	color:#787878; 
	text-decoration:none;
}

/* /Global CSS */

/* Theme Styles */
#top-container{
	width:100%;
	height:532px;
	background:url(images/bg.png) repeat-x top center;
	position:relative;
	z-index:8;
}
#top-container #header-container{
	width:1078px;
	height:532px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/bg-leaves.png) no-repeat;
	background-position: 50% -60%;
}
#top-container #header-container .logo{
	width:324px;
	height:165px;
	margin-left:-9px;
	float:left;
}
#top-container #header-container .phone{
	width:350px;
	height:35px;
	float:right;
	margin-top:8px;
	margin-right:4px;
	font-family:Arial;
	font-size:20px;
	color:#FFF;
	text-shadow: .1em .1em .2em black;
	text-align:right;
}
#top-container #header-container .cta-btns{
	width:323px;
	float:left;
	margin-left:-5px;
}
#top-container #header-container .cta-btns img{
	opacity: 0.9;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   	-moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
#top-container #header-container .cta-btns img:hover {
	opacity: 1;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   	-moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
#top-container #header-container .rotator{
	float:right;
	width:789px;
	height:446px;
	margin-top:-440px;
	margin-right:-15px;
}
#separator{
	width:100%;
	height:67px;
	background:url(images/bg-separator.png) repeat-x top;
	position:relative;
	z-index:9;
	margin-top:-20px;
}
#middle-container{
	width:100%;
	height:450px;
	background:url(images/bg-gradient.png) #FFFDE8 repeat-x top;
	position:relative;
	z-index:8;
	display:table;
	margin-top:-20px;
}
#middle-container #body-container{
	width:1115px;
	height:600px;
	display:table;
	margin-left:auto;
	margin-right:auto;
	margin-top:-30px;
	background:url(images/bg-content.png) no-repeat top center;
}
#middle-container #body-container .side-nav{
	width:270px;
	float:left;
	margin-left:30px;
	margin-top:70px;
	margin-bottom:30px;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#353535;
	text-transform:uppercase;
	line-height:28px;
}
#middle-container #body-container .side-nav ul{
	list-style:none;
}
#middle-container #body-container .side-nav ul li a{
	color:#353535;
	text-decoration:none;
}
#middle-container #body-container .side-nav ul li a:hover{
	text-shadow:.1em .1em .1em orange;
}
#middle-container #body-container .text-content{
	width:760px;
	float:right;
	margin-top:80px;
	margin-right:40px;
	margin-bottom:35px;
}
#middle-container #body-container .text-content h3{
	font-family:Arial;
	color:#502719;
	font-weight:normal;
	margin-top:0px;
	padding-top:0px;
}
#middle-container #body-container .text-content p{
	font-family:Arial;
	font-size:13px;
	color:#454139;
	line-height:24px;
}
#middle-container #body-container .text-content p a{
	color:#D25000;
}
#bottom-container{
	width:100%;
	min-height:269px;
	background:url(images/bg-footer.png) repeat-x #110A06 top center;
	position:relative;
	z-index:8;
}
#bottom-container .footer-content{
	width:1054px;
	min-height:269px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:30px;
	display:table;
}
#bottom-container .footer-content .bottom-nav{
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
}
#bottom-container .footer-content .bottom-nav ul{
	display:inline-block;
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Arial;
	font-size:12px;
	text-transform:capitalize;
	list-style:none;
}
#bottom-container .footer-content .bottom-nav ul li{
	margin-right:20px;
	float:left;
}
#bottom-container .footer-content .bottom-nav ul li a{
	color:#FFF;
	text-decoration:none;
}
#bottom-container .footer-content .bottom-nav ul li a:hover{
	text-decoration:underline;
}
#bottom-container .footer-content .footer-photo{
	width:450px;
	height:193px;
	float:left;
	border:0;
}
#bottom-container .footer-content .location{
	width:234px;
	height:146px;
	float:left;
	margin-left:100px;
	border:0;
}
#bottom-container .footer-content .location img{
	opacity: 0.8;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   	-moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
#bottom-container .footer-content .location img:hover {
	opacity: 1;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   	-moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
#bottom-container .footer-content .contact-info{
	width:250px;
	margin-top:-30px;
	float:right;
	font-family:Arial;
	color:#FFF;
	text-align:right;
}
#bottom-container .footer-content .contact-info h4{
	margin-top:0;
	padding-top:0;
	margin-bottom:8px;
	padding-bottom:0;
	font-size:19px;
	color:#FFF;
	font-weight:normal;
}
#bottom-container .footer-content .contact-info .reservation-button img{
	opacity: 0.9;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   	-moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
#bottom-container .footer-content .contact-info .reservation-button img:hover {
	opacity: 1;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   	-moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
#bottom-container .footer-content .contact-info .facebook-button img{
	opacity: 0.8;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   	-moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
#bottom-container .footer-content .contact-info .facebook-button img:hover {
	opacity: 1;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   	-moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
#bottom-container .footer-content .contact-info p{
	font-size:13px;
	line-height:20px;
}
/* BLOG STYLES */
.blog-post{
	font-family:Arial;
}
.blog-post a{
	color:#502719;
}
h3.entry-title a{
	text-decoration:none; 
	color:#502719;
	font-size:19px;
}
h3.entry-title a:hover{
	text-decoration:underline;
}
.post-heading {
	width:600px; 
	overflow:hidden; 
	margin:0px 0 15px 0;
}
.post-data {
	width:554px; 
	float:left; 
	color:#7d7d7d; 
	font-size:11px;
}
.comments span {
	display:none;
}
.comments {
	font-family: Arial, sans-serif; 
	line-height:1; 
	float:right; 
	text-align:center;  
	width:31px; 
	height:34px; 
	font-size:14px; 
}
.comments a {
	color:#949494; 
	margin-top:13px; 
	background:url(images/blog-comments.png) 0px 0px no-repeat; 
	display:block;  
	width:32px; 
	height:25px; 
	text-decoration:none; 
	padding-top:6px;
}
.comments a:hover {
	color:#6a6a6a; 
	background:url(images/blog-comments.png) 0px -34px no-repeat;
}
h2.blogpost {
	font-size:28px; 
	line-height:31px; 
	margin-bottom:4px; 
	margin-top:2px;
}
#author_description {
	width:596px; 
	overflow:hidden; 
	margin:15px 10px 0 0;
}
#author_description img {
	float:left;  
	margin:0 25px 0 10px;
}
input[type=text], textarea {
	border:1px solid #dadada; 
	padding:5px; 
	font-size:14px; 
	background:#fff;
}
input[type=text]:focus {
	border: 1px solid #b7d6df; 
	-webkit-box-shadow: 0 0 4px #6a9ec9; 
	-moz-box-shadow: 0 0 4px #6a9ec9; 
	box-shadow: 0 0 4px #6a9ec9;
}
textarea:focus {  
	border: 1px solid #b7d6df; 
	-webkit-box-shadow: 0 0 4px #6a9ec9; 
	-moz-box-shadow: 0 0 4px #6a9ec9; 
	box-shadow: 0 0 4px #6a9ec9;
}
#respond h3 {
	padding:15px 0 15px 0;
}
#respond label {
	font-size:12px;
}
#respond span.required {
	color:#f10000;
}
#respond {
	padding-bottom:15px; 
	padding-left:3px;
}
#respond input, #respond textarea {
	display:block; 
	font-size:13px; 
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	padding-bottom:0px; 
	font-size:90%;
}
p.form-allowed-tags {
	font-size:11px; 
	line-height:16px; 
	margin-top:5px;
}
p.form-allowed-tags code {
	display:block;
}
#respond label {
	font-size:12px; 
	padding-left:0px;
}
#respond h3 {
	padding:15px 0 15px 0;
}
h3#reply-title {
	margin-bottom:0px;
}
h3#reply-title a {
	color:#777; 
	font-size:70%;
}
h3#reply-title a:hover {
	color:#444;
}
h2#comments-title {
	margin-bottom:25px;
}
p.comment-notes {
	font-size:90%; 
}
#commentform {
	width:590px;
}
#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url, #commentform p.comment-form-comment {
	padding-bottom:5px;
}
.commentlist {
	float:left; 
	list-style: none; 
	margin: 0 auto; 
	width:450px; 
	position:relative; 
	left:101px;
}
.commentlist li.comment {
	background: #e4e4e4; 
	border:1px solid #e4e4e4; 
	-moz-border-radius: 3px; 
	border-radius: 3px; margin: 0 0 1.625em 0 !important; 
	padding: 0.2em 1.4em 0.25em 1.4em; 
	list-style:none !important; 
	position: relative;
}
.commentlist .avatar {
	left: -102px; 
	-webkit-box-shadow: 0 1px 2px #ccc; 
	box-shadow: 0 1px 2px #ccc; 
	-moz-box-shadow: 0 1px 2px #ccc; 
	box-shadow: 0 1px 2px #ccc;  
	padding: 0; 
	position: absolute; 
	top: 0;
}
.commentlist .pingback { 
	margin: 0 0 1.625em; 
	padding: 0 1.625em; 
}
ol.commentlist ul.children, ol.commentlist ul.children  li {
	list-style: none; 
	margin:0px;
}
.commentlist .children li.comment {
	border-right:none; 
	border-top:none; 
	border-bottom:none; 
	border-left: 1px solid #dadada; 
	-moz-border-radius: 0 3px 3px 0; 
	border-radius: 0 3px 3px 0; 
	margin: 0em 0 0 0; 
	padding:1em 1.6em 0em 2em; 
	position: relative;
}
.commentlist .avatar {
	left: -102px; 
	-webkit-box-shadow: 0 1px 2px #ccc; 
	box-shadow: 0 1px 2px #ccc; 
	-moz-box-shadow: 0 1px 2px #ccc; 
	box-shadow: 0 1px 2px #ccc;  
	padding: 0; 
	position: absolute; 
	top: 0;
}
.commentlist .pingback { 
	margin: 0 0 1.625em; 
	padding: 0 1.625em; 
}
ol.commentlist ul.children, ol.commentlist ul.children  li {
	list-style: none; 
	margin:0px;
}
.commentlist .children li.comment .avatar {
	top:0px;
}
.commentlist .children li.comment .fn { 
	display: block; 
	font-size:12px;
}
.comment-meta .fn {
	font-weight: bold; 
	display: block; 
	font-size:14px; 
	color:#4c4c4c;
}
.comment-meta .fn a {
	font-weight:bold; 
	color:#000; 
	text-decoration:none;
}
.comment-meta .fn a:hover {
	text-decoration:underline;
}
.comment-meta {
	color: #666; 
	font-size: 11px; 
	padding-top:12px; 
	line-height: 2em; 
	padding-bottom:5px;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.8em; 
	margin-left:63px; 
	padding-top:0px;
}
.commentlist .children li.comment .comment-content {
	margin: 1em 0 0;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {}
.commentlist > li:before {
	content: url(images/comment-arrow.png); 
	left: -10px; 
	position: absolute;
}
.commentlist > li.pingback:before {
	content: ''; 
}
.commentlist .children .avatar {
	background: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
	left: 2.2em; 
	padding: 0; 
	top: 2.2em;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888; 
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block; 
	position: relative;	
	top: -1px;
}
.commentlist > li.pingback:before {
	content: ''; 
}
.commentlist .children .avatar {
	background: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
	left: 2.2em; 
	padding: 0; 
	top: 2.2em;
}
a.comment-reply-link {
	background: #ccc; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	color: #666; 
	display: inline-block; 
	font-size: 10px; 
	font-family:Arial, Sans-serif; 
	padding: 1px 8px; 
	text-decoration: none; 
	margin-bottom:20px;
}
/* /BLOG STYLES */