/*** tags ***/

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.88em;
	color: #FFFFFF;
	line-height:0.9em;
}
p { 
	text-align: justify;
}

hr {
	width: 98%;
	height: 2px;
	color: #858585;
}
a:link { 
	color: #cc6600; 
	text-decoration: none; 
}

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

a:active { 
	color: #ff9900; 
	text-decoration: none; 
}

a:hover	{ 
	color: #ff9900; 
	text-decoration: none; 
}

form {
    	margin: 0px;
    	padding: 0px;
}


dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*** classes ***/ 

.floatL {
	float: left;
	margin-right: 10px;
}
.floatR {
	float: right;
	margin-left: 10px;
}
.main   {
	background: url("images/phoenix_bg.png") no-repeat 50% 0%;
	min-height: 550px;
}

.hbg {
	padding-top: 5px;
}

.pageheight { 
	height: 550px; 
}

.title { 
	color: #FFFFFF; 
	font-size: 1.2em;
	font-weight: bold; 
	letter-spacing: 0.2em;
	text-align: right;
}

.subtitle { 
	color: #FFFFFF; 
	font-size: 1.2em;
	font-weight: bold; 
	letter-spacing: 0.2em;
}

.subscript {
	color: #c8a66b;
	font-size: 0.86em;
}

.caption {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #c8a66b;
}

.caption p {
	margin: 0;
	padding: 0;
	margin-top: 9px;
	margin-bottom: 5px;
}

.capthead {
	text-align: center;
	font-weight: bold;
}

.idxL {
	background: url("images/home.png") no-repeat 50% 30%;
	color: #ffffff;
	line-height: 1.4em;
	font-size: 1.2em;
	
	text-align: center;
}

.idxfl {
	font-size: 1em;
	letter-spacing: 2px;
}

.idxfm {
	font-size: 1em;
}

.cats {
	color: #cc0033;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.red {
	font-size: 1.4em;
	color: #cc0033;
	font-weight: bold;
}

.cd {
	font-size: 1.2em;
	font-style: italic;
}

.sub {
	font-size: 10px;
	font-weight: bold;
}

.quote {
	height: 30px;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #8e7ab3;
	font-style: italic;
}

.purple {
	color: #8e7ab3;
}

.aboutL {
	background: url("images/about.png") no-repeat 50% 30%;
}

.mediaL {
	background: url("images/media.png") no-repeat 50% 30%;
}

.mediaR {
	background: url("images/guitar.png") no-repeat 40% 40%;
	padding: 10px 20px;
	text-align: justify;
}

.reviewsL {
	background: url("images/reviews.png") no-repeat 50% 30%;
}

.galL {
	background: url("images/galL.png") no-repeat 50% 30%;
}

.galR {
	background: url("images/galR.png") no-repeat 50% 30%;
}

.contactL {
	background: url("images/contact.png") no-repeat 50% 30%;
}

.gigsL {
	background: url("images/gigL.png") no-repeat 50% 30%;
}

.vid {
	background: url("images/video_bg.jpg") no-repeat;
	padding: 5px;
}
.tsmall {
	text-align: right;
	font-size: 0.86em;
}
.tlist {
	text-align: right;
	padding-right: 20px;
	font-size: 0.8em;
	color: #c8a66b;
}
.tquote {
	text-align: right;
	padding-right: 20px;
	font-size: 0.82em;
	color: #c8a66b;
}
.frame { 
	margin-top: 5px;
	margin-bottom: 5px;
	border: #FFFFFF 2px solid; 
}
.picframe { 
	border: #CCCCCC 1px solid; 
}
.pics {
	padding: 2px;
}
.poster1 {
	background:  url(images/poster1.jpg) no-repeat;
}
.poster2 {
	background:  url(images/poster2.jpg) no-repeat;
}
.pbutt {
	cursor:pointer;
}
.songs {
	font-size: 0.8em;
	line-height: 13px;
}

/* footer */


