/****

**

**	PLEASE RENAME THIS FILE TO "style-{client_name}.css"

**	AND CHANGE THE REFERENCE TO THE FILE IN "style.css"

**

****/

/************************************************************************************* HELPER CLASSES ************/

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* for image replacement */
.hidden {
	display: none;
	visibility: hidden;
}

/* Hide for both screenreaders and browsers */
.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

/* Hide only visually - available for screenreaders */
.invisible {
	visibility: hidden;
}

/* Hide visually and from screenreaders, but maintain layout */
.clear {
	clear: both;
	display: block;
}

/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	*zoom: 1;
}

small {
	font-size: 0.6875em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.twoCol:first-child {
	margin-right: 1.9%;
	padding-right: 1.9%;
	border-right: 1px solid #aaa;
}

.twoCol {
	float: left;
	width: 48%;
}

/************************************************************************************* FONTS ************/
html {
	text-align: center;
}

body {
	text-align: left;
	color: #636363;
	font: 16px/22px "Droid Sans", Arial, sans-serif;
	font: 16px/22px;
}

h1, h2, h3, h4, h5, h6 {
	color: #404040;
	font-family: "Neuron", "Times New Roman", serif;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #978070;
	text-decoration: none !important;
}

.rgba h1, .rgba #logo, .rgba h2, .rgba h3, .rgba h4, .rgba h5, .rgba h6 {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95)
}

h1, .h1 {
	font-size: 33px;
	line-height: 34px;
	margin: 0 0 20px 0;
}

h2, .h2 {

	/*font-size:28px;*/

	font-size: 24px;
	line-height: 30px;
	margin: 0 0 20px 0;
}

h3, .h3 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 15px 0;
}

h4, .h4 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px 0;
}

h5, .h5 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 12px 0;
}

h6, .h6 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 12px 0;
}

header h1, header h2, header h3, header h4, header h5, header h6 {
	margin-bottom: 3px;
}

article header {
	margin-bottom: 15px;
}
.megaSimpleList .megaSimpleEvent .leftDate .megaDateRegion.dateMask{
	background:#5bb3a1 !important;
}
.megaMeta{
	padding-right: 60px !important;
}
h3.widget_title, #sidebar h3 {
	font-size: 18px;
    line-height: 22px;
	margin: 0 0 15px 0;
}

/* Main Content */
#main-content blockquote {
	font-style: italic;
	font-family: cambria, georgia, times, serif;
}

article, .widget, aside {
	font-family: arial;
}

#tribe-events a {
	font-weight: normal;
}

.postMeta {
	color: #999;
	font-size: 12px;	/*text-transform:uppercase;*/
}

.category .postMeta {
	margin-bottom: 0;
}

/************************************************************************************* LAYOUT ************/

/* Base */

html {
	height: 100%;	/* 

		Use this if the site has width 100% to prevent the background becoming smaller than the main container. 

		Change 980px to the width of your main container 

	*/
	min-width: 1200px;
}

body {
	height: 100%;
	position: relative;
	background: #fff;
	padding: 0;
}

#header, #main-nav .menu, #footerInner {
	max-width: 1200px;
	min-width: 1040px;
}

#main-nav, #footer {
	min-width: 1200px;
}

#main {
	max-width: 1100px;
	min-width: 980px;
}

#wrap {
	min-height: 100%;
	background: #ececec;
}

p, dl, blockquote, hr, pre, table, fieldset, article, article footer, nav, ul, ol {
	margin: 0 0 20px 0;
}

article ul, article ol {
	position: relative;
	left: 45px;
	padding-right: 25px; /*necessary to ensure content fits in page*/

	/*margin-left: 45px; - Doesn't work when an image is floated left of the list */
}

.blog .post {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #333;
}

.blog .post:last-child {
	border-bottom: none;
}

.blog .post h2 {
	margin: 0;
}

.blog .post .postMeta {
	margin: 0 0 10px;
}

/* Header */
#header {
	position: relative;
	height: 111px;
	width: 80%;
	margin: 0 auto 6px;
}

#header .header-right {
	position: absolute;
	right: 20px;
	top: 10px;
}

#header .header-right .widget {
	clear: none !important;
	float: left;
	margin-right: 20px;
}

#header .header-right .ctaButton {
	margin-top: 25px;
	text-decoration: none !important;
}

.currentMembersBox {
	background: #e8e8e8;
	border: 1px solid #ddd;
	padding: 15px 40px;
	text-align: center;
	font-size: 11pt;
	line-height: 13pt;
}

.currentMembersBox h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
}

.currentMembersBox ul {
	list-style: none;
	margin-bottom: 0;
}

.currentMembersBox ul li {
	margin-bottom: 5px;
}

#logo {
	position: absolute;	/*width: 360px;*/
	width: 515px;
	top: 20px;
	left: 20px;
	text-align: center;
}

#logo h1 {
	font: 34px/41px "Neuron", "Times New Roman", serif;
	font-weight: bold;
}

