/* CSS Document */

body {
	margin: 0px;
	background-color: #BDA070;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	/*background-image: url(images/pindotbkgnd.gif); */
}
 
p {
	font-size: 12px;
	color: #423724;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

.bold { font-weight: bold;}

.italic { font-style: italic;}

p.addr { font-size: 12px; font-weight: bold; color: #423724; line-height: 1.2em;
}

a:link {color: #339999;}
a:visited {color: #669999;}
a:hover { color: #999900;}

h1 {
	font-size: 16px;
	color: #C15B28;
 	text-align: left; 
}

h2 {font-size: 14px; color: #666633; text-align: left;}

h3 {
	font-size: 12px;
	color: #999966;
	font-style: italic;
	text-align: left;
}

h4 {
	font-size: 105%;
	color:#336666;
	font-weight: bold;
	font-style: italic;
}


#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #E2DECA;	
}

#banner { margin: 0 auto; background-image:url(images/wovenbkgnd_2.gif); width:800px; height: 155px; background-repeat:repeat;}

#navbar {
	margin: 0 auto;
	background-color: #BDA070;
	width:800px;
	height: 28px;
}

#content {
	background-color: #E2DECA;
	width: 760px;
	margin-top: 0px;
	padding: 20px;
}

.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #663300;
	font-style: italic;
	font-weight: normal;
	line-height: 14px;
	margin-left: 20px;
	text-align: left;	
}

.captioncntr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #663300;
	font-style: italic;
	font-weight: normal;
	line-height: 14px;
	text-align: center;	
}

.captionrt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #663300;
	font-style: italic;
	font-weight: normal;
	line-height: 14px;
	margin-right: 20px;
	text-align: right;
}


/* Begin CSS Drop Down Menu */


#menuh
	{
	font-size: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
	margin-left: 0em;
	padding-top: 1px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #BDA070;
	white-space:nowrap;
	margin:0;
	padding: 0.66em;
	
	}
	

	
/*#menuh a:hover, 
#menuh a.wool:hover, 
#menuh a.weave:hover,
#menuh a.art:hover,  
#menuh a.classes:hover, 
#menuh a.home:hover*/		/* menu at mouse-over  */
	/*{
	color: #423724;
	background-color: #FFFCEB;
	text-decoration:none;
	}*/ 
	

/* woolroom ------------ */	

#menuh a.wool:link, #menuh a.wool:visited	/* menu at rest */
	{
	color: white;
	background-color: #C15B28;
	text-decoration:none;
	}
	
#menuh a.wool:hover {
	color: #423724;
	background-color: #FFFCEB;
	text-decoration:none;
	}
/* weaveroom ------------ */	

#menuh a.weave:link, #menuh a.weave:visited	/* menu at rest */
	{
	color: white;
	background-color: #669999;
	text-decoration:none;
	}

#menuh a.weave:hover {
	color: #423724;
	background-color: #FFFCEB;
	text-decoration:none;
	}	
	
/* art room ------------ */
	
#menuh a.art:link, #menuh a.art:visited	/* menu at rest */
	{
	color: white;
	background-color: #999900;
	text-decoration:none;
	}
	
#menuh a.art:hover 
	{
	color: #423724;
	background-color: #FFFCEB;
	text-decoration:none;
	}	
	
/* classes-events ------------ */
	
#menuh a.classes, #menuh a.classes:visited	/* menu at rest */
	{
	color: white;
	background-color: #DB7C2F;
	text-decoration:none;
	}
	
#menuh a.classes:hover
	{
	color: #423724;
	background-color: #FFFCEB;
	text-decoration:none;
	}
	
#menuh a.about, #menuh a.about:visited	/* menu at rest */
	{
	color: white;
	background-color: #9999CC;
	text-decoration:none;
	}
	
#menuh a.about:hover
	{
	color: #423724;
	background-color: #FFFCEB;
	text-decoration:none;
	}
	
/* home ------------ */	
	
#menuh a.home, #menuh a.home:visited  /* menu at rest */
	{
	color: white;
	background-color: #863B45;
	text-decoration:none;
	}
	
#menuh a.home:hover
	{
	color: #423724;
	background-color: #FFFCEB;
	text-decoration:none;
	}	
	
/* --------------*/	
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:133px;	/* width of all menu boxes was 160 */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: middle; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	} 

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


.classdesc {
	font-size: 12px;
	color: #423724;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	border-bottom: 1px dotted #999;
}


.classdesc lastrow {
	font-size: 12px;
	color: #423724;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-style: normal;
	border-top: dotted 1px #999;
 	padding-top: 10px;
}
.day-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #CC6600;
}
.month {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336666;
}
.lastrow {border-bottom: 1px solid #FFFFEF; padding-bottom: 2px; }