@import url("reset.css");
@import url("typography.css");
@import url("album.css");
@import url("lightbox.css");
@import url("jted.css");

/* ==============================
	LAYOUT ELEMENTS
============================== */
html,body {
	height: 100%;
}

body {
	background: #141512;
	color: #626758;
	font-size: 62.5%;
	font-family: sans-serif;
	line-height: 1.8em;
}

body {
	font-size: 67.5%;
}

div#header,div#footer {
	background: #3d4038;
	text-indent: -5000px;
}

div#header {
	height: 80px;
	min-height: 80px;
	background: url('../img/simple/header.jpg') #3d4038 no-repeat;
	background-position: top center;
}

div#menubar,div#navbar {
	background: #2f312b;
	height: 2.0em;
	width: 100%;
	border-bottom: 1px solid #21231e;
	border-top: 1px solid #21231e;
}

div#wrapper,div#footer {
	margin: 0 auto 0 auto;
	width: 65%;
	min-width: 500px;
}

div#wrapper {
	min-height: 100%;
	background: #232520;
	border-left: 1px solid #0a0a09;
	border-right: 1px solid #0a0a09;
}

div#footer {
	height: 3em;
	margin-top: -3em;
}

div#content {
	padding: 1em 1em 4em 1em;
}

div#navbar div#albumchain_links {
	float: left;
	padding-left: 1em;
}

div#navbar div#navbar_title {
	text-align: right;
	font-weight: bold;
	color: #1d2019;
	padding-right: 1em;
}

div.center {
	text-align: center;
	margin: 0 auto 0 auto;
}
