/*
Theme Name: Charleston
Theme URI: http://wordpress.org/
Description: 
Version: 1.1
Tags: 
*/

@import url('pwl-woocommerce.css');

/* temporay measures to hide broken wp ecommerce shop, before installing woocommerce */
.hide {
	display: none !important;
}
.product_form {
	display: none;
}
/* / end temporay measures to hide broken wp emmorce shop, befor installing woocommerce */

@font-face {
    font-family: 'gill_sans_lightregular';
    src: url('fonts/charleston-font-webfont.eot');
    src: url('fonts/charleston-font-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charleston-font-webfont.woff') format('woff'),
         url('fonts/charleston-font-webfont.ttf') format('truetype'),
         url('fonts/charleston-font-webfont.svg#gill_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {line-height: 1;}
h1, h2, h3, h4, h5, h6 {clear: both;font-weight: normal;}
ol, ul {list-style: none;}
blockquote {quotes: none;}
blockquote:before, blockquote:after {content: '';content: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
a img {border: none;}

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

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	overflow:hidden;
	margin-top:10px;
}
#content {
	/*margin: 0 280px 0 20px;*/
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 160px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: GillSansWGL;
}
h3#comments-title,
h3#reply-title,
#access .menu, #access .menu-nav_menu-container,
#access div.menu ul, #access div.menu-nav_menu-container ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: GillSansWGL;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

h1 {font-size: 1.5em;font-weight: bold;}
h2 {font-size: 1.2em;font-weight: bold;}
h3 {font-size: 1.1em;font-weight: bold;}

/* =Structure
-------------------------------------------------------------- */

#top_banner {
	width: 100%;
	background-repeat: no-repeat;
	padding: 0;
}

#top_banner:after {
	display: table;
	clear: both;
	content:'';
}

.head-social {
	float: left;
	padding: 21px 10px 0 0;
	margin-right: 8px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

.head-social i {
	color: #ccc;
	font-size: 20px;
}

.head-social a:hover i {
	color: #000;
}

.head-social i.fa-envelope {
	margin-right: 4px;
}

.head-social i.fa-facebook {
	margin-right: 6px;
} 

/* The main theme structure */
#access .menu-header,
div.menu,div.menu-nav_menu-container,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	background: #fff;
	margin-top: 0px;
	padding: 0px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 0.9em;
	text-align:left;
	width: 658px;
}
#site-info ul {display: block;margin:0;}
#site-info ul, #site-info ul li {list-style:none;margin:0;padding:0;}
#site-info ul li {margin:0 0 0 0;float:left;list-style:none;padding:0 5px 0 0;}
#site-info ul li:after { content: "," } 
#site-info ul li:last-child:after { content: "" }

	#social-links { /* Don't think this is used anymore */
		float: right;
		text-align:right;
		width: 160px;
		font-size: 0.9em;
		padding:0px 10px 0 0;
	}
	#social-links a {text-decoration:none;}
	#social-links a:hover, #site-info ul li a:hover {text-decoration:underline;}
	#social-links img {vertical-align:middle;}

#footer-image { /* replaces social links */
	float: right;
	text-align:right;
	width: 224px;
	font-size: 0.9em;
	padding:0;
	margin-right: 10px;
}
#footer-image  a {text-decoration:none;}
#footer-image  a:hover, #site-info ul li a:hover {text-decoration:underline;}
#footer-image  img {vertical-align:middle;}

#lotteryfund {float:right;}

#masthead {
	position: relative;
}
	
.masthead-image a img {
	width: 350px;
	margin: auto;
	display: block;
}


/*===============
	MAIN MENU
===============*/

.main-menu {
	position: absolute;
	bottom: 34px;
	z-index: 999;
}

.main-menu ul {
	margin: 0;
}

.main-menu ul.sub-menu:after,
.main-menu li a:after {
	display: table;
	content: '';
	clear: both;
}

.main-menu li {
	list-style-type: none;
}

.main-menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 12px 1px;
	line-height: 1.4;
}

	/* DROP DOWN */

	.main-menu>div>ul>li>ul {
		display: none;
		background: rgba(240,240,240,0.9);
		padding: 3px 12px 0px;
	}

	.main-menu>div>ul>li:hover>ul {
		display: block;
	}

	/* LEVEL 1 */

	.main-menu>div>ul{
		position: static;
	}

	.main-menu>div>ul>li{
		height: 20px;
		display: inline-block;
	}

	.main-menu>div>ul>li>a{
		color: #666;
	}

	.main-menu>div>ul>li>a:hover{
		color: #000;
	}

		/* LEVEL 2 */

		.main-menu>div>ul>li>ul{
			max-width: 300px;
			position: absolute;
		}

		.main-menu>div>ul>li>ul>li{
			height: auto;
			display: block;
			position: relative;
		}

		.main-menu>div>ul>li>ul>li>a{
			display: block;
			color: #666;
		}

		.main-menu>div>ul>li>ul>li>a:hover{
			color: #000;
		}

			/* LEVEL 3 */
			.main-menu>div>ul>li>ul>li>ul{
				display: block;
				position: relative;
				padding-left: 12px;
			}

			.main-menu>div>ul>li>ul>li>ul>li{
				display: block;
				position: relative;
			}

			.main-menu>div>ul>li>ul>li>ul>li>a{
				color: #666;
				text-transform: none;
			}

			.main-menu>div>ul>li>ul>li>ul>li>a:hover{
				color: #000;
			}

	/* LEFT HAND MENU SPECIFICALLY */

	.main-menu.left {
		left: 0px;
	}

	.main-menu.left>div>ul>li{
		padding-right: 8px;
	}

	/* RIGHT HAND MENU SPECIFICALLY */

	.main-menu.right {
		right: 0px;
	}

	.main-menu.right>div>ul>li{
		padding-left: 8px;
	}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {/* background: #f1f1f1; */}
body, input, textarea {
	color: #333;
	font-size: 14px;
	line-height: 18px;
}
hr {background-color: #e7e7e7;border: 0;clear: both;height: 3px;margin-bottom: 18px;}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
	color: #655C69;
}


strong a {
color: #655C69;	
}



cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:active,
a:hover {
	color: #333;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {padding: 0px 0 0 0;line-height:0px;}
#homelink {float:left;position:absolute;}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}

/* =Main Menu
-------------------------------------------------------------- */

#access {
	background: #8F8A97;
	display: block;
	float: left;
	margin: 0 auto;	
	width: 960px;}
