/* @override http://localhost/typo/css/main.css */

/* @override http://localhost/typo/css/main.css */

body {
	background-color:#111;
	color:#eee;
	line-height: 1.5em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	position: relative;
}
a:hover {
	color: #aaa !important;
}
.container {
	display: table;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#header {
	border-bottom: #eee solid 2px;
	margin-bottom: 0px;
	display: block;
	height:5.5em;
	width: 100%;
}
#header h1 {
	font-size: 4.7em;
	float: left;
	margin-bottom: 0px;
	position: relative;
	top: .02em;
}
#menu {
	list-style-type: none;
	list-style-position: inside;
	float: right;
	position: relative;
	top: 3.2em;
	display: inline-table;
}
#menu li {
	float: left;
	margin-left: 20px;
	font: 1.5em "Times New Roman", Times, serif;
}
#menu li a {
	color: #eee;
	text-decoration: none;
}
#sideBar {
	margin-top: 1.0em;
	float: left;
	width: 27%;
	max-width: 250px;
	border-right: #eee solid 2px;
}
#sideBar a {
	color: #eee;
	text-decoration: none;
}
#sideBar h2 {
	border-bottom: #eee solid 2px;
	line-height:.3;
	display: inline-table;
}
#sideBar ul {
	margin-top: -1em;
	list-style-type: square;
	margin-bottom: -.4em;
}
#sideBar ul li {
	line-height: 1.6em;
}

#ContentWrapper {
	width: 70%;
	float: right;
}

#Content {
}
#Content h1 {
	border-bottom: 2px solid #eee;
}
#footer a {
	color: #ccc;
}
#footer {
	clear: both;
	text-align: center;
	border-top: #eee solid 2px;
	line-height: 1.1em;
}
