@import url('reset.css');

/* General Codrops Demo Style */
body{
	background-color: #2075BB;
	/*background-color: #797979;*/
	/*background-color: #C9A963;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
.container {
	width: 100%;	
	max-width: 1000px;
	margin: auto;
	margin-top: 20px;
	color: #fff;
}
header {
	width: 100%;
}
header h1 {
	width: 360px;
	height: 40px;
	float: left;
	display: block;
	background-image:url(../images/solar_system.png);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header nav {
	float: right;
	font-size: 1.1em;
	margin-top: 1em; 
	}
	
header nav li {
		display: inline;
		margin-left: 15px;
		background-color: #044D89;
		border-radius: 5px;
		box-shadow: 1px 1px 1px #1E2932;
		padding: 4px;
}
nav li a:link, nav li a:visited, nav li a:active {
	text-decoration: none;
	color: #CDE6FA;
}
nav li a:hover {
	color: #F7CA86;
}	
/*start other code*/
.clr{
	clear:both;
}
.content{
	margin:10px 0 30px 0;
}
@media screen and (max-width: 640px) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
}