/* CSS DOCUMENT */

/*
Theme Name: Port of Virginia
Author: Sway Creative Labs
Author URI: http://madebysway.com/

Port of Virginia WordPress Theme © 2014 Sway Creative Labs
*/

/* CSS Document */

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	transition: color .25s;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:0 0 15px;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*GLOBAL STYLES*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	position: relative;
	font: 16px/24px "Open Sans", "opensans";
	color: #333;
	-webkit-font-smoothing: antialiased;
	background: none;
}
.wrapper {
	width: 1140px;
	margin: 0 auto;
}
.clear {clear:both}
strong {
	/*text-transform: uppercase;*/
	font-weight: 600;
}
a {
	color: #41bac2;
}
a:hover {
	color: #4ddae3;
}
p {
	padding-bottom: 24px;
}
h1 {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ccc;	
	padding-bottom: 15px;
	font-weight: 300;
	letter-spacing: -0.5px;
	color: #002838;
}
.entry-content h4 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 32px;
	margin-bottom: 12px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
	height: 45px;
	font-size: 15px;
	width: 267px;
	border: 1px solid #999;
	border-radius: 3px;
	background: #fff;
	text-indent: 10px;
}
.date, .rstw_link_user {
	font-size: 12px;
	font-style: italic;
}
.btn {
	display: inline-block;
	width: 145px;
	height: 45px;
	color: #fff;
	font-size: 15px;
	line-height: 43px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #41bac2;
	border-radius: 3px;
	box-shadow: inset 0px -3px 0px #038a93;
	transition: .25s;
	border: none;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
	cursor: pointer;
}
.btn:hover {
	color: #fff;
	background: #4ddae3;
}


/* Image Editor Styles */
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;
}




/* INTERIOR PAGE */
#maincontent {
	position: relative;
}
#maincontentbanner {
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	z-index: -1;
	background-size: cover;
}
.banner-about {
	background: url(images/header-1.jpg) center center no-repeat;	
}
.banner-facilities {
	background: url(images/header-2.jpg) center center no-repeat;	
}
.banner-tools {
	background: url(images/interiorbanner.jpg) center center no-repeat;	
}
.banner-stewardship {
	background: url(images/interiorbanner.jpg) center center no-repeat;	
}
.banner-contact {
	background: url(images/interiorbanner.jpg) center center no-repeat;	
}
.rightcontent {
	padding: 140px 20px 60px;
	margin-left: 285px;
	overflow: auto;
}
.rightcontentSite {
	padding: 140px 20px 60px;
	margin-left: 285px;
	overflow: auto;
}
.printpdf {
	float: right;
	font-size: 20px;
}
.entry-content ul {
	margin:20px 0;
    padding:0;
}
.entry-content ul li {
	margin-left: 25px;
	list-style: none;
	padding-bottom: 20px;
	text-indent: -5px;
}
.entry-content ul li:before {
	content: "\f054";
	font-family: "FontAwesome";
	color: #41bac2;
	margin: 0 10px 0 -15px;
}	
.entry-content ol {
	margin:20px 0;
	padding:0;
}
.entry-content ol li {
	margin-left:25px;
	padding-bottom:20px;
}
#post-85 p, #post-95 p, #post-111 p, #post-33 p, #post-131 p {
	padding: 0;
	width: 100%;
	text-align: center;
}
#post-85 img, #post-95 img, #post-111 img, #post-33 img, #post-131 img {
	height: auto;
	width: 25%;
	display: block;
}
#post-85 hr, #post-95 hr, #post-111 hr, #post-33 hr, #post-131 hr {
	margin-top: 15px;
}
.search-results-count {
	height: 56px;
	margin-bottom: 20px;
	line-height: 56px;
	text-transform: uppercase;
	font-weight: 600;
	background: #eee;
	padding: 0 20px;
}
.search-results-count span {
	color: #a79160;
}

