/* START MAIN HOLDERS */
html
{
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background: #ccc;
	color: #000;
	text-align: center;
	font: 62.5%/160% Georgia, "Times New Roman", serif;
	padding: 18px;
}

#container
{
	width: 960px;
	padding: 0 18px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background: #fff url(/wp-content/themes/hmh_original/i/bg_container.gif) 291px 0 repeat-y;
	border-bottom: 18px solid #fff;
	position: relative;
}

#round-right
{
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background: url(/wp-content/themes/hmh_original/i/round-right.gif);
}

.col-left
{
	width: 255px;
    float: left;
	padding-top: 18px;
}

.col-right
{
	width: 668px;
	float: right;
	margin-left: 36px;
	padding-top: 18px;
}

#col-right-col1, #col-right-col2
{
	width: 324px;
	float: left;
}

#col-right-col1
{
	margin-right: 20px;
}

.four-square
{
	height: 200px;
	width: 325px;
	overflow: hidden;
	float: left;
	margin-bottom: 18px;
}

#rectangle-left
{
	height: 418px;
	width: 325px;
	float: left;
	margin-bottom: 18px;
	margin-right: 18px;
	overflow: hidden;
}

#square-tl, #square-bl
{
	margin-right: 18px;
}

#news-holder
{
	height: 270px;
	height: 350px;
	overflow: auto;
	padding-right: 18px;
}

