/* Style sheet for KellyPro.com. April 2008 */

/* Controls color of scrollbar */
html {scrollbar-base-color: #6e3c1b}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #faab53;
	margin-top: 5px;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-style: normal;
	font-weight: bold;
	color: #faab53;
	margin-top: 5px;
	margin-bottom: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #faab53;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: bold;
	color: #fcd5a9;
	margin-top: 0px;
	margin-bottom: 0px;
}

.home_page_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

.content_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fcd5a9;
}

.content_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fcd5a9;
}

.content_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #faab53;
}

.content_sub_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: bold;
	color: #faab53;
}

.content_quick_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

.content_songlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fcd5a9;
}

/* Controls text in headers such as Name Acts, Delectable Desserts on topical iframes. */
.content_header_act_type {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	color: #faab53;
}


/* Controls color of text in search window. */
.content_search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	color: #fcd5a9;
}

/* Address block at bottom of pages */
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #faab53;
}

.small_header_sub_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: italic;
	font-weight: bold;
	color: #faab53;
}

/* Controls for table including performer photo, MP3 samples and links to songlists. */

.performer_table {
   background-color: #530302;
}

.mp3_header {
   background-color: #a91e22;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
.mp3_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

/* Controls for quotations on performer pages */
/* ***** note: original line heights for next 2 items were 16. 
   Changed to smaller number for testing. ***** */
.artists_quotation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	color: #fcd5a9;
}
.client_name_quotation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: italic;
	font-weight: normal;
	color: #fcd5a9;
}

/* Navigation Controls */

/* Default navigation for text on dark background.
Inherit font-family and size from parent.
Link color, active & visited link, hover are all light green. Hover is underlined.*/

a:link { color: #F0FFD6; text-decoration:none; } /* unvisited links */

a:visited { color: #F0FFD6; text-decoration:none; } /* visited links */

a:hover  { color: #F0FFD6; text-decoration:underline; } /* hover */

a:active { color: #F0FFD6; text-decoration:none; } /* unvisited links */

/* Alternate navigation for text on light background.
Inherit font-family and size from parent.
Link color is black, active is red & visited link, hover is red.*/

a.altnav:link { color: #000000; text-decoration:none; } /* unvisited links */

a.altnav:visited { color: #000000; text-decoration:none; } /* visited links */

a.altnav:hover  { color: #FF0000; text-decoration:none; } /* hover */

a.altnav:active { color: #FF0000; text-decoration:none; } /* unvisited links */

