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

body {
	position: relative;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	background: #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 {
	position: relative;
	width: 100%;
	height: 240px;
	background: url(../design/masthead_wrapper_bg.jpg) repeat-x;
}

div#masthead-inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 240px;
	background: url(../design/section_mastheads/general.jpg) no-repeat bottom right;
}

body#section-about div#masthead-inner {
	background: url(../design/section_mastheads/about.jpg) no-repeat bottom right;
}

body#section-academic div#masthead-inner {
	background: url(../design/section_mastheads/academic.jpg) no-repeat bottom right;
}

body#section-calendar div#masthead-inner {
	background: url(../design/section_mastheads/calendar.jpg) no-repeat bottom right;
}

body#section-contact div#masthead-inner {
	background: url(../design/section_mastheads/contact.jpg) no-repeat bottom right;
}

body#section-curriculum div#masthead-inner {
	background: url(../design/section_mastheads/curriculum.jpg) no-repeat bottom right;
}

body#section-day div#masthead-inner {
	background: url(../design/section_mastheads/day_by_day.jpg) no-repeat bottom right;
}

body#section-news div#masthead-inner {
	background: url(../design/section_mastheads/news.jpg) no-repeat bottom right;
}

body#section-resources div#masthead-inner {
	background: url(../design/section_mastheads/resources.jpg) no-repeat bottom right;
}

div#masthead-inner h2#masthead-logo, div#masthead-inner h1#masthead-logo {
	text-indent: -9999px;
	position: absolute;
	width: 160px;
	height: 219px;
	top: 11px;
	left: 0;
	background: url(../design/logo.png) no-repeat;
}

div#masthead-inner h2#masthead-logo a {
	position: absolute;
	width: 160px;
	height: 219px;
	top: 11px;
	display: block;
}

div#masthead-inner h3#masthead-address, div#masthead-inner h2#masthead-address {
	position: absolute;
	width: 484px;
	height: 43px;
	top: 47px;
	left: 200px;
	background: url(../design/masthead_address.png) no-repeat;
	text-indent: -9999px;
	z-index: 1;
}



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

/* measurements for the nav image replacement:

the distance from the top to the...

initial state = 0
rollover state = 26
selected state = 52

the distance from the far left to the...

home button = 0
about button = 64
news button = 135
calendar button = 196
curriculum button = 294
day button = 415
resources button = 520
contact button = 624

the width of the...

home button = 43
about button = 50
news button = 41
calendar button = 81
curriculum button = 100
day button = 85
resources button = 84
contact button = 71

*/

ul#primary-nav {
	position: absolute;
	top: 4px;
	left: 200px;
	width: 673px;
	background: url(../design/primary_nav.png) no-repeat;
}

ul#primary-nav li {
	float: left;
}

ul#primary-nav li a {
	height: 26px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

li#nav-home a, li#nav-about a, li#nav-news a, li#nav-calendar a, li#nav-curriculum a, li#nav-day a, li#nav-resources a, li#nav-contact a {
	background: url(../design/primary_nav.png) no-repeat;	
}

li#nav-home a {
	background-position: 0 0;
	width: 43px;
	left: 0;
}

li#nav-home a:hover {
	background-position: 0 -26px;
}

body#section-home li#nav-home a {
	background-position: 0 -52px;
}

li#nav-about a {
	background-position: -64px 0;
	width: 50px;
	left: 64px;
}

li#nav-about a:hover {
	background-position: -64px -26px;
}

body#section-about li#nav-about a {
	background-position: -64px -52px;
}

li#nav-news a {
	background-position: -135px 0;
	width: 41px;
	left: 135px;
}

li#nav-news a:hover {
	background-position: -135px -26px;
}

body#section-news li#nav-news a {
	background-position: -135px -52px;
}

li#nav-calendar a {
	background-position: -196px 0;
	width: 81px;
	left: 196px;
}

li#nav-calendar a:hover {
	background-position: -196px -26px;
}

