html {
}
body{
	background: #d9ffa9  no-repeat center center fixed; /* Old browsers */
  /* fallback */
  
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6DDCE4), to(#d9ffa9)) fixed;

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #d9ffa9, #6DDCE4) fixed;

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #d9ffa9, #6DDCE4) fixed;

  /* IE 10 */
  background: -ms-linear-gradient(top, #d9ffa9, #6DDCE4) fixed;

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #d9ffa9, #6DDCE4) fixed;

}
/*=========================================================
------------------- Fonts
=========================================================*/
body p,#recent-events,#recent-news,.event-entry-content{
	font-size: 13px;
	line-height: 1.5em;
	color: #404041;
	font-family: 'Libre Baskerville', serif;
}
.sidebar-box a,#sidebar .widget_nav_menu li:first-child a, #sidebar .widget_recent_entries li:first-child a, #sidebar .widget_categories li:first-child a,#sidebar .widget_nav_menu a, #sidebar .widget_recent_entries a, #sidebar .widget_categories a{
	font-size: 13px;
	line-height: 1.5em;
	color: #1B93A6;
	font-family: 'Libre Baskerville', serif;
}
.sidebar-box a:hover{
	color: #022D44;
}
/*=========================================================
------------------- Headings
=========================================================*/
#page-heading{
	background: transparent;
}
h2 a, h3 a, h4 a,#page-heading h1, #page-heading h2,#related-posts h2,h1#post-title{
	font-family: 'Oswald', sans-serif;
	color: #404041;
	font-weight: 300;
}
h1, h1 a ,h1#post-title{
	font-size: 29px;
}
h2,h2 a ,#related-posts h2{
	font-size: 24px;
}
h3,h3 a {
	font-size: 22px;
}
h4, h4 a, .sidebar-box h4 span {
	font-size: 21px;
}
.sidebar-box h4{
	background: none;
}
#related-posts h2{
	margin-bottom: 10px;
}
#page-heading{
	font-weight: 300;
}
/*=========================================================
------------------- Buttons
=========================================================*/
.read-more,.read-more:hover{
	background: #1A93A5 ;
	color: #fff!important;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 0 0 0 rgba(0,0,0, 0);
	border: none;
	padding: 5px;
	font-style: normal;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 5px; 

	/* Firefox 1-3.6 */
	-moz-border-radius: 5px; 

	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 5px; 
	font-family: "Oswald",sans-serif!important;	
}
/*=========================================================
------------------- Sidbars
=========================================================*/
#sidebar {
font-size: 12px;
width: 240px;
float: right;
padding: 10px;
border-left: solid 1px #ddd;
}
/*=========================================================
------------------- Containers
=========================================================*/
#wrapper {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 900px;
	background: #fff;
	position: relative;
	padding: 0 20px;
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0);
	box-shadow: 0 0 0px rgba(0,0,0,0);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#related-posts .entry-left{
 width: 100%;
}
#related-posts .entry-right{
 width: 100%;
 float: left;
}
#related-posts .entry-right .related-entry-content{
	float: left;
}
.awesome-icon-pencil{
	display: none;
}
.no-meta-data.entry-right{
	float: left;	
	width: 100%;
}
/*=========================================================
------------------- Header
=========================================================*/
#logo{
	padding-left: 50px;
}
#header-contact-donate{
	display: inline-block;
	float: right;
	position: relative;
	bottom: 0;
	font-family: "Oswald",sans-serif;
	color: #1B93A6;
	font-size: 18px;
	font-weight: 200;
	line-height: 120%;
	width: 300px;
}
#mailto-header-hand a {
	color: #1B93A6;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 5px;

}
#phone-header-hand{
	float: left;
	display: inline-block;
	background-color: #022D44;
	color: #fff; 
	padding: 5px;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 5px; 

	/* Firefox 1-3.6 */
	-moz-border-radius: 5px; 

	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 5px; 	
}
#header-donate{
	position: relative;
	right: 0;
	float: left;
	display: inline-block;
	margin-left: 10px;
	background: #1A93A5 ;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 0 0 0 rgba(0,0,0, 0);
	border: none;
	padding: 5px;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 5px; 

	/* Firefox 1-3.6 */
	-moz-border-radius: 5px; 

	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 5px; 
	font-family: "Oswald",sans-serif!important;
	font-weight: 200;
}
#header-donate a{
	color: #fff;
}
/*=========================================================
------------------- Navigation
=========================================================*/
/*** main navigation skin ***/
#mainnav{
	position: relative;
	margin: 0 -20px 20px -20px;
	height: 51px;
	border-top: none;
	background-color: #fff;
	font-weight: bold;
	/*rounded corners*/
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#mainnav .sf-menu{
	width: 100%;
	border-top: none;
	background-image: none;
	background-repeat: repeat-x;
}
#mainnav .sf-menu > li{
	float: left;
	padding-right: 2px;
	background: url("images/nav-divider.png") right top no-repeat;
	background-position: right -1px;
}
#mainnav .sf-menu > li:first-child{
}
#mainnav .sf-menu a {
	color: #1B93A5;
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0);
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 17px;
}
#mainnav .sf-menu ul a{
	padding: 15px;
	height: auto;
	line-height: 1em !important;
	color: #1B93A5;
	letter-spacing: normal;
	font-weight: 400;

}
#mainnav .sf-menu a:hover,
#mainnav .sf-menu li.sfHover > a,
#mainnav .sf-menu .current-menu-item > a,
#mainnav .sf-menu .current-menu-parent > a{
	background: none;
	background-image: none;
	color: #e6b85f;
}

