@charset "UTF-8";
body, html { min-height: 100%; }

.header {
	position:absolute;
	top: -1em;
	width:100%;
	text-align: center;
	color: #FFF;
	font-family: 'McLaren', cursive;
	font-size:60px;
	margin-top: 0px;
	padding-top: 0px;
}
footer {
	position:absolute;
	bottom: 0px;
	width: 100%;
	text-align:center;
}
.container {
	min-width:600px;
	min-height:240px;
}
.sidebar {
	position: absolute;
	top: 9em;
	left: 2em;
	width: 190px;
	background-color: #EADCAE;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-radius: 15px;
	moz-box-shadow:10px 10px 5px #000000;
	-webkit-box-shadow:10px 10px 5px #000000;
	box-shadow:10px 10px 5px #000000;
	list-style-type:none;
	text-align:center;
	text-indent: -2em;
	font-family: 'Marcellus SC', serif;
	letter-spacing: .1em;
}
.sidebar ul {
	border-bottom: 10px;
}
.sidebar a:hover {
	text-decoration:none;
	color: #0A347D;
	font-size: 1em;
	margin-left: 0px;
	padding-left: 0px;
}
.sidebar a:link {
	text-decoration:none;
	font-size: 1em;
	color: #0A347D;
	margin-left: 0px;
	padding-left: 0px;
	
}

.content {
	/*background: rgba(100%, 100%, 10%, 0.1);*/
	background: rgba(153, 153, 153, 0.7);
	position: absolute;
	top: 8em;
	left: 18em;
	padding-left: 10px;
	width: 700px;
	color: #ffffff;
	font-family: 'Anonymous Pro', sans-serif;
	font-size: 1em;
	letter-spacing: .0em;
	border-radius: 15px;
	moz-box-shadow:10px 10px 5px #000000;
	-webkit-box-shadow:10px 10px 5px #000000;
	box-shadow:10px 10px 5px #000000;
	/*
	border-radius: 15px;
	moz-box-shadow:10px 10px 5px #000000;
	-webkit-box-shadow:10px 10px 5px #000000;
	box-shadow:10px 10px 5px #000000;*/
}
.content h1 {
	text-align:center;
	letter-spacing: .1em;
	font-family: 'Cinzel', serif;
	font-size:36px;
}


