/*
Theme Name: Sussex Past
Theme URI: http://wilddogdesign.co.uk
Author: JP
Author URI: http://wilddogdesign.co.uk
Description: Sussex Past Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


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

body {
	padding: 0 2em;
}
#page {
	margin: 0em auto;
	width: 980px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 636px;
}
#content {
	padding-right: 15px;
	width: 655px;
	float:left;
}
#secondary {
	float: right;
	width: 292px;
}


/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 0;
	position: relative;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 0 0 0;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


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

body, input, textarea {
	color: #373737;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.2;
}
body {
	background: #ffffff;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	line-height: 22px;
	color:#000000;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 0 12px;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
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 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #9f9f9f;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 2px;
}
input#s {
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 12px;
	height: 8px;
	width: 130px;
	line-height: 1.2em;
	padding: 4px 4px 4px 4px;
	float:right;
}
input#searchsubmit {
/*	display: none; */
}

/* Links */
a {
	color: #9a004b;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


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

#branding {
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
	width:980px;

}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}

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

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

#menu-main_nav_menu .sub-menu{display:none; position:absolute; width:200px; left:-12px; top:21px; padding:10px 0; background-color:#000;}
#menu-main_nav_menu .sub-menu li{float:none; list-style:none; padding-top:8px; border-top:dashed 1px #fff; margin:8px;}
#menu-main_nav_menu .sub-menu li:first-child{padding-top:0px; border-top:none;}
#menu-main_nav_menu .sub-menu li a{display:block; float:none; background-color:#000; color:#fff; font-size:14px;}
#menu-main_nav_menu li:hover .sub-menu, #menu-main_nav_menu a li:active .sub-menu{display:block;}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	background-image:url(images/vertical-grey.gif);
	overflow: hidden;
	background-repeat: repeat-y;
}

.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	/*padding-right: 76px;*/
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-top: 5px;
}
.entry-title,
.entry-title a {
  font-family: "Times New Roman", Times, serif;
font-size: 17px;
font-style: italic;
line-height: 24px;
	color: #222;
	text-decoration: none;
  font-weight:normal;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #9A004B;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding-top: 15px;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	line-height: 22px;
	color:#000000;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
.widget.widget_tmm_googlemap_widget img {
	max-width:none; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}


/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 0 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0 0 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 30px;
	line-height: 40px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0 0 0 0;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
bottom: auto;
left: 590px;
position: absolute;
right: auto;
top: 22px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


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

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin:0;
	overflow: hidden;
	padding: 1.625em 8.9%;
	width:100%;
	height:auto;
	position:relative;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}

.error404 #main #searchform input[type=submit] {
	position:absolute;
	top:19px;
	right:30px;
}

.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


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

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 1.8em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: none;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 118px;
	float: right;
	height: 17px;
	font-size: 13px;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


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

#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #9f9f9f;
	padding: 10px 3px 0px 0px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	margin-right: 0px;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: right;
	margin-right: 0;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
	float:right;
}

#first{
	width:350px;
	float:left;
}

#third {

}

#third .widget{
	margin:0px;
}

#text-7 {
	float:right;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}


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

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}


/* NEW CSS ADDED BY JP
----------------------------------------------- */

/* MASTHEAD
----------------------------------------------- */

#logo { 
	width:98px;
	height:135px;
	float:left;
	padding: 14px 0px 0px 25px;
	margin-bottom: 10px;
}


#masthead { 
	width:430px;
	height:70px;
	background-color:#ffffff;
	float:left;
	padding: 35px 0px 0px 20px;
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	color:#9b004c;
}

#cpanel { 
	position:relative;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#000000;
	width:230px;
	height:91px;
	background-color:#e5e5e5;
	padding: 6px 0px 0px 12px;
	float:right;
	line-height: 1.625;
}

.pwfg {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:11px;
	color:#626262;
}

.sign {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.inputuser {
	width: 86px;
	height:12px;
}


#cpanel_menu li {
	float:left;
	padding: 0px 10px 0px 6px;
	line-height: 12px;
	list-style-type: none;
	display:inline;
	background-image:url(images/slash-grey.gif); /* divider */
	background-repeat:no-repeat;
	background-position:right;
}

#cpanel_menu li.last {
	float:left;
	padding: 0px 0px 0px 6px;
	background-image: none;
}

#login {
	float: left;
}

#submittriangle {
	margin: 4px 6px 0px 6px;
  background:url('images/triangle.png');
  width:13px;
  height:13px;
  background-repeat: no-repeat;
  border: 0px;
  vertical-align: top;
}

#cpanel_menu ul {
	margin: 0px 0px 0px 0px;
}

#cpanel_menu li.first {
	float:left;
	padding: 0px 10px 0px 0px;
}


#cpanel_menu li a {
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	color:#000000;
	text-decoration:none;
	font-style:normal;
}

#cpanel_menu li a:hover {
	color: #9f9f9f;
}

#signup_menu li {
	float:left;
	padding: 2px 5px 0px 5px;
	border-right: 1px solid #9f9f9f;
	line-height: 12px;
	list-style-type: none;
	display:inline;
	margin-top: 8px;
}

#signup_menu li.last {
	float:left;
	padding: 2px 0px 0px 5px;
	border-right: 0px solid #9f9f9f;
}

#signup_menu li.first {
	float:left;
	padding: 2px 5px 0px 0px;
}

#signup_menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-style:normal;
}

#signup_menu li a:hover {
	color: #9f9f9f;
}

#signupas {
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	color:#000000;
	text-decoration:none;
	font-style:normal;
	float:left;
	margin: 4px 10px 0px 0px;
}

#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}

#breadcrumbs a {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	font-weight: bold;
	color: #9a004b;
}

#image-spacer {
	margin-bottom: 10px;
}


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

#menu-categories { 
	float: right;
	height: 30px;
	margin-top: 3px;
}

.menu{
	list-style-type: none;
	display:inline;
}

#menu-main_nav_menu a {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color:#000000;
	text-decoration:none;
	padding: 0px 7px 0px 8px;
	float:right;
}

#menu-main_nav_menu {
	float:right;
}

#menu-main_nav_menu li {
	float: left;
	position:relative;
	margin: 0px 0px 0px 5px;
}

#menu-main_nav_menu li:hover {
	background-color: #000000;
	color: white;
}

#menu-main_nav_menu li:hover a {
	color: #fff;
}

#menu-item-35.current-page-ancestor a{
	background-color: white;
	color: black;
}

#menu-main_nav_menu li.current-menu-item a,#menu-main_nav_menu li.current-page-ancestor a{
	background-color: black;
	color: white;
}

#menu-main_nav_menu li.last {
	float: left;
	margin: 0px 0px 0px 0px;
}

#menu-main_nav_menu li.last a{
	padding-right: 4px;
}

#onepix {
	width: 835px;
	height: 1px;
	background-color:#9f9f9f;
	float:right;
	margin-top: 2px;
}

/**House menu home**/
ul.page-list-columns{
 width:100%;
}
ul.homehouselinks{
  list-style-type: none;
	display:inline;
  margin:0 0 0 0px;
  padding:0 0 0 0;
}
ul.homehouselinks li { float: left; margin: 0 15px 0 0;
}

/***************footer*******************/

#menu-footer_menu {
	list-style-type: none;
	display:inline;
}

#menu-footer_menu li {
	float:left;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #9f9f9f;
	line-height: 12px;

}

#menu-footer_menu li.last {
	float:left;
	padding: 0px 0px 0px 6px;
	border-right: 0px solid #9f9f9f;
}

#menu-footer_menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-style:normal;
}

#menu-footer_menu li a:hover {
	color: #9f9f9f;
}

#spfoot {
	width:150px;
	height:20px;
	padding: 0px 0px 0px 25px;
}


#text-3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9f9f9f;
	text-decoration:none;
	font-style:normal;
	float: right;
}

#text-3 a:hover {
	color:#000000;
}

#houselinks ul {
	margin: 0px 0px 0px 0px;
}


#houselinks {
	width: 978px;
	height: 14px;
	border-top: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	margin: 15px 0px 12px 0px;
	float: left;
	padding: 8px 0px 8px 0px;
}

