/* 
 * Reset
 **********************************************************************/

/* @group Reset & Fonts */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#777;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}
/* @end */
/* @group Grid */


/* 
 * Core layout
 **********************************************************************/

html {
	height: 100%;
	background-color: #f2f2f2;
}

body {
	margin: 0;
	text-align: center;
	height: 100%;
}

#container {
	padding: 0 20px;
	width: 948px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	min-height: 100%;
	position: relative;
}


/* 
 * Core grid
 **********************************************************************/

.columns {
	margin-bottom: 18px;
}

.columns.border-top {
	border-top: 1px solid #dbdbdb;
}

.columns .column,
.columns.cols-ltr .column {
	float: left;
	margin-right: 18px;
}

.columns.cols-rtl .column {
	float: right;
	margin-left: 18px;
	margin-right: 0;
	
}

.columns .column.last,
.columns.cols-ltr .column.last {
	margin-right: 0;
}

.columns.cols-rtl .column.last {
	margin-left: 0;
}

.column {
/*	background: #e1e1e1;*/
}

.column.g-1 {
	width: 143px;
}

.column.g-2 {
	width: 304px;
}

.column.g-3 {
	width: 465px;
}

.column.g-4 {
	width: 626px;
}

.column.g-5 {
	width: 787px;
}

.column.g-5 {
	width: 787px;
}

.column.g-6 {
	margin-left: 0;
	margin-right: 0;
	width: 948px;
	float: none;
}

.column.three-split {
	width: 316px;
	margin: 0 0 14px 0;
}

.column.three-split-double {
	width: 632px;
	margin: 0 0 14px 0;
}

.margin-top {
	margin-top: 18px !important;
}

.extra-margin-bottom {
	margin-bottom: 30px;
}

/* visual dividers */

.divider-g2 {
	background: url(../ui/divider-vertical-grey.gif) 304px 0 repeat-y;
}

.divider-g3 {
	background: url(../ui/divider-vertical-grey.gif) 620px 0 repeat-y;
}

/* column padding */

.content-margin {
	margin: 35px 0;
}

.tabbed-content-margin {
	margin: 60px 0 35px 0;
}


/* 
 * Generic block styles
 **********************************************************************/

.shaded {
	background: url(../ui/shaded-blue.png);
}

.margin-bottom {
	margin-bottom: 1.5em;
}

body .not-shown {
	display: none;
}


/* 
 * Header
 **********************************************************************/

#header {
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 288px;
	min-height: 6em;
	position: relative;
}

#logo,
#logo a {
	width: 273px;
	height: 70px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#logo {
	background: url(../ui/logo.png) no-repeat;
	position: absolute;
	left: 0;
}


/* navigation */

#navigation {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 652px;
}

#navigation li {
	float: left;
	padding-right: 0;
	margin-right: 0;
	list-style: none;
	font-size: 116%;
	background: url(../ui/divider-nav-grey.png) no-repeat right center;
}

#navigation li.last {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

#navigation li a {
	display: block;
	color: #000;
	padding: 7px 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#navigation li a:hover {
	color: #000;
	background: #f1f1f1;
}

#navigation li.active a {
	color: #000;
	background: #f1f1f1;	
}


/* global */

#global {
	position: absolute;
	right: 0;
	top: 10px;
}

#global-search,
#global-navigation {
	float: right;
}

#global-search {
	padding: 8px 10px 10px 0;
}

#global-search .submit {
	vertical-align: middle;
	padding: 0;
	background: none;
}

#global-search .text {
	vertical-align: middle;
}

#global-navigation ul li {
	float: right;
	list-style: none;
	margin-left: 14px;
}

#global-navigation ul li a {
	color: #bcbcbc;
}

#global-navigation ul li a:hover {
	color: #333;
}


/* 
 * Breadcrumb
 **********************************************************************/

#breadcrumb {
	border-top: 1px solid #dbdbdb;
	margin:0;
	padding:0;
	position: relative;
}

#breadcrumb.border {
	border-bottom: 1px solid #dbdbdb;
}

#breadcrumb li {
	display: inline;
	list-style: none;
	margin: 0;
	background: url(../ui/arrow-small-grey.gif) no-repeat right center;
	padding-right: 10px;
	padding-left: 7px;
}

#breadcrumb li.last {
	background: none;
}

#breadcrumb ol {
	margin: 0;
	padding: 10px 5px 10px 0;
}

#breadcrumb a {
	color: #757575;
}

#breadcrumb a:hover {
	color: #000;
}

/* 
 * Sub navigation and related content
 **********************************************************************/

.sub-navigation {
	padding: 0 26px;
}

.sub-navigation ul {
	margin: 0 0 2em 0;
}

.sub-navigation ul li {
	list-style: none;
	font-size: 146.5%;
	text-align: right;
}

.sub-navigation ul li a,
.sub-navigation ul li span.title {
	display: block;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #620e0e;
}

.sub-navigation ul li span.title {
	padding: 10px 20px 5px 20px;
}

.sub-navigation ul li a span {
	color: #999;
}

.sub-navigation ul li a:hover {
	color: #000;
	background: #f1f1f1;
}

.sub-navigation ul li.active {
	margin-bottom: 0.6em;
}

.sub-navigation ul li.active a {
	background: #620e0e url(../ui/nav-gradient-red.gif) repeat-x bottom left;
	color: #fff;
}

.sub-navigation ul li ul {
	margin-bottom: 0.7em;
}

.sub-navigation ul li ul li a {
	padding: 5px 20px;
	font-size: 50%;
	color: #000;
}

.sub-navigation ul li ul li.active {
	margin: 0;
}

.sub-navigation ul li ul li.active a {
	background: #f1f1f1;
	color: #000;
}

/* sub content */

.sidebar-related {
	padding: 0 26px;
	list-style: none;
	text-align: right;
}

.sidebar-related ul {
	margin: 0;
}

.sidebar-related li {
	display: block;
	padding: 15px 20px;
	color: #767676;
	list-style: none;
	margin: 0;
	line-height: 1.3;
	clear: both;
}

.sidebar-related h2 {
	padding: 10px 20px;
	margin-bottom: 0.6em;
	background: #fff url(../ui/nav-gradient-grey.gif) repeat-x bottom left;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 146.5%;
	font-weight: normal;
	margin-top: 0px;
}

.sidebar-related h2.normal {
	padding: 0;
	margin-bottom: 0.6em;
	background: none;
	color: #000;
	font-size: 146.5%;
	font-weight: normal;
}

.sidebar-related li img {
	margin-left: 13px;
	float: right;
}

.sidebar-related li a {
	color: #767676;
}

/* tag cloud */

.sidebar-tag-list {
	padding: 0 26px;
	list-style: none;
	text-align: right;
}

.sidebar-tag-list h2 {
	padding: 10px 20px;
	margin-bottom: 0.6em;
	background: #fff url(../ui/nav-gradient-grey.gif) repeat-x bottom left;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 146.5%;
	font-weight: normal;
}

.sidebar-tag-list span {
	margin-left: 8px;
}

.sidebar-tag-list a {
	color: #777;
}

.sidebar-tag-list a:hover {
	text-decoration: underline;
}

/* author */

.sidebar-author {
	padding: 0 26px;
	list-style: none;
	text-align: right;
	margin-bottom: 60px;
	min-height: 90px;
}

.sidebar-author h2 {
	padding: 10px 20px;
	margin-bottom: 0.6em;
	background: #fff url(../ui/nav-gradient-grey.gif) repeat-x bottom left;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 146.5%;
	font-weight: normal;
}

.sidebar-author img {
	float: right;
	margin-left: 12px;
}
}

/* 
 * Core typography
 **********************************************************************/

