@charset "utf-8";
/* CSS Document */

body {
	color: #000305;
	font-size: 87.5%; /* Base font is 14px */
	font-family: Arial, "Lucida Sans Unicode";
	line-height: 1.5;
	text-align: left;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #0812FD;
}

a:hover, a:active {
	background-color: #0812FD;
	color: #FFF;
}

.body {
	margin: 0 auto;
	width: 70%;
	clear: both;
}

.mainHeader img {
	width: 25%;
	height: auto;
	margin: 2% 0 1% 0;
	border: none;
}

.mainHeader nav {
	background-color: #666;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainHeader nav ul {
	list-style: none;
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left;
	display: inline;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #FFF;
	display: inline-block;
	padding: 10px 25px;
	height: 20px;
}

.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: #0812FD;
	text-shadow: none;
}

.mainHeader nav ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainContent {
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content {
	width: 70%;
	float: left;
}

.topcontent, .middlecontent {
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
}

.bottomcontent {
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
}

.post-info {
	font-style: italic;
	color: #777;
	font-size: 90%;
}

.top-sidebar {
	width: 21%;
	float: left;
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 2% 0 2% 3%;
	padding: 2% 3%;
}

.middle-sidebar {
	width: 21%;
	float: left;
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 3%;
	margin-bottom: 2%;
	padding: 2% 3%;
}

.bottom-sidebar {
	width: 21%;
	float: left;
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 3%;
	margin-bottom: 2%;
	padding: 2% 3%;
}

.mainFooter {
	width: 100%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #666;
	margin: 2% 0;

}

.mainFooter p {
	width: 92%;
	margin: 10px auto;
	color: #FFF;
	text-align: right;
}

.table {
	background-color: #CFFEF8;
	border: 1px solid;
	width: 100%;
}

.table td {
	background-color: #CFFEF8;
	border: 1px solid #0812FD;
	padding: 5px;
}


@media only screen and (min-width: 150px) and (max-width: 600px){
	.body {
	width: 90%;
	font-size: 110%;
	}
	.mainHeader img {
	width: 100%;
	}
	.mainHeader nav {
	height: 240px;
	}

	.mainHeader nav ul {
		padding-left: 0;
	}
	
	.mainHeader nav ul li {
		width: 100%;
		text-align: center;
	}

	.mainHeader nav a:link, .mainHeader nav a:visited {
		padding: 10px 25px;
		height: 20px;
		display: block;
	}

	.content {
		width: 100%;
		float: left;
		margin-top: 2%;
	}

	.post-info {
		display: none;
	}

	.topcontent {
		background-color: #EEE;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 3% 5%;
		margin-top: 4%;
	}

	.bottomcontent {
		margin-top: 3%;
	}

	.top-sidebar, .middle-sidebar, .bottom-sidebar {
		width: 94%;
		margin: 2% 0 2% 0%;
		padding: 2% 3%;
	}

	.table {
		display: none;
	}
	

}
