/*
Theme Name: St. Croix
Theme URI: http://stcroixexp.com/
Author: Phases Design Studio
Author URI: http://designfiles.net/
Version: 1.0
*/
@import url('css/bootstrap.min.css');
@import url('css/bootstrap-responsive.min.css');
/* Building Blocks
----------------------------------------------- */
h1 {
	clear: both;
	}
h2 {
	clear: both;
	}
h3 {
	clear: both;
	}
h4 {
	clear: both;
	}
h5 {
	clear: both;
	}
h6 {
	clear: both;
	}
.container-fluid {
	font-family: 'Droid Serif', serif;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	}
.max-width {
	margin: 0em auto;
	max-width: 1200px;
	min-width: 1200px;
	}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	}
.clear {
	clear: both;
	}
.dark {
	background: #663300;
	color: #f9f7f5;
	}
.dark a:hover, .light a:hover {
	text-decoration: none!important;
	}
.border {
	border: solid 4px #7d5531;
	}
/* Header
----------------------------------------------- */
#header {
	background: #f9f7f5;
	padding-top: 0.5em;
	position: relative;
	z-index: 10;
	}
#logo-header {
	text-align: center;
	}
#header-container {
	border-bottom: solid 2px #462300;
	}
.navbar-inner {
	filter: none; /* --I.E. background color on menu-- */
	}
#header .navbar-inner {
	padding: 0px;
	background: transparent;
	border: 0px;
	box-shadow: 0 0px 0px rgba(0,0,0,0.065);
	}
#header .navbar-inner li {
	text-align: center;
	background: #FFFFFF;
	}
#header .navbar-inner #custom-header-li {
	background: #663300;
	}
#header .navbar-inner li a {
	color: #663300;
	padding: 5px 15px 5px;
	}
#header .navbar-inner li:hover a, #header .navbar-inner li.current-menu-item a {
	color: #FFFFFF;
	text-shadow: none;
	}
#custom-header-li a {
	color: #FFFFFF!important;
	}
#custom-header-li-phone {
	padding: 10px 15px 0px;
	text-align: right!important;
	background: transparent!important;
	color: #663300;
	font-size: 125%;
	font-weight: bold;
	}
#custom-header-li-phone:hover {
	background: transparent!important;
	}
#header .navbar-inner li:hover, #header .navbar-inner li.current-menu-item, #header .navbar-inner #custom-header-li:hover {
	background: #7d5531;
	}
/* Content
----------------------------------------------- */
#front-page-content, #post-content, #content, #page-content {
	box-shadow: 0px 5px 30px #d8cbbe;
	}
#cover-image {
	background: url("img/cover-image.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
	}
#cover-image a img, #cover-image img {
	max-height: 400px;
	margin: 1em auto;
	box-shadow: 0px 5px 15px #663300;
	}
#cover-image a:hover img {
	opacity: 0.6;
	}
.cover-image-description-div {
	display: inline-block;
	background: rgba(255,255,255, 0.5);
	text-align: center;
	margin-bottom: 1em;
	}
.cover-image-description-div h3 a {
	color: #663300;
	}
.cover-image-description-div p {
	padding: 0px 5%;
	}
#learn-more a {
	color: #663300;
	text-decoration: underline;
	}
#learn-more a:hover {
	color: #666666;
	text-decoration: none;
	}
.light h2, #page-content .span8 h1 {
	color: #663300;
	}
.light ul {
	margin-left: 50px;
	}
#post-content h1 {
	text-align: center;
	color: #FFFFFF;
	background: #663300;
	padding: 0.5em 0px;
	margin-top: 0px;
	}
#post-content .max-width {
	padding-top: 1em;
	}
#page-content {
	padding-top: 2em;
	}
#partners-div h3 {
	margin-bottom: 0px;
	line-height: 10px;
	margin-top: 2em;
	text-align: center;
	}
#partners-div h3, #partners-div hr, #partners-div h4 {
	color: #663300;
	}
#partners-div hr {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #663300;
	}
#partners-div img {
	min-width: 150px;
	min-height: 150px;
	max-width: 150px;
	max-height: 150px;
	border: solid 2px #7d5531;
	}
#content .row-fluid {
	padding: 2em 0em 5em;
	}
#content h1 {
	color: #663300;
	}
#content .span8 ul {
	list-style-type: none;
	}
#content .span8 li {
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	}
#wide {
	height: 100%;
	overflow: hidden;
	}
/* Sidebar
----------------------------------------------- */
#front-page-sidebar {
	margin-bottom: 1em;
	height: 100%;
	overflow: hidden;
	}
#front-page-sidebar .textwidget {
	width: 66%;
	float: left;
	}
