/*CSS Document*/

/* ------------------------------Global Grouping-------------------------------- */

body {
  margin: 0;
  padding: 0;
  background: url("images/background_top.png") top left repeat-x;
  text-align: center;
  background-color: #ffffff;
  }

#wrapper {
  width: 670px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  padding: 0;
  top: 0;
  left: 0;
  }

h1 {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 22pt;
  font-weight: normal;
  color: #8E9DA5;
  padding-bottom: 0px;
  margin: 0px;
  }

h2 {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #8FBB8F;
  font-weight: bold;
  }
  
h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #8FBB8F;
	margin: 0px;
	padding: 0px;
  }
  
h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color: black;
	margin: 0px;
	padding: 0px;
	}
  
h5 {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #8FBB8F;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  }
  
p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
  color: #000000;
  }
  
p.special {
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 10px;
  color: #666633;
  padding-right: 5px;
  margin-top: 0px;
  }

p.location {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #999999;
	padding-right: 5px;
	margin-top: 0px;
	}
	
p.resources {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
	padding-right: 5px;
	margin-top: 0px;
	margin-left: 10px;
	}	
	
a.location, a.location:link, a.location:visited {
	color: #FF0000;
	text-decoration: none;
	padding: 0 0 0 0;
	}

a, a:link, a:visited {
	color: #797F20;
	text-decoration: none;
	padding: 1px 2px;
	}

a:hover {
	text-decoration: underline;
	}

/* ---------------------------- header ------------------------------ */

#header {
	position: relative;
	height: 159px;
	top: 0;
	left: 0;
	}
#header #main_picture {
	position: absolute;
	top: 0;
	right: 0;
	}
#header #logo {
	position: absolute;
	top: 95px;
	left: 0;
	}
	
/* ---------------------------- top navigation ------------------------------ */

#barcontent a:hover {
	 color: #B18682;
	 }
#barcontent {
	height: 24px;
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	background: none;
	margin: 1px 0 0 0;
	padding: 1px 0 0 0;
	position: absolute;
	top: 170px;
	left: 9px;
	width: 669px;
	}
#barcontent ul {  					/* the menu bar placement within the box*/
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	height: 22px;
	color: #000000;
	}
#barcontent li { 					/*the menubar tabs, left side of tabs*/
	float: left;
	background: url("images/tab_off_left.png") no-repeat left top;
	margin:0;
	height: 22px;
	padding: 0 0 0 6px;
	}
#barcontent a{
	float: left;
	display: block;
	width: 0.1em;
	background: url("images/tab_off_right.png") no-repeat right top;
	padding: 3px 25px 3px 17px;
	text-decoration: none;
	margin: 0;
	height: 17px;
	color: #666666;
	}
#barcontent > ul a {
	width: auto;
	}

#barcontent a{
	float: none;
	}

#home #homenav, 
#staff #staffnav, 
#services #servicesnav, 
#events #eventsnav,
#topics #topicsnav,
#resources #resourcesnav,
#contact #contactnav {
	background: url("images/tab_on_left.png") no-repeat left top;
	border-width: 0;
}

#home #homenav a, 
#staff #staffnav a, 
#services #servicesnav a, 
#events #eventsnav a,
#topics #topicsnav a,
#resources #resourcesnav a,
#contact #contactnav a {
	background: url("images/tab_on_right.png") no-repeat right top;
	padding-bottom: 10px;
	color: #666666;
}	

/* ---------------------------- side navigation ------------------------------ */
#sidenav {
	background: transparent url("images/menubar_bkgd_mid.png") top right no-repeat;
	width: 135px;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	float: left;
	}

#sidenav ul {
	list-style-type: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 21px;
	background: transparent url("images/menubar_off.png") 0px -35px no-repeat;
	color: #666666;
	margin: 0 0 0 0px;
	padding: 5px 0 20px 0;
	}

