/*
Theme Name: Seven Cedars Classic
Text Domain: sevencedars
Theme URI: http://www.esoteritech.com/
Description: Direct conversion of classic Seven Cedars static HTML site
Version: 1.0
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Author: Keary Suska
Author URI: http://www.esoteritech.com/
*/

body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 20px;
	background: #2a3d54;
	color: #000;
	height: 100%
}

body#tinymce {
	padding: 10px 0 20px 15px;
	margin: auto;
	width: 655px;
	background: #f4eed8;
	border-left:  2px solid #848484;
	border-right: 2px solid #848484;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
}

h2 + p, h4 + p {
	margin-top: 5px;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

li {
  margin: 0 0 0 40px;
}

a img {
	border: none;
	margin: 0;
	padding: 0;
}

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

article + article {
	margin-top: 32px;
}

article p {
	text-align: justify;
}

.green_text {
	color: #006633;
}

.separator {
	padding: 0;
	margin: 0;
	height: 19px;
}

h2 + p.separator, h4 + p.separator {
	margin-top: 0;
}

.asterisk_separator {
	text-align: center;
	font-weight: bold;
	font-size: 15.21px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.asterisk_separator::before {
	content: "*";
}

.bordered_header {
	padding-right: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}

#container {
	width: 911px;
	background: #f4eed8;
	margin: 0 auto; /* auto sides and px width centers layout */
}

#header {
	background: #2a3d54;
}

#navigation {
	display: block;
	font-size: 14px;
	padding: 0;
	margin: 0;
	width: 911px;
	height: 29px;
	background-color: #004c24;
}

#navigation ul {
	 padding-left: 4px; /* make it centered */
}

#navigation ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li a {
	width: 150px;
	padding: 6px 1px 6px 0;
	margin: 0;
	color: black;
	text-align: center;
	text-decoration: none;
	float: left;
	background: url('assets/images/button.png') no-repeat;
}

#navigation ul li a.active, #navigation ul li.current-menu-item a {
	width: 148px;
	padding: 6px 1px 6px 0;
	margin: 0;
	color: black;
	text-align: center;
	text-decoration: none;
	float: left;
	background: url('assets/images/button-active.png') no-repeat;
    margin: 0 1px 0 1px;
}

#navigation ul li a:hover {
	background-position: 0 -31px;
	color: black;
}

#navigation ul li a:active {
	background-position: 0 -62px;
	color: black;
}

#wrapper {
	padding: 0;
	margin: 0;
	width: 911px;
	background: url('assets/images/background.jpg') repeat-y;
	overflow: auto;
	
	/* hack to set min div height */
	min-height: 505px;
	height: auto !important;
	height: 505px;
}

#wrapper ul {
	padding: 0 20px;
}

#wrapper li {
	margin-left: 30px;
}

#home {
	padding: 0;
	margin: 0;
	width: 911px;
	background: url('assets/images/home_background.jpg');

	/* hack to set min div height */
	min-height: 325px;
	height: auto !important;
	height: 325px;
}

#content {
	padding: 10px 15px 10px 25px;
	margin: 0 auto;
	width: 825px;
	background: #f4eed8;
	border-left:  2px solid #848484;
	border-right: 2px solid #848484;
}

#subnav {
	padding: 0 10px;
	margin: 0 0 0 20px;
	font-size: 12px;
	float: left;
	width: 175px;
	background: url('assets/images/quicklink_background.png') repeat-y;
	clear:both;
}

#subnav p {
	padding-left: 0;
	padding-right: 15px;
}

#content_subnav {
	padding: 10px 0 20px 15px;
	margin: 0 0 0 0;
	float: left;
	width: 655px;
	background: #f4eed8;
	border-left:  2px solid #848484;
	border-right: 2px solid #848484;
}

#content_subnav li {
  margin: 0 20px 0 25px;
}

#welcome {
	padding: 20px 25px 10px 25px;
	background-color: #f4eed8;
	text-align: center;
}

#news {
	padding: 10px;
	background-color: #f4eed8;
	position: relative;
	
	/* hack to set min div height */
	min-height: 150px;
	height: auto !important;
	height: 150px;
	font-weight: bold;
	font-size: 14px;
}

#news ul {
	float: left;
	width: 660px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#news li {
	padding: 5px 5px 5px 25px;
	background: url('assets/images/bullet.png') left center no-repeat;
}

#news blockquote {
	width: 635px;
}

#news blockquote p {
	width: 620px;
}

#endorsements {
	position: absolute;
	top: 15px;
	right: 30px;
	font-weight: bold;
	font-size: 14px;
}

#vertical_rule {
	position: absolute;
	top: 30px;
	right: 210px;
}

#footer {
	color: #000;
	text-align: center;
	padding: 8px 0 10px 0;
	font-size: 11px;
	background: #2a3d54 url('assets/images/footer.png') no-repeat;
	clear: both;
}

#footer a {
	color: black;
}

.img_subnav_header {
	margin-top: -10px;
	margin-left: -15px;
}


.img_default_header {
	margin-top: -10px;
	margin-left: -25px;
}

.contact_form_field {
	width: 505px;
}

.contact_textarea_field {
	height: 91px;
}

.wpcf7 div.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	font-weight: bold;
	color: #600;
	display: block;
	padding-top: 2px;
}

.wpcf7-response-output {
	margin-top: 15px;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 505px;
	font-weight: bold;
	color: #600;
	text-align: center;
}

form.wpcf7-form.sent p {
	display: none;
}

.gform_wrapper {
	padding-left: 15px;
	padding-right: 15px;
}
