/* CSS Document */

body {
	background-color:#25AAE2;
	color:#000000;	
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
/*	text-transform:lowercase;*/
	}
	

/* LAYOUT */	

#shell {
	width:785px;
	margin:auto;
	}
		
.jacket {
	background-color:#57B7DF;
	padding:10px;
	margin:auto;
	margin-bottom:20px;
	}
	
.textbox {
	background-color:#FFFFFF;
	width:741px;
	padding:10px;	
	margin:auto;
	border: 2px solid #000000;
	}
	
	
/* HEADER */
			
#head {
	width: 785px;
	margin:auto;
	margin-top:10px;
	height:200px;
	background-image:url(img/head.gif);
	background-repeat:no-repeat;
	}
	
	
/* NAVIGATION */

#nav {
	width:765px;
	margin:auto;
	background-color:#57B7DF;
	margin-bottom:20px;
	height:28px;
	padding:10px;	
	font-size:12px;
	font-weight:bold;
	}

#nav a {
	display:block;
	color:#000000;
	background-color:#FFFFFF;
	padding:4px;
	text-decoration:none;
	float:left;
	/*width:117px;*/
	width:99px;
	text-align:center;
	border: 2px solid #000000;
	border-right:0px;
	}
	
#nav a.active {
	display:block;
	background-color:#FFFF00;
	color:#000000;
	padding:4px;
	text-decoration:none;
	float:left;
	/*width:117px;*/
	width:99px;
	text-align:center;
	border: 2px solid #000000;
	border-right:0px;
	}
	
#nav a.alt {
	display:block;
	color:#000000;
	background-color:#FFFFFF;
	padding:4px;
	text-decoration:none;
	float:left;
	/*width:117px;*/
	width:99px;
	text-align:center;
	border: 2px solid #000000;
	}
	
#nav a.altactive {
	display:block;
	background-color:#FFFF00;
	color:#000000;
	padding:4px;
	text-decoration:none;
	float:left;
	/*width:117px;*/
	width:99px;
	text-align:center;
	border: 2px solid #000000;
	}
	
#nav a:hover {
	background-color:#F7941D;
	color:#000000;
	}
	
#nav ul {
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
	}
	 
#nav ul li {
	display:inline;
	padding:0;
	margin:0;
	}
	

/* TEXT */
	
h2 {
	font-size:13px;
	font-weight: bold;
	margin:0;
	margin-bottom:10px;
	padding:5px;
	background-color:#F7941D;
	color:#000000;
	text-transform: uppercase;
	}
	
h3 {
	clear:both;
	font-size:13px;
	font-weight: bold;
	margin:0;
	margin-bottom:10px;	
	padding:5px;
	background-color:#BED73D;
	color:#000000;
	}
	
h4 {
	text-align:center;
	font-size:13px;
	font-weight: bold;
	margin:10px 0px 10px 0px;
	padding:5px;
	background-color: #FF0000;
	color:#FFFFFF;
	}
	
h5 {
	text-align:center;
	font-size:13px;
	font-weight: bold;
	margin:10px 0px 10px 0px;
	padding:5px;
	background-color: #99CC00;
	color:#FFFFFF;
	}
	
p {
	padding:0px;
	margin:0px;
	clear:both;
	text-align:justify;
	}
	
	
/* LINKAGE */
	
a.highlight {
	background-color: #FF0066;
	font-weight:bold;
	padding:2px;
	color:#FFFFFF;
	text-decoration:none;
	}

a.highlight:hover {
	background-color: #00CCCC;
	font-weight:bold;
	padding:2px;
	color:#000000;
	}
	
a.highlight2 {
	background-color: #FF0066;
	font-weight:bold;
	padding:2px;
	color:#FFFFFF;
	text-decoration:none;
	}

a.highlight2:hover {
	background-color: #FFFF00;
	font-weight:bold;
	padding:2px;
	color:#000000;
	}
	
a {
	color: #FF0066;
	}

a:hover {
	color: #000000;	
	}
	
a.show {
	color: #FF0066;
	font-weight:bold;
	text-decoration:none;
	}

a.show:hover {
	color: #000000;	
	}
	

/* FOOTER */

.footer {
	font-size:10px;
	text-align:center;
	}
	
					
/* NEWS */

.newsimageL {
	float:left;
	width:200px;
	margin-right:10px;
	border:2px solid #000000;
	}
	
.newsimageR {
	float:left;
	width:200px;
	margin-left:10px;
	border:2px solid #000000;
	}

.news {
	width: 526px;
	float:left;}
	
blockquote {
	margin-top:14px;
	margin-bottom:14px;
	width:80%;
	margin-left:10%;
	background-color: #99CC00;
	padding:2px;
	}
	
	
/* MELODIES */

.bigalbumart {
	float:left;
	width:250px;
	height:250px;
	margin-right:10px;
	border:2px solid #000000;
	}		
	
.albumdetails {
	float:left;
	width:474px;
	}	
	