#access .menu-header, div.menu ,div.menu-nav_menu-container {
	font-size: 1.10em;
	margin-left: 0px;
	width: 960px;}
#access .menu-header ul, div.menu ul ,div.menu-nav_menu-container ul {
	list-style: none;
	margin: 0;}
#access .menu-header li, div.menu li ,div.menu-nav_menu-container li {
	float: left;
	position: relative; 
	font-size: 12px;}
#access a {
	color: #FFFFFF;
	display: block;
	line-height: 30px;
	padding: 0 1.830em;
	margin:0 0 0 0;
	text-decoration: none;
	font-weight:normal;}

#access ul ul {
	display: none;
	position: absolute;
	top: 30px; left: 0;
	float: left;
	/*width: 530px; height:250px;*/
	z-index: 99999;
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
#access ul li:after, #access ul ul li:after {
	display:table;
	content:' ';
	clear: both;
}

#access ul.menu>li>ul.sub-menu {
	padding-bottom: 20px;
}
#access ul ul li {width: 188px;}

#access ul ul ul {
	width: 170px;
	position: static;
	top:36px;
	height:auto;
	display: inline;
	border:0px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
#access ul ul ul li {font-weight:normal;}
#access ul ul a {
	line-height: 1em;
	padding: 12px 0 10px 0px;
	margin: 0 20px 0px 20px;
	width: 150px;
	height: auto;
	font-weight: bold;
	border-bottom: 1px dotted #FFF;
}
#access ul ul ul a {border: 0px;font-weight: normal;padding: 6px 0 2px 0px !important;line-height:1.2em;}
#access ul ul a:hover {background:none !important;text-decoration:underline;}
#access ul ul ul a:hover {background:none !important;text-decoration:underline;}
#access li:hover > a, #access ul ul :hover > a {color: #fff;}
#access ul li:hover > ul {display: block;}
#access ul li.current_page_item > a,
#access ul li.current_page_parent > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	font-weight:bold;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	font-weight:bold;
}

 /* Home Menu
-------------------------------------------------------------- */

#menu-item-2953.current-menu-item, #menu-item-2953.current-page-ancestor { background: #7c7584; font-weight:bold;}
#menu-item-2953.current-menu-item ul, #menu-item-2953.current-page-ancestor ul {background: #7c7584;}
#menu-item-2953 a:hover {background: #7c7584 !important;}
#menu-item-2953 ul {background: #7c7584;}
#access li#menu-item-2953:hover > a {background: #7c7584;}

 /* Visit Menu
-------------------------------------------------------------- */

#menu-item-2445.current-menu-item, #menu-item-2445.current-page-ancestor { background: #a5b8a2; font-weight:bold;}
#menu-item-2445.current-menu-item ul, #menu-item-2445.current-page-ancestor ul {background: #a5b8a2;}
#menu-item-2445 a:hover {background: #a5b8a2 !important;}
#menu-item-2445 ul {background: #a5b8a2;}
#access li#menu-item-2445:hover > a {background: #a5b8a2;}

 /* Whats On Menu
-------------------------------------------------------------- */

#menu-item-8488.current-menu-item, #menu-item-8488.current-page-ancestor, #menu-item-8488.current-menu-ancestor { background: #a8909d; font-weight:bold;}
#menu-item-8488.current-menu-item ul, #menu-item-8488.current-page-ancestor ul {background: #a8909d;}
#menu-item-8488 a:hover {background: #a8909d !important;}
#menu-item-8488 ul {background: #a8909d;}
#access li#menu-item-8488:hover > a {background: #a8909d;}

 /* History Collection Menu
-------------------------------------------------------------- */

#menu-item-8489.current-menu-item, #menu-item-8489.current-page-ancestor { background: #7c7584; font-weight:bold;}
#menu-item-8489.current-menu-item ul, #menu-item-8489.current-page-ancestor ul {background: #7c7584;}
#menu-item-8489 a:hover {background: #7c7584 !important;}
#menu-item-8489 ul {background: #7c7584;}
#access li#menu-item-8489:hover > a {background: #7c7584;}
#menu-item-8489 ul {width: 250px !important;height:auto !important;padding-bottom:20px;}
#menu-item-8489 ul a {padding: 12px 0 0px 0px !important;border:0px !important;width: 200px !important;}

 /* Get Involved Menu
-------------------------------------------------------------- */

#menu-item-8490.current-menu-item, #menu-item-8490.current-page-ancestor { background: #82918e; font-weight:bold;}
#menu-item-8490.current-menu-item ul, #menu-item-8490.current-page-ancestor ul {background: #82918e;}
#menu-item-8490 a:hover {background: #82918e !important;}
#menu-item-8490 ul {background: #82918e;}
#access li#menu-item-8490:hover > a {background: #82918e;}
#menu-item-8490 ul {width: 250px !important;height:auto !important;padding-bottom:20px;}
#menu-item-8490 ul a {padding: 12px 0 0px 0px !important;border:0px !important;width: 220px !important;}

 /* About Menu
-------------------------------------------------------------- */

#menu-item-8492.current-menu-item, #menu-item-8492.current-page-ancestor { background: #a0aec4; font-weight:bold;}
#menu-item-8492.current-menu-item ul, #menu-item-8492.current-page-ancestor ul {background: #a0aec4;}
#menu-item-8492 a:hover {background: #a0aec4 !important;}
#menu-item-8492 ul {background: #a0aec4;}
#access li#menu-item-8492:hover > a {background: #a0aec4;}
#menu-item-8492 ul {width: 210px !important;height:auto !important;padding-bottom:20px;}
#menu-item-8492 ul a {padding: 12px 0 0px 0px !important;border:0px !important;}

 /* Contact Menu
-------------------------------------------------------------- */

#menu-item-2451.current-menu-item, #menu-item-2451.current-page-ancestor { background: #b0bdbe; font-weight:bold;}
#menu-item-2451.current-menu-item ul, #menu-item-2451.current-page-ancestor ul {background: #b0bdbe;}
#menu-item-2451 a:hover {background: #b0bdbe !important;}
#menu-item-2451 ul {background: #b0bdbe;}
#access li#menu-item-2451:hover > a {background: #b0bdbe;}

 /* Shop Menu
-------------------------------------------------------------- */

/*.shop.shop_current, .shop.current-menu-item, .shop.current-page-ancestor { background: #b8c296; font-weight:bold;}
.shop.current-menu-item ul, .shop.current-page-ancestor ul {background: #b8c296;}
.shop a:hover {background: #b8c296 !important;}
.shop ul {background: #b8c296;}
#access li.shop:hover > a {background: #b8c296;}
.shop ul {width: 200px !important;height:auto !important;padding-bottom:20px;}
.shop ul a {padding: 12px 0 0px 0px !important;border:0px !important;}*/