/* 
-
Font sizes
-
px	%
10 	77
11 	85
12 	93 
13 	100
14 	108 
15 	116 
16 	123.1 
17 	131 
18 	138.5 
19 	146.5 
20 	153.9 
21 	161.6 
22 	167
23 	174
24 	182
25 	189
26 	197
30  230 
*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

#content .h1 {
	font-size: 250%;
	color: #000;
	margin-bottom: 0.3em;
	margin-top: 0px;
}

.blog-entry h2 {
	margin-top: 0px;
}

.h2,
.blog-entry h3,
.content-column h2,
.payment h2,
.tour-types h2,
.other-tours h2 {
	font-size: 153.9%;
	color: #731815;
	font-weight: normal;
	margin-bottom: 15px;
}

.content-column h3 {
	color: #000;
	margin-bottom: 0.4em;
	font-size: 138.5%;
	font-weight: 400;
}

.content-column h4 {
	color: #000;
	margin-bottom: 0.4em;
	font-size: 116%;
	font-weight: 400;
}

.h2 a {
	color: #731815 !important;
}

.h1.accent {
	font-family: Times;
	font-weight: normal;
}

.h2.accent {
	font-size: 182%;
	color: #000;
	font-family: Times;
}

.h3.accent {
	font-family: Times;
	font-weight: normal;
	font-size: 174%;
}

.h4.accent {
	font-family: Times;
	font-weight: normal;
	font-size: 182.5%;
}

.h2.border,
.h1.border  {
	border-bottom: 1px solid #cecece;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

p, li, dd {
	line-height: 1.4;
}

p.stand-first {
	font-weight: 700;
	font-size: 123.1%;
	margin-bottom: 0.7em;
}

#content p.accent {
	margin-bottom: 14px;
	font-size: 147%;
	color: #000;
	font-family: Times;
}

#content h1.standalone {
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}


h2.vision {
	margin-top: 1em !important;
}


/* 
 * Links & buttons
 **********************************************************************/

a, 
a:link,
a:visited,
a:hover, 
a:active {
	color: #000;
	text-decoration: none;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: underline;
}

p.button {
	
}

p.button a,
input.submit,
p.button input  {
	display: inline-block;
	color: #fff;
	font-size: 100%;
	padding: 5px 8px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: none;
}

p.button a:hover {
	text-decoration: none;
	color: #fff;
}

p.button.double-line a span {
	display: block;
}

p.button.double-line a span.title {
	font-weight: 700;
	font-size: 138.5%;
}

p.double-line a {
	padding: 8px 17px;
}

p.button.blue a, 
input.submit {
	border: none;
	background: #547c97 url(../ui/button-gradient-blue.png) repeat-x bottom left;
}

p.button.blue a:hover, 
input.submit:hover {
	background: #1e2a30;
}

p.button.red a,
p.button.red input.submit,
input.submit.red {	
	background: #88201c url(../ui/button-gradient-red.png) repeat-x bottom left;
}

.red input {
	background: #88201c url(../ui/button-gradient-red.png) repeat-x bottom left !important;
}

p.button.red a:hover,
input.submit.red:hover {
	background: #3b0b07;
}

p.button.white a,
p.button.white input {
	background: #fff;
	color: #000;
}

p.button.grey a {
	background: #ccc;
	color: #3b0b07;
}

p.button.grey a:hover {
	background: #fff;
	color: #000;
}

p.double-line.white a span.strap {
	color: #828282;
}

p.button.white a:hover {
	background: #f1f1f1;
	color: #000;
}

p.button.white a:hover span.strap {
	color: #000;
}

.button-holder .button {
	display: inline;
}

.button-holder.border {
	margin-top: 5px;
	padding-top: 12px;
	border-top: 1px solid #cecece;
}

.button.large,
.submit.large {
	font-size: 116%;
}

.button.extra-large,
.submit.extra-large {
	font-size: 138.5%;
}

.button.super-size-me,
.submit.super-size-me {
	font-size: 200%;
}


/* 
 * Masthead
 **********************************************************************/

#masthead {
	height: 28.3em;
	position: relative;
}

#masthead .image {
	display: block;
	position: absolute;
	z-index: 1;
}

#masthead-info-block {
	background: url(../ui/shade-blue.png);
	height: 28.3em;
	z-index: 2;
	position: absolute;
	
}

#masthead-info-block.right {
	right: 0;
	margin-right: 0;
}

#masthead .thumbs {
	padding: 10px 13px;
}

#masthead .thumbs .h2 {
	margin: 10px 0;
	color: #fff;
}

#masthead .thumbs img {
	display: block;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 2px;
	background: url(../ui/shade-white.png);
	cursor: pointer;
}

#masthead .thumbs img:hover {
	background: #fff;
}

#masthead .thumbs img.last {
	margin-right: 0;
}

#masthead .gallery-icon {
	width: 22px;
	height: 28px;
	background: url(../ui/gallery-icon.png) repeat-y;
	position: absolute;
	top: 11px;
	left: 9px;
	display: none;
	z-index: 100;
	cursor: pointer;
}

#masthead .next-icon {
	width: 22px;
	height: 28px;
	background: url(../ui/gallery-arrow-right.png) repeat-y;
	position: absolute;
	top: 36px;
	left: 9px;
	display: none;
	z-index: 100;
	cursor: pointer;
}

#masthead .prev-icon {
	width: 22px;
	height: 28px;
	background: url(../ui/gallery-arrow-left.png) repeat-y;
	position: absolute;
	top: 60px;
	left: 9px;
	display: none;
	z-index: 100;
	cursor: pointer;
}

#masthead .close-icon {
	width: 22px;
	height: 28px;
	background: url(../ui/close.png) no-repeat center center;
	position: absolute;
	top: 11px;
	right: 9px;
	z-index: 100;
	cursor: pointer;
}

#masthead .close {
	position: absolute;
	bottom: 0px;
	left: 11px;
}

#masthead .close a {
	color: #fff;
}

/* masthead content types - tabs */

.masthead-tabs {
	padding: 37px 12px;
}

.masthead-tabs ul {
	margin: 0;
}

.masthead-tabs li {
	background-color: #fff;
	list-style: none;
	min-height: 87px;
	position: relative;
	padding-left: 45px;
	padding-right: 6px;
	margin-bottom: 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.masthead-tabs li h2 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 3px;
	color: #253b49;
	font-size: 131%;
}

.masthead-tabs li span.number {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 77px;
	padding-top: 10px;
	text-align: center;
	background-color: #253b49;
	color: #fff;
	font-weight: bold;
	font-size: 200%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.masthead-tabs li p {
	color: #6e6e6e;
}

.masthead-tabs li p a {
	text-decoration: underline;
	color: #6e6e6e;
}

/* masthead content types - content */

.masthead-content {
	padding: 35px 24px;
	color: #fff;
}

.masthead-content h2.accent {
	border-bottom: 1px solid #7d8c98;
	padding-bottom: 8px;
	margin-bottom: 12px;
	color: #fff;
	margin-top: 0px;
}

.masthead-content h3 {
	font-size: 123.1%;
	margin-bottom: 0.3em;
}

.masthead-content p {
	font-size: 123.1%;
	margin-bottom: 1em;
	color: #ededed;
}

.masthead-content a {
	color: #ededed;
}

.events .masthead-content p {
	font-size: 108%;
}

.events .masthead-content h3 {
	font-size: 174%;
	margin: 5px 0 0.2em 0;
	font-weight: 400;
}

/* masthead button overlay */

.button-overlay {
	position: absolute;
	right: 22px;
	bottom: 22px;
	z-index: 100;
}

.button-overlay p {
	margin: 0;
}


/* 
 * Content Column
 **********************************************************************/


#vision-masthead {
	
}

#vision-details {
	margin: 24px 8px 0 24px;
	padding: 24px;
/*	border: 1px solid #cecece;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 302px;
	background: #fff;
}

#vision-details h1 {
	margin-bottom: 0.5em;
}

#vision-details img {
	float: left;
	margin: 0 14px 10px 0;
}

.arrow-tabs {
	margin: 24px 0 24px 24px;
}

.arrow-tabs li {
	margin-bottom: 10px;
	list-style: none;
	color: #fff;
}

.arrow-tabs li a {
	display: block;
	min-height: 60px;
	padding: 10px 15px 10px 22px;
	background: #253B49;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.8;
}

.arrow-tabs li a:focus {
	outline: none;
}

.arrow-tabs li a span.title {
	font-size: 153.9%;
	color: #fff;
	display: block;
}

.arrow-tabs li a span.content {
	font-size: 108%;
	color: #999;
}


.arrow-tabs li.active a,
.arrow-tabs li a:hover {
	background: #fff url(../ui/tab-arrow.gif) no-repeat right center;
/*	margin-right: -13px;*/
	opacity: 1;
}

