/****** FILE: themes/site/css/standard.css *****/
/*
 * Reset all elements.
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/*
 * Provides standard text and content styling.
 */
body, h1, .h1,  h2, .h2,  h3, .h3,  h4, .h4,  h5, .h5, h6, .h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1, .h1 {
	font-size: 18px;
}
h2, .h2 {
	font-size: 16px;
}
h3, .h3 {
	font-size: 14px;
}
h4, .h4 {
	font-size: 13px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
	margin: 0 0 .5em 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, strong {
	font-weight:bold; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	font-style:italic;
}
blockquote,ul,ol,dl {
	margin: 0.5em 0 1.5em;
}
ol, ul, dl {
	margin-left: 1em;
	padding-left: 0;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
ul li,
ol li {
	margin: 0.2em 1em;
}
ol ol, ul ul, ol ul, ul ol {
	margin-top: 0;
	margin-bottom: 0;
}
dl dd {
	margin-left:1em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
pre {
	margin-bottom: 1em;
}
a img {
	border: 0;
}
p {
	line-height: 1.2em;
	margin: .6em 0;
}
li p {
	margin-top: 0.2em;
}
pre, code, .code {
	font-family: monospace;
	font-size: 92%;
	text-align: left;
}
strong, b {
	font-weight: bold;
}
th {
	font-weight: bold;
}
input, textarea, select {
	font-size: 92%;
}
sup {
	vertical-align:super;
}

h1 a,
h2 a,
h3 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited {
	color: inherit;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
	text-decoration: underline;
}
.clearing {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
.clearBoth {
	clear: both;
}


/****** FILE: themes/site/css/form.css *****/
/** 
 * Based on SilverStripe Black Candy Theme
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
.ssForm fieldset {
	border: 0;
}

/* ACTION BUTTONS
---------------------------------------- */
.ssForm input.action {
	padding: 2px;
	font-size: 11px ;
	font-family: Verdana, Tahoma, Sans-serif;
}
.ssForm input.action:hover,
.ssForm input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
.ssForm form ul {
	list-style: none;
}
.ssForm .middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	width: 306px;
	clear: left;
}
	.ssForm #Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	.ssForm div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.ssForm .middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.ssForm .middleColumn .message {
		margin: 0;
	}
	
/* INPUT BOXS
---------------------------------------- */

.ssForm input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}

.ssForm textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}
.ssForm input:focus span, textarea:focus span {
	border: 3px solid #000;
}

.ssForm form .date input.month,
.ssForm form .date input.day,
.ssForm form .date input.year {
	width: auto;
}

.ssForm form .datetime .clear {
	clear: both;
}

.ssForm form .datetime .date,
.ssForm form .datetime .time {
	float: left;
	clear: none;
	width: auto;
}
	.ssForm form .datetime .middleColumn .middleColumn {
		width: auto;
	}
	.ssForm form .datetime .date input,
	.ssForm form .datetime .time input {
		width: auto;
	}


/* SELECT DROPDOWN
---------------------------------------- */

.ssForm select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography .ssForm label {
 	display: block;
	margin: 0 0 -10px 0;
	color: #777;
	font-size: 12px;
}

.ssForm label.right {
	display:inline;
}

/* CHECKBOXES
---------------------------------------- */
.ssForm ul.optionset {
	margin: 0;
	overflow: hidden;
}
	.ssForm ul.optionset li {
		margin: 6px 0;
		clear: both;
	}
		.ssForm ul.optionset li input {
			float: left;
			margin: 0 6px;
		}
		.ssForm ul.optionset li label {
			margin: 0;
		}


/****** FILE: themes/site/css/site.css *****/
/**
 * Contains the layout (no content/text styling) for the site. Content styling should be contained
 * in site-style.css
 */

body {
	background: url('../images/footerbg.jpg') repeat-x bottom left scroll #ffffff;
}

#cn {
	width: 903px;
	margin: 0 auto;
	background-color: #fff;
}

#hd {
	float: left;
	width: 903px;
}
#logo {
	margin-top: 41px;
}
#logo #homeLink {
	margin-left: 23px;
	outline: none;
	width: 311px;
	height: 75px;
}

#topNav {
	height: 49px;
	margin: 10px 0 0 21px;
}
#topNav ul {
	margin: 0;
}
#topNav li {
	list-style: none outside none;
	float: left;
	margin: 0 45px 0 0;
}

