@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700');
@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');

html {
	font-family: 'Open Sans', Arial, sans-serif;
}

body {
	background-color: #03470c;
	background-image: url(sunflower_bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	background-size: cover;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:64%;
	font-weight:200;
	font-family: 'Roboto Slab', serif;
}

/* container (outer shell, 1 level in from body tag that holds everything) */

#container {
	width:100%;
	background-position: left top; 
	margin: 20px auto 0 auto; /* Center page in browser */
	padding: 0 0 6px 0;
}

 /*  -------------- second option for header  -moz-box-shadow:    
 text-shadow: 1px 1px 1px #999;
 1px 1px 5px 5px #ccc;
 	-webkit-box-shadow:  1px 1px 5px 5px #ccc;
 	box-shadow:          1px 1px 5px 5px #ccc; ------ */
 #horizBar {  
 	display: none;                          
}

/* --------- MODULES ---------*/


.imageGallery{              /* decorates both video and photo gallery icons */
	border: solid 2px  #e7e7e7 !important;
	background-image: url(/images/video-thumbs-blue.jpg2);
	background-repeat: repeat-x;
	background-position: left top;
	background: #e7e9e6;
	border: solid 4px #fff;
	 -moz-box-shadow:    1px 1px 5px 5px #ccc;
 	-webkit-box-shadow:  1px 1px 5px 5px #ccc;
 	box-shadow:          1px 1px 5px 5px #ccc;
	padding: 3px;
	margin-bottom: 14px;
}

#SidebarContent .imageGallery{
border: solid 0px  #C1D4E6 !important;
padding: 3px;
margin: 12px 0 0 0;
background-color: #fbfbfb;
border: solid 6px #fff;
 -moz-box-shadow:    1px 1px 3px 3px #ccc;
 	-webkit-box-shadow:  1px 1px 3px 3px #ccc;
 	box-shadow:          1px 1px 3px 3px #ccc;
}

.videothumbails_container {
	border: solid 2px #e7e7e7 !important;
	background-image: url(/images/video-thumbs-blue.jpg2);
	background-repeat: repeat-x;
	background-position: left top;
		background: #e7e9e6;
	border: solid 4px #fff;
	 -moz-box-shadow:    1px 1px 3px 3px #ccc;
 	-webkit-box-shadow:  1px 1px 3px 3px #ccc;
 	box-shadow:          1px 1px 3px 3px #ccc;
	margin-bottom: 14px;
	width: 90%;
}

.videocontainer {border: solid 0px #900;}


.videocontainer iframe,  
.videocontainer object,  
.videocontainer embed {
	position: relative;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}



p {
	margin-top:0em;
	margin-bottom:1.5em;
}

td {
	font-size:1.2em;
	line-height:100%
}
td td, #contentWrapper ul ul {
	font-size:100%;
}
#contentWrapper a, #contentWrapper a:visited {
	color:#1c3e20 !important;
}
a:hover, a:visited:hover {
	text-decoration:none;
}


h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 2.813em;
	font-weight: 200;
	color: #1c3e20 !important;
	text-shadow: 1px 1px 1px #ccc;
	line-height: 40px;
	margin:3px 0 6px 0;
	/* border-bottom: dashed 2px #ccc;
	border-bottom-width: 80%; */
}
h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	color: #1c3e20 !important;
	line-height: 18px;
	margin:7px 0 0 2px;
	border: solid 0px #666;
}
.module_bottom_spacer {
	height:25px;
	display:block;
}
img.banner {
	display:block;
	height: 85;
	background-image: url(/images/ban-cloud.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#welcome_date {
	display:none;
}


#mainContentWrapper {
	display: block;
	/* background-color: #fff;  color behind main contente ares */
	min-height:553px;
	padding-bottom:20px;
}

/* content area - contentWarapper("box" around the sectionNav mainContent and SidebarContent) */
#contentWrapper {
	width: 980px;
	min-height:100px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #fff;
	text-align: center;
	border: solid 1px #fff;
	border-radius: 12px 12px 0 0;
}

