/* These three should change colors together */
.titleLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;

	color: #F5989E;
}
.titleSmall, .subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #F5989E;
}
.titleXSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #F5989E;
}



.searchoptions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #877C61;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bodyText_alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #494949;
}

.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.templateTopBarSeparator {
	background-color: #E4E4E2;
	height: 3px;
}
.templateNavBoxSelected {
	background-image: url(images/tab_top_selected_center.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
}
.templateNavBoxSelectedLeft {
	background-image: url(images/tab_top_selected_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	cursor: pointer;
	width: 10px;
}
.templateNavBoxSelectedRight {
	background-image: url(images/tab_top_selected_right.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	cursor: pointer;
	width: 10px;
}
.templateNavBoxSelectedUpperLetter {
	font-size: 15px;
}
.templateNavBox {
	background-image: url(images/tab_top_center.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E4E4E4;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
}
.templateNavBoxLeft {
	background-image: url(images/tab_top_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	cursor: pointer;
	width: 10px;
}
.templateNavBoxRight {
	background-image: url(images/tab_top_right.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	cursor: pointer;
	width: 10px;
}
.templateNavBoxUpperLetter {
	font-size: 15px;
	font-weight: bold;
}
a:link, a:visited {
	color: #9D8F72;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}





.adsHomepageBoxTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A1C00A;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.adHomepagePaddingLeftRight {
	padding-left: 10px;
	padding-right: 10px;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.borderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.borderLeft2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.borderBottom2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.borderBottomLarge {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.borderTopLarge {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.borderBottom3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

/************ sectionLinks styles **************/

.sectionLinks{
	margin: 0px;
	padding: 0px;
	text-decoration: none;

}

.sectionLinks a:link, .sectionLinks a:visited {
	display: block;
	border-top: none;
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #494949;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.sectionLinks a:hover{
	border-top: none;
	text-decoration: none;
	color: #A39F93;
}

.sectionSelectedLinks a:link, .sectionSelectedLinks a:visited {
	display: block;
	border-top: none;
	padding: 3px 0px 3px 10px;
	color: #494949;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	background-color: #FFF;
}

.sectionSelectedLinks a:hover{
	border-top: none;
	color: #A39F93;
}

.sectionTextA {
	font-weight: bold;
}

/********** sub navigation items **********/

.selectedSectionLinks {
	border-top: none;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
}

.selectedSectionLinks a:link, .selectedSectionLinks a:visited {
	border-top: none;
	font-weight: normal;
	text-decoration: none;
}

.selectedSectionSelectedLinks {
	border-top: none;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

.selectedSectionSelectedLinks a {
	background-image: url(images/nav_arrow_sm.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/********** END sub navigation items **********/


.selectedSectionHeader {
	display: block;
	border-top: none;
	background-color: #E0D7BA;
	padding: 3px 0px 3px 10px;
	margin-top: 5px;
	color: #554020;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.selectedSectionLeftNav {
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDDCA;
	padding-right: 8px;
	margin-right: 5px;
}
/************ END sectionLinks styles **************/

.templateTopBackground {
	background-color: #F0EEE1;
	background-image: url(images/templateTopBackgroundCorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.templateTopBoxPadding {
	padding-top: 5px;
	padding-bottom: 10px;
}

.bodyTextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


.bodyTextWhite a:link, .bodyTextWhite a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


.borderRightWhite {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.borderLeftWhite {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.borderLeftGray2 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.borderRightGray2 {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.topNavText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.lightColor {
	background-color: #A8C80F;
}

.textBld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #615B3B;
}

.textMed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #666666;
}

.padAll {
	padding: 5px;
	
}

.padBot {
	padding-bottom: 5px;
	
}

.borderBot {
	border-bottom-width: 2px;
	border-bottom-color: #E0D7BA;
	border-bottom-style: solid;
}

.nav_mis a:link, .nav_mis a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height:30px;
	color: #9D8F72;
	text-decoration: none;
}

.morepadAll {
	padding: 10px;
	
}

.nav_main_back {
	background-image: url(images/nav_main_back_center.gif);
}

.nav_main_back a:link, .nav_main_back a:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;	
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 5px;
}

.borderRight_nav_main_back {
	border-right-width: 1px;
	border-right-color: #595333;
	border-right-style: solid;
}


.nav_main_ext {
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.nav_main_ext a:link, .nav_main_ext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9D8F72;
	text-decoration: none;
	font-weight: bold;
}

.nav_main_ext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


.nav_small_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
}

.nav_small_links a:link, .nav_small_links a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
}

.nav_small_links a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.nav_left_titles {
	height: 28px;
	width: 160px;

}

.nav_left_titles a:link, .nav_left_titles a:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;	
	text-decoration: none;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.nav_left_im_active {
	background-image: url(images/nav_left_active.png);
	background-repeat: no-repeat;
}

.nav_left_im_inactive {
	background-image: url(images/nav_left_inactive.png);
	background-repeat: no-repeat;
}

.borderALeftNavAll {
	border: 2px solid #EEEEEE;
}

.top_bar_mylibrary {
	background-image: url(images/top_bar_background.png);
}

.top_bar_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #B9186A;
}

#artists {
	border-top: 1px #CCCCCC solid;
	margin-top: 5px;
}

.artist_bio{
	border-bottom: 1px #CCCCCC solid;
	padding: 10px;
	clear: both;
	min-height: 105px;
}
.artist_image{
	border: 1px #CCCCCC solid;
	padding: 3px;
	margin-right: 10px;
	float: left;
}
.artist_blurb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	
}
.blurbtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	padding: 3px;
	
}
.artist_name, .artist_name a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
	clear: both;
}
.charmaplink {
	text-align: center;
	padding-bottom: 4px;
	cursor: url(magnify.cur), pointer;
	border-bottom: 1px #CCCCCC solid;
}
.detail_links {
	padding-top: 5px;
	padding-bottom: 5px;
}
.detail_links_head {
	padding-top: 3px;
	padding-bottom: 3px;
}


.site_page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	color: #F5989E;
	padding-bottom: 5px;
	border-bottom: 1px #999999 solid;
	margin-bottom: 5px;
	
}
.site_page_subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #F5989E;
}

.site_page_content {
	border-top: 1px #CCCCCC solid;
	margin-top: 5px;
}

.site_page_subsection{
/*	border-bottom: 1px #CCCCCC solid; */
	padding: 10px;
	clear: both;
	min-height: 105px;
}
.site_page_image{
	padding: 3px;
	margin-right: 10px;
	float: left;
}
.site_page_blurb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	
}
.site_page_blurb_link{
	padding-top: 5px;
	
}

/*dallan's added css */
.custombodyfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}
a:link, a:visited {
	color: #3B5998;
	text-decoration: none;
}
a:hover {
	color: #F5989E;
	text-decoration: none;
}

.customtitlefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F5989E;
}
a:link, a:visited {
	color: #3B5998;
	text-decoration: none;
}
a:hover {
	color: #F5989E;
	text-decoration: none;
}

.customtitlefont2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #F5989E;
}
a:link, a:visited {
	color: #3B5998;
	text-decoration: none;
}
a:hover {
	color: #F5989E;
	text-decoration: none;
}

.customlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B5998;
}
a:link, a:visited {
	color: #3B5998;
	text-decoration: none;
}
a:hover {
	color: #F5989E;
	text-decoration: none;
}