.arrow-tabs li.active a span.content,
.arrow-tabs li a:hover span.content {
	color: #888;
}

.arrow-tabs li.active a span.title,
.arrow-tabs li a:hover span.title {
	color: #000;
}


/* 
 * Content Column
 **********************************************************************/

.indent-right-large {
	padding-right: 161px;
}

.cancel-indent-right-large .indent-right-large {
	padding-right: 0;
}

.indent-right-small {
	padding-right: 32px;
}

.indent-left-large {
	padding-left: 161px;
}

.indent-left-small {
	padding-left: 32px;
}


/* 
 * Payment pages
 **********************************************************************/


.tour-types {
	background: #F1F1F1;
	padding: 20px 30px;
	position: relative;
}

.tour-types .choose {
	text-align: center;
	font-style: italic;
	font-size: 121%;
	border-bottom: 1px solid #fff;
	margin-bottom: 14px;
}

.tour-types .choose p {
	margin-bottom: 10px;
}

.tour-types .tour-type {
	width: 435px;
}

.tour-types .tour-type.left {
	float: left;
}

.tour-types .tour-type.right {
	float: right;
}

.tour-types .tour-type h2 {
	margin: 0 0 8px 0;
}

.tour-types .tour-type .stand-first {
	margin: 5px 0 10px 0;
	font-weight: normal;
}

.other-tours {
	padding: 18px 30px;
}

.other-tours .tour {
	float: left;
	width: 285px;
	margin-right: 14px;
}

.other-tours .tour.last {
	margin-right: 0;
}

.other-tours .tour img {
	float: left;
	margin-right: 12px;
}

.other-tours .tour .content {
	float: left;
	width: 181px;
}

.other-tours .tour h2 {
	margin: 0 0 5px 0;
	font-size: 121%;
}


/* 
 * Payment pages
 **********************************************************************/

.payment {
	padding: 20px 30px;
	position: relative;
}

.payment h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 18px !important;
}

.payment .cheque-payment {
	color: #000;
	font-size: 108%;
	margin-bottom: 20px;
}

.payment .cheque-payment input {
	margin-right: 5px;
}

#payment-top {
	background: #F1F1F1;
}

.payment .left {
	width: 50%;
	float: left;
}

.payment .right {
	width: 50%;
	float: left;
}

.payment .cheque-info {
	display: none;
	clear: both;
	width: 100%;
}

.payment h2 {
	margin: 0 0 1em 0;
}

.payment .input {
	margin: 0;
}

.payment .input .label {
	width: 130px;
	display: block;
	float: left;
	font-size: 108%;
	padding-top: 2px;
}

.payment .input .inputs {
	width: 300px;
	float: left;
}

.payment .input .inputs .field {
	margin-bottom: 8px;
	width: 210px;
}

.payment .input .inputs .field.small {
	width: 80px;
}

.payment .input .inputs select {
	margin: 2px 0 10px 0;
	width: 210px;
}

.payment .input .inputs select.date {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.giftaid input {
	margin-right: 5px;
}

.prefs {
	width: 350px;
}

.prefs .input {
	margin-bottom: 1em;
}

.prefs .input input {
	margin-right: 3px;
}

.prefs .input .label.full {
	width: 100%;
	color: #000;
	margin-bottom: 3px;
}


#date-input input {
	margin: 0 8px 18px 0;	
}

#date-input .dp-choose-date {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    border: medium none;
    cursor: pointer;
    font-size: 100%;
    padding: 5px 8px;
	background: #ccc;
	color: #3b0b07;
}

#ticket-type-input select {
	width: 155px;
	float: left;
	margin: 4px 10px 20px 0;
}

#ticket-type-input p.button {
	float: left;
}

#tickets-sidebar .field {
	float: left;
	margin-right: 8px;
	width: 200px;
}

#tickets-sidebar .field.small {
	width: 30px;
	text-align: center;
}

#tickets-sidebar .block {
	margin-bottom: 20px;
}

.ticket-table {
	margin-bottom: 20px;
}

.ticket-table table {
	width: 100%;
}

.ticket-table table td {
	border: none;
	background: #f1f1f1;
	border-bottom: 1px solid #fff;
	padding: 10px;
}

.ticket-table table td a.choose {
	color: green;
	text-decoration: underline;
}

.ticket-table table td span.full {
	color: red;
}

.ticket-table table td a.remove {
	color: #333;
	text-decoration: underline;
}

.ticket-table table td a.remove:hover {
	color: red;
}

#ticket-type-input .ticket-type {
	width: 150px;
	float: left;
	margin-right: 10px;
}

#ticket-type-input p.ticket-type {
	margin-top: 5px;
}

p.note {
	margin: 5px 0;
}

.ticket-table table tr.totals td {
	font-weight: 700;
	color: #000;
}

#ticket-type-input .button a {
	text-decoration: none;
}

.check-option {
	color: #000;
}

.check-option input {
	margin-right: 10px;
}

#tickets-sidebar label {
	display: block;
	margin: 5px 0;
	color: #000;
}

div.dp-popup {
	padding: 10px !important;
	width: 182px !important;
}

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* 
 * Content Entries
 **********************************************************************/

.content-entries.borders .entry {
	border-top: 1px solid #cecece;
	padding: 14px 0;
}

.content-entries.borders .entry.no-border {
	border-top: none;
}

.content-entries.borders .entry.last {
	border-bottom: 1px solid #cecece;
}

.content-entries .content {
	float: left;
	margin-right: 18px;
}

.content-entries .image {
	float: left;
}

.content-entries .image img {
	display: block;
	margin: 10px 0;
}

.content-entries .content h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #731815;
}

.content-entries .content p.date {
	margin: 0;
	font-size: 116%;
	color: #000;
}

.content-entries .content p {
	margin: 0.6em 0;
}

/* context */

.g-6 .content-entries .content {
	width: 562px;
}

.g-6 .content-entries .image {
	width: 304px;
}

.g-4 .content-entries .content {
	width: 358px;
}

.g-4 .content-entries .image {
	width: 250px;
}


/* 
 * Info Boxes
 **********************************************************************/

.info-box {
	background: #f8f8f8;
	border: 1px solid #cecece;
	width: 264px;
	margin-bottom: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.g-2 .info-box {
	margin-bottom: 1.5em;
}

.info-box div.content {
	padding: 18px;
}

.info-box div.content ul {
	margin: 0 1em;
}

.info-box div.content ul li {
	margin-bottom: 0.7em;
}

.content-column.indent-right-large .info-box {
	margin-right: -123px;
	margin-left: 1em;	
	float: right;
}

.info-box h2 {
	margin-top: 0px !important;
}

.info-box .icon {
	float: left;
	margin: 0 10px 15px 0;
}

.info-box .icon-text {
	margin: 30px 0 0 0;
}

.info-box table td {
	border: none;
}

.info-box table {
	width: 100%;
}

.info-box table td {
	padding-left: 10px;
}

.info-box table tr {
	background: none
}

.info-box table tr.odd {
	background: #ebebeb;
}

.info-box .select {
	margin-bottom: 10px;
}

.walks-index {
	background: #f8f8f8;
	border: 1px solid #cecece;
	margin-bottom: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
}

.walks-index h3 {
	margin: 5px 0 0.8em 0;
}

.walks-index p strong {
	color: #000;
}

.walks-index .walk {
	clear: both;
	padding-left: 165px;
	position: relative;
	margin-bottom: 20px;
	min-height: 115px;
}


.walks-index .walk img {
	float: left;
	margin: 0 14px 30px 0;
	position: absolute;
	left: 0;
	top: 0;
}

/* 
 * Testimonials
 **********************************************************************/

.testimonial {
	margin-bottom: 1.5em;
}


.testimonial blockquote {
	margin: 0;
	font-style: italic;
	color: #000;
}

.testimonial p {
	margin: 5px 0;
}

.testimonial p.cite {
	margin-bottom: 1.2em;
}


/* 
 * Carousel
 **********************************************************************/

.flowpanes div.item {
	display:none;	
}

.flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

.flowpanes div.item {
	float:left;
	display:block;	
}

.flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

.flowpanes .less, .flowpanes .less a {
	color:#999 !important;
}

/* content carousel */

.carousel-content {
	border: 2px solid #e2e2e2;
	border-bottom: none;
	height: 286px;
	width: 944px;
}

.carousel-content .image {
	width: 391px;
	margin-right: 8px;
	float: left;
}

.carousel-content .content {
	padding: 26px 26px 0 0;
	width: 519px;
	float: left;
}

.carousel-content div.item {
	width: 968px;
}

.carousel-content .content p {
	font-size: 108%;
	margin-bottom: 15px;
}

.carousel-content .content p.button {
	font-size: 100%;
}

#content .carousel-content p.accent {
	font-size: 230%;
}

