/*
Theme Name: UK Feminista
Theme URI: http://www.ukfeminista.org.uk/
Description: Custom theme for UKFeminista
Author: Ross Wintle - based on work by the WordPress team
Version: 0.1
License: GNU General Public License
License URI: license.txt
*/

@import url('fonts/capture-it/stylesheet.css');

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

/* =Standard Text and Header Styles
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family: Georgia, Times New Roman, serif;
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

h1, h2, h3 {
	color: #000;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}
h1 {
	font-size: 24px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	margin-bottom: 8px;
}
h3 {
	font-size: 18px;
	margin-top: 14px;
	margin-bottom: 6px;
	
}
h4 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: normal;
}
h5 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: normal;
    font-style: italic;
}
h6 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: normal;
}

/* Text elements */
p {
	margin-bottom: 8px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #00A9FF;
	text-decoration: underline;
}
a:visited {
	color: #00A9FF;
	text-decoration: underline;
}
a:active,
a:hover {
	color: inherit;
	text-decoration: none;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

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

/* =Common styles for menus
-------------------------------------------------------------- */

/* See <URL> for why I style the DIV's and how this works
 */
div.menu ul {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;	
}
div.menu ul li a {
	display: block;
	float: left;
}

/* =Common styles for widgets and widget areas
-------------------------------------------------------------- */

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

/* The main theme structure */
body {
	background: transparent url('images/background.jpg') repeat scroll 0 0;
	/* This next line fixes an issue with MobileSafari */
	min-width: 1040px;
}

#wrapper {
    margin: 0 auto;
	width: 940px;
	padding: 0;
}
#header {
	width: 100%;
	height: auto;
	padding: 30px 0 0 0;
}
#main {
	margin-bottom: 36px;
	float: left;
}
#content {
	width: 620px;
	float: left;
}
#sidebar {
	width: 300px;
	float: left;
}
#footer-container {
	clear: both;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
}
#footer-container:before {
	content: "";
	width: 940px;
	height: 8px;
	clear: both;
	display: block;
	margin: 0 auto;
	background: transparent url('images/footer-grunge.png') no-repeat scroll 0 0px;
	position: relative;
	top: -8px;
	left: 30px;
}
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 22px 0 30px;
}

/* =Top bar for Donate Now and social buttons
-------------------------------------------------------------- */
#top-bar-container {
	height: 40px; 
	width: 100%;
	background: #28ABEC url('images/top-bar-bg.png') repeat-x scroll 0 0;
	position: fixed;
	top: 0;
	z-index: 999999;
}
#top-bar {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	line-height: 1;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
}
#top-bar a {
	color: #FFF;
	text-decoration: underline;
}
#top-bar a:hover {
	text-decoration: none;
}
.social-icons {
	float: right;
	width: 128px;
	height: 24px;
	margin-top: -3px;
}
.social-icons a {
	display: block;
	float: left;
	width: 32px;
	height: 24px;
	background: transparent url('images/social-icons.png') no-repeat scroll 0 0;
	text-indent: -9999px;
}
.social-icons a.twitter-icon {
	background-position: 0 0;
}
.social-icons a.youtube-icon {
	background-position: -32px 0;
}
.social-icons a.facebook-icon {
	background-position: -64px 0;
}
.social-icons a.flickr-icon {
	background-position: -96px 0;
}


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

a#header-logo {
	display: block;
	float: left;
	width: 554px;
	height: 211px;
	margin-left: -80px;
	margin-top: -30px;
}

/* Keep site-title for SEO but hide it */
#site-title {
	display: none;
}
#site-description {
	display: block;
	float: left;
	width: 374px;
	height: 60px;
	margin-top: 50px;
	margin-left: -60px;
	font-size: 18px;
	line-height: 1.2;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	color: #000;
	text-align: right;
	background: transparent url('images/quote-arrow.png') no-repeat scroll 0 25px;
	z-index: 100;
}
#site-description p {
	margin-bottom: 0;
}
#site-description a {
	color: #00A9FF;
	font-size: 14px;
	text-decoration: none;
}

