/* general
--------------------------------------------------- */

body {
	position: relative;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	background: #fff;
	color: #000;
}

img {
	display: block;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #000;
}

a {
	text-decoration: none;
}

acronym {
	border-bottom: 1px rgb(180,180,180) dotted;
	cursor: help;
}

ul {
	list-style: none;
}

hr, .hide {
	display: none;
}

.italic {
	font-style: italic;
}

cite {
	font-style: italic;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* masthead
--------------------------------------------------- */

div#masthead-wrapper {
	display: none;
}





/* primary navigation
--------------------------------------------------- */

ul#primary-nav {
	display: none;
}



/* main
--------------------------------------------------- */

div#main a {
	color: #000;
	text-decoration: underline;
}

div#main img {
	padding: 3px;
	border: 1px solid rgb(200,200,200);
}

div#main .note {
	font-style: italic;
}



/* content-wrapper
--------------------------------------------------- */

div#content-wrapper p.breadcrumb {
	display: none;
}

div#content-wrapper h1 {
	font: normal 2.4em/1.2 Georgia, serif;
	color: #000;
	padding-bottom: 0.15em;
	border-bottom: 1px solid rgb(210,210,210);
	margin-bottom: 0.6em;
}




/* content
--------------------------------------------------- */

div#content p, div#content-wrapper p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

div#content p.intro {
	margin-bottom: 1.8em;
}

div#content p.bottom-note {
	margin-top: 3em;
}

div#content ul, div#content ol {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

div#content ul li {
	padding-left: 1.5em;
	background: url(../design/bullet.gif) no-repeat 0 0.55em;
}

div#content ol li {
	list-style: decimal;
	margin-left: 1.5em;
}

div#content h2 {
	font: 1.8em/1.2 Georgia, serif;
	color: #000;
	margin-bottom: 0.1em;
	margin-top: 1.8em;
}

div#content h3 {
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
	line-height: 1.5em;
}



/* content - image
--------------------------------------------------- */

div#content div.image {
	margin-bottom: 1.5em;
}

div#content div.image-float-left {
	width: 160px;
	margin: 5px 20px 0.75em 0;
	float: left;
}

div#content div.image p {
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.3em;
	color: rgb(100,100,100);
	margin: 0.3em 0 0 0;
}



/* content - index
--------------------------------------------------- */

div#content div.index-item {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	border-bottom: 1px dotted rgb(180,180,180);
	margin-bottom: 1em;
}

div#content div.index-item h2 {
	margin: 0 0 0.1em 0;
	font-size: 1.6em;
}

div#content div.index-item h2 a {
	border: none;
}

div#content div.index-item p {
	margin-bottom: 0;
	font-style: italic;
}



/* content - h-index-item
--------------------------------------------------- */

div#content div.h-index-item-row {
	width: 100%;
}

div#content div.h-index-item-row {
	margin-bottom: 20px;
}

div#content div.h-index-item {
	float: left;
	width: 160px;
	padding-right: 19px;
	border-right: 1px solid rgb(220,220,220);
	margin-right: 20px;	
}

div#content div.h-last-index-item {
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}

div#content div.h-index-item h2 {
	margin: 0 0 0.1em 0;
	font-size: 1.6em;
}

div#main div.h-index-item a {
	border: none;
}

div#main div.h-index-item a:hover img {
	border: 1px solid rgb(180,180,180);
}

div#content div.h-index-item img {
	margin: 0.2em 0 0.3em 0;
}

div#content div.h-index-item p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 0;
	font-style: italic;
}



/* content - news-item
--------------------------------------------------- */

div#content div.news-item {
	margin-bottom: 2.1em; 
}

div#main div.news-item h2 {
	margin: 0 0 0.1em 0;
	font-size: 1.6em;
}

div#main div.news-item h2 a {
	border: none;
}

div#content div.news-item p.date {
	color: rgb(122,110,83);
	font-family: Georgia, serif;
}

div#content div.news-item p {
	margin: 0;
}

div#content div.news-item div.image {
	margin: 1em 0;
}



/* content - news entry
--------------------------------------------------- */

div#content h2.news-entry-date {
	font-size: 1.4em;
	line-height: 1.4em;
	font-variant: inherit;
	color: rgb(122,110,83);
	margin: 0 0 1em 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	top: -0.5em;
}

