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

body {
background-image: url('img/bg.png');
	color: #000305;
	font-size: 87.5%; /*Base font size is 14px */
	font-family: Arial, 'Lucida Sans Unicode';
	line-height: 1.5;
	text-align: left;
	
}


a {text-decoration: none;
}

	
a:link, a:visited {
color: #CF53CF; 
}
	

a:cover, a:active {
background-color: #CF53CF;
 color: #FFF;
}



.body {

	margins: 0 auto;

	width: 70%;
 
	clear: both;
}



.mainheader img {
	
	width: 30%;
	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 25px;
	height: 20px;
}



.mainHeader nav a:hover, mainHeader nav a:active


.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: #CF5C3F;
	
	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;

	width: 100%;
	
	float: left;

}


.content {
	width: 65%;
	
	float: left;

}



.topcontent {

	background-color: #FFF;
	
	border-radius: 5px;
	
	-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px;
	
	padding: 3% 5%;
	
	margin-top: 2px;


}


.bottomcontent {
	
	background-color: #FFF;
	
	border-radius: 5px;
	
	-moz-border-radius: 5px;
		
	-webkit-border-radius: 5px;
	
	padding: 3% 5%;
	
	margin-top: 2px;

}



.post-info{
	
	font-style: italic;
	
	color: #999;
	
	font-size: 90%;

}



.top-sidebar {

	width: 21%;

	float: right;
	
	background-color: #FFF;
	
	border-radius: 5px;
	
	-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px;
	
	margin: 2% 0 2% 3%;
	
	padding: 2% 3%;

}



.middle-sidebar {

	width: 21%;
	
	float: right;
	
	background-color: #FFF;
	
	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: right;
	
	background-color: #FFF;
	
	border-radius: 5px;
	
	-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px;
	
	margin-left: 3%; 
	
	margin-bottom: 2%;
	
	padding: 2% 3%;

}



.mainFooter {

	width: 100%;

	height: 40px;
	
	float: left;
	
	border-radius: 5px;
	
	-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px;
	
	background-color: #666;
	
	margin: 0 auto;
	
	text-align: center;

}



.mainFooter p {
	
	width: 92%;
	
	margin: 10px auto;
	
	color: #FFF; 
}
