/*

Colours:
GREEN	Dark		#00886e
		Medium		#67b09b
		Light		#bdded3
		V light		#d8ebe4
		VV light	#ebf6f2
				
ORANGE	Dark		#be6f09
		Medium		#dd8d26
		Light		#f6dbb7

RED		Dark		#a10000;
		Medium		#f70000;
		Light		#efbfbf;

*/

@font-face {
	font-family: "Arial Rounded";
	src: url( "ARLRDBD.eot" );
	src: local( "Arial Rounded MT Bold" ),
		 url( "ARLRDBD.otf" ) format( "opentype" );
}

/* SITE STRUCTURE */

body {
	background: #EBF6F2 url( "/images/bg.png" );
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

body.test {
	background-image: none;
}

div#container {
	position: relative;
	margin: 20px auto;
	max-width: 970px;
}

div#inner_container {
	background: white;
	max-width: 954px;
	padding: 0px;
	border: 1px solid #BDDED3;
	-webkit-box-shadow: 2px 2px 15px rgba( 0, 0, 0, 0.2 );  
	-moz-box-shadow: 2px 2px 15px rgba( 0, 0, 0, 0.2 );  
	-o-box-shadow: 2px 2px 15px rgba( 0, 0, 0, 0.2 );  
	-ms-box-shadow: 2px 2px 15px rgba( 0, 0, 0, 0.2 );  
	box-shadow: 2px 2px 15px rgba( 0, 0, 0, 0.2 );  
}

/* GENERAL CLEAR DIV */

div.clear {
	width: 1px;
	height: 1px;
	clear: both;
}

/* HEADER AND FOOTER */

div#header {
	background: white url( /images/header_bg.jpg ) top left no-repeat;
	padding: 0px;
	height: 166px;
}

	div#header img#header_logo {
		float: left;
		width: 98%;
		max-width: 386px;
		max-height: 135px;
	}

	div#header img#header_logo_ie6 {
		display: none;
	}

	div#header img#cofe_logo {
		float: right;
		position: relative;
		top: 10px;
		left: -10px;
	}
	
@media screen and (max-width: 640px) {
	div#header img#cofe_logo {
		display: none;
	}
	div#header {
		background-image: none;
	}
}
@media screen and (min-width: 640px) {
	div#header {
		height: 166px;
	}
}

div#footer {
	background: #3f8b75 url( /images/footer_bg.jpg ) top left no-repeat;
	font: 80% Arial,sans-serif;
	text-align: center;
	padding: 50px 10px 10px 10px;
}

	div#footer p {
		color: white;
		margin: 0px;
	}
	
	div#footer a:visited {
		color: white;
	}

div.footer_column {
	float: left;
	width: 135px;
	text-align: left;
	padding: 10px;
	font-size: 95%;
}

	div.footer_column a {
		font-weight: normal;
		color: white;
	}

div#share_links {
	width: 75%;
	margin: 10px auto;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.google_plus_one {
	display: inline-block;
	position: relative;
	top: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
.facebook_like {
	display: inline-block;
}

p#email_form_link {
	float: right;
}

div#email_form_container {
	display: none;
	font: 100% Arial, Helvetica, sans-serif;
}

/* MENU BARS */

div#top_menu {
	float: right;
	height: 31px;
}

@media screen and (max-width: 805px) {
	div#site_search {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	div#top_menu {
		display: none;
	}
	
	div#header {
		height: auto;
	}
}

	/* Menu item */
	div#top_menu a {
		float: left;
		display: block;
		white-space: nowrap;
		margin: 0px;
		padding: 6px 12px;
		text-decoration: none;
		font: bold 100% Arial,sans-serif;
	}

	/* Menu item at rest */
	div#top_menu a:link,
	div#top_menu a:visited,
	div#top_menu a:active {
		color: #a10000;
		background: none;
	}
	
	/* Menu item at rest (current section) */
	div#top_menu a.current:link,
	div#top_menu a.current:visited,
	div#top_menu a.current:active {
		color: #be6f09;
		background: #fff0d8;
		border: 1px solid white;
	}
	
	/* Menu item on mouse-over */
	div#top_menu a:hover {
		color: #be6f09;
		background: white;
	}
	
	div#site_search {
		float: left;
		margin-right: 10px;
	}
	
	div#site_search input::-webkit-input-placeholder {
		color: #dd8d26;
		opacity: 0.5;
	}
	
	div#search_hints_results {
		display: none;
		position: relative;
		top: -7px;
		left: 10px;
		width: 158px;
		background: #f6dbb7;
		border: 1px solid white;
		border-top: 0px;
		font-size: 75%;
	}

		div#search_hints_results p {
			display: block;
			margin: 0px;
			padding: 0px;
			line-height: 1.2;
			margin-bottom: 10px;
		}
	
		div#search_hints_results a {
			display: block;
			width: 135px;
		}
	
		div#search_hints_results span.caption {
			clear: both;
			font: 80% Arial, Helvetica, sans-serif;
			color: #333;
			margin: 0px 13px;
			padding: 0px;
			width: 155px;
		}
	
