body {
	background-color: #FEFCED;
	background-image: url('../images/background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

#header {
	width: 100%;
	height: 150px;
	text-align: center;
}

ul#nav {
	list-style-type: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}

ul#nav li {
	display: inline;
}

ul#nav a {
	padding: 6px 6px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

ul#nav a:link, ul#nav a:visited {
	text-decoration: none;
	color: #a60000;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

ul#nav a:hover, ul#nav a:active {
	background-image: url('../images/nav_background.jpg');
	color: #000000;
	border-top: 2px solid #ac4a19;
	border-bottom: 2px solid #ac4a19;
}

#content {
	clear: both;
	width: 96%;
	padding: 0 2%;
    margin-bottom: 50px;
	font-family: arial;
	font-size: 1em;
}

#content img {
    border: 2px solid black;
}

#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: .5em;
	color: #363636;
}

#content p {
	font-size: 1em;
	line-height: 150%;
	margin-bottom: 1em;
}

#content a:link, #content a:visited {
    color: #D60405;
    text-decoration: none;
}

#content a:hover, #content a:active {
    background-image: url('../images/nav_background.jpg');
	color: #000000;
	border-top: 2px solid #ac4a19;
	border-bottom: 2px solid #ac4a19;
}

#footer {
    width: 810px;
    height: 200px;
    margin: 0 auto;
    background-image: url('../images/footer.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    clear:both;
}

.cleared {
	clear: both;
}

.centered {
    text-align: center;
}

p.tagline {
    font-family: georgia;
    font-weight: bold;
    font-style: italic;
    color: #363636;
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

.profile_image {
    margin: 0 0 10px 0;
}

.pk_image {
    margin: 0 0 10px 10px;
    float:right;
}

ul#member_nav {
	list-style-type: none;
	width: 250px;
    float: right;
    margin: 0 0 10px 10px;
}

ul#member_nav img {
    border: 0;
}

ul#member_nav li {
	display: block;
}

ul#member_nav a {
	width: 250px;
    height: 50px;
}

#member_content {
    padding-right:260px;
}

ul#member_nav a:hover, ul#member_nav a:active {
    background-image:none;
    border:0;
}

ul#member_nav .name {
    text-align: center;
    font-weight: bold;
    font-family: georgia;
    font-size: 1.5em;
    font-style: italic;
    color: #666666;
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 2px solid #999999;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

blockquote {
    padding-left: 30px;
}

table#pk_files {
    border: 1px solid black;
    padding: 10px;
    background-color: #CAE0DD;
}

table#pk_files th {
    padding: 5px 10px;
    background-color: #97BEB9;
    font-weight: bold;
}

table#pk_files td {
    padding: 5px 10px;
    background-color: #FFFFFF;
}

a.gallery {
    width:250px;
    padding: 5px;
    float: left;
    text-align: center;
    font-size: 1.3em;
    font-style: italic;
}

a:link.gallery, a:visited.gallery {
    border: 2px solid transparent;
}

a:hover.gallery, a:active.gallery {
    background-image: url('../images/nav_background.jpg');
	color: #000000;
	border: 2px solid #ac4a19;
}

#gallery ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#gallery li {
	float: left;
	margin: 10px;
}
#gallery li a {
	color: #666666;
    background-image: none;
}

.album {
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #46706A;
    text-align: center;
}

.album img {
    float: right;
    margin-right: 20px;
}

.album table {
    padding-top: 10px;
    margin: 0 auto;
}

.album table td {
    padding: 5px 10px;
}

.album .nope {
    font-style: italic;
    color: #A0A0A0;
}

.lyrics_wrapper {
    position: absolute;
    margin-top: -150px;
    width: 600px;
    height: 350px;
    display: none;
    border: 10px solid #65938D;
}

.lyrics {
    width: 560px;
    height: 310px;
    text-align: left;
    padding: 20px;
    background: #B7D3D6 url('../images/background.jpg') no-repeat scroll top left;
    overflow: auto;
}

#shows table {
    width: 100%;
    border: 1px solid black;
}

#shows table th {
    padding: 5px 10px;
    font-weight: bold;
    background-color: #C6DAC1;
    border-bottom: 1px solid black;
}

#shows table td {
    padding: 5px 10px;
    line-height: 150%;
    border-bottom: 1px solid #666;
}

#shows .footnote {
    padding-top: 10px;
    color: #666;
    font-size: .8em;
    text-align: center;
}

#homepage table {
    width: 100%;
}

#homepage table td {
    padding: 0 10px;
}

#homepage .intro {
    text-align: center;
}

#homepage .intro h1 {
    color: #D00000;
    font-family: georgia;
    font-size: 23px;
}

#homepage .intro p {
    font-size: 14px;
}

#homepage .section {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #000000;
}

#homepage .section h1 {
    text-align: center;
    color: #ffffff;
    padding: 3px;
    margin: -5px -5px 5px -5px;
}

#homepage .blue        { background-image: url('../images/section_background_blue.jpg'); }
#homepage .blue h1     { background-image: url('../images/section_header_blue.jpg'); }
#homepage .green       { background-image: url('../images/section_background_green.jpg'); }
#homepage .green h1    { background-image: url('../images/section_header_green.jpg'); }
#homepage .orange      { background-image: url('../images/section_background_orange.jpg'); }
#homepage .orange h1   { background-image: url('../images/section_header_orange.jpg'); }
#homepage .purple      { background-image: url('../images/section_background_purple.jpg'); }
#homepage .purple h1   { background-image: url('../images/section_header_purple.jpg'); }
#homepage .red         { background-image: url('../images/section_background_red.jpg'); }
#homepage .red h1      { background-image: url('../images/section_header_red.jpg'); }
#homepage .brown       { background-image: url('../images/section_background_brown.jpg'); }
#homepage .brown h1    { background-image: url('../images/section_header_brown.jpg'); }
#homepage .darkblue    { background-image: url('../images/section_background_darkblue.jpg'); }
#homepage .darkblue h1 { background-image: url('../images/section_header_darkblue.jpg'); }

#homepage .section table {
    width: 100%;
    font-size: .9em;
}

#homepage .section table td {
    padding: 3px;
    width: auto;
}

#homepage .section .small {
    font-size: .8em;
}

#homepage .section .headline {
    margin: 0;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}
#homepage .section .meta {
    margin: 0;
    font-size: .8em;
    color: #666666;
    font-style: italic;
    text-align: center;
}
#homepage .section .body {
    font-size: .8em;
    padding-top: 5px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #666666;
}

#homepage .section .tours .tour {
    text-align:center;
    padding-bottom:20px;
    line-height: 150%;
}

#homepage #outer_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 400px;
    /*display: none;*/
    border: 10px solid #000000;
}

#homepage #box {
    width: 560px;
    height: 360px;
    text-align: left;
    padding: 20px;
    background: #B7D3D6 url('../images/background.jpg') no-repeat scroll top left;
    overflow: auto;
}

#orders_cdlist li {
    font-weight: bold;
    padding-bottom: 10px;
}