#topNav li a {
	background: url('../images/topnav.png') no-repeat 0 0 scroll #ffffff;
	display: block;
	outline:none;
	text-indent: -999em;
	height:25px;
}

#topNav li a.home {
	background-position: 0 0;
	width: 46px;
}
#topNav li a.home:hover {
	background-position: 0 -23px;
}
#topNav li a.home.current {
	background-position: 0 -46px;
}

#topNav li a.about {
	background-position: -93px 0;
	width: 46px;
}
#topNav li a.about:hover {
	background-position: -93px -23px;
}
#topNav li a.about.current {
	background-position: -93px -46px;
}

#topNav li a.classes {
	background-position: -188px 0;
	width: 63px;
}
#topNav li a.classes:hover {
	background-position: -188px -23px;
}
#topNav li a.classes.current {
	background-position: -188px -46px;
}

#topNav li a.our-people {
	background-position: -290px 0;
	width: 85px;
}
#topNav li a.our-people:hover {
	background-position: -290px -23px;
}
#topNav li a.our-people.current {
	background-position: -290px -46px;
}

#topNav li a.whats-on {
	background-position: -425px 0;
	width: 80px;
}
#topNav li a.whats-on:hover {
	background-position: -425px -23px;
}
#topNav li a.whats-on.current {
	background-position: -425px -46px;
}

#topNav li a.services {
	background-position: -545px 0;
	width: 75px;
}
#topNav li a.services:hover {
	background-position: -545px -23px;
}
#topNav li a.services.current {
	background-position: -545px -46px;
}

#topNav li a.blog {
	background-position: -660px 0;
	width: 40px;
}
#topNav li a.blog:hover {
	background-position: -660px -23px;
}
#topNav li a.blog.current {
	background-position: -660px -46px;
}

#topNav li a.contact {
	background-position: -743px 0;
	width: 63px;
}
#topNav li a.contact:hover {
	background-position: -743px -23px;
}
#topNav li a.contact.current {
	background-position: -743px -46px;
}


#orangeBubble {
	background: url('../images/bannerorangebubble.png') no-repeat 0 0 scroll;
	width: 253px;
	height: 252px;
	left: -60px;
	top: -12px;
	position: absolute;
}
#hdLeft {
	float: left;
	position: relative;
	width: 670px;
	height: 220px;
}
#hdLeft img {
	float:left;
}

#hdRight {
	float: right;
	background: url('../images/rightcolumnquotebg.png') no-repeat right 0 scroll;
	text-align: center;
	width: 183px;
	height: 160px;
	color: #fff;
	padding: 30px 25px;
	line-height: 23px;
}
#hdRight .quote {
	width: 182px;
}

.vertCenter {
	height: 161px;
	display: table;
	#position: relative;
	overflow: hidden;
}
.vertCenter .bd {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
.vertCenter .bd .bd {
	#position: relative;
	#top: -50%;
}

.headerSpace {
	height: 40px;
}

#bd {
	width: 903px;
	background: url('../images/bdstrip.jpg') repeat-y -48px 0 scroll;
	float: left;
}

#bdLeft {
	float: left;
	width: 615px;
	margin: 48px 10px 20px 24px;
	color: #898787;
}

.quote {
	line-height:18px;
}
.quote .quoteAuthor {
	font-weight: bold;
}
.contentLeft {
	float: left;
	width: 280px;
	color: #898787;
}
.contentRight {
	float: right;
	width:280px;
	color: #898787;
} 

#bdRight {
	float: right;
	background: url('../images/rightcolumnbg.jpg') repeat-x 0 0 scroll #c6dfe7;
	width: 231px;
	color: #fff;
}
#sideBar {
	margin: 45px 30px 0;
	min-height: 331px;
}
#sideBar h2 {
	color: #fff;
}
#sideBar #subscribeForm {
	margin: -8px 0 62px;
}
#sideBar label {
	text-transform: uppercase;
}
#sideBar input {
	width: 160px;
	display: block;
	margin-bottom: 10px;
}
#sideBar #Form_MailingListForm_action_doMailingList {
	display: block;
	margin: 13px auto;
	width: 82px;
}
#sideBar .socialLinks {
	margin: 25px 0 15px;
}
#sideBar .socialLinks a {
	display: block;
	margin-bottom: 5px;
}

#ft {
	clear: both;
	height: 156px;
	background-image: url('../images/footerbg.jpg');
}