/*
div.top-menu li a {
	padding-right: 10px;
	border-right: 1px solid #000;
	margin-right: 10px;
	text-decoration: none;
	color: #FFF;
}
div.top-menu li:last-child a,
div.top-menu li.last-child a {
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}
div.top-menu li a:hover,
div.top-menu li a:active {
	text-decoration: underline;
}
*/
/* =Main Menu
-------------------------------------------------------------- */
div.main-menu {
	height: 38px;
	clear: both;
	position: relative;
	top: -30px;
	margin-bottom: 38px; /* We can't cater for the sub-menus in CSS, so I give a big margin
	                        and then remove in jQuery if the sub-menu isn't shown */
}
div.main-menu.no-sub-menus {
	margin-bottom: 0;
}
div.main-menu ul {
	margin: 10px 0 0 0; /* Was 76px on left */
	position: relative; /* Sub-menus are relative to the main menu's UL, not the parent LI */	
}
div.main-menu ul li {
	float: left;
	height: 100%;
	margin-right: 10px;
	-moz-box-shadow:1px 1px 3px #999;
	-webkit-box-shadow:1px 1px 3px #999;
	box-shadow:1px 1px 3px #999;	
}
div.main-menu a {
	background-color: #FFF;
	color: #00A9FF;
	display: block;
	line-height: 38px;
	padding: 0 14px;
	text-decoration: none;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 18px;
}
div.main-menu ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	width: 940px; /* This can be wider than the parent (main menu) ul! */
}
div.main-menu ul li.current_page_item ul,
div.main-menu ul li.current_menu_item ul,
div.main-menu ul li.current_page_parent ul,
div.main-menu ul li.current_menu_parent ul,
div.main-menu ul li.current-page-ancestor ul {
	display: block;
}
div.main-menu ul ul li {
	float:left;
/*	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; */
}
div.main-menu ul ul a {
	line-height: 1em;
	padding: 6px 8px;
	width: auto;
	height: auto;
	font-size: 16px;
	/*background-color: transparent; */
}
div.main-menu li:hover > a,
div.main-menu ul ul :hover > a {
	background-color: #00A9FF;
	color: #FFF;
}
div.main-menu ul li.current_page_item > a,
div.main-menu ul li.current_page_parent > a,
div.main-menu ul li.current_menu_item > a,
div.main-menu ul li.current_menu_parent > a,
div.main-menu ul li.current-page-ancestor > a {
	color: #FFF;
	background-color: #00A9FF;
}

/* Don't display and 3rd or greater level menus */
div.main-menu ul ul ul {
	display: none;
}

/* =Front page content
-------------------------------------------------------------- */
body.home #content {
	width: 100%;
	background-image: none;
	
}
#front-pledge {
	width: 196px;
	height: 304px;
	background: transparent url('images/pledge-background.png') no-repeat scroll -17px 0;
	color: #FFF;
	font-size: 11px;
	line-height: 100%;
	font-family: Georgia, Times New Roman, serif;	
	float: left;
	padding-top: 130px;
	margin-top: -122px;
	padding-right: 60px;
	margin-right: -50px;
	margin-left: -5px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#front-pledge-form-container {
	display: block;
}
#front-pledge h3 {
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 13px;
	margin: 0 0 4px 0;
	color: #FFF;
}	
#front-pledge p {
	line-height: 120%;
	margin-bottom: 0;
}
#front-pledge a {
	color: #FFF;
	text-decoration: underline;
}
#front-pledge a:hover,
#front-pledge a:active {
	text-decoration: none;
}

/* New widget area for new MailChimp signup widget that doesn't have a function call */ 
ul#front-page-signup-widget-area {
	display: block;
	list-style-type: none;
	height: 176px;
	margin: 0;
	padding: 0;
	background-color: #00A2E3;
}
ul#front-page-signup-widget-area li {
	margin: 0;
	padding: 0;
}
ul#front-page-signup-widget-area li h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.widget_ns_mailchimp form br {
	display: none !important;
}
.widget_ns_mailchimp form input[type=text] {
	display: block;
	width: 184px;
	height: 16px;
	margin-top: 6px;
	padding: 6px 6px;
	background-color: #FFF;
	color: #999;
	line-height: 1;
}
.widget_ns_mailchimp form input[name=Subscribe] {
	margin-top: 8px;
	margin-bottom: 6px;
	width: 191px;
	height: 35px;
	padding: 8px 20px;
	background: transparent url('images/submit-button.png') no-repeat scroll 0 0;
	border: none;
	color: #FFF;
	font-family: Georgia, Times New Roman, serif;
	line-height: 1;
}
.widget_ns_mailchimp .ns_widget_mailchimp_already_subscribed,
.widget_ns_mailchimp .success {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}
/* Deprecated styles - we're using a new signup widget */

