@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/water_drops_seamless_a.jpg);
	background-repeat: repeat;
	background-size: 50%;
	background-color: #8FCBC3;
	color: #205095;
	font-size: 100%; /*Base font size is 14 px */
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.5;
	text-align: left;
}

a {
	text-decoration:none;	
}

a:link, a:visited {
}

a:hover, a:active {
}

.body {
	margin: 0 auto;
	width: 90%;
	clear: both;	
}

.mainHeader img {
	width: 100%;
	height: 60%;
	margin: 0% 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.Moving_pics{
	margin:0px;
	}


.slider {
	height:400px;
	width:650px;
	margin: 50px auto;
	position:relative;
	border-radius:4px;
	overflow:hidden;
	}
.image {
	height:400px;
	width:650px;
	position:absolute;
	}
.left_hold {
	height: 400px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.right_hold {
	height: 400px;
	width: 100px;
	position: absolute;
	top: 0px;
	right: 21px;
}
.left {
	height:50px;
	width:50px;
	position:absolute;
	top:50%;
	left:300%;
	opacity:0;
	transition: all .2s ease-in-out 0s;
	}
.right {
	height:50px;
	width:50px;
	position:absolute;
	top:50%;
	right:300%;
	opacity:0;
	transition: all .5s ease-in-out 0s;
	}
.left_hold:hover .left {
	height:50px;
	width:50px;
	position:absolute;
	top:70%;
	right:300%;
	opacity:0.6;
	transition: all .2s ease-in-out 0s;
	}
	
.right_hold:hover .right {
	height:50px;
	width:50px;
	position:absolute;
	top:70%;
	right:300%;
	opacity:0.6;
	transition: all .2s ease-in-out 0s;
}


.mainHeader nav {
	background-color:#205095;
	height: 44px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.mainHeader nav ul {
	list-style: none;
	margin: 4 auto;
}

.mainHeader nav ul li {
	float: none; 
	display: inline;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	color:#FAF401;
	display: inline-block;
	padding: 7px 10px;
	height: 30px;
}

.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: #84C324;
	color: #FFF;
	text-shadow: none;
	height: 30px;
}

.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: 100%;
	float: left;
	text-align: justify;
	
}


.img {

right:50%;
top:0px;
width:100%;
height:auto;
}

.imgbad {

right:50%;
top:0px;
width:50%;
height:auto;
}

.topcontent {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 3%;
	margin-bottom: 2%;
}

.post-info{
	font-style: italic;
	color: #03F;
	font-size: 85%;
}
	
	
	

.top-sidebar {
	width: 19%;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 2% 0% 1% 3%;
	padding: 2% 4%;
}

.top-sidebar img {
	width: 100%;
}

.middle-sidebar {
	width: 21%;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 1% 0% 1% 3%;
	padding: 2% 3%;
	text-align: justify;
}

.bottom-sidebar {
	width:21%;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 1% 0% 1% 3%;
	padding: 2% 3%;
	text-align: justify;
}

.mainFooter {
	width: 100%;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 2%;
	margin-bottom: 2%;
}

.mainFooter p {
	width: 96%;
	margin: 2%;
	text-align: center;
}

@media only screen and (min-width: 150px) and (max-width: 900px)
{
	.body {
		margin: 0 auto;
		width: 90%;
		clear: both;
		font-size: 95%;
	}

	.mainHeader img {
		width: 100%;
	}
	
.left_hold {
	height: 200px;
	width: 60px;
	position: absolute;
	top: 10%;
	left: 5%;
}
.right_hold {
	height: 200px;
	width: 60px;
	position: absolute;
	top: 10%;
	right: 5%;
}
.left {
	height:50px;
	width:50px;
	position:absolute;
	top:25%;
	left:70%;
	opacity:0;
	transition: all .2s ease-in-out 0s;
	}
.right {
	height:50px;
	width:50px;
	position:absolute;
	top:25%;
	right:70%;
	opacity:0;
	transition: all .5s ease-in-out 0s;
	}
.left_hold:hover .left {
	height:50px;
	width:50px;
	position:absolute;
	top:47%;
	left:15%;
	opacity:0.6;
	transition: all .2s ease-in-out 0s;
	}
	
.right_hold:hover .right {
	height:50px;
	width:50px;
	position:absolute;
	top:47%;
	right:15%;
	opacity:0.6;
	transition: all .2s ease-in-out 0s;
}

	
	.mainHeader nav {
		height: 280px;
	}

	.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;
	}


	.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: 100%;
		float: left;
		margin-top: 2%;
	}

	.topcontent {
		background-color: #FFF;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 3% 5%;
		margin-top: 3%;
		margin-bottom: 2%;
	}
	

	.top-sidebar {
		width: 92%;
		float: left;
		background-color: #FFF;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin: 2% 0% 1% 0%;
		padding: 2% 4%;
	}

	.middle-sidebar {
		width: 92%;
		float: left;
		background-color: #FFF;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin: 2% 0% 1% 0%;
		padding: 2% 4%;
	}
	
	.bottom-sidebar {
				width: 92%;
		float: left;
		background-color: #FFF;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin: 2% 0% 1% 0%;
		padding: 2% 4%;
	}


}