#sidenav ul li {
	list-style-image: none;
	background: transparent url("images/menubar_hover.png") bottom right no-repeat;
	height: 23px;
	margin: 0;
}

#sidenav ul.home {
	list-style-type: none;
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	background: none;
	color: #666666;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	}
	
#sidenav ul.home li {
	background: none;
	height: 20px;
	margin: 0;
	}

#sidenav_inside {
	background: transparent url("images/menubar_bkgd_bottom.png") bottom right no-repeat;
	padding: 10px 0 50px 0;
}

#sidenav li a,#sidenav li a:link {
	list-style-image: none;
	background: transparent url("images/menubar_bkgd_mid.png") bottom right no-repeat;
	height: 23px;
	margin: 0;
	color: #999999;
	display: block;
	padding: 0;
}

#sidenav li a:active {
	color: #036;
}

#sidenav li a:visited {
	background: transparent url("images/menubar_bkgd_mid.png") bottom right no-repeat;
	color: #999999;
}

#sidenav li a:hover {
	background: none;
	color: #003300;
	text-decoration: none;
}

#ul1 #nav1 a,
#ul2 #nav2 a,
#ul3 #nav3 a,
#ul4 #nav4 a,
#ul5 #nav5 a,
#ul6 #nav6 a,
#ul7 #nav7 a,
#ul8 #nav8 a,
#ul9 #nav9 a,
#ul10 #nav10 a,
#ul11 #nav11 a,
#ul12 #nav12 a,
#ul13 #nav13 a,
#ul14 #nav14 a,
#ul15 #nav15 a,
#ul16 #nav16 a,
#ul17 #nav17 a,
#ul18 #nav18 a,
#ul19 #nav19 a,
#ul20 #nav20 a,
#ul21 #nav21 a,
#ul22 #nav22 a,
#work #navall a {
	background: transparent url("images/menubar_active.png") bottom right no-repeat;
	color: #3F7E86;
}
	

/* ---------------------------- resource page navigation ------------------------------ */

#resourcebar {
	width: 500px;
	height: 30px;
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	background: transparent url("images/resources_nav_line.png") top left no-repeat;
	margin: 1px 0 0 0;
	padding: 2px 0px 0 0;
	position: absolute;
	float: left;
	}
#resourcebar a:hover {
	 color: #990000;
	 }
#resourcebar ul {  					/* the menu bar placement within the box*/
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	background: none;
	height: 30px;
	color: #000000;
	float: right;
	}
#resourcebar li { 					/*the menubar tabs, left side of tabs*/
	float: left;
	background: url("images/resource_tab_off_left.png") no-repeat left top;
	margin: 6px 40px 0 0px;
	height: 30px;
	padding: 0 2px 0 6px;
	}
#resourcebar a{
	float: left;
	display: block;
    width: 0.1em;
	background: url("images/resource_tab_off_right.png") no-repeat right top;
	padding: 6px 25px 3px 17px;
	text-decoration: none;
	margin: 0 0 0 0px;
	height: 30px;
	color: #666666;
	}
#resourcebar > ul a {
	width: auto;
	}

#resourcebar a{
	float: none;
	}

#employee #employeenav, 
#supervisors #supervisorsnav, 
#faculty #facultynav {
	background: url("images/tab_on_left_resources.png") no-repeat left top;
	border-width: 0;
}

#employee #employeenav a, 
#supervisors #supervisorsnav a, 
#faculty #facultynav a {
	background: url("images/tab_on_right_resources.png") no-repeat right top;
	padding-bottom: 10px;
	color: #666666;
}	


/* ---------------------------- main content ------------------------------ */
#contentwrap {
	margin-top: 35px;
}
#content {
	width: 500px;
	margin: 0px 0 10px 0;
	padding: 10px 0px 10px 10px;
	float: left;
}
.contact {
	padding: 0 10px 0 0;
	}
	
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 0px 0 50px;
	padding: 0px 0 0 0;
	}