div#content h2.news-entry-date span.posted {
	font-style: italic;
	text-transform: none;
	letter-spacing: 0;
}



/* content - news archive
--------------------------------------------------- */

div#content h2.archive {
	margin-bottom: 0.325em;
	margin-top: 1.5em;
}

div#content p.archive {
	padding: 0 0 0.325em 0;
	margin-bottom: 0.325em;
	background: none;
	border-bottom: 1px dotted rgb(200,200,200);
	color: rgb(122,110,83);
}

div#content p.archive a {
	border: none;
}



/* content - photo gallery
--------------------------------------------------- */

img#g-placeholder {
	margin-bottom: 1.5em;
}

div#content ul#g-thumbnails {
	float: left;
	width: 560px;
}

div#content ul#g-thumbnails li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	background: none;
}

div#content ul#g-thumbnails li a {
	border: none;
}

div#content ul#g-thumbnails a:hover img {
	border: 1px solid rgb(180,180,180);
}



/* content - event-item
--------------------------------------------------- */

div#content h3.date {
	color: rgb(122,110,83);
	font: 1.2em/1 Georgia, serif;
	margin: 2.4em 0 0.6em 0;
}

div#content div.event-item {
	margin-bottom: 1.2em;
}

div#content div.event-item h2 {
	color: rgb(120,120,120);
	margin: 0 0 0.1em 0;
	font-size: 1.6em;
}

div#content div.event-item h2 a {
	border: none;
}

div#content div.event-item p {
	margin-bottom: 0.3em;
}

div#content div.event-item p.categories {
	color: rgb(100,100,100);
	font-style: italic;
	font-size: 1.1em;
}

div#content div.event-item p.categories a {
	border: none;
}

div#content h3.event-label {
	color: rgb(122,110,83);
	font: 1.2em/1 Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 2.1em 0 0.2em 0;	
}



/* content - resource
--------------------------------------------------- */

div#content div.resource {
	padding-bottom: 1.5em;
	border-bottom: 1px dotted rgb(200,200,200);
	margin-bottom: 1.5em;
}

div#content div.resource h2 {
	margin: 0 0 0.1em 0;
	font-size: 1.6em;
}

div#content div.resource p {
	margin: 0;
}

div#content div.resource p.posted {
	color: rgb(122,110,83);
}

div#content div.resource p.desc {
	font-style: italic;
}

div#content div.resource p.files {
	color: rgb(100,100,100);
}



/* content - profile
--------------------------------------------------- */

div#content dl.profile {
	width: 560px;
	float: left;
	clear: left;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted rgb(180,180,180);
	margin-bottom: 1.5em;
}

div#content dl.profile dt {
	font: 1.6em/1.2 Georgia, serif;
	color: #000;
	margin-bottom: 0.2em;
	color: rgb(122,110,83);
}

div#content dl.profile dt span {
	color: #000;
}

div#content dl.profile a {
	border: none;
}

div#content dl.profile dt img {
	float: left;
	margin-right: 20px;
	position: relative;
	top: 1px;
}

div#content dl.profile dt a:hover img {
	border: 1px solid rgb(180,180,180);	
}

div#content dl.profile dd {
	margin-left: 88px;
	font-size: 1.3em;
	line-height: 1.5em;
}

div#content dl.profile dd span.label {
	font-style: italic;
}



/* content - house
--------------------------------------------------- */

div#content div.house {
	float: left;
	width: 560px;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted rgb(200,200,200);
	margin-bottom: 1.5em;
}

div#content div.house div.image {
	float: left;
	width: 160px;
	padding-right: 19px;
	border-right: 1px solid rgb(210,210,210);
}

div#content div.house h2, div#content div.house h3, div#content div.house h4, div#content div.house p {
	margin-left: 200px;
	width: 360px;
}

div#content div.house h2 {
	margin: 0 0 0 200px;
}

div#content div.house h2 span {
	color: rgb(122,110,83);
	font-style: italic;
}

div#content div.house h3, div#content div.house h4 {
	font: normal 1.5em Georgia, serif;
	margin-bottom: 0.1em;
}

div#content div.house h3 {
	color: rgb(80,80,80);
}

div#content div.house p {
	margin-bottom: 0;
	font-style: italic;
}




/* content - vcard
--------------------------------------------------- */

div#content div.vcard {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

