/* -- General -- */
body {
	min-width: 1004px;
	margin: 0px;
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #474032;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
	color: #807e62;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.5em;
	color: #d5a9a6;
	letter-spacing: 0.1em;
}
h3 {
	margin-bottom: 0.5em;
	font-size: 1.3em;
	color: #999881;
}
h4 {
	margin-bottom: 8px;
	font-size: 1.1em;
	color: #ddbab8;
}
p {
	margin-bottom: 1em;
	font-size: 0.8em;
	line-height: 1.5em;
}
a {
	text-decoration: underline;
}
a:link, a:active {
	color: #990000;
}
a:visited {
	color: #660099;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
caption {
	display: none;
}
img {
	margin: 0;
	border: 0;
	display: block;
}
ul {
	margin: 0 0 1em 0;
	padding-left: 16px;
	font-size: 0.8em;
	list-style: square;
}

/* -- Layout -- */
.caption {
	margin: 0;
	font-size: 0.7em;
	font-style: italic;
}
.column {
	float: left;
	position: relative;
}
.end {
	margin: 0;
}
.hide {
	display: none;
}
.intro {
	font-weight: bold;
}
.right {
	text-align: right;
}

/* -- Header -- */
#header {
	width: 1004px;
	height: 102px;
	margin-left: auto;
	margin-right: auto;
	background: #999881 url("../graphics/header_bg.gif") no-repeat center bottom;
	border-bottom: 1px solid #fff;
}

/* -- Global navigation -- */
#globalnav {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	padding: 16px 16px 20px;
	background: #b3b2a1 url("../graphics/globalnav_bg.gif") no-repeat center bottom;
}
#globalnav ul {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #fff;
	list-style: none;
}
#globalnav li {
	padding-right: 16px;
	display: inline;
}
#globalnav a {
	color: #fff;
	text-decoration: none;
}
#globalnav a:hover {
	text-decoration: underline;
}

/* -- Section navigation -- */
#sectionnav {
	float: left;
	width: 100%;
	margin-bottom: 24px;
	line-height: normal;
	background: #fff url("../graphics/sectionnav_bg.gif") repeat-x bottom;
}
#sectionnav ul {
	margin: 0;
	padding: 0 16px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	list-style: none;
}
#sectionnav li {
	float: left;
	margin-right: 1px;
	padding: 0 0 0 9px;
	background: url("../graphics/sectionnav_left.gif") no-repeat left top;
	border-bottom: 1px solid #b3b2a1;
}
#sectionnav a {
	float: left;
	display: block;
	width: .1em;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	color: #b3b2a1;
	background: url("../graphics/sectionnav_right.gif") no-repeat right top;
}
#sectionnav > ul a {
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {
	float: none;
}
/* End IE5-Mac hack */
#sectionnav a:hover {
	color: #807e62;
}
#sectionnav #current {
	background-position: 0 -150px;
	border-width: 0;
}
#sectionnav #current a {
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #807e62;
}
#sectionnav li:hover, #sectionnav li:hover a {
	background-position: 0% -150px;
	color: #807e62;
}
#sectionnav li:hover a {
	background-position: 100% -150px;
}

/* -- Content area -- */
#contentarea {
	width: 1004px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contentarealeft {
	width: 271px;
	padding: 16px;
	background: #cccbc0 url("../graphics/contentarealeft_bg.gif") no-repeat center top;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#contentarealeft h3 {
	color: #fff;
}
#contentarearight {
	width: 669px;
	margin-left: 32px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

/* -- One column content area -- */
#onecolcontentarea {
	width: 988px;
	padding: 0 0 0 16px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#onecolcontent {
	margin-bottom: 24px;
	overflow: hidden;
}
#onecolcontentleft {
	width: 756px;
}
#onecolcontentright {
	width: 196px;
	margin-left: 32px;
	padding: 1px;
	background: #fff;
	border: 1px solid #ddbab8;
}

/* -- Section heading -- */
#sectiontitle {
	margin-bottom: 16px;
}

/* -- Content heading -- */
#contenttitle {
	margin: 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #999881;
}

/* -- Content -- */
#content {
	margin-bottom: 24px;
	overflow: hidden;
}
#contentleft {
	width: 437px;
}
#contentright {
	width: 196px;
	margin-left: 32px;
	padding: 1px;
	background: #fff;
	border: 1px solid #ddbab8;
}
.contentsection {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px dotted #e6e5e0;
}
.contentsectionnoline {
	margin-bottom: 24px;
}
.contentlinks {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contentlinksinline {
	display: inline;
}
.contentlinksbullet {
	color: #999881;
}

/* -- Breadcrumb -- */
#breadcrumb {
	margin-bottom: 24px;
	padding: 12px 0;
	border-bottom: 1px dotted #cccbc0;
}
#breadcrumb ul {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: #cccbc0;
	list-style: none;
}
#breadcrumb li {
	display: inline;
}
#breadcrumb a {
	color: #cccbc0;
}

/* -- Lighbox -- */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}


#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}


#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}


#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */ display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../graphics/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../graphics/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}


#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}


#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* -- Video -- */
#video {
	width: 425px;
	margin-bottom: 24px;
	padding: 5px;
	background: #fff;
	border: 1px solid #474032;
}

/* -- Comments -- */
#comments {
	margin-bottom: 24px;
}

