/*
Theme Name: PSI Schools Custom
Theme URI: 
Description: 
Version: 
Author: 
Tags: 

*/

body {
	margin: 0;
	background-color: #fdf9ce;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* --------------------------------------
   whole site 
-------------------------------------- */  
#pagearea {
	margin: 0 auto;
	width: 778px;
	padding: 0 8px 0 8px;
	background: url(images/pageshadow.gif) repeat-y;
	text-align: left;
}
#content {
	width: 778px;
	background: url(images/leftcol-bg.gif) repeat-y;
}
hr.sep {
	display: none;
}

a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #661118;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* - \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* - */

/* --------------------------------------
   header
-------------------------------------- */ 
#header {
	height: 85px;
}
#header h1 {
	margin: 0;
}
#header h1.logo a {
	display: block;
	float: left;
	width: 308px;
	height: 85px;
	background: url(images/logo.gif) no-repeat top left;
	overflow: hidden;
	text-indent: -9999px;
} 
#header .headerlinks {
	float: left;
	margin: 13px 0 0 0;
	width: 156px;
	height: 72px;
	overflow: hidden;
	background: url(images/header-link-divider.gif) repeat-y top left;
}
#header .headerlinks ul {
	padding: 0;
	margin: 0 8px 0 10px;
	list-style-type: none;
}
#header .headerlinks li {
	color: #676767;
	margin: 2px 0 2px 0;
}
#header .headerlinks li a {
	color: #676767;
	text-decoration: none;
}
#header .headerlinks li a:hover {
	text-decoration: underline;
}


/* --------------------------------------
   nav
-------------------------------------- */ 
#nav {
	border-top: 6px solid #911923;
	height: 27px;
	background: url(images/navbg.gif) repeat-x;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	float: left;
	padding: 0 0 0 4px;
	background: url(images/nav-dividers.gif) no-repeat top left;
}
#nav li.first {
	width: 152px;
	padding-left: 0;
	background: none;
}
#nav li a {
	display: block;
	width: 152px;
	height: 22px;
	padding: 5px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
#nav li a:hover {
	color: #414141;
}


/* --------------------------------------
   searchbar
-------------------------------------- */ 
#searchbar {
	clear: both;
	height: 36px;
	background-color: #29398a;
	border-bottom: 1px solid #54599a;
}
#searchbar .searchbox {
	float: left;
	margin: 3px 0 0 24px;
	height: 29px;
	min-width: 386px;
	width: auto !important;
	width: 389px;
	background: url(images/searchbar-bg.gif) repeat-x;
	display: inline;
}
#searchbar .searchbox-left {
	height: 29px;
	background: url(images/searchbar-left.gif) no-repeat top left;
}
#searchbar .searchbox-right {
	height: 26px;
	padding: 3px 10px 0 10px;
	background: url(images/searchbar-right.gif) no-repeat top right;
}
#searchbar label {
	float: left;
	padding: 4px 6px 0 0;
	font-size: 12px;
	font-weight: bold;
}
#searchbar input.textbox {
	float: left;
	margin: 1px 5px 0 0;
	padding: 2px;
	width: 260px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #545454 #cccccc #cccccc #545454;
}
#searchbar input.button {
	float: left;
	width: 48px;
	height: 17px;
	margin: 3px 0 0 0;
	border: none;
	background: transparent url(images/search-button-bg.gif) no-repeat;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	cursor: pointer;
}
#searchbar .teacher {
	float: right;
	padding: 5px 16px 0 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}


/* --------------------------------------
   left column
-------------------------------------- */ 
#leftcol {
	float: left;
	width: 122px;
	padding: 20px 10px 10px 10px;
}
#leftcol ul {
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#leftcol li {
	margin: 3px 0 3px 0;
}
#leftcol a {
	color: #000;
	text-decoration: none;
}
#leftcol a:hover {
	text-decoration: underline;
}


/* --------------------------------------
   main content
-------------------------------------- */
#maincol {
	width: 594px;
	float: right;
	padding: 15px 21px 15px 21px;
}

/* ---------- home page ---------- */
#maincol .home-banners-top .left {
	float: left;
	width: 389px;
}
#maincol .home-banners-top .right {
	float: right;
	width: 189px;
}
#maincol .home-banners-top .right img {
	margin-bottom: 9px;
}
#maincol .home-banners-bottom {
	margin-bottom: 15px;
}
#maincol .home-banners-bottom .left {
	float: left;
	width: 288px;
}
#maincol .home-banners-bottom .right {
	float: right;
	width: 288px;
}