div#content div.vcard div.adr {
	margin-bottom: 1.5em;
}



/* content - form
--------------------------------------------------- */

div#content form {
	float: left;
	width: 560px;
	margin-top: 1.4em;
}

div#content div.form-field {
	border-bottom: 1px dotted rgb(200,200,200);
	padding: 1em 0;
	float: left;
	width: 560px;
}

div#content div.form-field label {
	float: left;
	width: 100px;
	color: rgb(122,110,83);
	font: italic 1.2em/1.2 Georgia, serif;
	position: relative;
	top: 7px;
	display: block;
}

div#content div.form-field span.error {
	clear: both;
	font: 1em "Trebuchet MS", Trebuchet, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: block;
	padding: 0.3em 0 0 0;
	color: rgb(140,0,0);
}

div#content div.form-field div.field {
	float: right;
	width: 440px;
}

div#content div.form-field input, div#content div.form-field textarea {
	width: 280px;
	border: 1px solid rgb(180,180,180);
	padding: 4px;
	font: 1.2em "Trebuchet MS", Trebuchet, sans-serif;
	color: rgb(50,50,50);
}

div#content div.form-field textarea {
	width: 430px;
}

div#content div.checkboxes {
	padding-left: 100px;
	font: 1.2em "Trebuchet MS", Trebuchet, sans-serif;
}

div#content div.checkboxes input {
	float: none;
	width: auto;
	border: none;
	position: relative;
	top: 2px;
}

div#content div.form-field input#enq-filter {
	width: 100px;
	float: none;
}

div#content div.form-field div.field p {
	color: rgb(80,80,80);
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.6em;
}

div#content div.form-field div.field p.note {
	font-style: italic;
}

div#content div.form-field div.field p.que {
	color: rgb(50,50,50);
}

div#content div.form-field span.captcha-hints {
	color: rgb(80,80,80);
}

form input.submit {
	clear: both;
	float: left;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.5em;
	font: italic 1.2em/1.3 Georgia, serif;
	color: rgb(150,0,0);
	margin: 10px 0 0 120px;
	background: #fff;
}

form input.submit:hover, form input.submit:active, form input.submit:focus {
	cursor: pointer;
	color: rgb(190,0,0);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	background: #fff;
}

div#content p.thanks {
	margin-bottom: 10em;
}

div#content h2#notes {
	padding-top: 2.4em;
	clear: left;
}



/* content - calendar
--------------------------------------------------- */

table#calendar {
	width: 100%;
	padding: 1px 0;
	border: 1px solid rgb(180,180,180);
	border-left: none;
	border-top: 1px solid #000;
	margin-bottom: 2em;
}

div#main table#calendar a {
	border: none;
}

table#calendar tr#header {
	background: #000;
}

table#calendar tr#header th {
	padding: 0.5em 0;
	border-bottom: 1px rgb(60,60,60) solid;
	color: #fff;
	text-align: center;
}

table#calendar th#current-month {
	font-weight: normal;
	font-size: 1.75em;
	letter-spacing: 0.05em;
}

table#calendar tr#header th.nav {
	font-weight: normal;
	font-size: 1.1em;
}

table#calendar tr#header th.prev {
	text-align: left;
	padding-left: 1em;
}

table#calendar tr#header th.next {
	text-align: right;
	padding-right: 1em;
}

table#calendar th.nav a {
	color: #fff;
}

table#calendar th.nav a:hover, table#calendar th.nav a:active {
	text-decoration: underline;
	color: #fff;
}

table#calendar tr.days th {
	padding: 0.6em 0;
	color: #fff;
	background: #000;
	font: normal 0.9em "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	width: 14%;
	text-align: center;
}

table#calendar td {
	vertical-align: top;
	border: 0 solid rgb(180,180,180);
	border-width: 0 0 1px 1px;
	height: 7em;
	font: normal 1em Verdana, sans-serif;
}

table#calendar td.cell-today {
	background: rgb(235,235,235);
}

table#calendar td.cell-today div.date {
	font-weight: bold;	
	color: #000;
}

table#calendar td.cell-blank {
	background: rgb(235,235,235);
	border: 0 solid rgb(180,180,180);
	border-width: 0 0 1px 1px;
}

table#calendar div.date {
	float: right;
	position: relative;
	font: normal 1em Georgia, serif;
	color: rgb(100,100,100);
	padding: 0.125em 0.25em 0 0.25em;
}

