@charset "utf-8";
/* CSS Document */

/* ######## STYLESHEET DETAILS ######### */
/* AUTHOR: TREVOR MACFARLANE */
/* VERSION: BEECH HALL SCHOOL 1.0 */
/* CREATED: 14-01-2009 */
/* AMMENDED: ? */
/* AMMENDS: ? */

/* ######## GLOBAL RESET ######### */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ######## GLOBAL STYLES ######### */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 920px;
	font-weight: normal;
	color: #444;
	background: url(../assets/body-bgd.jpg) repeat-x;
	/*background: url(../assets/layout_grid.png) no-repeat;*/
}

/* Global links */
a:link, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/* Global headers */
h1 {
	font-size: 1.6em;
	color: #fff;
}

h2 {
	font-size: 1.3em;
	padding-bottom: 10px;
	color: #444;	
}

h3 {
	font-size: 1.1em;
	padding-bottom: 10px;
	font-weight: normal;
	color: #900;		
}

h4 {
	font-size: 1.0em;
	color: #444;		
}

h5 {
	font-size: 0.8em;
	color: #444;		
}

p {
	line-height: 130%;	
}

/* Global Floats */
.left {
	margin-right: 10px;
	float: left;
}

.right {
	margin-left: 10px;
	float: right;
}

img.decor {
	margin-top: 6px;
	padding: 4px;
	border: 1px solid #333;
}

#content a:link.img-links {
	text-decoration: none;
	border: none;
}

#TICKER {
	margin-bottom: 20px;
}

/* ######## LAYOUT STYLES ######### */
#wrap {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 920px;
	text-align: left;
/*	background-color: #999;*/
}

#header {
	width: 920px;
	height: 140px;
	background: black url(../assets/header-bgd.jpg) no-repeat;
}

#prime-nav {
	width: 100%;
	height: 30px;
	background-color: #cc0000;
}

#content {
	margin: 40px 0 0 20px;
	width: 640px;
/*	background-color: #09F;*/
	float: left;
}

#sidebar {
	margin: 40px 20px 0 0;
	width: 220px;
	float: right;
	/*background-color: #996;*/
}

#secondary-nav {
	padding-bottom: 15px;
	width: 220px;
	background: #C00 url(../assets/second-nav-round-btm.jpg) bottom no-repeat;
	float: none;
}

.bottom-rnd-corners {
	padding: 15px 0 0 16px;
	width: 204px;
	background: #C00 url(../assets/second-nav-round-top.jpg) top left no-repeat;
	float: none;
}

#footer-wrap {
	width: 100%;
	height: 300px;
	text-align: center;
	clear: both;
	background-color: #000;
}

#footer {
	margin: 0 auto;
	padding: 20px;
	width: 880px;
	height: 60px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
}

/* ########### HEADLINE DIV ############# */
#header h1 {
	display: none;
}

/* ########### CONTENT STYLES ############# */
#content p {
	margin-bottom: 1.0em;
	line-height: 150%;	
}

#content ul {
	margin-left: 20px;
	list-style-type: disc;
	line-height: 150%;
}

#content a:link, #content a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

#content a:hover, #content a:active {
	text-decoration: none;
	border-bottom: 1px solid #444;
}

/*  UNORDERED LIST STYLES */
#content ul {
	padding-bottom: 20px;
	list-style: disc;
}

#content ul.bhpa {
	margin: 0;
	padding-top: 20px;
	list-style: none;
}


/* ########### NEWS DIV ############# */
.news h3 {
	font-size: 1.1em;
}

.news h4 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

/* ########### THE GRIFFIN NEWSLETTER STYLES ############# */
.newsletter-issues {
	padding: 0 0 10px;
	display: block;
}

.newsletter-issues p {
	padding-top: 4px;
}

.newsletter-issues img {
	padding-right: 15px;
}


.newsletter-issues a:link, .newsletter-issues a:visited {
	font-size: 1em;
	color: #333;
	text-decoration: none;
	border: none;
}

.newsletter-issues a:hover, .newsletter-issues a:active {
	color: #333;
	text-decoration: underline;
	border: none;
}