/* ---------- posts ---------- */
#maincol .post {
	margin: 0 0 50px 0;
	line-height: 140%;
}
#maincol h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#maincol h2 a {
	text-decoration: none;
}
#maincol .post .entry {
	margin: 15px 0 15px 0;
}

/* ---------- catalog form ---------- */
.catalog td.label {
	width: 125px;
	padding: 4px 4px 4px 0;
	vertical-align: top;
}
.catalog td.input {
	padding: 4px 0 4px 4px;
	line-height: normal;
}
.catalog input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.catalog input.textbox {
	width: 250px;
	padding: 2px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #545454 #cccccc #cccccc #545454;
}
.catalog sup {
	font-size: 11px;
	line-height: 9px;
	color: #FF0000;
}
.requirednote { color: #FF0000; }
.catalog .months td {
	padding: 0 10px 0 10px;
	text-align: center;
}
p.error-message {
	color: #990000;
}

/* ----- table of contents ----- */
ul.toc {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
ul.toc li {
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
	float: left;
	width: 267px;
	font-size: 11px;
	background: url(images/bullet.gif) no-repeat 18px 5px;
}

/* --------------------------------------
   email bar
-------------------------------------- */ 
#emailbar {
	height: 38px;
	background-color: #29398a;
	border-top: 1px solid #8885b8;
	border-bottom: 1px solid #5a5d9e;
}
#emailbar .emailbox {
	float: right;
	margin: 5px 9px 0 0;
	height: 29px;
	min-width: 387px;
	width: auto !important;
	width: 390px;
	background: url(images/searchbar-bg.gif) repeat-x;
	display: inline;
}
#emailbar .emailbox-left {
	height: 29px;
	background: url(images/searchbar-left.gif) no-repeat top left;
}
#emailbar .emailbox-right {
	height: 26px;
	padding: 3px 10px 0 10px;
	background: url(images/searchbar-right.gif) no-repeat top right;
}
#emailbar label {
	float: left;
	width: 52px;
	padding: 4px 6px 0 0;
	font-size: 12px;
	font-weight: bold;
}
#emailbar input.textbox {
	float: left;
	margin: 1px 5px 0 0;
	padding: 2px;
	width: 250px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #545454 #cccccc #cccccc #545454;
}
#emailbar input.button {
	float: left;
	width: 48px;
	height: 17px;
	margin: 3px 0 0 0;
	border: none;
	background: transparent url(images/search-button-bg.gif) no-repeat;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	cursor: pointer;
}
#emailbar .join {
	float: left;
	padding: 11px 5px 0 9px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

/* --------------------------------------
   footer
-------------------------------------- */ 
#footer {
	border-top: 5px solid #911923;
}
#footer .footer-links {
	float: left;
	width: 260px;
}
#footer .footer-links.last {
	width: 258px;
}
#footer .footer-links h3 {
	margin: 0;
	padding: 0;
	height: 26px;
	background: url(images/footer-title-bg.gif) repeat-x;
	font-size: 13px;
	font-weight: bold;
}
#footer .footer-links h3 span {
	display: block;
	height: 23px;
	padding: 3px 4px 0 60px;
	background: url(images/footer-divider.gif) no-repeat top right;
	text-align: left;
}
#footer .footer-links.last h3 span {
	background: none;
	padding-right: 0;
}
#footer .footer-links h3 li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer-links h3 a {
	color: #000;
	text-decoration: none;
}
#footer .footer-links h3 a:hover {
	color: #661118;
	text-decoration: none;
}
#footer .footer-links .content {
	margin: 3px 0 0 0;
	padding: 0 15px 10px 60px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	background: url(images/header-link-divider.gif) repeat-y top right;
}
#footer .footer-links ul {
	display: block;
	width: 138px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer .footer-links.last .content {
	background: none;
}
#footer .footer-links li {
	margin: 2px 0 2px 0;
}
#footer .footer-links a {
	color: #676767;
	text-decoration: none;
}
#footer .footer-links a:hover {
	text-decoration: underline;
}
#footer .divider {
	clear: both;
	height: 1px;
	overflow: hidden;
	background-color: #e5e5e5;
}
#footer .copyright {
	padding: 27px 0 20px 0;
	text-align: center;
	line-height: 17px;
}
#footer .copyright span {
	color: #871633;
}
