@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #078688;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;
	background: #000000;
	text-align: left;
	margin: 0 auto;
}

#mainContent {
    margin: 0;
    padding: 15px;
	padding-bottom: 50px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
	line-height: 100%;
	color: #FFFFFF;
    font-size: 80%;
	line-height:120%;
}

h1{			/*Used for main headings*/
	font-size:160%;
	color:#b0fdfe;
}
h2{		/*Used for secondary headings*/
	font-size:130%;
	color:#b0fdfe;
}

h3{		/*Used for tertiary headings*/
	font-size:90%;
	font-style:Italic;
	color:#c31515;
}
.standout{			/*Used for main headings*/
	font-size:160%;
	color:#b0fdfe;
}

.standout2{		/*Used for secondary headings*/
	font-size:130%;
	color:#b0fdfe;
}

p.subtext{
	font-size:60%;
	padding-left: 15px;
}

.navigation{
	padding: 0 0 0 20px;
	margin:0;
	list-style:none;
	height:40px;
}

.navigation li {
	border-top: 2px solid #078688;
	float:left;
	border-bottom: 2px solid #078688;
}

.navigation li a {
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	text-align:center;
	padding:0 0 0 40px;
	font-size:11px;
}

.navigation li a b {
    float:left;
    display:block;
    padding:0 16px 0 8px;
}

.navigation li.current a {
    color:#FFFFFF;
}

.navigation li a:hover {
    color:#00CCFF;
}

.navigation li a em {
    display:block;
    float:left;
    width:30px;
    height:40px;
}

.navigation li a em.home {
	background-image:  url("icons/home.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.navigation li a em.gigs {
    background-image:  url("icons/gigs.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.navigation li a em.profiles {
    background-image:  url("icons/profiles.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.navigation li a em.videos {
    background-image:  url("icons/videos.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.navigation li a em.reviews {
    background-image:  url("icons/reviews.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.navigation li a em.contacts {
    background-image: url("icons/contacts.gif");
    background-repeat: no-repeat;
    background-position: center center;
}
.navigation li a em.cds {
    background-image:  url("icons/cds.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

#footer{
	border-top: 2px solid #078688;
	border-bottom: 2px solid #078688;
}

.leftie{
	float:left;
}
.rightie{
	float:right;
}

.imageLeft{			/*Puts the image floating on the left so text can be positioned around it to the right*/
	padding: 15px;
	float:left;
}
.imageRight{		/*Puts the image floating on the right so text can be positioned around it to the left*/
	padding: 15px;
	float:right;
}

.listing{		/*lists the tracks of the CD */
	line-height: 0.05;
	color: #FFFFFF;
    font-size: 80%;
	margin-left:70;
}

.writer{		/*Lists the writer of the song aligned to the right of the song listing (above) */
	float: right;
	line-height: 135%;
	color: #FFFFFF;
    font-size: 80%;
	list-style:none;
	padding-right:200px;
}

.pageDivider{	/*Gives a dividing space*/
	padding-bottom:80px;
}

.pageDividerSmall { /*Gives smaller dividing space*/
	padding-bottom:10px;
}

.mediumHeight{	/*smaller than normal line height*/
	line-height: 10%;
}

a {		/*Hyperlink*/
	color:#3f8bd1;
}

a:visited {		/*Visited hyperlink*/
	color:#959798;
}

.red{		/*Used for tertiary headings*/
	font-size:100%;
	font-weight:Bold;
	color:#d11002;
}

/* Added by Xav 13/05/10 */
div#mainContent center table span.poweredphplist,div#mainContent center table font.required {display: none !important;}
div#mainContent center table {background-color: transparent;}
div#mainContent center table tr td div {color: white; text-align: justify;}
div#mainContent center table tr td div#thankyouContainer, div#mainContent center table tr td div#subscribeContainer {color: white; width: 448px; margin: 0 auto; text-align: justify;}
div#mainContent center table tr td div#thankyouContainer img.thankyouImage {margin: 0 auto; width: 448px;}

#mailingListBanner {
display: block;
position: fixed;
top: 0px;
right: 0px;
width: 240px;
height: 200px;
z-index: 999;
text-align: center;
background-color: transparent;
}
#mailingListBanner img {
margin: 0 auto;
border: none;
}