/* -- Page resources -- */
#resources {
	padding: 16px;
	background: #f7eeed;
}
#resources p {
	margin: 0;
	font-size: 0.7em;
}
#resources ul {
	margin-bottom: 24px;
	padding: 0;
	color: #e6cbca;
	list-style: none;
	font-size: 0.7em;
	border-top: 1px solid #ddbab8;
}
#resources li {
	padding: 8px 0;
	border-bottom: 1px dotted #eedddb;
}
#resources .delicious {
	padding-left: 22px;
	background: #f7eeed url("../graphics/delicious.gif") no-repeat left center;
}
#resources .digg {
	padding-left: 22px;
	background: #f7eeed url("../graphics/digg.gif") no-repeat left center;
}
#resources .facebook {
	padding-left: 22px;
	background: #f7eeed url("../graphics/facebook.gif") no-repeat left center;
}
#resources .end {
	margin: 0;
}

/* -- Rating -- */
.rating {
	margin-bottom: 24px;
	padding: 8px 0;
	border-top: 1px solid #ddbab8;
	border-bottom: 1px dotted #eedddb;
}

/* -- Footer -- */
#footer {
	margin-bottom: 24px;
	padding-top: 24px;
	color: #cccbc0;
	border-top: 1px solid #b3b2a1;
}
#footer p {
	font-size: 0.7em;
}
#footer ul {
	margin-bottom: 1em;
	padding: 0;
	font-size: 0.7em;
	list-style: none;
}
#footer li {
	display: inline;
}
#footer a {
	color: #b3b2a1;
}

/* -- Discography -- */
#disclist {
	width: 756px;
	border-collapse: collapse;
	border: none;
}
#disclist td {
	padding: 0;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
#disclist .top {
	background: #999881;
}
#disclist .even {
	background: #e6e5e0;
}
#disclist .odd {
	background: #cccbc0;
}
#disclist h3 {
	margin: 0;
	padding: 8px 6px;
	font-size: 1.1em;
	color: #fff;
}
#disclist p {
	margin: 0;
	padding: 6px;
}
#disclist .discthumb {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 1px;
	background: #fff;
	border: 1px solid #706e55;
}
#discart {
	width: 259px;
	margin: 132px 0 24px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #474032;
}
#discinfo {
	margin-bottom: 24px;
}
#discinfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#discformat {
	margin: 0;
}
#discformat p {
	font-size: 0.7em;
	font-style: italic;
	line-height: 1.3em;
}
#discformat ul {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
	border-bottom: 1px solid #b3b2a1;
}
#discformat table {
	width: 271px;
	margin-bottom: 24px;
	border-collapse: collapse;
	border: none;
}
#discformat td {
	padding: 8px 0;
	vertical-align: top;
	border-bottom: 1px dotted #b3b2a1;
}
#discformat table p {
	margin: 0;
	font-style: normal;
}
#discformat .tracknumber {
	width: 25px;
	padding-right: 8px;
}
#discformat .tracktitle {
	width: 201px;
	padding-right: 8px;
}
#discformat .tracktime {
	width: 45px;
	text-align: right;
}
#discformat .tracktime p {
	font-style: italic;
}
#discformat .end {
	margin-bottom: 16px;
}
#discrelated {
	margin-bottom: 24px;
	padding: 0;
	border-top: 1px solid #ddbab8;
}
#discrelated table {
	width: 164px;
	border-collapse: collapse;
	border: none;
}
#discrelated td {
	padding: 0;
	vertical-align: middle;
	border-bottom: 1px dotted #ddbab8;
}
#discrelated table p {
	padding: 6px;
}
.discthumb {
	width: 40px;
	height: 40px;
	margin: 8px 0;
	padding: 1px;
	background: #fff;
	border: 1px solid #706e55;
}

/* -- Gigography -- */
.giglist {
	width: 756px;
	border-collapse: collapse;
	border: none;
}
.giglist td {
	padding: 0;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
.giglist .top {
	background: #999881;
}
.giglist .even {
	background: #e6e5e0;
}
.giglist .odd {
	background: #cccbc0;
}
.giglist .details {
	text-align: right;
}
.giglist h3 {
	margin: 0;
	padding: 8px 6px;
	font-size: 1.1em;
	color: #fff;
}
.giglist p {
	margin: 0;
	padding: 6px;
}
#giginfo {
	margin: 132px 0 24px 0;
	border-bottom: 1px dotted #b3b2a1;
}
#giginfo h3 {
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #999881;
}
#giginfo ul {
	margin: 0;
	padding: 8px 0;
	list-style: none;
}
#setlist {
	margin-bottom: 24px;
}
#setlist h3 {
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #999881;
}
#setlist p {
	font-size: 0.7em;
	font-style: italic;
	line-height: 1.3em;
}
#setlist ul {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
	border-bottom: 1px solid #b3b2a1;
}
#setlisthelp p {
	margin: 0;
}
#setlist table {
	width: 271px;
	margin-bottom: 8px;
	border-collapse: collapse;
	border: none;
}
#setlist td {
	padding: 8px 0;
	vertical-align: top;
	border-bottom: 1px dotted #b3b2a1;
}
#setlist table p {
	margin: 0;
	font-style: normal;
}
#setlist .tracknumber {
	width: 25px;
	padding-right: 8px;
}
#setlist .tracktitle {
	width: 246px;
	padding-right: 8px;
}

/* -- Scrapbook -- */
#lyrics ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
#lyrics .end {
	margin: 0;
}