div#sub_menu {
	float: left;
	z-index: 15;
	width: 100%;
	padding: 5px 0px 0px 0px;
	background: #fff0d8;
	text-align: center;
}

@media screen and (max-width: 700px) {
	div#sub_menu {
		display: none;
	}
}

	/* Menu item */
	div#sub_menu a {
		display: inline-block;
		white-space: nowrap;
		margin: 0px;
		padding: 6px 8px 5px 8px;
		text-decoration: none;
		font: 85% Arial,sans-serif;
	}

	/* Menu item at rest */
	div#sub_menu a:link,
	div#sub_menu a:visited {
		color: #be6f09;
		background: none;
	}
	
	/* Menu item at rest (current section) */
	div#sub_menu a.current:link,
	div#sub_menu a.current:visited,
	div#sub_menu a.current:active,
	div#sub_menu a:active {
		color: #be6f09;
		background: white;
	}
	
	/* Menu item on mouse-over */
	div#sub_menu a:hover {
		color: #be6f09;
		background: #f6dbb7;
	}
			
div#sub_sub_menu {
	float: left;
	width: 100%;
	padding: 5px 0px 0px 0px;
	background: white;
	text-align: center;
}

	/* Menu item */
	div#sub_sub_menu a {
		display: inline-block;
		white-space: nowrap;
		margin: 0px;
		padding: 6px 10px 5px 10px;
		text-decoration: none;
		font: 85% Arial,sans-serif;
	}

	/* Menu item at rest */
	div#sub_sub_menu a:link,
	div#sub_sub_menu a:visited,
	div#sub_sub_menu a:active {
		color: #00886e;
		background: #ebf6f2;
	}
	
	/* Menu item at rest (current section) */
	div#sub_sub_menu a.current:link,
	div#sub_sub_menu a.current:visited,
	div#sub_sub_menu a.current:active {
		color: white;
		background: #00886e;
	}
	
	/* Menu item on mouse-over */
	div#sub_sub_menu a:hover {
		color: #be6f09;
		background: #f6dbb7;
	}	

/* GENERAL ONE-COLUMN PAGES */

div#section_centre_column {
	width: 75%;
	margin: 50px auto;
}

div#section_centre_column_full {
	width: 92%;
	margin: 50px auto;
}

/* HOME PAGE COLUMNS */

div#home_left_column {
	position: relative;
	float: left;
	max-width: 600px;
	margin: 20px;
	padding: 0px;
}

div#home_right_column {
	float: left;
	width: 273px;
	padding: 0px 20px;
	margin: 20px 0px 0px 0px;
	border-left: 1px solid #bdded3;
}

@media screen and (max-width: 640px) {
	div#home_right_column {
		border: none;
		margin-top: -20px;
	}
}

/* HOME PAGE SECTIONS */

div#welcome_slideshow {
	position: relative;
	width: 600px;
	height: 280px;
	background: white url( /images/welcome.png ) 15px 15px no-repeat;
	margin: 0px;
	padding: 0px;
}
	
	div#welcome_slideshow img {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 8;
		width: 600px;
		height: 280px;
		opacity: 0.0;
	}
	
	div#welcome_slideshow img.active {
		z-index: 10;
		opacity: 1.0;
	}
	
	div#welcome_slideshow img.last-active {
		z-index: 9;
	}
	