/* Most MailChimp sign up form styles also apply to the widget */
.widget_mailchimpsf_widget #mc_signup_form {
	text-align: center;
}

.widget_mailchimpsf_widget #mc_signup_form .mc_merge_var,
#front-pledge #mc_signup_form .mc_merge_var {
	margin: 0; /* This needed to correct more general MC form styles later on */
}
widget_mailchimpsf_widget #mc_signup_form br,
#front-pledge #mc_signup_form br {
	display: none; /* Remove breaks from the form */
}
.widget_mailchimpsf_widget #mc_signup_form label,
#front-pledge #mc_signup_form label {
	display: none;
}
.widget_mailchimpsf_widget #mc_signup_form .mc_merge_var input,
#front-pledge #mc_signup_form .mc_merge_var input {
	width: 172px;
	height: 16px;
	margin-top: 6px;
	padding: 10px 12px;
	background-color: #FFF;
	color: #999;
	line-height: 1;
}
/* Front page form has blue background and needs no borders */
#front-pledge #mc_signup_form .mc_merge_var input {
	border: none;
}

/* The widget is wider! */
.widget_mailchimpsf_widget #mc_signup_form .mc_merge_var input {
	width: 242px;
}

.widget_mailchimpsf_widget #mc_signup_form #mc-indicates-required,
#front-pledge #mc_signup_form #mc-indicates-required {
	display: none;
}
.widget_mailchimpsf_widget #mc_signup_form #mc_signup_submit,
#front-pledge #mc_signup_form #mc_signup_submit {
	margin-top: 8px;
	margin-bottom: 6px;
	width: 191px;
	height: 35px;
	padding: 8px 20px;
	background: transparent url('images/submit-button.png') no-repeat scroll 0 0;
	border: none;
	color: #FFF;
	font-family: Georgia, Times New Roman, serif;
	line-height: 1;
}
.widget_mailchimpsf_widget #mc_signup_form #mc_signup_submit:hover,
#front-pledge #mc_signup_form #mc_signup_submit:hover {
	cursor: pointer;
}
/* End of deprecated MailChimp styles */

