
/* BBR Solutions Ltd, 5 March 2007 */

/* Global White Space Reset, http://leftjustified.net/journal/2004/10/19/global-ws-reset/ */

* { padding: 0; margin: 0;}


/* Basic spec, based on http://meyerweb.com/eric/thoughts/2004/09/15/emreallyem-undoing-htmlcss */

/* SET FONT ATTRIBUTES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, select, textarea, fieldset, pre, div {
 	color: black;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5, h6 {
	color: #003399;
	font-family: Arial, Helvetica, Geneva, Swiss, Sans-Serif;
	font-weight: bold;
	line-height: 1em;
}

h1 {font-size: 220%;}
h2 {font-size: 170%;}
h3 {font-size: 150%; font-style: italic; }
h4 {font-size: 100%;}
h5 {font-size: 100%;}
h6 {font-size: 100%;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}


html, body {
	background-color: transparent;
}

input, select, textarea {
	border: 1px solid gray;
	background-color: #ffffcc;
}

input, textarea {
	padding: 2px;
}

a {
	color: blue;
}

a.selected img {
	border: 3px solid blue;
}

a:hover img {
	border: 2px solid blue;
}

a:active img {
	border: 3px solid blue;
}

/* Debug */

#debug {
	background: white;
	padding: 10px;
}

#null {outline: 1px dashed gray; }


/* Basic layout */

body {
	background: #e5ecf3;
}


#masthead {
	background-color: #003399;
	padding: 10px;
}

#masthead h1 {
	color: #white;
	font-size: 30px;
	font-weight: normal;
	white-space: nowrap;
	margin-left: 0;
	font-family: Palatino, Serif;
	letter-spacing: 0.07em;
}

#masthead h1 .lowercase {
	font-variant: small-caps;
	font-size: 37px;
}



#breadcrumb {
	margin-left: 10px;
	clear: both;
	padding-top: 10px;
}

#breadcrumb, #breadcrumb a {
	font-size: 12px;
}



/* Content */


#content {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#content h1 {
}

#content h2 {
	padding-top: 30px;
}

#content h1 + h2 {
	padding-top: 15px;
}

#content h3 {
	padding-top: 20px;
}

#content p, #content form, #content ol, #content ul, #content table {
	margin-top: 10px;
}

#content th, #content td {
	border: 1px solid gray;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

#content th {
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content li {
	margin-top: 10px;
	padding-left: 15px;
	background-image: url(/images/smallbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}




#footer {
	clear: both;
	border-top: 1px solid gray;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}



.inline_image_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid gray;
}

.smalltext {
	font-size: 85%;
	line-height: 1.25em;
	padding-top: 0px;
}

.posted_on {
	font-size: 85%;
	line-height: 1.25em;
	padding-top: 10px;
	clear: both;
}

.tags {
	font-size: 85%;
	line-height: 1.25em;
}

.tags a {
	font-size: 100%;
	line-height: 1.25em;
}

.bbr-error {
	color: red;
	font-weight: bold;
}

.nobreak {
	white-space: nowrap;
}

.byline {
	text-align: right;
}


#staticsectionanchor ul {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	list-style-type: none;
}

#staticsectionanchor li {
	background-image: none;
	background-color: #ffffff;
	border-left: 4px solid #003399;
	margin-top: 8px;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1em;
}

#staticsectionanchor li:hover {
	background-color: #003399;
}

#staticsectionanchor a {
	color: #003399;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
}

#staticsectionanchor li:hover a, #staticsectionanchor li:hover {
	color: white;
}



/* Sitewide Sticky */

.sitewide_stickies_red, .sitewide_stickies_blue {
	clear: both;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 10px;
	background-color: #ffffcc;
}

.sitewide_stickies_red {
	border: 3px solid red;
}

.sitewide_stickies_blue {
	border: 3px solid #003399;
}

.sitewide_stickies_red h1 {
	color: red;
}

.sitewide_stickies_blue h1 {
	color: #003399;
}

.sitewide_stickies p {
	font-size: 115%;
	font-weight: bold;
	margin-top: 10px;
}




/* Search form */

#searchform {
	padding-bottom: 10px;
}

#searchform form {
	line-height: 250%;
}

#searchform input.text {
	width: 20em;
}

#searchform label {
	clear: left;
	float: left;
	padding-right: 10px;
}

#searchform .mainoption {
	margin-left: 2em;
}



/* Site Map */

#wrapper.site_map #content ul {
	margin-left: 0px;
}

#wrapper.site_map #content ul ul {
	margin-left: 20px;
}

#wrapper.site_map #content li {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	background: none;
}

#wrapper.site_map #content ul ul li {
	margin: 0;
	font-weight: normal;
}

#wrapper.site_map #content li a {
	font-weight: bold;
}

#wrapper.site_map #content ul ul li a {
	font-weight: normal;
}



/* SHS specific content styles */

.callout, .callout .source {
	color: #003399;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

.callout {
	margin-top: 1em;
}

.callout .source {
	text-align: right;
}

#content table.calendar {
	border-collapse: separate;
	border-spacing: 3px;
}

#content table.calendar th, #content table.calendar td {
	border: none;
	vertical-align: top;
}

#content table.calendar th {
	background-color: #003399;
	color: white;
}

#content table.calendar td {
	background-color: #ffffff;
}

.right {
	text-align: right;
}

#content table .center {
	text-align: center;
}

#content table .bottom {
	vertical-align: bottom;
}

#content table .calendarheading {
	color: white;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

#content table .calendarmelbourne {
	font-weight: bold;
	font-style: italic;
}

.publication {
	clear: left;
	padding-top: 30px;
}

.publication_cover {
	float:left;
	width: 150px;
	text-align: center;
}

#content .publication_cover img {
	border: none;
}

#content .publication h2 {
	line-height: 100%;
	padding-top: 0px;
	padding-left: 160px;
}

#content .publication p, #content .publication ul {
	padding-left: 160px;
}

.publication_item {
	float:left;
	width: 150px;
	text-align: center;
	padding-top: 20px;
}

#content .publication_item img {
	border: none;
}




#content table.shs_kitemarks {
	text-align: center;
	margin: 0 auto;
}

#content table.shs_kitemarks td {
	text-align: center;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	border: none;
	font-size: 85%;
	line-height: 1.25em;
}


/* Sixth Former */

div.sixthformer {
	border: 1px solid #003399;
	padding: 10px;
	background-color: #ffffff;
	margin-top: 10px;
	float: right;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.sixthformer img {
	float: right;
	padding-left: 10px;
}

div.sixthformer .title {
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	color: #003399;
}

div.sixthformer .name {
	font-size: 120%;
	font-weight: bold;
}

div.sixthformer .biog {
	font-size: 90%;
}

div.sixthformer .quotation {
	font-style: italic;
	font-size: 90%;
}

