@import url(base.css);
@import url(module.css);

body {
	background-color: #f8f5f0;
	color: #1b2002;
	font-family: Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}

#header-wrap {
	background-color: #010101;
	background-image: url(images/header_background.png);
	background-repeat: repeat-x;
	border-bottom: 3px solid #fff;
	color: #fff;
	font-size: 1.3em;
	min-width: 932px;
	overflow: hidden;
	padding: 20px 0 10px;
}

#header {
	margin: 0 auto;
	width: 930px;
}

/** Slogan */
#header > h2 {
	color: #fff;
	font-style: italic;
	font-weight: normal;
}

#navbar {
	color: #dcdcdc;
	float: right;
	overflow: hidden;
}

#container {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	margin-bottom: 10px;
}

#container h1 {
	color: #666;
	font-size: 1.1em;
}

#wrap {
	background-color: #fff;
	border: 1px solid #bfb5ab;
	font-size: 1.3em;
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
}

#sidebar {
	background-color: #f9f5ec;
	border-bottom: 2px dotted #bfb5ab;
	border-top: 2px dotted #bfb5ab;
	color: #766850;
	float: right;
	padding: 15px 0 0;
	text-align: right;
	width: 240px;
}

#content {
	float: left;
	margin: 0;
	padding: 24px 10px 10px;
	width: 670px;
}

#content.fullwidth {
	width: 910px;
}

#content > h2 {
	border-bottom: 1px solid #BFB5AB;
	font-size: 1.6em;
	padding-bottom: 0.2em;
}

#footer {
	clear: both;
	font-size: 1em;
	margin: 10px auto 0;
	text-align: center;
	width: 930px;
}

/** Sidebar menu */
#sidebar ul, #sidebar ol {
	list-style-type: none;
	margin: 5px 0 10px 10px;
	padding: 0;
}

#sidebar ol {
	list-style-type: none;
}

#sidebar li {
	border-bottom: 1px solid #BFB5AB;
	font-weight: bold;
	margin: 3px 0;
	padding: 2px 0;
}

#sidebar ol li {
	font-weight: normal;
}

#sidebar li a {
	padding: 3px;
}

/**
 * Module Wrap
 */
.module-wrap {
	background-image: url(images/module_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f9f5ec;
	border-width: 5px 1px 1px 1px;
	border-style: solid;
	border-color: #bfb5ab;
	margin-bottom: 15px;
	padding: 10px 5px;
	position: relative;
	left: 1px;
}

.module-wrap h2 {
	color: #76736d;
	border-bottom: 1px solid #BFB5AB;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding-bottom: 3px;
	margin: 0 0 1em;
}

#navbar .module-wrap {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