#menu-houselinks li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12.9px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

#menu-houselinks li a:hover {
	color: #9f9f9f;
}

#menu-houselinks li {
	float:left;
	list-style-type: none;
	display: inline;
	background-image:url(images/slash.gif); /* divider */
	background-repeat:no-repeat;
	background-position:right;
	padding: 0px 8px 0px 3px;
}

#menu-houselinks li.last {
	background-image: none;
	padding: 0px 0px 0px 3px;
}



#menu-houselinks li.first {
	background-image:url(images/slash.gif); /* divider */
	background-repeat:no-repeat;
	background-position:right;
	padding: 0px 8px 0px 2px;

}

/***************SideBar*******************/

.sideline{
	height: 1px;
	width: 290px;
	margin: 5px 0px 12px 0px;
	background-color: #9f9f9f;
	float: left;
}

#google_translate_element {
	float: right;
	width: 265px;
	margin-bottom:8px;
}

#search {
	margin: 2px 0 0 0;
	float: left;
}

#googlelogo {
	float: right;
	margin-top: 0px;
}

.sidetitle {
	clear: both;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	line-height: 22px;
	color:#000000;
}

#textsize {
	position:absolute;
	right:252px;
	top:10px;
	width: 117px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
}

#textsize a.big {
	color:#9a004b;
	font-size:13px;
	margin-right: 5px;
}

#textsize a.bigger {
	color:#9a004b;
	font-size:15px;
	margin-right: 5px;
}

#textsize a.biggest {
	color:#9a004b;
	font-size:17px;
}

.quote {
	width: 270px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	line-height: 22px;
	color:#000000;
	padding: 0px 10px 0px 10px;
}

div.quote p{
margin-bottom: 0px;
}

.quotesub {
	width: 272px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 22px;
	color:#000000;
	padding: 0px 10px 0px 10px;
}

.maroon {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	background-color:#9a004b;
	font-style:normal;
	padding: 2px 5px 2px 5px;
	margin-right: 8px;
	color:#FFF;
}

.viewmap {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	font-weight: bold;
	color: #9a004b;
	float: right;
	margin: 0px 0px 10px 0px;

}

#searchform{
 float: right;
width: 170px;
}

#searchform #s{
 float:left;
}

#searchsubmitside {

  background:url('images/search-arrow.jpg');
  width:18px;
  height:18px;
  background-repeat: no-repeat;
  border: 0px;
  vertical-align: top;
  float:right;
}

.arrowright {
	width: 20px;
	height: 20px;
	float:right;
	margin: 0px 0px 8px 10px;
}

.arrowleft {
	width: 20px;
	height: 20px;
	margin: 8px 0px 10px 10px;
	float:left;
}

.eventwed {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
	float:left;
}

.event {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	font-weight: bold;
	color: #9a004b;
	margin: 10px 0px 10px 0px;
	float:left;
}


#eventtxt {
	width: 202px;
	height: 87px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 15px;
	color:#000000;
	padding: 0px 70px 0px 0px;
	margin: 10px 0px 5px 0px;
	background-image: url(images/knight.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

#membertxt {
	width: 182px;
	height: 57px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 15px;
	color:#000000;
	padding: 0px 90px 0px 0px;
	margin: 10px 0px 5px 0px;
	background-image: url(images/membership.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

#heritage {
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 15px;
	color:#000000;
	background-image: url(images/bust2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#heritagetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 15px;
	color:#000000;
	width: 200px;
	margin: 10px 0px 5px 0px;
}

#social {
	clear:both;
	width: 290px;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;	
}
#social a {
	margin-right: 3px;
}


/***************Side Bar Two*******************/

.sidelinetwo {
	height: 1px;
	width: 292px;
	margin: 10px 0px 12px 0px;
	background-color: #9f9f9f;
	float: left;
}

.featurebox {
	clear: both;
	background-image: url(images/vertical-grey2.gif);
	background-repeat: repeat;
	width: 292px;
	float: left;
	margin-top: 5px;
}

.leftfeature {
	float: left;
	width: 132px;
}

.rightfeature {
	float: right;
	width: 132px;
}

.featurepad {
	margin-bottom: 8px;
}

.featuretxt {
	height: 57px;
	width: 132px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 15px;
	color:#000000;
	padding: 0px 90px 0px 0px;
	margin: 10px 0px 5px 0px;
}
	


/***************Home Page Content*******************/

#ourproperties {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
	line-height: 24px;
}

#ourproperties a {
		color:#000;
}

#ourproperties a:hover {
		color:#9f9f9f;
}

.properties {
	margin: 6px 27px 0px 0px;
	float:left;
}

.propertieslast {
	margin: 6px 0px 0px 0px;
	float:left;
}


#homeline,
.homeline{
	height: 1px;
	width: 635px;
	margin: 15px 0px 15px 0px;
	background-color:#9f9f9f;
	float:left;
}

/***************Home Page Lower Columns*******************/


#newscontainer {
	width: 635px;
	background-image:url(images/news-container.gif);
	float:left;
}

#pny {
	font-family:"Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	width: 190px;
	height: 113px;
	background-image:url(images/near-you.jpg);
	padding: 8px 80px 10px 15px;
	line-height: 1.625;
}

#pnytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-style: normal;
}

#pnytext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9a004b;
	font-style: normal;
}

#pnyarrowleft {
	width: 20px;
	height: 20px;
	margin: 8px 0px 10px 10px;
	float:left;
}

.mainline{
	height: 1px;
	width: 290px;
	margin: 20px 0px 10px 0px;
	background-color:#9f9f9f;
	float:left;
}

#whatson {
	width: 290px;
	line-height: 22px;
	float: left;
}

#newscontainer .map-wrapper {
	width: 290px;
	line-height: 22px;
	float: left;
}

#newscontainer .map-wrapper h3 {
	margin-bottom:10px;
}

.burglink {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	font-weight:bold;
	color: #9a004b;
	float: right;
	font-style: normal;
}

.dottedline {
	height: 4px;
	width: 290px;
	margin: 8px 0px 4px 0px;
	background-image: url(images/dotted.gif);
}

.onitem {
	width: 290px;
}

.ontitle a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	width: 290px;
	color: #9a004b;
	text-decoration:none;
	line-height: 1.50;
}

.onitem li {
	list-style-type: none;
	display:inline;
}

.onitem li a {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	line-height: 12px;
	font-style: normal;
	color: #000000;
}

.onitem li {
	padding-right: 10px;
	line-height: 10px;
	margin-right: 10px;
	border-right: 1px solid #9f9f9f;
	list-style-type: none;
	display:inline;
	float:left;
}

.onitem li.last {
	border-right: 0px solid #9f9f9f;
}


#news {
	width: 290px;
	float: right;
}
.latestnews {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 20px;
	font-style: italic;	
}

.newsitem {
	width: 290px;
	float: right;
	margin-top: 12px;
	line-height: 18px;
}

.newstitle {
	display:block;
	margin-bottom:5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #9a004b;
	text-decoration:none;
}

.eventtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #9a004b;
	text-decoration:none;
}

.newsimage {
	float: left;
	margin: 4px 15px 0px 0px;
}

.newstext {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	line-height: 15px;
	font-style: normal;
	color: #000000;
}

.readmore {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	font-weight:bold;
	color: #9a004b;
}

#wedding {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color:#FFF;
	width: 268px;
	height: 49px;
	margin-top: 10px;
	background-image:url(images/wedding.jpg);
	padding: 50px 8px 10px 15px;
	float:left;
}

.wedtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9a004b;
	font-style: normal;
	float: left;
	margin-top: 8px;
}

/***************News *******************/

.news-preview {
	min-height: 140px;
	padding: 15px 0;
}

.news-preview .preview-image {
	max-width: 130px;
	position: absolute;
	right: 5px;
	top: 22px;
}

.news-preview .preview-image img {
	max-width: 100%;
	height: auto;
}

.preview-has-thumbnail {
	padding-right: 160px;
}

/***************Properties to discover *******************/

#maintitle {
	margin-top: 10px;
	border-top: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	width: 632px;
}


/***************Properties *******************/