body#section-calendar li#nav-calendar a {
	background-position: -196px -52px;
}

li#nav-curriculum a {
	background-position: -294px 0;
	width: 100px;
	left: 294px;
}

li#nav-curriculum a:hover {
	background-position: -294px -26px;
}

body#section-curriculum li#nav-curriculum a {
	background-position: -294px -52px;
}

li#nav-day a {
	background-position: -415px 0;
	width: 85px;
	left: 415px;
}

li#nav-day a:hover {
	background-position: -415px -26px;
}

body#section-day li#nav-day a {
	background-position: -415px -52px;
}

li#nav-resources a {
	background-position: -520px 0;
	width: 84px;
	left: 520px;
}

li#nav-resources a:hover {
	background-position: -520px -26px;
}

body#section-resources li#nav-resources a {
	background-position: -520px -52px;
}

li#nav-contact a {
	background-position: -624px 0;
	width: 71px;
	left: 624px;
}

li#nav-contact a:hover {
	background-position: -624px -26px;
}

body#section-contact li#nav-contact a {
	background-position: -624px -52px;
}



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

div#main-wrapper {
	width: 100%;
	background: #fff url(../design/main_wrapper_bg.png) repeat-x;
}

div#main {
	width: 960px;
	margin: 0 auto;
	background: url(../design/main_bg.png) repeat-x;
	padding: 20px 0 3em 0;
}

div#main a {
	color: rgb(150,0,0);
	border-bottom: 1px solid rgb(224,177,177);
}

div#main a:hover, div#main a:active {
	color: rgb(190,0,0);
	border-bottom-color: rgb(238,202,202);
}

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

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



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

div#content-wrapper {
	position: relative;
	float: right;
	width: 760px;
}

div#content-wrapper p.breadcrumb {
	font: 1em/1.5 Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 2.2em;
	color: rgb(100,100,100);
}

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 {
	float: left;
	position: relative;
	width: 560px;
	color: rgb(60,60,60);
}

body.design-2 div#content {
	width: 360px;
}

body.design-3 div#content {
	width: 760px;
}

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 h2.category {
	font-style: italic;
	color: rgb(100,100,100);
	margin-bottom: 1.5em;
}

div#content h2.category span {
	color: #000;
}

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 - v-index-item
--------------------------------------------------- */

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

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

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

div#content div.v-index-item h2 img {
	float: left;
	margin-right: 20px;
	position: relative;
	top: 3px;
}

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

div#content div.v-index-item p {
	margin-left: 108px;
	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.date span {
	font-style: italic;
	color: rgb(171,158,128);
}

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: 1.4em 0 4em 0;
}

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 - login form
--------------------------------------------------- */

div#content div#login-wrapper form input.input {
	margin-bottom: 1.5em;
	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#login-wrapper form label {
	color: rgb(122,110,83);
	font: italic 1.2em/1.2 Georgia, serif;
	display: block;
	margin-bottom: 0.1em;
}

div#content div#login-wrapper input.submit {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.5em;
	font: italic 1em/1.3 Georgia, serif;
	color: rgb(150,0,0);
	background: #fff;
	float: none;
	margin: 0;
}

div#content div#login-wrapper form input.submit:hover,
div#content div#login-wrapper form input.submit:active,
div#content div#login-wrapper 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;
}



/* 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 - table - policies
--------------------------------------------------- */

table#policies {
	width: 100%;
	margin-bottom: 1.5em;
}

table#policies th, table#policies td {
	margin: 0;
	padding: 0.5em 0.7em;
	text-align: left;
	border-bottom: 1px dotted rgb(200,200,200);
}

table#policies th {
	font: 1em/1.1 "Trebuchet MS", Verdana, sans-serif;	
	text-transform: uppercase;
	letter-spacing: 2px;
	background: rgb(45,67,104);
	color: #fff;
	border: 0;
}

table#policies tr {
	vertical-align: top;
}

table#policies tr.alt {
	background: rgb(240,240,240);
}

