body {
	background: transparent url(style/body_bg.png);
	font-size: 11px;
	font-family: Arial, sans-serif;
}

img {
	border: none;
}

a:link,a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #bc0000;
}

a:hover {
	color: #00008c;
}
/* stupid ie7 hack shit - fuck you microsoft! */
* + html #navigation {
   margin-top:-5px;
}


#navigation {
	height: 38px;
	width: 808px;
	color: #fff;
	padding-left: 15px;
	position: relative;
	background: url(style/navi_bg.png) no-repeat;
	font-weight: bold;
	font-size: 18px;
}

#navigation .sections {
	position: absolute;
	bottom: 10px;
}

#navigation a {
	padding: 2px;
}

#navigation a:link,#navigation a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	color: #bc0000;
}

#page {
	width: 808px;
	margin: 10px auto 0;
}

.page-description {
	width:400px;
}

.home-description {
	float:left;
}
.description-pic, #home-right {
	float:left;
	margin: 0 0 0 50px;
}

#content {
	background: transparent url(style/content_bg.png) repeat-y;
	min-height: 400px;
	padding: 5px 0px 0 18px;
}

#content-bottom {
	height: 42px;
	background: transparent url(style/content_bg_bottom.png) no-repeat;
}

.page-content {
	border-top: 1px solid #ccc;
	width:760px;
	margin:10px 0 0 0;
	padding:10px 0 0 0 ;
}

#content .content-item-container {
	margin: 20px 0 0 0;
}

.content-item-container h2 {
	border-bottom: 1px solid #ccc;
	font-size:16px;
}

.content-item {
	padding: 5px;
	background: transparent url(style/content_item_bg.jpg) repeat-x;
}

.media-main-container {
	padding: 0;
	margin-top:40px;
}

.media-main-item {
	float: left;
	margin-right: 55px;
}

.clear {
	clear: both;
}

#index-content {
	float:left;
	width:400px;
}

#twitter-box, #shop-feed {
	width:270px;
	margin:10px 0 0 0;
}

#twitter-box h3, #shop-feed h3 {
	border:1px solid #ccc;
	text-align:center;
	margin:0;
}

.twitter-post, .feed-item {
	padding:4px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#twitter-box .post-first {
	font-weight:bolder;
}

#twitter-box .post-first span {
	font-weight:normal;
}

.contact form {
	padding:0;
	margin:0;
}

.contact form input[type="text"] {
	width:200px;
	border:1px solid #ccc;
}
.contact form textarea {
	width:200px;
	height:150px;
	border:1px solid #ccc;
}

.gallery {
	padding:19px;	
	width:729px;
}

.gallery-picture {
	float:left;
	margin:2px;
}

.item .music {
	float:left;
	width:330px;
	margin:0 55px 25px 0;
	min-height:75px;
	position:relative;
	background: transparent url(style/content_item_bg.jpg) repeat-x;
	padding:5px;
}
.item .music h3 {
	padding:0;
	margin:0 0 5px 0;
}
	
.item .item-download-link {
	position:absolute;
	bottom:0;
	text-align:center;
}

.item .video {
	float:left;
	width:124px;
	margin:0 19px 0 0;
	min-height:175px;
	position:relative;
	background: transparent url(style/content_item_bg.jpg) repeat-x;
	padding:5px;
	overflow:hidden;
}

.item .video img {
	position:absolute;
	bottom:0;
}

.item .track {
	margin:0 0 20px 0;
}

.item .track span {
	display:block;
}

#nessbethContactMailer {
	width:400px;
}

.form-element {
	margin-bottom:10px;
}

ul.errors, .error {
	color:#bc0000;
	font-weight:bold;
	list-style-type:none;
	padding:0;
	background:#F6CECE;
	border:1px solid #bc0000;
	padding:4px;
	max-width:760px;
}

.facts {
	background: transparent url(style/content_item_bg.jpg) repeat-x;
	width:730px;
	padding:5px;
}
.facts-section {
	margin:0 10px 0 0;
	float:left;
}