#property_left_nav {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	width: 138px;
	float: left;
	margin: 10px 0px 0px 0px;
}

#property_right {
	width: 498px;
	float: right;
	margin: 10px 15px 0px 0px;
}

#property_maintitle {
	margin-top: 5px;
	border-bottom: 1px solid #9f9f9f;
	width: 498px;
}

.intropara {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	border-bottom: solid #9f9f9f 1px;
	margin-bottom: 18px;
	padding-bottom: 18px;
}


#property_left_nav ul, #property_left_nav ul li ul{
	margin: 0px 0px 6px 0px;
	list-style-type: none;
}

#property_left_nav a {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#000000;
	background-color:#ffffff;
	padding: 1px 0px 2px 2px;
	/*display:block; */
}

#property_left_nav a:hover{
	background-color: #000000;
	padding: 1px 2px 2px 2px;
	color: white;
}

#property_left_nav li {
	text-decoration:none;
	list-style-type: none;
	margin: 0px 8px 8px 0px;
	/*float: left;display: block;*/
}

#property_left_nav li ul li {
	text-decoration:none;
	display: block;
	margin: 0px 8px 8px 5px;
	float: left;
  width: 100%;
}

#property_left_nav li.current_page_ancestor a {
	background-color: black;
	padding: 1px 5px 2px 5px;
	color: white;
	/*display:block;*/
} 

#property_left_nav li.current_page_ancestor li a {
	color:#000000;
	background-color:#ffffff;
} 

#property_left_nav li.current-menu-item a {
	background-color: black;
	padding: 1px 5px 2px 5px;
	color: white;
	/*display:block;  */
}

#property_left_nav li.current-menu-item li a {
	color:#000000;
	background-color:#ffffff;
} 

#property_left_nav li ul li.current-menu-item a {
	background-color: black;
	padding: 1px 5px 2px 5px;
	color: white;
	display:block;
}


/***************Map Page / Our Locations*******************/

#map {
	width: 634px;
	height: 276px;
	margin-bottom: 20px;
	background-image:url(images/map-med.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #9f9f9f;	
}

.burg {
	color: #9A004B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#mapWelcome {
	width: 635px;
	height: 200px;
}

#mapAnne {
	width: 635px;
	height: 200px;
}

#maplabelAnne {
	position:absolute;
	left:248px;
	top:220px;
	z-index: 1;
}

#maplabelFishbourne {
	position:absolute;
	left: 4px;
	top: 245px;
	z-index: 2;
}

#maplabelCastle {
	position:absolute;
	left: 314px;
	top: 239px;
	z-index: 3;
}

#maplabelMarplins {
	position:absolute;
	left: 191px;
	top: 252px;
	z-index: 4;
}

#maplabelMichelham {
	position:absolute;
	left: 397px;
	top: 175px;
	z-index: 5;
}

#maplabelPriest {
	position:absolute;
	left: 296px;
	top: 112px;
	z-index: 6;
}

#maplabelBull {
	position:absolute;
	left:20px;
	top:195px;
	z-index: 7;
}

#maplabelLongman {
	position:absolute;
	left:400px;
	top: 263px;
	z-index: 8;
}
.mapimage {
	float: left;
}
.maptitle {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	line-height: 30px;
	color:#000000;	
}
.mapcopy {
	margin: 2px 25px 0px 0px;
	width: 410px;
	float: right;
}



/***************Properties to Discover *******************/


#propertyloop {
	list-style-type: none;
	display: inline;
	margin-bottom: 8px;
}

#propertyloop li {
	float: left;
	width: 197px;
	height: 320px;
	margin: 0px 18px 20px 0px;
}

#propertyloop li a {
	float: left;
	width: 197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#9a004b;
	margin: 10px 0px 10px 0px;
}

.proptitle {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	color:#000000;
}

.proparrow {
	vertical-align: top;
	margin: 0px 0px 0px 8px;
}

.propline {
    border-bottom: 1px solid #9F9F9F;
    height: 1px;
    margin: 10px 0px 10px 0px;
    width: 634px;
	float: left;
}

/***************Venue Hire *******************/

#venueloop {
	list-style-type: none;
	display: inline;
	margin-bottom: 8px;
}

#venueloop li {
	float: left;
	width: 197px;
	height: 350px;
	margin: 0px 18px 20px 0px;
}

#venueloop li a {
	float: left;
	width: 197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#9a004b;
	margin: 10px 0px 10px 0px;
}



	
/***************Events *******************/


.eventsline {
    border-bottom: 1px solid #9F9F9F;
    height: 1px;
    margin: 10px 0px 10px 0px;
    width: 634px;
	float: left;
}

#eventsheader{
font-family: "Times New Roman", Times, serif;
font-size:22px;
margin-bottom:10px;
}

#eventspermonth{
height: 25px;
clear:both;
}

#eventsmonth{
float:left;
width:60px;
}

#eventsmonth h2{
width:28px;
background:#000000;
color:#ffffff;
font-weight:bold;
padding:5px 5px 5px 5px;
margin-bottom: 2px;
}

#eventstitle{
 font-weight:bold;
 float:left;
 width:280px;
}

#eventshouse{
 float:left;width:180px;
}

#eventsdate{
 float:left;width:50px;
}

#eventsarrow{
 float:left;
 text-align:right;
 width:30px;
}

  /***date picker**/

/**Slideshow**/
.slideshow{
height:351px;
overflow:hidden;
}  


/**FORM**/

#payment {width:630px}
.form-item-content {width: 630px; margin-bottom:15px; padding-bottom:20px; padding-top:15px; border-top:solid #CCC 1px; clear:both}
.form-item-no-line {width: 630px; margin-bottom:5px; padding-bottom:20px; padding-top:10px; clear:both}
.form-item {width:500px; float:left; }
.cost {width:50px; float:right; text-align:right}
.radio {width:30px; float:left}
.text-enter {height:15px; float:left; width: 300px}
.text-post {height:15px; float:left; width: 100px}
.salu {width:70px; float:left}
.address-item {width:250px; float:left; height:15px}
.form-right {float:right; width:120px}
.numbered li { margin:0px 0px 5px 15px}
.numbered {list-style-type: decimal}

#payment .error{
clear: both;
display: block;
color: red;
margin-left: 250px;
}

#payment div.radio label.error {
clear: both;
color: red;
margin-left: 0px;
}
#payment div.radio input{
margin-left: 0px;
}
/**GENERAL**/
.entry-content li {
	margin-bottom:15px;
}

body #googlemaps{width:100%!important; height:300px!important;}
body #tribe-events-event-meta .column{width:100%;}
body #tribe-events-event-meta dd{margin-left:0px;}
media="all"
body #tribe-events-calendar-header, body .tribe-events-calendar, body #tribe-events-content .ical, body .events-single #content .ical, body a.gmap, body .tribe-events-event-list-meta td, body .tribe-events-nav, body #tribe-events-event-meta, body span.back,body .eventsListWidget .dig-in, body .eventsAdvancedListWidget .dig-in, body .gcal-add{font: 13px Arial, Helvetica, sans-serif;}