/* =Left
-------------------------------------------------------------- */

#left, #left_sidebar, #right_sidebar {float: left;width: 160px;margin: 0px 30px 0px 0px;}
#left_sidebar .current_page_item > a, #left_sidebar .current_page_parent > a {font-weight:bold;}
#right_sidebar {float:right;margin: 0 0 0 30px;}
#left.left-shop {margin-top:-1px}
	
/* =Content
-------------------------------------------------------------- */

#main {clear:both;z-index:10;}
#content {margin-bottom: 36px;}
#content,
#content input,
#content textarea {
	/*color: #333;
	font-size: 16px;
	line-height: 24px;*/
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	/*margin-bottom: 24px;*/
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #655C69;
	line-height: 1.5em;
	margin: 0px;
}



#content h2 {
margin: 0px 0px 10px 0px;
text-transform: uppercase;
}

#content h3 {
margin: 0px 0px 10px 0px;
}


#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 0px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
/*#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}*/
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	/*background: #f1f1f1;*/
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
	
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 0.8em;
	line-height: 150%;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

#breadcrumbs {float: left;padding: 10px 20px;}
#breadcrumbs a {color:#899a51;}
#breadcrumbs strong {font-weight:normal;}
#nobreadcrumbs {clear:both;border-top:0px solid #FFF;padding:0;margin:0;}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;


}
.widget-area ul ul {
	/*	
	list-style: square;
	margin-left: 1.3em; */
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars
-------------------------------------------------------------- */

#main .widget-area ul {	
	padding: 5px 10px 5px 10px;
	background-color: #cfcbd1;	
}

#main #left_sidebar .widget_recent_entries, #main #left_sidebar .w4_post_list_widget, #main #left_sidebar .widget_archive {
	padding-top:5px;background:#cfcbd1 !important;font-size:0.90em;
}
#main #left_sidebar .widget_recent_entries h3, #main #left_sidebar .w4_post_list_widget h3, #main #left_sidebar .widget_archive h3 {
	font-weight:bold;font-size:1.0em;padding:0 0 5px 0;
}
#main #left_sidebar .w4_post_list_widget h3, #main #left_sidebar .widget_archive h3 {
	margin-top:-10px !important;
}
#main #left_sidebar .widget_recent_entries ul, #main #left_sidebar .w4_post_list_widget ul, #main #left_sidebar .widget_archive ul {
	border-bottom:1px solid #FFF;padding:0 0 10px 0;
}
#main #left_sidebar .widget_recent_entries ul li, #main #left_sidebar .w4_post_list_widget ul li, #main #left_sidebar .widget_archive ul li {
	line-height: 1.2em;
}
#main #left_sidebar .w4_post_list_widget ul li, #main #left_sidebar .widget_archive ul li {
	margin:0 0 5px 0;
}

#main .widget-area li {padding-left:0px; }

#main .widget-area li li {
	line-height: 150%;
	margin-left:0;
	padding: 0.5em;
	border-bottom: 1px solid #FFFFFF;
	font-size:0.8em;
	text-transform:uppercase;
}

#main .widget-area ul ul {
	border: none;
	margin-left:0;
	padding: 0;
}
#primary { }
#secondary {}

/* Footer widget areas */
#footer-widget-area {}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 2px solid #CCC;
	margin-top: 20px;
	overflow: hidden;
	padding: 10px 0;
}
#site-info {
	/*font-weight: bold;*/
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Extras
-------------------------------------------------------------- */

.menu_spacer {padding: 10px 0px 0px 0px;}

#index_left {height: 430px;width: 617px;margin: 0px;background-color: #DEDEE0; }

#index_left p, #index_left h1 {padding: 5px 20px 0px 15px;	line-height: 150%;}

#index_right {margin: 0px 0px 0px 15px;	width: 328px;}

.index-opening-hours { 
	height: 307px;
	background: #cbbeb9; 
}
.index-opening-hours h2 { 
	text-tranform:uppercase;
	color: #7c7584; 
}
.index-opening-hours img { }
.index-opening-hours-text { }
.index-tickets { 
	background: #7c7584;
}
.index-tickets p { 
	color: #FFF;
}

/* =News and Articles
-------------------------------------------------------------- */

