/*	Overall style */

h1, h2 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-align: center;
	}

h1     {
	font-size: 20pt;
	}

h2     {
	font-size: 16pt;
	}

h1, h2, h3, h4 {
	clear: both;
	}

body { 	color: white;
	background: black;
       	font-family: verdana, arial, sans-serif;
       	width: 900px;
	margin-left: auto;
	margin-right: auto;
	behavior: url("csshover3.htc");
	text-align: center;
       	}

hr {	color: gray;
	height: 1px;
	width: 80%;
	}


/*	Standard divisions */

#header {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: bold italic 8pt Verdana, arial, sans-serif;
	}


/*	Navigation */

#menu {	max-width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#tabmenu {
	position: relative;
	padding: 3px 0;
	font: bold italic 12pt Verdana, arial, sans-serif;
	border-bottom: 1px solid gray;
	list-style-type: none;
	}

#tabmenu li {
	display: inline;
	padding: 5px;
/*	padding-bottom: 20px; */
	top: 0;
	}

#tabmenu li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: black;
	color: white;
	}

#tabmenu li a:visited {
	color: cyan;
	}

#tabmenu li a:hover {
	background-color: lavender;
	color: black;
	}

/*	IE6 */

* html #tabmenu li a:hover {
	padding-bottom: 20px;
	}

/* Nested submenus */

/*	top puts the top edge of the submenu immediately under the main menu
	entry, then padding-top pushes it down into the content area. When
	we roll off the main menu item downwards, this means we've got a
	contiguous area between main menu entry and the now-visible submenu
	so the mouse doesn't come off the hover (which would make the submenu
	disappear again)
*/

ul.submenu {
	visibility: hidden;
	list-style-type: none;
	position: absolute;
/*	top: 45px; */
	top: 25px;
	padding-top: 20px;
	}

/*	IE6 */

* html ul.submenu {
	left: 0px;
	}

ul.submenu li {
	display: inline;
	padding: 10px;
	}

ul.submenu li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	}

ul.submenu li:hover {
	visibility: visible;
	z-index: 10;
	}


#tabmenu li:hover ul {
	visibility: visible;
	z-index: 10;
	}

#tabmenu li:hover ul a {
	border-bottom: 1px solid gray;
	}


/* If the link is to the current page, change its colour */

#indexpage #indexlink,
#historypage #historylink,
#historypage #bandlink,
#stevepage #stevelink,
#stevepage #bandlink,
#andiepage #andielink,
#andiepage #bandlink,
#terrypage #terrylink,
#terrypage #bandlink,
#mikepage #mikelink,
#mikepage #bandlink,
#kazpage #kazlink,
#kazpage #bandlink,
#songspage #songslink,
#gallerypage #gallerylink,
#videospage #videoslink,
#gigspage #gigslink,
#contactpage #contactlink,
#linkspage #linkslink,
#munichpage #munichlink
	{
	background-color: steelblue;
	color: gainsboro;
	}

#tabmenu li a:active {
	background-color: black;
	color: white;
	}


/*	Other standard divisions */

#content {
	max-width: 900px;
	display: block;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3em;
	padding-top: 12px;
	}

#content p {
	padding: 6px 20px;
	}

#content a {
	color: moccasin; }

#munichpage #content p {
	text-align: left;
	padding: 6px 40px;
	}

#endcontent {
	clear: both;
	height: 20px;
	}

#footer {
	font-size: small;
	max-width: 900px;
	text-align: center;
	padding-top: 2px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	}

#footer a {
	color: moccasin; }



/*	Bits and pieces */

/*	Images */

.titleimg {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	}

img.right-align {
	float: right;
	padding: 6px 12px;
	}

img.left-align {
	float: left;
	padding: 6px 12px;
	}

img.centre-align {
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 12px;
	}


/*	Alignment */

.centre-align {
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 12px;
	}

.end-floats {
	clear: both;
	}

.centred {
	text-align: center;
	}

.centred table {
	margin-left: auto;
	margin-right: auto;
	}


.subscribeform {
	padding: 6px 60px;
	}

/*	For video page */

.right-pic, .right-player {
	float: right;
	}

.left-pic {
	float: left;
	}

.left-pic ul {
	text-align: left;
	}

.left-pic li:hover {
	cursor: pointer;
	}

.right-pic, .left-pic {
	border: none;
	margin: 15px;
	padding: 8px 5px;
	}

.right-player {
	border: none;
	margin: 15px;
	padding: 8px;
	padding-right: 15px;
	}



td input, td textarea, td select {
	float: right;
	}

img.banner {
	border: none;
	}

a img {
	border: none;
	}


/*	Profile pages */

.profile table {
	border: none;
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	}

.profile tr {
	vertical-align: top;
	text-align: left;
	}


/*	Gigs page */

.gigs, .venues {
	text-align: center;
	}

.gigs table {
	width: 600px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	}

.gigs td {
	padding: 5px;
	vertical-align: top;
	padding-bottom: 15px;
	}

.gigs th {
	padding-bottom: 15px;
	}

.date  {
	width: 60px;
	}

.venue  {
	width: 370px;
	}

.map {
	width: 180px;
	}

.venues {
	width: 100%;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	}


/*	Songs page */

.songs table {
	width: 100%;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	}

.songs {
	margin: 6px;
	}

.songs th:first-child {
	width: 48%;
	text-align: right;
	padding-right: 10px;
	}

.songs th + th {
	width: 48%;
	text-align: left;
	padding-left: 10px;
	}

.songs td:first-child {
	text-align: right;
	padding-right: 10px;
	}

.songs td + td {
	text-align: left;
	padding-left: 10px;
	}


/*	Contact page */

.contact table, .contact th, .contact th {
	border: none;
	}

.contact th:first-child {
	padding-right: 10px;
	}

.contact th + th {
	padding-left: 10px;
	}

.contact td:first-child {
	text-align: right;
	padding-right: 10px;
	}

.contact td + td {
	float: left;
	}


/*	Links page */

table.links {
	width: 100%;
	}

.links td {
	width: 48%;
	}

.links a img {
	border-style: none;
	}

table.links td:first-child {
	text-align: right;
	padding-right: 10px;
	}

table.links td + td {
	text-align: left;
	padding-left: 10px;
	}

/*	News division */

.news {
	border: 2px solid white;
	padding: 10px;
	margin: 50px;
	}

.news h2 {
	font-style: italic;
	}

/*	Put an Adobe PDF icon by links to PDFs */

a[href $='.pdf'] {
	padding-right: 18px;
	background: transparent url("images/adobe.gif") no-repeat center right;
	}

/*	Put a Facebook icon by links to Facebook pages */

a.facebook {
	padding-right: 18px;
	background: transparent url("images/facebook.jpg") no-repeat center right;
	}

/*	Let's decorate Rachel's pictures and give her a class */

img[src $='_munich_rb_th.jpg'],
img[src $='_munich_rb.jpg'] {
	border: 1px solid blue;
	margin: 10px;
	}

.rachelbaines {
	color: blue;
	}

/*	Strikethrough */

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

