/* CSS Document */

body {
      background-color : #d4e5d3;
	  /* background-color : #8C8B8B; */
	  font-family:'Questrial', 'OFL Sorts Mill Goudy TT', Georgia, "Times New Roman", Times, serif;
      margin: 0px;
	  line-height:1.4em;
	  font-size:0.8em;
      }
	  
p {
	color : #333333;
	}

h1 h2 h3 {
	color : #000c19;
	}
	
.mainTable{
	background-color: #f3f3f3;
	} 
	 
.mainTableLeft {
	background-image:url(images/mainLeft.jpg);
	background-repeat:repeat-y;
	}

.mainTableRight {
	background-image:url(images/mainRight.jpg);
	background-repeat:repeat-y;
	}
	
.showsDate{
	font-size:12px;
	font-variant:small-caps;
	color:#912709;
	}
	
.showsTitle{
	font-size:16px;
	}
	
.showsInfo{
	font-size:10px;
	line-height:90%;
	}
	
.showsInfo2{
	font-size:9px;
	}
	
#upcomingShows {
	background-color:#975c5c;
	font-size:2em;
	padding:10px;
}
	
.imageLeft {
	float:left;
	padding: 10px 20px 10px 10px;
}

.imageRight {
	float:right;
	padding: 10px 10px 10px 20px;
}

.contactPage {
	font-size:0.9em;
}
	
A:link {text-decoration: underline; color: #616161;}
A:visited {text-decoration: underline; color: #034184;}
A:active {text-decoration: none; color:#044d9d}
A:hover {text-decoration: none; color: #044d9d;}

#press h2 {
	font-size:1.55em;
	font-weight:bold;
}

#press h3 {
	font-size:1.05em;
	font-weight:bold;
	color:#353e49;
}

.albumTitle {
	font-size:1.55em;
	font-weight:bold;
}

.pressTitle {
	font-size:1.05em;
	font-weight:bold;
	color:#353e49;
}

.pressName {
	font-size:0.95em;
	font-style:italic;
}

.pressWords {
	font-size:0.85em;
}

.pressAcclaims {
	font-size:1.05em;
	color:#593333;
}

#pressLinks {
	font-size:0.65em;
	color:#593333;
	text-align:right;
}

#pressLinks A:link {text-decoration: none; }
#pressLinks A:visited {text-decoration: none; }

#music {
	padding:10px;
}

#music .info {
	font-size:0.45em;
	color:#999;
	font-family:"Myriad Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#music .moreInfo {
	font-size:0.75em;
}

#music .moreInfo2 {
	font-size:0.85em;
	color:#666666;
}

#music .cover{
	text-align:center; 
	float:left; 
	width:33%; 
	height:225px;
	vertical-align:middle;
	border:thin #CCC;
}

#music .clear{
	clear:both;
}

#freeSong {
	background-color:#CC9;
	padding:10px;
	font-size:0.95em;
	font-family:"Myriad Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
}

.google { font-family: 'OFL Sorts Mill Goudy TT', arial, serif; }

#footerRW {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:40px;
	text-align:center;
	color:#000;
	padding-top:35px;
	font-size:0.85em;
}

#footerRW .small {
	font-size:0.65em;
}

#footerRW .year {
	font-size:1.3em;
}

#musicLinks {
	padding:10px;
	font-size:0.83em;
	text-align:center;
}

#musicLinks A:link {text-decoration: none; }
#musicLinks A:visited {text-decoration: none; }

/*- Top Right Banner--------------------------- */
#topright {
	position: fixed;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(TRbanner.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#royalThanks {
	width:655px;
	background-color:#FFF;
	padding:10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	border:#CCCCCC thin solid;
}

#royalThanks a{
	text-decoration:none;
	color:#999999;	
}

#royalThanks a:hover{
	text-decoration:none;
	color:#000000;
	font-style:italic;
}

#royalThanks a:active{
	color:#000000;
}

#royalThanks a:visited{
	text-decoration:none;
	color:#666;
}

#royalThanks img {
	padding:10px;
}
