/* St Gabriel's 2005 screen styles */

/* St Gabriel's purple: #641982 */

/* Zoom-able layout inspired by an article at www.alistapart.com                */
/* Layout elements specified in Em units so that the whole page can be enlarged */

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75%;
}

/* Globally remove margin and padding and set normal font size for page */
* {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

body {
    background-color: #eee;
    color: #000;    
	text-align: center;
    margin: 0 0 0.8em 0;
}

img {
    border: 0;
}

.hidden {
	display: none;
}

a:link {
    color: #cc0000;
    text-decoration: none;
}
a {
    color: #cc0000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #990000;
}

p {
    margin: 0;
    padding: 0;
}

/* Other type styles */

.centre {
	text-align: center;
}
.centreQuote {
	text-align: center;
	font-style: italic;
}
.quoteCredit {
	text-align: right;
	font-size: 95%;
	margin-top: 0em;
	padding-top: 0em;
}
.redText, .status-warning {
	color: #CC0000;
}
.greenText, .status-ok {
	color: #006600;
}
.justified {
	text-align: justify;
}
.leftaligned {
	text-align: left;
}
.rightaligned {
	text-align: right;
}

/* Main holder Div */

div#main {
    position: relative;
	width: 61.8em;
    margin-top: 0.8em;
	margin-left: auto;
	margin-right: auto;
    padding: .8em;
    text-align: left;
    background-color: #fff;
    border: 1px solid #641982;
}

/* Header Div */

div#header {
    position: relative;
    height: 9em;
	background-color: #FFFFFF;
}
div#header img {
	position: absolute;
	z-index: 1;
    margin-top: 1px;
    width: 61.7em;    
	height: 8.3em;
    padding: 0;
}
div#header h1 {
	position: absolute;
	z-index: 2;
	top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 3.9em 0 0 1em;
	padding: 0em;
	line-height: 1.8em;
	color: #000000;
}
div#header h1 a {
    color: #000;
    text-decoration: none;
}

div#header p.date {
	z-index: 2;
	text-align: right;
	position: absolute;
	margin-left: 49em;
	top: 6.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
}


/* Content div */

div#content {
    margin: 1em 0em 2em 0;
	float: left;
	width: 43.5em;
	background-image: url(images/bg01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#content p {
    line-height: 1.6em;
    padding: 0em 0.8em 0.9em 0.8em;
}
div#content > p {
	padding-left:  0.8em;
	padding-right: 0.8em;
}
div#content ul {
	list-style-type: none;
	padding: 0em 0.8em 0.9em 0.8em; 
}
div#content ol {
	padding: 0em 0.8em 0.9em 0.8em;
	list-style-position: inside;
}
div#content li {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
div#content dl {
	padding: 0em 0.8em 0.9em 0.8em; 
}
div#content dt {
	clear: both;
	float: left;
	width: 5.5em;
	margin-left: 2.5em;
}
div#content dd {
	margin: 0.6em 1em 0.6em 8em;
}
div#content blockquote {
	margin: 0em 2em 0em 2em;
}
div.article {
    /*border-top: 1px solid #ccc;
    width: 42em;
    padding: 0em 0.9em 0.2em 0.8em;*/
}
div#content img.imageWrapLeft, div#content p.imageWrapLeft img {
	margin: 0.4em 0.5em 0.2em 0em;
	float: left;
}
div#content img.imageWrapRight, div#content p.imageWrapRight img {
	margin: 0.4em 0em 0.2em 0.5em;
	float: right;
}
div#content p img.imageWrapLeft {
	padding-top: 0.2em;
}
div#content p img.imageWrapRight {
	padding-top: 0.2em;
}

div#content p.video {
	text-align: center;
}

h2 {
    margin: 0 0 0em 0.4em;
	padding: 0 0 0 0.1em;
    font-family: georgia, times new roman, serif;
    font-size: 1.5em;
    line-height: 1.8em;
	color: #641982;
}

#content h2 a:hover, h3 a:hover {
    color: #000;
}

#content h3 {
	border-top: 1px solid #ccc;
	color: #641982;
    margin: 0.1em 0em 0.3em 0;
	padding: 0.4em 0.1em 0 0.6em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3em;
    line-height: 1.4em;
	clear: left;
}
div#content h3 a {
	text-decoration: none;
	color: #cc0000;
}
div#content h3 a:hover {
	text-decoration: underline;
}
div#content h4 {
	color: #000000;
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.4em 0em 0.3em 0em;
	padding: 0 1em 0.2em 1em;
}
div#content ul.bullets {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}
div#content ul.bullets ul.bullets {
	list-style-type: circle;
}

/* Article paging links lists */
div#content ul.articlePaging {
	margin: 0 2em;
}
div#content ul.articlePaging li.current a {
	font-style: italic;
	color: #666666;
}
div#content ul.horizontal li {
	display: inline;
}
div#content ul.horizontal li a {
	/*display: block;*/
	margin-right: 1.5em;
}

/*****************/
/* Right column  */
/*****************/

