/* BBR Solutions Ltd, 14 April 2008 */

/* Based on 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: 11px;
	line-height: 1.5em;
}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5, h6 {
	color: #383578;
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: normal;
	line-height: 1em;
}

h1 {font-size: 260%;}
h2 {font-size: 200%;}
h3 {font-size: 150%;}
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;
	text-decoration: none;
}

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

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



/* BASIC ELEMENTS */

body {
	margin: 10px;
}

a {
	color: blue;
}

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

input, textarea {
	padding: 2px;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

#Filedata {
	border: none;
	background-color: transparent;
}



/* Masthead */

#login {
	float: right;
	text-align: right;
}


/* Main Menu */

.main_menu {
	clear: both;
}

.main_menu ul {
	padding-bottom: 4px;
}

.main_menu li {
	display: inline;
}

.main_menu a {
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: -1px;
	border: 1px solid #383578;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.main_menu a:link, .main_menu a:visited {
	color: #990000;
	background-color: white;
}

.main_menu a:active, .main_menu a:hover {
	color: black;
	background-color: #e8e8e8;
}

.main_menu li.selected a:link, .main_menu li.selected a:visited {
	color: white;
	background-color: #990000;
}

.main_menu li.selected a:active, .main_menu li.selected a:hover {
	color: black;
	background-color: #e8e8e8;
}


/* Admin Options */

div.admin_options {
	margin-top: 10px;
	clear: left;
}

.admin_options li {
	display: inline;
}

.admin_options a {
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: -1px;
	border: 1px solid red;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
}

.admin_options a:link, .admin_options a:visited {
	color: #990000;
	background-color: #fffcda;
}

.admin_options a:active, .admin_options a:hover {
	color: black;
	background-color: #e8e8e8;
}

.admin_options li.selected a:link, .admin_options li.selected a:visited {
	color: white; 
	background-color: red;
}

.admin_options li.selected a:active, .admin_options li.selected a:hover {
	color: black;
	background-color: #e8e8e8;
}


/* Breadcrumb */

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

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


/* Footer */

#footer {
	clear: both;
	border-top: 1px solid #383578;
	padding-top: 10px;
}

#footer, #footer a {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
}



/* Content */

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

#content h1 {
	padding-top: 10px;
}

#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 ol, #content ul {
	list-style-position: outside;
	margin-right: 3.5em;
}

#content ol {
	list-style-type: decimal;
}

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

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

#content .landscape_body_photo, #content .portrait_body_photo {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content .portrait_body_photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content .landscape_body_photo img, #content .portrait_body_photo img {
	border: 1px solid #383578;
}

#content .landscape_body_photo .caption, #content .portrait_body_photo .caption {
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-style: italic;
	line-height: 1.1em;
	text-align: center;
}

#content .landscape_body_photo .gallery_link, #content .portrait_body_photo .gallery_link {
	margin-top: 3px;
	line-height: 1.1em;
	text-align: center;
}

#content .landscape_body_photo .gallery_link a, #content .portrait_body_photo .gallery_link a {
	font-size: 10px;
	font-style: italic;
}


/* Sidebar */

#sidebar {
	float: right;
	padding: 10px;
	border: 1px solid gray;
	width: 175px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sidebar div {
	clear: left;
	padding-top: 10px;
}

#sidebar h2 {
	padding-top: 0px;
}

#sidebar ul {
	margin-left: 1.5em;
	left: 0;
	margin-right: 0;
}


/* Page with Sidebar */

.page_content {
	margin-right: 205px;
	margin-bottom: 10px;
}


/* Misc Elements */

#rss_link {
	clear: left;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 20px;
}

#rss_link img {
	float: left;
	border: 0;
	border: none;
	padding-right: 5px;
	padding-top: 2px;
}

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

.clear_all_floats {
	clear: both;
}

.sharinglinks {
	margin-bottom: 15px;
}

.facebookshare, .twittershare, .googleshare {
	display: inline-block;
	vertical-align: top;
}

.googleshare * {
	width: auto !important;
}


/* Latest/Forthcoming */

.latest_item a {
	font-size: 125%;
	font-weight: bold;
}

.latest_item .read_more a {
	font-size: 85% !important;
	font-weight: normal !important;
	font-style: italic !important;
	white-space: nowrap;
}

div.latest_item {
	display: table-row;
}

div.latest_item .inline_image_left {
	float: none;
	margin: 0 auto;
}

div.latest_item .synopsis_image, div.latest_item .synopsis_text {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 20px;
}

div.latest_item .synopsis_image {
	text-align: center;
}

div.latest_item .synopsis_image img {
	margin-right: 10px;
}

div.latest_item .synopsis_text a.primary_link {
	display: block;
	padding-top: 0 !important;
}

div.latest_item .synopsis_date:before {
	content: "(";
}

div.latest_item .synopsis_date:after {
	content: ")";
}











/* CONTENT VARIATIONS */

/* Log in form */

#loginagain {
	width: 32em;
	text-align: right;
}

#loginagain div {
	padding-top: 5px;
}

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

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

