/*** General ***/

body {
	background: #161616;
	font-family: sans-serif;
	font-size: 12px;
	color: #6f6f6f;
	border-color: #930104;
}

.content .paragraph {
	padding-bottom: 1em;
}

a {
	color: #6f6f6f;
}

a:hover {
	color: #930104;
}

a img {
	border: solid #930104 1px;
}

img {
	border: solid #930104 1px;
}

.page {
	width: 848px;
	margin: auto;
}

/*** Headers ***/

h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #ff9f00;
	padding: 0px;
	margin: 0px;
	clear: both;
}

h3 { 
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #ff9f00;
	padding: 0px;
	margin: 0px;
	clear: both;
}

.header {
	text-align: center;
	border: solid #930104 1px;
 	background: url(chicken.jpg) repeat;
	padding: 4px;
	margin-bottom: 10px;
	clear: both;
}

.header_news {
	margin: auto;
 	background: url(header_news.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_news .header_text { display: none; }

.header_admin {
	margin: auto;
 	background: url(header_admin.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_admin .header_text { display: none; }

.header_biography {
	margin: auto;
 	background: url(header_biography.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_biography .header_text { display: none; }

.header_discography {
	margin: auto;
 	background: url(header_discography.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_discography .header_text { display: none; }

.header_members {
	margin: auto;
 	background: url(header_members.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_members .header_text { display: none; }

.header_gallery {
	margin: auto;
 	background: url(header_gallery.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_gallery .header_text { display: none; }

.header_shop {
	margin: auto;
 	background: url(header_shop.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_shop .header_text { display: none; }

.header_downloads {
	margin: auto;
 	background: url(header_downloads.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_downloads .header_text { display: none; }

.header_live_shows {
	margin: auto;
 	background: url(header_live.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_live_shows .header_text { display: none; }

.header_guestbook {
	margin: auto;
 	background: url(header_guestbook.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_guestbook .header_text { display: none; }

.header_contact {
	margin: auto;
 	background: url(header_contact.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_contact .header_text { display: none; }

.header_links {
	margin: auto;
 	background: url(header_links.gif) no-repeat center 0px;
	width: 300px;
	height: 19px;
}
.header_links .header_text { display: none; }


/*** Menu ***/

.menu {
	background: url(menu_back.jpg) no-repeat;
	width: 810px;
	height: 138px;
	padding-top: 63px;
	padding-left: 38px;
}

.menu .seperator {
	display: none;
}

.menutitle {
	display: none;
}

.menu_entry_news {
	background: url(news.jpg) no-repeat center 0px;
	width: 114px;
	height: 24px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}
.menu_entry_news:hover {
	background: url(news_hover.jpg) no-repeat center 0px;
}


.menu_entry_biography {
	background: url(biography.jpg) no-repeat center 0px;
	width: 114px;
	height: 24px;
	display: block;
	position: relative;
	top: -48px;
	left: 0px;
}
.menu_entry_biography:hover {
	background: url(biography_hover.jpg) no-repeat center 0px;
}

.menu_entry_discography {
	background: url(discography.jpg) no-repeat center 0px;
	width: 114px;
	height: 24px;
	display: block;
	position: relative;
	top: -72px;
	left: 0px;
}
.menu_entry_discography:hover {
	background: url(discography_hover.jpg) no-repeat center 0px;
}

.menu_entry_members {
	background: url(members.jpg) no-repeat center 0px;
	width: 114px;
	height: 24px;
	display: block;
	position: relative;
	top: -96px;
	left: 0px;
}
.menu_entry_members:hover {
	background: url(members_hover.jpg) no-repeat center 0px;
}

.menu_entry_gallery {
	background: url(gallery.jpg) no-repeat center 0px;
	width: 114px;
	height: 24px;
	display: block;
	position: relative;
	top: -96px;
	left: 0px;
}
.menu_entry_gallery:hover {
	background: url(gallery_hover.jpg) no-repeat center 0px;
}

.menu_entry_shop {
	background: url(shop.jpg) no-repeat center 0px;
	width: 114px;
	height: 24px;
	display: block;
	position: relative;
	top: -24px;
	left: 658px;
}
.menu_entry_shop:hover {
  background: url(shop_hover.jpg) no-repeat center 0px;
}

.menu_entry_downloads {
	background: url(downloads.jpg) no-repeat center 0px;
	width: 114px;
	height: 24px;
	display: block;
	position: relative;
	top: -24px;
	left: 658px;
}
.menu_entry_downloads:hover {
	background: url(downloads_hover.jpg) no-repeat center 0px;
}

.menu_entry_live {
	background: url(live.jpg) no-repeat center 0px;
	width: 114px;
	height: 24px;
	display: block;
	position: relative;
	top: -48px;
	left: 658px;
}
.menu_entry_live:hover {
	background: url(live_hover.jpg) no-repeat center 0px;
}

.menu_entry_guestbook {
	background: url(guestbook.jpg) no-repeat center 0px;
	width: 114px;
	height: 24px;
	display: block;
	position: relative;
	top: -72px;
	left: 658px;
}
.menu_entry_guestbook:hover {
	background: url(guestbook_hover.jpg) no-repeat center 0px;
}

.menu_entry_contact {
	background: url(contact.jpg) no-repeat center 0px;
	width: 114px;
	height: 24px;
	display: block;
	position: relative;
	top: -120px;
	left: 658px;
}
.menu_entry_contact:hover {
	background: url(contact_hover.jpg) no-repeat center 0px;
}

/*** Content ***/

.wrapper {
	overflow: hidden;
}

.content {
	background: #000 url(content_back.jpg) repeat left 0px;
	width: 531px;
	min-height: 300px;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	color: #6f6f6f;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 50px;
	padding-right: 18px;
	text-align: justify;
	/*
	 * Adapted Wholesale hack:
	 *  http://www.positioniseverything.net/articles/onetruelayout/equalheight
	 */
	padding-bottom: 20014px;
	margin-bottom: -20000px;
}

.column {
	background: #000 url(column_back.jpg) repeat right 0px;
	width: 203px;
	min-height: 300px;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	color: #6f6f6f;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 38px;
	/*
	 * Adapted Wholesale hack:
	 *  http://www.positioniseverything.net/articles/onetruelayout/equalheight
	 */
	padding-bottom: 20008px;
	margin-bottom: -20000px;
}

/*** Footer ***/

.footer {
	background: url(footer_back.jpg) no-repeat center 0px;
	width: 848px;
	height: 49px;
	clear: both;
	font-family: sans-serif;
	font-size: 10px;
	color: #ff7200;
	padding-top: 8px;
	text-align: center;
}

.footer a {
	color: #ff7200;
}

.generationtime {
	color: #222;
	text-align: center;
}

/*** Admin magic link ***/

.admin_link {
	background: url(die.png) no-repeat center 0px;
	width: 40px;
	height: 26px;
	position: fixed;
	top: 96.5%;
	left: 95.5%;
}

.admin_link_text {
	display: none;
}

/*********** Module specific styles ***********/

/*** Events ***/

.events {
}

.events .event {
	padding: 5px;
	margin-bottom: 10px;
}

.events .event .event_flyer {
	border: 0px;
	width: 300px;
}

.events .event .event_title {
/*	font-weight: bold; */
}

.events .event .event_title a {
	text-decoration: none;
}

.events .event .event_time {
	font-weight: bold;
/*	font-style: italic; */
	padding-right: 0.5em;
	float: left;
}

.events .event .event_description {
	border-top: dotted #6f6f6f 1px;
}

/*** Column ***/

.column p {
	display: inline;
}

.column .events {
	padding: 0px;
}

.column .events .event {
	padding: 0px 0px 5px 0px;
	border: 0px;
	margin: 0px;
}

.column .events .event .event_flyer {
	display: none;
}

.column .events .event .event_title {
	float: none;
	padding-bottom: 0px;
	font-weight: normal;
}

.column .events .event_title a {
	text-decoration: none;
}

.column .events .event_time {
	float: none;
	padding: 0px;	
	font-style: italic;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	border: 0px;
}

.column .events .event_description {
	display: none;
}

.column .news_entry {
	padding: 0px 0px 5px 0px;
}

.column .news_title {
	font-size: 1.1em;
	float: none;
	padding-bottom: 0px;
	font-weight: normal;
}

.column .news_title a {
	text-decoration: none;
}

.column .news_time {
	float: none;
	color: #444;
	padding: 0px;
	font-style: italic;
	font-size: 0.8em;
	text-align: left;
	top: 0px;
}

.column .news_description {
	display: none;
}

.column .news_icon {
	display: none;
}

.column .news_user {
	display: none;
}

.column .links .link {}

.column .links .link_title {
	display: none;
}

.column .links .link_icon {
	display: block;
}

.column .links .link_icon img {
	border: 0px;
}

.column .links .linkgroup {
	text-align: center;
	width: auto;
}

.column .links .linkgroup_title {
	display: none;
}

.column .random_photo_link {
	text-decoration: none;
	padding-bottom: 7px;
	display: block;
	height: 150px;
	overflow: hidden;
}

.column .random_photo_link img {
/*
	width: 201px;
	height: 150px;
	overflow: hidden;
*/
}

.column .random_photo_link .photo .photo_caption {
	display: none;
}

/*** News entries ***/

.news_entry {
	clear: both;
	padding-bottom: 20px;
	padding-top: 5px;
}

.news_title {
	float: left;
	font-weight: bold;
	font-size: 1.2em;
}

.news_title a {
	text-decoration: none;
}
.news_icon {
	float: left;
	max-width: 64px;
	margin-right: 6px;
	margin-bottom: 20px;
}

.news_user {
	float: left;
	clear: left;
}

.news_time {
	color: #444;
	float: right;
	padding-bottom: 5px;	
	font-style: italic;
	clear: left;
	position: relative;
	top: 1.4em;
}

.news_description {
	border-top: dotted #444 1px;
	padding-top: 5px;
	clear: both;
}

/*** Gallery ***/

.gallery {
	text-align: left;
	display: block;
}

/* album list in gallery overview */
.gallery .albums {
	clear: both;
	display: inline-block;
}

.gallery .albums .album {
	padding-top: 10px;
	float: left;
	display: block;
	width: 177px;
	text-decoration: none;
}

.gallery .albums .album .album_icon {
	text-align: center;
	display: block;
}

.gallery .albums .album .album_title {
  font-size: 1.0em;
  font-weight: normal;
	text-align: center;
	display: block;
	width: 177px;
	height: 1.3em;
	overflow: hidden;
	padding-bottom: 2px;
}

.gallery .albums .album .album_icon .photo .photo_caption {
	display: none;
}

/* photolist in album */
.gallery .album {
	text-align: center;
}

.gallery .album .album_title {
  font-size: 1.3em;
  font-weight: bold;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}

.gallery .album .album_copyright {
  font-size: 1.0em;
  font-style: italic;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}

.gallery .album .photo_icon {
	text-decoration: none;
	display: inline-block;
	padding: 6px;
	width: 160px;
	height: 119px;
}

.gallery .album .photo_icon .photo .photo_caption {
	display: none;
}

/* photo and navigation icons */
.gallery .photo {
	display: block;
	text-align: center;
}

.gallery .photo .photo_image {
	display: block;
	text-decoration: none;
}

.gallery .photo .photo_caption {
	display: block;
	font-style: italic;
	text-align: center;	
}

.gallery .nav_icons {
	display: block;
	text-align: center;
	padding-top: 10px;
}

.gallery .nav_icons .nav_icon img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.gallery .nav_icons .nav_icon .photo img {
/*
	position: relative;
	top: -10px;
	left: -30px;
*/
}

.gallery .nav_icons .nav_icon {
	border: solid #930104 1px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 75px;
	width: 100px;
	overflow: hidden;
}

.gallery .nav_icons .nav_icon .photo .photo_image {
}

.gallery .nav_icons .nav_icon .photo .photo_caption {
	display: none;
}

.gallery .nav_icons .stop_icon .text {
	display: none;
}

.gallery .nav_icons .stop_icon {
	background: url(stop.png);
}

.gallery .nav_icons .home_icon .text {
	display: none;
}

.gallery .nav_icons .home_icon {
	background: url(home.png);
}

/*** Guestbook ***/

.guestbook_form input {
	background: #000;
	border: solid #930104 1px;
	color: #6f6f6f;
	width: 150px;
}

.guestbook_form textarea {
	background: #000;
	border: solid #930104 1px;
	color: #6f6f6f;
	width: 400px;
	height: 50px;
	margin-bottom: 4px;
}

.guestbook_form button {
	background: url(chicken.jpg) repeat;
	border: solid #930104 1px;
	color: #ff9f00;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.guestbook_entry {
	padding-bottom: 20px;
}

.guestbook_name {
	font-weight: bold;
	padding-bottom: 5px;
	float: left;
}

.guestbook_time {
	color: #444;
	padding-bottom: 5px;
	float: right;
}

.guestbook_email {
	color: #444;
	font-style: italic;
	padding-bottom: 5px;
	margin-left: 15px;
	float: left;
}

.guestbook_text {
	border-top: dotted #444 1px;
	padding-top: 5px;
	clear: both;
}

/*** Links ***/

.links .link {}

.links .link_title {}

.links .link_icon {
	display: none;
}

.links .linkgroup {
	float: left;
	width: 240px;
	padding: 10px;
}

.links .linkgroup_title {
	font-size: 13px;
	font-weight: bold;
	color: #ff9f00;
	border: solid #930104 1px;
 	background: url(chicken.jpg) repeat;
	padding: 4px;
	margin-bottom: 10px;
	clear: both;
}

/*** Members ***/

.member_entry {
	padding-top: 10px;
}

.member_footer {
	padding-bottom: 5px;
	clear: both;
}

.member_name {
	margin-bottom: 5px;
	padding: 4px;
	border: solid #930104 1px;
 	background: url(chicken.jpg) repeat;
	color: #ff9f00;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

.member_image {
	float: left;
	height: 200px;
	margin-right: 10px;
}

.member_tag {}

.member_tag p {
	padding: 0px;
	margin: 0px;
	display: inline;
}

.member_tag_name {
	display: inline-block;
	font-style: italic;
	width: 100px;
}
.member_tag_value {
	display: inline-block;
}
.member_tags_instrument {}

.member_tags_equipment {}

/*** Discography ***/

.discography {}

.discography .disc {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.discography .disc .cover {
	margin-right: 20px;
	float: left;
}

.discography .disc .record_title {
	font-size: 14px;
	font-weight: bold;
	color: #ff9f00;
	background: url(chicken.jpg) repeat;
	display: block;
	width: 501px;
	float: left;
	text-align: center;
	border: solid #930104 1px;
	background: url(chicken.jpg) repeat;
	padding: 4px;
	margin-bottom: 10px;
}

.discography .disc .label {
	padding-bottom: 10px;
}

.discography .disc .tracklist_header {
	display: block;
}

.discography .disc .tracklist {
	float: left;
	display: block;
}

.discography .disc .tracklist .track {
	font-style: italic;
}

.discography .disc .tracklist .track .preview {
	display: inline-block;
	width: 20px;
	height: 12px;
	padding-right: 5px;
	background-color: #222;
	vertical-align: middle;
}

.discography .disc .tracklist .track .number {}

.discography .disc .tracklist .track .title {}

.discography .disc .tracklist .track .playtime {}

.discography .disc .tracklist .total_playtime {
	padding-top: 3px;
}

.discography .disc .description {
	padding-top: 10px;
	clear: both;
	display: block;
}

.discography .disc .description p {
	padding: 0px;
	display: inline;
}

/** Shop **/

.shop {}

.shop .shopitem {
	padding-top: 10px;
	clear: both;
}

.shop .shopitem .shopitem_title {
	font-size: 14px;
	font-weight: bold;
	color: #ff9f00;
	text-align: left;
	border: solid #930104 1px;
	background: url(chicken.jpg) repeat;
	padding: 4px;
	margin-bottom: 10px;
	clear: both;
}

.shop .shopitem .shopitem_image {}

.shop .shopitem .shopitem_description {}

.shop .shopitem .payments {
	padding-top: 10px;
	margin: auto;
	display: box;
	width: 450px;
	text-align: center;
}

.shop .shopitem .payment {
	margin: auto;
	float: left;
	width: 150px;
	padding-bottom: 10px;
}

.shop .shopitem .payment input {
	display: inline-box;
}

.shop .shopitem .payment .payment_title {
	text-align: center;
}

.shop .shopitem .payment .payment_button {
	margin: auto;
	width: 130px;
	display: box;
	border: 0px;
}

.shop .shopitem .payment .payment_button_image {
	background: url(buy_now.jpg) no-repeat center;
	width: 130px;
	height: 24px;
	display: box;
	padding: 0px
	margin: 0px;
	border: solid #930104 1px;
	cursor: pointer;
}

/** Downloads **/

.downloads {}

.download_group {}

.download_group_title {
	font-size: 14px;
  font-weight: bold;
  color: #ff9f00;
  text-align: left;
  border: solid #930104 1px;
  background: url(chicken.jpg) repeat;
  padding: 4px;
  margin-bottom: 10px;
  clear: both;
}

.download_items {}

.download_item {}

.download_item_type_image {
	text-align: center;
	float: left;
	width: 265px;
	padding-bottom: 10px;
}

.download_item_type_vimeo {
	text-align: center;
	float: left;
	width: 500px;
	padding-bottom: 10px;
}

.download_item_type_youtube {
	text-align: center;
	float: left;
	width: 500px;
	padding-bottom: 10px;
}

.download_item_title {
	font-weight: bold;
}

.download_item_image {}

.download_item_video {
	width: 500px;
}

.download_item_description {
	font-style: italic;
}

.download_item_sources {}

.download_item_source {
	padding: 2px;
}

.download_item_source_title {}

/*** Newsletter ***/

.newsletter {}

.newsletter_form {
		text-align: center;
}

.newsletter_form input {
	background: #000;
	border: solid #930104 1px;
	color: #6f6f6f;
	width: 150px;
}

.newsletter_form button {
	background: url(chicken.jpg) repeat;
	border: solid #930104 1px;
	color: #ff9f00;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.newsletter_message {
		text-align: center;
		font-weight: bold;
		font-size: 1.2em;
}

/*** RSS ***/

/* Currently not in use.
.rss {
	background: url(feed.png) no-repeat center 0px;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}

.rsstitle {
  margin-top: 2px;
	text-decoration: none;
	color: #ff7700;
	margin-left: 5px;
	float: left;
}
*/

/*** Splash ***/

.splashbody {
	background: #000;
}

.splash {
	background-color: black;
}

.splash img {
	border: 0px;
}

.splash a {
	border: 0px;
}

.splash_enter {
	text-align: center;
	font-size: 5em;
	font-weight: bold;
	font-variant: small-caps;
}

.splash_enter a {
	text-decoration: none;
}
