/*  
Theme Name: SRTS_Custom
Version: 1.0
Author: Jonathon Weisenfeld
*/

/* Top Elements */
* { margin: 0; padding: 0px; outline: 0 }

body {
	background: #fff;
	font-family: 'PT Sans', sans-serif;
	color: #555; 
	text-align: center;
	line-height: 180%;
}
#clear {
	clear: both;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
}
a:hover {
	color: #2180bc;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'PT Sans Narrow', sans-serif;	 		
}
h1 {
	font-size: 200%;	
	font-weight: bold;
	color: #405ba0;
	padding: 0px;		
	margin: 1.5rem 0 5px 0;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 170%;
	color: #39b54a;
	padding: 1rem 0px .5rem 0px;		
	margin: 0;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #39b54a; 
	margin: 1rem 0 0 0;
}

p {
	padding: 0px;		
	margin: 0 0 1.5rem 0;
}
ul, ol {
	margin: 5px 10px;
	padding: 0 20px;
}

/* images */
img {
	border: 0px solid #69a934;
	margin: 1rem;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #000;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
fieldset {
	padding: 10px 0 0 0;
	border: 0px solid;
}
#formdiv {
	background:#fff;
	padding: 0px;
	margin: 15px 0 0 140px;
}
form {
	margin:0px 0 0px 0;
	padding: 0px;
}
label {
	display:block;
	font: bold 100% Tahoma,Arial,Sans-serif;
	padding: 3px 0 0 5px;
	color: #fff;
	background: #69A934;
	height: 22px;
}
input {
	padding:2px;
	margin: 0px 0px 5px 0px;
	border:1px solid #69A934;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
input #lastinput {
	padding:2px;
	margin: 0px 0px 5px 0px;
	border:1px solid #69A934;
	font: normal 1em Verdana, sans-serif;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 850px;
	background: transparent /*url(images/content.jpg)*/ repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#SRTS_main_image {
	width: 1080px;
	height: 460px;
	margin: -2.75rem auto 1.25rem auto;
	position: relative;
	z-index: -1;
	background: #fff;
}
#SRTS_main_image img {
	margin: 0;
	border: none;
	position: absolute;
	left: 0;
}
#SRTS_main_image_caption {
	clear: both;	
	margin: -2.75rem auto 1rem auto;
	padding: .75rem 0 .75rem 0;
	background: #405ba0;	
	font-family: 'PT Sans', sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	color: #fff;
	width: 55rem;
	text-align: center;
	position: relative;
	z-index: 2;
	line-height: 2.15rem;
}
#content-container {
	clear: both;
	background: #fff;
	font-size: 1.15rem;
	line-height: 2rem;
	color: #444;
	margin: 1rem 0 0 0;
	position: relative;
	z-index: 0;
}
#content-wrap {
	width: 960px;
	padding: 0; 
	margin: 0px auto;
	text-align: left;
	scroll-behavior: smooth;
}
#content-wrap ul {margin: 0px 10px 10px 10px;}
#content-wrap li {line-height: 2rem; margin: 0 0 10px 0;}
section {scroll-margin-top: 12rem;}


/* Header */
#header_container {height: 11.75rem; position: relative; z-index: 1;}
#header_homepage {
	width: 100%;
	position: relative;
	height: 12.5rem;
	background: #3a96d2;
	margin: 0 0 0 0;
	padding: 0;	
	color: #FFF;	
}
#header {
	width: 100%;
	position: fixed;
	height: 10.5rem;
	background: #3a96d2;
	margin: 0 0 0 0;
	padding: 0;	
	color: #FFF;	
}
#header a:hover {text-decoration: none;}