/* ########### FOOTER DIV ############# */
.footer-box { padding: 4px; width: 46%; /*background: #9C6;*/ }

.abox { padding-right: 20px; border-right: 1px dotted #fff; float: left; }

.footer-box h2 { font-size: 1.2em; color: #fff; }

.footer-box .foot-news-item { margin-bottom: 15px; }

.footer-box .foot-news-item h3 { margin-bottom: 4px; padding: 0; color: #fff; font-size: 0.9em; }

.footer-box .foot-news-item h4 { margin-bottom: 6px; font-size: 1em; font-weight: normal; color: #fff; }

.footer-box .foot-news-item h5 a:link, .footer-box .foot-news-item h5 a:visited { line-height: 150%; font-weight: normal; color: #C33; }

.footer-box p { padding-bottom: 5px; line-height: 150%; }

.footer-box strong { font-weight: normal; color: #C33; }

.bbox { padding-bottom: 10px; float: right; }

/* ########## MISCALLANEOUS STYLES ######### */
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

#strapline {
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: justify;
	font-size: 1.0em;
	line-height: 135%;
	border-bottom: 1px dotted #444;
}

.emphasis {
	font-style: italic;
	font-weight: normal;
	color: #990000;
}

.pics-wrap {
	margin-left: 10px;
	width: 238px;
	float: right;		
}

.caption {
	margin-top: 6px;
	padding: 4px 4px 0;
	width: 220px;
	text-align: center;
	border: 1px solid #333;
	float: right;
}

#content .caption p {
	margin: 0;
	padding: 0 0 4px;;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #900;
}

.hide-img {
	display: none;	
}

/* ########## VARIOUS TABLES STYLES ######### */
/* FEES */
table#fees-tbl {
	margin-bottom: 20px;
	width: 100%;
}

#fees-tbl td {
	padding: 8px;
	text-align: center;
	border: 1px solid #444;
}

#fees-tbl td.lt-grey {
	background-color: #CCC;	
}

#fees-tbl td.dk-grey {
	background-color: #999;	
}

#fees-tbl th {
	padding: 10px;
	text-align: left;
	border: 1px solid #444;	
	color: #900;
	font-weight: normal;
	background-color: #FFF;
}

#fees-tbl th.down {
	width: 30%;	
}

/* FEES FOR LITTLE GRIFFINS */
table#nursery-tbl {
	width: 100%;	
}

table#nursery-tbl  {
	margin-bottom: 20px;
}

#nursery-tbl td {
	padding: 10px;
	text-align: center;
	border: 1px solid #444;
}

#nursery-tbl td.times {
	text-align: left;
}

#nursery-tbl td.lt-grey {
	background-color: #CCC;	
}

#nursery-tbl td.dk-grey {
	background-color: #999;	
}

#nursery-tbl th {
	padding: 10px;
	text-align: left;
	border: 1px solid #444;	
	color: #900;
	font-weight: normal;
	background-color: #FFF;
}

#nursery-tbl th.down {
	width: 30%;	
}

/* ORGANISATION */
table#organisation-tbl {
	margin-top: 20px;
}

#organisation-tbl td {
	padding: 10px;
	border: 1px solid #444;
}

#organisation-tbl td.lt-grey {
	background-color: #CCC;	
}

#organisation-tbl td.dk-grey {
	background-color: #999;	
}

#organisation-tbl th {
	padding: 10px;
	text-align: left;
	border: 1px solid #444;	
	color: #900;
	font-weight: normal;
	background-color: #FFF;
}

#organisation-tbl th.down {
	width: 30%;	
}

/* DIARY DATES */
table#diaryDates td {
	height: 20px;
}

table#diaryDates td.main-term {
	color: #900;
}

/* ########## FORMS STYLES ######### */
#contact-us, #parent-line, #ContactUs, #contact-admissions {
	width: 590px;
	padding-top: 20px;
	color: #444;
}

#contact-us fieldset, #parent-line fieldset, #ContactUs fieldset, #contact-admissions fieldset {
	margin: 1.0em;
	padding: 1em;
	border: 1px solid #900;
/*	background-color: #CCC;*/
}

