/* @override 
	http://rowhill.org/wp-content/themes/rowhill/style.css */

::selection {
	background-color: rgba(112, 109, 38, .3);
}

*{
	padding:0;
	margin:0;
}

.quotescollection_randomquote cite {
	margin-top: 5px;
}

a img {
	outline: none !important;
	border: none !important;
	text-decoration: none !important;
}

blockquote {
	padding: 10px;
	margin: 10px;
	background-color: #e4e2cf;
}

blockquote *:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

p {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 20px;
}

a:link, a:visited {
	text-decoration:none;
	color:#8C8C60;
}

a:hover, a:active {
	color: #464416;
}

img a, a img {
	text-decoration:none;
	border:none;
}

#main *:first-child {
	margin-top: 0 !important;
}

#main > div > *:first-child {
	margin-top: 0 !important;
}

#sidebar > *:first-child {
	margin-top: 0 !important;
}

#sidebar > div > *:first-child {
	margin-top: 0 !important;
}

.description h3 {
	color: #FBFAE7 !important;
	margin-top: 0 !important;
	margin-bottom: 5px !important;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 25px;
	margin-bottom: 15px;
	color: #464416;
	font-weight: 400;
}

.post h3 {
	margin-bottom: 5px !important;
}

h1, h2, h3 {
	font-weight: 600;
}

h1 {
	font-size: 36px;
	line-height: 40px;
}

h2 {
	font-size: 32px;
	line-height: 36px;
}

h3 {
	font-size: 28px;
	line-height: 32px;
}

h4 {
	font-size: 24px;
	line-height: 32px;
}

h5 {
	font-size: 20px;
	line-height: 24px;
}

h6 {
	font-size: 18px;
	line-height: 24px;
}

ul {
	list-style: bullet;
	margin-left: 20px;
}

ol {
	list-style: lower-latin;
	margin-left: 20px;
}

ul li, ol li {
	margin-bottom: 8px;
}

img.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}

img.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}

body{
	background-image: url('images/bkgd.png');
	background-repeat: repeat;
	color:#000;
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
}

.typekit-badge {
	display: none !important;	
}

#sidebar {
	float: right;
	width: 230px;
	padding: 20px;
	background-color: #e4e2cf;
}

#sidebar h3.widget-title {
	margin-left: -20px;
	color: #fbfae7;
	text-transform: uppercase;
	font-weight: 400;
	background: #464416 url('images/green_texture.png') repeat-x left top;
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
	width: 220px;
	font-size: 18px;
	line-height: 18px;
}

#sidebar p {
	margin-bottom: 15px;
	padding-right: 5px;
}

#sidebar p.button a {
	background-color: #464416;
	padding: 5px 20px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 3px solid #c8c7ae;
	display: block;
	color: #fbfae7;
	z-index: 10;
}

#sidebar_background {
	position: absolute;
	height: 100%;
	width: 270px;
	top: 0;
	right: 0;
	background-color: #e4e2cf;
	z-index: -1;
}

.wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	padding: 30px 20px 25px 10px;
}

#header img.logo {
	
}

#header #navigation ul.menu li {
	list-style-type:none;
	display:block;
	position: relative;
	float: right;
	height: 25px;
	margin: 0px 7px;
}

#header #navigation ul.sub-menu {
	position: absolute;
	left: -15px;
	top: 25px;
	width: 120px;
	z-index: 10000;
	margin-left: 0;
	display: none;
	background-color: #7f7b2b;
	box-shadow: 0px 0px 8px #333;
}

#header #navigation ul.sub-menu li {
	float: left;
	clear: both;
	border-right: 1px solid #efeac4;
	border-left: 1px solid #efeac4;
	border-top: 1px solid #efeac4;
	padding: 8px 15px;
	width: 88px;
	margin: 0;
	height: auto;
}

#events_form_personal tbody tr td.left, #events_form_payment tbody tr td.left {
	width: 150px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-right: 15px;
	text-align: right;
}

#events_form_personal tbody tr td.right.less, #events_form_payment tbody tr td.right.less {
	padding-top: 0;
	padding-bottom: 0;
}

#events_form_personal tbody tr td.right.close, #events_form_payment tbody tr td.right.close {
	padding-top: 10px;
	padding-bottom: 0;
}

