/**
 * Theme Name: HRCC childtheme
 * Theme URI: http://themehybrid.com/themes/skeleton
 * Description: A blank child of the Hybrid theme framework, restyled to match HRCC site. Based on Hybrid-Skeleton reset.
 * Author: Benjamin Barnett
 * Author URI: http://media-schmedia.com
 * Version: 0.1
 * Tags: threaded-comments
 * Template: hybrid
 *
 * Skeleton is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, 24px or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/24px.css'); */
	 @import url('../hybrid/library/css/25px.css'); 

/* Layout */
	/* @import url('../hybrid/library/css/2c-l-fixed.css'); */
	 @import url('../hybrid/library/css/2c-r-fixed.css'); 
	/* @import url('../hybrid/library/css/3c-l-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-c-fixed.css'); */

/* Plugins CSS */
	 @import url('../hybrid/library/css/plugins.css'); 

/* Drop-downs CSS */
	 @import url('../hybrid/library/css/drop-downs.css'); 

/* Hybrid's default CSS */
	 @import url('../hybrid/library/css/screen.css'); 

/**
* Body
************************************************/

/* Contains everything */
body { background:white url(none) repeat-x 0 0; }

	/* Wrapper for everything inside of the body */
	#body-container { margin-top:0; }

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}

/* Headers */
h1,h2,h3,h4,h5,h6 {
	color: #728;
	line-height:1.2em;
	font-family: Verdana,Arial,sans-serif;
	font-weight:normal;
	}
h1 { 
	text-transform:uppercase;
	margin: 0 0 20px;
	}
h2,h3,h4,h5,h6,
.default_product_display h2.prodtitle, 
#content .default_product_display h2.prodtitle {
	margin:36px 0 9px 0;
	}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p { margin: 0 0 15px; }

/* Unordered lists */
ul {}
	ul li { margin-bottom:10px;}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container { 
	background-color:white; 
	height:150px;
	border-top:7px solid purple;
	position:relative;
	}
	
	/* Contains widgetized masthead area - in this case, for slideshows. */
	#header-container #utility-header { position:absolute;width:960px; }
	#header-container #utility-header .widget,
	#header-container #utility-header .widget-inside{ 
		background-color:transparent; 
		border:none;
		margin:0 0 0 0;
		}
	#header-container #utility-header #meteor-slides-widget-2,
	#header-container #utility-header #meteor-slides-widget-4{ 
		float:none !important; 
		position:absolute;
		right:150px;top:0px;
		}
	#header-container #utility-header #meteor-slides-widget-3,
	#header-container #utility-header #meteor-slides-widget-5{ 
		float:none !important; 
		position:absolute;
		right:0px;top:0px;
		}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title { margin:33px 0 0 33px; float:left; }
			#site-title a {}
				#site-title a span {}
				#site-title a span#title-text,#site-description {
					position: absolute !important;
					clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
					clip: rect(1px, 1px, 1px, 1px);
					padding:0 !important;
					border:0 !important;
					height: 1px !important; 
					width: 1px !important; 
					overflow: hidden;
					}

		/* Site description/tagline */
		#site-description {}

