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

body {
	font-family: "Lato", "Segoe UI", "Gill Sans", Tahoma, Verdana, sans-serif;
	
	background-color: #403648;
	background-image: url("../img/spirit_pattern.png");
	background-repeat: repeat;
	background-position: left top;
}

header {
	background-image: url("../img/yokai_logo.png");
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px solid gray;
	
	height: 150px;
	overflow: hidden;
}

nav {
	color: gray;	
	
	height: 40px;
}

nav ul {
	list-style-type: none;
	padding: 0px;
	
	padding-top: 113px;
}

nav ul li {
	display: inline-block;
	
	text-transform: uppercase;
	
}

nav ul li a {
	color: #D3D3D3;
	text-decoration: none;
	
	margin-right: 30px;
	margin-left: 30px;
}

nav ul li:first-child {
	margin-left: 0px;	
}

nav ul li a:hover {
	color: #e7252c;
}

/* aside css in medallium.css */
/* aside only used for medallium display */

main {
	display: block;
	text-align: center;
	padding: 10px 50px;
	
	background-color: #403648;
	
}

hr {
	margin: 0px;
	border: none;
	border-bottom: 1px solid gray;
}

footer {
	display: block;
	clear: both;

	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: gray;	
}
