@import url(/css/includes/banshee.css);

@font-face {
	font-family:"Dancing Script";
	src:url(/fonts/DancingScript-Regular.ttf);
}

@font-face {
	font-family:Neucha;
	src:url(/fonts/Neucha.ttf);
}

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	background-color:#e8e8e8;
}

h1, h2, h3 {
	margin:0;
	font-weight:normal;
	color:#666699;
}

h1 {
	margin-bottom:10px;
	font-size:36px;
	font-family:"Dancing Script";
	text-shadow:3px 2px 3px #c0c0ff;
}

h2 {
	margin-top:10px;
	font-size:17px;
}

p {
	margin:5px 0 15px 0;
}

a {
	color:#e06529;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

ul, ol {
	padding-left:20px;
}

/* Header
 */
div.header-wrapper {
	border-bottom:10px solid #c8c8c8;
}

div.header {
	width:900px;
	height:150px;
	margin:0 auto;
	position:relative;
	background-color:#d8d8d8;
	background:url(/images/title_10y.jpg) 0 185px;
}

div.header div.login {
	position:absolute;
	top:0;
	right:0;
}
div.header div.login a {
	padding:0 10px;
}

div.header div.title {
	color:#e06529;
	font-weight:bold;
	font-size:40px;
	margin-left:10px;
	font-family:Neucha;
}

div.header div.subtitle {
	font-size:14px;
	margin-left:82px;
	margin-top:-9px;
}

div.header img.logo {
	position:absolute;
	right:50px;
	top:30px;
}

/* Menu
 */
div.header div.menu {
	position:absolute;
	bottom:0;
	background-color:#602020;
	border-top:1px solid #c17032;
	z-index:1000;
	padding:0 10px;
}
div.header ul.menu {
	padding:0;
}

div.header div.menu ul.menu > li {
	display:block;
	float:left;
	padding:0 10px;
}

div.header div.menu ul.menu > li:hover > a {
	background-color:#f0f0f0;
}

div.header div.menu ul.menu > li > a {
	color:#f07030;
	padding:0 10px;
	text-decoration:none;
	font-weight:normal;
}
div.header div.menu ul.menu > li.current > a {
	color:#ffa060;
}

/* Submenu
 */
div.header div.menu ul.menu ul.submenu {
	display:none;
	position:absolute;
	padding:10px 30px 10px 15px;
	background-color:#f0f0f0;
	margin-left:-15px;
	border:1px solid #808080;
	min-width:70px;
}

div.header div.menu ul.menu li:hover ul.submenu {
	display:block;
}

div.header div.menu ul.submenu li {
	list-style:none;
	padding:1px 0;
	white-space:nowrap;
}

div.header div.menu ul.submenu li a {
	color:#e06529;
}
div.header div.menu ul.submenu li.current a {
	color:#b04010;
}

/* Page
 */
div.page-wrapper {
	background-color:#ffffff;
}

div.page {
	width:900px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:10px;
	position:relative;
}

/* Content
 */
div.page > div.content {
	background:url(/images/text_top.png) no-repeat;
	padding:10px 10px 0 20px;
	margin:40px 0 0 0;
	line-height:160%;
	min-height:350px;
}
div.content h1 {
	position:absolute;
	top:30px;
	left:0;
}

/* Sidebar
 */
div.sidebar {
	margin-top:10px;
	float:right;
	width:220px;
	border-left:40px solid #ffffff;
	border-bottom:20px solid #ffffff;
}

div.sidebar div.block {
	border-bottom:20px solid #ffffff;
	background-color:#e6e6e6;
}

div.sidebar div.block h2 {
	height:30px;
	width:220px;
	margin:0;
	padding:8px 0 0 10px;
	background:url(/images/sidebar_title.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#145997;
	position:relative;
	margin-bottom:-5px;
}

div.sidebar div.block div.sbcontent {
	padding:10px;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #d0d0d0;
}

/* Footer
 */
div.footer-wrapper {
	padding:20px 0 40px 0;
	border-top:10px solid #c8c8c8;
}

div.footer-wrapper div.sitemap {
	width:900px;
	margin:0 auto;
}

div.footer-wrapper div.sitemap div.section {
	float:left;
	margin:0 20px;
	padding-bottom:20px;
}

div.footer-wrapper div.sitemap div.section div.main {
	font-weight:bold;
}

div.footer-wrapper div.sitemap div.section div.sub {
	font-size:11px;
}

div.footer-wrapper div.sitemap div.section a {
	color:#808080;
}

div.footer {
	width:900px;
	margin:0 auto;
	color:#909090;
	padding-left:40px;
}

div.footer a {
	color:#707070;
}

div.footer p.legal {
	min-height:30px;
	padding:20px 0 10px 60px;
	background:url(/images/hiawatha_logo_zw.png) no-repeat left center;
}

div.content ul.news {
	margin:0;
}
div.content ul.news li {
	margin:0 0 25px 0;
	line-height:18px;
}
div.content ul.news div.timestamp {
	text-align:right;
	font-size:10px;
	border-top:1px dashed #e0e0e0;
	color:#b0b0b0;
}

/* Old install html
 */
body > div.header > div.title > p {
	color:#606060;
	font-weight:normal;
	font-size:14px;
	margin-left:74px;
	margin-top:-9px;
}

body > div.body > div.page {
	background-color:#ffffff;
}

body > div.body > div.page > div.page_bottom > div.content {
	width:580px;
	margin-left:20px;
}
body > div.body > div.page > div.page_bottom > div.content > h1 {
	margin-left:20px;
}

body > div.body > div.page > div.page_bottom > div.sidebar {
	position:absolute;
	top:0;
	right:20px;
	background-color:#e6e6e6;
	margin-top:30px;
}
body > div.body > div.page > div.page_bottom > div.sidebar h2 {
	height:30px;
	width:220px;
	margin:0;
	padding:8px 0 0 10px;
	background:url(/images/sidebar_title.gif) no-repeat;
	top:-10px;
	left:-10px;
}
body > div.body > div.page > div.page_bottom > div.sidebar ul {
	padding:10px 0 20px 30px;
}

body > div.body > div.body_bottom {
	text-align:center;
}

body > div.body > div.body_bottom p {
	display:none;
}
body > div.body > div.body_bottom:after {
	content:"Copyright by Hugo Leisink - Powered by Hiawatha";
	display:block;
	margin:10px 0;
}