.carousel-controls {
	margin: 0;
	background-color: #c4c4c4;
	padding: 8px 9px;
}

.carousel-controls li {
	list-style: none;
	margin: 0;
	float: left;
	margin-right: 7px;
	position: relative;
	width: 149px;
	height: 115px;
}

.carousel-controls li span.label {
	display: block;
	padding: 8px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: url(../ui/shade-blue.png);
	width: 129px;
	color: #fff;
	overflow: hidden;
}

.carousel-controls li.last {
	margin-right: 0;
}

.carousel-controls li a,
.carousel-controls li a img {
	display: block;
}

.carousel-controls li a {
	width: 149px;
	height: 115px;
	position: absolute;
}

.carousel-controls li a:focus {
	outline: none;
}

.carousel-controls li a:hover  {
	display: block;
}

.carousel-controls li a.hover,
.carousel-controls li a.current {
	border: 4px solid #7a0026;
	top: -4px;
	left: -4px;
	bottom: -4px;
	right: -4px;
}

.carousel-controls li a.hover span.label,
.carousel-controls li a.current span.label {
	background: url(../ui/shade-red.png);
}

.carousel-controls li a.hover span.pointer,
.carousel-controls li a.current span.pointer-fixed {
	background: url(../ui/carousel-pointer.png);
	width: 28px;
	height: 17px;
	position: absolute;
	top: -21px;
	left: 58px;
	z-index: 2;
}


/* partners carousel */

.carousel-partners  {
	padding: 2px 20px;
	border: 1px solid #d1d1d1;
	border-left: none;
	border-right: none;
	height: 100px;
	margin-bottom: 30px;
}

.carousel-partners .flowpanes {
	height: 113px;
}

.carousel-partners .item {
/*	width: 878px;*/
}

.carousel-partners .item a {
	margin-right: 4px;
}

.carousel-partners .item a.last {
	margin-right: 0;
}

.partner-carousel-controls {
	margin: 5px 0 10px 0;
	padding-bottom: 1em;
	text-align: center;
}

.partner-carousel-controls li {
	display: inline;
}

.partner-carousel-controls li a {
	background: url(../ui/carousel-nav-spots-2.gif) no-repeat;
	width: 17px;
	height: 17px;
	display: inline-block;
	overflow: hidden;
}

.partner-carousel-controls li a:focus {
	outline: none;
}

/* photos carousel */

.carousel-photos  {
	padding: 2px 2px;
}

.carousel-photos .flowpanes {
	height: 205px;
}

.carousel-photos .item {
	width: 948px;
}

.carousel-photos .item a {
	margin-right: 11px;
	margin-bottom: 8px;
	display: block;
	float: left;
}

.carousel-photos .item a img {
	display: block;
}

.carousel-photos .item a.last {
	margin-right: 0;
}

.carousel-photos .item img {
	border: 1px solid #eee;
}


/* masthead carousel */

#masthead-carousel .controls {
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 100;
	color: #fff;
	width: 644px;
	text-align: center;
}

#masthead-carousel .controls.full-width {
	width: 100%;
}

#masthead-carousel .controls ul {
	margin: 0 !important;
	background: url(../ui/shade-black.png);
	padding: 5px 5px 0 5px;
	display: -moz-inline-block;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.8;
}

#masthead-carousel .controls ul:hover {
	opacity: 1;
}

#masthead-carousel li {
	display: inline;
	list-style: none;
	margin-left: 2px;
	text-align: center;
	margin: 0 0 1px 0;
	padding: 0;
	vertical-align: top;
}

#masthead-carousel li a {
	background: url(../ui/masthead-carousel-spots.png) no-repeat -38px 0;
	height: 19px;
	width: 19px;
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
}

#masthead-carousel li a:focus {
	outline: none;
}

#masthead-carousel .overlay {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 100;
	color: #fff;
	font-weight: 700;
	font-size: 200%;
	margin: 0;
	padding: 5px 10px;
	background: url(../ui/shade-blue.png);
}

/* carousel gallery */

.gallery-wrapper {
	background: #3f5f71 url(../ui/gallery-gradient.jpg) repeat-x;
	padding: 10px 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#content .gallery-wrapper .h2 {
	margin: 10px 7px 5px 10px;
	color: #fff;
}

#carousel-gallery {
	padding: 8px 8px;
	position: relative;
}

#carousel-gallery .gallery .item {
	width: auto;
}

#carousel-gallery .gallery .item {
	float: left;
	margin-right: 6px;
	width: 300px;
	position: relative;
}

#carousel-gallery .gallery .item img {
	display: block;
}

#carousel-gallery .gallery .item span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../ui/gallery-overlay.png);
	width: 300px;
	height: 300px;
	z-indxe: 10;
}

#carousel-gallery .gallery {
	height: 300px;
}

#carousel-gallery .thumbs {
	padding: 10px 0 0 0;
	overflow: hidden;
}


#carousel-gallery .thumbs .item {
	float: left;
	margin-right: 8px;
	width: 69px;
}

#carousel-gallery .thumbs .item.last {
	margin-right: -5px;
}

#carousel-gallery .prev {
	background: url(../ui/arrow-gallery-left.gif) no-repeat;
	left: -8px;
}

#carousel-gallery .next {
	background: url(../ui/arrow-gallery-right.gif) no-repeat;
	right: -8px;
}

#carousel-gallery .prev,
#carousel-gallery .next {
	display: block;
	height: 50px;
	width: 20px;
	position: absolute;
	top: 110px;
	z-index: 100;
	cursor: pointer;
}

#carousel-gallery .gallery-carousel-controls {
	position: static;
	bottom: auto;
	width: 873px;
	margin-bottom: 0;
}


/* 
 * Ticker
 **********************************************************************/

#ticker {
	background: #547C97 url(../ui/button-gradient-blue.png);
	margin: -5px 0 12px 0;
}

#ticker ul {
	margin: 0;
	padding: 10px 18px;
}

#ticker ul li {
	margin: 0;
	list-style: none;
	color: #fff;
}

#ticker ul li a {
	color: #fff;
}

#ticker ul li a:hover {
	text-decoration: underline;
}

#ticker .title {
	font-weight: 700;
	margin-right: 5px;
}


#ticker .story {
	margin-right: 5px;
}

#ticker .date {
	color: #ccc;
}



/* 
 * Gallery
 **********************************************************************/



/* inline gallery */

.inline-gallery {
	margin: 1.3em -1px;
	border: 1px solid #CECECE;
/*	background: #F8F8F8;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px 12px 18px 12px;
}

.inline-gallery img {
	float: left;
	margin-right: 8px;
	cursor: pointer;
}

.inline-gallery img.last {
	margin-right: 0;
}

.inline-gallery p {
	margin: 0 0 4px 0;
	color: #000;
}


/* 
 * Promo group
 **********************************************************************/

.promo-group {
	padding: 25px 19px;
	background-color: #f2f2f2;
}

.promo-group .promo {
	width: 290px;
	float: left;
	margin-right: 20px;
}

.promo-group .promo.last {
	margin-right: 0;
}

.promo-group .promo h2 {
	margin-bottom: 12px;
	margin-top: 0px;
}

.promo-group .promo h2 a {
	color: #731815;
}

.promo-group .promo h2 a:hover {
	color: #000;
}

#content .promo-group .promo p.accent {
	margin-top: 10px;
}

#content .promo-group .promo p {
	margin-bottom: 8px;
}


/* 
 * Content Promo Grid
 **********************************************************************/

.content-promo-grid {

}

.content-promo-grid .entry {
	float: left;
	width: 304px;
	margin-right: 18px;
	margin-bottom: 1em;
}

