@charset "utf-8";

* {
  margin: 0;
	padding: 0;
}

a {
  font: 85% Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none;
}
a img { border: none; }
a:link { color: #AE7133; }
a:visited { color: #AE7133; }
a:hover { color: #D0B396; }
a:active { color: #AE7133; }

p {
  margin: .5em 0 1em;
  text-align: justify;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/body_bg.jpg) center top no-repeat fixed;
	text-align: center;
	color: #fff;
}

#container {
	width: 880px;
	background: url(../images/trans_bg.png) repeat;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 15px 10px 10px 20px;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
}

#navBar {
   margin: 0 0 1em 0;
	 padding-top: 8px;
	 border-top: #222 1px solid;
	 border-bottom: #222 1px solid;
}

#navLinks {
  padding-left: 25px;
}

#navLinks li {
  display: inline;
	padding-right: 0px;
}

#merch_line {
	text-indent: -9999px;
	background: url(../images/merch_line.png) no-repeat;
	width: 290px;
	height: 38px;
}

#news_line {
	text-indent: -9999px;
	background: url(../images/news_line.png) no-repeat;
	width: 290px;
	height: 38px;
	margin-top: 1em;
}

#biography_line {
	text-indent: -9999px;
	background: url(../images/biography_line.png) no-repeat;
	width: 290px;
	height: 38px;
}

#discography_line {
	text-indent: -9999px;
	background: url(../images/discography_line.png) no-repeat;
	width: 290px;
	height: 38px;
}

#band_related_line {
	text-indent: -9999px;
	background: url(../images/band_related_line.png) no-repeat;
	width: 290px;
	height: 38px;
}

#friends_line {
	text-indent: -9999px;
	background: url(../images/friends_line.png) no-repeat;
	width: 290px;
	height: 38px;
	margin-top: .5em;
}

#miscellaneous_line {
	text-indent: -9999px;
	background: url(../images/miscellaneous_line.png) no-repeat;
	width: 290px;
	height: 38px;
	margin-top: .5em;
}

#pictures_line {
	text-indent: -9999px;
	background: url(../images/pictures_line.png) no-repeat;
	width: 290px;
	height: 38px;
}

#articles_line {
	text-indent: -9999px;
	background: url(../images/articles_line.png) no-repeat;
	width: 290px;
	height: 38px;
	margin: 1em 0 .5em;
}

#how-to_line {
	text-indent: -9999px;
	background: url(../images/how-to_line.png) no-repeat;
	width: 290px;
	height: 38px;
	margin: 1em 0 .5em;
}

#anatomy_line {
	text-indent: -9999px;
	background: url(../images/anatomy_line.png) no-repeat;
	width: 290px;
	height: 38px;
	margin: 1em 0 .5em;
}

#contacts_line {
	text-indent: -9999px;
	background: url(../images/contacts_line.png) no-repeat;
	width: 290px;
	height: 38px;
}

#views_line {
	text-indent: -9999px;
	background: url(../images/views_line.png) no-repeat;
	width: 290px;
	height: 38px;
	margin: 1em 0 .5em;
}

#mainContent {
	margin: 0 1em;
	padding: 0 10px;
}

#bio_bg { text-align: center; }

.headline {
  margin: 3px 0 0;
	color: #fff;
}

.authorDate {
  margin: 0;
	font-size: .7em;
}

.author {
  color: #AE7133;
	font-weight: bold;
}

.member_contact {
  margin: 1.5em 0 0;
}

.member_contact img {
  float: left;
	margin: 0 1em 1em 0;
	border: #666 1px solid;
}

.member_contact h2 {
  margin: .25em 0;
	padding: 0 0 .25em;
	border-bottom: none;
	font-size: 1.25em;
	color: #AE7133;
}

.member_contact ul li {
  list-style: none;
}

.member_contact_noborder {
  margin: 1.5em 0 1em;
}

.member_contact_noborder img {
  float: left;
	margin: 0 1em 1em 0;
	border: none;
}

.member_contact_noborder h2 {
  margin: .25em 0;
	padding: 0 0 .25em;
	border-bottom: none;
	font-size: 1.25em;
	color: #AE7133;
}

.member_contact_noborder ul li {
  list-style: none;
}

.links_container {
  margin: 1.5em 0 0;
}

.links_container img {
  float: left;
	margin: 0 1em 1em 0;
	border: #666 1px solid;
}

.links_container h2 {
  margin: .25em 0 0;
	padding: 0 0 .25em;
	border-bottom: none;
	font-size: 1.25em;
	color: #AE7133;
}

.links_container h2 a {
  font-size: large;
	font-weight: bold;
	text-decoration: underline;
}

.links_container ul li {
  list-style: none;
}
/*
.merch_box {
  margin-top: 1em;
}
*/