/*//////////////////////////////////////
Flex Slider
//////////////////////////////////////*/
/* == Slider == */
.flexslider-container {overflow:hidden; position: relative; width:635px; height:351px; margin-top:12px;}
.flexslider {width:635px; height:351px; margin: 0; padding: 0;}
.flexslider ul.slides{width:635px; padding:0px; margin:0px;}
.flexslider .slides li {display: none; position: relative; overflow:hidden; width:635px; height:351px; padding:0px; margin:0px;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.slider-content-container{position:absolute; left:0px; bottom:-1000px; width:615px; padding:12px 10px; font:italic normal 14px "Times New Roman", Times, serif; color:#FFFFFF; background:url('images/slider-content-background.png') left top;}
.slider-content p{display:inline;}
.slider-link{color:#fff; text-decoration:none;}

/* Direction Nav */
.flex-direction-nav li a.prev {}
.flex-direction-nav li a.next {}

/* Control Nav */
.flex-control-nav {position:absolute; right:15px; top:15px;} /* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flex-control-nav li {width:9px; height:9px; padding-left:5px; float:left; list-style:none;}
.flex-control-nav li:first-child{padding-left:0px;}
.flex-control-nav li a {display:block; width:9px; height:9px; background-color:#000000; text-indent:-1000em; cursor:pointer;}
.flex-control-nav li a.flex-active {background-color:#9A004B;}


.feed-title{margin-bottom:10px;}
.news-feed-item{margin-bottom:10px; margin-top:10px;}
.event-feed-item{padding:10px 0 0 0; border-top:dashed 1px #CECECE; margin-top:10px;}
.news-feed-item:first-child{margin-top:0;}
.event-feed-item:first-child{padding:0; border-top:none; margin-top:0;}

.clear{clear:both;}

#login ul{padding-left:0px; margin-left:0px;}
#login ul li{padding:4px; margin-right:10px; float:right; background-color:#DCDCDC; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; list-style:none;}
#login input[type=text],
#login input[type=password]{width:160px; height:18px; padding:2px; border:solid 1px #CCCCCC; background:url('images/form-background.jpg') left top repeat-x #fff;}
#login input[type=submit]{position:absolute; right:21px; bottom:12px; width:40px; height:18px; border: none; background:url('images/button-arrow.jpg') center center no-repeat #9A004B; text-indent:-1000em;}

.widget.widget_tmm_googlemap_widget{border-top:none;}
.google-map-container{padding:2px; border:solid 1px #CCCCCC; background-color:#fff;}
#map_canvas{width:286px; height:267px;}
.gm-title{
font-family: "Times New Roman", Times, serif;
font-size: 15px;
background-color: #9a004b;
font-style: normal;
padding: 2px 5px 2px 5px;
margin:10px 0 10px;
color: #FFF;}
.gm-directions{float:right;}

.widget{padding-top:12px; border-top:solid 1px #9f9f9f; margin:8px 0 0;}
.widget:first-child{padding-top:0px; border-top:none; margin-top:0px;}

.widget-content-wrapper{position:relative;cursor:pointer;}

.widget h3{margin-bottom:10px;}

.widget-cta{
position:absolute;
bottom:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #9a004b;
padding:3px 30px 3px 0;
margin: 10px 0px 10px 0px;
float: left;
background:url('images/search-arrow.png') right top no-repeat;
}

.widget .standard-image{float:right;}

.widget .background-image h3{position:absolute; top:10px; left:10px;}

.widget .background-image .widget-cta{position:absolute; bottom:10px; left:10px;}

.widget.light h3, .widget.light .widget-cta{color:#fff;}

.clear{clear:both;}

.widget.widget_search{height:40px; padding:10px 0; background-color:#E5E5E5;}
#searchform{width:259px; height:32px; margin-left:12px; float:none; padding:4px; background-color: #DCDCDC; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#searchform label{display:none;}
#searchform .field{width:220px; height:22px; border-left:solid 1px #CCCCCC; border-right:none; border-top:solid 1px #CCCCCC; border-bottom:solid 1px #CCCCCC; float:left; background:url('images/search-form-background.jpg') left top repeat-x #fff; moz-box-shadow:none; -webkit-box-shadow:none;}
#searchform .submit{width:30px; height:32px; float:left; border-left:none; border-right:solid 1px #CCCCCC; border-top:solid 1px #CCCCCC; border-bottom:solid 1px #CCCCCC; margin-top:2px; background:url('images/icon-magnifyingglass.jpg') left top repeat-x #fff; text-indent:-1000em; cursor:pointer; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}

#third .widget{border-top:none;}

footer#colophon{margin-bottom:10px;}

.nav-footer{float:left;}

.social-container{float:right;}
.social-container .social-title{float:left; font:italic normal 14px "Times New Roman", Times, serif; color:#99004B;}
.social-container a{display:block; width:16px; height:16px; margin-left:5px; float:right; background:url('images/icon-social-flickr.jpg') left top no-repeat;}
.social-container a.twitter{background:url('images/icon-social-twitter.jpg') left top no-repeat;}
.social-container a.youtube{background:url('images/icon-social-youtube.jpg') left top no-repeat;}

.events-list .titles-container{margin-top:20px;}
.events-list .event-month.placeholder{width:28px; float:left; background:transparent; padding: 5px 5px 5px 5px; margin:0 20px 2px 0;}
.events-list .title-title{float: left; width:280px; font-family: "Times New Roman", Times, serif; font-size: 22px; margin-bottom: 10px;}
.events-list .title-location{float: left; width:180px; font-family: "Times New Roman", Times, serif; font-size: 22px; margin-bottom: 10px;}
.events-list .title-date{float: left; width:50px; font-family: "Times New Roman", Times, serif; font-size: 22px; margin-bottom: 10px;}

.events-list .custom-event-wrapper{height:25px;}
.events-list .custom-event-wrapper .event-month{width:28px; float:left; background: #000000; color: #ffffff; font-weight: bold; padding: 5px 5px 5px 5px; margin:0 20px 2px 0;}
.events-list .custom-event-wrapper .event-month.placeholder{width:28px; float:left; background:transparent; padding: 5px 5px 5px 5px; margin:0 20px 2px 0;}
.events-list .custom-event-wrapper .title{width:280px; float:left;}
.events-list .custom-event-wrapper .title h2{margin:0px; font-size: 18px; font-weight: bold; line-height: 1em; padding: 0; font-family: "Times New Roman", Times, serif;}
.events-list .custom-event-wrapper .venue{width:180px; float:left;}
.events-list .custom-event-wrapper .date{width:50px; float:left; text-align:right;}

.page-id-1085 #tribe-events-content{padding:1px 0px;}

.page-id-1085 .titles-container{margin-top:20px;}
.page-id-1085 .event-month.placeholder{width:28px; float:left; background:transparent; padding: 5px 5px 5px 5px; margin:0 20px 2px 0;}
.page-id-1085 .title-title{float: left; width:280px; font-family: "Times New Roman", Times, serif; font-size: 22px; margin-bottom: 10px;}
.page-id-1085 .title-location{float: left; width:180px; font-family: "Times New Roman", Times, serif; font-size: 22px; margin-bottom: 10px;}
.page-id-1085 .title-date{float: left; width:50px; font-family: "Times New Roman", Times, serif; font-size: 22px; margin-bottom: 10px;}

.page-id-1085 .custom-event-wrapper{height:25px;}
.page-id-1085 .custom-event-wrapper .event-month{width:28px; float:left; background: #000000; color: #ffffff; font-weight: bold; padding: 5px 5px 5px 5px; margin:0 20px 2px 0;}
.page-id-1085 .custom-event-wrapper .event-month.placeholder{width:28px; float:left; background:transparent; padding: 5px 5px 5px 5px; margin:0 20px 2px 0;}
.page-id-1085 .custom-event-wrapper .title{width:280px; float:left;}
.page-id-1085 .custom-event-wrapper .title h2{margin:0px; font-size: 18px; font-weight: bold; line-height: 1em; padding: 0; font-family: "Times New Roman", Times, serif;}
.page-id-1085 .custom-event-wrapper .title h2 a{font-size: 17px; font-weight: bold; line-height: 1em; font-family: "Times New Roman", Times, serif;}
.page-id-1085 .custom-event-wrapper .venue{width:180px; float:left;}
.page-id-1085 .custom-event-wrapper .date{width:50px; float:left; text-align:right;}

.page-id-1087 #tribe-events-content{padding:1px 0px;}

.page-id-1087 .titles-container{margin-top:20px;}
.page-id-1087 .event-month.placeholder{width:28px; float:left; background:transparent; padding: 5px 5px 5px 5px; margin:0 20px 2px 0;}
.page-id-1087 .title-title{float: left; width:280px; font-family: "Times New Roman", Times, serif; font-size: 22px; margin-bottom: 10px;}
.page-id-1087 .title-location{float: left; width:180px; font-family: "Times New Roman", Times, serif; font-size: 22px; margin-bottom: 10px;}
.page-id-1087 .title-date{float: left; width:50px; font-family: "Times New Roman", Times, serif; font-size: 22px; margin-bottom: 10px;}

.page-id-1087 .custom-event-wrapper{height:25px;}
.page-id-1087 .custom-event-wrapper .event-month{width:28px; float:left; background: #000000; color: #ffffff; font-weight: bold; padding: 5px 5px 5px 5px; margin:0 20px 2px 0;}
.page-id-1087 .custom-event-wrapper .event-month.placeholder{width:28px; float:left; background:transparent; padding: 5px 5px 5px 5px; margin:0 20px 2px 0;}
.page-id-1087 .custom-event-wrapper .title{width:280px; float:left;}
.page-id-1087 .custom-event-wrapper .title h2{margin:0px; font-size: 18px; font-weight: bold; line-height: 1em; padding: 0; font-family: "Times New Roman", Times, serif;}
.page-id-1087 .custom-event-wrapper .title h2 a{font-size: 17px; font-weight: bold; line-height: 1em; font-family: "Times New Roman", Times, serif;}
.page-id-1087 .custom-event-wrapper .venue{width:180px; float:left;}
.page-id-1087 .custom-event-wrapper .date{width:50px; float:left; text-align:right;}

.nav-footer ul li ul.sub-menu{display:none;}

#property_left_nav .property-social-container{margin-bottom:25px;}
#property_left_nav .property-social-container .social{width:24px; height:24px; float:left; padding:0px; margin-right:5px; background:url('images/facebook-24x24.png') left top no-repeat;}
#property_left_nav .property-social-container .social:hover, #property_left_nav .property-social-container .social:active{background-color:transparent; padding:0px; margin-right:5px;}
#property_left_nav .property-social-container .social.twitter{background:url('images/twitter-24x24.png') left top no-repeat;}
#property_left_nav .property-social-container .social.flickr{background:url('images/flickr-24x24.png') left top no-repeat;}
#property_left_nav .property-social-container .social.youtube{background:url('images/youtube-24x24.png') left top no-repeat;}

.tribe-events-calendar-buttons a{float:left;}
.event-location-filter{float:left; margin:21px 0 24px 10px; padding:0 9px;}

.widget_shopping_cart h3.widget-title{
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-style: italic;
line-height: 22px;
color: #000000;
text-transform:none;
}

.woocommerce #page a.button.alt, .woocommerce #page button.button.alt, .woocommerce #page input.button.alt, .woocommerce #page #respond input#submit.alt, .woocommerce #page #content input.button.alt, .woocommerce-page #page a.button.alt, .woocommerce-page #page button.button.alt, .woocommerce-page #page input.button.alt, .woocommerce-page #page #respond input#submit.alt, .woocommerce-page #page #content input.button.alt, .woocommerce #page a.button.alt, .woocommerce #page button.button.alt, .woocommerce #page input.button.alt, .woocommerce #page #respond input#submit.alt, .woocommerce #page #content input.button.alt, .woocommerce-page #page a.button.alt, .woocommerce-page #page button.button.alt, .woocommerce-page #page input.button.alt, .woocommerce-page #page #respond input#submit.alt, .woocommerce-page #page #content input.button.alt {
color:#fff!important;
}

.woocommerce #page .quantity input.qty, .woocommerce #page #content .quantity input.qty, .woocommerce-page #page .quantity input.qty, .woocommerce-page #page #content .quantity input.qty {
border: 1px solid #c7c0c7;
border-right: 1px solid #c7c0c7;
}

.woocommerce h1{
font-family: "Times New Roman", Times, serif;
font-weight: normal;
color: #000;
font-size: 30px;
line-height: 40px;
}

.woocommerce .summary{
	padding-top:0px;
}

.woocommerce .variations_form{
	padding-top:20px;
	border-top: solid 1px #9f9f9f;
}

.woocommerce .variations_form select{
	width:170px!important;
}

.woocommerce .variations tr td{
	padding:15px 0;
	border-top: solid 1px #d3d3d3;
}

.woocommerce .variations tr:first-child td{
	padding-top:0px;
	border-top: none;
}

.woocommerce .product-addon{
	padding:15px 0;
	border-top: solid 1px #d3d3d3;
}

.woocommerce .product-addon h3, .woocommerce .product-addon p{
	width:373px;
	float:left;
}

.woocommerce .product-addon .form-row{
	width:170px;
	float:right;
}

.woocommerce .product-addon p{
	margin-bottom:5px;
}

.woocommerce .summery p.price{
	margin-bottom:10px!important;
}

.woocommerce #content .images{
	display:none;
}

.woocommerce #content .cart{
	padding:20px!important;
	background-color:#eaeaea!important;
	border-top: solid 1px #9f9f9f;
}

.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
float: none!important;
width: 100%!important;
}

.woocommerce #content .reset_variations{
	display:none;
}

.woocommerce #content .single_variation{
	width:60px; float:left;
}

.woocommerce #content .product_meta .posted_in{
	display:none;
}

.woocommerce #content .single_variation_wrap{
	width:100%;
	padding-top:20px;
	float: right;
	text-align:right;
}

.woocommerce #content .single_variation_wrap .variations_button{
	display:inline-block;
	float:none;
}


.woocommerce #content .single_variation_wrap .button{
	display:inline-block;
	float:none;
}

.woocommerce #content .single_add_to_cart_button{
	float:right!important;
}

.woocommerce #content .single_variation_wrap .quantity{
	display:inline-block;
	margin-right:15px!important;
	float:none;
}

.woocommerce #content .single_variation_wrap .single_variation {
display: inline-block;
float: left;
margin-right: 15px;
margin-top: 5px;
margin-left: 350px;
}

.woocommerce #content .price .amount{
	color:#9a004b;
}

.woocommerce #content .single_variation .price .amount{
	font-size:18px;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
color: #fff!important;
}

#cpanel{
	width:230px;
	padding:10px;
	text-align:center;
}

#cpanel .logged-in{
	margin:25px 0px 0px;
}

.woocommerce-message {
border-top: 3px solid #9A004B!important;
color: #FFF !important;
font-weight: 700;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
background-color: #9A004B!important;
}

#content .woocommerce-message:before {
background-color: #9A004B!important;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide
{
	clear:none!important;
}

.product-addon h3
{
	clear:none!important;
}

.widget_shopping_cart .variation {
	font-size: .8751em;
}

/*Maps poi*/

	/*Generic*/
	
		.map-poi
		{
			position:relative;
		}
	
		.map-poi .map-poi-marker
		{
			position:absolute;
			z-index:250;
			width:25px;
			height:21px;
			padding-top:4px;
			background:url('images/poi-marker.png') left top no-repeat; 
			font:normal normal bold 14px 'Droid Serif', Arial, Helvetica, sans-serif;
			text-align:center;
			color:#fff;
			cursor:pointer;
		}
		
		.map-poi .map-poi-infobubble
		{
			position:absolute;
			bottom: 32px;
			right: -30px;
			display:none;
			width:224px;
			padding:6px;
			border:solid 1px #C8A65D;
			border-left:solid 4px #C8A65D;
			background-color:#fff;
			-webkit-box-shadow: 3px 3px 4px 0px #333333;
			box-shadow: 3px 3px 4px 0px #333333;
			text-align:left;
			font:normal normal normal 9px/140% 'Droid Sans', Arial, Helvetica, sans-serif;
			color:#221F1F;
		}
		
		.map-poi .map-poi-infobubble .map-poi-infobubble-arrow{
			position:absolute;
			right:43px;
			bottom:-15px;
			width:17px;
			height:15px;
			background:url('images/poi-bubble-arrow.png') left top no-repeat; 
		}
		
		.map-poi .map-poi-infobubble .map-poi-thumb
		{
			float:left;
			margin-right:9px;
		}
		
		.map-poi .map-poi-infobubble .poi-title
		{
			margin-bottom:8px;
			clear:none;
			font:normal normal normal 18px 'Droid Sans', Arial, Helvetica, sans-serif;
		}
		
		.map-poi .map-poi-infobubble p
		{
			margin-bottom: 0.8em;
		}
		
		.map-poi .map-poi-marker:hover
		{
			z-index:500;
		}
		
					
		
		.map-poi .map-poi-marker:hover .map-poi-infobubble
		{
			display:block;
		}
		
	/*Fishbourne*/
	
		.page-id-96 .map-poi
		{
			width:522px;
			height:547px;
			background:url('images/fishbourne-map-background.jpg') left top no-repeat; 
		}
		
		.page-id-96 .map-poi-marker.no-1
		{
			left: 400px;
			top: 110px;
		}
		
		.page-id-96 .map-poi-marker.no-2
		{
			left: 267px;
			top: 280px;
		}
		
		.page-id-96 .map-poi-marker.no-3
		{
			left: 220px;
			top: 255px;
		}
		
		.page-id-96 .map-poi-marker.no-4
		{
			left: 202px;
			top: 340px;
		}
		
		.page-id-96 .map-poi-marker.no-5
		{
			left: 242px;
			top: 120px;
		}

	/*Lewes Castle*/

		.page-id-98 .map-poi-marker.no-1 {
			top: 68px;
			left: 93px;
		}

		.page-id-98 .map-poi-marker.no-2 {
			top: 10px;
			left: 50px;
		}

		.page-id-98 .map-poi-marker.no-3 {
			top: 73px;
			left: 33px;
		}

		.page-id-98 .map-poi-marker.no-4 {
			top: 181px;
			left: 449px;
		}

		.page-id-98 .map-poi-marker.no-5 {
			left: 181px;
			top: 194px;
		}

		.page-id-98 .map-poi-marker.no-6 {
			top: 225px;
			left: 218px;
		}

		.page-id-98 .map-poi-marker.no-7 {
			top: 253px;
			left: 180px;
		}

		.page-id-98 .map-poi-marker.no-8 {
			left: 253px;
			top: 168px;
		}

		.page-id-98 .map-poi-marker.no-9 {
			left: 112px;
			top: 309px;
		}

		.page-id-98 .map-poi-marker.no-10 {
			left: 382px;
			top: 163px;
		}
			
	/*Michelham Priory*/
	
		.page-id-102 .map-poi
		{
			width:500px;
			height:353px;
			background:url('images/michelhampriory-map-background.jpg') left top no-repeat; 
		}
	
		.page-id-98 .map-poi
		{
			width:500px;
			height:413px;
			background:url('images/lewescastle-map-background.jpg') left top no-repeat; 
		}
		
		.page-id-102 .map-poi .map-poi-marker
		{
			width:18px;
			height:13px;
			padding-top:5px;
			background:url('images/poi-marker-small.png') left top no-repeat; 
			font-size:9px;
			font:"Times New Roman", Times, serif;
		}
		
		.page-id-102 .map-poi .map-poi-infobubble
		{
			position:absolute;
			bottom: 27px;
			right: -36px;
		}
		
		.page-id-102 .map-poi-marker.no-1
		{
			left: 175px;
			top: 110px;
		}
		
		.page-id-102 .map-poi-marker.no-2
		{
			left: 215px;
			top: 125px;
		}
		
		.page-id-102 .map-poi-marker.no-3
		{
			left: 257px;
			top: 150px;
		}
		
		.page-id-102 .map-poi-marker.no-4
		{
			left: 285px;
			top: 115px;
		}
		
		.page-id-102 .map-poi-marker.no-5
		{
			left: 302px;
			top: 167px;
		}
		
		.page-id-102 .map-poi-marker.no-6
		{
			left: 433px;
			top: 187px;
		}
		
		.page-id-102 .map-poi-marker.no-7
		{
			left: 228px;
			top: 180px;
		}
		
		.page-id-102 .map-poi-marker.no-8
		{
			left: 255px;
			top: 190px;
		}
		
		.page-id-102 .map-poi-marker.no-9
		{
			left: 173px;
			top: 280px;
		}
		
		.page-id-102 .map-poi-marker.no-10
		{
			left: 150px;
			top: 195px;
		}
		
		.page-id-102 .map-poi-marker.no-11
		{
			left: 150px;
			top: 168px;
		}
		
		.page-id-102 .map-poi-marker.no-12
		{
			left: 190px;
			top: 180px;
		}
		
		.page-id-102 .map-poi-marker.no-13
		{
			left: 58px;
			top: 160px;
		}
		
		.page-id-102 .map-poi-marker.no-14
		{
			left: 170px;
			top: 162px;
		}


/* Subscribe form
----------------------------------------------- */

.subscribe--content .entry-content > p {
	font-size: 14px;
	color: #555;
}

.subscribe--content .entry-content,
#mc_embed_signup {
	padding-right: 1rem;
}

.subscribe--content form {
	border: 1px solid #DDD;
	padding: 1rem;
	box-sizing: border-box;
}

.subscribe--content .mc-field-group {
	width: 32%;
	float: left;
	margin-left: 2%;
}

.subscribe--content label {
	font-weight: 700;
	display: block;
	margin-bottom: 0.125rem;
}

.subscribe--content .mc-field-group input {
	box-sizing: border-box;
	color: #666;
	padding: 0.5rem;
	border: 1px solid #DDD;
	width: 100%;
	background: #FFF;
}

.subscribe--content #mc_embed_signup div.mce_inline_error {
	border-color: #DDD;
}

#mc_embed_signup_scroll .mc-field-group:first-child {
	margin-left: 0;
}