#header_content {
	width: 960px;
	background: transparent;
	text-align: left;
	margin: 0 auto;
}
#header_content img {
	border: none;
	margin: 0 1rem 0 0;
	float: left;
}
#header_content h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 5rem;	
	margin: 0 0 0 1rem;
	padding: 2rem 0 0 0;
	color: #fff;		
}
#header_content h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 2.5rem;	 		
	margin: 0 0 0 1rem; 		
	padding: 1.5rem 0 0 0;
	color: #373b4e/*#405ba0*/;		
}
#header_content a:hover {text-decoration: none;}

	
/* Menu */
#menu_mobile {display: none;}
#menu_container {position: fixed; width: 100%; top: 10.5rem; z-index: 98;}
#menu_homepage {
	clear: both;	
	margin: -3.5rem auto 1rem auto;
	padding: 0 0 0 0;
	background: #39b54a;	
	font-family: 'PT Sans', sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	height: 2.75rem;
	width: 960px;
	text-align: center;
	position: relative;
	z-index: 2;
	color: #fff;
}
#menu {
	clear: both;	
	margin: -1.5rem auto 1rem auto;
	padding: 0 0 0 0;
	background: #39b54a;	
	font-family: 'PT Sans', sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	height: 2.75rem;
	width: 960px;
	text-align: center;
	position: relative;
	z-index: 2;
	color: #fff;
}
#menu a, menu a:visited {text-decoration: none; color: #fff;}
#menu a:hover {color: #405ba0; text-decoration: none;}

#menu ul {list-style: none; margin:0 auto; padding: 3px 0 0 0; font-size: 1.65rem;}
#menu li {position: relative; z-index: 2; width: 320px; float: left;}
#menu li a {display: block; position: relative; z-index: 3;}

#menu li ul {display: none; width: 320px; position: absolute; font-size: 1rem;}
#menu li:hover ul {display: block; margin: 0 0 0 0px; width: 320px;}

#menu li ul li {display: block; background: #39b54a; height: 30px; padding: 5px 0 5px 0; width: 320px;}
#menu li ul li:hover {background: #405ba0; color: #fff;}
#menu li ul li a:hover {color: #fff;}


#home_feature_container {width: 100%; margin: 0;}
#home_feature {width: 294px; background: #daf0ff; padding: .5rem; margin: 5px; float: left; min-height: 180px;}
#home_feature h1 {font-size: 1.5rem; font-weight: bold; color: #405ba0; padding: 0; margin: 0 0 .5rem 0; line-height: 1.75rem;}
#home_feature h1 a {text-decoration: none; color: #405ba0;}
#home_feature p {font-size: 1rem; line-height: 1.25rem;}

#homepage_logos {margin: 2rem auto;text-align: center;}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 30%;
	padding: 0;
	margin: 15px 15px 0 0;
	color: #555;
}	
#sidebar h2 {
	margin: 0px 0 5px 0;
	padding: 5px 5px 5px 5px; 
	font: bold 100% Tahoma, Arial, Sans-serif;
	color: #fff;
	background: #69a934;
}
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0px;
	text-decoration: none;		
	line-height: 175%;			
}
#sidebar li.widget li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	color: #68774A;
}
* html body #sidebar ul li {
	height: 1%;
	padding: 0 10px 0 10px;
}
#sidebar ul li {
	line-height: 175%;
	padding: 5px;
	margin: 0px 0 20px 0;
	border: 1px solid #69a934;		
}
#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #2180BC;
	line-height: 175%;			
}
#sidebar ul li a:hover {	
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
	line-height: 175%;			
}
	

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	/*border: 1px solid #ddd;*/
	text-align: right;
	/*background-color: #f3f3f3;*/
	padding: 0px;
	margin: 10px;
	width: inherit !important;
	/*-moz-border-radius: 3px;*/
	/*-khtml-border-radius: 3px;*/
	/*-webkit-border-radius: 3px;*/
	/*border-radius: 3px;*/
}
.wp-caption-text {margin: -20px 0 0 0; font-size: 12px; font-style: italic;}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Footer */	
#footer {
	width: 100%;
	position: relative;
	height: 5rem;
	background: #3a96d2;
	margin: 1rem 0 0 0;
	padding: 1rem 0 0 0;	
	color: #FFF;	
}
#footer_content {
	width: 960px;
	background: transparent;
	text-align: center;
	margin: 0 auto;
}
#footer_content img {
	border: none;
	margin: 0;
}
#footer_content a {
	color: #BDD6F0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