#front-left-column {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}
#right-column {
	float: left;
	width: 300px;
	padding-left: 20px;
	margin-top: 0;
}
ul#front-left-widget-area,
ul.sidebar {
	width: 300px;
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/*ul#front-left-widget-area li.widget-container, */
ul.sidebar li.widget-container {
	background: transparent url('images/300-column-background.jpg') repeat-y scroll 0 0;
	width: 276px;
	padding: 26px 12px 12px;
	position: relative; /* To allow absolute position of h3 below */
	margin-bottom: 20px;
}
ul.sidebar li.widget-container:after {
	content: '';
	display: block;
	clear: both;
	line-height: 0;
}
/* ul#front-left-widget-area li.widget-container h3, */
.sidebar li.widget-container h3,
ul#front-right-widget-area .widget-container h3.widget-title,
h3#comments-title
{
	margin: 0;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 18px;
	color: #FFF;
	height: 16px;
	background-color: #000;
	position: absolute;
	padding: 7px;
	top: -10px;
	left: 10px;
	font-weight: normal;
	line-height: 100%;
}
.sidebar li.widget-container h3 a,
ul#front-right-widget-area .widget-container h3.widget-title a,
h3#comments-title a
{
	color: #FFF;
	text-decoration: none;
}
.sidebar li.widget-container h3 a:hover,
ul#front-right-widget-area .widget-container h3.widget-title a:hover,
h3#comments-title a:hover
{
	text-decoration: underline;
}

/* This should apply to ALL Event Manager Widgets, not just the front page */
.widget_em_widget ul {
	list-style-type: none;
	margin: 0;
	display: block;
}
.widget_em_widget ul li {
	margin: 0;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
.widget_em_widget ul li:last-child,
.widget_em_widget ul li.last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
	}

.widget_em_widget ul li:after {
	content: '';
	display: block;
	clear: both;
	line-height: 0;
}

/* There's no way to add this without hacking the plugin code, so I add it with
 * jQuery in header.php
 */
.widget_em_widget .em-widget-add-event-link {
	float: right;
}

.widget_em_widget .featured-event .event-image {
	position: relative; /* To allow position: absolute below */
}
.widget_em_widget .featured-event .event-image:before {
	content: '';
	width: 308px;
	height: 126px;
	background: transparent url('images/featured-event-grunge.png') no-repeat scroll 0 0;
	z-index: 200;
	position: absolute;
	top: -105px;
	left: -27px;
}
.widget_em_widget .featured-event img {
	width: 270px;
	height: 152px;
	border: 3px solid #000;
	margin-bottom: 12px;
}

.widget_em_widget .event-date {
	float: left;
	width: 38px;
	height: 39px;
	margin-left: -6px;
	margin-right: 3px;
	margin-top: -7px;
	padding: 9px 11px 2px 11px;
	background: transparent url('images/featured-event-date-bg.png') no-repeat scroll 0 0;
	color: #FFF;
	line-height: 100%;	
	position: relative;
}
.widget_em_widget .event-date .event-month {
	display: block;
	height: 13px;
	background-color: #FFF;
	padding-top: 3px;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 100%;	
	text-align: center;
	font-weight: bold;
}
.widget_em_widget .event-date .event-day {
	display: block;
	width: 38px;
	height: 22px;
	padding-top: 3px;
	font-size: 14px;
	line-height: 100%;	
	text-align: center;
	font-weight: bold;
}
.widget_em_widget .event-details {
	float: left;
	width: 217px;
	font-size: 11px;
	line-height: 120%;
}
.widget_em_widget .event-details h4,
.widget_ukf_recentpostswidget .ukf-recent-posts-details h4,
.widget_em_widget > ul > li:last-child > a { /* This last element captures the "View all events" link */
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 14px;
	color: #00A9FF;
	line-height: 100%;
	margin-bottom: 3px;
	display: block;
}
.widget_em_widget .event-details h4 a,
.widget_ukf_recentpostswidget .ukf-recent-posts-details h4 a,
.widget_em_widget > ul >li:last-child > a { /* This last element captures the "View all events" link */
	text-decoration: none;
}
.widget_em_widget .event-details h4 a:hover ,
.widget_ukf_recentpostswidget .ukf-recent-posts-details h4 a:hover,
.widget_em_widget > ul >li:last-child > a { /* This last element captures the "View all events" link */
	text-decoration: underline;
}
.widget_em_widget .event-details .event-location {
	margin-bottom: 16px;
}

.widget_stray_quotes {
	background-image: none !important;
	color: #000;
	font-size: 24px;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	line-height: 120%;
	padding: 12px 26px !important;
	position: relative;
}
.widget_stray_quotes h3.widget-title {
	display: none;
}
.widget_stray_quotes .quote-mark {
	display: block;
	width: 18px;
	height: 20px;
	text-indent: -99999px;
	background: transparent url('images/quotes.png') no-repeat scroll 0 0;
}
.widget_stray_quotes .quote-mark-left {
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
}
.widget_stray_quotes .quote-mark-right {
	display: inline-block;
	background-position: -18px 0;
	position: relative;
	left: 12px;
	top: 3px;
}
.widget_stray_quotes .quote-by {
	color: #7F7F7F;
	font-size: 14px;
}
.widget_stray_quotes .quote-source {
	color: #7F7F7F;
	font-size: 14px;
	font-style: italic;
}
.widget_ukf_localgroupswidget {
	width: 150px !important;
	height: 203px;
	padding-right: 135px !important;
	padding-left: 29px !important;
	margin-left: -14px !important;
	padding-top: 45px !important;
	margin-top: -10px !important;
	padding-bottom: 10px !important;
	background: transparent url('images/local-groups-bg.png') no-repeat scroll 0 0 !important;
	color: #FFF !important;
}
.widget_ukf_localgroupswidget h3.widget-title {
	top: 0 !important;
	left: 24px !important;
}
.widget_ukf_localgroupswidget a.ukf-local-groups-link {
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.widget_ukf_localgroupswidget a.ukf-local-groups-link:hover {
	text-decoration: underline;
}
.widget_ukf_socialwidget {
	padding-left: 15px !important;
}
.widget_ukf_socialwidget .ukf-social-panel {
	margin-top: 15px;
	border-top: 1px solid #CCC;
	padding-top: 15px;
}
.widget_ukf_socialwidget .ukf-social-icon {
	display: block;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 14px;
	color: #00A9FF;
	text-decoration: none;
	line-height: 100%;
	height: 23px;
	padding-top: 4px;
	padding-left: 35px;
	margin-bottom: 12px;
	background: transparent url('images/social-widget-facebook-icon.png') no-repeat scroll 0 0;
}
.widget_ukf_socialwidget .ukf-social-icon:hover {
	text-decoration: underline;
}
.widget_ukf_socialwidget .ukf-social-icon.ukf-twitter {
	background-image: url('images/social-widget-twitter-icon.png');
	padding-left: 39px; /* The Twitter icon is a tad wider */
	margin-left: -4px;
}
.widget_ukf_socialwidget .ukf-social-icon.ukf-flickr {
	background-image: url('images/social-widget-flickr-icon.png');
}
.widget_ukf_socialwidget .ukf-social-icon.ukf-youtube {
	background-image: url('images/social-widget-youtube-icon.png');
	padding-left: 36px; /* The YouTube icon is a tad wider */
	margin-left: -1px;
}
.widget_twitter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_twitter ul li{
	margin: 0;
	padding: 0;
	padding-bottom: 10px; 
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.widget_twitter ul li:last-child,
.widget_twitter ul li.last-child {
	padding-bottom: 0; 
	border-bottom: none;
	margin-bottom: 0;	
}
.widget_twitter ul li .entry-content,
.widget_twitter ul li .entry-meta{
	display: block;
	margin: 0;
	padding: 0;
}
#front-right-column {
	width: 620px;
	float: left;
}
ul#front-right-widget-area {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#front-right-widget-area .widget-container {
	width: 596px;
	padding: 30px 12px 0px;
	background: transparent url('images/620-column-background.jpg') repeat-y scroll 0 0;
	position: relative; /* To allow absolute positioning of the h3 widget-title */
	margin-bottom: 22px;
}
#front-recent-posts .front-recent-post {
	clear: both;
	margin-bottom: 20px;
	position: relative; /* To allow absolute positioning of thumbnail overlay */
}
#front-recent-posts .front-recent-post-thumbnail-link {
	position: relative;
}
#front-recent-posts .front-recent-post img.wp-post-image {
	display: block;
	border: 3px solid #000;
	float: left;
}
#front-recent-posts .front-recent-thumbnail:after {
	content: '';
	display: block;
	width: 145px;
	height: 112px;
	background: transparent url('images/thumbnail-grunge-overlay.png') no-repeat scroll 0 0;
	position: absolute;
	z-index: 200;
	top: 30px;
	left: -155px;
}