div#menuColumn {
	float: right;
    width: 16em;
	margin: 1em 0.1em 1em 0.5em;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

div.menuBox {
    margin: 0em 0em 1em 0em;
    padding: 0.3em;
    /*width: 19em;*/
    background-color: #eee;
	border: 1px solid #641982;
    font-size: 0.95em;
    color: #000000;
}

div.menuBox h4 {
	text-align: center;
	font-size: 1.2em;
	color: #641982;
	background-color: #FFFFFF;
	margin: 0 0 0.2em 0;
	padding: 0.2em;
	right: 100%;
	line-height: 1.4em;
}
div.menuBox p {
	margin: 0.2em 0.5em 0.2em 0.5em;
	padding: 0;
	line-height: 1.5em;
}
div.menuBox img {
	border: 2px solid #FFFFFF;
	margin: 0;
	padding: 0em;
	width: 15.8em;
	height: 8.5em;
}
div.menuBox img#culhamLogo {
	width: 16.7em;
	height: 5.6em;
	/*width: 180px;
	height: 60px;*/
}

div#menuColumn ul {
	font-size: 1em;
	margin: 0 0.5em 0em 0.5em;
	padding: 0;	
	list-style-type: none;
}

div#menuColumn ul li {
	margin: 0;
    padding: 0.2em 0 0.1em 0;
	line-height: 1.5em;
}

/********************/
/* Top Nav Menu Div */
/********************/

#topnav {
    position: relative;
	margin: 0;
	height: 1.7em;
	width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #0C3252;
    overflow: hidden;
	background-color: #FFFFFF;
	border-bottom: 1px solid #641982;
	padding-left: 0.7em;
}
#topnav ul {
    margin: 0;
    padding: 0;
	list-style: none;
	list-style-type: none;
	float: left;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	width: 10.4em;
	text-align: center;
	float: left;
	border: 1px solid #641982;
	border-bottom: none;
	background-color: #eee;
	padding: 0.2em 0 0.3em 0;
	margin: 0 0.7em 0 0;
	color: #641982;
	text-decoration: none;
}

#topnav a:hover {
    text-decoration: none;
    color: #cc0000;
	background-color: #ccc;
}
/* reverse colours for active tab where body class matches li Id */
body.home li#home a {
	background-color: #641982;
	color: #FFFFFF;
}
body.about li#about a {
	background-color: #641982;
	color: #FFFFFF;
}
body.weekend li#weekend a {
	background-color: #641982;
	color: #FFFFFF;
}
body.symposium li#symposium a {
	background-color: #641982;
	color: #FFFFFF;
}
body.inset li#inset a {
	background-color: #641982;
	color: #FFFFFF;
}
body.previous li#previous a {
	background-color: #641982;
	color: #FFFFFF;
}
body.publications li#publications a {
	background-color: #641982;
	color: #FFFFFF;
}

/**********************/
/* Article Footer Div */
/**********************/

div.articleFooter {
    border-top: 1px solid #641982;
    border-bottom: 1px solid #641982;
	margin: 0.5em 0 0 0;
	padding: 0;
    background-color: #eee;
    font-weight: bold;
    width: 42em;
    padding: 0 0.9em 0 0.3em;
	height: 1.8em;
	clear: both;
}

div.articleFooter p {
	float: left;
    font-size: .8em;
    font-weight: bold;
	margin: 0.3em 0 0 0;
	padding: 0.3em 0.2em 0.3em 0em;
	height: 1.2em;
}

div.articleFooter p.articleFooterRight {
	float: right;
	text-align: right;
}

div.articleFooter p a {
	color: #cc0000 !important;
}

p.articleSpacer {
	font-size: 0.8em;
    border-top: 1px solid #641982;
    border-bottom: 1px solid #641982;
	margin: 0.5em 0em 0em 0em !important;
    background-color: #eee;
    font-weight: bold;
    padding: 0.4em 0.9em 0.4em 1.1em !important;
	clear: both;
}

/*******************/
/* Page Footer Div */
/*******************/

div#pageFooter {
    position: relative;
    border-top: 1px solid #641982;
    /*width: 61.3em;*/
    height: 2.4em;
	clear: both;
}

div#pageFooter p {
    font-size: 0.8em;
	margin: 0;
	padding: 1em 0em 0em 0em;
}    

div#pageFooter p.left {
	float: left;
    text-align: left;
}

div#pageFooter p.right {
	float: right;
    text-align: right;
}

p.culhamLogo {
	text-align: centre;
	margin: 1em auto 2em auto;
}