#loginagain label {
	padding-right: 2px;
}

#loginagain .mainoption {
	margin-left: 2em;
	margin-top: 5px;
}


/* Edit Page */

form * {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif !important;
	font-size: 11px !important;
	line-height: 1.5em !important;
}

#content table.edit_form th {
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	background-color: transparent;
}

#content table.edit_form th, #content table.edit_form td {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 6px;
	vertical-align: top;
	border: none;
}

#content table.edit_form textarea {
	width: 60em;
	height: 5em;
	overflow-y: scroll;
}

#content table.edit_form textarea.textile {
	height: 25em;
}

#content table.edit_form input {
	width: 60em;
}


/* Page Preview */

#page_preview {
	position: absolute;
	top: 11em;
}

#page_preview span {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 300%;
	border: 3px solid red;
	background-color: #fffcda;
	padding: 3px;
	padding-left: 10px;
	padding-right: 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;
}



/* Imagebrowser */

body.imagebrowser {
	background: none;
}

#wrapper.imagebrowser {
	max-width: 100%;
	width: 95%;
}

body.imagebrowser #footer {
	margin-left: 10px;
}

body.imagebrowser #content{
	margin: 0;
	padding: 10px;
	background: white;
}

#imagebrowser_highlight img, #imagebrowser_listing img {
	border: 1px solid gray;
	margin: 2px;
}

#content #imagebrowser_listing a.selected img {
	border: 3px solid #003399;
	margin: 0px;
}

#content #imagebrowser_listing a:hover img {
	border: 2px solid #003399;
	margin: 1px;
}

#content #imagebrowser_listing a:active img {
	border: 3px solid #003399;
	margin: 0px;
}

#wrapper.imagebrowser #content #imagebrowser_listing a.selected img {
	border: 3px solid red;
}

#wrapper.imagebrowser #content #imagebrowser_listing a:hover img {
	border: 2px solid red;
}

#wrapper.imagebrowser #content #imagebrowser_listing a:active img {
	border: 3px solid red;
}

#imagebrowser_listing {
	margin-top: 10px;
	margin-right: 20px;
}

#wrapper.imagebrowser #imagebrowser_listing {
	height: 450px;
	overflow: auto;
	border: 1px solid gray;
	padding: 5px;
}

.imagebrowser_thumbnail {
	height: 130px;
	width: 106px;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	overflow: hidden;
	text-align: center;
}

.imagebrowser_thumbnail .caption {
	height: 1.2em;
	width: 100px;
	font-size: 10px;
	line-height: 1.1em;
	overflow: hidden;
}

#imagebrowser_highlight {
	width: 400px;
	border: 1px solid gray;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffcc;
}

#wrapper.imagebrowser #imagebrowser_highlight {
	float: right;
}

#imagebrowser_highlight h1, #imagebrowser_highlight h2 {
	padding-top: 0px;
}

#imagebrowser_highlight .caption {
	font-size: 10px;
	line-height: 1.1em;
	font-style: italic;
}

#imagebrowser_highlight form {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}

#imagebrowser_highlight table.edit_form {
	margin-top: 10px;
}

#imagebrowser_highlight table.edit_form textarea, #imagebrowser_highlight table.edit_form input {
	width: 330px;
	background-color: white;
}

#imagebrowser_highlight .contains_input_field input {
	width: 5em;
	background-color: white;
	float: left;
}


#imagebrowser_highlight table {
	margin: 0;
}

#imagebrowser_highlight th {
	background-color: transparent;
}

#imagebrowser_highlight td, #imagebrowser_highlight th {
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 0;
	padding-top: 6px;
	padding-right: 6px;
	line-height: 1.1em;
}

#imagebrowser_highlight td a {
	line-height: 1.1em;
}

#imagebrowser_highlight td.contains_input_field {
	padding-top: 3px;
}

#imagebrowser_highlight .admin_options li {
	background: none;
	padding: 0;
}

#imagebrowser_highlight .admin_options ul {
	padding-top: 10px;
}



/* Variants for inline gallery */

div.page_content .imagebrowser_thumbnail {
	height: 100px;
}


/* Asset Manager */

body.assetmanager {
	background: none;
}

#wrapper.assetmanager {
	max-width: 100%;
	width: 95%;
}

body.assetmanager #footer {
	margin-left: 10px;
}

body.assetmanager #content{
	margin: 0;
	padding: 10px;
	background: white;
}

#wrapper.assetmanager th {
	vertical-align: top;
}

#wrapper.assetmanager #content tr:hover, #wrapper.assetmanager #content tr.highlight {
	background-color: #ffffcc;
}

#wrapper.assetmanager th, #wrapper.assetmanager tr:hover th, #wrapper.assetmanager tr:hover input {
	background-color: #eeeeee;
}

#wrapper.assetmanager #content td {
	font-size: 10px;
	line-height: 1em;
}

#wrapper.assetmanager #content td input {
	width: 45em;
	font-size: 10px;
	line-height: 1em;
}