.newsarticles h1 {border-bottom:1px dotted #89a385;padding:0 0 6px 0;margin:0 0 10px 0 !important;}
.newsarticles ul {margin:0;padding:0;list-style:none;}
.newsarticles ul li {
	padding:0;list-style:none;width:230px;float:left;padding:0 39px 0px 0;margin-bottom:0px;
}
.newsarticles .third {
	padding:0;list-style:none;width:770px;float:left;padding:0 0 20px 0;margin-bottom:20px;border-bottom:1px dotted #82918e;
}

.newsarticles li:nth-child(3), .newsarticles li:nth-child(7), .newsarticles li:nth-child(11), .newsarticles li:nth-child(15) {padding-right:0px !important;}

.newsarticles ul li {}
.newsarticles ul li h2 a {color:#8a6b7c;text-decoration:none;margin:0 0 0 0;}
.newsarticles ul li h2 a:hover {color:#8a6b7c;text-decoration:underline;}

.newsarticles .entry-meta {padding:10px 0 0 0;}
.newsarticles .entry-meta, .newsarticles .entry-utility {font-size:0.9em;color:#333;}
.newsarticles .entry-meta a, .newsarticles .entry-utility a {color:#97913e;text-decoration:none;}
.newsarticles .entry-meta a:hover, .newsarticles .entry-utility a:hover {color:#97913e;text-decoration:underline;}

/* =TOP LEVEL & SUB LEVEL Pages
-------------------------------------------------------------- */

.visit .entry-title-extra, .whatson .entry-title-extra, .historycollection .entry-title-extra, .getinvolved .entry-title-extra, 
.aboutthetrust .entry-title-extra {
	font-size:0.80em;font-weight:normal;font-style:italic;
}
.visit .entry-title {border-bottom:1px dotted #89a385;padding:0 0 6px 0;}
.visit .intro-para {border-bottom:1px dotted #89a385;padding:6px 0 10px 0;clear:both;}
.whatson .entry-title {border-bottom:1px dotted #8a6b7c;padding:0 0 6px 0;}
.whatson .intro-para {border-bottom:1px dotted #8a6b7c;padding:6px 0 10px 0;clear:both;}
.historycollection .entry-title {border-bottom:1px dotted #8a6b7c;padding:0 0 6px 0;}
.historycollection .intro-para {border-bottom:1px dotted #8a6b7c;padding:6px 0 10px 0;clear:both;}
.getinvolved .entry-title {border-bottom:1px dotted #8a6b7c;padding:0 0 6px 0;}
.getinvolved .intro-para {border-bottom:1px dotted #8a6b7c;padding:6px 0 10px 0;clear:both;}
.aboutthetrust .entry-title {border-bottom:1px dotted #8a6b7c;padding:0 0 6px 0;}
.aboutthetrust .intro-para {border-bottom:1px dotted #8a6b7c;padding:6px 0 10px 0;clear:both;}

.visit h1 {}
#findus-link {float:right;width:200px;margin-top:-30px;top:0;right:0;}
#findus-link a {float:right;color:#97913e;text-decoration:none;font-size:1.3em;font-weight:bold;}

.visit #sub-pages-details, .whatson #sub-pages-details, .historycollection #sub-pages-details, .getinvolved #sub-pages-details, 
.aboutthetrust #sub-pages-details {
	margin:0;padding:0;list-style:none;
}
.visit #sub-pages-details li, .whatson #sub-pages-details li, .historycollection #sub-pages-details li, .getinvolved #sub-pages-details li, 
.aboutthetrust #sub-pages-details li {
	padding:0;list-style:none;width:230px;float:left;padding:0 39px 20px 0;margin-bottom:0px;
}
.visit #sub-pages-details li, .whatson #sub-pages-details li, .historycollection #sub-pages-details li, .getinvolved #sub-pages-details li, 
.aboutthetrust #sub-pages-details li {}

ul#sub-pages-details li:nth-child(3), ul#sub-pages-details li:nth-child(7), ul#sub-pages-details li:nth-child(11) {padding-right:0px !important;}
ul#sub-pages-details .third {
	padding:0;list-style:none;width:770px;float:left;padding:0 0 20px 0;margin-bottom:20px;border-bottom:1px dotted #82918e;
}

.visit #sub-pages-details li h2 a {color:#89a385;text-decoration:none;margin:0 0 0 0;}
.visit #sub-pages-details li h2 a:hover {color:#89a385;text-decoration:underline;}
.whatson #sub-pages-details li h2 a {color:#8a6b7c;text-decoration:none;margin:0 0 0 0;}
.whatson #sub-pages-details li h2 a:hover {color:#8a6b7c;text-decoration:underline;}
.historycollection #sub-pages-details li h2 a {color:#8a6b7c;text-decoration:none;margin:0 0 0 0;}
.historycollection #sub-pages-details li h2 a:hover {color:#8a6b7c;text-decoration:underline;}
.getinvolved #sub-pages-details li h2 a {color:#8a6b7c;text-decoration:none;margin:0 0 0 0;}
.getinvolved #sub-pages-details li h2 a:hover {color:#8a6b7c;text-decoration:underline;}
.aboutthetrust #sub-pages-details li h2 a {color:#8a6b7c;text-decoration:none;margin:0 0 0 0;}
.aboutthetrust #sub-pages-details li h2 a:hover {color:#8a6b7c;text-decoration:underline;}

.visit .sub-pages-details-link, .whatson .sub-pages-details-link, .historycollection .sub-pages-details-link, .getinvolved .sub-pages-details-link, 
.aboutthetrust .sub-pages-details-link {
	color:#97913e;text-decoration:none;
}
.visit a:hover.sub-pages-details-link, .whatson a:hover.sub-pages-details-link, .historycollection a:hover.sub-pages-details-link, 
.getinvolved a:hover.sub-pages-details-link, .aboutthetrust a:hover.sub-pages-details-link {
	color:#97913e;text-decoration:underline;
}
.visit .sub-pages-details-end, .whatson .sub-pages-details-end, .historycollection .sub-pages-details-end, .getinvolved .sub-pages-details-end, 
.aboutthetrust .sub-pages-details-end {
	padding-right:0px !important;
}

#languages-menu {float:right;padding: 10px 0;}
#languages-menu ul, #languages-menu ul li {padding:0px;margin:0px;display:inline}
#languages-menu li a {color:#899a51;text-decoration:none;padding:0 0 0 10px;}
#languages-menu li a:hover {color:#899a51;text-decoration:underline;}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
.container-shop{
/* overflow: hidden; */
width: 770px !important;
}
.container-shop .hentry {
	margin-bottom:20px !important;
}
.container-shop #content h3{
	display:none;
}
.container-shop .banner-shop {
    width: 758px !important;
	background:#d0d6ba;
	overflow:hidden;
}
.container-shop .banner-shop img{
	float:left;
	padding:0 10px 0 0;
}
.container-shop p {
    font-size: 12px;
    margin-bottom: 0 !important;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.shop-crumbtrail { 
	position:absolute;
	left:0px;
	top:-35px;
	background:#FFF;
	padding:5px 200px 5px 20px;
	color:#655c69; }
.shop-crumbtrail a { color:#899a51; }
.shop-crumbtrail a:hover { color:#899a51; }
.wpsc_categorisation_group{
	width:189px;
	float:left;
    padding-bottom: 20px;
}
.wpsc_categorisation_group ul{
	list-style:none;
}
.wpsc_categorisation_group ul li a{
    color: #899A51;
    float: left;
    text-align: center;
    width: 160px !important;
}
.productcol p, .productcol-single p{
	font-size:11px;
}
.depro_add{

}
.left-shop .widget_nav_menu, .left-shop .widget_text, .left-shop .widget_meta,
.widget-container.widget_links {
    background: none repeat scroll 0 0 #D0D6BA;
    overflow: hidden;
	width: 175px !important;
	padding: 0 10px 0 0;
	margin: 0;
}

.left-shop .widget_meta ul, .widget-container.widget_links  ul { list-style: none;}
.widget-container.widget_links  ul  {}
.widget_meta ul {padding:10px 0 0 0;}
#menu-shop{
	margin-bottom:-1px !important;
    margin-top: -1px !important;
}
.left-shop ul{ margin: 0 0 0 10px; }
#menu-shop li{
	line-height:1.50em;
	list-style:none;
	border-bottom:1px solid #e3e6d6;
	font-size:12px;
}
#menu-shop li.current-wpsc_product_category-ancestor,#menu-shop li:hover{
	font-weight:bold;
}
#menu-shop li a, .widget_meta a {
	text-decoration:none !important;
	color:#4b4b4a;

}
.widget_meta ul {
	padding: 10px 0 0 0;
}
.widget_meta li {
	padding: 0 0 10px 0;
}

.widget_meta a:hover {
	text-decoration:underline;
}
.left-shop .widget-container{
	margin:0px !important;
}
.container-shop #content{
//	overflow:hidden;
    padding-left: 12px;
}
.container-shop .wpsc-product{
//    overflow: hidden;
}
.container-shop .wrap{
//    overflow: hidden;
}
.container-shop .default_product_display{
    float: left;
    min-height: 350px;
    overflow: hidden;
    width: 169px;
    text-align: center;
}

.container-whats-on .smallwonder {
    border:0px solid #ccc;
    min-height: 320px !important;
}

.container-whats-on .workshops {
    border:0px solid #ccc;
    min-height: 360px !important;
}

.page-id-40 #main, .tax-wpsc_product_category #main, .single-wpsc-product #main, .wpsc-shopping-cart #main {
    border-top: 1px dotted #D0D6BA;
    margin-top: 23px;
    padding: 0 !important;
}

.left-shop .widget_text, .left-shop .widget_meta,
.widget-container.widget_links {
    margin-top: 17px !important;
}
.left-shop .widget_text h3, .left-shop .widget_meta h3,
.widget-container.widget_links h3 {
    background: none repeat scroll 0 0 #B8C296;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 180px;
	padding-left:10px;
}
.left-shop .textwidget{
    font-size: 12px;
    padding: 4px 11px 11px;
}
.wpsc_default_product_list .prodtitle{
    padding: 0;
	margin: 0;
	text-align: center;
}
.wpsc_default_product_list .prodtitle a{
    color: #899A51 !important;
    font-size: 11px;
    text-align: center;
    text-decoration: underline;
}
.default_product_display .productcol {
	width: 100%;
	text-align: center;	
}


.wpsc_buy_button_container{

}
.default_product_display .wpsc_buy_button_container, #content .default_product_display .wpsc_buy_button_container, .single_product_display form.product_form .wpsc_buy_button_container, #content .single_product_display form.product_form .wpsc_buy_button_container {
	text-align:center !important;
}
.default_product_display .wpsc_product_price p, #content .default_product_display .wpsc_product_price p{
	font-weight:bold !important;
}
.default_product_display div.wpsc_loading_animation{
	margin-top:0px !important;
}
.entry-content input {
	margin:0px !important;
}
.imagecol{
	min-height:210px;
}

.imagecol-single {
	float: left;
	background: #FFF;
	padding: 1px !important;
    /* border: 1px solid #899a51 !important;	 */
}

.wpsc_buy_button_container input[type='submit']{
    background: url("images/submit.jpg") repeat scroll 0 0 transparent;
    color: white;
    cursor: pointer;
    font-size: 10px !important;
    font-weight: bold;
    height: 28px;
    line-height: 24px;
    text-align: center;
    width: 122px;
}
.single_product_display .product_description, .single_product_display .single_additional_description {
    font-size: 1.5em !important;
    line-height: 1.1em;
    margin: 0 0 10px 0;
    padding: 0;
}
.single_product_display .product_description p, .single_product_display .single_additional_description p {
    font-size: 0.70em !important;
    line-height: 1.2em;
    margin: 0 0 10px 0;
    padding: 0;
}
.basket-top{
    float: right;
	margin: -33px 0 0 0;
	height:30px;
	background:url("images/bg.jpg") repeat-x  0px -100px;
}
.shopping-cart-wrapper .empty {
    margin-top: 6px !important;
}
.basket-top p{
	font-family: GillSansWGL;
    font-size: 12px;
}
.basket-top p a{
	color:#8c9d56;
}
#checkout_page_container {
    width: 770px !important;
}
#content #checkout_page_container table.checkout_cart tr.product_row td.wpsc_product_name {
    padding-left: 20px;
    width: 310px !important;
}
#content #checkout_page_container table.checkout_cart tr.product_row td.wpsc_product_name a{
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.wpsc_checkout_table input,.wpsc_checkout_table textarea,.wpsc_checkout_table select{
	width:220px !important;
}
.wpsc_checkout_table td{
	padding: 5px 0px !important;
}
.wpsc_checkout_table  label {
    float: right !important;
}
.wpsc_product_price .pricedisplay{
	font-weight:bold;
}
#wpsc_shopping_cart_container  .wpsc_email_address{
    margin-left: 27px;
}
#wpsc_shopping_cart_container  .wpsc_email_address input{
	width:220px;
}
#wpsc_shopping_cart_container  input.custom_gateway{
	width:20px !important;
}
#wpsc_shopping_cart_container  div.custom_gateway{
    float: left;
    margin-left: 212px;
    overflow: hidden;
    width: 226px;
	padding:5px 0px;
}
#wpsc_shopping_cart_container  div.custom_gateway label{
	float:left !important;
}
table.table-4{
	border-top:2px solid #d3d3d3 !important;
}	
td.wpsc_totals {
	font-family: GillSansWGL;
    font-size: 23px;
	text-align: right;
}
.wpsc_make_purchase{
	margin-top:40px;
	text-align: right;
}
td.wpsc_totals2{
}
#checkout_page_container input[type='submit']{
    background: url("images/submit.jpg") repeat scroll 0 0 transparent;
    color: white;
    cursor: pointer;
    font-size: 10px !important;
    font-weight: bold;
    height: 28px;
    line-height: 24px;
    text-align: center;
    width: 105px;
}
.container-shop a img {
	background: #FFF;
	padding: 1px !important;
    /* border: 1px solid #899a51 !important; */
}
.wpsc-product h1{
	font-weight:normal !important;
	color:#454545 !important;
	padding-top:10px;
}

