/*
Colours:

blue: #0873ba
light blue: #e9f2f9
black: #1e1e1e
yellow: #f5cb62
light yellow: #fbeac0
dark yellow: #ad742e
*/

html {
	height: 100%;
}

body {
	background-color: #0873ba;
	background-image: url(../img/background.png);
	background-position: left 130px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #1e1e1e;
}

input, textarea, select 
{
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #0873ba;
}

a:hover {
	text-decoration: none;
	color: #900;
}

a img {
	border-width: 0;
}

h1,h2,h3,h4,h5,h6,p,div,span,form {
	line-height: 1em;
	margin: 0;
	padding: 0;
}

form { height: 100%; margin: 0; padding: 0; }

ul, ol
{
	font-size: .9em;
	margin: 0 45px 15px;
	line-height: 1.5em;
	padding: 0;
}

ul li, ol li
{
	margin: 0 0 5px;
}

p {
	margin: 0 15px 15px;
	line-height: 1.6em;
	font-size: .9em;
	text-align: justify;
}

blockquote {
	margin: 15px 30px 15px;
	line-height: 1.5em;
	font-size: .9em;
	border-left: solid 5px #e6e6e6;
	padding: 0 15px;
}

h1 {
	height: 1em;
	padding: 10px 10px 15px;
	color: #FFF;
	font-size: 26px;
	background-repeat: no-repeat;
	background-color: #0873ba;
	background-image: url(../img/content/largeleftheader.png);
	background-position: left bottom;
	margin: 0 0 10px;
}

h2
{
	height: 1em;
	font-size: 22px;
	margin: 0 15px 5px;
	padding: 0 0 5px;
	border-bottom: dotted 1px #aaa;
}

h3 
{
	font-size: 14px;
	margin: 0 15px 5px;
}

.sIFR-active .content h1, .sIFR-active .content h2
{
	visibility: hidden;
}

#wrapper {
	min-height: 100%;
	margin: auto;
	position: relative;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-image: url(../img/footer/background.png);
	color: #FFF;
	overflow: hidden;
}

#footer .address {
	width: 960px;
	text-align: left;
	margin: 30px auto 20px;
	color: #999;
	font-size: .9em;
	font-weight: bold;
}

#footer .copyright {
	font-size: .8em;
	font-weight: bold;
	color: #999;
	margin: 20px auto 30px;
	width: 960px;
	text-align: left;
}

#footer .links {
	font-size: .8em;
	font-weight: bold;
	color: #999;
	margin: 20px auto;
	width: 960px;
	text-align: left;
}

#footer .hilite, #footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #fbeac0;
	text-decoration: underline;
}

#header {
	padding: 30px 0 0;
	width: 960px;
	margin: auto;
	background-image: url(../img/menu/background.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-align: left;
}

#logo {
	width: 111px;
	height: 100px;
	background-image: url(../img/header/logo.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#logotext {
	width: 699px;
	height: 58px;
	background-image: url(../img/header/text.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}

#menu {
	float: left;
	width: 849px;
}

#menu ul.main {
	list-style: none;
	margin: 12px 16px 0;
	padding: 0;
	position: relative;
}

#menu ul.main li 
{
	margin: 0;
}

#menu ul.main li.item {
	float: left;
	display: inline;
	height: 30px;
	background-image: url(../img/menu/spacer.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 2px;
}

#menu ul.main li.item.end {
	background-image: none;
	padding-right: 0;
}

#menu ul.main li.item a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-position: left top;
}

#menu ul.main li.item a:hover, #menu ul.main li.item a.selected {
	background-position: left -30px;
}

#menu ul.main li.item a.home {
	width: 55px;
	background-image: url(../img/menu/items/home.png);
}

#menu ul.main li.item a.about {
	width: 78px;
	background-image: url(../img/menu/items/about.png);
}

#menu ul.main li.item a.admissions {
	width: 92px;
	background-image: url(../img/menu/items/admissions.png);
}

#menu ul.main li.item a.calendar {
	width: 81px;
	background-image: url(../img/menu/items/calendar.png);
}

#menu ul.main li.item a.contact {
	width: 89px;
	background-image: url(../img/menu/items/contact.png);
}

#menu ul.main li.item a.elementary {
	width: 142px;
	background-image: url(../img/menu/items/elementaryschool.png);
}

#menu ul.main li.item a.highschool {
	width: 97px;
	background-image: url(../img/menu/items/highschool.png);
}

#menu ul.main li.item a.spiritual {
	width: 80px;
	background-image: url(../img/menu/items/spiritual.png);
}

#menu ul.main li.item a.academics {
	width: 87px;
	background-image: url(../img/menu/items/academics.png);
}

#menu ul.subMenu {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #efefef;
	font-size: 1em;
}

#menu ul.subMenu li 
{
	margin: 0;
}

#menu ul.subMenu li.subItem a {
	text-indent: 0;
	height: auto;
	padding: .5em;
	text-decoration: none;
	border-bottom: solid 1px #aaa;
}

#menu ul.subMenu li.subItem a:hover {
	background-color: #0873ba;
	border-color: #FFF;
	color: #FFF;
}

#menu ul.subMenu li.subItem {
	height: auto;
	line-height: 1em;	
}

#content {
	background-color: #daeaf5;
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	margin: auto;
	text-align: left;
}

.col1, .col2, .col3 {
	float: left;
	display: inline;
	margin-left: 20px;
	margin-bottom: 20px;
}

.col1 {
	width: 220px;
}

.col2 
{
	width: 700px;
}

body.content {
	background-image: none;
}

.content 
{
	min-height: 100px;
	width: 100%;
	text-align: left;
	background-color: #FFF;
}

