/* sets standard site font to Georgia and adds space at top of page */
body {font-family:Georgia;color:#333333;margin-top:30px;}

/* makes page centered */
#centering {margin-right: auto;margin-left: auto;width:700px;text-align:center;}

/*sets text to be Left Aligned for entire page */
#content {text-align:left;}

/*sets text to be Left Aligned for content and adds space on top */
#homeContent {padding-top:40px;text-align:left;}

/* formats quote on homepage */
.homeQuote {font-style:italic;}

/* adds space on top of image button links on homepage (see our roster, etc.) */
#imgBtns {padding-top:12px;}


/* defines height of top navigation area */
#menu {height:144px;}

/* menu formatting */
#a {float:left;padding-right:25px;}
#b {float:left;position:relative;top:104px;padding-right:18px;}

/* formats text links in top navigation */
#menuText {float:left;position:relative;top:115px;letter-spacing:3px;font-size:12px;color:#CCCCCC;}
#menuText a:link, #menuText a:visited{font-family:georgia;color:#999999;text-decoration:none;}
#menuText a:hover {color:#CCCCCC;}
#menuText a:active {}

/* highlights what section you're in on active page (must be set manually in HTML code) */
#highlightMenu {background-color:#EBEAEB;}

/* formats artist text links on roster page */
#rosterLinks a:link, #rosterLinks a:visited{font-size:20px;font-family:georgia;color:#999999;text-decoration:none;letter-spacing:1px;}
#rosterLinks a:hover {color:#CCCCCC;}
#rosterLinks a:active {}
#rosterLinks {padding-left:0px;}
#rosterLinks li {line-height:40px;border-bottom:dotted 1px #999999;}

/* formats artist names on artist pages, as well as text titles on other pages */
#artistNameLarge {font-size:50px;padding-top:27px;padding-bottom:27px;letter-spacing:-1px;}
#artistNameSmall {font-size:13px;padding-top:25px;padding-bottom:0px;letter-spacing:1px;color:#999999}
#albumNameLarge {font-size:50px;padding-top:0px;padding-bottom:22px;letter-spacing:-1px;}
/* smaller size for "AND THE" in BLACKIE AND THE RODEO KINGS */
.smallerText {font-size:14px;}

/* defines left hand column on artist page */
#LH {float:left;width:200px;color:#CCCCCC}

/* defines right hand column on artist page */
#RH {float:left;margin-left:50px;width:430px;}

/* formats basic list properties (used on roster page and LH column artist pages) */
ul {margin:0px;list-style:none;}
li {padding-left:5px;font-family:verdana;}

/* formats standard paragraph properties */
p {font-size:11px;line-height:18px;margin-top:13px;}

.labelBands {font-size:11px;font-family:Georgia;}

/* makes text red (used on phone number in Bookings subsection */
.redText {color:#D56D57;}
.goldText {color:#BAA677;}

/* formats letters "Q" and "A"  on FAQ page */
.redTextQ {color:#D56D57;padding-right:10px;font-size:40px;}
.redTextA {color:#D56D57;padding-left:15px;padding-right:10px;}

/* formats text on FAQ page */
#question {font-size:20px;margin:0px;}
#answer {margin-top:10px;margin-bottom:40px;}


/* Left Hand Column - artist pages */
#LHlist {
padding-left:0px;
line-height:17px;
font-size:11px;
}

#LHlist2 {
padding-left:0px;
line-height:17px;
font-size:11px;
margin-top:14px;
}

#LHlist3 {
padding-left:20px;
padding-bottom:20px;
line-height:17px;
font-size:11px;
width:200px;
float:left;
}


#trackList
{font-family:verdana;font-size:12px;}

/* creates subtitles in LH column list */
.title {
color:#FFFFFF;
font-weight:bold;
font-family:georgia;
font-size:12px;
margin-bottom:4px;
padding:1px;
padding-left:5px;}

/*these change the background color for the LH column subtitles */
#sampleTracks {background-color:#71A5BD;}
#buyMusic {background-color:#C779AA;}
#onTour{background-color:#A8C978;}
#bookings{background-color:#D56D57;}
#pressMedia{background-color:#BAA677;}
#links{background-color:#B3B4B6;}
#tracksList {background-color:#333;}

/* formats "(mp3)" text in "SAMPLE TRACKS (mp3)" to be smaller and less white */
#mp3smallText {color:#CFDFE6;font-weight:normal;font-size:11px;}

/* puts border around artist photo */
#artistPhoto {padding:3px;border:solid 1px #333;}
#albumCover {float:left;padding:3px;border:solid 1px #333;}
/* formats text for artist bio */
#RH p {font-size:11px;line-height:18px;margin-top:13px;}
/* tells small "BIO" image in bio paragraph to float inside text */
#RH p img {float:left;padding-right:12px;margin-top:4px;}


/* formats standard text links */
a:link, a:visited{font-family:verdana;color:#FF3333;text-decoration:none;}
a:hover {color:#CCCCCC;}
a:active {}

/* these format links in Left Hand colum */
a.sampleTracksLink:link, a.sampleTracksLink:visited{font-family:verdana;color:#71A5BD;text-decoration:none;}
a.sampleTracksLink:hover {color:#CCCCCC;}

a.buyMusicLink:link, a.buyMusicLink:visited{font-family:verdana;color:#C779AA;text-decoration:none;}
a.buyMusicLink:hover {color:#CCCCCC;}

a.onTourLink:link, a.onTourLink:visited{font-family:verdana;color:#A8C978;text-decoration:none;}
a.onTourLink:hover {color:#CCCCCC;}

a.bookingsLink:link, a.bookingsLink:visited{font-family:verdana;color:#D56D57;text-decoration:none;font-weight:bold;}
a.bookingsLink:hover {color:#CCCCCC;font-weight:bold;}

a.pressMediaLink:link, a.pressMediaLink:visited{font-family:verdana;color:#BAA677;text-decoration:none;}
a.pressMediaLink:hover {color:#CCCCCC;}

a.linksLink:link, a.linksLink:visited{font-family:verdana;color:#B3B4B6;text-decoration:none;}
a.linksLink:hover {color:#CCCCCC;}


/* adds space to the top of the "return to roster" image link on artist pages */
#rosterReturn {text-align:right;padding-top:10px;}
/* adds space to the top of the "promo-fact" logo */
#promofactLogo {text-align:right;padding-top:50px;}

/* adds space below address info on contact page */
.address {margin-top:0px;margin-bottom:40px;}

/* formats text fields on contact page */
#typeInto {width:300px;height:100px;border:solid 1px #DCDBDA;padding:6px;font-family:verdana;color:#8A8A8A;font-size:11px;margin-bottom:5px;line-height:17px;}
#typeInto1 {width:200px;height:20px;border:solid 1px #DCDBDA;padding:6px;font-family:verdana;color:#8A8A8A;font-size:11px;margin-bottom:5px;background-color:#F2F2F2;}
#typeInto2 {width:300px;height:13px;border:solid 1px #DCDBDA;padding:6px;font-family:verdana;color:#8A8A8A;font-size:11px;margin-bottom:5px;}