﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background: #ffffff url('images/background.jpg') repeat-x;
	color: #000000;
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

hr {
	background-color: #324356;
	color: #324356;
	border: none;
	height: 2px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #324356;
	text-decoration: underline;
	outline: none;
	font-weight: bold;}

a:hover {
	color: #606060;
	text-decoration: underline;
	outline: none;
	font-weight: bold;}

a:active {
   outline: none;
   overflow: hidden;}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #556e8e;
	font: normal 30px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;
	padding: 0 0 5px 0;
	border-bottom: 3px #556e8e double;
	margin-bottom: 30px;}

h2{
	color: #556e8e;
	font: normal 20px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	text-align: left;}

h3{
	color: #a0a0a0;
	font: normal 20px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	text-align: left;}

h4 {
	color: #a0a0a0;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 2px;}

h5 {
	color: #556e8e;
   text-transform: uppercase;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: right;
	border-bottom: 3px #556e8e double;}

h6 {
   background-color: #c0c0c0;
	color: #ffffff;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding: 3px;}

.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
   background: #ffffff url('images/wrapper.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;}

/* TOP HEADER AREA */

#header {
	position: relative;
	width: 900px;
	height: 300px;}

/* This sets the size and position of your business name
and slogan */

#sitename {
   position: absolute;
   top: 100px;
   left: 480px;
   z-index: 1;
   width: 410px;
   text-align: center;}
   
#sitename h1 {
   margin: 0; padding: 0;
	border: none;
	color: #324356;
	font: normal 34px Georgia, Georgia, serif;
	text-align: center;
	letter-spacing: 1px;}

#slogan {
   position: absolute;
   top: 150px;
   left: 480px;
   z-index: 2;
   width: 420px;
	font: bold 12px Arial, Helvetica, sans-serif;
   line-height: 40px;
   color: #324356;
   letter-spacing: 1px;
   text-align: center;}

#slogan p {
   margin: 0;
   padding: 0;}

/* This sets the position for where the slideshow
images will appear */

#slideshow {
   position: absolute;
   z-index: 3;
   top: 35px;
   left: 35px;
   width: 440px;}

/* The items below set the properties for the 
MAIN NAVIGATION dynamic menu block.*/

#menu {
	position: absolute; /* Menu position */
	top: 250px;
	left: 20px;
	z-index: 4;
	width: 860px;
	height: 1%;
}

#menu dl {
   float: left;
   width: 160px;
   margin: 0;
   padding: 0;}

#menu dt {
   line-height: 40px;
   color: #fff;
   text-align: center;
   font-weight: bold;
   margin: 0;
   padding: 0;}

#menu dd {
   background: #556e8e;
   margin: 0; 
   padding: 0;
   display: none;
   border-bottom: 1px solid #324356;
   border-left: 1px solid #324356;
   border-right: 1px solid #324356;}

#menu ul {
   margin: 0; 
   padding: 0;}
   
#menu li {
   list-style-type: none;
   text-align: center;
   margin: 0; 
   padding: 0;}

#menu dt a {
   color: #fff;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;}

#menu li a {
   color: #fff;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: none;
}

#menu dd li a {
   font-weight: normal;}

#menu dd li a:hover {
   background-color: #324356;}


/* TWO COLUMN LAYOUT */
/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: 85%;
	float: right;
	width: 260px;
	padding: 10px 20px 10px 20px;}

#content {
	float: left;
	width: 570px;
	line-height: 1.4em;
	padding: 10px 10px 10px 20px;
	background-image: url(images/EHS-basketball-watermark.jpg);
	background-repeat: no-repeat;
	background-position: 350px bottom;
	background-attachment: fixed;
}

/* ONE COLUMN LAYOUT */

#contentwide {
	float: right;
	width: 860px;
	line-height: 1.4em;
	padding: 10px 20px 10px 20px;
	ackground-image: url(images/EHS-basketball-watermark.jpg);
	background-repeat: no-repeat;
	background-position: 350px bottom;
	background-attachment: fixed;
}

/* FOOTER AREA */
/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	background: #ffffff url('images/footer.jpg') no-repeat;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 80%;
	padding-top: 40px;
	height: 60px;}

#footer ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#footer li {
   display: inline;
   margin: 0;}

#footer li a {
   color: #000000;
   font-weight: normal;
   padding: 0 10px;
   text-decoration: none;}

#footer li a:hover {
   color: #000000;
   font-weight: normal;
   padding: 0 10px;
   text-decoration: underline;}

#footer p {
   margin: 0;
   padding: 0;}

/* If you want to highlight a section of text, you can place it within
a div with the box class applied. This will put the contents within
a block with a light gray background and a thin dashed line around it. */

.box {
	background: #ffffff url('images/quotes.jpg') no-repeat;
	padding: 0 20px 0 60px;
	margin: 0 40px;}
	
/* CONTACT PAGE FORM */
/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #556e8e;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 2px 4px;
	margin: 0;}
	
#contactform {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

#contactform label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

#contactform input {
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform .button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/* CATALOG DISPLAY TABLE */
/*  The catalog is set into a simple three-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}
	
.table200 {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 350px;	
}

.cellborder
{
	border: 1px dotted #003;
}
	


.catalog {
	padding: 8px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 33%;}

/* CALENDAR DISPLAY */
/*  The calendar sits within a div so that it can be
centered in the sidebar area.  */

.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

/* IMAGE FLOATS */
/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.imagecenter-border {
	border: 3px #c2c2c2 double;
	display: block;
	margin: 0 auto;}
	
.imagecenter-noborder {
   display: block;
	margin: 0 auto;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px #c2c2c2 double;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px #c2c2c2 double;}
	
/*Lighbox information*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Bold, Italic, Font Attributes */

.bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #556e8e;
	line-height: 1.2em;
}
.justify
{
	text-align: justify;
}

.roster
{
	vertical-align:top;
}.boldblack {
	font-weight: bold;
	color: #000;
}

#hor-minimalist-b
{
	
	border-style: solid;
	border-width: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			font-size: 12px;
			background: #ffffff;
			margin: 10px;
		width: 475px;
			border-collapse: collapse;
			text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #689;
	padding: 6px 8px;
}
#hor-minimalist-b tr:hover td 
{
	background: #009;
}

/* Box style row highlight on hover for table*/

.box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
}
.box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}
