/*
BLUE: #00a0af
ORANGE: #f47b20
GREEN: #a2a537
PURPLE: 78496a

MAIN: #8c7966 (headings, lines etc.)
LIGHT: #e8e4e0 (box bgs)

BOX TXT: #231f20 (header and footer and boxouts)

MAIN TEXT: #000000;

*/

body {
	background-color: #dfd9d3;
	color: #000;
	font: 0.8em/1.3 Helvetica, Arial, sans-serif;
	/*background-image: url(/img/bg.gif);*/
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #8c7966;
	text-decoration: none;
}

#school a:link, #school a:visited {
	color: #00a0af;
}

#parents a:link, #parents a:visited {
	color: #f47b20;
}

#students a:link, #students a:visited {
	color: #a2a537;
}

#community a:link, #community a:visited {
	color: #78496a;
}

a:hover {
	text-decoration: underline;
}


a:focus {
	outline: 1px dotted #aaa;
}


#wrapper {
	width: 985px;
	text-align: left;
	background-image: url(/img/bg.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	
}

* html #wrapper {
	background-image: none;
}

.bottom {
	width: 983px;
	text-align: left;
	background-image: url(/img/bg-bottom.png);
	background-repeat: no-repeat;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
}

* html .bottom {
	background-image: none;
	height: 0;
}

#wrapper .wrap-inner {
	margin: 0 12px 0 12px;
	background-color: #fff;
	color: #000;
}

#header {
	position: relative;
	padding: 25px;
}

* html #header {
	height: 1%;
}

#header div.util {
	position: absolute;
	top: 25px;
	right: 25px;

	
}

#header div.util ul {
	list-style: none;
	text-align:right;
}

#header .util li {
	display: inline;
	text-transform: uppercase;
	color: #231f20;
	font-size: 80%;
}

#header .util li a:link, #header .util li a:visited {
	text-decoration: none;
	color: #000;
}

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

#header .util ul.parentlinks {
	margin-top: 40px;
	background-color: #e8e3dd;
	background-image: url(/img/login-box-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 216px;
	padding: 10px 4px 20px 4px;
	float:right;
}

#header .util ul.parentlinks li {
	display: block;
	font-size: 80%;
	text-align: right;
	text-transform: none;
	padding: 0 0 0.8em 0;
}

#nav {
	padding: 0 20px 0 25px;
}

#nav li {
	float:left;
	width: 224px;
	height: 45px;
	margin-right: 5px;
}

#nav li span {
	margin-left: -9999px;
}

#nav li a:link, #nav li a:visited {
	display: block;
	background-repeat: no-repeat;
	width: 224px;
	height: 45px;
	overflow: hidden;
}

#nav li.school a:link, #nav li.school a:visited {
	background-image: url(/img/nav-our-school.gif);
}

#school #nav li.school a:link, #school #nav li.school a:visited, #nav li.school a:hover {
	background-image: url(/img/nav-our-school-on.gif);
}

#nav li.parents a:link, #nav li.parents a:visited {
	background-image: url(/img/nav-parents.gif);
}

#parents #nav li.parents a:link, #parents #nav li.parents a:visited, #nav li.parents a:hover {
	background-image: url(/img/nav-parents-on.gif);
}

#nav li.community a:link, #nav li.community a:visited {
	background-image: url(/img/nav-community.gif);
}

#community #nav li.community a:link, #community #nav li.community a:visited, #nav li.community a:hover {
	background-image: url(/img/nav-community-on.gif);
}

#nav li.students a:link, #nav li.students a:visited {
	background-image: url(/img/nav-students.gif);
}

#students #nav li.students a:link, #students #nav li.students a:visited, #nav li.students a:hover {
	background-image: url(/img/nav-students-on.gif);
}

#main {
	padding: 0 25px 0 25px;
}

#homeboxes {
	background-image: url(/img/homeboxes-bg.gif);
	background-repeat: no-repeat;
	padding: 10px 0 1em 0;
	float:left;
	width: 916px;
	margin-right: -5px;
}