table#policies td {
	font-size: 1.1em;
	line-height: 1.1em;
}



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

div#content ul.nav_categories {
	font-size: 1.3em;
	line-height: 1.6em;
}

div#content ul.nav_categories li ul {
	font-size: 1em;
	font-style: italic;
}

div#content ul.nav_categories a {
	border: none;
}



/* 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;
}



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

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

body.design-2 div#content-sidebar {
	width: 360px;
}



/* content-sidebar columns
--------------------------------------------------- */

div#content-sidebar-col-1 {
	float: left;
	position: relative;
	width: 160px;
	padding-right: 19px;
	border-right: 1px solid rgb(210,210,210);	
}

div#content-sidebar-col-2 {
	float: right;
	position: relative;
	width: 160px;
}



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

div#main-sidebar {
	float: left;
	position: relative;
	width: 160px;
}



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

div#main div.section {
	margin-bottom: 3em;
	color: rgb(90,90,90);
}

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

/*div#main div.section h2.logged-in {
	color: green;
}*/

div#main div.section h2.rss {
	padding-left: 20px;
	background: url(../design/rss.gif) no-repeat 0 50%;
}

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

div#main div.section p.intro {
	margin-bottom: 1.2em;
}

div#main div.section p.more {
	font-style: italic;
}

div#main div.section img {
	margin-bottom: 0.55em;
}



/* sidebar - links
--------------------------------------------------- */

div#main div.section ul.links li a {
	border-bottom: 1px dotted rgb(190,190,190);
	padding: 0.5em 0 0.5em 23px;
	display: block;
	width: 160px;
	width: 137px;
	font-size: 1.1em;
	line-height: 1.1em;
	background: url(../design/leaf_ornament_up.gif) no-repeat 0 50%;
}

div#main div.section ul.links li a:hover, div#main div.section ul.links li a.current {
	background: url(../design/leaf_ornament_over.gif) no-repeat 0 50%;
}

div#main div.section ul.links a.current {
	font-style: italic;
}

div#main div.section ul.links li ul li a {
	padding-left: 46px;
	width: 114px;
	background: url(../design/leaf_ornament_up.gif) no-repeat 23px 50%;
}

div#main div.section ul.links li ul li a:hover, div#main div.section ul.links li ul li a.current {
	background: url(../design/leaf_ornament_over.gif) no-repeat 23px 50%;
}



/* sidebar - updates
--------------------------------------------------- */

div#main div.section ul.updates {
	margin-bottom: 1.2em;
}

div#main div.section ul.updates li {
	font-size: 1.1em;
	line-height: 1.2em;
	font-style: italic;
	color: rgb(122,110,83);
	margin-bottom: 0.55em;
}

div#main div.section ul.updates li a {
	font-style: normal;
	border: none;
}



/* sidebar - categories
--------------------------------------------------- */

div#main div.section ul.categories {
	margin-bottom: 1.2em;
}

div#main div.section ul.categories a {
	border-bottom: 1px dotted rgb(190,190,190);
	padding: 0.5em 0;
	display: block;
	width: 160px;
	width: 137px;
	font-size: 1.1em;
	line-height: 1.1em;
}


/* sidebar - highlights
--------------------------------------------------- */

div#main div.sidebar-highlight {
	position: relative;
	width: 160px;
	height: 120px;
	margin-bottom: 3em;
	text-indent: -9999px;
}

div#main div.sidebar-highlight a {
	position: absolute;
	display: block;
	width: 160px;
	height: 120px;
	border: none;
	padding: 0;
	top: 0;
	left: 0;
}

div#main div#admissions-highlight {
	background: url(../design/sidebar_highlights/admissions.jpg) no-repeat;
}

div#main div#headmaster-highlight {
	background: url(../design/sidebar_highlights/headmaster_quote.jpg) no-repeat;
	height: 305px;
}

div#main div#house-highlight {
	background: url(../design/sidebar_highlights/house_system.jpg) no-repeat;
}