#mainnav .sf-menu ul{
	padding: 0px;
	background: #fff;
	/*rounded corners*/
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;

-webkit-box-shadow: 0 0 7px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.8);
	box-shadow: 0 0 7px rgba(0,0,0,.8);
}

#mainnav .sf-menu ul a:hover{
	background: #fff;
}
#mainnav .sf-menu ul li{
	padding-bottom: 2px;
	background: url("images/sub-nav-border.png") bottom repeat-x;
}
#mainnav .sf-menu ul li:last-child {
	background: none;
}
#mainnav .sf-menu ul li:last-child {
	border-bottom: none;
}
#mainnav .sf-menu ul li:last-child a{
	border-bottom: none;
	/*rounded corners*/
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
#mainnav .sf-menu ul ul li:last-child a{
	border-bottom: none !important;
}
#mainnav .sf-menu ul ul{
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
}
#mainnav .sf-menu ul ul li:first-child a{
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
}

#mainnav .sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px;
}
#mainnav .sf-sub-indicator {
    position: absolute;
    display: block;
	top: 50%;
	margin-top: -6px;
    right: 12px;
    width: 12px;
    height: 12px;
    text-indent: -999em;
    overflow: hidden;
	background: url('images/arrow-down.png') no-repeat;
	opacity: 0.9;
}
#mainnav a:focus >.sf-sub-indicator,
#mainnav a:hover >.sf-sub-indicator,
#mainnav a:active >.sf-sub-indicator,
#mainnav li:hover >a >.sf-sub-indicator,
#mainnav li.sfHover >a >.sf-sub-indicator {
	opacity: 1;
}
/* point right for anchors in subs */
#mainnav .sf-menu ul .sf-sub-indicator {
	top: 50%;
	margin-top: -2px;
	background: url('images/arrow-right.png') no-repeat;
	opacity: 0.6;
}
#mainnav.sf-menu ul a:focus >.sf-sub-indicator,
#mainnav .sf-menu ul a:hover >.sf-sub-indicator,
#mainnav .sf-menu ul a:active >.sf-sub-indicator,
#mainnav .sf-menu ul li:hover >a >.sf-sub-indicator,
#mainnav .sf-menu ul li.sfHover >a >.sf-sub-indicator {
	opacity: 1;
}
#facebook-share-container{
	float: left;
	position: relative;
	position: absolute;
	top:10px;
	right: 10px;
}
#facebook-logo{
	float: left;
}
#share-text{
	margin-right: 10px
}
#share-text, #share-text p{
	text-transform: uppercase;
	font-family: "Oswald",sans-serif!important;	
	display: inline-block;
	float: left;
	color: #1B93A6;
	font-size: 16px;
	font-weight: 200;
}
#share-text p{
	line-height: 250%;
}

/*=========================================================
------------------- Slider
=========================================================*/
#slider-wrap{
	background-color: #6DDCE4;
}
.backup, .backup:hover{
	background-color: #022D44;
}
#slider .caption {
	max-width: 400px;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 0 0 rgba(0,0,0,0);
	background: #fff;
	position: absolute;
	left: 20px;
	bottom: 45px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.8);
	box-shadow: 0 0 7px rgba(0,0,0,.8);
}
#slider a.slides_prev, #slider a.slides_next{
	color: #0E727C;
}
/*=========================================================
------------------- homepage
=========================================================*/
/*--------------headings highlighted-----------------*/
.heading {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0 0 10px 0;
	color: #404041;
	background: none;
	text-shadow: none;
	border:none;
	border-bottom: 3px solid #6DDCE4;
	/*rounded corners*/
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0pt 0pt 5px 0px rgba(0, 0, 0, 0.0);
	text-align: left;
	font-family: 'Oswald', sans-serif;
}
.hp-highlight-content p{
	text-align: left;
	color: #404041;
}
/*-------------- events & recent post headings -----------------*/

#recent-events h2.heading, #recent-news h2.heading{
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}
.event-entry {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: none;
}
.event-entry .event-entry-content, #recent-news .recent-entry .recent-entry-content{
	padding-bottom: 10px;
	border-bottom:dotted 3px #012D44;
}
#recent-news .entry-meta,.entry-meta{
	color: #58595B;
}
/*=========================================================
------------------- footer
=========================================================*/
#footer-copyright{
	color: #fff;
	width: 100%;
}
#footer-botttom {
	background-image: none;
	background: #012D44 ;
	font-size: 11px;
	color: #beb3a2;
	margin: 0 -20px;
	padding: 7px 20px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
/*=========================================================
------------------- stories/blog
=========================================================*/
.post .loop-entry-meta-data{
	display: none;
}
.post .loop-entry-right{
	float: left;
	width: 100%;

}
.post .loop-entry-right .styled-img{
	display: inline-block;
}
.post .leaf-divider{
	color: #fff;
	background: none;

	border-bottom:dotted 3px #012D44;
}