.content-promo-grid .entry .image {
	float: left;
	width: 143px;
	margin-right: 18px;
}

.content-promo-grid .entry .image img {
	border: 7px solid #ebebeb;
}

.content-promo-grid .entry .content {
	float: left;
	width: 143px;
}

.content-promo-grid .entry .h2 {
	margin-top: 4px;
	margin-bottom: 0.2em;
	font-size: 123.1%;
}

.content-promo-grid .last {
	margin-right: 0;
}

/* 
 * Article styles - Blog / Content Column
 **********************************************************************/

.blog-entry {
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.blog-entry .h1 {
	font-size: 250%;
	color: #000;
}

.blog-entry .meta {
	padding: 10px 0;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

.blog-entry .meta p {
	margin: 0;
	color: #999;
	font-size: 93%;
}

.blog-entry .meta p a {
	color: #777;
}

.attachment {
	margin: 8px 0;
}

.attachment p a {
	padding: 4px 0 4px 32px;
	display: block;
}

.attachment.pdf p a {
	background: url(../ui/icon-pdf.gif) no-repeat;
}

.attachment.doc p a {
	background: url(../ui/icon-doc.gif) no-repeat;
}

.attachment.xsl p a {
	background: url(../ui/icon-xsl.gif) no-repeat;
}

.attachment.ppt p a {
	background: url(../ui/icon-ppt.gif) no-repeat;
}

div.comments-overview {
	width: 132px;
	height: 68px;
	background-image: url(../ui/blog-comments-bubble.png);	
}

div.comments-overview a {
	position: relative;
	top: 14px;
	left: 20px;
	color: white;
	font-weight: bold;
}

div.comments-overview a.no-comments {
	left: 13px;
}

div.comments-overview a:hover {
	text-decoration: underline;
}

#comments h3.h2 {
	color: #253b49;
}

#comments .comment {
	width: 467px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#comments .comment .top {
	height: 17px;
	background-image: url(../ui/blog-comment-top.png);
}

#comments .comment .content {
	background-image: url(../ui/blog-comment-content.png);
	padding-left: 20px;
	padding-right: 20px;	
}

#comments .comment .content,
#comments .comment .content p {
	color: #253b49;
}

#comments .comment .bottom {
	height: 16px;
	padding-top: 23px;
	padding-left: 40px;
	background-image: url(../ui/blog-comment-bottom.png);		
}

#comments .form .bottom {
	height: 0px;
	padding-top: 19px;
	color: #777;
}

#comments .form table {
	width: 100%;
	border: none;
}

#comments .form table td {
	border: none;
	color: #777;
}

#comments .form table td.field {
	width: 134px;
}

#comments .form table input.text {
	width: 250px;
}

#comments .form table textarea {
	width: 260px;
	height: 120px;
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #D1D1D1;
}

#comments .form table td.top {
	vertical-align: top;
}

#comments .comment .bottom span {
	font-weight: bold;
}

.index-entry .image {
	float: left;
	margin-right: 14px;
	margin-bottom: 5px;
}

.blog-entry .image {
	margin-bottom: 1em;
}


.blog-entry ul,
.content-column ul,
.blog-entry ol,
.content-column ol {
	margin: 1.2em 2.5em;
}

.content-column li {
	margin-bottom: 0.8em;
}

.content-column {
	
}


/* 
 * Calendar
 **********************************************************************/

.calendar {
	
}

.first .calendar {
	
}

.last .calendar .content,
.last.calendar.last .content {
	background-image: none;
}

.calendar .title h3 {
	display: inline-block;
	background: #f2f2f2;
	margin: none;
	color: #436885;
	padding: 6px 15px 3px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 0px;
}

.calendar .title.secondary h3 {
	/*
	background: #f6f6f6;
	color: #575757;
	*/
}


.calendar .title.secondary {
	border-bottom: 1px solid #d2d2d2;
}



.calendar .content {
	background: #f2f2f2 url(../ui/calendar-shadow.gif) right top repeat-y;
	padding: 15px 15px;
}

.calendar .content .entry {
	background: #fff url(../ui/events-corner.jpg) no-repeat;
	margin-bottom: 15px;
	border-bottom: 1px solid #d0d0d0;
	position: relative;
}

.calendar .content .entry .month {
	position: absolute;
	right: 18px;
	top: 18px;
	background: url(../ui/shade-white-opaque.png);
	padding: 5px;
	width: 35px;
	text-align: center;
	color: #000;
	font-size: 108%;
}

.calendar .content .entry.event {
	margin-right: 15px;
	width: 285px;
	float: left;
}

.calendar .content .entry.walk img {
	float: left;
	margin-right: 14px;
}

.calendar .content .entry.walk h4 {
	padding: 14px 0 0 0;
	background: none;
}

.calendar .content .entry p.key img {
	float: none;
	vertical-align: middle;
	margin: 0 0 0 8px;
}

.calendar .content .entry img{
	margin: 15px 15px 0 ;
}

.calendar .content .entry-content {
	padding: 0 15px 40px 15px;
	background: #fff url(../ui/events-side.jpg) repeat-y;
}

.calendar .entry .type {
	color: #000;
	background: url(../ui/dashed-line-light.gif) repeat-x bottom right;
	padding: 5px 0;
	font-size: 161%;
	margin-bottom: 8px;
	font-weight: 400;
}

.calendar .entry .date {
	color: #436885;
	background: url(../ui/dashed-line-light.gif) repeat-x bottom right;
	padding: 0 0;
	font-size: 131%;
	margin-bottom: 8px;
	vertical-align: top;
}

.calendar .entry .time {
	color: #436885;
	background: url(../ui/dashed-line-light.gif) repeat-x bottom right;
	padding: 0 0;
	font-size: 131%;
	margin-bottom: 8px;
	vertical-align: top;
}

.calendar .entry span.em {
	font-size: 131%;
}

.calendar .entry .link {
	margin: 5px 0 8px 0;
}

.calendar .entry .link.icon-info {
	padding-left: 22px;
	background: url(../ui/icon-info.gif) no-repeat left center;
}

.calendar .entry .link.icon-book {
	padding-left: 22px;
	background: url(../ui/icon-book.gif) no-repeat left center;
}

.calendar .content .entry .h4 {
	color: #000;
}

.calendar .entry p {
	margin: 0 0 0.8em 0;
}

.calendar .content .entry .button {
	position: absolute;
	bottom: 0;
}

.calendar .content .entry .link {
	margin-left: 101px;
	position: absolute;
	bottom: 6px;
	right: 15px;
}

.calendar .content .entry .link a {
	text-decoration: underline;
}

.calendar .content .entry .link a:hover {
	text-decoration: none;
}

.calendar #no-results {
	padding: 80px 30px;
	text-align: center;
}

.calendar #no-results span.title {
	font-size: 200%;
	color: #333;
	display: block;
}

.calendar #no-results span.sub {
	font-size: 130%;
	color: #888;
	display: block;
}

.load-more {
	margin: 10px 0;
	clear: both;
}

.load-more a {
	padding: 10px;
	background: #537B97;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	color: #fff;
}

.load-more a:hover {
	color: #fff;
	background: #253B49;
}

.g-2 .calendar {
	margin-right: 18px;
}

.calendar .entry.event-basic {
	color: #436885;
	font-family: Times;
	font-size: 131%;
	margin-bottom: 6px;
}

.calendar .event-basic span {
	color: #000;
}

#calendars .no-events-1 {
	font-size: 131%;
	left: 130px;
	position: relative;
	top: 80px;
}

#calendars p.no-events-0 {
	font-size: 131%;
	position: relative;
}