.container-shop .default_product_display .imagecol {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.container-shop  .default_product_display .wpsc_product_price {
    display: inline-block;
    font-size: 16px;
    margin-bottom: -5px !important;
    padding: 5px;
    text-align: center;
}
.single-wpsc-product  .wpsc-product{
	padding-left:20px;

}
.single-wpsc-product #single_product_page_container {
    width: 590px !important;
}
.single-wpsc-product .productcol {}
.single-wpsc-product .wpsc_buy_button_container .wpsc_buy_button{
	float:left;
}
.wpsc-breadcrumbs {
    background: #FFF;
    left: -192px;
    padding: 3px 150px 2px 10px;
    position: absolute;
    top: -80px;
}
.wpsc-breadcrumbs a{
    color: #899A51;
}
#wpsc_categorisation-3 .widget-title{
	display:none;
}
.left-shop .current-menu-item a{
	font-weight:bold;
}
.shopping-cart-wrapper .shoppingcart{
	height:15px !important;
}
.checkout_add{
	float:right;
    background: url("images/submit.jpg") repeat scroll 0 0 transparent;
    color: white;
    cursor: pointer;
    font-size: 10px !important;
    font-weight: bold;
    height: 28px;
    line-height: 24px;
    text-align: center;
    width: 105px;
}
.tongleslide{
	margin-bottom:20px;
}
.wpsc_buy_button_container input{
  text-transform: uppercase;
}
.logged-in{
}
.logged-in .menu-item-2290{
	display:block !important;
}
.menu-item-2290{
	display:none;
}
#meta-2{
    background: none repeat scroll 0 0 #D0D6BA;
    float: left;
    margin-top: 15px !important;
    overflow: hidden;
    padding-right: 15px;
    width: 175px !important;	
}
#meta-2 h3 {
    background: none repeat scroll 0 0 #B8C296;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 180px;
}
#meta-2 ul{
    list-style: none outside none;
    margin-top: 6px;
}
#meta-2 ul li a{
	text-decoration:none;

}
#meta-2 ul li{
	padding:5px 0px;
}

