@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 1024px;
	height: 2000px;
	background-repeat:repeat-y;
	background-image:url(../images/grunge_background.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.lyrics #container {
	padding: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #leftColumn {
	float:left;
	width: 540px;
	margin-bottom:20px;
}
.oneColElsCtr #rightColumn {
	float:right;
	width: 400px;
	margin-bottom:20px;
}

.oneColElsCtr #rightColumn h2 {
letter-spacing:0.2em;
}
.oneColElsCtr #footer {
	background:url(images/dither_bg.gif);
	clear:both;
	margin-top:20px;
	text-align:center;
}

h1, h2, h3, ul, p, li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}
.oneColElsCtr li {
	list-style:none;
	padding-bottom: 20px;
}
.nav ul { padding-left: 20px;  }
.nav li{
	padding-left: 0;	
	font-size: 20px;
}

.nav li a {
	color:#FFF;
}

a {
	text-decoration:none;
	color:#9FF;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}


#details {
	background:url(images/dither_bg.gif);
	padding: 20px;
}

#details p {
	font-size:12px;
}
.oneColElsCtr #leftColumn h3,
.oneColElsCtr #rightColumn h3{
	font-size:16px;
	font-weight: bold;
}
.oneColElsCtr #rightColumn h3{
	border-bottom:#900 1px solid;
}
.upcomingshow {
	color:#9FF;
	font-weight:bold;
}
#details p .lyriclink {
	margin-left:20px;
	font-weight: bold;
	color: #000;
	background-color:#FC3;
	
}
