/* =========================================
What: Sayre Montessori School Main Styles
Who: K.Makaveev(for LPI)
When(update): 02/2008
========================================= */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #eee url("../system/sysimg/montessori_bkgr.gif") repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 10px;
}

.hide {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.btn, label {
	cursor: pointer;
}

hr {
	border: none;
	border-bottom: 1px solid #ddd;
}

/* =Layout
------------------------------------------------------------------------- */

#layout {
	text-align: left;
	width: 948px;
	margin: 0 auto;
}

/* =Header
------------------------------------------------------------------------- */

#header {
	height: 165px;
	border-top: 10px solid #3465a4;
	border-bottom: 10px solid #3465a4;
	background: url("../system/sysimg/bricks.gif") top left;
}

#header h1 {
	float: left;
}

#header h1 a {
	display: block;
	width: 250px;
	height: 150px;
	background: url("../system/sysimg/sayre_logo.png") no-repeat top left;
}

#header h1 a span {
	display: none;
}

#header .slogan {
	float: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #666;
	width: 660px;
	text-align: right;
	margin-top: 70px;
	font-size: 14px;
}

/* Subnavigation */

#header ul.subnav {
	float: right;
	text-align: right;
	margin-top: 10px;
	list-style: none;
}

#header ul.subnav li {
	float: left;
	line-height: 12px;
	padding: 0 0 2px 12px;
	background: url("../system/sysimg/nav_pipe.gif") no-repeat 6px 2px;
}

#header ul.subnav li.fst {
	background: none;
}

#header ul.subnav li a {
	color: #c00;
	text-decoration: none;
	font-size: 12px;
}

#header ul.subnav li a:hover {
	text-decoration: underline;
}

/* =Main
------------------------------------------------------------------------- */

#main {
	float: left;
	border-bottom: 10px solid #fff;
}

/* =Sidebar
------------------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 187px;
	border-top: 10px solid #fff;
	border-right: 10px solid #fff;
}

#sidebar h2 {
	color: #3465a4;
	letter-spacing: -1px;
	border-bottom: 1px solid #3465a4;
	font-size: 20px;
	margin: 15px 0 5px 0;
}

#sidebar h3 {
	font-size: 16px;
	color: #fc0;
	margin: 0;
	padding: 0;
}

#sidebar p {
	font-size: 12px;
	margin: 0;
}

#sidebar a.more {
	display: block;
	clear: both;
	width: 177px;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	background: #fc0;
	padding: 3px 5px;
	color: #333;
	text-decoration: none;
}

#sidebar a.more:hover {
	color: #fc0;
	background: #333;
}

/* Events */

#sidebar table.events {
	font-size: 11px;
	color: #666;
	width: 187px;
	margin: 0;
	padding: 0;
}

#sidebar table.events tr td.events_day, #sidebar table.events tr td.events_desc {
	border: 1px solid #fff;
	padding: 3px;
	margin: 0;
}

/*
#sidebar table.events tr td.act, #sidebar table.events tr td.act {
	background: #ddd;
}
*/
#sidebar table.events tr td.events_day {
	width: 40px;
	font-weight: bold;
	text-align: right;
}

#sidebar table.events tr td.events_desc {
	width: 120px;
}

/* Main navigation */

#nav {
	list-style: none;
	border-top: 1px dashed #ddd;
}

#nav li {
	border-bottom: 1px dashed #ddd;
}

#nav li a {
	display: block;
	width: 177px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #4e9a06;
	padding-left: 10px;
	text-decoration: none;
	font-size: 14px;
}

#nav li a:hover, #nav li a.act {
	color: #fff;
	background: #4e9a06;
}

/* =Content
------------------------------------------------------------------------- */

#content {
	float: left;
	width: 751px;
	border-top: 10px solid #fff;
}

/* The top block = photo+text+bg color */

#content .top_block {
	color: #fff;
	height: 200px;
	border-bottom: 10px solid #fff;
}

#content .top_block h1 {
	font-size: 28px;
	margin: 0;
	padding: 5px 0 0 10px;
	letter-spacing: -1px;
	color: #fff;
}

#content .top_block img {
	float: right;
	border-left: 10px solid #fff;
	margin-left: 10px;
}

#content .top_block p {
	margin: 5px 10px 0 10px;
	line-height: 1.3em;
	text-align: justify;
	font-size: 15px;
}

/* Color choices */

#content .tb_blue {
	background: #3465a4;
	/*background: #3465a4 url("../system/sysimg/cubes_blue.png") no-repeat 10px 110px;*/
}

