* { margin: 0; padding: 0; border: 0; }

body { 
	background: url(../images/page-bg-blrr.jpg) repeat-x;
	background-color: black; 
}

a {
	color: #74250a;
	text-decoration: none;
}

a:hover {
	color: #0b0b0b;
}

#page {
	width: 955px;
	margin: 0 auto;
}

#content {
	color: #4b4b4b;
	font-size: 0.9em;
	font-family: courier;
	background-image: url(../images/paper4_bg.jpg);
	overflow: auto;
	width: 100%;
	padding-bottom: 60px;
}

#content #content-text p {
	margin-bottom: 1.2em;
}

#content #content-text ul {
	margin-bottom: 2em;
}

#content #content-text li {
	list-style-type: none;
	padding-left: 1em;
}

#content #content-header {
	padding: 2.4em;
	text-align: center;
}

#content #content-header h2, #content #content-header h3 {
	font-size: 1.0em;
}

#content #content-header h3 {
	font-weight: normal;
}

#content #content-image {
	float: left;
	text-align: center;
	padding: 0 90px;
}

#content #content-text {
	float: left;
}

#footer {
	height: 54px;
	background: url(../images/paper3-bot_bg.jpg) no-repeat;
}

#header h1 {
	background: url(../images/main_pic.jpg) no-repeat; 
	padding-top: 180px; 
	height: 0px !important;
	height /**/: 180px;		/* IE5 box-model hack */
	overflow: hidden; 
}

#header ul {
	height: 46px;
	background: url(../images/menu.gif) no-repeat;	
}

#header li {
	float: left;
	display: block;
	height: 46px;
	list-style: none;
}

#header li a {
	display: block;
	padding-top: 46px;
	height: 0px !important;
	height /**/: 46px;		/* IE5 box-model hack */
	overflow: hidden;
}

#header li:hover, #header li.active {
	background: url(../images/menu.gif) no-repeat;	
}

#header li.active a {
	display: none;	
}

#header #menu-home { width: 100px; }
#header #menu-home:hover, 
#header #menu-home.active { background-position: 0 -46px; }

#header #menu-about { width: 93px; } 
#header #menu-about:hover,
#header #menu-about.active { background-position: -100px -46px; }

#header #menu-music { width: 98px; }
#header #menu-music:hover,
#header #menu-music.active { background-position: -193px -46px; }

#header #menu-lyrics { width: 107px; }
#header #menu-lyrics:hover,
#header #menu-lyrics.active { background-position: -291px -46px; }

#header #menu-reviews { width: 126px; }
#header #menu-reviews:hover,
#header #menu-reviews.active { background-position: -398px -46px; }

#header #menu-links { width: 95px; }
#header #menu-links:hover,
#header #menu-links.active { background-position: -524px -46px; }

#header #menu-photos { width: 109px; }
#header #menu-photos:hover,
#header #menu-photos.active { background-position: -619px -46px; }

#header #menu-blog { width: 85px; }
#header #menu-blog:hover,
#header #menu-blog.active { background-position: -728px -46px; }

#header #menu-contact { width: 142px; }
#header #menu-contact:hover,
#header #menu-contact.active { background-position: -813px -46px; }

#content #content-text blockquote {
	margin: 1.4em 0 1.4em 4em;
}

/* need narrower column for pages with no picture */

#content #content-text.nopictures {
	padding: 2em 230px;
}

#content #content-text.nopictures h2 {
	margin-bottom: 1em;
	font-size: 1.4em;
}

/* special formatting for lyrics page */

#page #content #content-text.lyrics {
	
}

#content #content-text.lyrics h2 {
	margin-bottom: 0.2em;
}

#content #content-text.lyrics pre {
	font-family: inherit;
	padding-bottom: 1.2em;
	width: 495px;
	overflow: hidden;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */

}

#content #content-text.lyrics p.separator {
	margin: 1.4em 0;
	padding-left: 145px;
}

#content #content-text.lyrics p.separator img {
	vertical-align: middle;
}

#content #content-header.lyrics ul {
	display: block;
}

#content #content-header.lyrics li {
	display: inline-block;
	list-style: none;
	padding: 0.2em 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}

/* special formatting for temporary blog page */

#content div.blog {
	text-align: center;
	padding: 2em 230px;
}

#content div.blog h2 {
	padding-bottom: 1em;
}

#content div.blog p {
	text-align: left;
}

