/* CSS for Scarborough Faire the Renaissance Festival */
/* http://www.scarbroughrenfest.com */
/* Created by Andy Blau of Just Adequate Media - http://www.justadequate.com */
/* You really shouldn't steal this...but then again, why would you want to? */

body	{ background-color: #330066; }

.maintab {
	background-color: #FFCC66;
	background: url("graphics/background.jpg");
	font-family: arial, sans-serif;
	font-size: 85%;
}

.maintab a:link { color: #0000CC; text-decoration: none; }
.maintab a:hover { color: #FF0000; text-decoration: underline; }
.maintab a:active { color: #FF0000; text-decoration: underline; }


.lev0text {
	white-space: nowrap;
	font-size: 100%;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #3F0FAF;
}
.lev0textover {
	white-space: nowrap;
	font-size: 100%;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #AA0033;
}

/* level 1 inner */
.m0l1iout {
	font-size: 80%;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #333333;
}
.m0l1iover {
	font-family: arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #FFDD77;
	filter: alpha(opacity=80);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #FFCC66;
}


.title {
	font-family: arial, sans-serif;
	color: #330066;
	font-size: 230%;
	}

.new  {
	font-family: arial;
	color: #D02028;
	font-weight: bold;
	font-style: italic;
	}

.f1b { font-size: 120%; font-weight: bold; }
img.md { vertical-align: middle; }
sup { font-size: 90%; }
.default-red { color: #CC0000; }


/* crafter stuff */

.schedtit {
	background-color: #A888B8;
	font-size: 110%;
	font-weight: bold;
}

.crafttit {
	background-color: #A888B8;
	font-size: 100%;
	font-weight: bold;	
}

.crafttab {
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 100%;
	border: 2px inset #330066;
}
	
.green2	{
	text-align: center;
	background-color: #306730;
	color: #FEF77D;
	font-family: arial;
	font-weight: normal;
	font-size: 125%;
	padding: 2px 0px 4px 0px;
}

/* ticket descriptions */

.tickdesc   {
	background-color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
	}

.green	{
	text-align: center;
	background-color: #306730;
	font-size: 100%;
	color: #FEF77D;
	font-family: arial;
	font-weight: bold;
}

/* special events descriptions */

.SEdesc	{
	color: #306430;
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
	}

/* just for the company listings in the entertainment area  */

.act1	{
	vertical-align: middle;
	background-color: #A888B8;
	font-weight: bold;
	font-size: 90%;
	}

.act2	{
	vertical-align: middle;
	background-image: url("../clipart/white.jpg");
	background-color: #FFFFFF;
	font-style: italic;
	font-size: 80%;
	font-weight: bold;
	}
	
.top td { vertical-align: top; }