#content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 0px 0 50px;
	padding: 0px 0 0 0;
	}
	

/* ---------------------------- events calendar page stuff ----------------------------- */
#calendar_content {
	width: 670px;
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	float: left;
	}

/* full-size calendar */

.clmonth {
	border-collapse: collapse;
	width: 100%;
}

.clmonth caption {
	text-align: left;
	font: bold 110% Century Gothic, Arial, sans-serif;
	padding-bottom: 6px;
}

.clmonth th {
	border: 1px solid #AAAAAA;
	border-bottom: none;
	padding: 2px 8px 2px 8px;
	background-color: #cccccc;
	color: #3F3F3F;
	font: 60% Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 110px;
}

.clmonth td {
	border: 1px solid #EAEAEA;
	font: 55% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}

.clmonth td.previous, .clmonth td.next {
	background-color: #F6F6F6;
	color: #C6C6C6;
}

.emotional  {
	color: #003366;
}

.hcsc {
	color: #FF33CC;
}

.movement {
	color: #FF6600;
}

.nutrition {
	color: #006600;
}

/* class dates */

.clmonth td.active {
	background-color: #008000;
	color: #2B5070;
	border: 2px solid #AEFFAE;
}

.clmonth td.emotional {
	color: #003366;
}

.clmonth td.hcsc {
	color: #2B5070;
}

.clmonth td.movement {
	color: #FF6600;
}

.clmonth td.nutrition {
	color: #006600;
}

/* lists with and without popups */
	
.clmonth ul {
	list-style-type: none;
	margin: 0 0 0.25em 0;
	padding-left: 0px;
	padding-right: 0px;
}

.clmonth li {
	margin-bottom: 8px;
}

#calendar_popup {
	padding:0;
	margin: 0;
	}

#calendar_popup a, #calendar_popup a:visited {
	position: relative;
	display: block;
	width: 9em;
	border: 1px solid #008000;
	text-align: center;
	text-decoration: none;
	background-color: #A4FFA4;
	color: #000;
	padding: 0.25em;
	}
	
#calendar_popup a span {
	display: none;
	}

#calendar_popup a:hover {
  position: absolute;
  background-color: #ddd;
  color: #009900;
  z-index: 50;
  }

#calendar_popup a:hover span {
	display: block;
	position: absolute;
	left: 10em;
	top: 0;
	text-align: left;
	padding: 0.5em;
	width: 30em;
	background-color: #eee;
	color: #000;
	border: 1px solid #008000;
	}
	
#calendar_popup img {
	border: 1px solid #000;
	float: left;
	margin: 0.25em 1em 0.5em 0;
	}
	
#calendar_popup a:hover span:first-line {
  font-weight:bold; 
  font-size:1.2em;
  color:#008000;
  }


/*------------------------------group: footer------------------------------- */

#footer {
	background: url("images/background_bottom.png") top left repeat-x;
	height: 119px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 15px 0 0 0;
	background-image: url(images/background_bottom.png);
}
#footer_content {
	width: 680px;
	text-align: left;
	margin: 0 auto;
}
#footer_content p {
	font: normal 10px/15px "Century Gothic", arial, verdana, sans-serif;
	color: #999;
	padding: 0;
	margin: 0;
}


/* ------------------------------feature image------------------------------ */

#featureimg {
	margin: 0px 0px 0px 0px;
	height: 225px;
	background: #79AE79 url(images/campustop.png) no-repeat left top;
	border-top: 1px solid #79AE79;		
}
#mstrans {
	margin: 10px 0px 0px 10px;
	width: 250px;
	height: 79px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/whitelogo.png');	/* Unfortunatly this hack will not validate :( */
	border: 0px solid pink;
	}
	
#mstrans img {
	filter: Alpha(opacity=0);		/* Unfortunatly this hack will not validate :( */
	border: 0px solid cyan;
	}
	/* CSS Document */