/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */
#primary-menu { clear:left;background-color:#494988;height:32px;margin:0 0 20px; }

	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {}

		/* Menu list. */
		#primary-menu ul {  }
			#primary-menu li { font-family: Verdana,Arial,sans-serif;font-size:1em; }
			#primary-menu ul#menu-main > li {margin-left:9px;}
			#primary-menu ul#menu-main > li:first-child {margin-left:30px;}
			#primary-menu li a{ 
				background-color:transparent;
				color:#BBE;
				border-color:transparent;
				padding:6px 8px;
				}
			#primary-menu li a:hover,
			#primary-menu li a:focus { 
				color:white;
				text-decoration:none;
				}
			#primary-menu li li a:hover,
			#primary-menu li li a:focus { 
				color:#888;
				text-decoration:none;
				}
			#primary-menu ul#menu-main > li.current-menu-item a { color:white; }
			#primary-menu ul#menu-main > li.current-menu-item li a { color:black; }
				#primary-menu li a {}
					#primary-menu ul ul { margin-top:-3px; }
					#primary-menu li li,
					#primary-menu li li a { 
						color:black;
						border-color:#CCC;
						}
			#primary-menu li:hover ul,
			#primary-menu li.sfHover ul {}
			#primary-menu li.current-menu-item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container { clear:both;margin-top:10px; }

	/**
	* Content
	************************************************/
	
	/* member directory styling */
	/* homepage directory excerpt special styling */
	body.home #cn-list-head,   /* hide list header */
	body.home .cn-return-to-top,   /* hide up arrow on home page excerpt */
	.cn-entry tbody tr:first-child td:first-child {   /* hide logo */
		display:none !important; 
		}
	.vcard tr td { text-align:right; }   /* align listings left */
	.vcard tbody tr:first-child td { text-align:left!important; }   /* align 1st-col listings left */
	.vcard tr td:first-child { text-align:left; }   /* align 1st-col listings left */
	body.home .vcard .phone-number-block,   /* hide phone# on homepg excerpt */
	body.home .vcard .email-address-block{   /* hide email on homepg excerpt */
		display:none !important;
		}



	/* Cart styling for membership purchases */
	.shopping-cart-wrapper .shoppingcart table tbody td.product-name {
		max-width:auto !important;
		width:80%;
		}
	a.gocheckout{
		padding:1px 7px 2px 7px;
		background-color:purple;
		color:white !important;
		font-weight:bold;
		text-transform:uppercase;
		-moz-border-radius: 7px;
		border-radius: 7px;
		}
	a.gocheckout:hover,
	a.gocheckout:focus{
		color:yellow !important;
		background-color:black !important;
		}
	body.page-96 #shoppingcart,  /* hide cart on checkout page */
	body.page-96 #wpsc_checkout_gravatar,  /* hide gravatar on checkout page */
	body.page-96 div.item_no_image,  /* hide gravatar on checkout page */
	div#shoppingcart h3,  /* hide cart title */
	div#shoppingcart p.empty,  /* hide 'cart is empty' msg */
	/* p.pricedisplay,  hide problematical pricing msg */
	.default_product_display form.product_form fieldset legend,
	#content .default_product_display form.product_form fieldset legend /*,
	 div#default_products_page_container */ { display:none; }
	.default_product_display { padding:0px !important;}
	.productcol { margin-left:0px !important; }
	
	div.wpsc_variation_forms { margin-top:8px; }
	.default_product_display .wpsc_description, 
	#content .default_product_display .wpsc_description,
	.default_product_display .wpsc_variation_forms label {
		font:14px/21px Verdana,Arial,sans-serif !important;
		color:#4E4A3A;
		}
	.default_product_display .wpsc_variation_forms table td.col1, 
	#content .default_product_display .wpsc_variation_forms table tr td.col1 {
		width:40% !important;
		}
	.wpsc_totals {
		background-color:#ccc;
		font-weight:bold;
		text-transform:uppercase;
		}




	div.em-location-map-container {
		clear:left;
		padding-top:3em;
		}
	/* Events search form styling */
	input.em-events-search-text {
		width:10em;
		}
	input#em-date-start-loc,
	input#em-date-end-loc {
		width:4em;
		}
	/* Events signup form styling */
	.em-booking-login {
		display:none;
		}
	.em-particulars {
		clear:left;
		margin:0px 15px 15px 0px;
		}
	.em-booking-form h3 {
		margin-top:0px;
		}
	.em-location-map {
		position:absolute!important;
		top:0px!important;
		}
	p.ticket-price,
	p.em-tickets-spaces { display:none; }

	/* Contact form styling */
	table.contact-form,
	table.contact-form tr,
	table.contact-form td{
		border:0;
		}
	table.contact-form tr{
		border-bottom:1px solid gray;
		}
	table.contact-form td {
		vertical-align:bottom;
		}
	table.contact-form tr td:first-child {
		text-align:right;
		color:#88d;
		}
		

	/* Addthis buttons styling */
	.addthis_toolbox { margin-top:3em; }
	
	#content #single_product_page_container,
	#content .single_product_page_container,
	#content #checkout_page_container{ width:500px; }

	
	/* Contains site's main content */
	#content { 
		font:14px/21px Verdana,Arial,sans-serif;
		color:#4E4A3A;
		border:2px solid purple;
		width:640px;