a.footerlink:link {
	color: #B293FE; 
	text-decoration: none 
}

a.footerlink:visited { 
	color: #B293FE; 
	text-decoration: none 
}

a.footerlink:active { 
	color: #B293FE; 
	text-decoration: none 
}

a.footerlink:hover { 
	color: #666666; 
	text-decoration: none 
}

.footertext { 
	font-size: 10px;
	color: #999999; 
	font-weight: bold 
}


/*** contact ***/ 

.butt { 
	text-align: right;
	vertical-align: middle;
}
.button  {
	background-color:#000000;
	background-image: url("picts/button.gif");
	color: #999999;
	font-size: 11px;
	cursor:pointer;
	font-weight: bold;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	BORDER: #999999 1px solid;
}
.buttonon {
	background-color:#000000;
       	background-image: url("images/buttonon.gif");
	color: #FFFFFF;
	font-size: 11px;
	cursor:pointer;
	font-weight: bold;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: #FFFFFF 1px solid;
}
.label { 
	padding-top: 5px;
	padding-bottom: 5px;
}
.shadeform { 
	background-image: url("images/shadeform.gif");
	width: 180PX;
	border: #000000 1px solid; 
}
.textarea {
	background-image: url("images/shadeform.gif");
	font-size: 13px;
	width: 300px;
	height: 150px;
	border: #000000 1px solid; 
}
.dropdown { 
	color: #333333;
	width: 180PX;
}

/*** top menu ***/ 

.menutable  { 
	background-image: url("images/background-menu.gif");
	height: 30px;
	border-collapse: collapse; 
}
.menu { 
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: center;
	line-height: 13px;
	display: block;
	white-space: nowrap;
	padding-right: 5px;
	cursor:pointer;
	border: #999999 0px solid; 
}
a.menu:link { 
	background-image: url("images/menu.gif");
	background-color:#000000;
	color: #999999;
}
a.menu:visited { 
	background-image: url("images/menu.gif");
	background-color:#000000;
	color: #999999; 
}
a.menu:active {  
	background-image: url("images/menu.gif");
	background-color:#000000;
	color: #999999; 
}
a.menu:hover {  
	background-image: url("images/menuon.gif");
	background-color:#434039;
	color: #F0F0F0; 
}

/*** divs ***/	

#gal {
	min-height: 520px;
	padding-top: 7px;
}

#ss {
	visibility: hidden;
}

#floatWin {
	position: absolute;
	background-color: #000000;
	width: 730px;
	border: 2px solid #858585;
	text-align: center;
	display: none;
}

#box {
	width: 160px;
	height: 160px;
	padding-top: 30px;
	margin-top: 30px;
	background: url("images/box_bg.png") no-repeat;
	text-align:center;
}

#longbox {
	width: 160px;
	height: 340px;
	padding-top: 8px;
	background: url("images/longbox_bg.png") no-repeat;
	text-align:center;
}

#longbox p { 
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
}

/*** printing ***/ 


@media print {
	.printhide {
		display:none;
	}
}
@media screen{
	.printonly { 
		display:none 
	}
}

/*** links ***/	

#lnk {
	position: relative;
	width: 160px;
	color: #cc6600;
}

#lnk dt {
	cursor: pointer;
	background-color: #000000;
	height: 30px;
	line-height: 30px;
	margin: 2px 0;
	font-size: 120%;
	color: #cc6600;
	font-weight: bold;
}
#lnk dd {
	position: absolute;
	z-index: 100;
	left: 0em;
	margin-top: -5px;
	background-color: #000000;
	font-weight: normal;
  	width: 160px;
}
#lnk dd a {
	text-decoration: none;
	display: block;
}
#lnk li {
	height: 30px;
	line-height: 30px;
	border-bottom: solid 1px #443266;
	font-size: 80%;
}
#lnk li a {
	background-color: #000000;
	color: #cc6600
}
#lnk li a:hover {
	background-color: #000000;
	color: #ff9900;
}