div#main div#visiting-highlight {
	background: url(../design/sidebar_highlights/visiting_the_school.jpg) no-repeat;
}

div#main div#vision-highlight {
	background: url(../design/sidebar_highlights/vision_and_aims.jpg) no-repeat;
}

div#main div#waiting-highlight {
	background: url(../design/sidebar_highlights/waiting_list.jpg) no-repeat;
}



/* sidebar - blockquote
--------------------------------------------------- */

div#main blockquote.sidebar {
	margin-bottom: 3em;
	width: 160px;
}

div#main blockquote.sidebar p {
	font: italic 1.3em/1.3 Georgia, serif;
	margin-bottom: 0;
}

div#main blockquote.sidebar p.quote {
	margin-bottom: 0.5em;
	color: rgb(80,80,80);
}

div#main blockquote.sidebar p.source {
	color: rgb(122,110,83);
}



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

div#news-feature {
	width: 360px;
	padding-bottom: 1.5em;
	border-bottom: 1px solid rgb(210,210,210);
	margin-bottom: 1.5em;
	color: rgb(90,90,90);
}

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 {
	line-height: 1.4em;
	font-size: 1.1em;
	margin: 0;
}

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

div#news-feature p.date span {
	font-style: italic;
	color: rgb(171,158,128);
}

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;
}



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

div#gallery-thumbnails {
	width: 160px;
}

div#gallery-thumbnails img {
	display: inline;
	margin-right: 2px;
	vertical-align: top;
}

div#gallery-thumbnails a {
	border: none;	
}

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


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

body#section-home div#masthead-wrapper {
	height: 325px;
	background: url(../design/masthead_wrapper_bg_home.jpg) repeat-x;
}

body#section-home div#masthead-inner {
	height: 325px;
	background: url(../design/section_mastheads/home.jpg) no-repeat bottom right;
}

body#section-home div#masthead-inner p {
	text-indent: -9999px;
}

body#section-home div#masthead-inner p.more {
	position: absolute;
	top: 275px;
	left: 200px;
	width: 267px;
	height: 22px;
}

body#section-home div#masthead-inner p a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

div#main h2.home {
	font-size: 1.6em;
	padding: 0 0 0.2em 0;
	border-bottom: 1px solid rgb(210,210,210);
	margin: 0 0 1em 0;
}

div#main div.section h2.home {
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.6em;
}



/* home - slides
--------------------------------------------------- */

div#masthead-inner div#slides-wrapper {
	position: relative;
	top: 121px;
	left: 682px;
	width: 216px;
	height: 163px;
}

div#masthead-inner div#slides {
	position: relative;
	width: 216px;
	height: 163px;
}

div#masthead-inner div#slides ul li {
	float: left;
	padding: 0;
	background: 0;
}

div#masthead-inner div#slides ul li img {
	padding: 0;
	border: 0;
	margin: 0;
}

div#masthead-inner div#slides a {
	position: absolute;
	display: block;
	width: 32px;
	height: 17px;
	z-index: 1;
	text-decoration: none;
	border: none;
	text-indent: -9999px;
}

div#slides-wrapper a.prev {
	top: 142px;
	left: 145px;
}

div#slides-wrapper a.next {
	top: 142px;
	left: 182px;
}



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

div#footer-wrapper {
	position: relative;
	width: 100%;
	background: #000 url(../design/footer_wrapper_bg.jpg) repeat-x;
}

div#footer {
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 250px;
	background: url(../design/footer.jpg) no-repeat;
	color: rgb(200,200,200);
	color: #fff;
}

div#footer-text {
	position: absolute;
	top: 110px;
	left: 200px;
	width: 480px;
}

div#footer-text p {
	font-size: 1.2em;
	margin-bottom: 0.6em;
}

div#footer-text a {
	color: rgb(218,193,144);
}

div#footer-news {
	position: absolute;
	top: 80px;
	width: 160px;	
}

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

div#footer-news ul li {
	font-size: 1.1em;
	line-height: 1.4em;
}