/*		padding-top:6px;
*/		}
	#content img{ 
		border:none !important;
		}
		/* Breadcrumb trail */
		.breadcrumbs { margin:20px; display:none; }
			.breadcrumb-trail {}

		/* Archive and search <div> before posts are listed */
		.loop-meta { margin-bottom:0px; }
		.loop-title { font-size:17px;font-weight:normal;margin-bottom:0px !important; }
		.archive-info
		.author-info {}
		.term-info
		.category-info {}
		.tag-info {}
		.date-info {}
		.search-info {}

			/* Archive and search page titles. */
			.archive-title
			.author-title { margin:20px; }
			.term-title { margin:20px; }
			.category-title { margin:20px; }
			.tag-title { margin:20px; }
			.date-title { margin:20px; }
			.search-title { margin:20px; }

		/* Entry wrapper <div> */
		#content .hentry { margin:20px; }
		#content .post { margin:20px; }
		#content .page { margin:20px; }

			/* Post, page, and 404 page titles */
			.entry-title,.entry-title a,
			.post-title,.post-title a,
			.page-title,.page-title a,
			.attachment-title,.attachment-title a,
			.error-404-title,.error-404-title a {
				color: #728;
				font-family: Verdana,Arial,sans-serif;
				font-weight:regular;
				/* text-transform:uppercase; */
				text-decoration:none;
				}
			.error-404-title,.error-404-title a {
				color: red;
				}

			/* Author and date byline */
			.byline { display:none; }

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.page-links a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Entry metadata */
			.entry-meta {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment metadata */
							#comments .comment-meta {}
								#comments .comment-meta cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond #submit {}
							#respond #submit:hover {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {
		border:none;
		margin:11px;
		font: 14px/21px Verdana,Arial,sans-serif;
		}
		.widget-inside { margin:6px;}
			.widget-title, .widget-title a { color:#728;margin-bottom:9px; text-decoration:none; }

	/* Primary widget section */
	#primary {
		border:2px solid purple;
		width:298px;
		}
		#primary .widget {
			margin:15px;
			}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul { margin:0 0 9px 15px; }
					#primary .widget ul li {}
	
	#email-join {
		background-color:purple;
		width:100% !important;
		padding:5px 0px 10px 10px;
		}
	#email-join a {
		color:#fcf;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
		}
	#email-join a:hover,
	#email-join a:focus {
		color:white;
		text-decoration:underline;
		}
	.widget_testimonials h3 {
		position: absolute !important;
		clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
		clip: rect(1px, 1px, 1px, 1px);
		padding:0 !important;
		border:0 !important;
		height: 1px !important; 
		width: 1px !important; 
		overflow: hidden;
		}
	.widget_testimonials blockquote {
		margin:0px;
		}
	.skt_item, .skt_content_cont {
		margin: 0px 20px 0px 0px!important;
		}
	.skt_testimonial p {
		border:none;
		color:#666;
		font:17px/20px Arial,Verdana,sans-serif;
		font-style:italic;
		overflow:hidden;
		margin:0 0 13px;
		padding:0;
		}
	.widget_testimonials p:first-child {
		line-height:26px;
		}
	.widget_testimonials p:first-child:before {
		content:"\201c";
		padding-right:3px;
		}
	.widget_testimonials p:first-child:after {
		content:"\201d";
		}
	.widget_testimonials p cite {
		display:block;
		font-size:13px !important;
		line-height:17px !important;
		text-align:right;
		}
	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}

.csscaption {
	font-size: .7rem;
	font-style; italic;
	}
.em-booking-form-details {
	width:98%!important;
	}
.em-booking-form label {
	margin-right:1em;
	text-align:right;
	width:30%!important;
	}
.em-booking-form-details input.input,
.em-booking-form-details textarea.input,
div.em-gateway-buttons {
	width:66%!important;
	}
div.em-gateway-buttons {
	margin-left:31%;
	}
.em-booking-form-details textarea.input {
	min-height:5em;
	}
div.em-gateway-button {
	margin-left:10px!important;
	padding-left:10px!important;
	}
div.em-gateway-buttons .first {
	margin-left:0!important;
	padding-left:0!important;
	}
.em-booking-form-details .em-booking-submit#em-gateway-button-offline {
	background-color:#fd8;
	border:1px solid #ea0;
	border-radius:13px;
	font-size:.75rem;
	padding:4px 3%;
	}