#events_form_personal input, #events_form_payment input[type=text] {
	border: 1px solid #ccc;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 270px;
}

#events_form_personal input.medium, #events_form_payment input.medium {
	width: 160px;
}

#events_form_personal input.short, #events_form_payment input.short {
	width: 80px;
}

p.submit {
	margin-top: 50px;
	text-align: center;
}

p.submit input#submit {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
	background-color: #706c26;
	border: 1px solid #43410B;
	padding: 8px 60px;
	color: #fbfae7;
	cursor: pointer;
}

#main div.form_error {
	padding: 10px;
	background-color: rgba(114, 110, 40, .5);
	color: #fbfae7;
	border: 1px solid #7a7629;
	margin-bottom: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main div.form_error p {
	margin-bottom: 0;
}

#events_form_personal span.error, #events_form_payment span.error {
	color: #7a7629;
	font-size: 11px;
	margin-left: 5px;
}

#events_form_personal tbody tr td.right, #events_form_payment tbody tr td.right {
	padding: 3px;
	text-align: left;
}

#header #navigation ul.sub-menu li:last-child {
	border-bottom: 1px solid #efeac4;
}

#main div.intro h2 {
	font-weight: 500;
	font-size: 28px;
}

#header #navigation a {
	font-size: 12px;
}

#header #navigation a:link, #header #navigation a:visited {
	text-decoration:none;
	color:#000;
	font-size: 15px;
}

#header #navigation ul.sub-menu a:link, #header #navigation ul.sub-menu a:visited {
	text-decoration:none;
	color:#464416;
	font-size: 15px;
}

#header #navigation a:hover, #header #navigation a:active {
	color: #8C8C60;
}

#header #navigation ul.sub-menu a:hover, #header #navigation ul.sub-menu a:active {
	color: #fbfae7;
}

#header #navigation ul li.current-menu-item {
	border-bottom: 2px solid #8C8C60;
	font-size: 13px;
}

#header #navigation {
	float:right;
	margin-left: 0px;
	width: 580px;
	margin-top: 80px;
}

div#graphic_wrapper {
	background: url('images/home_banner.png') repeat-x top left;
	position: relative;
	padding-top: 20px;
	z-index: 0;
}

.featuredbox{
	width: 960px;
    height: 327px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 20px #444;
	-webkit-box-shadow: 0px 0px 20px #444;
	box-shadow: 0px 0px 20px #444;
} 

.featuredbox .description{
	bottom: 54px;
	left: 540px;
	color: #c8c7ab;
	height: 120px;
	width: 380px;
	padding: 20px;
	font-style: normal;
	font-weight:normal;
	position: absolute;
	background: url('images/black80.png') repeat-x;
	font-size: 12px;
}

div.description h3 a:link, div.description h3 a:visited {
	font-size: 24px;
	color: #c8c7ab;
	text-decoration: none;
}

div.description h3 a:hover, div.description h3 a:active {
	color: #fff;
	text-decoration: none;
}

#main div.headshots div.person {
	width: 150px;
	float: left;
	margin-right: 10px;
}

#main div.headshots div.person p {
	margin-bottom: 10px;
}

#main div.headshots div.person img {
	margin-bottom: 2px;
}

div.description p a:link, div.description p a:visited {
	font-size: 14px;
	color: #fbfae7;
	text-decoration: none;
}

div.description p a:hover, div.description p a:active {
	color: #c8c7ab;
	text-decoration: none;
}

.featuredbox-wrapper .navigation{
	bottom:55px;
	right:20px;
	padding:0px;
	position:absolute;	
	height: 20px;
	width: 80px;
	display: none !important;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox-wrapper .navigation li{
	float: right;
	margin: 0px 5px 0px 0px;
	background-color: #464416;
	width: 12px;
	height: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
}
.featuredbox-wrapper .navigation li.hover{
	background-color: #e4e2cf;
}
.featuredbox-wrapper .navigation li.active{
	background-color: #fbfae7;

}
.featuredbox .box-slide1,
.featuredbox .box-slide2,
.featuredbox .box-slide3 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 327px;
    width: 960px;
}

#title_wrapper {
	height: 128px;
	width:100%;
	position:relative;
	background: url('images/interior_banner.png') repeat top left;
}

