/* Lockdown stylesheet. This is where the magic happens */

*	{
	margin: 0;
	padding: 0;
	}

body	{
	background-color: #7f7f7f;
	}

h1 	{
	background-color: #000000;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 5px;
	}

h2 	{
	font-size: 11px;
	font-weight: bold;
	}

img	{
	border: none;
	}

img.imgboxl	{
	width: 150px;
	height: 100px; 
	}

img.imgboxp	{
	width: 100px;
	height: 150px; 
	}

#layout	{
	margin: 0 auto;
	width: 880px;
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	}

#menu	{
	height: 1%; /* IE6 bugfix */
	overflow: hidden;
	color: #ffffff;
	background-color: #000000;
	}

#menu ul	{
	float: left;
	list-style: none;
	padding: 5px;
	}
    
#menu ul li	{
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	}
    
#promo {
	float: right;
	margin-right: 2px;
	padding: 5px;
	}

#logo	{
	display: block;
	width: 900px;
	height: 160px;
	margin-left: auto; 
	margin-right: auto;
	text-indent: -9999px;
	background: transparent url(/images/site_header.gif) no-repeat 0 0;
	}

div.content	{
	background-color: #676767;
	padding: 20px;
	}

#newsarchive{
	float: left;
	margin-left: 2px;
	padding: 3px;
	}

#copyright {
	float: right;
	margin-right: 2px;
	padding: 5px;
	}

/*hyperlinks*/
a:link 	{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	}

a:visited	{
	text-decoration: none;
	}

a:hover	{
	color: #000000;
	border-bottom: 0px;
	text-decoration: underline;
	}

a.linkheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	}

a.linkimage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	border-bottom:0px;
	}

/* shows table*/
table.shows	{
	width: 880px;
	text-align: center; 
	paddding: 5px; 
	}

td.showdate	{
	text-align: center;
	vertical-align:text-top;
	width: 80px;
	padding: 5px;
	}

td.showcity	{
	text-align: center;
	vertical-align:text-top;
	width: 75px;
	padding: 5px;
	}

td.showvenue	{
	text-align: center;
	vertical-align:text-top;
	width: 100px;
	padding: 5px;
	}

td.showspecs	{
	text-align: left;
	vertical-align:text-top;
	width: 625px;
	padding: 5px;
	}

/*Discography alligning*/
#discocontainer	{
	height: 1%; /* IE6 bugfix */
	overflow: hidden;
	}

#discocontainer ul	{
	float: left;
	list-style: none;
	padding: 10px;
	}

.discoimg	{
	float: left;
	margin-left: 40px;
	}

#footercontainer	{
	height: 1%; /* IE6 bugfix */
	overflow: hidden;
	color: #ffffff;
	background-color: #000000
	}

acronym	{ 
	border-bottom:1px dotted;
	}


.strike	{
	text-decoration: line-through;
	}

/* CSS used for the comment script */
/* Extracted from Alex' comment script */ 

p 	{
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 19px; 
	} 

.comments-th	{ 
	padding: 5px; 
	border: 1px solid #aaa; 
	font-weight: bold; 
	font-size: 11px;
	vertical-align: top; 
	text-align: left; 
	}

.comments-td	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px; 
	border: 1px solid #aaa; 
	vertical-align: top; 
	text-align: left; 
	}

.submit-td	{ 
	padding: 5px; 
	vertical-align: top; 
	}