#front-recent-posts .front-recent-post-details {
	width: 449px;
	float: right;
	padding-left: 16px;
}
#front-recent-posts .front-recent-post-details h4 {
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 14px;
	color: #00A9FF;
	font-weight: normal;
	line-height: 100%;	
}
#front-recent-posts .front-recent-post-details h4 a {
	text-decoration: none;
}
#front-recent-posts .front-recent-post-details h4 a:hover {
	text-decoration: underline;
}

#front-recent-posts .front-recent-post-details .front-recent-post-meta {
	font-style: italic;
	color: #6F6F6F;
}
#front-recent-posts  .front-recent-posts-more {
	padding: 14px 0;
	border-top: 1px solid #CCC;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 14px;
	color: #00A9FF;
	font-weight: normal;
	line-height: 100%;	
}

.widget_talkirecentpostswidget {
	background-image: url('images/620-pinboard-background.jpg') !important;
}
.widget_talkirecentpostswidget ul li{
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 18px;
	color: #00A9FF;
	background-color: #FFF;
	padding: 5px !important;
	margin-bottom: 10px;
}
.widget_ukf_recentpostswidget ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
}
.widget_ukf_recentpostswidget ul li{
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
.widget_ukf_recentpostswidget ul li:after {
	content: '';
	display: block;
	line-height: 0;
	clear: both;
}
.widget_ukf_recentpostswidget ul li:last-child,
.widget_ukf_recentpostswidget ul li.last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.widget_ukf_recentpostswidget ul li .ukf-recent-posts-image {
	float: left;
	width: 43px;
	margin-right: 15px;
	position: relative; /* To allow position:absolute on the :after, below */
}
.widget_ukf_recentpostswidget ul li .ukf-recent-posts-image:after {
	content: '';
	width: 60px;
	height: 48px;
	position: absolute;
	background: transparent url('images/recent-posts-widget-overlay.png') no-repeat scroll 0 0;
	top: -3px;
	left: -9px;
}
.widget_ukf_recentpostswidget ul li .ukf-recent-posts-image img {
	border: 2px solid #000;
}
.widget_ukf_recentpostswidget ul li .ukf-recent-posts-details {
	float: left;
	width: 213px;
}
.widget_ukf_recentpostswidget .ukf-recent-posts-details h4 {
 /* See above for styling shared with events widget */
}
.widget_ukf_recentpostswidget .ukf-recent-posts-details p {
	line-height: 1;
	margin-bottom: 0;
	font-size: 12px;
}
/* =Content
-------------------------------------------------------------- */

div.post,
div.page {
	background: transparent url('images/620-column-background.jpg') repeat-y scroll 0 0;
	padding: 15px;
	margin-bottom: 15px;
}

#breadcrumbs {
	color: #00A9FF;
	margin-bottom: 10px;
}
#breadcrumbs a {
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#content .entry-title {
	color: #000;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #00A9FF;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	margin-bottom: 0;
	font-style: italic;
}
.entry-meta a {
	text-decoration: none;
}
.entry-meta a:hover {
	text-decoration: underline;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child,
#content .entry-summary p.last-child {
	margin-bottom: 12px;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* Content page lefe nav (for page-with-nav template)
-------------------------------------------------------------- */
#content.page-with-nav {
	margin-left: 20px;
}
#left-page-nav {
	float: left;
}
#left-page-nav .widget-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left-page-nav .widget-container li {
	margin-top: 4px;
}
#left-page-nav .widget-container li a {
	line-height: 120%;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	text-decoration: none;
}
#left-page-nav .widget-container li a:hover,
#left-page-nav .widget-container li a:active,
#left-page-nav .widget-container li.current_page_item a {
	text-decoration: none;
	color: #000;
}
/* Event pages
-------------------------------------------------------------- */
table#current-events  {
	border-collapse: separate;
	border-spacing: 0px 8px;
}
table#current-events th {
	text-align: left;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