#merch_wrapper {
  margin: 1em 0 0;
	padding: 0;
}
.merch_wrapper_float {
  float: left;
}
#merch_wrapper table {
  margin: 0 0 10px;
	padding: 0;
	width: 350px;
}

#merch_wrapper table td {
  margin: 0;
	padding: 0 10px 0 0;
	vertical-align: top;
}

#merch_wrapper table th {
  padding-bottom: 5px;
  font-size: 12px;
	font-weight: bold;
  color: #AE7311;
}

#merch_wrapper table td .cover_cell {
  margin: 0;
	padding: 0;
	height: 150px;
	width: 150px;
}
.cover_cell img {
  border: #ae7133 1px solid;
}

.album-sale {
  float: left;
	margin: 0 2em 1.5em 0;
	text-align: center;
}

.album-sale img {
  margin: .5em 0 .2em;
  border: #AE7311 1px solid;
}

.album-sale span {
  font-size: 10px;
	font-weight: bold;
  color: #AE7311;
}

.album-sale form input {
  margin: .2em 0 0;
	padding: 0;
}

.album-sale form img {
  border: none;
}

.album-sale .buy_button {
  border: none;
	margin: .2em 0 0;
	padding: 0;
}

.album-info {
  margin: 1.5em 0 0;
	border-bottom: #AE7133 1px solid;
}

.album-info .album-cover-members img {
  float: left;
	margin: 0 1em 1em 0;
	border: #AE7311 1px solid;
}

.album-info .album-cover-members h2 {
  margin: .25em 0;
	padding: 0 0 .25em;
	border-bottom: none;
	font-size: 1.25em;
	color: #AE7133;
}

.album-info .album-cover-members ul li {
  list-style: none;
}

.album-info .album-tracklist {
  margin-bottom: 1em;
}

.album-info .album-tracklist ol {
  padding: 0 0 0 2em;
}

.gallery_row {
  margin: 1.5em 0;
	vertical-align: top;
}

.writings_image {
  float: left;
	margin: 0 1em 1em 0;
	border: #AE7133 1px solid;
}

.writings_image-right {
  float: right;
	margin: 0 0 1em 1em;
	border: none;
}

.writings_ol {
}

.writings_ol li {
  margin: 0 0 0 2em;
  list-style: none;
	color: #AE7311;
}

#footer {
  margin-top: 5px;
	padding: 0 10px 0 25px;
	border-top: #222 1px solid;
}

#footer #sitemap {
  float: left;
  text-align: left;
}

#footer #sitemap ul {
	margin: 0;
	padding: 5px 0;
}

#footer #sitemap ul li {
  display: inline;
	padding-right: 25px;
}

#footer #contacts {
  float: left;
	margin-left: 130px;
  text-align: right;
}

.clearfloat {
	clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.last {
  border: none;
}

.left { text-align: left; }

/* Highslide */
.highslide-wrapper div {
	font-size: 10pt;
	background: url(../images/trans_bg.png) repeat;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid #AE7133;
	vertical-align: middle;
	margin-right: 5px;
}
.highslide:hover img {
	border-color: #D0B396;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: #333;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: #AE7133 #000 #000;
	background: #000;
}
.highslide-wrapper, .glossy-dark {
	background: #AE7133;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	color: #AE7133;
}
.highslide-heading {
	display: none;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: #000;
}
.highslide-loading {
	display: block;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #000;
	/*
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	*/
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: #AE7133;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: #fff;
	background-color: #000;
}
.highslide-move a {
	cursor: move;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background: url(highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}


.highslide-html {
/*    background-color: white; */
		border-bottom: #AE7133 2px solid;
		border-top: #AE7133 2px solid;
		text-align: left;
}
.highslide-html h4 {
  margin-bottom: 0;
	color: #AE7311;
}
.highslide-html p {
  margin-top: 0;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-wrapper .highslide-html-content {
    width: 450px;
    padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #AE7133;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: #D0B396;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(../highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.lyrics {
  color: #fff;
  text-align: left;
}

/* ############################################## */

table#merchtable {
  border: 0;
  text-align: left;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

caption {
  text-align: center;
  font-size: 12px;
  color: #ae7312;
  font-weight: bold;
  margin-bottom: 1em;
}

table#merchtable tr {
  padding: 0 0 3em;
  margin: 0 0 3em;
  text-align: left;
}

table.merchcell tr td img.cover {
  border: #ae7311 1px solid;
}

div.hr {
  height: 28px;
  background: transparent url(../images/skull_hr.png) no-repeat scroll center;
  margin-bottom: 1em;
/*  padding-bottom: 2em; */
}
div.hr hr {
  display: none;
}

div.newsArticle {
  width: 750px;
}