/***styles.css**/
/***styelsheet definitions file***/
/***By David Li 2009***/
/***Last Updated - 8/7/09***/

body
{
  background: url(bg.jpg) repeat;
  text-align: center;
}

#container
{
	vertical-align: middle;
	text-align: center;
	margin: 80px auto 0 auto;
	border-width: 0px 0;
	border-spacing: 0px;
	border-collapse: collapse;
}

#content
{
  width: 1000px;
  margin: 0 auto 0 auto;
}

#contentMain
{
  width: 1000px;
  height: 590px;
  border: 10px solid white;
  background: white;
}

#contentMain .first:first-letter
{
  font-size: 12pt;
}

#loadingScreen
{
  font-weight: bold;
  vertical-align: middle;
  margin: 140px auto 0 auto;
  text-align: center;
  height: 20px;
  width: 100%;
  color: black;
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
}

#about, #contact, #lessons
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  text-align: left;
}

#about
{
  margin: 100px 40px auto auto;
  width: 400px;
}

#lessons
{
  margin: 80px auto auto 40px;
  font-size: 10pt;
  width: 600px;
}

#contact
{
  margin: 200px 40px auto auto;
  color: white;
  font-size: 12pt;
  width: 350px;
}

#about a, #lessons a, #contact a
{
  color: black;
  text-decoration: none;
}

#about a:hover, #lessons a:hover, #contact a:hover
{
  color: #b4242e;
  text-decoration: underline;
}

/*********menubar elements***********/
/************************************/

#menuContainer
{
  width: 1000px;
  border: 10px solid white;
  border-top: 0px;
  height: 25px;
  background: white;
}

#logo
{
  float: left;
}

#logo img
{
  margin: 6px 0 0 10px;
  vertical-align: middle;
  border: 0;
}

/*****************************************************/
#menu /*Menu Bar*/
{
	float: right;
	padding: 0;
	margin : 3px 0;
	height: 25px;	/* Must be the same as line-height*/
	list-style: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 25px; /* Must be the same as height*/
}

.menuHeading, .menuHeadingCurrent, #menu a			/*Menu link text*/
{
	display: block;
	color: #333333;
	font-weight: bold;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

.menuHeading, .menuHeadingCurrent
{
	float: left;
	margin: 0 0 0 20px;
}

.menuHeadingCurrent, #menu .menuHeadingCurrent a
{
  color: #999999;
}

.menuItem
{
	white-space: nowrap;
	width: auto;
}

#menu a:hover		/*Menu link text on mouse-over*/
{
	background-color: white;
	color: #b4242e;
	text-decoration: underline;
}

.submenu		/*Menu dropdown static properties - 1st Level*/
{
	padding: 0 10px 0 10px;
	background-color: #b4242e;
	list-style: none;
	text-align: left;
	border: 1px solid maroon;
	margin : 0;
	position: absolute;
	height: auto;
	left: -999em;
	width: auto;
	line-height: 25px;
	filter:alpha(opacity=90)
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#menu .submenu a
{
  color: black;
}

#menu li:hover .submenu   /*Menu dropdown on mouse-over properties - 1st Level*/
{
	top: 640px;
	left: auto;
	right: auto;
}

/********* GALLERY ELEMENTS *****************/
#galleryNav
{
  height: 16pt;
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #ef3a3a;
  text-align: left;
  width: 100%;
}

#galleryNav a
{
  color: white;
  text-decoration: none;
}

#galleryNav a:hover
{
  color: #ef3a3a;
	text-decoration: underline;
}

#navBack
{
  position: absolute;
  margin: -335px 0 0 10px;
  vertical-align: middle;
  padding: 11px 2px 17px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24pt;
  float: left;
  background-color: #555555;
  filter:alpha(opacity=50)
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#navForward
{
  vertical-align: middle;
  margin: -335px 0 0 990px;
  padding: 11px 0px 17px 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24pt;
  float: right;
  position: absolute;
  background-color: #555555;
  filter:alpha(opacity=50)
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#navForward:hover, #navBack:hover
{
  background: #999999;
  filter:alpha(opacity=80)
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#navBack a, #navForward a
{
  color: white;
  text-decoration: none;
}

#navBack:hover a, #navForward:hover a
{
  color: #ef3a3a;
  text-decoration: none;
}

/********* FOOTER ELEMENTS *****************/
#footer
{
  margin-top: 10px;
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: white;
}

#footer a
{
  font-weight: bold;
  text-decoration: none;
  color: #CCCCCC;
}

#footer a:hover
{
  text-decoration: underline;
  color: white;
}