div#welcome_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

@media screen and (max-width: 640px) {
	div#welcome_slideshow {
		display: none;
	}
	
	div#welcome_image {
		display: none;
	}
}

div#static_welcome_image {
	display: none;
}

div#intro_text {
	background: #bdded3;
	padding: 10px;
}

	div#intro_text p {
		padding: 0px;
		margin: 0px;
	}
	
div#news {
	background: #00886e;
	padding: 10px;
	margin-bottom: 20px;
}

	div#news .news_heading {
		float: left;
		margin-right: 15px;
	}
	
	div#news ul.news_items {
		float: left;
		margin: 0 0 10px 0;
		padding-left: 0;
		display: block;
	}
	
	div#news ul.news_items li {
		list-style-type: none;
		color: white;
		margin: 0;
		padding: 0 0 5px 0;
	}

	div#news p {
		color: white;
		padding: 0px;
		margin: 0px;
		font-size: 90%;
	}
		
	div#news a {
		color: white;
	}

div#featured_activity {
	float: left;
	max-width: 270px;
	padding-right: 20px;
	border-right: 1px solid #bdded3;
	margin-right: 20px;
}

@media screen and (max-width: 640px) {
	div#featured_activity {
		display: none;
	}
}

div#resources {
	float: left;
}

div#signup {
	background: #bdded3;
	padding: 10px;
	margin-bottom: 20px;
}

	div#signup p {
		margin-bottom: 0;
	}
	
	div#signup .button {
		margin-top: -8px;
	}

div#links {
	float: left;
	padding: 10px;
	margin-top: 40px;
	border: 1px solid #bdded3;
}

	div#links img {
		margin: 0px 15px 20px 0px;
	}

@media screen and (max-width: 640px) {
	div#links {
		display: none;
	}
}

/* SPECIAL EVENT BOXES FOR HOME PAGE AND EVENTS PAGE */

div.event_box {
	float: left;
	width: 91%;
	padding: 4%;
	background: #ebf6f2;
	border: 1px solid #bdded3;
	margin-bottom: 10px;
}

div.event_box h2 {
	padding: 0px;
	margin-bottom: 0px;
}

div.event_box p {
	margin: 3px 0px 0px 0px;
	font-size: 90%;
	line-height: 120%;
}

/* THIS WEEK BOXES FOR HOME PAGE AND EVENTS PAGE */

div#this_week {
	float: left;
}

div.this_week_event {
	float: left;
	width: 100%;
	border-bottom: 1px solid #bdded3;
	color: #333;
}

div.highlighted div.this_week_event {
	background: #f6dbb7;
}

div.sunday_highlighted div.this_week_event {
	background: #ebf6f2;
}

div.this_week_day_box {
	float: left;
	width: 100%;
	background: #bdded3;
}

div.this_week_day_text {
	padding: 4px;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #00886e;
}

div.this_week_time {
	float: left;
	width: 70px;
	padding: 4px;
	font: 90% Arial, Helvetica, sans-serif;
	color: #333;
}

div.this_week_desc {
	float: left;
	max-width: 170px;
	color: #333;
	font: 70% Arial, Helvetica, sans-serif;
	padding: 4px;
}

	div.this_week_title {
		font: bold 130% Arial, Helvetica, sans-serif;
	}

/* ITEM BOXES FOR USE ON ACTIVITIES PAGE, WHO'S WHO, ETC */

div.item_box {
	float: left;
	width: 250px;
	height: 130px;
	background: #ebf6f2;
	padding: 10px;
	margin: 0 22px 22px 0;
}

div#section_centre_column div.item_box {
	width: 200px;
	height: 60px;
}

	div.item_box p {
		font-size: 90%;
	}
	
	div.three_line {
		height: 80px;
	}

/* MISCELLANEOUS DIVS WITH PARTICULAR FUNCTIONS */

div.insetpicright {
	float: right;
	margin: 10px 0px 10px 10px;
	padding-left: 10px;
	background: white;
	color: #00886e;
	font: 75% Arial,sans-serif;
	text-align: left;
	max-width: 240px;
}

div.insetpicleft {
	float: left;
	margin: 10px 10px 10px 0px;
	padding-right: 10px;
	background: white;
	color: #00886e;
	font: 75% Arial,sans-serif;
	text-align: right;
	max-width: 240px;
}