.site-14 #logo h1 {
	font: 28px/44px "Neuron", "Times New Roman", serif;
	margin-top: 0px;
	font-weight: bold;
}

#logo a {
	color: #4e6d68;
	font-weight: bold;
}

.slogan {
	font: 13px/16px "Droid Sans", Arial, sans-serif;
}

/* Main Content */
#main {
	position: relative;
	background: #FFF;
	width: 75%;
	clear: both;	/*margin: -40px auto 20px;*/
	margin: 0px auto 20px;
	padding: 20px 20px 66px 20px;	/*border: 1px solid #ccc;*/
}

#main-content {
	width: 70%;
	box-sizing: border-box;
	padding: 18px 40px 0 30px;
	float: left;
	margin-bottom: 20px;
}

#main-content blockquote {
	margin: 0 2.5em 1.25em 2.5em;
	border: 1px solid #eee;
	background: #f6f6f6;
	padding: 1.19em 1.25em 0;
}

/* Homepage */
.chapterSites {
	text-align: center;
}

.chapterSites .chapterLinks {
	list-style: none;
	width: 60%;
	margin: 0 auto 20px;
	padding: 0;
}

.chapterSites .chapterLinks li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.chapterSites .chapterLinks li:nth-child(2n+1) {
	clear: left;
}

/* Events & Attachments */
.eventDetails {
	margin-bottom: 10px;
}

.eventDetails a, .attachmentLinks a, .announcementLinks a {
	display: block;
	margin-bottom: 10px;
}

.filesSidebar{
	margin:94px 0 25px;
}

.attachmentFiles .ctaButton {
	float: left;
	margin: 0 10px 10px 0;
	text-align:left;
}

.attachmentFiles .ctaButton:nth-child(2n) {
	margin-right: 0;
}

.attachmentFiles .ctaButton:nth-child(2n+1) {
	clear: left;
}

#sidebar .widget .attachmentFiles .ctaButton {
	display: table;
	float: none;
	margin: 0 auto 10px;
}

.tribe-events-event-meta .tribe-events-meta-group:nth-child(3n+1), .tribe-events-event-meta .tribe-events-meta-group:nth-child(2n) {
	width: 50%;
}

.tribe-events-event-meta .tribe-events-meta-group:nth-child(3n) {
	display: block;
	clear: both;
	float: none;
	width: 70%;
	margin: 0 auto;
}

.tribe-events-list-widget .duration {
	font-weight: normal !important;
}

.eventInfoSection {
	margin-bottom: 20px;
}

.eventInfoSection .ctaButton {
	display: table;
	margin: 0 auto;
	width: 20%;
}

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
	line-height: 22px !important;
}

.single-tribe_events .tribe-events-content {
	margin-bottom: 20px;
}

/* Sidebar */
#sidebar {
	width: 30%;
	float: right;
}

#subpages {
	width: 210px;
}

/* Footer */
#footer {
	position: relative;
	height: 66px;
	margin-top: -66px;
	overflow: hidden;
	zoom: 1;
	clear: both;
	background: #56a878;
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
}

#footerInner {
	position: relative;
	width: 80%;
	height: 66px;
	margin: 0 auto;
}

.footerLeft {
	position: absolute;
	left: 0;
	top: -2px;
}

.copyright {
	clear: both;
}

.siteBy {
	position: absolute;
	right: 0;
	top: 0;
}

#footerLogo {
	display: table;
	font: 25px/28px "Neuton", Arial, sans-serif;
	margin: 20px auto 0;
}

/*.left, .right{

position: relative;

top: 7px;

}

*/
.codingLogos {
	clear: none;
	text-align: center;
	width: 120px;
	margin: 0 auto;
}

.codingLogos img:first-child {
	margin-right: 20px;
}

/********** IMAGES ************/
.wp-post-image, img.alignright, img.alignleft, img.aligncenter {
	background: #fff;
	border: 1px solid #eee;
}

img.featImg {
	background: #f6f6f6;
	padding: 8px 8px;
	border: 1px solid #f0a65d;
}

.alignleft {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	margin: 15px auto;
	display: block;
}

div.wp-caption {
	text-align: center;
	background: #11161a;
	border: 1px solid #1a1f23;
	outline: 4px solid #0d1015;
	padding: 0 !important;
	text-align: center !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.wp-caption img {
	margin: 0;
	padding: 5px 5px 0;
	outline: 0;
	border: 0;
}

p.wp-caption-text {
	margin: 0 !important;
	padding: 0 3px 3px !important;
	font-weight: bold;
	clear: both;
	font-size: 12px;
	color: #eee;
}

/********** WIDGETS ************/
#sidebar .widget h4 {
	font: 16px/19px Arial, sans-serif;
}

#sidebar .vcalendar h4 {
	margin-bottom: 3px;
}