/* CATEGORY */
.cat-thumbnail {
	float: left;
	height: 164px;
	width: 264px;
	border: 1px solid #999;
	padding: 6px;
	margin-bottom: 30px;
	clear: left;
}
.cat-thumbnail img {
	width: 250px;
	height: 150px;
}
.cat-excerpt {
	margin-left: 284px;
}
.cat-excerpt p {
	padding-bottom: 0;
}
.read-more a {
	font-weight: 600;
	text-decoration: none;
}

h3.jump:before { 
  display: block; 
  content: " "; 
  height: 100px;
  margin-top: -100px; 
  visibility: hidden; 
}

/* FORM STYLES */
.wpcf7-form input, .wpcf7-form textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	width: 300px;
	margin: 0;
	padding: 5px 0px 5px 15px;
	font-size:15px;
	font-family: "Open Sans";
	border-radius: 3px;
	display: inline;
	position: relative;	
	margin-top:5px;
}
.wpcf7-form input {
	height: 30px;
	line-height: 15px;	
}
.wpcf7-form input[type="radio"] {
	height:20px;
	width:40px;	
}
.wpcf7-form select {
	height:20px !important;	
}
.wpcf7-form .selectboxit-container span, .wpcf7-form .selectboxit-container .selectboxit-options a {
	line-height:30px;	
}
.wpcf7-form .selectboxit-container span, .wpcf7-form .selectboxit-container .selectboxit-options a {
	height:30px;
}
.wpcf7-form .menu-803 .selectboxit-container .selectboxit {
	width: 100px;
}
.wpcf7-list-item-label {
	padding-top:0px;
}
span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }
.wpcf7-form .selectboxit-container {
	margin:0px;
}
input.wpcf7-submit {
	display: inline-block;
	width: 145px;
	height: 45px;
	color: #fff;
	font-size: 15px;
	line-height: 43px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #41bac2;
	border-radius: 3px;
	box-shadow: inset 0px -3px 0px #038a93;
	transition: .25s;
	border: none;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;	
}
input.wpcf7-submit:hover {
	color: #fff;
	background: #4ddae3;
}
li.selectboxit-option {
	margin-left: 0px !important;
	list-style: none !important;
	list-style-image:none !important;
	line-height: 43px !important;
	padding-bottom: 0px !important;	
}
/* CREDIT CARD FORM */
.text-465 input {
	width:100px;
}
#wpcf7-f1269-p330-o1 input {
	width: 200px;
}
.text-549 input {
	margin-left:20px;	
}

/* BANNERS */
.attachment-post-thumbnail {
	position:relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.attachment-post-thumbnail:before {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

/* TABLE STYLES */
th div {
	font-weight:bold;	
}

/* Contact Form */
.formHalf {
	width:50%;
	float:left;	
}

/*START PDF ONLY STYLES*/

#mobilenav, #mobileheader, #mainheader, #headerpush, #maincontentbanner, #sidebar, #breadcrumbs, #factsbanner, .footerwidget {
	display: none;
}
.wrapper {
	width: 100%;
}
#printheader {
	display: block;
	margin-bottom: 40px;
}
.printlogo {
	float: left;
	width: 230px;
	height: auto;
}
.print-contact {
	float: right;
	width: 25%;
	font-size: 70%;
	line-height: 1.6em;
	color: #666;
	padding-top: 13px;
}
.rightcontent {
	width: 100%;
	margin-left: 0;
	padding: 0;
	clear: both;
	font-size: 80%;
}
.rightcontentSite {
	width: 100%;
	margin-left: 0;
	padding: 0;
	clear: both;
	font-size: 80%;
}
h1 {
	font-family: "opensanslight";
}
p {
	line-height: 1.6em;
	color: #000;
}
.entry-content ul li {
	margin-left: 25px;
	list-style: disc;
	padding-bottom: 1.6em;
}
#mainfooter {
	min-height: 0;
	box-shadow: none;
	padding: 0;
	background: none;
}
#copyright {
	background: none;
	color: #666;
}
.bDisclaimer {
	font-size: 8px;
	color: #666;
}