.subscribe--content #mc_embed_signup div.mce_inline_error {
	color: #9a004b;
	background: none;
	margin: 0.25rem 0 0;
	padding: 0;
}

#mc-embedded-subscribe {
	background: #9A004B;
	color: #FFF;
	margin: 1rem 0 0;
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	padding: 0.5rem 1.4rem;
	font-weight: 700;
}

.subscribe--content .response {
	padding: 0.5rem 0;
}

@media screen and (max-width: 600px) {
	.subscribe--content .mc-field-group {
		width: 100%;
		float: none;
		margin: 0 0 0.5rem;
	}
}


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


.property-menu-control,
#cpanel .login-controls,
#menu-categories .menu-controls {
	display:none;
}

.cart-collaterals .cart_totals > h2 {
	display:none;
}

@media screen and (max-width: 1054px) {

	/* Header */

	#branding {
		padding-bottom:0;
	}

	#branding #logo {
		margin-bottom:0;
		padding:0;
		height:129px;
	}

	#branding #onepix {
		display:none;
	}

	#menu-categories {
		border-bottom:solid 1px #9F9F9F;
		margin-bottom:10px;
	}

	#menu-main_nav_menu {
		margin:0;
	}

	img {
		max-width:100%;
		height:auto;
	}

}

@media screen and (max-width: 1044px) {

	/* Layout */

	#page {
		margin:0 auto;
		width:100%;
	}

	#main {
		background:none;
	}

	#branding {
		width:100%;
	}

	#primary {
		width:67.297959%;
	}

	#secondary {
		width:29.795918%
	}

	#content {
		width:100%;
	}

	#page #houselinks {
		width:100%;
		height:auto;
		line-height:1.4;
	}

	#menu-houselinks li.first {
		padding:0 13px 0 10px;
	}

	/* Content */

	#content .flexslider-container,
	#content .flexslider,
	#content .flexslider .slides li {
		width:100%;
		height:auto;
	}

	#content .flexslider-container,
	#content .flexslider,
	#content .flexslider .slides li {
		/*min-height:351px;*/
	}

	#content .flexslider ul.slides {
		width:100%;
	}

	/* Home */

	.slider-content-container {
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		        box-sizing:border-box;
		width:100%;
		height:auto;
	}

	#homeline,
	#newscontainer,
	.homeline  {
		width:100%;
	}

	#newscontainer {
		background:none;
	}

	#news,
	#whatson {
		float:none;
		width:100%;
	}

	.newstitle {
		margin-bottom:9px;
	}

	.newsimage {
		margin:0 15px 0 0;
	}

	#property_maintitle,
	#maintitle {
		width:100%;
	}

	/* Three col loop */

	#venueloop li,
	#propertyloop li {
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		        box-sizing:border-box;
		width:100%;
		height:auto;
		position:relative;
	}

	#venueloop li a,
	#propertyloop li a {
		margin:10px 15px 10px 0;
	}

	#venueloop li h3,
	#propertyloop li h3 {
		display:inline;
		padding-bottom:5px;
	}

	#venueloop li a:last-child,
	#propertyloop li a:last-child {
		margin:0;
		width:auto;
		position:absolute;
		bottom:0;
		right:0;
	}

	/* Internal Page */

	#content > img {
		height:auto;
		max-width:100%;
		margin-bottom:10px;
	}

	#property_left_nav {
		width:100%;
		margin:10px 0 0;
		display:none;
		border-bottom:solid 1px #9F9F9F;
	}

	#property_right {
		width:100%;
		margin:20px 0 0;
	}

	#property_left_nav .property-social-container {
		text-align:center;
		margin-bottom:15px;
	}

	#property_left_nav .property-social-container .social {
		float:none;
		display:inline-block;
	}

	#property_left_nav > ul {
		text-align:center;
		margin-bottom:15px;
		font-style:italic;
	}

	.property-menu-control {
		width:100%;
		font-family:"Times New Roman",Times,serif;
		font-style:italic;
		cursor:pointer;
		border-top:solid 1px #9F9F9F;
		border-bottom:solid 1px #9F9F9F;
		padding:8px 0;
		margin:8px 0;
		display:block;
		text-align:center;
		font-size:16px;
	}

	.map-poi {
		max-width:100%;
	}

	/* Events */

	.events-archive .entry-content,
	.events-archive .entry-header {
		max-width:100%;
		width:100%;
	}

	.edit-link {
		display:none;
	}

	.entry-content #tribe-events-content {
		padding:1px 0;
	}

	/* Secondary */

	#secondary #searchform {
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		        box-sizing:border-box;
		width:90%;
		margin:0 5%;
		position:relative;
		height:auto;
	}

	#secondary #searchform .field {
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		        box-sizing:border-box;
		width:100%;
		height:32px;
	}

	#secondary #searchsubmit {
		position:absolute;
		top:2px;
		right:4px;
	}

	#map_canvas {
		width:100%;
	}

	.widget-content-wrapper {
		padding-bottom:20px;
	}

	/* Featured Widget */

	.widget_tmm_featurebox_widget {
		padding:0;
	}

	.widget_tmm_featurebox_widget h3 {
		margin-bottom:0;
		display:inline-block;
	}

	.widget_tmm_featurebox_widget .event {
		margin:5px 0;
	}

	.widget_tmm_featurebox_widget .sidelinetwo {
		display:none;
	}

	.widget_tmm_featurebox_widget .featurebox {
		width:100%;
		background:none;
		padding:0;
	}

	.widget_tmm_featurebox_widget .featurebox > div {
		width:100%;
		border-bottom:solid 1px #9F9F9F;
		padding:10px 0;
	}

	.widget_tmm_featurebox_widget .featurebox > div img {
		float:left;
		margin-right:8px;
	}

	.widget_tmm_featurebox_widget .featurebox .featuretxt {
		padding:0;
		width:100%;
		height:auto;
	}

	/* WooCommerce */

	body.woocommerce-page .col2-set .col-1,
	body.woocommerce-page .col2-set .col-2 {
		width:100%;
		margin-bottom:30px;
	}

	#payment {
		width:100%;
	}

	#payment > ul {
		width:100%!important;
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		        box-sizing:border-box;
	}

}