.date-button {
	padding: 5px;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.date-button .date,
.date-button .times {
	width: 50px;
	height: 50px;
	background: #436885;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
	float: left;
	color: #fff;
}

.date-button .day,
.date-button .month,
.date-button .from,
.date-button .to {
	display: block;
	text-align: center;
	font-weight: 700;
}

.date-button .day {
	font-size: 182%;
	padding-top: 2px;
}

.date-button .from {
	padding-top: 4px;
	padding-bottom: 7px;
	background: url(../ui/calendar-arrow-down.gif) no-repeat bottom center;
}

.date-button .to {
	padding-top: 4px;
}

.date-button p.link {
	margin: 0;
	padding-left: 3px;
	float: left;
}

.date-button p.link a {
	color: black;
}

.date-button p.link a:hover {
	text-decoration: none;
}

.date-button .strap {
	color: #636363;
	display: block;
	font-size: 77%;
	padding-top: 3px;
}

.date-button .action {
	display: block;
	font-size: 168%;
	font-weight: 700;
}

.date-button .no-rce {
	font-size: 140%;
}

.fullcalendar-mini {
	padding: 15px 15px 8px 15px;
}

.fullcalendar-mini .fc-header td {
	border: none;
}

.fullcalendar-mini table {
	margin: 0;
}

.fullcalendar-mini .fc-event {
	text-indent: -999px;
	display: block;
	height: 8px;
}

.fullcalendar-mini .fc-event-title {
	text-indent: -999px;
}

.fullcalendar-mini .fc-event {
	border-color: transparent;
	width: 9px !important;
	margin-top: 4px;
}

.fullcalendar-mini .fc-event a {
	cursor: default;
	width: 9px !important;
}



#content .fullcalendar-mini .fc-event.available {
	border-color: #78ca5e;
}

#content .fullcalendar-mini .fc-event.available a {
	background: #78ca5e;
	border-color: #78ca5e;
}

#content .fullcalendar-mini .fc-event.booked {
	border-color: #ca6d6d;
}

#content .fullcalendar-mini .fc-event.booked a {
	background: #ca6d6d;
	border-color: #ca6d6d;
}

#content .fullcalendar-mini .fc-event {
	border-color: transparent;
}

.fullcalendar-mini .fc-event.walk-1 {
	border-color: red;
}

.fullcalendar-mini .fc-event.walk-1 a {
	background: red;
	border-color: red;
}

.fullcalendar-mini .fc-event.walk-2 {
	border-color: green;
}

.fullcalendar-mini .fc-event.walk-2 a {
	background: green;
	border-color: green;
}

.fullcalendar-mini .fc-event.event {
	border-color: #537b97;
}

.fullcalendar-mini .fc-event.event a {
	background: #537b97;
	border-color: #537b97;
}

#ticket-page-calendar.fullcalendar-mini {
	padding: 0 10px 8px 0;
/*	margin-bottom: 20px;*/
}

#ticket-page-calendar.fullcalendar-mini h2 {
	color: #ccc;
}

.calendar-key {
	margin: 0 15px;
	text-align: right;
}

.calendar-key * {
	vertical-align: middle;
}

.calendar-key img {
	margin: 0 3px 0 10px;
}


/* event summary list */

.events-summary-list {
	padding: 0 15px;
}

.events-summary-list ul {
	margin: 0 0 1em 0;
}

.events-summary-list li {
	list-style: none;
	clear: both;
}

.events-summary-list li img {
	float: left;
	margin: 0 10px 15px 0;
}

.events-summary-list li p {
	margin: 0;
}

.events-summary-list li p.title {
	color: #000;
}

.events-summary-list li p.meta a {
	color: #777;
	text-decoration: underline;
}


/* 
 * Contact page
 **********************************************************************/

#contact-map {
	width: 625px; 
	height: 330px;
	margin-bottom: 20px;
}

p.postcode {
	font-size: 10px;
}

p.postcode span {
	font-size: 12px;
	color: black;
	background-color: #eee;
	padding: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* 
 * Tour
 **********************************************************************/

#tour {
	position: relative;
	width: 948px;
	height: 550px;
}

#tour img.background {
	position: absolute;
}

#tour .h1 {
	color: #fff;
	font-size: 250%;
	font-family: Times;
	margin: 10px 0 0.2em 0;
	font-weight: normal;
	padding-bottom: 0.2em;
	margin-bottom: 0.4em;
}

#tour .strap {
	margin-top: 0.6em;
	margin-bottom: 0.1em;
	color: #b7b7b7;
	font-size: 153.9%;
	font-weight: normal;
}

#tour p {
	font-size: 108%;
}

#tour .contribute-button {
	/*position: absolute;
		right: 33px;
		bottom: 0;*/
}

#tour p.close {
	position: absolute;
	top: 20px;
	left: 32px;
	font-size: 93%;
}

#tour p.close a {
	text-decoration: none;
	color: #ccc;
	background: url(../ui/close.png) no-repeat;
	display: block;
	padding-left: 18px;
}

/* hotspots */

#tour .hotspot {
	position: absolute;
	height: 30px;
	width: 30px;
	background: url(../ui/tour-info-icon.png);
	cursor: pointer;
}

#tour .hotspot .highlight {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 30px;
	background: url(../ui/tour-info-icon-highlight.png);
	visibility: hidden;
}

/* tooltips */

.tour-tooltip {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 256px;
	min-height: 80px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tour-tooltip.not-shown {
	display: block;
	opacity: 0;
}

.tour-tooltip .inner-content {
	padding: 17px;
}

.tour-tooltip h2 {
	font-size: 123.1%;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #d2d2d1;
	margin-top: 0px;
}

.tour-tooltip .point {
	width: 28px;
	height: 19px;
	position: absolute;
	bottom: -18px;
	left: 26px;
	background-position: no-repeat;
}

.tour-tooltip .point.bottom {
	background-image: url(../ui/tooltip-point.png);
}

#tour .tour-tooltip .top {
	bottom: auto;
	top: -18px;
	background-image: url(../ui/tooltip-point-top.png);
}

#tour .tour-tooltip .right {
	left: auto;
	right: 26px;
}

#tour .tour-tooltip .content p {
	font-size: 93%;
}

#tour .tour-tooltip p.button {
	font-size: 93%;
	margin-bottom: 10px;
}

#tour .tour-tooltip p.link,
#tour .tour-tooltip p.button {
	float: left;
}

#tour .tour-tooltip p.link  {
	font-size: 93%;
	padding-top: 5px;
}

#tour .tour-tooltip p.link a {
	margin-left: 14px;
	text-decoration: underline;
}

.tour-tooltip p.link a:hover {
	text-decoration: none;
}

/* tour intro content */

#tour-content .intro {
	position: absolute;
	color: #fff;
}

#tour-content .intro .inner-content {
	padding: 32px;
}

#tour-content .intro .image {
	float: left;
	width: 419px;
	margin-right: 31px;
}

#tour-content .intro .image img {
	border: 7px solid #fff;
}

#tour-content .intro .content {
	float: left;
	width: 419px;
}


#more-views {
	background: url(../ui/shade-black.png);
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 30px;
}

#more-views p {
	margin: 0 5px;
	padding-top: 5px;
	float: right;
}

#more-views ul {
	margin: 0;
	float: right;
	display: none;
}

#more-views ul li {
	margin: 0;
	float: right;
	margin-right: 5px;
	list-style: none;
}

#more-views ul li a img {
	border: 1px solid #ccc;
}

#more-views ul li a:hover img {
	border-color: #fff;
}

#more-views p a {
	color: #E1E1E1;
	font-size: 93%;
	text-decoration: none;
}

#more-views p a:hover {
	color: #fff;
}

/* tour drawer */

#tour-drawer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 948px;
	overflow: hidden;
	background: url(../ui/shade-black.png);
	color: #fff;
}

#tour-drawer.state-carousel {
	height: 228px;
}

#tour-drawer.state-toolbar {
	height: 70px;
}

#tour-drawer.state-item {
	height: 550px;
}

#tour-drawer .inner-content {
	padding: 16px 32px;
}

#tour-drawer #drawer-links {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 300px;
	text-align: right;
}

#tour-drawer #drawer-links li a {
	color: #e1e1e1;
}

#tour-drawer #drawer-links li a:hover {
	color: #fff;
}

#tour-drawer #drawer-links li a:focus {
	outline: none;
}

#tour-drawer #drawer-links li {
	list-style: none;
	display: inline;
	margin-left: 10px;
}

#tour-drawer .pane-toolbar h1 {
	margin: 0;
	padding: 0;
}


/* tour carousel */

.carousel-tour-rooms {
	height: 113px;
	margin: 20px 0;
}

.pane-carousel h2 {
	margin-top: 13px;
}

.carousel-tour-rooms .flowpanes {
	height: 113px;
}

