body {
	background-color: #212121;
	color: #bbb;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
}

p {
	margin-bottom: 1.5em;
}

a {
	color: #fff;
	text-decoration: none;
}

#header, #sidebar, #content, #footer {
	margin-bottom: 1.5em;
}

#logo h1 a, #logo h2 a {
	display: block;
	text-indent: -9999px;
	width: 260px;
	height: 30px;
	background-image: url(../images/name.png);
	background-position: center top;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}

#logo h2 a {
	background-position: center bottom;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

#nav li a {
	margin-left: 3em;
	display: block;
	background-position: top;
	background-position: bottom;
	text-transform: uppercase;
	font-weight: bold;
	color: #bbb;
}

#nav li a:hover {
	color: #fff;
}

#nav li.active a {
	color: #fff;
}

#content-title h1, #content-head h1 {
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}

#content-head {
	margin-bottom: 1.5em;
}

#content h2 {
	font-size:1.5em;
	line-height:1;
	text-transform: uppercase;
}

#content h3 {
	text-transform: uppercase;
	font-weight: bold;
}

#content ul {
	margin-bottom: 1.5em;
	list-style: none;
}

#content table {
	margin-bottom: 1.5em;
}

#content th {
	font-weight: bold;
	padding-right: 1.5em;
}

#sidebar h2 {
	font-size: 1.2em;
	line-height: 1.25;
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar p.metadata {
	margin: 0;
	font-size: .8em;
	line-height: 1.875;
	color: #999;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul a {
	display: block;
	padding-left: 20px;
	background-image: url(../images/bullet-off.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	text-transform: uppercase;
	color: #bbb;
}

#sidebar ul a:hover {
	background-image: url(../images/bullet-on.png);
	color: #fff;
}

#sidebar object {
	margin-bottom: 1.5em;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#footer li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 3em;
	font-size: .8em;
}

#footer a {
	color: #bbb;
}

#footer a:hover {
	color: #fff;
}

ul.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.gallery li {
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

ul.gallery a {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}

ul.gallery img {

}

ul.controls {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

ul.controls li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.controls a {
	margin-left: 3em;
	display: block;
	text-transform: uppercase;
}

img.fullimage {
	float: right;
	clear: both;
}