.col1 .content {
	background-color: #e9f2f9;
}

.col2 .content 
{
	width: 680px;
	margin: 20px 20px 0 0;
}

h1.red {
	background-color: #900;
}

.col1 h1.nobottom, h1.nobottom {
	background-image: none;
	padding: 10px;	
}

h1.rightside {
	background-image: url(../img/content/largerightheader.png);
	background-position: right bottom;
}

h1.leftside {
	background-position: left bottom;
}

.col1 h1 {
	background-position: right bottom;
	background-color: #f5cb62;
	background-image: url(../img/content/leftheader.png);
}

#subCalendar 
{
	background-color: #e9f2f9;
	color: #0873ba;
	padding: 10px 30px 30px;
	height: 295px;
	width: 160px;
	overflow: hidden;
}

#subCalendar h2 {
	font-size: 10em;
	letter-spacing: -.05em;
	text-align: center;
	background: none;
	border-width: 0;
	margin: 0;
	padding: 0;
}

#subCalendar h3 {
	text-align: center;
	font-size: .9em;
	text-transform: uppercase;
	margin: 0 0 1em;
}

#subCalendar div.days {
	font-size: .8em;
	width: 168px;
	margin: auto;
	font-weight: bold;
}

#subCalendar div.days a, #subCalendar div.days span {
	width: 24px;
	height: 1em;
	padding: 6px 0;
	text-align: center;
	float: left;
	display: inline;
	text-decoration: none;
}

#subCalendar div.days a.hilite {
	background-color: #f5cb62;
	color: #ad742e;
}

#subCalendar div.days a:hover, #subCalendar div.days a.selected {
	background-color: #0873ba;
	color: #FFF;
}

ul.messagelist {
	list-style-type: none;
	margin: 0 15px 15px;
	padding: 0;
}

ul.messagelist li {
	border-bottom: dotted 1px #CCC;
	margin: 0;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

ul.messagelist li div.caption 
{
	margin: 3px 0 0;
}

ul.hilitelist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.hilitelist li {
	border-bottom: dotted 1px #CCC;
	line-height: 1.25em;
	margin: 0;
}

ul.hilitelist li a {
	display: block;

	padding: 4px 12px;
	
	background-image: url(../img/content/arrows/blue.png);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	text-decoration: none;
}

ul.hilitelist li a:hover {
	background-color: #fbf7ee;
}

ul.hilitelist li cite {
	display: block;
	color: #888;
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
}


ul.padded {
	margin: 6px 15px 15px;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.medium {
	font-size: .9em;
}

.small {
	font-size: .9em;
}

.spacer { height: 0; overflow: hidden; clear: both }

.caption
{
	color: #888;
	font-size: .9em;
}

.table 
{
	clear: both;
	margin: 0 15px 15px;
	font-size: .9em;
	line-height: 1.25em;
}

.table .tr 
{
	clear: both;
	height: 5px;
	overflow: hidden;
}

.table .th, .table .td 
{
	float: left;
	display: inline;
}

.table .th 
{
	width: 120px;
	padding-top: 6px;
	margin-right: 10px;
	font-weight: bold;
}

.table .td 
{
}

#calendar 
{
	margin: 0 15px 15px;
}

#calendar div.day, #calendar div.none {
	width: 116px;
	height: 15em;
	padding: 5px;
	float: left;
	display: inline;
	font-size: .8em;
	line-height: 1.25em;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}

#calendar div.start
{
	border-left: solid 1px #e6e6e6;
	width: 115px;
}

#calendar div.none
{
	background-color: #e6e6e6;
}

#calendar div.title 
{
	border-width: 0;
	width: 117px;
	height: 1em;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #aaa;
}

#calendar span.event 
{
	border-bottom: dotted 1px #aaa;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
}

#calendar span.time 
{
	font-weight: bold;
	color: #888;
	display: block;
	margin-bottom: 3px;
}

#calendar div.selected span.time
{
	color: #e6e6e6;
}

#calendar div.hilite span.time 
{
	color: #ad742e;
}

#calendar div.hilite span.event 
{
	border-color:#ad742e;
}

#calendar div.selected 
{
	background-color: #0873ba;
	color: #FFF;
}

#calendar div.hilite 
{
	background-color: #f5cb62;
	color: #ad742e;
}

#calendar span.aDay 
{
	float: right;
	font-weight: bold;
}

/*** EDITOR ***/
.colDropCue 
{
	border: dashed 2px #e6e6e6;
	background-color: #f6f6f6;
	display:none;
}

.block 
{
	overflow:hidden;
}

.blockHeader 
{
	background-color: #e6e6e6;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	z-index:20;
}

.blockMover 
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: move;
	background-image:url(/img/admin/movebox.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
	background-position: left center;
	padding-left: 28px;
	padding-right: 5px;
	right: 0;
	height:18px;
	font-size: 11px;
	padding-top: 5px;
}

.blockEditorControls 
{
	background-color:#f6f6f6;
	padding: 4px;
	font-size: 11px;
	border-width: 0 1px;
}

.blockEditBody textarea
{
	width: 100%;
	height: 150px;
}

.blockEditorBackground 
{
	background-color:#FFF;
}

.blockEditor 
{
	background-color:#FFF;
}

.updateProgress
{
	width: 110px;
	text-align: left;
	padding: 20px;
	font-size: 11px;
	font-weight:bold;
	border: 2px solid #000;
	background: #FFF;
	z-index: 2000;
}

.editorOptions
{
	text-align: left;
	padding: 20px;
	font-size: 12px;
	font-weight:bold;
	border: 2px solid #000;
	background: #FFF;
	z-index:2001;
}