#wrapper.assetmanager tr:hover input, #wrapper.assetmanager tr.highlight input {
	background-color: white;
}

#assetuploadform {
	padding-top: 10px;
	padding-bottom: 10px;
}




/* Style overrides for phpBB */

table.phpBB table {
	border-collapse: separate;
	border-spacing: 1px;
}

table.phpBB td, table.phpBB th {
	padding: 4px;
}

table.phpBB th {
	color: #FFA34F;
}

#wrapper.board a.selected img, #wrapper.imagegallery a.selected img {
	border: none;
}

#wrapper.board a:hover img, #wrapper.imagegallery a:hover img {
	border: none;
}

#wrapper.board a:active img, #wrapper.imagegallery a:active img {
	border: none;
}


/* Debug */

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



/* 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 {
	font-size: 13px;
	line-height: 1.25em;
}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.25em;
}

h1 {font-size: 22px;}
h2 {font-size: 19px; font-weight: normal; font-style: italic;}
h3 {font-size: 17px; margin-top: 0.25em;}
h4 {font-size: 14px; font-style: italic; margin-top: 1em;}



p.h1equiv {
	color: #383578;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 1em;
}

/* BASIC ELEMENTS */

body {
	margin: 0px;
}

a:link { color : #0d3182; font-weight: bold; text-decoration : none}
a:visited { color : #0d3182; font-weight: bold; text-decoration : none}
a:active { color : #aaaaaa; font-weight: bold; text-decoration : none}
a:hover { color : #CC0000; font-weight: bold; text-decoration : underline}



/* Masthead */

#masthead {
	background-image:url('/images/BBR_masthead_bg.jpg');
	margin-top: 16px;
}

#masthead h1 {
	height: 86px;
	width: 686px;
	background-image:url('/images/BBR_masthead.jpg');
}

#masthead h1 b {
	display: none;
}


/* Main Menu & Sidebar */

.main_menu {
	float: left;
	background-color: #c3fa90;
	margin-left: 10px;
	width: 120px;
}

#sidebar {
	background-color: #e5e5e5;
	padding: 0;
	margin-right: 10px;
}

.main_menu,
#sidebar {
	border: 1px solid #383578;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.main_menu .menu_title,
#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-Serif;
	color: white;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	line-height: 1em;
	background-color: #383578;
	border-radius: 10px;
	padding: 4px;
	margin-bottom: 5px;
}

.main_menu ul,
#sidebar ul {
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
}

#sidebar ul.recent {
	padding-bottom: 14px;
}

.main_menu li,
#sidebar li {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url('/images/arrow.png');
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.main_menu a,
#sidebar a {
	white-space: normal;
	padding: 0;
	border: none;
	font-size: 10px;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

.main_menu a:link, .main_menu a:visited,
#sidebar a:link, #sidebar a:visited {
	color: #0D3182;
	background-color: transparent;
}

.main_menu a:active, .main_menu a:hover,
#sidebar a:active, #sidebar a:hover {
	color: #CC0000;
	text-decoration : underline;
	background-color: transparent;
}

.main_menu li.selected a:link, .main_menu li.selected a:visited,
#sidebar li.selected a:link, #sidebar li.selected a:visited {
	color: #0D3182;
	background-color: transparent;
}

.main_menu li.selected a:active, .main_menu li.selected a:hover,
#sidebar li.selected a:active, #sidebar li.selected a:hover {
	color: #0D3182;
	background-color: transparent;
}



/* Admin Options */

div.admin_options {
	margin-left: 153px;
	padding-bottom: 20px;
}

/* Breadcrumb */

#breadcrumb {
	padding-top: 16px;
	padding-bottom: 6px;
	margin-left: 10px;
}

#breadcrumb, #breadcrumb a {
	font-size: 10px;
	font-weight: normal;
}


/* Footer */

#footer {
	clear: both;
	border-top: 1px solid #383578;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
}


/* Misc Elements */

#rss_link {
	padding-left: 10px;
	padding-right: 10px;
}

#rss_link img {
	padding-top: 0;
}



/* Content */

#content {
	clear: none;
	max-width: 75em;
	margin-left: 153px;
	padding: 0;
}

#content .portrait_body_photo {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}



/* Search form */

#searchform label {
	clear: none;
}



/* Enquiry form styles */

#content table.enquiry_form th {
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	background: none;
}

#content table.enquiry_form th, #content table.enquiry_form td {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 6px;
	vertical-align: top;
	border: none;
	font-size: 12px;
}

#enquiryform input.text, #enquiryform textarea.textile {
	width: 35em;
}


/* Misc */

#content ol.nested {
	margin-top: 0px;
}

ol.nested li {
	padding-top: 10px;
}

#content ol.nested ul {
	margin-top: 0px;
}

ol.nested ul li {
	padding-top: 0px;
}

p.intro {
	font-weight: bold;
}

.latest_item a.xref {
	font-size: 100%;
	font-weight: bold;
}

#wrapper.home #content p {
	margin-right: 205px;
}

body.imagebrowser #content{
	margin-left: 153px;
	padding: 0;
}

?>