#contact-us fieldset legend, #parent-line fieldset legend, #ContactUs fieldset legend, #contact-admissions fieldset legend {
	margin-bottom: 0.8em;
	padding: 0.2em;
	background-color: #900;
	border: 1px solid #900;
	color: #fff;
}

#contact-us label, #parent-line label, #ContactUs label, #contact-admissions label {
	display: block;
}

#contact-us input[type="text"], #parent-line input[type="text"], #ContactUs input[type="text"], #contact-admissions input[type="text"] {
	margin: 6px 0;
	display: block;
	width: 400px;
	border: 1px solid #444;
}

#contact-us textarea, #parent-line textarea, #ContactUs textarea, #contact-admissions textarea {
	width: 520px;
	height: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	border: 1px solid #444;
}

#contact-us #submit, #ContactUs #reset, #parent-line #submit, #parent-line #reset, #ContactUs #submit, #ContactUs #reset, #contact-admissions #submit, #contact-admissions #reset {
	width: 120px;	
}

/* ########## SEARCH FORM STYLES ######### */
#cal-archive  {
	margin: 10px 0;
	padding: 15px 10px 0;
	width: 92%;
	border: 1px solid #999;
}

#cal-archive fieldset#submit {
	padding: 0;
	width: auto;
}

/* ########## ACTIVITIES PAGE STYLES ######### */
.activities-wrap {
	margin-left: 10px;
	width: 218px;
	float: right;
}

/* ########## PROSPECTUS PAGE STYLES ######### */
.prospectus-issues {
	margin-bottom: 10px;
	padding: 10px;
	width: 90%;
	display: block;
	border: 1px dotted #333;
}

.prospectus-issues p {
	margin-top: -12px;
}

.prospectus-issues p.intro {
	padding: 10px;
}

.prospectus-issues img {
	padding-right: 10px;
}


.prospectus-issues a:link, .prospectus-issues a:visited {
	font-size: 1em;
	color: #900;
	text-decoration: none;
	border: none;
}

.prospectus-issues a:hover, .prospectus-issues a:active {
	text-decoration: underline;
	border: none;
}


/* ########## NEWS PAGE STYLES ######### */
.news-items {
	margin-top: 20px;
	padding: 0 0 0 20px;
	width: 80%;
}

.news-items h3 {
	margin-bottom: -8px;
	font-size: 1.0em;
	color: #333;
}

.news-items h4 {
	margin: 10px 0;
	font-size: 1.0em;
	font-weight: normal;
	color: #333;
}

.news-items a:link, .news-items a:visited {
	font-size: 1.1em;
	font-weight: normal;
}

.news-items a:hover, .news-items a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #F90;
}

.news-items-detail {
	margin-top: 20px;
	padding: 0 0 30px 20px;
}

.news-items-detail h3 {
	margin-bottom: -6px;
	font-weight: normal;
	font-size: 1.2em
}

.news-items-detail h4 {
	padding-bottom: 4px;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
	color: #333;
}



/* ########## STAFF LIST STYLES ######### */
.staff-list {
	width: 100%;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	display: block;
}

.staff-list .name {
	padding: 2px;
	width: 35%;
	float: left;
}

.staff-list .position {
	padding: 2px;
	float: left;
}

/* ##### IMPORTANT ANNOUNCEMENT STYLES ##### */

#announcement h3 {
	top-margin: 0;
}

#announcement p {
	font-size: 1.0em;
	font-style: italic;
	line-height: 10px;
}


/* ##### CALENDAR TABLE STYLES ##### */
table#calendar2 {
	width: 610px;
	border: 1px solid #666;
	border-collapse: collapse;
}

#calendar2 th {
	padding: 5px;
	color: #333;
	background-color: #CCC;
	border-bottom: 1px solid #444;
}

#calendar2 tr#head {
	background-color: #333;
	color: #FFF;
}

#calendar2 tr {
	border-bottom: 1px solid #333;
}

#calendar2 tr:hover {
	background-color: #FCF;	
}

#calendar2 td {
	padding: 10px;
	border-right: 1px solid #333;
}

#calendar2 td.main-term {
	color: #900;
}