@charset "UTF-8";

/*	---------------- General */

body, td, th {
	font-family: "Lucida Grande", Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #64676c;
	}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	}

h1, h2, h3, h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: -0.04em;
	color: #00a9dc;
	}
	h1 {
		font-size: 26px;
		margin: 0 0 20px 0;
		padding: 0 280px 0 0;
		}
	h2 { font-size: 18px; }
	h3 { font-size: 16px; }
	h4 { font-size: 14px; }

p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.5em;
	}

a {
	color: #da3986;
	text-decoration: underline;
	}
	a:hover { color: #e165a1; }
	a img { border: none; }

ul {
	margin: 0 0 15px 30px;
	padding: 0;
	}
	ul li {
		margin: 0;
		padding: 2px 0;
		line-height: 1.5em;
		}


/*	---------------- Misc */

.emphasize {
	font-size: 14px;
	color: #3e4247;
	}

.subtle {
	font-size: 11px !important;
	color: #999 !important;
	}
	.subtle a {
		color: #666;
		text-decoration: none;
		}
		.subtle a:hover {
			color: #555;
			}

.pink	{ color: #da3986 !important; }
.green	{ color: #a1c555 !important; }
.blue	{ color: #00a9dc !important; }
.orange { color: #f1a85e !important; }

a.richlink {
	display: inline-block;
	padding: 6px 10px;
	color: #fff;
	text-decoration: none;
	background: #da3986;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	a.richlink:hover {
		background-color: #ef3d93;
		text-decoration: underline;
		}

img.alignleft, div.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	border: 5px solid #eee;
	}

img.alignright, div.alignright {
	float: right;
	margin: 0 0 20px 20px;
	border: 5px solid #eee;
	}

img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	border: 5px solid #eee;
	}

div.wp-caption {
	background-color: #eee;
	}
	p.wp-caption-text {
		margin: 0;
		padding: 0 6px;
		font-size: 11px;
		color: #777;
		text-align: center;
		}


/*	---------------- Layout */

#gutter {
	margin: 0 auto;
	width: 970px;
	}

#wrapper {
	padding: 0 15px;
	}

#header {
	float: left;
	width: 940px;
	padding: 69px 0 22px 0;
	border-bottom: 1px solid #dadada;
	background: url(../images/construct/colour-band.png) top left no-repeat;
	}
	div#ident {
		float: left;
		width: 210px;
		}
	ul#navigation {
		float: right;
		/* width: 720px; */
		margin: 7px 0 0 0;
		padding: 0;
		list-style: none;
		}
		ul#navigation li {
			float: left;
			margin: 0;
			padding: 0 2px;
			list-style-type: none;
			font-size: 13px;
			line-height: 1em;
			}
			ul#navigation li a {
				display: block;
				padding: 9px 9px 11px 9px;
				color: #363e49;
				text-decoration: none;
				background: none;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				}
				ul#navigation li a:hover {
					background-color: #efefef;
					text-decoration: underline;
					}
				ul#navigation li.active a, ul#navigation li.current_page_item a, ul#navigation li.current_page_ancestor a {
					color: #fff;
					background-color: #da3986;
					}

#page {
	clear: both;
	padding-top: 30px;
	}

#contentfull {
	float: left;
	width: 940px;
	}