div.video {
	max-width: 240px;
}

@media screen and (max-width: 640px) {
	div.insetpicleft,
	div.insetpicright {
		float: none;
		margin: 10px 0px;
		padding: 0px;
	}
	
	div.video {
		display: none;
	}
}

div.insetpicright img,
div.insetpicleft img {
	border: 1px solid #666;
	padding: 10px;
	max-width: 100%;
}

div.news_item {  /* For items on news story page */
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

span.repeating_date_yes {  /* For repeating events */
	color: #009933;
	font-weight: bold;
	background: #66FF66;
	padding: 1px 5px;	
}
	
span.repeating_date_no {  /* For repeating events */
	color: #990000;
	font-weight: bold;
	background: #FFCCCC;
	padding: 1px 5px;
}

div.equal_2_col {
	float: left;
	width: 49%;
}

div.equal_3_col {
	float: left;
	width: 31.9%;
	margin: 0 1% 0 0;
}

div.comment {   /* For items on news story page (and could be used elsewhere too) */
	background: #d8ebe4;
	font: 80% Arial,sans-serif;
	padding: 10px;
	margin-bottom: 5px;
}

div.add_comment_form {   /* For items on news story page (and could be used elsewhere too) */
	margin-top: 20px;
}

div#activity_header {
	width: 640px;
	padding: 5px;
	margin-bottom: 15px;
	font: 150% "Arial Rounded",Arial,sans-serif;
	font-family: "Arial Rounded";
}

div.activities_team_box {
	float: left;
	width: 305px;
	padding: 5px;
	margin: 0px 0px 20px 0px;
}

div.activities_team_box h1 {
	background: none;
	border: none;
	padding: 0px 8px 5px 8px;
	margin: 0px;
	font-size: 120%;
}

div.activities_team_box_inside {
	background: white;
	padding: 10px;
	width: 285px;
}

/* GENERAL PARAGRAPH ATTRIBUTES THAT APPLY IN MOST DIVS */

p {
	margin: 0px 0px 20px 0px;
	font: 90% Arial,sans-serif;
	line-height: 150%;
}

p.adminlinks,
span.adminlinks {
	display: inline-block;
	background: #eee;
	border: 1px dashed #ddd;
	padding: 4px;
	font: 8pt Verdana,sans-serif;
	color: #666;
}

p.larger {
	font-size: 130%;
	line-height: 150%;
}

p.intro {
	font-size: 120%;
	background: #d8ebe4;
	padding: 10px;
	color: #00886e;
}

p.small {
	font-size: 80%;
	color: #ddd;
}

p.success {
	background: #cfc; // green
	border: 1px solid #090;
	color: #090;
	padding: 8px;
}

p.warning {
	background: #fdd; // red
	border: 1px solid #c00;
	color: #c00;
	padding: 8px;
}

p.tip {
	background: #eee; // grey
	border: 1px solid #999;
	color: #666;
	padding: 8px;
	margin-bottom: 0px;
	font-size: 75%;
}

p.resource_series {
	background: #00886e;
	color: white;
	padding: 5px;
	margin: 0px;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
}

p.resource_search_results_nav {
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}

/* GENERAL HEADINGS */

h1 {
	margin: 5px 0px 10px 0px;
	font: 150% "Arial Rounded",Arial,sans-serif;
	color: #be6f09;
}

