/* -+-+-+-+-+-+-+-+-+ GLOBAL STYLES -+-+-+-+-+-+-+-+-+ */

/* <body> */
body {
	background-color: #61717b;
	font-family: sans-serif;
	text-align: center;
}

/*BVA Concert...delete after Feb 2, 2008*/
#bva {
	text-align: center;
	color: #003;
	background-color: #d4d6d8;
	padding: 10px;
	margin: auto;
	width: 740px;
	border: 1px solid #009;
}

/* Main content container */
#content {
	text-align: left;
	color: #003;
	background-color: #d4d6d8;
	padding: 10px;
	margin: auto;
	width: 740px;
	border: 1px solid #009;
	}

#content li {
	color: #003;
}

#content a {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}

/* Footer */
#footer {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 75%;
}

/* Navigation bar */
#navlist li {
	text-align: center;
    display: inline;
    padding: 0 .9em;
    border-right: 1px solid #003;
}
#navlist li.last {
    border: none;
}
#navlist {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    font-weight: bold;
    text-align: center;
}
#navlist a {
    color: #003;
    text-decoration: none;
}
#navlist a:hover {
    color: #39F;
    text-decoration: underline;
}


/* -+-+-+-+-+-+-+-+ Page specific styles -+-+-+-+-+-+-+-+ */

/* Artist Catalog (artists.php) */

#artists p {
	text-align: center;
}

/* Individual artist page (<artistname>.php) */

#bandimage {
	width: 375px;
	text-align: left;
	margin: 0px 30px 20px 0px;
	float: left;
}

#artistinfolist { 
	list-style-image: url(images/bullet_arrow.gif);
	list-style-position: inside;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	float: left;
}

#mediaplayer {
	margin-top: 15px;
}

#reviews {
	text-align: left;
	background-color:#d4d6d8;
	border: 1px solid #009;
	padding: 5px 10px 10px 10px;
	margin: 10px auto 10px auto;
	width: 740px;
}

/* MadCap employee bios (bios.php) */

p.bioimage {
	width: 120px;
	margin: 10px 5px 10px 5px;
	float: left;
	clear: left;
}

/* Contact Page (contact.php) */

#formtext td {
	color: #003;
}