body {
	background: #363636 url(../img/bg-gradient.jpg) repeat-x;
	text-align: left;
	color: #ddd;
}

a {
	text-decoration: none;
	color: #ddd;
}

a:hover {
	color: #fff;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
}

#logo-nav {
	width: 417px;
	float: left;
}

#nrmusic-logo {
	background: url(../img/header-logo.jpg) no-repeat;
	width: 417px;
	height: 158px;
	float: left;
}

#header-image {
	background: url(../img/header-image.jpg) no-repeat;
	width: 521px;
	height: 343px;
	float: right;
}

#navigation {
	float: left;
	width: 100px;
}

#navigation ul {
	list-style: none;
	margin-left: 0;
}

#navigation li.selected {
	background: url(../img/nav-selected.jpg) repeat-y;
	margin-left: -10px;
	padding-left: 10px;
}

#navigation li.selected a {
	color: #fff;
}

#about-nav-link {
	float: left;
	width: 317px;
}

#link-descriptions {
	list-style: none;
	margin-left: 0;
}

#page-image {
	width: 259px;
	margin-right: 10px;
	float: left;
}

#content-wrapper {
	clear: both;
	overflow: hidden;
}

#content {
	width: 480px;
	float: left;
}

#content a {
	text-decoration: underline;
}

p + p {
	text-indent: 0;
	margin-top: 0;
}

h1, 
h2, 
h3, 
h4 
{
	font-size: 18px;
	color: #c2d3df;
	margin-bottom: 20px;
}

#page-functions {
	float: right;
	width: 200px;
}

input.newsletter-text {
	border: 1px solid #aaa;
	background: #333;
	width: 180px;
	padding: 3px 5px;
	font-size: 1.2em;
	color: #ddd;
}

#newsletter-form h2 {
	margin-bottom: 10px;
}

#social-bookmarks {
	margin: 0;
	padding: 0;
	list-style: none;
}

#social-bookmarks li {
	display: inline;
	margin-right: 1px;
}

#footer {
	margin: 50px 0;
}


/* Discog specific */

#discog #content ul {
	list-style: none;
	margin-left: 0;
}

/* Blog specific */

#blog #kohburn-item-list {
	list-style: none;
	margin-left: 0;
}

/* Blog specific */

#home #kohburn-item-list {
	list-style: none;
	margin-left: 0;
}