#sidebar .widget, #homeBottom .widget {
	margin: 0 0 20px 0;
	padding: 15px 15px;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
}

#homeBottom .widget {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

#sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget_rss li {
	margin-bottom: 15px;
}

.widget_search {
	overflow: hidden;
	zoom: 1;
}

.widget_search input#s {
	float: left;
	width: 50%;
}

.widget_search #searchsubmit {
	font-size: 0.875em;
	padding: 0 1em;
	border: 0;
	margin: 1px 0 0 5px;
	line-height: 2.29em;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #656565;
	cursor: pointer;
	border: none;
	background: #EFEFEF;
	color: #4A4A4A;
}

.widget_search label {
	display: none;
}

.widget_categories ul, .widget_archive ul, .widget_links ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_pages ul, .widget_nav_menu ul, .widget_categories ul {
	padding: 0;
	list-style-type: none;
}

.widget_archive ul li, .widget_links ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_meta ul li, .widget_rss ul li, .widget_pages ul li, .widget_nav_menu ul li, .widget_categories ul li {
	display: block;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 18px;
}

.widget_archive ul li a, .widget_links ul li a, .widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_pages ul li a, .widget_nav_menu ul li a, .widget_categories ul li a {
	text-decoration: none;
}

.widget_archive ul li a:hover, .widget_archive ul li a:focus, .widget_links ul li a:hover, .widget_links ul li a:focus, .widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus, .widget_recent_comments ul li a:hover, .widget_recent_comments ul li a:focus, .widget_meta ul li a:hover, .widget_meta ul li a:focus, .widget_rss ul li a:hover, .widget_rss ul li a:focus, .widget_pages ul li a:hover, .widget_pages ul li a:focus, .widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:focus, .widget_categories ul li a:hover, .widget_categories ul li a:focus {
	text-decoration: underline;
}

.widget_tag_cloud div {
	padding: 0;
	overflow: hidden;
}

.widget_tag_cloud a {
	line-height: 1.62em;
}

.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
	text-decoration: underline;
}

.rss-aggregator {
	list-style: none;
}

/************************************************************************************* LINKS & BUTTONS **********/
a {
	color: #15bf65;
	text-decoration: none;
}

a:hover, a:focus {
	color: #09954b;
	text-decoration: none;
}

.ctaButton, .button, #submit, .mc4wp-form input[type="submit"] {
	font: 18px/20px "Droid Sans", Arial, sans-serif;
	font-weight: normal;
	display: table;
	padding: 10px 20px;
	border-radius: 4px;
	margin: 0 auto 20px;
	color: #FFF !important;
	width: 80%;
	cursor: pointer;
	border: none;
	text-align: center;
}

.form-submit #submit {
	width: auto;
}

.ctaButton.download {
	background-image: url('images/download.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 45px;
}

.ctaButton.green, .button, #submit {
	background-color: #3abe85;
}

.ctaButton.green:hover, .button:hover, #submit:hover {
	background-color: #00C26E;
	text-decoration: none;
	text-decoration: none;
}

.ctaButton.orange, .mc4wp-form input[type="submit"] {
	background-color: #f6ac61;
}

.ctaButton.orange:hover, .mc4wp-form input[type="submit"]:hover {
	background-color: #F79634;
	text-decoration: none;
}

#homeBottom .ctaButton {
	margin: 0 auto;
}

/* Stellar Social Icons */
.socialDiv {
	position: absolute;
	top: 11px;
	right: 11px;
}

.socialList {
	list-style: none;
}

.socialList li {
	display: inline-block;
	margin-right: 20px;
}

.socialList li a {
	display: block;
	height: 29px;
	width: 28px;
	background: url('images/social.png') no-repeat left bottom;
}

.fbLink {
	background-position: left top;
}

.fbLink:hover {
	background-position: left top;
}

.fbLink:active {
	background-position: left bottom;
}

.twLink {
	background-position: left top;
}

.twLink:hover {
	background-position: -49px top;
}

.twLink:active {
	background-position: -49px bottom;
}

.liLink {
	background-position: -98px bottom;
}

.liLink:hover {
	background-position: -98px top;
}

.liLink:active {
	background-position: -98px bottom;
}

.rsLink {
	background-position: right bottom;
}

.rsLink:hover {
	background-position: right top;
}

.rsLink:active {
	background-position: right bottom;
}

/* END STELLAR SOCIAL ICONS */
.siteBy ul {
	margin: 0;
	padding: 0;
	display: table;
	float: right;
}

.siteBy ul li {
	list-style: none;
	height: 30px;
	padding: 6px 3px 0;
	display: table-cell;
	vertical-align: middle;
	float: left;
	margin: 0;
	margin-right: -1px;
	min-width: 35px;
	text-align: center;
}

.siteBy .stellar {
	margin-top: 5px;
	display: inline-block;
}

.siteBy a.stellar:hover {
	text-decoration: none;
}

#wpstats {
	display: none;
	visibility: hidden;
}