	/*butterscotch template style sheet*/
/*NOTE:butterscotch template assigns the person's PANEL choices to the BODY tag*/	
	BODY { background-color: #633131; color: #000000; font-family: verdana, sans-serif; font-size: 11px; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}
	.bgcolor {background-color: #FFCC99}
	.line {background-color: #000000}
/*butterscotch template assigns the person's MAIN background choices to the mainBGcolor class*/
	.mainBGcolor { background-color: #FFCC99; color: #000000; font-family: verdana, sans-serif; font-size: 11px;}
	.mainLinkcolor:link {color: #CC9966}
	.mainLinkcolor:visited {color: #996666}
	.mainLinkcolor:active {color: #FFFFFF}
/*THIS ONE IS NOT TYPICAL OF OTHER TEMPLATES-for the butterscotch template, the blog title background color is assigned by the calendar background color*/
	.blogTitle {font-family: verdana, sans-serif; font-size: 11px; color: #FFCC99; font-weight: bold; background-color: #CE6331}
	.blogtitleplain {font-family: verdana, sans-serif; font-size: 11px; color: #633131; font-weight: bold}
	.textBlack {font-family: verdana, sans-serif; font-size: 11px; color: #000000}
	.textBlackHeavy {font-family: verdana, sans-serif; font-size: 11px; color: #000000; font-weight: bold}
/*THIS ONE IS NOT TYPICAL OF OTHER TEMPLATES-for the butterscotch template, the viewProfile background color is assigned by the calendar background color*/
	.viewProfile {font-family: verdana, sans-serif; font-size: 11px; color: #; font-weight: bold; background-color: #CE6331}
	/*PANEL specific styles*/
	.submit_button {font-family: verdana, sans-serif; color: #000000; font-weight: bold; border-top-color: #FFFFFF; border-left-color: #FFFFFF; border-bottom-color: #000000; border-right-color: #000000; background-color: #FFFFFF; padding:0; font-size: 12px}
	.email {font-family: verdana, sans-serif; font-size: 11px; color: #CE6331}
	/*CALENDAR specific styles - user can only change border color*/
	.calBorder {background-color: #CE6331}
	.calHeadHeavy {font-family: verdana, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold}
	.calDay {font-family: verdana, sans-serif; font-size: 10px; color: #000000; background-color: #FFFFFF}
	.calToday {font-family: verdana, sans-serif; font-size: 10px; color: #FF0000; background-color: #FFFFFF}
	.calFuture {font-family: verdana, sans-serif; font-size: 10px; color: #AAAAAA; background-color: #FFFFFF}
	/*LINK specific styles*/
	/*user cannot change the color for the title or links themselves*/
	.linkTitle {font-family: verdana, sans-serif; font-size: 10px; color: #CE6331; font-weight: bold}
	a.panelLinks:link {font-family: verdana, sans-serif; font-size: 11px; color: #FFCC99;}
	a.panelLinks:visited {font-family: verdana, sans-serif; font-size: 11px; color: #FFCC99;}
	a.panelLinks:active {font-family: verdana, sans-serif; font-size: 11px; color: #FFCC99;}
	.title 	{font-family: verdana, sans-serif; font-size: 11px; color: #000000; font-weight: bold; line-height: 16px;}
	.date 		{font-family: arial, sans-serif; font-size: 14px; margin-top: 24px; color: #000000; font-weight: bold;}
	.mood 		{font-family: verdana, sans-serif; font-size: 10px; line-height: 16px; color: #000000;}

/*timestamp*/
	.time 		{font-family: geneva, verdana, sans-serif; font-size: 9px; text-align: right; color: #000000;}
	a.timeLink:link		{color: #CC9966; text-decoration: none;}
	a.timeLink:visited	{color: #CC9966; text-decoration: none;}
	a.timeLink:active	{color: #CC9966; text-decoration: none;}
	.entry		{font-family: verdana, sans-serif; font-size: 11px; color: #000000; line-height: 16px;}
	a:link		{color: #CC9966;} 
	a:visited	{color: #996666;} 
	a:active	{color: #FFFFFF;} 
