

@font-face {
	font-family: adobe;
	src: url("fonts/adobe.woff");
	font-weight: bold;
}


body {
		background-image: url("img/home.jpg");
		background-repeat: no-repeat;
		background-color: #FFF;
		background-size: cover;
		background-attachment: fixed;
		font-size: 87.5%;
		font-family: arial;
		line-height: 1.5;
		text-align:left;
	
	}
.body {margin: 0 auto;
		width: 70%;
		clear:both;}
		
a {text-decoration: none;
color: rgb(0,0,180);}
a:link, a:visited {}
a:hover, a:active {
	background-color: rgb(0,0,190);
	color: #FFF;
}

.mainHeader img {
	width: 15%;
	border-radius: 10px;
	height:auto;
	margin: 2% 0;
}

.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;
	height: 20px;
}

.mainHeader nav a:hover, .mainHeader nav a:active, .mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: rgb(255,0,0);
	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;
	overflow: hidden;
}

.content {
	float: left;
	width: 100%;
		border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.mainContent {
background-color: rgba(255,255,255, 0.6);
border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
}

.topcontent h2 {
	color: rgb(40,40,70);
}

.bottomcontent {
background-color: rgba(255,255,255, 0.6);
border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		padding: 3% 5%;
margin-top: 2%;
}



.mainFooter {
background-color: rgb(100,100,100);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	margin-top: 2%;
	float: left;
	margin-bottom: 2%;
	height: 40px;
}
.mainFooter p {
	width: 92%;
	margin: 10px; auto;
	color: rgb(255, 255, 255);
}

.post-info {
	font-style: italic;
	font-weight: bold;
	color: rgb(128,128,128);
	font-size: 110%;
	padding-bottom: 2%;
}

@media only screen and (min-width: 150px) and (max-width: 650px) {



.body {
	width: 90%;
	font-size: 95%;

}

.mainHeader img {
	width: 100%;
}

.mainHeader nav {
	background-color: rgba(128,128,128, 0.6);
	height: 200px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.mainHeader nav a:hover, .mainHeader nav a:active, .mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: rgba(255,0,0, 0.8);
	text-shadow: none;
}

.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;
	height: 20px;
	display: block;
}

.content {
	float: left;
	width: 100%;
	margin-top: 2%;



}

.topcontent {
background-color: rgba(230,230,230, 0.6);
border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	margin-bottom: 4%;
}


.bottomcontent {
background-color: rgba(230,230,230, 0.6);
margin-top: 3%;
}





}


@media only screen and (min-width: 900px) {

	.body 
	{  min-width: 900px;

}