#front-page-sidebar .execphpwidget {
	float: left;
	border-left: solid 2px #663300;
	padding: 1% 1% 0%;
	}
#front-page-sidebar h3, #post-content .span4 #sidebar-one h3, #contact-sidebar .textwidget h4 {
	color: #663300;
	}
#front-page-sidebar ul, #post-content .span4 #sidebar-one ul {
	list-style-type: none;
	margin-left: 0px;
	}
#front-page-sidebar li a, #post-content .span4 #sidebar-one li a, #partners-div a, #current-side h4, #content .span8 li a {
	color: #663300;
	text-decoration: underline;
	line-height: 25px;
	}
#front-page-sidebar li a:hover, #front-page-sidebar li.current-menu-item a, #post-content .span4 #sidebar-one li a:hover, #post-content .span4 #sidebar-one li.current-menu-item a, #partners-div a:hover, #current-side p:hover, #content .span8 li a:hover, #current-side a:hover, #sidebar-current-container:hover {
	color: #666666;
	text-decoration: none;
	}
#post-content .span4 #sidebar-one {
	margin-right: 0;
	border-left: solid 2px #663300;
	padding: 1% 0px 1% 8%;
	}
#page-content #sidebar-one, #content #sidebar-one {
	border-left: solid 2px #663300;
	}
#content #sidebar-one {
	padding: 5% 0%;
	}
#page-content #primary img, #content #primary img {
	border: solid 1px #693909;
	display: block;
	margin: 0px auto;
	box-shadow: 0px 5px 15px #663300;
	}
#current-side {
	text-align: center;
	padding-top: 1em;
	}
#current-side p {
	color: #333333;
	}
#sidebar-two {
	margin-right: 0;
	border-left: solid 2px #663300;
	padding: 1% 0px 1% 10%;
	color: #663300;
	}
#sidebar-two .gform_heading, #contact-content .gform_heading {
	margin-bottom: 0px;
	}
#sidebar-two li .gfield_label, #contact-content li .gfield_label {
	margin: 0px;
	}
#contact-content li .gfield_label, #contact-content .gform_heading h3 {
	color: #663300;
	}
#sidebar-two .ginput_container input, #sidebar-two .ginput_container textarea, #contact-content .ginput_container input, #contact-content .ginput_container textarea {
	width: 97.8%;
	border-radius: 0px;
	border: solid 1px #663300;
	background: #eee9e3;
	}
#sidebar-two .gform_footer, #contact-content .gform_footer {
	margin-top: 0px;
	}
#sidebar-two .gform_footer input, #contact-content .gform_footer input {
	width: 100%;
	color: #FFFFFF;
	background: #663300;
	border: 0px;
	font-size: 130%;
	padding: 0.25em 0em;
	font-family: 'Droid Serif', serif;
	}
#sidebar-two .gform_footer input:hover, #contact-content .gform_footer input:hover {
	opacity: 0.6;
	}
#process-sidebar-two {
	width: 100%;
	background: #663300;
	margin-bottom: 1px;
	}
#process-sidebar-two #sidebar-two {
	color: #FFFFFF;
	border-left: 0px;
	height: 100%;
	overflow: hidden;
	}
#process-sidebar-two #secondary {	
	margin: 0em auto;
	max-width: 1200px;
	min-width: 1200px;
	}
#process-sidebar-two #sidebar-two hr {
	max-width: 60%;
	margin: -2em 0em 2em 18em;
	}
#process-sidebar-two #sidebar-two ul {
	list-style-type: none;
	}
#process-sidebar-two #sidebar-two ul li {
	width: 30%;
	float: left;
	line-height: 3em;
	}
#process-sidebar-two #sidebar-two ul li a {
	color: #FFFFFF;
	text-decoration: underline;
	}
#process-sidebar-two #sidebar-two ul li a:hover {
	text-decoration: none;
	}
#contact-sidebar #sidebar-one, #page-content #sidebar-one {
	padding: 5% 5% 10%;
	}
#contact-sidebar #sidebar-one span {
	display: block;
	}
#contact-sidebar #sidebar-one p {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 1em;
	}
/* Searchform
----------------------------------------------- */
/* Comments & Comment Form
----------------------------------------------- */
/* Footer
----------------------------------------------- */
#footer-container {
	text-align: center;
	margin-bottom: 5em;
	padding-top: 30px;
	}
#footer-container p {
	color: #663300;
	}
#footer-container p:first-child {
	font-weight: bold;
	}
#footer-container small a {
	color: #999999;
	text-decoration: none;
	}
#footer-container small a:hover {
	text-decoration: underline;
	}
/* @media queries
------------------------------------------------ */