/* Global Styles */

body {
	margin:0px;
	background-color: #8D8A6D; /* #999966 ;*/
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
	/* horizontal main menu navigation - based on a method from Richard Rutter */
 #mainNav
{
margin: 0;
padding: 0;
width: 900px;

 
height: 24px;
}

#mainNav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none; 
}


#mainNav li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#mainNav span 
{
 
	margin: 0;
	padding: 10px 10px 0px 1%;
	border-right: 1px solid #BDD2D2;
	height: 24px;
	float: left;
  display: block;
}

#mainNav a
{
	color: #336666;
	display: inline;
	width: auto;
	margin: 0;
	padding: 10px 10px 0px;
	border-right: 1px solid #BDD2D2;
	font:10px arial;
	text-decoration:none;
	letter-spacing:.05em;
	text-transform:uppercase;
	height: 24px;
}

#mainNav a:hover, #mainNav a:active { 
	color: #990000; 
	text-decoration: none;
	background:#C4D7D7;
}

#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
}

li a {
/* IE Hack */
  float: left;
  display: block;
}

/* Highlighting the current page */

body.home #mainNav a#home, body.about #mainNav a#about, body.weavers #mainNav a#weavers,  body.students #mainNav a#students, body.carpets #mainNav a#carpets, body.production #mainNav a#production, body.contact #mainNav a#contact { 
 
text-decoration: none;
color: #990000;
 background:#C4D7D7 url(../images/menu_blend.jpg) repeat-x;
}
body.home #mainNav a:hover#home, body.about #mainNav a:hover#about, body.weavers #mainNav a:hover#weavers, body.students #mainNav a:hover#students, body.carpets #mainNav a:hover#carpets, body.production #mainNav a:hover#production, body.contact #mainNav a:hover#contact 
{
	color: #990000;

	text-decoration: underline;
	background:#C4D7D7;
	 background:#C4D7D7 url(../images/menu_blend.jpg) repeat-x;
}


	
/* ID Styles */

/*	 
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}
*/

#photoLib {
padding-top: 32px;
/*
 position:relative;
 right:0;
 top:100;
*/
	}
	
#footer a {
	font:10px arial;
	color: #003300;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#footer a:hover {
	color: #993300;
	text-decoration:underline;
	}
#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

sup {
    font-size: .8em;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}

.footerNavText {
	font:10px arial;
	color: #E4E4CB;
	letter-spacing:.1em;
	}

.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
 a.calText {
	font:11px arial;
		font-weight:bold;
	line-height:14px;
	color:#333333;
	text-decoration:none;
 
	}
	
 a.calText:hover {
 	font:11px arial;
		font-weight:bold;
	line-height:14px;
	color:#333333;
	color: #993300;
	text-decoration:underline;
	}
.clearBoth {
 
	clear: both;
	}

#photoCredit {
	clear: both;
	

}
.sidebarLink {
	color: #6B6B47;
	font-size: 10px;
	text-align: left;
	line-height: 1.5em;
}

/* easy drop shadow
================================== */

.img-wrapper {
 background:url(../images/shadow.gif) no-repeat right bottom;
 float: left;
}

.img-outer {
  background:url(../images/shadow-bottom-left2.gif) no-repeat left bottom;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}

.img-inner {
  background:url(../images/shadow-top-right2.gif) no-repeat top right;
  padding: 0 5px 5px 0;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}

.img-wrapper img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  display: block;
}