#SidebarContent {
	display:block;
	text-align:left;
	/* background-color: #fffdc7; */
	border: solid 2px #1c3e20;
	border-radius: 12px 12px 0 0;
	order: 2;
}
#mainContent {
	font-size:1.2em;
	/* line-height: 16px; */
	text-align:left;
	order: 1;
}

/*  End content area *//* bottom area - bottom("box" around bottomNav and copyright) */

#bottom {
	width: 980px;
	/* height: 90px; */
	margin: 0 auto;
	padding: 20px 0;
	background-color: #1c3e20;
	-webkit-box-shadow: 0 0 2px 2px #666;
	-moz-box-shadow: 0 0 2px 2px #666;
	box-shadow: 0 0 2px 2px #666;
}

#bottomNav {
	display: block;
	width: 98%;
	height: 20px;
	margin: 0 auto 2px auto;
	padding: 1px 1px 0 0;
}
#bottomNav ul {
	margin:0px;
	padding:0px;
	text-align:center;
}
#bottomNav li {
	display:inline;
	margin-left:0px;
	margin-right:8px;
	padding:0px;
	list-style:none;
	width:auto;
}
#bottomNav a {
	font: 11px 'Open Sans', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#bottomNav a:hover {
	color: #d6b54f;
	text-decoration: underline;
}
#copyright {
	display: block;
	width: 98%;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #fff;
}
#copyright a {
	font-size:.85em;
	color: #fff;
}
#copyright a:hover {
	font-size:.85em;
	color: #d6b54f;
}

/* End bottom area */


.clear {
	position:relative;
	clear:both;
	float:none;
	height:1px;
	width:100%;
}
.clear-block {
	clear:both;
	display:block;
}	

/* ------------ EDITOR MODULE ------------------ */

.editor {
}
.editor img {
	padding: 0;
	margin: 8px;
}

/* ------------ NEWS MODULE ------------------ */
.detailview {
	background-color:#ffffff;
}

.news .multiview {
/*
	font-size:.8em;
	line-height: 12pt;
*/
}

.news {
	font-family: 'Questrial', sans-serif;
	margin-bottom:.3em;
}
.news li {
	margin:0 0 10px -25px;
	color: #fc0 !important;
}

.news li a {
	color: #ccc !important;
}
#SidebarContent .news li a {
	color: #1c3e20 !important;
}
.news a {
	font-size: 1em !important;
	font-weight:bold;
	color: #1c3e20!important;
	line-height:100%;
}
.news h2 a {
	text-decoration:none !important;
	font-size:1.2em !important;
}

.article {
color: #687d31 !important;
font-size: 1.2em;
}

#mainContent .news h2 {
	font-size:1.4em;
	margin-bottom:.3em;
	font-weight:bold;
}
#mainContent .news a {
	font-size: 1em !important;
	font-weight:bold;
	color: #1c3e20;!important;
	line-height:100%;
}
#SidebarContent .news h2 {
	font-size:1.4em;
	margin-bottom:.3em;
	font-weight:bold;
}
.pNews {
	font-size:1em !important;
	font-weight:normal !important;
	color:#000000;
}
.pNews a {
	font-weight:bold;
	display:block;
	
	
}/* ------------ CONTACT FORM MODULE ------------------ */


#mainContent #contactform form {
	display:inline-block;
}
#mainContent #contactform .clear-block {
	padding:7px 0;
}
#mainContent #contactform label {
	float:left;
	min-width:150px;
	_width:150px;

}
#mainContent #contactform .question_input {
	float:left;
}

#SidebarContent #contactform .editor {
	border: solid 2px #ccc!important;
	width:95%;
}

#SidebarContent #contactform  {
	width:95%;
	margin-top: 10px;
}

#SidebarContent #contactform label {

	padding: 10px 0 10px 0;
}

#SidebarContent #contactform input[type=text], #SidebarContent #contactform input[type=email] {
	width:250px;
	margin: 4px 0;
}

/* ------------ CALENDAR ------------------ */