#content .tb_red {
	background: #c00;
	/*background: #c00 url("../system/sysimg/cubes_red.png") no-repeat 10px 110px;*/
}

#content .tb_green {
	background: #4e9a06;
	/*background: #4e9a06 url("../system/sysimg/cubes_green.png") no-repeat 10px 110px;*/
}

/* The real page content */

#content .page_content {
	
}

#content .page_content h2 {
	color: #4e9a06;
	margin: 0 0 10px 0;
	font-size: 24px;
}

#content .page_content h3 {
	color: #c00;
	margin: 0 0 10px 0;
	font-size: 18px;
}

#content .page_content h4 {
	color: #3465a4;
	margin: 0 0 5px 0;
	font-size: 16px;
}

#content .page_content p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

#content .page_content a {
	color: #3465a4;
}

#content ul {
	margin: 10px 30px;
	list-style: square;
}

#content ul li {
	font-size: 14px;
	line-height: 1.6em;
	color: #666;
}

#content a.top {
	text-decoration: none;
	background: #eee;
	padding: 0 3px;
}

#content a.top:hover {
	background: #3465a4;
	color: #fff;
}

#content table {
	border-collapse: collapse;
	color: #333;
	margin: 0 0 10px 0;
}

#content table tr th {
	background: #ddd;
	color: #666;
}

#content table tr th, #content table tr td {
	font-size: 14px;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 5px;
}

#content table tr td ul {
	margin: 0 20px;
}

#content table tr td ul li {
	color: #333;
}

#content .img_l {
	float: left;
	margin: 0 10px 10px 0;
}

#content .img_r {
	float: right;
	margin: 0 0 10px 10px;
}

/* Events */

#content h3 {
	clear: both;
}

#content .page_content table.events {
	color: #333;
	width: 700px;
	margin: 0 0 15px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ccc;
}

#content table.events tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	border: 0;
}

#content dl.events dt.act, #content dl.events dd.act {
	background: #999;
}

#content table tr td.events_date {
	width: 80px;
	font-weight: bold;
	text-align: right;
}

#content table tr td.events_day {
	width: 60px;
	text-align: right;
}

#content table tr td.events_desc {
	width: 320px;
}

#content table tr td.events_time {
	width: 110px;
}

#content table tr td.events_place {
	width: 140px;
}

/* FAQ */

#content h4.faq_question {
	margin: 20px 0 5px 0;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

/* Success Stories */

#content h4.stories_content {
	margin: 20px 0 5px 0;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

/* Contact form */

#content .contact_frm input, #content .contact_frm textarea {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 3px;
	width: 300px;
}

#content .contact_frm input.short {
	width: 50px;
}

#content .contact_frm input.chk {
	padding: 0;
	width: auto;
	border: none;
}

#content .contact_frm input.btn {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	background: #ccc;
	font-size: 12px;
}

#content .contact_frm label {
	font-size: 14px;
	color: #666;
}

#content .contact_frm label.mandatory {
	color: #c00;
}

#content .msg {
	background: #eee;
	border: 1px solid #ddd;
	color: #c00;
	font-size: 12px;
	padding: 5px;
	width: 400px;
	margin: 10px 0;
	font-weight: bold;
}

/* =Footer
------------------------------------------------------------------------- */

#footer {
	clear: both;
	background: #fff5be;
	color: #c00;
	border-top: 1px solid #d9d3bb;
	border-bottom: 1px solid #d9d3bb;
	font-size: 11px;
	text-align: center;
}

#footer ul.subnav_btm {
	text-align: center;
	margin-top: 10px;
	list-style: none;
}

#footer ul.subnav_btm li {
	display: inline;
	line-height: 12px;
	padding: 0 0 2px 8px;
	background: url("../system/sysimg/nav_pipe.gif") no-repeat 2px 1px;
}

#footer ul.subnav_btm li.fst {
	background: none;
}

#footer ul.subnav_btm li a {
	color: #c00;
	text-decoration: none;
	font-size: 11px;
}

#footer ul.subnav_btm li a:hover {
	text-decoration: underline;
}

#footer address {
	margin: 10px 0;
	font-style: normal;
}

/* =Website down
------------------------------------------------------------------------- */

#website_down {
	margin: 20px 60px;
	text-align: center;
	font-family: serif; 
	font-size: 150%;
	color: #678;
}

#website_down h1, #website_down h2 {
	color: #c00;	
}

#website_down p {
	margin: 10px;	
}

#website_down a {
	color: #c00;	
}

#website_down hr {
	color: #abc;
	background-color: #abc;
	height: 1px;
	border: 0;	
}