#ftLeft {
	display: inline;
	float: left;	
	width: 555px;
	padding-left: 23px;
	margin-top: 23px; 
	color: #525151;
}

#ftRight {
	float: right;
	display: inline;
	width: 200px;
	margin-top: 23px;
	color: #525151;
}

#ftRight a {
	text-decoration: none;
	color: #525151;
}

#ft {
	font-size: 11px;
}

.postTitle {
	margin-bottom: 5px;
}
.socialLinks {
	min-height: 26px;
}
.twitter-share-button {
	float: right;
}
.authorDate {
	font-style: italic;
}
.blogEntryTitle {
	font-weight: bold;
}
.blogEntry {
	margin-bottom: 10px;
}

/****** FILE: themes/site/css/site-style.css *****/
body,
body.mceContentBody {
	font-family: trebuchet ms;
	font-size: 13px;
}
h1 {
	font-size: 28px;
	font-weight: bold; 
	color: #f89b2c;
	margin-bottom: -2px;
	line-height: 100%;
}
h2	{
	font-size: 18px;
	font-weight: normal; 
	color: #67aabf;
	margin-bottom: 5px;
}
h3,
.introText {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 19px;
}
.introText {
	margin-top: 0;
}
h4	{
	font-size: 14px;
	color: #f89b2c;
}

.floatLeft {
	float: left;
	margin-right: 20px;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
IMG.floatLeft, IMG.floatRight {
 	margin-bottom: 10px;
}
IMG.floatLeft { 
	clear: left;
	border: 8px solid #bfbfbf; 
}
IMG.floatRight { clear: right; }
.floatright h4 { float: left; }
td	{
	line-height:12px;
}
a {
	color: #F89B2C;
}

/****** FILE: themes/site/css/form.css *****/
/** 
 * Based on SilverStripe Black Candy Theme
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
.ssForm fieldset {
	border: 0;
}

/* ACTION BUTTONS
---------------------------------------- */
.ssForm input.action {
	padding: 2px;
	font-size: 11px ;
	font-family: Verdana, Tahoma, Sans-serif;
}
.ssForm input.action:hover,
.ssForm input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
.ssForm form ul {
	list-style: none;
}
.ssForm .middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	width: 306px;
	clear: left;
}
	.ssForm #Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	.ssForm div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.ssForm .middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.ssForm .middleColumn .message {
		margin: 0;
	}
	
/* INPUT BOXS
---------------------------------------- */

.ssForm input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}

.ssForm textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}
.ssForm input:focus span, textarea:focus span {
	border: 3px solid #000;
}

.ssForm form .date input.month,
.ssForm form .date input.day,
.ssForm form .date input.year {
	width: auto;
}

.ssForm form .datetime .clear {
	clear: both;
}

.ssForm form .datetime .date,
.ssForm form .datetime .time {
	float: left;
	clear: none;
	width: auto;
}
	.ssForm form .datetime .middleColumn .middleColumn {
		width: auto;
	}
	.ssForm form .datetime .date input,
	.ssForm form .datetime .time input {
		width: auto;
	}


/* SELECT DROPDOWN
---------------------------------------- */

.ssForm select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography .ssForm label {
 	display: block;
	margin: 0 0 -10px 0;
	color: #777;
	font-size: 12px;
}

.ssForm label.right {
	display:inline;
}

/* CHECKBOXES
---------------------------------------- */
.ssForm ul.optionset {
	margin: 0;
	overflow: hidden;
}
	.ssForm ul.optionset li {
		margin: 6px 0;
		clear: both;
	}
		.ssForm ul.optionset li input {
			float: left;
			margin: 0 6px;
		}
		.ssForm ul.optionset li label {
			margin: 0;
		}


/****** FILE: themes/site/css/comments.css *****/
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments > li {
	margin: 5px 0;
	padding: 1px 10px 1px 40px;
	width: 88%;
	list-style: none;
	background: url(../images/common/commentBg.png) no-repeat 1% 10%;
	border-bottom: 2px solid #ccc;
}

.actionLinks li {
	display: inline;
	border-right: 1px solid #ddd;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}

.actionLinks li.last {
	border-right: none;
}

.commentrss {
	background: transparent url(../images/common/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}

#PageComments p {
	font-size: 1em;
	margin: 8px 0;
}

#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

#PageCommentInterface_Form_PostCommentForm_action_postcomment {
	margin-bottom: 20px;
}