#homeboxes .box {
	float:left;
	margin-right: 5px;
	border-top: 0;
}

#slideshow {
	position: relative;
	height: 332px;
}

#slideshow img.feature {
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow-util {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 911px;
	float: left;
	padding: 6px 0 6px 0;
}

#slideshow ul#images {
	float:right;
	text-align:right;
	width: 500px;
}

#slideshow ul#images li {
	display: inline;
	padding: 0 0 0 8px;
}



#slideshow a#stop-slideshow:link, a#stop-slideshow:visited {
	float:right;
	width: 8em;
	text-align:right;
	text-decoration: underline;
	font-size: 85%;
}

.box {
	width: 224px;
	border-top: 10px solid #8c7966;
}

.box h4 {
	color: #8c7966;
	background-color: transparent;
	font-weight: normal;
	font-size: 17px;
	padding: 0.4em 0 0.4em 0;
}

.box .inner {
	padding: 7px 7px 30px 7px;
	background-color: #e8e4e0;
	color: #231f20;
	background-image: url(/img/box-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 90%;
	min-height: 16em;
}

.box ul#archivelist li {
	font-size: 165%;
	clear:left;
}

.box ul#archivelist li a:link, .box ul#archivelist li a:visited {
	text-decoration: none;
}

.box ul#archivelist li li {
	font-size: 65%;
	text-transform: uppercase;
	float:left;
	width:68px;
	text-align: center;
	clear:none;
}

.box ul#archivelist li ul {
	border-top: 1px solid #e8e4e0;
	border-left: 1px solid #e8e4e0;
}

.box ul#archivelist li li a:link, .box ul#archivelist li li a:visited {
	text-decoration: none;
	display:block;
	color: #fff;
	background-color: #8c7966;
	padding: 0.2em 0 0.2em 0;
	border-right: 1px solid #e8e4e0;
	border-bottom: 1px solid #e8e4e0;
}

.box ul#archivelist li li.cur a:link, .box ul#archivelist li li.cur a:visited {
    background-color: #00a0af;
}

#homeboxes .box .inner {
	border-bottom: 10px solid #8c7966;
}

.box a:link, .box a:visited {
	color: #231f20;
	text-decoration: underline;
}

.footer {
	padding: 1em 0 1em 0;
	text-align: center;
	font-size: 85%;
	clear: both;
	border-top: 10px solid #8c7966;
}

* html .footer {
	height: 1%;
}

#home .footer {
    border-top: none;
}

#cols {
	clear: both;
	border-top: 10px solid #8c7966;
	width: 683px;
	float:left;
}

#school #cols {
	border-top: 10px solid #00a0af;
}

#parents #cols {
	border-top: 10px solid #f47b20;
}

#students #cols {
	border-top: 10px solid #a2a537;
}

#community #cols {
	border-top: 10px solid #78496a;
}

#subnav {
	width: 224px;
	float:left;
	margin: 0 5px 0 0;
	padding: 15px 0 0 0;
}

#subnav li {
	margin: 0 0 0.6em 0;
}

#subnav li li {
	margin: 0.3em 0 0 0;
}

#subnav a:link, #subnav a:visited {
	color: #fff;
	background-color: #8c7966;
	text-decoration: none;
	padding: 0.2em 0.4em 0.2em 0.4em;
	display:inline-block;
}

#subnav a:hover {
	color: #8c7966;
	background-color: #e8e4e0; 
}

#subnav a.selected:link, #subnav a.selected:visited, #subnav a.selected:hover {
	background-color: transparent;
	font-weight: bold;
	color: #8c7966;
	margin-left: -25px;
	border-left: 25px solid #8c7966;
}

#subnav ul ul {
	padding-left: 25px;
	margin-left: -25px;
	border-left: 25px solid #8c7966;
}

#subnav li.cur ul, #school #subnav li.cur ul, #students #subnav li.cur ul, #parents #subnav li.cur ul, #community #subnav li.cur ul {
	border:0;
	margin-left: 0;
}

