/* Global CSS -- all pages need this */

body {
	background-color: #000000;
	background-image: url("../images/graphics/background.png");
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 90%;
	font-size: 12px;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
}

a:link { color:#000000; text-decoration: none; font-weight: bold; }
a:visited { color: #000000; text-decoration: none; font-weight: bold; }
a:hover { color: #ff0000; text-decoration: none; font-weight: bold; }
a:active { color: #000000; text-decoration: none; font-weight: bold; }

a.menucolor:link { color:#ffffff; text-decoration: none; font-weight: bold; }
a.menucolor:visited { color: #ffffff; text-decoration: none; font-weight: bold; }
a.menucolor:hover { color: #ff0000; text-decoration: none; font-weight: bold; }
a.menucolor:active { color: #ffffff; text-decoration: none; font-weight: bold; }


img {
	border: 0;
}


/* Wrapper CSS -- keeps everything in line */

#middlecolumn {
	width: 960px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff none repeat scroll 0 0;
	overflow: hidden;		/* This chops off any overhanging divs */
}

#header {
   position: relative;
   float: inherit;
   width: 960px;
   margin-left: auto;
   margin-right: auto;
   background-color: #000000;
   border: 1px solid #000000;
   border-top: 0;
   border-bottom: 0;
   color: #ffffff;
   text-align: center;
   font-variant: small-caps;
}

#social {
   position: relative;
   float: inherit;
   width: 960px;
   margin-left: auto;
   margin-right: auto;
   background-color: #000000;
   border: 1px solid #000000;
   border-top: 0;
   border-bottom: 0;
   color: #ffffff;
   text-align: center;
   font-variant: small-caps;
}

#menu {
	position: relative;
	float: inherit;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	border: 1px solid #000000;
	border-top: 0;
	border-bottom: 0;
	color: #ffffff;
	text-align: center;
	font-variant: small-caps;
}

.pagetitle {
	width: 950px;
	height: auto;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	border: 1px solid black;
}

.gigyeartitle {
	width: 950px;
	height: auto;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	text-align: center;
	font-size: 16px;
	border: 1px solid black;
}

/* Discography */

.discogbox {
	width: 950px;
	height: 210px;
	min-height: 180px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 1px solid black;
}

.discogcover {
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #ffffff;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	display: inline;
}

.discogtext {
	width: 740px;
	height: auto;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	background: #ffffff;
	border: 0px solid black;
	text-align: left;
	display: inline;
}

/* Gigs */

.gigbox {
	width: 950px;
	height: 210px;
	min-height: 180px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 1px solid black;
}

.posterbox {
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #ffffff;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	display: inline;
}

.gigtext {
	width: 740px;
	height: auto;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	background: #ffffff;
	border: 0px solid black;
	text-align: left;
	display: inline;
}

/* Album */

.albumbox {
	width: 950px;
	height: auto;
	min-height: 180px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 1px solid black;
}

.albumimagebox {
	width: 210px;
	height: auto;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	display: inline;
}

.albumtext {
	width: 720px;
	height: auto;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;	
	background: #ffffff;
	border: 0px solid black;
	text-align: left;
	display: inline;
}

.songtitle {
	width: 720px;
	height: auto;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 0px solid black;
	border-bottom: 1px solid black;
	font-size: 18px;
}


/* News */

.newsbox {
	width: 950px;
	height: 100%; 
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid black;
}

.newsimage {
	position: relative;
	width: 200px;
	float: right;
	height: 100%;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #ffffff;
	border: 0px solid #000000;
	display:inline;
}

.newstext {
	position: relative;
	width: 730px;
	height: 100%;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 0px solid black;
	text-align: left;
}

.newsheader {
	text-align: center;
  	font-weight: bold;
}

/* Videography */

.videobox {
	width: 950px;
	height: 360px; 
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid black;
}

.videoimage {
	position: relative;
	width: 600px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #ffffff;
	border: 0px solid #000000;
	display:inline;
}

.videotext {
	position: relative;
	width: 300px;
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 0px solid black;
	text-align: left;
}

.videoheader {
	text-align: center;
  	font-weight: bold;
}