.albumdesc {
	clear:both;
	margin-top:10px;
	float:left;
	}
	
.tracklisting {
	background-color: #DDDDDD;
	padding:10px;
	}
	
.trackno {
	clear:both;
	float:left;
	width:16px;
	margin-right:10px;	
	}
	
.trackname {
	float:left;
	width:652px;
	margin-right:10px;	
	}
	
.tracklength {
	float:left;
	width:33px;
	}
	
.lyrics {
	margin:10px 0px 10px 26px;
	}

.dashedline {
	clear:both;
	width:718px;
	border:0px;
	border-bottom: 1px dotted #000000;
	padding-top:4px;
	margin-bottom:4px;
	}
	
	
/* PICTURES */

.photojacket {
	background-color:#57B7DF;
	width:214px;
	height:234px;
	float: left;
	padding:10px;
	margin:auto;
	margin-bottom:20px;
	margin-left:20px;
	}
	
.photoframe {
	width:190px;
	height:210px;
	background-color:#FFFFFF;	
	border:2px solid #000000;
	padding:10px;
	}

.photo {
	width:186px;
	height:186px;
	border:2px solid #000000;	
	}
	
.photocaption {
	width:190px;
	height:20px;
	color:#000000;
	margin-top:5px;
	}
	
img {border:0px;}


	
/* VIDEOS */

.vidjacket {
	background-color:#57B7DF;
	width:540px;
	height:316px;
	float: left;
	padding:10px;
	margin:auto;
	margin-left:20px;
	margin-top:20px;
	}
	
.vidframe {
	width:516px;
	height:292px;
	background-color:#FFFFFF;	
	border:2px solid #000000;
	padding:10px;
	}

.vid {
	width:512px;
	height:288px;
	border:2px solid #000000;	
	}
	
	
/* TOUR DATES */


.date {
	clear:both;
	float:left;
	width:100px;
	}

.venue {
	float:left;
	width:200px;
	font-weight:bold;
	}
	
.address {
	float:left;
	width:380px;
	margin-bottom:10px;
	}
	
.giginfo {
	width:635px;
	clear:both;	
	margin-left:100px;
	margin-bottom:10px;
	padding-bottom:4px;
	border-bottom:1px dotted #000000;
	}
		

/* STORY */

.storypicL {
	float:left;
	margin:5px 5px 5px 0px;		
	}
			
.storypicR {
	float:right;
	margin:5px 0px 5px 5px;	
	}
	
.mugrow {
	width:100%;
	height:120px;
	}	
	
.mugs {
	width:100px;
	height:100px;
	border: 2px solid #000000;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}

	
.names {
	float:left;
	width:200px;
	margin-right:50px;
	height:110px;

	}	
	

		
.albumart {
	clear:both;
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
	border:2px solid #000000;
	margin-bottom:10px;
	}
	
.albumartalt {
	clear:both;
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
	border:2px solid #000000;	
	}

.albuminfo {
	float:left;
	width:600px;
	height:100px;
	margin-bottom:10px;
	}	
	
/* LIVE TABS */

.tabwrap {
	width:745px;
	margin:auto;
	font-size:12px;
	color:#FFFFFF;
	text-transform: none;
	}
	
.parttitle {
	width:745px;
	background-color: #FFFFFF;
	margin:auto;
	margin-bottom:10px;
	margin-top:40px;
	color:#000000;
	border-bottom:2px solid #000000;
	border-top:2px solid #000000;
	padding:10px;
	text-align: center;
	}

.header {
	width:745px;
	background-color:#FFFFFF;
	margin:auto;
	margin-bottom:10px;
	border-bottom:2px solid #000000;
	color:#000000;
	padding:10px;
	}

.parts {
	width:745px;
	background-color:#FFFFFF;
	margin:auto;
	margin-bottom:10px;
	margin-top:10px;
	color:#000000;
	padding:10px;
	}
	
.partheader {
	background-color:#FF9900;
	font-size:14px;
	padding:4px;
	margin-bottom:10px;
	}
	
.arrangeheader {
	background-color:#99CC00;
	font-size:14px;
	padding:4px;
	margin-bottom:10px;
	}
	
.arrangement {
	background-color:#FFFFFF;
	width:745px;
	margin:auto;
	color:#000000;
	padding:10px;
	margin-bottom:10px;
	}
	
/*  MAILING LIST  */

.topNav {
	margin:auto;
	width:765px;
	}
	
.mljacket {
	text-align:right;
	position:absolute;
	top:0px;
	margin:auto;
	margin-left:490px;
	padding:10px;
	padding-bottom:13px;
	padding-top:0px;
	background-color:#57B7DF;
	}
	
.verticaltext {

}
	
a.ml {
	background-color: #FF0066;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	border:2px black solid;
	}

a.ml:hover {
	color:#000000;
	font-weight:bold;
	background-color: #FFFF00;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	border:2px black solid;
	}