/**** Colours ****/

/* Header text */
h1, h2, h3,
.news_title, .news_title a,
.guestbook_form button,
.links .linkgroup_title,
.member_name,
.discography .disc .record_title,
.shop .shopitem .shopitem_title,
.download_group_title,
.newsletter_form button,
.header_text
{
	color: #C9B5A4;
}

/* Body text */
.content,
.column,
.footer,
.column .news_title,
.guestbook_form input, .guestbook_form textarea, .guestbook_email,
.newsletter_form input,
.body_text {
	color: #A49689;
}

/* Body text dark */
.column news_time, .news_time,
.guestbook_time,
.generationtime,
.body_text_dark {
	color: #605750;
}

/* Link */
.footer a,
a {
	color: #C9B5A4;
}

/* Border */
.newsletter_form button,
.newsletter_form input,
.download_group_title,
.shop .shopitem .payment .payment_button_image,
.shop .shopitem .shopitem_title,
.discography .disc .record_title,
.member_name,
.guestbook_form button,
.guestbook_form textarea,
.guestbook_form input,
.gallery .nav_icons .nav_icon,
.header,
.links .linkgroup_title,
img,
a img {
	border: solid #614B3D 1px;
}

/* Link hover */
.footer a:hover,
a:hover {
	color: #A49689;
}

/*** General ***/

body {
	background: url(back.jpg) repeat center 0px;
	font-family: sans-serif;
	font-size: 12px;
}

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

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

/*** Headers ***/

h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;	
	padding: 0px;
	margin: 0px;
	clear: both;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h3 { 
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	clear: both;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.header {
	text-align: center;
 	background: url(chicken.jpg) repeat;
	padding: 4px;
	margin-bottom: 10px;
	clear: both;
/*	border-radius: 2px;*/
	padding-left: 8px;
/*	font-variant: small-caps;*/
}


.header_news {
  margin-top: 0px;
  margin-bottom: 0px;
 	background: url(menu_news.png) no-repeat 0px;
	width: 300px;
	height: 19px;
}
.header_news .header_text { display: none; }

.header_biography {
  margin-top: 0px;
  margin-bottom: 0px;
 	background: url(menu_biography.png) no-repeat 0px;
	width: 300px;
	height: 19px;
}
.header_biography .header_text { display: none; }

.header_discography {
  margin-top: 0px;
  margin-bottom: 0px;
 	background: url(menu_discography.png) no-repeat 0px;
	width: 300px;
	height: 19px;
}
.header_discography .header_text { display: none; }

.header_members {
  margin-top: 0px;
  margin-bottom: 0px;
 	background: url(menu_members.png) no-repeat 0px;
	width: 300px;
	height: 19px;
}
.header_members .header_text { display: none; }

.header_gallery {
  margin-top: 0px;
  margin-bottom: 0px;
 	background: url(menu_gallery.png) no-repeat 0px;
	width: 300px;
	height: 19px;
}
.header_gallery .header_text { display: none; }

.header_shop {
  margin-top: 0px;
  margin-bottom: 0px;
 	background: url(menu_shop.png) no-repeat 0px;
	width: 300px;
	height: 19px;
}
.header_shop .header_text { display: none; }

.header_downloads {
  margin-top: 0px;
  margin-bottom: 0px;
 	background: url(menu_media.png) no-repeat 0px;
	width: 300px;
	height: 19px;
}
.header_downloads .header_text { display: none; }

.header_live_shows {
  margin-top: 0px;
  margin-bottom: 0px;
 	background: url(menu_live_shows.png) no-repeat 0px;
	width: 300px;
	height: 19px;
}
.header_live_shows .header_text { display: none; }

.header_guestbook {
  margin-top: 0px;
  margin-bottom: 0px;
 	background: url(menu_guestbook.png) no-repeat 0px;
	width: 300px;
	height: 19px;
}
.header_guestbook .header_text { display: none; }

.header_contact {
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(menu_contact.png) no-repeat 0px;
	width: 300px;
	height: 19px;
}
.header_contact .header_text { display: none; }

.header_links {
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(menu_links.png) no-repeat 0px;
	width: 300px;
	height: 19px;
}
.header_links .header_text { display: none; }


/*** Menu ***/

.menu {
	background: url(menu_back.png) no-repeat;
	width: 822px;
	height: 138px;
	padding-top: 63px;
	padding-left: 38px;
  position: relative;
	left: -13px;
}

.menu .seperator {
	display: none;
}

.menutitle {
	display: none;
}

.menu_entry_news {
	background: url(menu_news.png) no-repeat 0px;
	width: 67px;
	height: 24px;
	display: block;
	position: relative;
	top: 0px;
	left: 420px;
}
.menu_entry_news:hover {
	background: url(menu_news_hover.png) no-repeat 0px;
}


.menu_entry_biography {
	background: url(menu_biography.png) no-repeat 0px;
	width: 110px;
	height: 24px;
	display: block;
	position: relative;
	top: -48px;
	left: 400px;
}
.menu_entry_biography:hover {
	background: url(menu_biography_hover.png) no-repeat 0px;
}

.menu_entry_discography {
	background: url(menu_discography.png) no-repeat 0px;
	width: 133px;
	height: 24px;
	display: block;
	position: relative;
	top: -72px;
	left: 380px;
}
.menu_entry_discography:hover {
	background: url(menu_discography_hover.png) no-repeat 0px;
}

.menu_entry_members {
	background: url(menu_members.png) no-repeat 0px;
	width: 107px;
	height: 24px;
	display: block;
	position: relative;
	top: -96px;
	left: 360px;
}
.menu_entry_members:hover {
	background: url(menu_members_hover.png) no-repeat 0px;
}

.menu_entry_gallery {
	background: url(menu_gallery.png) no-repeat 0px;
	width: 92px;
	height: 24px;
	display: block;
	position: relative;
	top: -96px;
	left: 340px;
}
.menu_entry_gallery:hover {
	background: url(menu_gallery_hover.png) no-repeat 0px;
}

.menu_entry_shop {
	background: url(menu_shop.png) no-repeat 0px;
	width: 62px;
	height: 24px;
	display: block;
	position: relative;
	top: -24px;
	left: 560px;
}
.menu_entry_shop:hover {
  background: url(menu_shop_hover.png) no-repeat 0px;
}

.menu_entry_downloads {
	background: url(menu_media.png) no-repeat 0px;
	width: 70px;
	height: 24px;
	display: block;
	position: relative;
	top: -24px;
	left: 540px;
}
.menu_entry_downloads:hover {
	background: url(menu_media_hover.png) no-repeat 0px;
}

.menu_entry_live {
	background: url(menu_live_shows.png) no-repeat 0px;
	width: 120px;
	height: 24px;
	display: block;
	position: relative;
	top: -48px;
	left: 520px;
}
.menu_entry_live:hover {
	background: url(menu_live_shows_hover.png) no-repeat 0px;
}

.menu_entry_guestbook {
	background: url(menu_guestbook.png) no-repeat 0px;
	width: 116px;
	height: 24px;
	display: block;
	position: relative;
	top: -72px;
	left: 500px;
}
.menu_entry_guestbook:hover {
	background: url(menu_guestbook_hover.png) no-repeat 0px;
}

.menu_entry_contact {
	background: url(menu_contact.png) no-repeat 0px;
	width: 90px;
	height: 24px;
	display: block;
	position: relative;
	top: -120px;
	left: 480px;
}
.menu_entry_contact:hover {
	background: url(menu_contact_hover.png) no-repeat 0px;
}

/*** Content ***/

.wrapper {
	overflow: hidden;
}

.content {
	background: url(content_back.png) repeat left 0px;
	width: 531px;
	min-height: 300px;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	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: url(column_back.png) repeat right 0px;
	width: 203px;
	min-height: 300px;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	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.png) no-repeat center 0px;
	width: 848px;
	height: 49px;
	clear: both;
	font-family: sans-serif;
	font-size: 10px;
	padding-top: 8px;
	text-align: center;
}