table#current-events td a {
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 14px;	
}

#content #em-wrapper p:last-child { /* This removes the "Powered by..." notice */
	display: none;
}

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

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


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

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	border: 4px solid #000;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


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

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


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	background: transparent url('images/620-pinboard-background.jpg') repeat-y scroll 0 0;
	padding: 25px 11px 15px;
	position: relative;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title {
	font-size: 24px;
	line-height: 100%;
	height: auto;
}
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 12px 12px 6px;
	position: relative;
	background: #FFF url('images/608-comment-background.jpg');
	overflow: hidden;
	line-height: 130%;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .comment-avatar {
	width: 77px;
	height: 77px;
	float: left;
	margin-right: 16px;
}
.commentlist .comment-avatar .avatar {
	border: 2px solid #FFF;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;	
	left: 0;
}
.comment-author {
	display: block;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;	
	line-height: 100%;
	margin-bottom: 3px;
}
.comment-author a {
	color: #000;
	text-decoration: none;
}
.comment-author a:hover,
.comment-author a:active {
	text-decoration: underline;
}
.comment-detail {
	float: left;
	width: 481px;
}
.comment-meta {
	font-size: 12px;
	margin-bottom: 7px;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
	color: #666;
}
.comment-meta a:active,
.comment-meta a:hover {
	text-decoration: underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 5px 0;
	overflow: hidden;
	position: relative;
	background-color: rgba(0,0,0,0.4);
	padding: 12px;
	color: #FFF;
}
#respond p {
	margin: 0;
}