#content {
	float: left;
	width: 660px;
	}
	
	div#banner-set {
		position: relative;
		margin: 0 0 28px 0;
		}
		div#banner-set a#banner-skip-prev {
			z-index: 999;
			position: absolute;
			display: block;
			left: 0;
			top: 122px;
			width: 32px;
			height: 54px;
			background: #fff url(../images/construct/mini-arrow-left.png) 40% 50% no-repeat;
			text-decoration: none;
			border-top-right-radius: 10px;
			-moz-border-radius-topright: 10px;
			-webkit-border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
			-moz-border-radius-bottomright: 10px;
			-webkit-border-bottom-right-radius: 10px;
			}
			div#banner-set a#banner-skip-prev:hover {
				background-position: 30% 50%;
				}
		div#banner-set a#banner-skip-next {
			z-index: 999;
			position: absolute;
			display: block;
			left: 908px;
			top: 122px;
			width: 32px;
			height: 54px;
			background: #fff url(../images/construct/mini-arrow-right.png) 60% 50% no-repeat;
			text-decoration: none;
			border-top-left-radius: 10px;
			-moz-border-radius-topleft: 10px;
			-webkit-border-top-left-radius: 10px;
			border-bottom-left-radius: 10px;
			-moz-border-radius-bottomleft: 10px;
			-webkit-border-bottom-left-radius: 10px;
			}
			div#banner-set a#banner-skip-next:hover {
				background-position: 70% 50%;
				}
		div#banner-set #banners {
			}
		div#banner-set div.banner-item {
			z-index: 1;
			display: block;
			width: 940px;
			height: 300px;
			background-color: #e8e8e8;
			background-position: top left;
			background-repeat: no-repeat;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			}
		div#banner-set div.banner-queued {
			display: none;
			}
		div#banner-set div.banner-info {
			padding: 60px 50px 0 650px;
			}
			div#banner-set div.banner-info h2 {
				font-size: 20px;
				color: #363e49;
				}
			div#banner-set div.banner-info p {
				font-size: 12px;
				}
	
	div.post {
		margin-bottom: 20px;
		}
		div.post h2 a {
			color: 00a9dc;
			text-decoration: none;
			}
		div.post div.entry {
			}
		div.post p.posttags {
			margin: 0 0 10px 0;
			padding-top: 10px;
			font-size: 10px;
			color: #777;
			}
			div.post p.posttags a {
				margin: 3px 5px 3px 0;
				padding: 2px 5px 2px 5px;
				color: #777;
				background-color: #e5e5e5;
				text-decoration: none;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				}
				div.post p.posttags a:hover {
					color: #fff;
					background-color: #da3986;
					}
		div.post p.postmeta {
			clear: both;
			margin: 0;
			padding-bottom: 20px;
			border-bottom: 1px solid #f0f0f0;
			font-size: 10px;
			color: #777;
			}

#related {
	float: right;
	width: 240px;
	}
	#related h2, #related p {
		padding-left: 20px !important;
		}
	#related h2 {
		margin-bottom: 15px;
		}
	#related p {
		font-size: 12px;
		color: #999;
		}
	#related ul#subnav {
		margin: 0 0 30px 0;
		padding: 0;
		list-style: none;
		}
		#related ul#subnav li {
			margin-left: 20px;
			padding: 0;
			border-bottom: 1px solid #f0f0f0;
			}
			#related ul#subnav li a {
				display: block;
				padding: 5px 0;
				font-size: 12px;
				color: #999;
				text-decoration: none;
				}
				#related ul#subnav li a:hover {
					color: #363e49;
					text-decoration: underline;
					}
			#related ul#subnav li.active, #related ul#subnav li.current_page_item {
				margin-left: 0;
				border-bottom-color: #fff;
				background: #bbca3d url(../images/construct/subnav-active-mask.png) left center no-repeat;
				}
				#related ul#subnav li.active a, #related ul#subnav li.current_page_item a {
					padding-left: 20px;
					color: #fff;
					}

#footer {
	clear: both;
	float: left;
	width: 940px;
	margin: 40px 0 100px 0;
	padding: 22px 0 18px 0;
	border-top: 1px solid #dadada;
	border-bottom: 10px solid #cad94a;
	}
	#footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		#footer ul li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			}
			#footer ul li p {
				margin: 0 0 4px 0;
				font-size: 12px;
				color: #666;
				}
		#footer ul li.credits {
			float: left;
			width: 660px;
			}
			#footer ul li.credits a {
				color: #777 !important;
				}
		#footer ul li.social {
			float: right;
			width: 240px;
			}
			#footer ul li.social img {
				float: right;
				margin-left: 5px;
				}


/*	---------------- Specific content */

h1.intro-statement {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #5f6976;
	line-height: 1.6em;
	}