@media screen and (min-width: 1044.1px) {

	/* Internal Page */

	#property_left_nav {
		display:block!important;
	}	

}	

@media screen and (max-width: 980px) {

	/* Header */

	#menu-main_nav_menu li {
		margin:0;
	}

	#masthead {
		font-size:25px;
		width:356px;
	}

	/* Secondary */

	.widget_tmm_featurebox_widget .featurebox > div h3 {
		display:block;
	}

	.widget_tmm_featurebox_widget .featurebox > div img {
		float:none;
	}

	/* Events */

	.titles-container {
		display:none;
	}

	#tribe-events-loop {
		clear:left;
		margin-top:30px;
	}

	.events-list .custom-event-wrapper .date {
		clear:left;
		margin-left:58px;
	}

}

@media screen and (max-width: 900px) {

	/* Header */

	#menu-categories {
		display:block;
		width:100%;
		border-top:solid 1px #9F9F9F;
		border-bottom:solid 1px #9F9F9F;
		clear:both;
		margin-bottom:10px;
		padding:8px 0 0;
	}

	#menu-main_nav_menu {
		float:left;
	}

	#menu-main_nav_menu a {
		padding:0 3px;
	}

	/* Home */

	#ourproperties > div {
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		        box-sizing:border-box;
		width:47.5%;
		margin-right:0;
		margin-left:5%;
	}

	#ourproperties > div:nth-child(2n+1) {
		margin-left:0;
	}
}