#respond a {
	color: #FFF;
	text-decoration: underline;
}
#respond a:hover,
#respond a:active {
	text-decoration: none;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin-bottom: 15px;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;	
	line-height: 100%;
	color: #FFF;
	font-weight: normal;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	font-size: 12px;
	text-transform: uppercase;
}
#respond input {
	display: block;
	margin: 0 0 14px 0;
	width: 170px;
	padding: 9px;
	border: none;
	z-index: 100;
	position: relative;
}
#respond textarea {
	display: block;
	width: 550px;
	padding: 12px;
	border: none;
	margin: 0;
	z-index: 100;
	position: relative;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author:before,
#respond .comment-form-email:before,
#respond .comment-form-comment:before {
	content: '';
	width: 203px;
	height: 53px;
	position: absolute;
	left: -9px;
	top: 10px;
	background: transparent url('images/comment-form-field-grunge.png') no-repeat scroll 0 0;
	z-index: 0;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	margin-top: 12px;
	margin-bottom: 10px;
	width: 191px;
	height: 35px;
	padding: 8px 20px;
	background: transparent url('images/submit-button.png') no-repeat scroll 0 0;
	border: none;
	color: white;
	font-family: Georgia, Times New Roman, serif;
}


/* = Commen Widget Area Styles
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

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

#sidebar .widget-container {
	margin: 0 0 18px 0;
}
#sidebar .widget-title {
	color: #222;
	font-weight: bold;
}

/* =Event form styles
-------------------------------------------------------------- */
form#event-form div.inside {
	margin: 5px 0;
}
form#event-form h4{
	margin-top: 10px;
	font-weight: bold;
}
form#event-form .inside.event-form-recurrence { /* Hide recurrence - only let people add one-off events */
	display: none;
}
form#event-form .inside.event-form-details div{
	margin-bottom: 10px;
}
form#event-form .inside.event-form-details div label { /* This is for the category list label */
	vertical-align: top;
}

/* =Footer
-------------------------------------------------------------- */
/* Structure the footer area */
/* Footer widget areas */
#footer {
	overflow: hidden;
}
#footer ul.footer-sidebar {
	margin: 0;
	width: 285px;
	color: #FFF;
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	font-size: 22px;
	line-height: 120%;
	list-style-type: none;
	display: block;
}
#footer ul.footer-sidebar li.widget-container {
	margin-bottom: 15px;
}
#footer ul.footer-sidebar li.widget-container:last-child {
	margin-bottom: 0;
}
#left-footer-sidebar {
	float: left;
}
#right-footer-sidebar {
	float: right;
}

#footer ul.footer-sidebar li.widget-container h3 {
	background-color: #000;
	color: #FFF;
	font-weight: normal;
	font-size: 22px;
	padding: 2px 6px;
}
#footer ul.footer-sidebar li.widget-container p {
	margin-bottom: 0;
}

/* MailChimp Form Styles */
#mc_signup_form label {
	width: 100px;
	display: inline-block;
}
#mc_signup_form .mc_merge_var input {
	width: 300px;
}
#mc_signup_form .mc_merge_var {
	margin-bottom: 10px;
}

/* =Utility styles
-------------------------------------------------------------- */

.cleaner {
	line-height: 0;
	clear: both;
}

/* This is a temporary fix for an events manager issue - now fixed with
 * some clever jQuery in header.php */
/*.em-booking-message-success.em-booking-message {
	display: none;
}*/

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

@media print {
}