#subnav ul ul a:link, #subnav ul ul a:visited, #subnav ul ul a:hover {
	background-color: transparent;
	color: #8c7966;
	padding: 0;
}

#subnav ul ul a.selected:link, #subnav ul ul a.selected:visited, #subnav ul ul a.selected:hover,
#school #subnav ul ul a.selected:link, #school #subnav ul ul a.selected:visited, #school #subnav ul ul a.selected:hover,
#parents #subnav ul ul a.selected:link, #parents #subnav ul ul a.selected:visited, #parents #subnav ul ul a.selected:hover,
#students #subnav ul ul a.selected:link, #students #subnav ul ul a.selected:visited, #students #subnav ul ul a.selected:hover,
#community #subnav ul ul a.selected:link, #community #subnav ul ul a.selected:visited, #community #subnav ul ul a.selected:hover {
	border:0;
	margin: 0;
	text-decoration: underline;
}

/* nav colours for school section */

#school #subnav a:link, #school #subnav a:visited {
	color: #fff;
	background-color: #00a0af;
}

#school #subnav a:hover {
	color: #00a0af;
	background-color: #ccecef; 
}

#school #subnav a.selected:link, #school #subnav a.selected:visited, #school #subnav a.selected:hover {
	color: #00a0af;
	background-color: transparent;
	border-left: 25px solid #00a0af;
}

#school #subnav ul ul {
	border-left: 25px solid #00a0af;
}

#school #subnav ul ul a:link, #school #subnav ul ul a:visited,#school #subnav ul ul a:hover {
	background-color: transparent;
	color: #00a0af;
}

/* nav colours for parents section */

#parents #subnav a:link, #parents #subnav a:visited {
	color: #fff;
	background-color: #f47b20;
}

#parents #subnav a:hover {
	color: #f47b20;
	background-color: #fde5d3; 
}

#parents #subnav a.selected:link, #parents #subnav a.selected:visited, #parents #subnav a.selected:hover {
	color: #f47b20;
	background-color: transparent;
	border-left: 25px solid #f47b20;
}

#parents #subnav ul ul {
	border-left: 25px solid #f47b20;
}

#parents #subnav ul ul a:link, #parents #subnav ul ul a:visited, #parents #subnav ul ul a:hover {
	background-color: transparent;
	color: #f47b20;
}

/* nav colours for students section */

#students #subnav a:link, #students #subnav a:visited {
	color: #fff;
	background-color: #a2a537;
}

#students #subnav a:hover {
	color: #a2a537;
	background-color: #ecedd7; 
}

#students #subnav a.selected:link, #students #subnav a.selected:visited, #students #subnav a.selected:hover {
	color: #a2a537;
	background-color: transparent;
	border-left: 25px solid #a2a537;
}

#students #subnav ul ul {
	border-left: 25px solid #a2a537;
}

#students #subnav ul ul a:link, #students #subnav ul ul a:visited, #students #subnav ul ul a:hover {
	background-color: transparent;
	color: #a2a537;
}

/* nav colours for community section */

#community #subnav a:link, #community #subnav a:visited {
	color: #fff;
	background-color: #78496a;
}

#community #subnav a:hover {
	color: #78496a;
	background-color: #e4dbe1; 
}

#community #subnav a.selected:link, #community #subnav a.selected:visited, #community #subnav a.selected:hover {
	color: #78496a;
	background-color: transparent;
	border-left: 25px solid #78496a;
}

#community #subnav ul ul {
	border-left: 25px solid #78496a;
}

#community #subnav ul ul a:link, #community #subnav ul ul a:visited, #community #subnav ul ul a:hover {
	background-color: transparent;
	color: #78496a;
}
#content { 
	width: 410px;
	float:left;
	padding: 15px 44px 0 0;
}

#content h1 {
	color: #8c7966;
	font-size: 220%;
	font-weight: bold;
	padding: 0 0 0.2em 0;
}

#content table {
	border-collapse: collapse;
	border:1px solid #8c7966;
	margin: 0 0 1em 0;
}

#content table th {
	font-weight: bold;
	text-align: left;
	padding: 0.1em;
	border:1px solid #8c7966;
}