.widget_recent_entries ul li { margin: 0 0 5px 0; }

/* What's On Pages
--------------------------------------------------- */

/* Pragmatic changes to what's on page 2014 */
body.page-template-template_whatson-php .thethe_image_slider.none {
	background-image: url('http://www.charleston.org.uk/wp-content/uploads/2014/03/ch25.jpg') !important;
}

body.page-template-template_whatson-php .thethe_image_slider.none .thethe-image-slider-loader{
	display: none;
}

/* END Pragmatic changes to what's on page 2014 */

.left-whats-on .widget_nav_menu, .left-whats-on .widget_text, .left-whats-on .widget_meta, .left-whats-on .widget-container .widget_links  {
    background: none repeat scroll 0 0 #ecc551;
    overflow: hidden;
	width:175px !important;
	padding: 0 15px 0 0;
	margin: 0 0 17px 0;	
	color: #333;
}

.left-whats-on .widget_meta ul { list-style: none;}
.left-whats-on ul { margin: 0 0 0 10px; }
.left-whats-on .widget_text h3, .left-whats-on .widget_meta h3, .widget-container .widget_links h3 {
    background: none repeat scroll 0 0 #deba4d;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 180px;
	padding-left:10px;
	color: #333;
}
.left-shop .textwidget{
    font-size: 12px;
    padding: 4px 11px 11px;
}
#menu-events { margin-bottom:-1px !important; margin-top: -1px !important; }

#menu-events li {
	line-height:1.50em;
	list-style:none;
	border-bottom:1px solid #f0eef5;
	font-size:12px;
}

#menu-events li.current-wpsc_product_category-ancestor, #menu-events li:hover{
	font-weight:bold;
}