#footer
{
	width: 996px;
	padding: 15px 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
/* END MAIN HOLDERS */

/* START MISC DIVS */
.goto-class-holder
{
	margin-bottom: 30px;
	height: 200px;
	overflow: hidden;
}

.back-fore
{
	font: 1.4em/1.7 Georgia, "Times New Roman", serif;
	margin-bottom: 20px;
	color: #565656;
}

.post-holder
{
	padding-bottom: 5px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ece0c1;
	overflow: hidden;
	clear: both;
}

.divider
{
	clear: both;
	height: 10px;
	background: #fff url(/wp-content/themes/hmh_original/i/divider.gif) center center no-repeat;
	margin: 0 auto 20px auto;
}
/* END MISC DIVS */

/* START LINKS */
a:link, a:visited
{
	color: #398EE4;
	color: #619BD5;
}

a:hover, a:active
{
	color: #898989;
	text-decoration: none;
}
/* END LINKS */

/* START PARAGRAPHS AND HEADINGS */
p
{
	font: 1.4em/1.7 Georgia, "Times New Roman", serif;
	margin-bottom: 20px;
	color: #565656;
}

p#who-we-are
{
	font: 2.4em/1.4 Georgia, "Times New Roman", serif;
	color: #9a9a9a;
	border-bottom: 1px solid #ece0c1;
	padding-bottom: 20px;
}

p#who-we-are span
{
	color: #000;
	color: #747474;
}

p#who-we-are #who-span
{
	background: #ababab;
	background: #ccc;
	padding: 3px 12px;
	color: #fff;
}

p.caption
{
	color: #787878;
	line-height: 1.4;
	text-align: center;
}

p.quote
{
	font-size: 1.3em;
	line-height: 1.6;
	font-style: italic;
	color: #888;
}

p.posted
{
	color: #848484;
	font-variant: small-caps;
}

div.goto-class-holder p
{
	text-align: center;
	margin-top: 85px;
}

div#people-talking-holder p
{
	margin-bottom: 0;
}

div.goto-class-holder img
{
	width: 325px;
	height: 200px;
	float: left;
}

h2
{
	color: #B1934B;
	font:  2.8em/28px Georgia, Helvetica, serif;
	margin-bottom: 15px;
}

h3
{
	color: #7bb5e4;
	font:  2.5em/25px Georgia, Helvetica, serif;
	margin-bottom: 10px;
}

h4
{
	color: #888;
	font:  2.1em/1 Georgia, Helvetica, serif;
	margin-bottom: 10px;
}
/* END PARAGRAPHS AND HEADINGS */

/* START MAIN NAVIGATION */
ul#nav
{
	font: 1.7em Georgia, Helvetica, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #B75446;
	height: 418px;
	padding-top: 1px;
	margin-bottom: 18px;
}

ul#nav a
{
	text-decoration: none;
	display: block;
	height: 46px;
	width: 230px;
	padding-left: 25px;
	line-height: 46px;
}

ul#nav li.nav-home a
{
	height: 50px;
	line-height: 50px;
}

ul#nav a:link, ul#nav a:visited
{
	color: #fff;
}

ul#nav a:hover, ul#nav a:active
{
	color: #fff;
	background: #BF6458;
}
/* END MAIN NAVIGATION */

/* START YOU ARE HERE */
body#home ul#nav-footer li.nav-home a:link,
body#home ul#nav-footer li.nav-home a:visited,
body#schedules ul#nav-footer li.nav-schedules a:link,
body#schedules ul#nav-footer li.nav-schedules a:visited,
body#teachers ul#nav-footer li.nav-teachers a:link,
body#teachers ul#nav-footer li.nav-teachers a:visited
{
	background: #A5A5A5;
	color: #000;
}
/* END YOU ARE HERE */

/* START FOOTER NAVIGATION */
ul#nav-footer
{
	font: 1.1em Georgia, Helvetica, serif;
	letter-spacing: 1px;
	display: inline;
}

ul#nav-footer li
{
	display: inline;
	margin-right: 20px;
}

ul#nav-footer a
{
	text-decoration: none;
	padding: 3px 5px;
}

ul#nav-footer a:link, ul#nav-footer a:visited
{
	color: #343434;
}

ul#nav-footer a:hover, ul#nav-footer a:active
{
	color: #000;
	background: #BFBFBF;
}  

ul#teacher-login
{
	font: 1.1em Georgia, Helvetica, serif;
	letter-spacing: 1px;
	position: absolute;
	top: 15px;
	right: 0;
}

ul#teacher-login a
{
	text-decoration: none;
	text-align: right;
}

ul#teacher-login a:link, ul#teacher-login a:visited
{
	color: #676767;
}

ul#teacher-login a:hover, ul#teacher-login a:active
{
	color: #000;
}
/* END FOOTER NAVIGATION */

/* START SEARCH STUFF */
#search-form
{
	background: transparent url(/wp-content/themes/hmh_original/i/search.gif) top left no-repeat;
	height: 40px;
	margin-bottom: 30px;
}
.search-input
{
	font: 1.9em Georgia, Helvetica, serif;
	color: #bbb;
	width: 285px;
	border: none;
	background: transparent;
	margin: 7px 0 0 10px;
}

div.search-results-item
{
	border-bottom: 1px solid #
}
/* END SEARCH STUFF */

/* START MISC STUFF */
#the-map
{
	float: left;
	margin: 10px 25px 15px 0;
}

.goleft
{
	float: left;
	margin: 0 25px 15px 0;
}

.goright
{
	float: right;
	margin: 0 0 15px 25px;
}

.tight
{
	margin-bottom: 0;
}

span.emphasizeme
{
	color: #BF675A;
}

.post-holder img
{
	border: 5px solid #ece0c1;
	display: block;
	height: 125px;
	width: 125px;
	float: left;
	margin: 6px 20px 20px 0;
}

strong
{
	font-weight: bold;
}

address
{
	font: 1.3em/1.5 Georgia, Helvetica, serif;
	letter-spacing: 1px;
	margin-bottom: 22px;
	color: #727272;
}

.col-left address
{
	text-align: right;
	margin-right: 5px;
}
/* END MISC STUFF */

/* START LISTS */
li.news-bullet p
{
	font: 15px/1.5 Georgia, "Times New Roman", serif;
	color: #565656;
	margin-bottom: 7px;
}

ul.sideways li
{
	display: inline;
	margin-right: 30px;
}

ul.generic, ul.sideways
{
	font: 1.4em/1.4 Georgia, "Times New Roman", serif;
	margin-bottom: 20px;
	color: #565656;
}

ul.generic li
{
	margin-bottom: 14px;
	padding-left: 15px;
	background: url(/wp-content/themes/hmh_original/i/bullet_generic.gif) 0 7px no-repeat;
}

ul.generic span
{
	font-weight: bold;
	font-variant: small-caps;
}

.col-left ul.generic li
{
	margin-bottom: 10px;
}
/* END LISTS */

/* START NON-SEARCH FORM FORM STUFF */
form#email-signup
{
	font: 1.4em/1.7 Georgia, "Times New Roman", serif;
	color: #565656;
}

form#email-signup input.input-text
{
	font: 14px Georgia, "Times New Roman", serif;
	color: #565656;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 243px;
}
/* END NON-SEARCH FORM FORM STUFF */