#content table td {
	text-align: left;
	vertical-align:top;
	padding: 0.1em;
	border:1px solid #8c7966;
}

#school #content h1 {
	color: #00a0af;
}

#parents #content h1 {
	color: #f47b20;
}

#community #content h1 {
	color: #78496a;
}

#students #content h1 {
	color: #a2a537;
}

#school #content table, #school #content table th, #school #content table td {
	border:1px solid #00a0af;
}

#parents #content table, #parents #content table th, #parents #content table td {
	border:1px solid #f47b20;
}

#community #content table, #community #content table th, #community #content table td {
	border:1px solid #78496a;
}

#students #content table, #students #content table th, #students #content table td {
	border:1px solid #a2a537;
}

#content p {
	padding: 0 0 1em 0;
}

#content ol {
	list-style-type: decimal;
	padding: 0 0 1em 30px;
	
}

#content ul {
	list-style-type: disc;
	padding: 0 0 1em 15px;
}

#content .hilite {
	background-color: #e8e4e0;
	color: #231f20;
	padding: 10px 10px 20px 10px;
	margin: 0 0 1em 0;
	background-image: url(/img/hilite-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content .hilite h2 {
	color: #8c7966;
	font-size: 200%;
	font-weight: normal;
}

#content .sitemap ul {
	padding: 0 0 1em 1em;
	list-style-type: square;
	color:#8C7966;
}

#content .sitemap ul ul{
	padding: 0 0 1em 2em;
	list-style-type: square;
}

h2 {
	font-size: 115%;
	padding: 0 0 1em 0;
}

.downloads h2 {
	background-image: url(/img/divider-school.gif);
	background-repeat: no-repeat;
	padding: 15px 0 1em 0;
	margin: 1em 0 0 0;
}

.file {
	margin: 0 0 1em 0;
}

ul#teamlisting {
	background-image: url(/img/divider-school.gif);
	background-repeat: no-repeat;
	float:left;
	width: 410px;
	padding: 30px 0 0 0;
	list-style-type: none;
}

ul#teamlisting li {
	float:left;
	width: 102px;
	margin: 0 34px 1em 0;
}

#news ul {
	padding: 0;
	list-style: none;
}

#news li {
	background-image: url(/img/divider-school.gif);
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
	min-height: 30px;
}

#news li .postdate {
	color: #00a0af;
}

div.vevent .postdate {
	background-image: url(/img/divider-school.gif);
	background-repeat: no-repeat;
	padding: 20px 0 1em 0;
	color: #00a0af;
}

#extras {
	width: 224px;
	float:right;
}

#content ul.album-list  {
    background-image: url(/img/divider-school.gif);
    background-repeat: no-repeat;
    padding: 30px 20px 0 0;
    margin: 20px 0 0 0;
    list-style: none;
}

.album-list li img {
    float:left;
    margin: 0 10px 10px 0;
}

.album-list li {
    clear: left;
    margin-bottom: 10px;
    padding: 6px;
    color: #000;
    float:left;
    width: 378px;
    background-color:#E8E4E0;
    color: #000;
}

#school .album-list li a:link, #school .album-list li a:visited {
    color: #000;
    text-decoration: underline;
    display:block;
}

.album-list li.selected {
	background-color: #00a0af;
	color: #fff;
}

#content .album-list li p {
	margin: 0;
	padding: 0;
}

#school .album-list li.selected a:link, #school .album-list li.selected a:visited {
    color: #fff;
    
}

#school .gallerynav a:link, #school .gallerynav a:visited {
    color: #8c7966;
    text-decoration: underline;
}

.videoinfo {
	color: #00a0af;
	font-size: 145%;
	padding: 0.2em 0 0 0;
}

.gallerynav {
    float:right;
    width: 18%;
    text-align: right;
    padding-right: 20px;
    font-size: 90%;
}

.caption {
    float: left;
    width: 70%;
    color: #00A0AF;
}

.clear {
	display: block;
	clear: both;
	height: 1px;
}