.fullCalendar {border: solid 1px #900; margin-top: 10px; width: 99%;}

.MonthNavigation{
	background-color:#d4e9fd !important;	
	border: solid 1px #900; margin-top: 10px; width: 99%;
}
.Today{
	background-color:#d4e9fd !important;
}
/* background behind date number & weekend boxes */
.DateLabel,.Weekend{
	background-color:#f7f7ee !important;
}
/* background behind Days of week at top */
.DateHeader{
	background-color:#edecda !important;
}
/* background behind Days not in month */
.Inactive{
	background-color:#f8f8f8 !important;
}
/* --------- Social Media ------------- */

iframe {
	position: relative;
	z-index: 1;}
	
/* --------- Social Media ------------- */
.socialNetworking{
	display:block;
	clear:both;
	float:none;
		border: solid 0px #900;
}
.socialNetworking div{
	float:left;
	margin:10px 8px 15px 0;

}

/* ------------------------------------ */

#layoutA, #layoutB {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#layoutA #mainContent {
	width: 100%;
}
#layoutB #mainContent {
	width: 66.9%;
}
#layoutB #SidebarContent {
	width: 30.6%;
	margin: 0 1%;
}
.module-block {
	padding: 10px 12px;
	overflow: auto;
	text-align: left;
}

input[type=submit] {
	min-width: 110px;
	min-height: 28px;
	background-color: #1c3e20;
	color: #fff;
	border: solid 1px #ccc;
	border-radius: 5px;
}

#header {
	position: relative;
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 980px;
	width: 1200px;
	background-color: #fac023;
}
#header-banner img {
	display: block;
	width: 100%;
	height: auto;
}
#logoName {
	display: block;
	position: absolute;
	top: 20px;
	left: 15px;
	float: left;
	padding: 10px 0 0 0;
}
#logoName img {
	display: inline-block;
	float: left; 
	margin: -13px 14px 10px 2px;
	padding: 4px 4px 20px 4px;
}
#displayname {
	float: left;
}
#logoName1 {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 3em;
	font-weight: light;
	font-weight: 200;
	color: #fff;
	text-shadow: 1px 1px 1px #1c3e20;
	margin: 0 50px 0 0;
}
#logoName2 {
	display: block;
	position: relative;
	margin: 5px 20px 0 0;
	padding: 2px 0 0 0;
	font-family: 'Questrial', sans-serif;
	font-size: 2em!important;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px #1c3e20;
}
#phone {
	display; block;
	position: absolute;
	top: 30px;
	right: 20px;
	height: 30px;
	font-family: 'Roboto Slab', serif;
	font-size: 2.2em;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px #1c3e20;
	padding: 6px 6px 6px 9px;
	text-align: right;
}
#phone2 {
	display: none;
	font-family: 'Roboto Slab', serif;
	font-size: 2.2em;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px #1c3e20;
}

@media screen and (max-width: 1000px) {
	#container, #header, #horizBar, #contentWrapper, #bottom, #bottomNav, #copyright {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		border: 0 !important;
	}
	#container img {
		max-width: 100% !important;
		height: auto;
	}
	input[type=image] {
		max-width: 100% !important;
		height: auto;
	}
	#header, #bottom {
		background-size: 100% 100% !important;
	}
	#logoName img {
		max-height: 100% !important;
		width: auto !important;
	}
	#mainContent, #SidebarContent {
		width: 98% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 1% !important;
		padding-right: 1% !important;
		border: 0 !important;
	}

	#layoutA, #layoutB, #layoutC, #layoutD, #layoutE, #layoutF, #layoutG, #layoutH, #layoutI, #layoutJ {
		justify-content: center;
	}
	#layoutG #leftbar {
		order: 2;
	}
	#layoutG #main {
		order: 1;
	}
	#layoutH #leftbar {
		order: 2;
	}
	#layoutH #main {
		order: 1;
	}
	#layoutH #bottom {
		order: 3;
	}

	#header {
		display: flex;
		flex-wrap: wrap;
	}
	#header-display {
		order: 1;
		width: 100%;
		padding-bottom: 10px;
	}
	#header-banner {
		order: 2;
	}
	#logoName {
		position: static;
		float: left;
		margin: 0 0 0 15px;
	}
	#phone {
		display: none;
	}
	#phone2 {
		display: inline-block;
	}
}