h2 {
	font: 105% "Arial Rounded",Arial,sans-serif;
	color: #00886e;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* LINKS */

a {
	font-weight: bold;
}
h2 a {
	font-weight: normal;
}
a:link,a:visited {
	color: #a10000;
	text-decoration: none;
}
a:hover,a:active {
	color: #a10000;
	text-decoration: underline;
}

a.button,
input[type=submit] {
	font: bold 1em Arial,Helvetica,sans-serif;
	color: white;
	padding: 5px 15px;
	margin-right: 10px;
	background: #cb8120;
	background: -webkit-linear-gradient( #d88f30, #be6f09 );
	background: -moz-linear-gradient( #d88f30, #be6f09 );
	background: -o-linear-gradient( #d88f30, #be6f09 );
	background: -ms-linear-gradient( #d88f30, #be6f09 );
	background: linear-gradient( #d88f30, #be6f09 );
	border: 2px solid #be6f09;
}

	a.button:hover,
	input[type=submit]:hover {
		border: 2px solid #a10000;
		text-decoration: none;
		cursor: pointer;
	}

	a.button:active,
	input[type=submit]:active {
		position: relative;
		top: 1px;
		left: 1px;
	}

a.highlighted {
	background: #f6dbb7;
	padding: 2px 0px;
}

h1 a:link,h1 a:visited,h1 a:hover,h1 a:active {
	color: #be6f09;
	font-weight: normal;
}

p.adminlinks a,
span.adminlinks a {
	color: #a10000;
}


/* FORMS */

form {
	margin: 5px 0px 0px 0px;
}

input,
textarea,
select {
	font: 100% Arial,sans-serif;
	color: #00886e;
	padding: 2px;
	margin: 0px 5px 2px 0px;
	border: 1px solid #bdded3;
	background: #ebf6f2;
}

input[type=text],
textarea {
	width: 95%;
}

input[type=checkbox] {
	position: relative;
	top: 1px;
}

input#keywords {
	width: 98%;
	margin-top: 40px;
}

input[type=text],
input[type=password],
input[type=file] {
	padding: 7px;
}
textarea {
	padding: 7px;
}

input[type=radio],
input[type=checkbox] {
	width: auto;
	border: none;
	background: none;
}

input.warning,
textarea.warning,
select.warning {
	background: #fdd;
	border: 2px solid #c00;
}

input.search {
	font: 80% Arial,sans-serif;
	position: relative;
	top: -5px;
	padding: 4px;
	width: 150px;
	background: #fff0d8;
	border: 1px solid white;
	color: #be6f09;
	margin-left: 10px;
	outline: none;
}

label {
	font-weight: bold;
}

label.error {
	background: #FF9999;
	color: #990000;
	position: relative;
	top: 4px;
	padding: 2px 5px;
}
#mc_embed_signup input[type="email"] {
	display: block;
	width: 450px;
	padding: 10px 15px;
	margin-top: 5px;
	margin-bottom: 15px;	
}

/* TABLES */

table {
	color: #333;
	width: 100%;
	font: 90% Arial,sans-serif;
	border-spacing: 0px;
}

table.invisible {
	background: none;
	border: 0px;
	color: #666;
}

table.invisible td {
	padding: 0px 10px 0px 0px;
	border: 0px;
}

table.invisible td h2 {
	margin-top: 0px;
}

tr.firstrow td {
}

td,th {
	border-bottom: 1px solid #bdded3;
	padding: 10px;
}
td:first-child {
	vertical-align: top;
}

td.labelcolumn {
	width: 120px;
	font-weight: bold;
	padding-top: 14px;
}

td.resource_table_heading {
	background: #bdded3;
	font-size: 130%;
}

/* IMAGES */

img {
	border: 0px;
}

img.border {
	border: 1px solid #666;
}

img.inset_right {
	float: right;
	border: 1px solid #666;
	margin-left: 7px;
}

img.icon {
	position: relative;
	top: 3px;
	margin-right: 10px;
}


/* LISTS */

ul {
	font: 90% Arial,sans-serif;
	padding-left: 30px;
	list-style-type: square;
	line-height: 120%;
	color: #666;
}

ol {
	font: 90% Arial,sans-serif;
	padding-left: 30px;
	line-height: 120%;
	color: #666;
}

li {
	margin: 5px 0px;
}

/* MISC */

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.red {
	color: #c00;
}

.grey {
	color: #999;
}

.small {
	font-size: 85%;
}

.v_small {
	font-size: 75%;
}

.vv_small {
	font-size: 70%;
}

.unbold {
	font-weight: normal;
}


/* EDIT INTERFACE */

.editable {
	position: relative;
}

.editable:hover {
	background: #f6e7ce;
	cursor: pointer;
}

.editable:hover:before {
	content: "Click to edit";
	position: absolute;
	top: 0;
	left: -90px;
	background: orange;
	padding: 5px 10px;
	color: white;
	font: normal 8pt Arial,sans-serif;
}