#menu-events li a { text-decoration:none !important; color:#333; }
.left-whats-on .widget-container { margin:0px !important; }
.left-whats-on .current-menu-item a, .left-whats-on .current_page_item a { font-weight:bold; }
.left-whats-on .textwidget a, .left-whats-on .widget_meta .myaccount li a {color:#333 !important;}

.container-whats-on { width: 770px !important; }
.container-whats-on .hentry { margin-bottom:20px !important; }
.container-whats-on #content h3 { display:none; }
.container-whats-on .banner-whats-on {
	position:relative;
    width: 758px !important;
	background:#ecc551;
	overflow:hidden;
	height: 215px;
}

.container-whats-on #content { padding-left: 12px; }

.container-whats-on .banner-whats-on p {
	color: #333;
    font-size: 12px;
    margin-bottom: 0 !important;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.container-whats-on .entry-content { padding-top: 0px;}

.container-whats-on .default_product_display{
    float: left;
    min-height: 350px;
    overflow: hidden;
    width: 169px;
	text-align: center;
}

.container-whats-on .wpsc_top_level_categories a {color:#333;text-transform:uppercase;}
.container-whats-on .wpsc_top_level_categories li {height:240px;}
.container-whats-on .prodtitle a {color:#333}

.container-whats-on .wpsc_buy_button_container input[type='submit']{background: url("images/submit-what.gif") repeat scroll 0 0 transparent;}
.container-whats-on .wpsc_quantity_update {padding: 8px;background: #ecc551;color: #333 !important;position: relative;}
.container-whats-on .wpsc_quantity_update strong {font-weight: bold;color:#333;}
.container-whats-on .wpsc_variation_forms {padding: 8px 8px 0 8px;background: #ecc551;color: #333 !important;position: relative;}
.container-whats-on .wpsc_variation_forms label {background: #ecc551;color: #333 !important;}

ul#catergory-whats-on { margin: 0; margin: 0 8px; list-style: none; float: left;}
ul#catergory-whats-on li { width: 185px; text-align: center; float: left; margin: 20px 0 0 0;}
ul#catergory-whats-on li img { text-align: center; padding: 0 10px;}

#whats-on-welcome { position:absolute; top: 0; right:0; width: 255px; padding: 10px 10px 0 5px;color:#333;}
#whats-on-welcome strong {color:#333;}

.left-whats-on .widget_text, .left-whats-on .widget_meta, .widget-container .widget_links { margin-top: 17px !important;}
.left-whats-on .widget-container .textwidget {padding: 5px 10px;}

.thethe_image_slider {float: left; background: #b2abcc !important; margin: 0; padding: 0; border: 0px !important;}
.thethe_image_slider img {margin: 0; padding: 0;border: 0px !important; background: #b2abcc !important;}
.white-square-2 { border: 0px !important; background: #b2abcc !important;}

.container-whats-on .wpsc_buy_button {color:#333;}

/* Festival Pages
--------------------------------------------------- */

#festivals-charleston {float:left;width:471px;}
#festivals-smallwonder {float:right;width:471px;border-left:1px dashed #929395;padding:0 0 0 8px;}
#festivals-charleston a {color:#f35c45;textdecoration:underline;font-weight:bold;}
#festivals-smallwonder a {color:#ba0587;textdecoration:underline;font-weight:bold;}
#festivals-charleston img, #festivals-smallwonder img {padding:0 0 10px 0}

/* Plugins
--------------------------------------------------- */

.w4_post_list {margin:0;padding:0}
.w4_post_list ul {margin:0 0 15px 0;padding:10px 0 0 0}
.w4_post_list ul li {border-top: 1px solid #89a385;margin:0 0 15px 0;list-style: none;padding:10px 0 0 0}
.w4_post_list ul li h2 {padding:0;margin:0}
.w4_post_list .post_excerpt {padding:0;margin:0}

.w4_cat_list ul li{
    padding: 0 0 3px;
    margin: 3px 0 0;
    border-top: none;
    border-bottom: 1px solid #89a385;
}

/* Drop Down / Left Side Menu
--------------------------------------------------- */
.sub_menu, .widget_nav_menu {background-color: #CFCBD1;}
.subnavlist, .widget_nav_menu ul.menu {margin: 0px;padding: 5px 10px 10px 10px;}
.subnavlist li, .widget_nav_menu ul.menu li {
	line-height: 150%;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
	font-size:0.8em;
	text-transform:uppercase;
	float:none;
}
.subnavlist ul.children, .widget_nav_menu ul.menu ul.sub-menu {display:none;margin-bottom:10px;}

.subnavlist li.current_page_parent > ul.children,
.subnavlist li.current_page_item > ul.children,
.widget_nav_menu ul.menu .current-menu-item ul.sub-menu,
.widget_nav_menu ul.menu .current_page_item ul.sub-menu,
.widget_nav_menu ul.menu .current-page-ancestor ul.sub-menu,
.widget_nav_menu ul.menu .current-menu-ancestor ul.sub-menu,
.widget_nav_menu ul.menu .current-menu-parent ul.sub-menu,
.widget_nav_menu ul.menu .current_page_parent ul.sub-menu,
.widget_nav_menu ul.menu .current_page_ancestor ul.sub-menu {
	display:block;
}
.subnavlist > li, .subnavlist li, .widget_nav_menu ul.menu li, .widget_nav_menu ul.menu > li {
	position:relative;
}
.subnavlist li li, .widget_nav_menu ul.menu ul.sub-menu li {
	font-size:1em;
	padding: 4px 0px 0px 13px;
	margin: 0px 0px 0px -13px;
	border-bottom: 0px;
	background: url(images/grandchild_arrow.png) no-repeat left 0;
}
.subnavlist li a, .widget_nav_menu ul.menu li a {
	text-decoration: none;
	display:block;
	padding: 0.5em;
}
.subnavlist li a:hover, .widget_nav_menu ul.menu li a:hover { 
	text-decoration: underline; 
	cursor:pointer;
}
.subnavlist .submenu_loaded li a{
	padding: 2px;
}
.subnavlist li li a, .widget_nav_menu ul.menu li li a{
	padding:0;
	background:none;
}
.subnavlist li li a:hover, .widget_nav_menu ul.menu li li a:hover{
	cursor:pointer;
	background:none !important;
	text-decoration:underline;
}
#left_sidebar .menu-nav_menu-container {
	width:auto;
	}
/* Sidebar Images CSS */
.ci_images{
	width:160px;
	}
.ci_images img{
	width:160px !important;
	}
.ci_images_left{
	}
.ci_images_right{
	}

/* Search
--------------------------------------------------- */

#search_form {padding:0;color: #FFF;font-size: 0.9em;font-weight:bold;text-decoration: none; text-align:right;width:176px;}
#search_form #s {
    right: 9px;
    position: relative;
	text-align:right;
	width:151px;
	height:21px;
	padding:0;
	border:none;
	background:transparent;
	box-shadow: none;
}
#search_form #searchsubmit {width:25px;height:21px;padding:0px;border:none;background:transparent;cursor:pointer;text-indent:-9999px;}
.searchinput {
	width: 151px;
	height: 21px;
	float: right;
	border: 1px solid #ccc;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	margin-top: 16px;
}
.searchsubmit {width:25px;height:0;float:left;}

/* Home Page
--------------------------------------------------- */

#homepage-upper-area {height:360px;margin:0 0 15px 0;}
#homepage-lower-area {margin:0 0 15px 0;}

#homepage-slider {position:relative;float:left;width:720px;height:360px;}
#homepage-slider-text {position:absolute;left:20px;bottom:0px;z-index:200;}
#homepage-slider-text p {padding:0;margin:0 0 20px 0;}
.slider-title {
	color:#FFF;
	text-transform:uppercase;
	font-family: GillSansWGL;
	font-size:3.80em;}
.slider-dates {
	color:#FFF;
	font-family: GillSansWGL;
	font-size:2.50em;}

#homepage-content {float:left;width:226px;height:348px;background:#a09ca8;color:#FFF;padding:12px 0 0;margin:0 0 0 14px;font-size:1.2em;line-height:1.4em;}
#homepage-content a {color:#FFF;}
#homepage-content p {padding: 0 12px 0;}
#homepage-content img {max-width: 100%}

#homepage-lower-area-left {float:left;width:213px;height:429px;background:#a48193;color:#FFF;padding:12px;}

#homepage-lower-area-right {float:left;width:723px;}
#homepage-lower-area-right ul {margin:0;padding:0;}
#homepage-lower-area-right ul li {margin:0 0 15px 15px;padding:0;width:226px;height:219px;float:left;list-style:none;color:#FFF;}
#homepage-lower-area-right ul li a {text-decoration:none;}
#homepage-lower-area-right ul li h4 {
	margin: 0;
	padding: 14px 12px 5px 12px;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 100;
	font-family: GillSansWGL;
}
#homepage-lower-area-right ul li p {margin:0;padding:0 12px 11px 12px;}

#homepage-plan h2 {
	color: #f3e9a0;
	font-family: GillSansWGL;
	font-size: 1.80em;
	background: url(images/background-arrow-plan-visit.png) no-repeat right top;
	text-transform: uppercase;
	padding: 4px 0 8px 0;
	border-bottom: 1px dotted #e8dfe4;
	margin: 0 0 10px;
	font-weight: normal;
}
#homepage-plan h2 a {color:#f3e9a0;text-decoration:none;}
#homepage-plan h2 a:hover {text-decoration:underline;}
#homepage-plan p {padding:0;margin:0 0 10px 0;color:#FFF;line-height:1.3em;}
#homepage-plan p strong {color:#FFF;}

/* #homepage-dates h3 {color:#fedea8;font-family:'gill_sans_lightregular';font-size:1.40em;border-top:1px dotted #e8dfe4;text-transform:uppercase;padding:60px 0 0 0;} */
#homepage-dates h3 {
	color:#fedea8;
	font-family: GillSansWGL;
	font-size:1.40em;
	border-top:1px dotted #e8dfe4;
	text-transform:uppercase;
	padding:10px 0;
}

/* =CALENDAR Pages
-------------------------------------------------------------- */

.calendartemplate {}
.calendartemplate .entry-title, .calendartemplate h3 {border-bottom:1px dotted #8f8a97;padding:0 0 6px 0;margin:0;}
.calendartemplate .days-names {text-transform:uppercase}

table.em-calendar, table.em-calendar td {border:4px solid #FFF !important;}

table.em-calendar td {padding:10px 5px !important;width:130px !important;}
.calendartemplate .days-names tr, .calendartemplate .days-names td {padding-top:0px !importnat}

.fullcalendar .eventless-pre,
.fullcalendar .eventless,
.fullcalendar .eventful,
.fullcalendar .eventless-post ,
.fullcalendar .eventless-today {}

.fullcalendar-days {padding:0 0 5px 0;border-bottom:1px dotted #8f8a97;font-size:1.8em;}
.fullcalendar-days a {color:#97913e !important;text-decoration:none;}

.fullcalendar .eventless-today {background:#8f8a97 !important;}
.fullcalendar .eventless-today .fullcalendar-days {color:#FFF !important;}
.fullcalendar .eventless-today .fullcalendar-days {border-bottom:1px dotted #FFF;}

.fullcalendar .eventful ul, .fullcalendar .eventful-today ul, .fullcalendar .eventful-post ul, .fullcalendar .eventless-pre ul, .fullcalendar .eventful-pre ul  {list-style:none;padding:0;margin:0;text-decoration:none;}
.fullcalendar .eventful ul li {margin:5px 0 0 0;padding:0 0 5px 0;line-height:1.2em;border-bottom:1px dotted #8f8a97;}
.fullcalendar .eventful ul li a {color:#97913e !important;text-decoration:none;}
.fullcalendar .eventful ul li a:hover {color:#97913e;text-decoration:underline;}

.fullcalendar .eventful-today .fullcalendar-days {border-bottom:1px dotted #FFF;}
.fullcalendar .eventful-today ul li {margin:5px 0 0 0;padding:0 0 5px 0;line-height:1.2em;border-bottom:1px dotted #FFF;}
.fullcalendar .eventful-today {background:#8f8a97 !important;}
.fullcalendar .eventful-today ul li a {color:#FFF !important;border-bottom:none;}
.fullcalendar .eventful-today ul li a:hover {text-decoration:underline;}
.fullcalendar .eventful-today a {color:#FFF !important;text-decoration:none;font-weight:normal !important;}
.fullcalendar .eventful-today a:hover {text-decoration:underline;}
.fullcalendar .eventful-today a {color:#FFF !important;text-decoration:none;font-weight:normal !important;}

.fullcalendar .eventful-post, .fullcalendar .eventless-pre, .fullcalendar .eventful-pre {background:#f0f0f0;}
.fullcalendar .eventful-post .fullcalendar-days a, .fullcalendar .eventless-pre .fullcalendar-days a, .fullcalendar .eventful-pre .fullcalendar-days  a {text-decoration:none;}
.fullcalendar .eventful-post ul li, .fullcalendar .eventless-pre ul li, .fullcalendar .eventful-pre ul li {margin:5px 0 0 0;padding:0 0 5px 0;line-height:1.2em;border-bottom:1px dotted #8f8a97;}
.fullcalendar .eventful-post ul li a, .fullcalendar .eventless-pre ul li a, .fullcalendar .eventful-pre ul li a {color:#97913e !important;border-bottom:none;text-decoration:none !important;}
.fullcalendar .eventful-post ul li a:hover, .fullcalendar .eventless-pre ul li a:hover, .fullcalendar .eventful-pre ul li a:hover {text-decoration:underline !important;}

#homepage-dates table.em-calendar {border:0px solid #a48193 !important;}
#homepage-dates table.em-calendar td {padding:2px 2px !important;border:2px solid #a48193 !important;}

#homepage-dates .eventless-today {}
#homepage-dates .eventful, #homepage-dates .eventful a {background:#f0e18b;color:#8f8a97;text-decoration:none;}
#homepage-dates .eventful-pre a {color:#cccccc;}

.calendartemplate .eventful-post, .calendartemplate .eventless-pre, .calendartemplate .eventful-pre {background:#f0f0f0;}
.calendartemplate .eventful-post .fullcalendar-days a, .calendartemplate .eventless-pre .fullcalendar-days a, .calendartemplate .eventful-pre .fullcalendar-days  a {text-decoration:none;}
.calendartemplate .eventful {background:#f0e18b;color:#8f8a97;text-decoration:none;}
.calendartemplate .eventful a {color:#a48193 !important;}
.calendartemplate .eventless-today {color:#FFF;}
.calendartemplate .eventful-today, .calendartemplate .eventless-today {background:#8f8a97 !important;}
.calendartemplate .eventful-today a:hover {text-decoration:underline;}
.calendartemplate .eventful-today a {color:#FFF !important;text-decoration:none;font-weight:normal !important;}

.calendartemplate .events-table {border:0px !important;}
.calendartemplate .events-table td {padding:10px 0 10px 0 !important;vertical-align:top;border:0px !important;}
.calendar-events-details {padding:0 0 0 20px;}
.calendar-events-details ul {padding:0;margin:0;list-style:none;}
.calendar-events-title {padding:0 0 10px 20px;font-size:1.3em;}
.calendar-events-title a {color:#97913e;text-decoration:none;}
.calendar-events-title a:hover {color:#97913e;text-decoration:underline;}
.calendar-events-time, .calendar-events-category {float:left;width:100px;padding:0 0 10px 0;}
.calendartemplate .events-table p {padding:0 0 0 20px;clear:both;}
.calendartemplate .events-table td {border-bottom:1px dotted #8f8a97 !important;}

.calendar-event-time {font-size:1.2em;}

/* FEB 2015 quick fix - hide add to basket buttons on workshops / masterclass page */

body.archive.tax-wpsc_product_category.term-workshops-masterclasses .wpsc_buy_button,
body.archive.tax-wpsc_product_category.term-events-performance .wpsc_buy_button,
body.archive.tax-wpsc_product_category.term-walks-talks-visits .wpsc_buy_button {
	display: none;
}

/* APR 2015 quick fix for shop page */

body.page-template-products_page ul.menu-shop-container,
body.page-template-products_page #wpsc_categorisation-6,
body.page-template-products_page #menu-shop-1{
	display: none;
}