div.sub-content {
	margin-top: 26px;
	padding: 22px 0;
	border-top: 1px dotted #d4d4d4;
	width: 940px;
	}
	div.sc-column {
		float: left;
		width: 300px;
		}
		div.sc-column h2 {
			margin-bottom: 16px;
			padding-left: 36px;
			font-size: 20px;
			}
			div.sc-column h2.icon-heart { background: url(../images/construct/feature-icon-heart.png) left center no-repeat; }
			div.sc-column h2.icon-speech { background: url(../images/construct/feature-icon-speech.png) left center no-repeat; }
			div.sc-column h2.icon-star { background: url(../images/construct/feature-icon-star.png) left center no-repeat; }
		div.sc-column p, div.sc-column li {
			font-size: 12px;
			}
		div.sc-column ul {
			margin: -4px 0 15px 0;
			list-style: none;
			}
			div.sc-column ul li {
				margin: 0;
				padding: 4px 0;
				border-bottom: 1px solid #f4f4f4;
				list-style-type: none;
				}
				div.sc-column ul li span {
					display: inline-block;
					width: 46px;
					font-size: 10px;
					color: #bdbdbd;
					}
				div.sc-column ul li a {
					color: #64676c;
					text-decoration: none;
					}
					div.sc-column ul li a:hover {
						text-decoration: underline;
						}
	div.sc-mid {
		width: 320px !important;
		}
		div.sc-mid h2, div.sc-mid ul, div.sc-mid p {
			margin-right: 30px !important;
			}

ul.news-list {
	margin: 0 0 15px 0;
	border-top: 1px solid #f4f4f4;
	list-style: none;
	}
	ul.news-list li {
		margin: 0;
		padding: 6px 0;
		border-bottom: 1px solid #f4f4f4;
		list-style-type: none;
		}
		ul.news-list li span {
			display: inline-block;
			width: 120px;
			font-size: 11px;
			color: #bdbdbd;
			}

ul.events-list {
	margin: 0 0 15px 0;
	list-style: none;
	}
	ul.events-list li {
		clear: both;
		float: left;
		margin: 0 0 20px 0;
		padding: 0;
		width: 660px;
		list-style-type: none;
		background-color: #363e49;
		}
		ul.events-list li.bg-pink	{ background-color: #da3986; }
		ul.events-list li.bg-green	{ background-color: #a1c555; }
		ul.events-list li.bg-blue	{ background-color: #00a9dc; }
		ul.events-list li.bg-orange { background-color: #f1a85e; }
		ul.events-list li div.event-thumb {
			float: left;
			width: 150px;
			height: 120px;
			background: #363e49 url(../images/construct/event-image-default.png) top left no-repeat;
			}
		ul.events-list li div.event-title {
			float: left;
			width: 510px;
			height: 85px; /* 55px */
			}
			div.event-title h3 {
				margin: 10px 0 0 0;
				padding: 0 20px;
				font-size: 24px;
				color: #fff;
				}
				div.event-title h3 a {
					color: #fff;
					text-decoration: none;
					}
					div.event-title h3 a:hover {
						color: #fff;
						text-decoration: underline;
						}
		ul.events-list li div.event-info {
			float: left;
			width: 510px;
			height: 35px; /* 65px */
			background: rgba(0, 0, 0, 0.1);
			}
			div.event-info p {
				margin: 6px 0 0 0;
				padding: 0 20px;
				font-size: 12px;
				color: #fff;
				}
			div.event-info p.subtle {
				margin-top: 10px;
				color: #eee !important;
				}

div.sidebanner {
	margin: 0 0 20px 20px;
	}

#banner-justgiving {
	width: 220px;
	text-align: center;
	}
	#banner-justgiving a {
		display: block;
		padding: 12px 0 62px 0;
		font-size: 13px;
		color: #fff;
		text-decoration: none;
		background: #da3986 url(../images/construct/just-giving-logo.png) center 36px no-repeat;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		}
		#banner-justgiving a:hover {
			background-color: #ef3d93;
			}