/* Form styles */
ul.formFields, body.weekend div#content form ul {
	list-style-type: none;
}
ul.formFields li {
	clear: both;
	margin: 0;
	padding: 0;	
}
div#formSubmit {
	background-color: #BC8AE6;
	text-align: center;
	padding: 0.3em 0 0.3em 0;
}
form.standard {
	border: 1px solid #BC8AE6;
	background-color: #EEEEEE;
	margin: 0em 0.8em 0.9em 0.8em;
	padding: 0;
}
form.standard p {
	margin: 0.3em 0.5em 0 0.5em;
	color: #000000;
}
form.standard p.form_description {
	margin-top: 0;
	font-style: italic;
}
form.standard fieldset {
	margin: 0;
	padding: 0 0 0.5em 0;
	border: none;
	border-bottom: 1px solid #BC8AE6;
}
form.standard legend {
	margin: 0em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: #BC8AE6;
}
form.standard label {
	float: left;
	text-align: right;
	width: 14em;
	padding: 0.3em 0.3em 0 0;
	color: #003;
}
form.standard label.label-newline {
	float: none;
	text-align: left;
	width: 100%;
}
span.form-required-field {
	color: #cc0000;
}
form.standard div.checkbox-group label.label-checkbox {
	float: none;
	display: inline;
	width: auto;
}
form.standard div.checkbox-group {
	padding-left: 2em;
}
form.standard div.checkbox-group input,
form.standard input#headteacher_approved {
	float: none;
	display: inline;
	width: auto;
	margin-right: 1em;
}
form.standard input {
	text-align: left;
	width: 25em;
}
form.standard textarea {
	text-align: left;
	width: 25em;
}
form.standard textarea.wide,
form.standard textarea.input-newline {
	width: 40em;
}

/*
form.standard input[type="checkbox"] {
	float: left;
	width: 1em !important;
}
*/
form p.warning {
	color: #C00;
	size: 80%;
	font-style: italic;
}
form.standard input.warning, 
form.standard textarea.warning {
	border: 1px dashed #f00;
}
p.approveCheck {
	text-align: left;
	padding: 0 1em 0 1em;
}
p.approveCheck input {
	margin: 0 0.5em 0 2em;
	width: 1em;
}
fieldset#aboutYou label {
	width: 25em;
}
fieldset#aboutYou input {
	width: 9em;
}
form.standard input#submitButton {
	width: 8em;
	text-align: center;
	padding: 0;
	margin: 0;
}
select#jobMenu {
	width: 20em;
}
body.weekend p span.label {
	font-style: italic;
	color: #333;
}

/* Image Galleries */
div#content ul.image-gallery,
body.remembered div#content ul.image-gallery {
	list-style: none;
	list-style-position:outside;
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}
div#content ul.image-gallery li,
body.remembered div#content ul.image-gallery li {
	display: inline;
	position: relative;
	float: left;
	width: 160px;
	padding: 0;
	margin: 0 10px 10px 0;
	background: none;
}
div#content ul.image-gallery li a,
body.remembered div#content ul.image-gallery li a {
	margin: 0;
	padding: 0;
	line-height: 156px;
	text-align: center;
	display: block;
	width: 160px;
	height: 160px;
	background-image: url(images/image_slide_bg1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#content ul.image-gallery li a:hover,
body.remembered div#content ul.image-gallery li a:hover {
	background-position: 0 -160px;	
}
div#content ul.image-gallery li a img,
body.remembered div#content ul.image-gallery li a img {
	vertical-align: middle;
}

/* Teacher Weekend Pages */
body.weekend h1 {
	font-style: italic;
	font-family: "Lucida Casual CE", "Lucida Casual", "Lucida Sans", Georgia;	
}
body.weekend h2 {
	font-style: italic;
	font-family: "Lucida Casual CE", "Lucida Casual", "Lucida Sans", Georgia;	
}
body.weekend h3 {
	font-style: italic;
	font-family: "Lucida Casual CE", "Lucida Casual", "Lucida Sans", Georgia;	
}
body.weekend h4 {
	font-style: italic;
	font-family: "Lucida Casual CE", "Lucida Casual", "Lucida Sans", Georgia;
}

body.weekend div#content p {
	text-align: justify;
}
body.weekend div#content ul {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
   color: #cc0000;
}

/* Remembered Pages */
body.remembered h1 {
	margin: 3.9em 0 0 5em !important;
}
body.remembered div#content {
	background-image: url(images/bg02.gif);
}
body.remembered div#main {
    border: 1px solid #000000;
}
body.remembered #topnav {
	border-bottom: 1px solid #000000;
}
body.remembered #topnav ul li a {
	border: 1px solid #000000;
}
body.remembered #topnav ul li a {
	color: #000000;
}
body.remembered div.menuBox {
	border: 1px solid #000000;
}
body.remembered div.menuBox h4 {
	color: #000000;
}
body.remembered div#menuColumn li a:link {
	color: #530000;
}
body.remembered h2 {
	color: #400F53;
}
body.remembered #content h3 {
	color: #400F53;
}
body.remembered #content h4 {
	color: #000000;
	font-size: 1em;
	line-height: 1.7em;
	padding: 0em 0.8em 0em 0.8em;
	margin: 0.4em 0em 0.6em 0em;
}
body.remembered div#content ul {
	list-style-type: disc;
	padding: 0em 0.8em 0.9em 2em; 
}
body.remembered div#content li {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.6em;
}