table#calendar div.event {
	display: block;
	padding: 0.3em 0.3em 0.7em 0.3em;
}

table#calendar div.date a {
	width: 100%;
	height: 100%;
	display: block;
}

table#calendar div.day {
	margin: 0.5em 0.5em 0.7em 0.5em;
	font-size: 100%;
	font-style: italic;
	color: rgb(100,100,100);
	display: block;
}

table#calendar span.time {
	color: #336600;
}



/* content - gallery - set entries
--------------------------------------------------- */

div#content div.gallery-set {
	padding-bottom: 1.5em;
	border-bottom: 1px dashed rgb(200,200,200);
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

div#content div.gallery-set h2 {
	margin: 0;
}

div#main div.gallery-set h2 a {
	border: none;
}

div#content div.gallery-set p {
	margin: 0;
}

div#content div.gallery-set p.date {
	font-style: italic;
	color: rgb(122,110,83);
}

div#content div.gallery-set p.entries {
	font-style: italic;
	color: rgb(100,100,100);
	padding-left: 1.5em;
	background: url(../design/pages.gif) no-repeat 0 60%;
}



/* gallery - thumbnails
--------------------------------------------------- */

table#thumbnails {
	margin-bottom: 3em;
}

table#thumbnails td {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid rgb(220,220,220);
}

table#thumbnails td img {
	margin: 0 auto;
}

div#main table#thumbnails td a {
	border: none;
}

table#thumbnails td a:hover img {
	border: 1px solid rgb(180,180,180);
}



/* gallery - entries
--------------------------------------------------- */

div#content h1 span.label {
	font-style: italic;
	color: rgb(122,110,83);
}

div#content p#gallery-nav {
	width: 640px;
	position: relative;
	margin: 0 0 1.8em 0;
}

div#content p#gallery-nav a.thumbnails {
	float: left;
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 0.1em;
}

div#content p#gallery-nav span.prev-next {
	float: right;
}

div#content div#gallery-image img {
	margin-bottom: 1em;
}

div#content div.gallery-image-caption {
	width: 640px;
}

div#content div.gallery-image-caption p.posted {
	color: rgb(122,110,83);
	margin: 0;
	font-style: italic;
}



/* content - location
--------------------------------------------------- */

div#main div#google-map {
	width: 360px;
	padding-bottom: 1.5em;
	border-bottom: 1px solid rgb(210,210,210);
	margin-bottom: 1.5em;
}

div#main #map-frame {
	padding: 3px;
	border: 1px solid rgb(200,200,200);
	margin-bottom: 1.4em;
}

div#main div#google-map p {
	line-height: 1.4em;
	font-size: 1.2em;
	margin: 0;	
	color: rgb(90,90,90);
}

div#school-images {
	float: left;
	width: 560px;
	margin-bottom: 1.5em;
}

div#school-images img.left {
	float: left;
}

div#school-images img.right {
	float: right;
}



/* section
--------------------------------------------------- */

div.section {
	display: none;
}



/* sidebar - news feature
--------------------------------------------------- */

div#news-feature h2 {
	text-transform: uppercase;
	font: 1em Georgia, serif;
	letter-spacing: 0.1em;
	margin-bottom: 1.2em;
	color: #000;
}

div#news-feature h3 {
	font: 1.6em/1.2 Georgia, serif;
	color: #000;
	margin-bottom: 0.2em;
}

div#main div#news-feature h3 a {
	border: none;
}

div#news-feature p.date {
	color: rgb(122,110,83);
	margin-bottom: 0.55em;
	font: 1.2em/1 Georgia, serif;
}

div#news-feature div.image {
	margin-bottom: 0.8em;
}

div#news-feature div.image p {
	font-style: italic;
	margin-top: 0.2em;
	font-size: 1.1em;
}



/* sidebar - vcard
--------------------------------------------------- */

div#main div.section div.vcard {
	line-height: 1.4em;
	font-size: 1.1em;
}

div#main div.section div.vcard a {
	border: none;
}

div#main div.section div.adr {
	margin-bottom: 1.4em;
}



/* home page styles
--------------------------------------------------- */

body#section-home div#masthead-wrapper {
	display: none;
}



/* footer
--------------------------------------------------- */

div#footer-wrapper {
	display: none;
}