/** CSS Document **/


/************************************************************************
  MAIN PAGE LAYOUT WITH FLOATING CONTENT, STATIC HEADER AND STICKY FOOTER
*************************************************************************/

body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: left;
	background-attachment: fixed;
}

html, body {
	height: 100%;
}

#container {
	position: relative;
    min-height: 100%;
}

* html #container {
	height: 100%;
    height: auto !important;
}

#header a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 790px;
	height: 71px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10%;
}

#content {
	width: 72%;
	background-image: url(../images/contentback.png);
	border: 1px solid #666;
	padding: 6px;
	color:#EDEDED;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 240px;
	margin-bottom: 100px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 1;
}

#content p {
	padding-left: 20px;
	padding-right: 20px;
}

#footer, #push {
   	position: relative;
   	background-image: url(../images/footsides.png);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: -257px;
	float:left;
	z-index: 0;
}

#footer a img {
	position: relative;
	border: none;
	z-index: 0;
}

#content h1, h3 {
	text-align: center;
}

/***************************************************
  MENU FORMATTING - STATIC IMAGES THAT SLIDE ON HOVER  
*****************************************************/

#menu {
	position: fixed;
	margin-left: 20pt;
	margin-top: 10%;
	z-index: 1;
}

#menu a {
	display: block;
	width: 240px;
	height: 45px;
}

.theme-slide a {
	background: transparent url(../images/theme.png) no-repeat;
}

.directions-slide a {
	background: transparent url(../images/directions.png) no-repeat;
}

.photos-slide a {
	background: transparent url(../images/photos.png) no-repeat;
}

.registration-slide a {
	background: transparent url(../images/registration.png) no-repeat;
}

.teachers-slide a {
	background: transparent url(../images/teachers.png) no-repeat;
}

.schedule-slide a {
	background: transparent url(../images/schedule.png) no-repeat;
}

.lessons-slide a {
	background: transparent url(../images/lessons.png) no-repeat;
}

.schedule-slide a:hover,
.theme-slide a:hover,
.photos-slide a:hover,
.registration-slide a:hover,
.teachers-slide a:hover,
.directions-slide a:hover,
.lessons-slide a:hover {
	background-position: 0 -41px;
} 

.directions-slide a:active {
	background-position: 0 -41px;
}


/**********************************************
  SPEAKER AND TEACHER IMAGE AND BIO FORMATTING
***********************************************/

.speaker {
	padding-top: 17px;
	width: 203px;
	height: 276px;
	float: left;
	margin: 1em;
}

.teacher {
	padding-top: 15px;
	float: left;
	margin: 1em;
}

p.margin {
	margin-right: 1em;
	margin-left: 2em;
	margin-bottom: 3em;
	text-align:left;
}

.speaker_first {
	float:left;
	color:#b50e28;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	padding-right:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.speaker_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-variant:small-caps;
	font-weight:bold;
	color:#b50e28;
	text-decoration:underline;
}

.teacher_first {
	float:left;
	color:#b50e28;
	font-size:50px;
	line-height:36px;
	padding-top:2px;
	padding-right:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.teacher_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-variant:small-caps;
	font-weight:bold;
	color:#b50e28;
	text-decoration:underline;
}


/***************************************************
  BASIC PAGE CONTENT FORMATTING
*****************************************************/

.emphasize {
	color:#b50e28;
	font-variant:small-caps;
	font-weight:bold;
}

a, a:visited {
	color: #b50e28;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.signature {
	float: right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.title {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	margin-right: 10%;
}


/***************************************************
  SCHEDULE 2 COLUMN LAYOUT WITH CENTERED DAY HEADER
*****************************************************/

.schedule-container {
	width: 100%x;
	margin-left: auto;
	margin-right: auto;
}

.schedule-left {
	width: 40%;
	text-align: left;
	float: left;
	padding-left: 10%;
}

.schedule-left ul {
	list-style: none;
}

.schedule-left li,
.schedule-right li {
	padding-top: 3px;
}

.schedule-right {
	width: 40%;
	margin-left: 30%;
	text-align: right;
}

.schedule-right ul {
	padding-top: 14px;
	list-style: none;
}

.schedule-day {
	text-align: center;
	margin-right: 13%;
}


/********************************************************
  GOOGLE MAP CENTERING AND LIST FORMATTING FOR DIRECTIONS
*********************************************************/

#map {
	text-align: center;
}

#directions-list ul {
	list-style: none;
}

#directions-list ul li:before {
	content: "\00BB \0020";
}


/********************************************************
        PHOTOS HYPERLINK IMAGE CONFIGURATION
*********************************************************/

div.img {
	position: relative;
	margin:3%;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
	z-index: 1;
}

div.img img {
	display:inline;
	margin:3px;
	border: none;
	padding: 5px;
}

div.desc {
	text-align:center;
	font-weight:normal;
	width:240px;
	padding-bottom: 30px;
}


/************************************************************
		ERR CLASS FOR FAILED LOGIN
************************************************************/

h4.err, h3.err {
	display: block;
	width: 60%;
	color: white;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.5em;
	text-align: center;
}

#hf, #cf  {
	overflow:hidden;
	width:100%;
	display:none;
	height: 490px;
}

#pf {
	overflow:hidden;
	width:100%;
	display:none;
	height:550px;
}

#gf, #gi, #gh {
	overflow:hidden;
	width:100%;
	display:none;
	height:420px;
}

#no_link {
	color: white;
}