/* CSS Document */

ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.headers
{
	font-family: Courier New, Courier, mono;
	font-size: 30px;
	color: #000;
	line-height:24px;
	word-spacing: 1px;
	font-weight:100;
}
.subheaders
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#b16700;
}
.newsdate
{
	font-family: Courier New, Courier, mono;
	font-size: 10px;
	color: #333;
	line-height:12px;
	word-spacing: 1px;
	font-weight:100;
}
.newsheader
{
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height:24px;
	word-spacing: 1px;
	font-weight:800;
}
.nav
{
	text-decoration: none;
	font-family: Arial Black, sans-serif;
	font-size: 20px;
	color: #fff;
	word-spacing: 1px;
	font-weight:100;
}
a.nav:link
{
	text-decoration: none;
	font-family: Arial Black, sans-serif;
	font-size: 20px;
	color: #000000;
	word-spacing: 1px;
	font-weight:100;
}
a.nav:active
{
	text-decoration: none;
	font-family: Arial Black, sans-serif;
	font-size: 20px;
	color: #000000;
	word-spacing: 1px;
	font-weight:100;
}
a.nav:visited
{
	text-decoration: none;
	font-family: Arial Black, sans-serif;
	font-size: 20px;
	color: #000000;
	word-spacing: 1px;
	font-weight:100;
}
a.nav:hover
{
	text-decoration: none;
	font-family: Arial Black, sans-serif;
	font-size: 20px;
	color: #000000;
	word-spacing: 1px;
	font-weight:100;
}
.artistnav
{
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #000000;
	line-height:18px;
	word-spacing: 1px;
	font-weight:100;
}
a.artistnav:link
{
	text-decoration: underline;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #000000;
	line-height:18px;
	word-spacing: 1px;
	font-weight:100;
}
a.artistnav:active
{
	text-decoration: underline;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #333;
	line-height:18px;
	word-spacing: 1px;
	font-weight:100;
}
a.artistnav:visited
{
	text-decoration: underline;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #666;
	line-height:18px;
	word-spacing: 1px;
	font-weight:100;
}
a.artistnav:hover
{
	text-decoration: underline;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #b16700;
	line-height:18px;
	word-spacing: 1px;
	font-weight:100;
}
a.sidebar
{
	font-family: Courier New, Courier, mono;
	font-size: 10px;
	color: #000000;
	line-height:18px;
	word-spacing: 1px;
	font-weight:100;
}
a.sidebar:link
{
	text-decoration: underline;
	font-family: Courier New, Courier, mono;
	font-size: 10px;
	color: #000000;
	line-height:18px;
	word-spacing: 1px;
	font-weight:100;
}
a.sidebar:active
{
	text-decoration: underline;
	font-family: Courier New, Courier, mono;
	font-size: 10px;
	color: #333;
	line-height:18px;
	word-spacing: 1px;
	font-weight:100;
}
a.sidebar:visited
{
	text-decoration: underline;
	font-family: Courier New, Courier, mono;
	font-size: 10px;
	color: #666;
	line-height:18px;
	word-spacing: 1px;
	font-weight:100;
}
a.sidebar:hover
{
	text-decoration: underline;
	font-family: Courier New, Courier, mono;
	font-size: 10px;
	color: #b16700;
	line-height:18px;
	word-spacing: 1px;
	font-weight:100;
}
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#fff;
}
/* band photos ----------------------------------------------------------*/

.screenshot img {
	height: 200px;
	width: 120px;
	padding: 0px;
}


#gallery {
	clear:both;
	float:left;
	width:430px;
}

#gallerySites {
	clear:both;
}

#gallerySites ul, #galleryWide ul {
	list-style-type: none;
}

#gallerySites li	{
	padding: 0px 30px 40px 0px;
}

#gallerySites li	{
	float: left;
	display: inline;
	height:120px;
	width:200px;
	background: url(none);
	margin:0;
}

#gallerySites img, #galleryWide img {
	padding: 0px;
}

#gallerySites h1 {
	clear:both;
	margin-bottom:15px;
}
