@charset "UTF-8";
/* CSS Document */

html { 
  background-color: #00a1dd;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
	max-width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	
}

/*BODY CSS*/
body {
	color:#002D38;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
}
	
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}



/*FORM*/

form {
	margin-top: 10px;
	margin-bottom: 10px;
}

input {
	margin-top: 10px;
	margin-bottom: 10px;
}

select {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*LINKS*/

a {
	outline: 0;
	}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	color: #043543;
	padding: 0 1px;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #043543;
	color: #fff;
	text-decoration: none;
}

/*NAVIGATION*/
   
.mainHeader nav {
	background: #00a1dd;
	font-size: 1.143em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 30px auto;
	text-align: center;

}
	
.mainHeader nav ul {
	list-style-type: none; 
	display: inline-block;
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left; 
	display: inline; 
}
	
.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 23px;
	text-decoration: none;
}
.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background: #ffffff;
	color: #043543;
	border: thin;
	border-style: solid;
	border-color: #000000;
	text-shadow: none !important;
}
	

.mainHeader img {
	max-width: 100%;
	height: auto;
	margin: 3% 0;
	display: inline-block;
}

.mainContent {
	background-color: rgba(255,255,255,0.75);
	overflow: hidden;
	line-height: 25px;
	padding: 25px;
	margin: auto;
}

.content {
	background-color: rgba(255,255,255,0.85);
	overflow: hidden;
	line-height: 25px;
	padding: 25px;
	margin: auto;
	width: 80%;
}

.moreContent {
	background-color: rgba(255,255,255,0.85);
	overflow: hidden;
	line-height: 25px;
	padding: 25px;
	margin: auto;
	width: 80%;
	border-top: solid 5px #4E747E;
}

p.post-info {
	font-style: italic;
	font-size: 0.75em;
	color: #BCC4CD;
}
	

/*LAYOUT*/

.topcontent {
	background-color: #FFF;
	padding: 3% 5%;	
	margin-bottom: 3%;
	height: 480px;
	overflow-y: scroll;
}

.bottomcontent {
	background-color: #FFF;	
	padding: 3% 5%;
}


.mainFooter {
	width: 100%;
	text-align: right;
	align: right;
	float: right;
	padding-left: 0;
	background-color: #00a1dd;
	color: #FFF;	
}

.mainFooter p {
	width: 91%;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media only screen and (min-width : 150px) and (max-width : 780px)
{
	.body {
		clear: both; 
		margin: 0 auto; 
		width: 90%;
		font-size: 90%;
	}
	
	.mainHeader nav {
		background: #00a1dd;
		font-size: 1em;
		height: 175px;
		line-height: 20px;
		margin-bottom: 0;
	}
		
	.mainHeader nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
	}
	
	.mainHeader nav li {
		margin-left: 0 auto;
		width: 100%;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
		color: #FFF;
		display: block;
		height: 15px;
		padding: 5px 0;
		text-decoration: none;
	}
	
	.mainHeader nav a:active,
	.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
		background: #000000;
		color: #fff;
		text-shadow: none !important;
	}
	
	.mainHeader img {
		width: 100%;
		height: auto;
		margin-bottom: 3%;
	}
	
	.mainContent {
		overflow: hidden;
		line-height: 15px;
		margin-top: 15%;
		margin-bottom: 1%;
		margin-right:1%:
	}
	
	.topcontent {
		background-color: #FFF;
		padding: 2% 5%;
		margin-bottom: 4%;
	}
	
	.bottomcontent {
		background-color: #FFF;	
		padding: 2% 5%;
	}
	
	.content {
		width: 100%;
		float: left;
	}	

	.post-info {
		display: none;
	}
	
	.mainFooter {
		width: 100%;
		float: left;
		margin: 2% 0;
		padding-left: 0;
		background-color: #00a1dd;
		color: #FFF;	
	}
	
	.mainFooter p {
		width: 86%;
		margin: 2% auto;
	}