/*
Theme Name:
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

/* reset styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;  border: 0; outline: 0; font-size: 100%;
	vertical-align: baseline; background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
sup {  vertical-align: super;  font-size: smaller; }
sub {  vertical-align: sub; font: .8rem 'Fira Sans', sans-serif;; }
body {
	font-size: 62.5%;
	background-color: #000;
	color: #FFF ;
}

/* container - place inside each section or around the entire page depending on your layout */
.container {
	width: 1200px;
	min-height: 100px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* for clearing any floats <br class="clearfloat" /> */
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--- header section - put whatever you want here ---*/
#header {
}

/*--- horizontal "block" menu ---*/
#menu {
	float: left;
}
#menu li {
	display: block;
	float: left;
}
#menu li a {
	color: yellow;
	font-size:20px;
	display: block;
	text-decoration: none;
	height: 20px;
	width: 125px;
	padding: 5px 10px 5px 10px;
}
/* wordpress specific menu stylings */
#menu li.current_page_item a {
}
#menu li.first a {
}
#menu li.last a {
}

/*--- content section - put whatever you want here ---*/
.spacer {
	min-height: 10px;	
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #f3ff33;
    margin: 1em 0;
    padding: 0;
	border-style: inset;
}
#content {
	font: 2.0em ubuntu, Arial, Helvetica, sans-serif;
	margin-left: 50px;
	margin-top: 20px;
}

#content p {
	margin-top: 10px;
}
.heroImage {
 float:left;
 /*margin-left: 70px;*/
}

.blurbBox{
	display: block;
	text-decoration: none;
	min-height: 50px;
	width: 750px;
	padding: 5px 10px 5px 10px;	
}
.eventBox1{
	float:left;
	display: block;
	text-decoration: none;
	min-height: 50px;
	width: 550px;
	padding: 5px 10px 5px 10px;	
}
.eventBox2 img {
	display:block;
	margin-left: 50;
	/*margin-right: auto;*/
		
}
.eventBox2{
	float:left;
	display: block;
	text-decoration: none;
	min-height: 50px;
	width: 550px;
	padding: 5px 10px 5px 10px;	
}
.eventBox2 img {
	display:block;
	margin-left: 50;
	/*margin-right: auto;*/
		
}
.EventTitle {
	font-size: larger;
	color:#FC3;
}
.meetDetails {
	/*margin-top: 20px;*/
	display:block
	width: 300px;
	float:left;
	margin-left: 10px;
}

.meetDetails img {
	padding-top:15px;
}
.contactDetails {
	/*margin-top: 20px;*/
	display:block
	width: 250px;
	float:left;
	margin-left: 50px;
	
}

.contactIcons {
	float:right;
	padding-right: 100px;
	padding-top: 40px;

}
.contactDetails h3, .meetDetails h3, .eventDetails h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
	
}

.eventDetails {
	float:left;
	width:350px;
	margin-left: 50px;;
	display: inline-block;
	min-height: 300px;
	/*background-color: #FFF;*/
	overflow: hidden;
	vertical-align:middle;
	/*z-index: 2;*/
	/*outline: #f3ff33 2px solid*/;
}
.eventDetails p{
	padding-right:50px;
}
.herobox {
	float:right;
	width: 250px;
	height: 200px;
	margin-right:20px;
	display: inline-block;
	min-height: 100px;
	/*background-color: #FFF;*/
	overflow: hidden;
	vertical-align:middle;
	/*z-index: 2;*/
	/*outline: #f3ff33 2px solid;*/
}

#map {
	margin-top: 15px;
    height: 300px;
    width: 300px;
	float:left;
}

.frontpagepix {
		
}
.AlertText {
	color:#C03;
	font-size:30px;
}
.Notification {
	display:inline-block;
	border-radius: 25px;
  	background: #FC3;
  	padding: 20px;
  	width: 700px;
  	height: 40px; 
	color:#666;
	margin-left:auto;
	margin-right:auto;

}

/*--- footer section - put whatever you want here ---*/
#footer {
}

.footerStyle {
	font: 1.0em ubuntu, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left: 50px;
	margin-top: 20px;	
}