
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #fdfdfd;
	}

	body,input,textarea,select
	{
		font-family: 'Open Sans', sans-serif;
		line-height: 1.75em;
	}

	h1,h2,h4,h5,h6
	{
		font-weight: bold;
		font-size: 11pt;
	}
	
	h3
	{
		font-weight: normal;
		font-size: 8pt;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	strong, b
	{
		font-weight: bold;
		color: #000000;
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
		color: #389709;
	}
	
	a:hover
	{
		text-decoration: none;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}



	header
	{
		margin-bottom: 2em;
	}
	
		header h2
		{
			text-transform: none;
			color: #15061a;
		}
	
		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 0.5em 0;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	
	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 0 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			margin: 0;
			padding: 0;
			list-style: none;
			font-size: 0.90em;
		}
		
			ul.default li
			{
				padding: 2.4em 0em;
				border-top: 1px solid;
				border-color: rgba(0,0,0,.1);
				line-height: 1.6em;
			}
			
			ul.default li:first-child
			{
				padding-top: 0;
				border-top: 0;
			}
			
			ul.default a
			{
				color: #2e222c;
			}
			
			ul.default a:hover
			{
				text-decoration: none;
			}
			
			ul.default img
			{
				float: left;
				margin-right: 20px;
			}
			
			ul.default .posted
			{
				margin: 0;
				padding: 10px 0px 0px 0px;
				font-size: 8pt;
				font-style: italic;
				color: #A2A2A2;
			}		

		ul.style1
		{
			margin: 0;
			padding: 0;
			list-style: none;
			font-size: 0.90em;
		}
		
			ul.style1 li
			{
				padding: 1em 0em;
				border-top: 1px solid;
				border-color: rgba(0,0,0,.1);
				line-height: 1.6em;
			}
			
			ul.style1 li:first-child
			{
				padding-top: 0;
				border-top: 0;
			}
			
			ul.style1 a
			{
				color: #2e222c;
			}
			
			ul.style1 a:hover
			{
				text-decoration: none;
			}

	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 2em;
			padding: 0.90em 1.5em;
			background: #389709;
			border-radius: 5px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #307d09;
				color: #FFF !important;
			}

/*********************************************************************************/
/* Icons                                                                         */
/* Powered by Font Awesome by Dave Gandy | http://fontawesome.io                 */
/* Licensed under the SIL OFL 1.1 (font), MIT (CSS)                              */
/*********************************************************************************/


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background: #041c3c;
		background-size: cover;
		text-align: center;
	}



/* Banner                                                                        */
/*********************************************************************************/

	#banner {
		background-image: url("../images/pics11.jpg");
		background-position: center center;
		background-size: cover;
		height: 16em;
		text-align: center;
		position: relative;
	}
		
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		background: #fff;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		background: #f4f4f4;
		text-align: center;
		border-top: 1px solid;
		border-color: rgba(0,0,0,.1);
	}
	
	#footer header h2
	{
		font-size: 1.2em;
		text-align: center;
	}
	
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 3em 0em;
		text-align: center;
		color: rgba(255,255,255,.2);
	}
	
	#copyright .container
	{
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.4);
	}			