.row {
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.5em;
}
#formlabel {
	width: 130px;
	float: left;
	margin: 0 10px 0 0;
}
.cap {
	background: #fff;
	width: 130px;
	margin: 0 5px 0 0;
	vertical-align: top;
}
.cap img {
	margin: 0px;
}

/**
 * 16.1 Tablet Small 800px
 */

@media screen and (max-width: 800px) {
	#header_container {width: 100%;}
}
/**
 * 16.2 Mobile Large 500px
 */
@media screen and (max-width: 500px) {
	#header_container {width: 100%; height: inherit; }
	#header {width: 100%; height: 15.5rem; position: relative;}
	#header_content {width: 100%; text-align: center;}
	#header_content img {float: none; text-align: center;}
	#header_content h1 {font-size: 3rem; margin: 10px; padding: 0;}
	#header_content h2 {font-size: 2rem; margin: 10px; padding: 0;}
	#menu_container {position: relative; top: 0;}
	#menu {display: none; top: 0;}
	#menu_mobile {display: block; background: #39b54a; color: #fff;}
	.menu_mobile_title {color: #fff; font-size: 1.25rem; font-weight: bold; padding: 0px; margin: 0 10px 0 0;}
		#menu_mobile ul {list-style: outside none none;	-moz-border-radius: 0 0px 0px 0; border-radius: 0 0px 0px 0; width: 100%; margin: 0; padding: 0;}
		#menu_mobile li {list-style: outside none none;	margin: 0px 0 0 0; padding: 5px 0 5px 0; -moz-border-radius: 0 0px 0px 0; border-radius: 0 0px 0px 0; height: 30px;}
		#menu_mobile li a {display: block;	margin: 0 0 5px 0;	padding: 0; color: #fff;}
	#menu_mobile li a:hover {text-decoration: none;}
		#menu_mobile li ul {background-color: #19a9e1;	display: none;	margin: -73px 0 0 0; padding: 0px 0 0px 0px; width: 100%; text-align: center; z-index: 10; position: absolute; -webkit-transition: width 0s; /* For Safari 3.1 to 6.0 */ transition: width 0s ease 0s, margin 0s ease 0s;}
	#menu_mobile li ul p {color: #ff00ff; margin: 0px 0 0 0; padding: 0px; font-weight: 700; font-size: 1.25rem;}
	#menu_mobile li:hover ul {display: block;margin: -30px 0 0 0;padding: 0 0 0 0px;width: 100%;-moz-border-radius: 0 0px 0px 0;border-radius: 0 0px 0px 0;text-align: center;background: #2e953c;}
		#menu_mobile li ul li {background: #39b54a; margin: 0 0 0 -10px;padding: 4px 0 4px 0px;height: 25px;clear: both;}
		#menu_mobile li ul li:hover {background-color: #373b4e; margin: 0 0 0 -20px; padding: 4px 0 4px 10px; -moz-border-radius: 0 0px 0px 0; border-radius: 0 0px 0px 0;}
		#menu_mobile li ul li a {background-color: transparent; margin: 0; padding: 0;}
	#SRTS_main_image {width: 100%; height: auto; margin: 0; z-index: 0;}
	#SRTS_main_image img {width: 100%; height: auto; position: relative;}
	#content-container {width: 100%; margin: 0;}
	#content-wrap {width: 90%; padding: 10px;}
	#content-wrap h1 {margin: 0 0 5px 0;}
	#content-wrap img {width: 100%; margin: 10px 0;}
	#footer {height: auto;}
	#footer_content {width: 100%;}
	#footer p {margin: 0; padding: 0 0 1.5rem 0;}
}