@media screen and (min-width:800.1px) {

	/* Header */

	#menu-main_nav_menu {
		display:inline!important;
	}

	#menu-item-25 ul.sub-menu {
		width:170px;
	}

}

@media screen and (max-width:800px) {

	/* Header */

	#textsize {
		display:none;
	}

	#masthead {
		display:none;
	}

	#branding #logo {
		height:83px;
		width:165px;
		overflow:hidden;
		position:relative;
	}

	#branding #logo a:after {
		content:"";
		background:url("/wp-content/themes/sussexpast/images/sussex-past-logo.gif");
		width:81px;
		height:52px;
		display:inline-block;
		position:absolute;
		top:15px;
		right:0;
		background-position:0 -79px;
		background-size:80px 128px;
	}

	/* Control Panel */

	#cpanel {
		-webkit-transition:300ms top;
		   -moz-transition:300ms top;
		    -ms-transition:300ms top;
		     -o-transition:300ms top;
		        transition:300ms top;
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		        box-sizing:border-box;
		width:100%;
		height:auto;
		padding:5px;
		position:fixed;
		top:-73px;
		left:0;
		box-shadow:0 0 3px #828282;
	}

	#cpanel .login-controls {
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		        box-sizing:border-box;
		position:absolute;
		top:100%;
		right:25px;
		display:block;
		cursor:pointer;
		font-style:italic;
		background:#9A004B;
		color:#fff;
		padding:3px 5px;
	}

	#cpanel.cpanel-open {
		top:0;
	}

	#cpanel .logged-in {
		margin:0;
	}

	#cpanel #login {
		width:100%;
		float:none;
		text-align:left;
	}

	#cpanel #login ul {
		text-indent:-9999px;
		width:85%;
	}

	#cpanel #login ul li {
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		        box-sizing:border-box;
		float:left;
		display:block;
		width:47.5%;
		text-indent:0px;
		text-align:left;
		margin:0 0 0 5%;
	}

	#cpanel #login ul li input {
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		        box-sizing:border-box;
		width:100%;
		height:28px;
	}

	#cpanel #login ul li:first-child {
		clear:left;
		margin:0;
	}

	#cpanel #login input[type=submit] {
		position:relative;
		bottom:auto;
		right:auto;
		width:10%;
		height:28px;
		float:right;
		margin-top:-20px;
		cursor:pointer;
	}

	#cpanel #login .pwfg {
		padding-left:2px;
	}

	/* Navigation */

	#menu-categories {
		height:auto;
		padding:8px 0;
	}

	#menu-main_nav_menu:before {
		content:"";
		text-align:center;
		width:70px;
		height:1px;
		background:#9F9F9F;
		display:inline-block;
		position:absolute;
		top:0;
		left:50%;
		-webkit-transform:translateX(-50%);
		   -moz-transform:translateX(-50%);
		        transform:translateX(-50%);
	}

	#menu-main_nav_menu {
		display:none;
		float:none;
		width:100%;
		margin-top:12px;
		position:relative;
		padding-top:12px;
		text-align:center;
	}

	#menu-main_nav_menu li {
		display:block;
		float:none;
	}

	#menu-main_nav_menu li.last {
		float:none;
	}

	#menu-main_nav_menu a {
		float:none;
	}

	#menu-main_nav_menu li:hover {
		background:#fff;
		color:#000;
	}

	#menu-main_nav_menu li:hover a {
		color:#000;
	}

	#menu-main_nav_menu li a:hover {
		background:#000;
		color:#fff;
	}

	#menu-categories #menu-main_nav_menu li:hover ul {
		display:none;
	}

	#menu-main_nav_menu li.current-menu-item:hover a,
	#menu-main_nav_menu li.current-page-ancestor:hover {
		color:#fff;
	}

	#menu-categories .menu-controls {
		display:block;
		width:100%;
		text-align:center;
		font-family: "Times New Roman",Times,serif;
    	font-size: 18px;
    	cursor:pointer;
    	font-style:italic;
	}

	#menu-categories li.parent {
		position:relative;
	}

	#property_left_nav li.parent .menu-controls,
	#menu-categories li.parent .menu-controls {
		display:inline-block;
		width:auto;
		padding:3px 8px;
		position:absolute;
		margin:-2px 0 0 -2px;
	}

	#menu-main_nav_menu > li {
		margin-bottom:5px;
	}

	#property_left_nav li.parent .sub-menu {
		display:none;
		margin-top:8px;
	}

	#menu-main_nav_menu .sub-menu {
		position:relative;
		top:auto;
		left:auto;
		width:100%;
		background:#fff;
		color:#000;
	}

	#menu-main_nav_menu .sub-menu li {
		margin:0 0 3px;
	}

	#menu-main_nav_menu .sub-menu li a {
		background:#fff;
		color:#000;
	}

	#menu-main_nav_menu .sub-menu li:last-child a {
		border-bottom:solid 1px #9F9F9F;
		padding-bottom:15px;
		display:inline-block;
	}

	#menu-main_nav_menu li.current-menu-item.parent ul li a,
	#menu-main_nav_menu li.current-page-ancestor.parent ul li a {
		color:#000;
	}

	#menu-main_nav_menu li.current-menu-item.parent:active > a,
	#menu-main_nav_menu li.current-page-ancestor.parent:active > a,
	#menu-main_nav_menu li.current-menu-item.parent:hover > a,
	#menu-main_nav_menu li.current-page-ancestor.parent:hover > a,
	#menu-main_nav_menu li.current-menu-item.parent:focus > a,
	#menu-main_nav_menu li.current-page-ancestor.parent:focus > a {
		color:#fff;
	}

}