.carousel-tour-rooms .item {
	width: 884px;
}

.carousel-tour-rooms .item a {
	margin: 0 30px 0 0;
	float: left;
	position: relative;
	width: 150px;
	height: 115px;
	display: block;	
}

.carousel-tour-rooms .item a span {
	position: absolute;
	left: 7px;
	bottom: 7px;
	z-index: 20;
	width: 120px;	
	color: #fff;
	display: none;
	padding: 8px 8px;
	overflow: hidden;
	display: none;
}

.carousel-tour-rooms .item a.hover span {	
	display: block;
	background-image: url(../ui/shade-blue.png);
}

.carousel-tour-rooms .item a.last {
	margin-right: 0;
}

.carousel-tour-rooms .item img {
	border: 7px solid #e1e1e1;
}

.carousel-tour-rooms .item a:hover img {
	border: 7px solid #fff;
}

.pane-item {
	position: absolute;
	z-index: 100;
	color: #dcdcdc;
}

.pane-item p a {
	color: #fff;
	text-decoration: underline;
}

.pane-item p.button a {
	text-decoration: none;
}

.pane-item .col-1,
.pane-item .col-2 {
	float: left;
	width: 50%;
	position: relative;
	height: 533px;
}

.pane-item .col-1 {
	width: 466px;
}

.pane-item .col-1 .inner-content {
	padding: 40px 32px;
}

.pane-item .col-1 .button a {
/*	border: 2px solid #fff;*/
	color: #88201c;
}

.pane-item .col-2 .gallery {
	padding-top: 40px;
	padding-right: 32px;
}

.pane-item .col-2 img.image {
	margin-bottom: 19px;
	margin-right: 9px;
}

.pane-item .col-2 img {
	float: left;
	margin: 0 0 9px 0;
}


.pane-item .details h1.h1,
.pane-item .details h2.h2{
	color: #fff;
	border-bottom: 1px solid #767369;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.pane-item .details h2.h2 {
	margin-top: 30px;
}

.pane-item .col-2 {
	width: 481px;
}

.pane-item .col-2 .contributions,
.pane-item .col-2 .artifacts {
	padding: 20px 25px;
/*	background: url(../ui/shade-black.png);*/
	background: #fff;
	margin-right: 32px;
	min-height: 160px;
}

.pane-item .col-2 .soul-panel {
	min-height: 185px;
}

.pane-item .contributions h2.h2,
.pane-item .col-2 .artifacts h2.h2 {
/*	color: #fff;*/
	color: #000;
	margin-bottom: 10px;
}

.pane-item .contributions ul,
.pane-item .artifacts ul {
	margin: 0;
}

.pane-item .contributions ul li,
.pane-item .artifacts ul li {
	list-style: none;
	margin: 0 0 0.4em 0;
	color: #777;
}

.pane-item .artifacts ul li img {
	float: none;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}

.contributions .progress {
	float: right;
	width: 139px;
	height: 155px;
}

.contributions .bar {
	width: 50px;
	height: 155px;
	border: 1px solid #000;
	position: relative;
	float: right;
}

.contributions .bar .indicator {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000;
	height: 50px;
	width: 100%;
	overflow: hidden;
}

.contributions .bar .complete {
	position: absolute;
	top: 8px;
	left: 0;
	background: #000;
	color: #666;
	width: 100%;
	text-align: center;
	color: #fff;
}

.contributions .labels {
	width: 87px;
	height: 155px;
	position: relative;
	float: right;
	color: #666;
}

.contributions .target {
	position: absolute;
	top: 0;
	right: 10px;
}

.contributions .zero {
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 0;
}

.room-detail-tabs ul {
	margin: 0;
}

.room-detail-tabs li {
	float: left;
	list-style: none;
	margin-right: 1px;
}

.room-detail-tabs li a {
	display: block;
	background: #e1e1e1;
	padding: 4px 10px;
	color: #777;
	font-size: 93%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.room-detail-tabs li.active a,
.room-detail-tabs li a:hover {
	background: #fff;
	color: #000;
}

.room-detail-tabs li a:focus {
	outline: none;
}

.tour-carousel-controls, 
.gallery-carousel-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 895px;
}

.tour-carousel-controls li, 
.gallery-carousel-controls li {
	display: inline;
	list-style: none;
	margin-left: 2px;
	text-align: center;
}

.tour-carousel-controls li a, 
.gallery-carousel-controls li a {
	background: url(../ui/carousel-nav-spots-1.png) no-repeat -38px 0;
	height: 19px;
	width: 19px;
	display: inline-block;
}

.tour-carousel-controls li a:focus, 
.gallery-carousel-controls li a:focus {
	outline: none;
}

.tour-carousel-controls li.current a,
.tour-carousel-controls li.current a:hover,
.gallery-carousel-controls li.current a,
.gallery-carousel-controls li.current a:hover {
	background-position: 0 0;
	height: 19px;
	width: 19px;
	display: inline-block;
}

.tour-carousel-controls li a:hover,
.gallery-carousel-controls li a:hover {
	background-position: -19px 0;
}

.tour-carousel-controls li a span,
.gallery-carousel-controls li a span {
	display: none;
}

/* 
 * tabbed content
 **********************************************************************/

.content-tabs {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 8px;
}

.content-tabs ul {
	margin: -35px 0 0 8px;
}

.content-tabs li {
	list-style: none;
	margin: 0 3px 0 0;
	float: left;
	font-size: 108%;
}

.content-tabs li a {
	display: block;
	background: #efefef;
	padding: 6px 18px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #666;
}

.content-tabs li a:focus {
	outline: none;
}

.content-tabs li.active a {
	color: #222;
	background: #e1e1e1;
}

.tabbed-content .pane  {
	padding: 1em 0;
}

#content .tabbed-content .pane .h1 {
	font-size: 153.9%;
	color: #731815;
	font-weight: normal;
	margin-bottom: 15px;
	font-family: Arial;
}

/* 
 * Search results
 **********************************************************************/

#search-box {
	margin-right: 14px;
}

#search-box .submit {
	padding: 0;
	background: none;
	vertical-align: top;
}

#search-results ol {
	margin: 0;
}

#search-results ol li {
	padding-bottom: 0;
	margin-bottom: 10px;
	list-style: none;
	border-bottom: 1px solid #dbdbdb;
}

#search-results .h1 span {
	color: #777;
	font-size: 70%;
}

#search-results li h2 {
	font-size: 116%;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0.2em;
}

#search-results li h2 a {
	color: #000;
}

#search-results li h2 a:hover {
	color: #88201c;
}

#search-results li p {
	font-size: 93%;
}

#search-paging {
	padding: 10px 0;
}

#search-paging p.button {
	float: right;
}

/* 
 * Content paging
 **********************************************************************/

.content-pages {
	margin-bottom: 15px;
}

.content-page-controls {
	padding: 5px 0;
}

#content .content-page-controls a {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	background: url(../ui/paging-nav-spots.png) no-repeat bottom left;
	margin-left: 4px;
	text-decoration: none;
	text-align: center;
	font-size: 85%;
	vertical-align: middle;
	line-height: 1.7;
}

#content .content-page-controls a.active {
	background-position: top left;
	color: #000;
}

#content .content-page-controls a:focus {
	outline: none;
}


/* 
 * Footer
 **********************************************************************/

#footer {
	padding: 0 0 22px 0;
	margin: 0 0;
}

/* tabs */

.footer-tabs {
	margin: 0 -20px;
	padding: 0 20px;
	position: relative;
	border-bottom: 4px solid #253b49;
}

.footer-tabs li {
	float: left;
	margin: 0;
	list-style: none;
	font-size: 131%;
	margin-right: 7px;
	width: 311px;
}

.footer-tabs li.last {
	margin-right: 0;
}

#footer .footer-tabs li a {
	background: #436885;
	color: #fff;
	display: block;
	padding: 13px 18px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#footer .footer-tabs li a:hover {
	background: #1e2a30;
}

#footer .footer-tabs li.active  {
	margin-top: -3px;
}

#footer .footer-tabs li.active a {
	background: #253b49;
	padding-top: 16px;
}

.footer-panels .panel {
	height: 300px;
}

/* panels */

.footer-panels {
	padding: 35px 0;
}