.footer a {
}

.generationtime {
	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 .discography {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.column .discography .cover {
	display: box;
	padding: 0px 15px 0px 15px;
}

.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;
	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 {
	float: right;
	padding-bottom: 5px;	
	font-style: italic;
	clear: left;
	position: relative;
}

.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 {
	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;
	width: 150px;
}

.guestbook_form textarea {
	background: #000;
	width: 400px;
	height: 50px;
	margin-bottom: 4px;
}

.guestbook_form button {
	background: url(chicken.jpg) repeat;
	-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 {
	padding-bottom: 5px;
	float: right;
}

.guestbook_email {
	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 {
/*
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-khtml-column-count: 2;

	-webkit-column-rule: 1px solid #bbb;
	-webkit-column-gap: 2em;
*/
}

.links .link {}

.links .link_title {}

.links .link_icon {
	display: none;
}

.links .linkgroup {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	float: left;
	width: 240px;
	padding: 10px;
}

.links .linkgroup_title {
	font-size: 13px;
	font-weight: bold;
 	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 {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	margin-bottom: 5px;
	padding: 4px;
 	background: url(chicken.jpg) repeat;
	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;
	background: url(chicken.jpg) repeat;
	display: block;
	width: 501px;
	float: left;
	text-align: center;
	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 {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	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(button_buy_now.png) no-repeat center;
	width: 130px;
	height: 24px;
	display: box;
	padding: 0px
	margin: 0px;
	cursor: pointer;
}

/** Downloads **/

.downloads {}

.download_group {}

.download_group_title {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	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;
	width: 150px;
}

.newsletter_form button {
	background: url(chicken.jpg) repeat;
	-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;
}

/*** Refs ***/

.refs {
	background-color: #0d0d0d;
	border: dotted #614B3D 1px;
	padding: 6px 6px 6px 6px;
}

.refs_header {
	font-weight: bold;
	border-bottom: dotted #614B3D 1px;
}

.ref a {
	text-decoration: none;
}

