/* pagelayout */
HTML {
	height: 100%;
}

BODY {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: black;
	color: #787980;	
	font-family:Trebuchet MS,Helvetica,Verdana,Arial,sans-serif;
	font-size: 0.7em;
	background-image: url(../images/tileable_bg.jpg);
	background-repeat: repeat-y;
	background-position: center -130px;
}
H2, H3 {
	font-family:Palatino Linotype, Bookman Old Style, Garamond, Georgia, serif;
	color: #787980;	
	margin: 0;
}
A {
	text-decoration: none;
	color: #686970;	
	font-style: italic;
}
A:hover {
	text-decoration: underline;
	color: #888990;	
}

DIV#container {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top
}

DIV#header {
	position: absolute;
	top: 0;
	left: 0px;
	width: 1000px;
	height: 179px;
	background-image: url(../images/header_hr.jpg);
	background-repeat: no-repeat;
	background-position: center top
}

DIV#menubar {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 1000px;
	height: 20px;
	background-image: url(../images/menubar.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: High Tower Text,Palatino Linotype, Bookman Old Style, Garamond, Georgia, serif;
}
DIV#menubar UL {
	padding: 0;
	margin: 0;
}
DIV#menubar UL LI {
	display: inline;
	list-style: none;
	padding: 0 5px 0 5px;
	font-size: 16px;
}
DIV#menubar UL LI A{
	text-decoration: none;
	color: #222;
	font-weight: bold;
	font-style: normal;
}
DIV#menubar UL LI A:hover {
	color: black;
}

DIV#contentImg {
	position: relative;
	top: 208px;
	width: 624px;
	margin: 0 auto;
}
P {
	margin: 0;
}
DIV#content {
	position: relative;
	top: 208px;
	width: 500px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: justify;
}

DIV#updates {
	position:absolute;
	top:250px;
	left: 40px;
	background-image:url(../images/updates.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:black;
	font-weight:bold;
	height:130px;
	margin:0 auto;
	padding:20px 10px 5px 0px;
	width:135px;
}

DIV#banners {
	position: absolute;
	top: 483px;
	left: 32px;
	background-image: url(../images/MSNB.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:black;
	font-weight:bold;
	height:130px;
	margin:0 auto;
	padding:20px 10px 5px 10px;
	width:135px;
}

DIV#tourdates {
	position: absolute;
	top: 250px;
	right: 31px;
	background-image: url(../images/tourdates.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:black;
	font-weight:bold;
	height:130px;
	margin:0 auto;
	padding:20px 10px 5px 10px;
	width:135px;
}

DIV#mediaplayer {
	position: absolute;
	top: 468px;
	right: 31px;
	background-image: url(../images/mediaplayer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:black;
	font-weight:bold;
	height:130px;
	margin:0 auto;
	padding:20px 10px 5px 10px;
	width:135px;
}

/* giglist */
TABLE.giglist {
	width: 100%;
	margin: 0 0 20px 0;
}
TABLE.giglist TD {
	padding: 0 5px 0 0;
	vertical-align: bottom;
}
TABLE.giglist TD.playdate {
	font-size: 1em;
}
TABLE.giglist TH {
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #333;
}
TABLE.giglist TR.past TD {
	font-size: 0.8em;
	color: #666;
}
TABLE.giglist TR.cancelled TD {
	text-decoration: line-through;
	color: red;
}

/* list Discography*/
TABLE#listDiscography {
	width: 100%;
}
TABLE#listDiscography TD {
	padding: 40px 0 0 0;
	vertical-align: top;
}
TABLE#listDiscography TD.first {
	padding: 0;
}
TABLE#listDiscography TD.info {
	width: 160px;
}

/* photogallery */
DIV.gallery {
	text-align: left;
}
IMG.galleryThumb {
	border: 2px solid white;
	width: 48px;
	height: 48px;
	margin: 0px 5px 5px 0;
}

/* linklist */
UL.linkList, UL.linkList UL {
	padding: 0;
	margin: 0;
}
UL.linkList UL {
	margin-bottom: 20px;
}
UL.linkList LI {
	list-style: none;
}
UL.linkList SPAN.linkUrl, UL.linkList SPAN.linkDesc  {
	display: inline-block;
	width: 45%;
	margin-right: 5px;
}

/* news */
DIV.ditto_details {
	font-style: italic;
	font-size: 0.8em;
	border-top: 1px solid #222;
	color: #666;
	margin: 0 0 10px 20px;
}
DIV.ditto_content A.readmore {
	color: #444;
}
DIV#ditto_pages A {
	color: #444;
}