.footer-panels ul {
	margin: 0;
}

.footer-panels li {
	margin: 0;
	list-style: none;
}

.footer-panels .panel {
	display: none;
}

.footer-panels .panel.active {
	display: block;
}

.footer-panels h2 {
	font-size: 161.6%;
	font-weight: normal;
	color: #253b49;
	margin-bottom: 0.8em;
	margin-top: 0px;
}

.footer-panels p {
	color: #656565;
	font-size: 108%;
}

#connecting-with-us-columns .column {	
	float:left;
	margin-right:14px;
	padding-left:2px;
	width:304px;
}

#connecting-with-us-columns div.last {
	margin-right: 0px;
}

#connecting-with-us-columns .column h3 {
	margin-top: 0px;
	font-weight: lighter;
	color: #253b49;
	font-size: 16px;
	margin-bottom:25px;
}

#connecting-with-us-columns .column a {
	background-position:left top;
	color:#253B49;
	display:block;
	font-size:15px;
	height:27px;
	margin-top:10px;
	padding-left:50px;
	padding-top:9px;
	width:200px;
	background-repeat: no-repeat;
}

#connecting-with-us-columns .column a:hover {
	text-decoration: underline;
}

#connecting-with-us-columns .column a.facebook {
	background-image: url(../ui/icon-facebook.png); 
}

#connecting-with-us-columns .column a.twitter {
	background-image: url(../ui/icon-twitter.png); 
}

#connecting-with-us-columns .column a.tumblr {
	background-image: url(../ui/icon-tumblr.png); 
}

#connecting-with-us-columns .column a.newsletter {
	background-image: url(../ui/icon-tumblr.png); 
}

#connecting-with-us-columns .column a.newsletter {
	background-image: url(../ui/icon-mail.png);
	padding-top:12px;
}

#connecting-with-us-columns .column a.email {
	background-image: url(../ui/icon-mail2.png);
	margin-top:13px;
	padding-top:6px;
}

#connecting-with-us-columns .column div.tweet {
	background-image:url("../ui/twitter-bkg.png");
	background-repeat:no-repeat;
	font-size:10px;
	height:70px;
	padding:10px;
	padding-top: 6px;
	width:245px;
	position: relative;
}

#connecting-with-us-columns .column div.tweet span {
	display:block;
	float:right;
	position:relative;
	right:-10px;
	top:-5px;
}

#connecting-with-us-columns .column div.twitter-footer {
	background-image:url("../ui/twitter-bird.png");
	width: 265px;
	height: 64px;
}

/* site map */

ol.sitemap {
	margin: 0 0 10px 0;
	width: 100%;
}

ol.sitemap li {
	float: left;
	clear: both;
	margin: 0 10px 10px 0;
}

ol.sitemap li a {
	margin: 0 10px 0 0;
	float: left;
}

ol.sitemap li a:hover {
	color: #000;
}

ol.sitemap li ol {
	margin: 0 10px 0 0;
	float: left;
}

ol.sitemap li ol li.first {
	margin: 0 5px 0 0;
	float: left;
	clear: none;
	padding-left: 10px;
	background: url(../ui/sitemap-arrow.png) no-repeat left center;
}

ol.sitemap li ol li {
	margin: 0 5px 0 0;
	float: left;
	clear: none;
	padding-left: 10px;
	background: url(../ui/sitemap-divider.png) no-repeat left center;
}

ol.sitemap li ol li a {
	margin: 0;
	background: #f7f7f7;
}

ol.sitemap li a,
ul.sitemap-extras li a {
	padding: 4px 7px;
	background: #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 93%;
	color: #656565;
}

ul.sitemap-extras {
	margin-right: 20px;
	border-top: 1px dashed #ccc;
	padding-top: 25px;
}


ul.sitemap-extras li {
	float: left;
	margin-right: 10px;
}

ul.sitemap-extras li a {
	padding: 7px 10px;
}


/* links */

.footer-links {
	padding-top: 13px;
	border-top: 4px solid #dbdbdb;
	margin: 0;
	text-align: right;
}

.footer-links p {
	margin: 0;
}

/* footer partner logos */

#footer-partner-logos a {
	margin-right: 15px;
	margin-bottom: 15px;
}

#footer-partner-logos a.last {
	margin-right: 0;
}



/* 
 * Forms
 **********************************************************************/

input.text {
	padding: 4px 6px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 93%;
}

input.field {
	padding: 6px 6px;
	border: 1px solid #d1d1d1;
	font-size: 93%;
}

.form.padded {
	padding: 30px;
}

.form.shaded {
	background: #f1f1f1;
}

.form.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form.indented {
	margin: 1em 0 1em 20px;
}

.form .form-item {
	margin-bottom: 1.3em;
}

.form .input-text {
	border: 1px solid #ccc;
	padding: 3px 5px;
}

.form input.error {
	border: 1px solid red;
}

.form-item label {
	width: 130px;
	float: left;
}

.form-item label.error {
	color:red;
	height:30px;
	margin-left:130px;
	width:500px;
}

.form .input-textarea {
	border: 1px solid #ccc;
	padding: 3px 5px;	
}

.form-item.indent {
	padding-left: 130px;
}

.form.giftaid {
	background-image: url(../ui/gift-aid-grey.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.form.giftaid .h2 {
	margin: 0 0 10px 0;
	color: #253b49;
}

.form.giftaid em {
	font-style: normal;
	font-weight: 700;
}

.form.giftaid p.checkbox {
	width: 260px;
	color: #253b49;
	line-height: 1.5;
	padding-left: 20px;
}

.form.giftaid p.checkbox input {
	margin-right: 5px;
	margin-left: -20px;
}

/* 
 * Donate
 **********************************************************************/

#donate-thankyou {
	background: #d9e5ee;
	margin-bottom: 50px;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#donate-thankyou img {
	float: left;
	margin-right: 18px;
}

#donate-thankyou p,
#donate-thankyou h2 {
	color: #000;
}

#donate-thankyou h2 {
	margin-bottom: 1em;
}

#donate-landing-options {
	background: #d9e5ee;
	margin-bottom: 18px;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#donate-landing-options .pod {
	min-height: 220px;
	float: left;
	margin-right: 24px;
	background: #fff;
	width: 280px;
}

#donate-landing-options .pod .title {
	padding: 14px 18px;
	font-weight: normal;
	border-bottom: 1px solid #e1e1e1;
	background: #fcfcfc;
	color: #000;
}

#donate-landing-options .pod .title h2 {
	margin: 0;
}

#donate-landing-options .pod .content {
	padding: 18px;
	font-size: 108%;
}

#donate-landing-options .pod.last {
	margin-right: 0;
}

#donate-landing-arbitrary {
	background: #d9e5ee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 1em;
	padding: 30px 30px 30px 30px;
}

#donate-landing-arbitrary h2 {
	display: inline;
}

#donate-landing-arbitrary form {
	padding-left: 30px;
	display: inline;
}

#donate-landing-arbitrary label {
	font-size: 138.5%;
	padding-right: 2px;
	color: #000;
}

#donate-landing-arbitrary .input-text {
	font-size: 138.5%;
	padding: 6px 10px;
	width: 120px;
	color: #999;
	display: inline;
	margin-right: 15px;
}

#donate-landing-arbitrary .input-text.selected {
	color: #000;
}

#donate-landing-arbitrary .submit {
	display: inline;
}


/* 
 * Map - nearby attractions
 **********************************************************************/

#map-attractions,
#map-directions {
	width: 100%;
	height: 300px;
}

.map-data {
	display: none;
}

.map-title {
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #000;
	width: 200px;
}

.map-desc {
	margin: 0 0 2px 0;
	width: 200px;
}

.map-website {
	margin: 0 0;
}

.map-website a {
	color: #000;
}


/* 
 * Clearing
 **********************************************************************/

.pagination {
	text-align: center;
}

.pagination a {
	padding: 5px 8px;
	background: #f1f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #555;
}

.pagination a.selected {
	background: #555;
	color: #f1f1f1;
}





/* 
 * Clearing
 **********************************************************************/

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}




/* 
 * Forms
 **********************************************************************/

#transaction-failed { color: red; border: 3px solid red; padding: 12px; background-color: #FFCCCC; font-weight: bold;}