#title {
	float:none;
	width: 960px;
	height: 128px;
	margin-left:auto;
	margin-right:auto;
	z-index:-1;
}

#title h1 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 20px;
	padding-top: 40px;
	font-size: 44px;
	font-weight:400;
	text-transform: uppercase;
	color:#FBFAE7;
}

#main_wrapper {
	position:relative;
	background-color:#FBFAE7;
	-moz-box-shadow: 0px 0px 20px #444;
	-webkit-box-shadow: 0px 0px 20px #444;
	box-shadow: 0px 0px 20px #444;
	margin-top:-15px;
	z-index:1;
}

#main {
	float: left;
	width: 650px;
	padding: 20px;
}

#main.down {
	margin-top:0px;
}

#back {
	padding: 10px 0px 0px 50px;
	background-image: url('images/back.png');
	background-position: 0px 6px;
	background-repeat:no-repeat;
}

#footer {
	text-align:center;
	padding: 30px 0px 30px 0px;
	font-size: 13px;
	font-weight:bold;
}

.featured {
	width: 30%;
	padding: 10px;
	margin-left:5px;
	margin-right:5px;
	float:left;
	position:relative;
}

span.wpcf7-list-item {
	display: block;
}

form#cntctfrm_contact_form, form.wpcf7-form{
	width: 600px;
}

.wpcf7-response-output {
	padding: 10px;
	border: 1px solid #333;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #8C8C60;
}

p.cptch_block {
	padding-top: 10px;
}

form#cntctfrm_contact_form input[type="text"], form#cntctfrm_contact_form textarea, form.wpcf7-form input[type="text"], form.wpcf7-form textarea {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	padding: 3px;
	width: 100%;
}

#sidebar div.widget {
	margin-bottom: 30px;
}

form#cntctfrm_contact_form div {
	margin-top: 4px;
}

.screen {
	height: 30px;
	width: 100%;
	position:absolute;
	bottom:10px;
	left:10px;
	background-color: rgba(0,0,0, .7);
	width:274px;
}

/*.text {
	position:absolute;
	bottom:4px;
	left:10px;
	width:274px;
	text-align:center;
	color:#fff;
	height:30px;
	font-weight:bold;
	font-size:14px;
	margin: 0px 0px 0px 0px;
}*/

p.intro {
	font-size: 18px;
	line-height:20px;
	font-weight:normal;
	padding:15px;
	text-align:center;
	margin-bottom: 30px;
}

span.bold {
	font-weight:bold;
}

.property {
	margin: 17px;
	float:left;
	width: 46%;
}

.property.wide {
	width:100%;
}

.property.wide h3 {
	margin-top:0px;
}

.property img {
	float:left;
	padding: 0px 10px 0px 0px;
}

.property h3 {
	margin-top:25px;
	font-size: 15px;
}

.property p {
	font-size: 14px;
}

#main div.post h3 a {
	font-size: 20px;
	line-height: 18px;
	color: inherit;
}

#main div.post p a {
	color: inherit;
}

.thin {
	font-weight: 400 !important;
}

h3.thin {
	
	margin-bottom: 20px;
	font-size: 26px;
}

h3.news {
	margin-top: 50px !important;
}

#main div.intro {
	margin-bottom: 30px;
}

.intro h5 {
	margin-top: 20px;
}

div.post-date {
	width: 45px;
	height: 70px;
	background: url('images/green_texture.png') repeat-x left top;
	color: #fbfae7;
	text-align: center;
	float: left !important;
	margin-bottom: 60px;
	margin-right: 10px;
	overflow: hidden;
}

.post {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e2cf;
	clear: both !important;
}

.post:last-child{
	border-bottom: none !important;
}

.post-date span {
	display: block;
	font-weight: 200;
}

.post-date span.day {
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	height: 20px;
}

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:60%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#d4ffaa;

	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #5fbf00 5%, #5fbf00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #5fbf00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #5fbf00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#5fbf00");	background: -o-linear-gradient(top,#5fbf00,5fbf00);

	background-color:#5fbf00;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #5fbf00 5%, #5fbf00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #5fbf00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #5fbf00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#5fbf00");	background: -o-linear-gradient(top,#5fbf00,5fbf00);

	background-color:#5fbf00;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}