/* CSS Document: Home of the Groove 2009; http://www.homeofthegroove.com/ */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 1em;
	color: #ece6da;
}

p {
	color: #ece6da;
	text-align:left;
	letter-spacing: .03em;
	word-spacing: .03em;
}

h1 {
	font-size: 2em;
	color: #3399cc;
	text-align: left;
}

h2 {
	font-size: 1.2em;
	color: #3399cc;

}

h3 {
	font-size: 1em;
	color: #3399cc;
}

h4 {
	font-size: .8em;
	color: #3399cc;
	float: right;
}

/*.button {
	button {background-color:rgb(186,85,211);
	border-style:solid;
	border-left-color:rgb(238,130,238);
	border-top-color:rgb(238,130,238);
	border-right-color:rgb(128,0,128);
	border-bottom-color:rgb(128,0,128);
	color:rgb(250,250,226)
}*/


blockquote {
	font-style: italic;
	color: #ece6da;
	font-size: 1.15em;
}

td {
	color: #ece6da;
	text-align: left;
}

th {
	color: #ece6da;
	text-align: left;
	font-size: 1.5em;
}

a {
	color: #3399cc;
	text-decoration: none;
}

li {
	font-size: 1.2em;
	display: block;
	padding: 5px 15px 5px 0;
	text-align: left;
}

li a {
	color: #3399cc;
	text-decoration: none;
}

li a:hover {
	color: #6BDAFF;
	text-decoration: none;
}

#wrapper {
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#left_nav {
	width: 18%;
	height: 100%;
	float: left;
	margin-top: 25px;
	margin-left: 30px;
}

#content {
	width: 74%;
	height: 100%;
	float: right;
	margin-right: 35px;
}

#contactUs {
	background-color: #4e4c40;
	width: 42%;
	height: 80px;
	border: 0;
	padding: 5px 15px 5px 15px;
	margin: 5px;
}

#songlist {
	font-size: 1em;
	color: #ece6da;
	overflow: auto;
	width: 90%;
	height: auto;
	text-align: left;
	padding: 0 0 25px 35px;
}

#footer {
	font-size: .8em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	font-size: .8em;
	text-align: center;
	color:#990000;
}

#clear {
	clear: both;
}

.button {
	outline:none;
}

.c_row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.long_row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.summaryheader {
	font-size: 1.1em;
}

.summary {
	background-image: url(../images/contentBG.jpg);
	padding: 25px 25px 25px 35px;
	height:100%;
	width: 92%;
	overflow: auto;
}