@media screen and (max-width: 700px) {

	/* Layout */

	body {
		padding:0 1em;
	}

	#primary {
		width:100%;
	}

	#secondary {
		width:100%;
		padding-top:20px;
		border-top:1px dashed #CECECE;
		margin-top:15px;
	}

	/* Content */

	#newscontainer #news {
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:solid 1px #9F9F9F;
	}

	.map-poi {
		display:none;
	}

	/* Secondary */

	.widget_tmm_featurebox_widget .featurebox > div {
		width:47.5%;
		float:left;
		border-bottom:none;
		margin-left:5%;
	}

	.widget_tmm_featurebox_widget .featurebox > div.leftfeature {
		margin-left:0;
	}

	.widget_tmm_featurebox_widget .featurebox {
		border-bottom:solid 1px #9F9F9F;
	}

	/* Events */

	#tribe-events-calendar-header .tribe-events-month-nav {
		position:relative;
		width:100%;
		display:block;
	}

	#tribe-events-calendar-header .tribe-events-calendar-buttons {
		position:relative;
		width:100%;
	}

	.tribe-events-calendar-buttons a:first-of-type {
		clear:left;
	}

	.tribe-events-calendar-buttons .event-location-filter {
		margin-bottom:0;
	}

	.tribe-events-calendar td,
	.tribe-events-calendar tr {
		display:block;
	}

	#tribe-events-content .tribe-events-othermonth,
	.tribe-events-calendar thead {
		display:none;
	}

	#tribe-events-content .tribe-events-calendar td {
		width:100%;
		height:auto!important
	}

	.tribe-events-calendar td .tribe-events-event {
		border-right:1px solid #DDD;
	}

	.tribe-events-calendar td.tribe-events-present .daynum {
		border-right-color:#666;
	}

}

@media screen and (max-width: 480px) {

	/* Events */

	.events-list .custom-event-wrapper .event-month {
		width:100%;
		margin:15px 0;
	}

	.events-list .custom-event-wrapper .event-month[style*="visibility: hidden"] {
		display:none;
	}

	.events-list.singular .tribe-events-event.hentry {
		margin-bottom:5px;
	}

	.events-list .custom-event-wrapper .title {
		clear:left;
	}

	.events-list .custom-event-wrapper .date {
		margin-left:0;
	}

	/* Home */

	#ourproperties {
		margin-top:10px;
	}

	#ourproperties > div {
		width:100%;
		margin:0;
	}

	/* Three col loops */

	#venueloop li h3,
	#propertyloop li h3 {
		display:block;
		margin-bottom:0;
	}

	#venueloop li a:last-child,
	#propertyloop li a:last-child {
		position:relative;
		clear:left;
		bottom:auto;
		right:auto;
		width:100%;
		margin:10px 0 0;
	}

	/* Shop */

	.woocommerce table,
	.woocommerce tr,
	.woocommerce td,
	.woocommerce tbody,
	.woocommerce tfoot {
		display:block;
	}

	.woocommerce thead {
		display:none;
	}

	.cart_table_item .product-price:before,
	.cart_table_item .product-quantity:before,
	.cart_table_item .product-subtotal:before,
	.cart_table_item .product-name:before {
		width:30%;
		display:inline-block;
	}

	.cart_table_item .product-name:before {
		content:"Product:";
	}

	.cart_table_item .product-price:before {
		content:"Price:";
	}

	.cart_table_item .product-quantity:before {
		content:"Quantity:";
	}

	.cart_table_item .product-subtotal:before {
		content:"Subtotal:"
	}

	.cart_table_item .product-thumbnail {
		display:none;
	}

	body.woocommerce-page form textarea,
	body.woocommerce-page form input {
		font-size:16px!important;
	}

	body.woocommerce-page #content .cart_table_item .product-quantity .quantity {
		margin:-15px 0 0 31%;
	}

	body.woocommerce-cart.woocommerce-page #content table.cart td.actions .button.alt {
		margin-bottom:15px;
	}

	body.woocommerce-cart.woocommerce-page #content table.cart td.actions .checkout-button.button.alt {
		float:none;
		margin:5px 0;
	}

	body.woocommerce-page .cart-collaterals .cart_totals {
		width:100%;
	}

	body.woocommerce-page .cart-collaterals .cart_totals tr th {
		width:100%;
		display:block;
	}

}

@media screen and (max-width: 340px) {

	/* Secondary */

	.widget_tmm_featurebox_widget .featurebox > div {
		width:100%;
		border-bottom:solid 1px #9F9F9F;
		clear:left;
		margin:0;
	}

	.widget_tmm_featurebox_widget .featurebox {
		border-bottom:none;
	}

}


@media screen and (max-width: 800px) {

	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* Make sure embeds fit their containers */
	embed,
	object {
		max-width: 100%;
	}

}
@media (max-width: 650px) {

	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}

.postid-8750 .related, .postid-34566 .related {
	display:none!important;

}

.product-addon.product-addon-gift-aid-it:before {
    content: 'Make a Donation:';
    font-family: "Times New Roman", Times, serif;
    display: block;
    font-size: 23px;
    font-style: italic;
	margin-bottom: 12px;
	color:#000;
}
.product-addon .addon-name{
	margin-bottom:8px;
}
.postid-8098 .donation:before{
	content: 'Donation Amount';
	display:block;
	font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    color: #000000;
	margin-bottom: 8px;
}

.woocommerce #content .post-8098 .single_add_to_cart_button {
	float: left !important;
    padding: 17px !important;
}

.addon-wrap-8098-gift-aid-it-0 label{
	font-weight:700;
}

.gift-aid-desc-1{
	font-style: normal;
	font-size: 14px;
	margin-bottom:10px;
}

.home-free-text h1,h2,h3{
	font-family: "Times New Roman", Times, serif;
    font-style: italic;
    color: #222;
    text-decoration: none;
    font-weight: normal;
}

.home-free-text h1{
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 10px;
    padding-top: 5px;
}

.home-free-text h2{
	font-size: 26px;
	line-height: 28px;
	margin-bottom:10px;
}

.home-free-text h3{
	font-size: 20px;
	line-height:22px;
	margin-bottom:10px;
}