/* @override 
	http://marios.nerdnow.net/wp-content/themes/skeleton/style.css
	http://marios.com/wp-content/themes/skeleton/style.css
*/

/* 
Theme Name: Skeleton
Theme URI: http://themehybrid.com/themes/skeleton
Description: A blank child of the Hybrid theme framework representing the visual hierarchy of Hybrid with designers in mind.
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
 @import url('../hybrid/library/css/reset.css'); 

/* 18px, 20px, 21px, 22px, 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/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	 @import url('../hybrid/library/css/plugins.css'); 

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(images/bg_bark.jpg) top center no-repeat;
	text-align: center;
	}

	/* Wrapper for everything inside of the body */
	#body-container {
		width: 100%;
		margin: 10px 0 20px 0;
		text-align: left;
		overflow: hidden;
	}

/**
* Elements
************************************************/
a {
	color: #591f00;
}
/* Hyperlinks */
a:link {}
a:visited {}
a:hover {color: #fff200;}
a:active {}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}
.entry-content ul {
	margin-left: 20px;
	
}
/* 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 {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {float: left;}
.right, .alignright {float: right;}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
img.alignleft {
	padding-right: 20px;
	padding-bottom: 20px;
}
img.alignright {
	padding-left: 20px;
	padding-bottom: 20px;
}
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 {
	width: 980px;
	margin: 0 auto;
	}

	/* Contains site title and tagline */
	#header { position: relative; height: 48px;}

		/* Site title   */
		 #site-title {
			width: 270px;
			height: 48px;
			outline: none;
			}
			#site-title a {
				background: url(images/logo.png) top left no-repeat;
				width: 270px;
				height: 48px;
				display: block;
				text-indent: -9999px;
				}
		/* 50th anniversary	#site-title {
			width: 560px;
			height: 70px;
			outline: none;
			position: absolute;
			z-index: 30;
			}
			#site-title a {
				background: url(images/logo.png) top left no-repeat;
				width: 560px;
				height: 70px;
				display: block;
				text-indent: -9999px;
				}
				#site-title a span {}*/

		/* Site description/tagline */
		
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	text-align: center;
	background: url(images/bg-nav-spring.png) top center repeat-y;
	padding:17px;
	height: 22px;
	position: relative;
	z-index: 1;
	}

	/* Page nav */
	#page-nav { width: 940px; margin: 0 auto;}
	.msie #page-nav ul.pages {
	
}
		#page-nav ul {}
			#page-nav li {
				float: left;
				list-style: none;
				margin-top: 4px;
				}
				#page-nav li a {
					display: block;
					padding: 0px 10px;
					border-right: 1px solid white;
					font-size: 12px;
					color: white;
					text-transform: uppercase;
					text-decoration: none;
				}
				#page-nav li a:hover, #page-nav li.current_page_item a, #secondary .widget li a:hover, #page-nav li.current-menu-item a, #page-nav li.current-menu-parent a {color: #fff200;}
				#page-nav li.page-item-8 a {
	border-right: none;
}
			#page-nav li.current_page_item {}
ul.menu {
	overflow: hidden;
	width: 600px;
	margin-left:168px;
}
ul#menu-primary {
	width: 800px;
}

#page-nav #menu-item-1169 {
	width: 22px;
	height: 22px;
	padding: 0 10px;
	margin-top: 0;
}
#page-nav #menu-item-1169 a {
	text-indent: -9999px;
	border: none;
	background: url(images/facebook.png) top left no-repeat;
	height: 22px;
}
#page-nav #menu-item-1170 {
	width: 22px;
	height: 22px;
	padding: 0 10px 0 0;
	margin-top: 0;
	
}
#page-nav #menu-item-1170 a {
	text-indent: -9999px;
	border: none;
	background: url(images/twitter.png) top left no-repeat;
	height: 22px;
}







/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	margin: 0 auto;
	width: 980px;
	}

	/**
	* Content
	************************************************/

#book1 {
	margin-top: 0;
	height: 530px;
	overflow: hidden;
}
#smooth_slider {
	width: 200px;
	height: 200px;
	margin: 0;
	border: none;
	padding: 0;
}
#smooth_sldr_items {
	padding: 0;
}
#smooth_slidr img {
	border: none;
}
#smooth_slidr div.sldrlink {
	display: none;
}



	/* Contains site's main content */
	#content {
		width: 780px;
		float: right;
		min-height: 479px;
		background: #fff;
				}

.page-template-page-upcoming-events #content {
	
}
p.key {
	font-size: 12px;
	color: #591F00;
	border-top: 1px dotted #cccccc;
	padding-top: 16px;
}
img.mariosig {
	float: right;
	display: block;
	margin-bottom: 10px;
}

.page-template-page-upcoming-events .post {
margin-bottom:0;
overflow:hidden;
padding:0;
}
.page-template-page-upcoming-events #primary {
	background: url(images/sidebar-events.jpg) bottom left no-repeat;
	height: 810px;
	min-height: 810px;
	
}

.page-template-page-upcoming-events #content div.entry-content {
	clear: left;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.page-template-page-upcoming-events #content p.times {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
	font-style: italic;
}
.page-template-page-upcoming-events #content h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 6px;
}
.page-template-page-upcoming-events #content h4 span {
	color: #FB6D45;
}
.page-template-page-upcoming-events #content {
	height: 810px;
}
.page-template-page-upcoming-events .post {
	padding: 0 0 12px 0;
}
.page-template-page-upcoming-events .post a:hover {
	text-decoration: underline;
	color: #591F00;
}

.page-template-page-upcoming-events #content span.upcoming-event-location {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
}
#tec-events-loop h2.entry-title a {
	color: #fff;
}

h4.event-day {
	display: none;	
}
#litebox-overlay-text p span {
	display: none;
}
.page-template-page-womens #content, .page-template-page-mens #content, .page-219 #content, .page-217 #content {
	width: 980px;
}

#post-25 .entry-content, #post-599 .entry-content p {
	height: 479px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#post-635 .entry-content p, #post-51 .entry-content p {
	height: 780px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #c1bdba;
}
.page-template-page-womens #primary, .page-template-page-mens #primary, .page-219 #primary, .page-217 #primary {
	display: none;
}
.page-7 #content {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
.page-template-page-womens #content div.entry-content, .page-template-page-mens #content div.entry-content {
	margin: 20px 37px;
	font-size: 12px;
}
.page-7 #content div.entry-content {
	margin: 32px 22px;
	overflow: hidden;
}

.single-646 #content div.entry-content, .single-683 #content div.entry-content {
	margin: 20px 57px 30px 37px;
	font-size: 12px;
}
.single-646 #content div.entry-content .column, .single-683 #content div.entry-content .columns {
	margin-right: 2%;
	text-align: justify;
	width: 187px;
}
.single-646 #content div.entry-content .column.last, .single-683 #content div.entry-content .columns.last {
	margin-right: 0;
	text-align: justify;
	
}
.single-646 #content div.entry-content img.alignleft, .single-683 #content div.entry-content img.alignleft {
	padding-right: 30px;
}
.single-646 #content div.entry-content hr {
	display: block;
	margin: 20px 0 30px;
	border-top: 1px dotted #bdaeb7;
}
.single-646 #footer-container, .single-683 #footer-container {
	display: none;
}

.page-7 #content p  {
	padding-bottom: 20px;
	color: #591F00;
}
.single-646 #content, .single-683 #content {
	color: #591F00;
	line-height: 18px;
}
.single-646 #content h1, .single-683 #content h1 {
	display: none;
}
.single-646 #content p, .single-683 #content p {
	padding-bottom: 20px;
	font-size: 13px;
	
}
.single-646 div#comments-template, .single-646 div.navigation-links, .single-683 div#comments-template, .single-683 div.navigation-links {
	display: none;
}
.single-818 #content h1, .single-818 #content #comments-template, .single-818 #content .navigation-links {
	display: none;
}
.single-646 #content h4, .single-683 #content h4 {
	text-transform: uppercase;
	line-height: 14px;
	padding-bottom: 4px;
}
.page-7 #content h4 {
	color:#fb6d45;
	line-height: 14px;
	padding-bottom: 4px;
	font-style: italic;
}


.page-219 #content, .page-217 #content {
	color: #fb6d45;
	font-size: 12px;
	line-height: 18px;
}

.page-219 #content h6, .page-217 #content h6 {
	line-height: 14px;
	margin-top: 18px;
	color: #591F00;
	font-weight: normal;
	text-transform: uppercase;
}
.page-219 #content h4, .page-217 #content h4 {
	line-height: 14px;
	margin-top: 18px;
	color: #591F00;
	font-weight: normal;
	
}
.page-219 #content h3, .page-217 #content h3 {
	text-transform: uppercase;
	line-height: 14px;
	margin-top: 18px;
	color: #591F00;
}

#post-37 div.entry-content h4 {
	margin:200px 140px 0;
	text-align: center;
	color: #591f00;
	font-size: 18px;
	line-height: 24px;
}

div.addtoany {
	width: 200px;
	float: left;
	padding-left: 36px;
	margin-top: 440px;

}
ul.addtoany_list li a {
	padding: 0;
}
ul.addtoany_list {
	list-style: none;
}
ul.addtoany_list {
	margin-top: 14px;
}

.page-219 #content a, .page-217 #content a {
	color: #fb6d45;
	text-decoration: underline;
}
.page-219 #content div.entry-content, .page-217 #content div.entry-content {
	margin: 22px 26px;}


/*.page-51 #content div.entry-content {
	margin: 37px 37px 0;
}
.page-51 #content {
	color: #fff;
	font-size: 12px;
	background: url(images/bg-story.jpg) top left no-repeat;
}
#content {
	margin-bottom: 0;
}
.page-51 #content p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 14px;
	line-height: 18px;
	
}*/

/*page-37 for our stores page*/

.page-456 #content{
	background:#9686ab url(images/bg-contact.jpg) top left no-repeat;
}
.page-37 #content {
	background: #5e2609;
}
.page-456 #content div.hidden-images, .page-37 #content div.hidden-images {
	display: none;
}
.page-456 #content div.our-store, .page-37 #content div.our-store {
	width: 239px;
	float: left;
	height: 479px;
	position: relative;
	
}
.page-456 #content div.our-store p.hours, .page-37 #content div.our-store p.hours {
	height: 80px;
	margin: 30px 0 0 20px;
	color: #fff;
	font-size: 12px;
}
.page-456 #content div.store-pdx, .page-456 #content div.store-sea, .page-37 #content div.store-pdx, .page-37 #content div.store-sea {
	margin-right: 31px;
}
.page-456 span#lightbox-caption, .page-37 span#lightbox-caption {
	font-size: 11px;
	text-align: center;
	color: #9888ad;
	text-transform: uppercase;
}

#lightbox-infoContainer {
	font-size: 12px;
}



.page-51 #content p.first {
	margin-top: -14px;
	padding: 0;
}

.page-51 #content .entry-content {
	overflow: hidden;
}
.page-51 div.col1 {
	width: 364px;
	float: left;
}
.page-51 div.col1 img.alignleft {
	padding-top: 4px;
	padding-bottom: 10px;
	display: block;
}
.page-51 div.col2 {
	width: 320px;
	float: left;
	padding-left: 20px;
}
.page-51 div.col1 p.skinny {
	padding-right: 50px;
}
.page-51 div.col2 p.skinny {
	padding-left: 80px;
	padding-bottom: 50px;
	background: url(images/mario-sig-white.png) right bottom no-repeat;
}

		/* Breadcrumb trail */
		.breadcrumb {display: none;}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title { display: none;}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline { display: none;}

p.entry-meta.post-meta-data {
	display: none;
}



			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* 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 meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data 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 .button {}
						#respond .comment-action {}

		/**
		* 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 {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
		width: 200px;
		margin-bottom: 0px;
	}
	.msie #primary {
	float: left;
}
	
		#primary .widget {}

div.promotions-slider {
	height: 200px;
	overflow: hidden;
}
#primary div#text-3.widget_text {

}
			#primary .widget-inside {
				font-size: 12px;
				}
				
				#primary .widget-title {text-transform: uppercase;}
				#primary .widget ul {}
					#primary .widget ul li {}
					
		#primary div.widget_text {
	margin-top: 14px;
}			
#primary div.widget_text {
	color: #591f00;
}
#primary div.widget_text p {
	font-size: 11px;
	line-height: 14px;
}
#primary div.widget_text h4 {
	color: #591f00;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px;
}
#primary div.widget_text a.maplink {
	color: #fb6d45;
	font-weight: bold;
}
#primary div.widget_text a.facebook {
	margin-left: 14px;
	width: 14px;
	height: 14px;

	}
.msie #primary div.widget_text a.facebook {

}
/*div.live-style-text {
	width: 160px;
	height: 160px;
	background: url(images/live-style-copy.png) top left no-repeat;
	padding: 20px;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	display: none;
}
div.live-style-text p span {
	color: #fff200;
}
.singular-page-8 .live-style-text {
	display: block;
}
.singular-page-8 .promotions-slider {
	display: none;
}*/
div.live-style-text {
	display: none;
}
.singular-page-8 #content a {
	float: left;
	display: block;
}
.singular-page-8 #content {
	height: 477px;
	overflow: hidden;
	background: transparent;
}


.singular-page-6 #content {
	background:#fb6d45 url(images/phone.png) 335px 393px no-repeat;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 10px;
	font-weight: bold;
}

span.wpcf7-list-item {
	display: block;
	font-weight: normal;
	overflow: hidden;
}

#the_contact_form input {
	margin-bottom: 10px;
}

#the_contact_form p span.wpcf7-form-control-wrap.your-message textarea {
	width: 287px;
}

#contact_form_info p.privacy {
	text-transform: none;
	width: 210px;
	line-height: 18px;
	font-weight: normal;
	height: 194px;
}

#contact_form_info p.signup_info {
	font-size: 18px;
	line-height: 28px;
	text-transform: none;
	font-style:italic;
	
	font-weight: normal;
}


#checkboxes p {
	margin-bottom: 32px;
	
}

span.contact-by-label {
	padding-left: 5px;
}

span.wpcf7-list-item-label {
	display: block;
	float: left;
	text-transform: none;
	width: 130px;
	margin-top: 0px;
	padding-left: 5px;
	position: absolute;
	top: 0;
	left: 15px;
	
}

span.wpcf7-checkbox {
	
	display: block;
	overflow: hidden;
	margin-top: 16px;
	height: 166px;
}

span.wpcf7-list-item {
	margin-bottom: 16px;
	overflow: hidden;
	margin-left: 0;	
	position: relative;
	height: 30px;
}





#checkboxes span.wpcf7-list-item input {
	float: left;
	width: 15px;
	clear: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#the_contact_form {
	width: 298px;
	margin-left: 36px;
	float: left;
}

div#checkboxes {
	width: 184px;
	margin-left: 20px;
	float: left;
}

div#contact_form_info {
	width: 240px;
	float: left;
	margin-top: 15px;
}







	/* Secondary widget section */
	#secondary {
		clear: both;
		text-align: center;
		background: url(images/bg-nav-spring.png) top center repeat-y;
		padding:20px 154px;
		height: 14px;
		width: 936px;
		margin-left: -134px;
		
		}
		#secondary .widget {}
		#secondary h3 {
			display: none;
		}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {
						float: left;
						list-style: none;
						
						}
				#secondary .widget li a {
					display: block;
					padding: 0px 10px;
					border-right: 1px solid white;
					font-size: 12px;
					color: white;
					text-transform: uppercase;
					text-decoration: none;
					}

div#nav_menu-4 {
	width: 666px;
	float: left;
}
.msie div#hybrid-pages-5.widget.pages.widget-pages ul.pages {
	width: 464px;
}

div#text-3.widget.widget_text.widget-widget_text {
	width: 200px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}


					

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

#tec-events-calendar-header {
	display: none;
}

div.mens_events, div.womens_events {
	width: 350px;
	padding: 16px 0 26px 16px;
}

div.womens_events h4, div.mens_events h4 {
	color: #591f00;
	margin-bottom: 0;
}

div.mens_events {
	float: left;
	clear: left;
}
div.womens_events {
	float: left;
	clear: right;
}
div.theposts {
	color: #591f00;
	margin-bottom: 20px;
	
	padding-right: 20px;
}

span.upcoming-event-date, span.upcoming-event-end-date, span.upcoming-event-location, p.times {
	color: #fb6d45;
}
p.times {
	margin-bottom: 20px;
}



.category-events div#tec-content {
	width: 100%;
	padding: 0;
	margin:0;
	background: none;
	
}


	


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

/* Wrapper for the entire footer */
#footer-container { clear: both; width: 980px; margin:0 auto;}

	/* Subsidiary widget section */
	#subsidiary {
		margin-top: 28px;
		font-size: 12px;
		overflow: hidden;
	}
	.page-template-page-womens #subsidiary, .page-template-page-mens #subsidiary, .page-217 #subsidiary, .page-219 #subsidiary {
	display: none;
}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

#text-8, #text-2 {
	width: 200px;
	color: #591f00;
	line-height: 18px;
	float: left;
	padding-bottom: 60px;
	
}
#text-8 p, #text-2 p {
	padding-bottom: 1em;
}
#text-8 h3.widget-title {
	width: 200px;
	height: 167px;
	text-indent: -9999px;
	background: url(images/50-years.gif) top no-repeat;
	margin-bottom: 18px;
}
#text-2 h3.widget-title {
	display: none;
}
#text-2 a {
	color: #fb6d45;
	text-decoration: underline;
}
#text-2 h4 {
	line-height: 14px; font-weight: bold;
	padding-bottom: 8px;
}
.page-template-page-mens #content div.entry-content, .page-template-page-womens #content div.entry-content {
	color: #fb6d45;
	line-height: 24px;
}
#text-8 {
	width: 714px;
	float: left;
	padding-left: 66px;
	color: #fb6d45;
	line-height: 24px;
}
.msie #text-8 {
	display: inline;
	padding-left: 40px;
}
#text-8 h4, .page-template-page-mens #content div.entry-content h4, .page-template-page-womens #content div.entry-content h4 {
	color: #591f00;
	text-transform: uppercase;
	font-weight: bold;
}
#text-8 h4 span {
	text-transform: none;
}
#text-8 h5, .page-template-page-mens #content div.entry-content h5, .page-template-page-womens #content div.entry-content h5 {
	color: #591f00;
	font-weight: normal;
}
.page-template-page-mens #content div.entry-content div.columns, .page-template-page-womens #content div.entry-content div.columns {
	margin-right: 10px;
	margin-left: 10px;
	width: 18%;
	float: left;
	padding-bottom: 20px;
}
.page-template-page-mens #content div.entry-content #col_five1, .page-template-page-womens #content div.entry-content #col_five1 {
	margin-left: 0;
}
.page-template-page-mens #content div.entry-content #col_five5, .page-template-page-womens #content div.entry-content div.last.columns, .page-7 #content div.entry-content #col_five5 {
	margin-right: 0;
}

#text-8 div.column {
	margin-right: 14px;
	width: 23%;
	float: left;
	
}
#text-8 h3.widget-title {
	display: none;
}

.page-7 div.col {
	float: left;
	width: 168px;
	margin-right: 18px;
}
.page-7 .col p, .page-7 .col h4 {
	margin-left: 10px;
}
	
.page-7 .col.col4 {
	margin-right: 0;
}	
.page-7 .col.col1 img {
	margin-top: 10px;
	margin-bottom: 20px;
}
.page-7 .col3 p, .page-7 .col3 h4 {
	margin-left: 0;
}	
.page-7 p.bottom {
	width: 310px;
	float: right;
	text-align: right;
	font-style: italic;
}	
.page-7 img.cards {
	margin-top: 20px;
	margin-bottom: 80px;
}	
	
.page-219 #content div.entry-content div.columns, .page-217 #content div.entry-content div.columns {
	margin-right: 24px;
	width: 23%;
	float: left;
	padding-bottom: 20px;
	margin-left: 0;}
.page-219 #content div.entry-content #col_four4, .page-217 #content div.entry-content #col_four4 {
	margin-right: 0;
}



	/* Footer section */
	#footer { text-align: center; margin-top: 10px; font-size: 12px; color: #591f00;}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
		
#post-837 h1.post-title, .single-837 #comments-template, .single-837 .navigation-links {
	display: none;
}		
#lightbox-nav {
	display: none;
}

body.category-blog {
	background: url(images/bg_bark-blog.jpg) top center no-repeat;
}
.category-blog #site-title a {
	width: 473px;
	background: url(images/logo-blog.png) top left no-repeat;
}
.category-blog #container {
	margin-top: 38px;
}
.category-blog #content {
	width: 590px;
}
.category-blog #right-sidebar {
	width: 190px;
	float: right;
}
.category-blog #content .hfeed {
	margin-right: 40px;
}
#twitter-vjck h3 {
	color: #571f01;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
}
#twitter_time_line li {
	font-size: 11px;
	line-height: 1.1;
	margin-bottom: 6px;
	background: url(images/tweet-bg.gif) top center no-repeat;
}
#twitter_time_line li p.tweet {
	padding: 8px 8px 0 8px;
}
#twitter_time_line li div.bottom {
	background: url(images/tweet-left.gif) bottom center no-repeat;
	height: 19px;
}
#twitter_time_line li.odd div.bottom {
	background: url(images/tweet-right.gif) bottom center no-repeat;
}
.category-blog .post p {
	color: #f06b49;
	font-size: 12px;
	line-height: 1.5;
}
.category-blog .entry-summary, .category-blog .entry-content p {
	margin-bottom: 28px;
}
.category-blog .post img {
	display: block;
	margin: 0 auto 16px;
}
.category-blog .post {
	padding-bottom: 8px;
	margin-bottom: 22px;
	border-bottom: 1px dotted #bcbdbf;
	overflow: hidden;
	clear: both;
}
.category-blog .sharing {
	width: 171px;
	float: left;
}
.category-blog .comments-count {
	width: 170px;
	float: right;
	font-size: 12px;
	color: #571f01;
	font-style: italic;
	text-align: right;
	line-height: 18px;
}
.category-blog .comments-count .counter {
	width: 22px;
	height: 27px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: right;
	background: url(images/comment-counter.gif) top right no-repeat;
	font-style: normal;
	margin-left: 6px;

}
.category-blog .comments-count .counter a {
	color: #fff;
}
.category-blog .comment-list {
	list-style: none;
	border-top: 2px solid #bcbdbf;
	padding-top: 18px;
	margin-top: 12px;
}

.category-blog .comment-list li {
	font-size: 12px;
	color: #442118;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #bcbdbf;
	overflow: hidden;
	clear: both;
}
.category-blog .comment-list li:last-child {
	border-bottom: none;
}
.category-blog .comment-list li .comment-meta {
	font-style: italic;
	color: #f06b49;
}
.category-blog .comment-list li .comment-author {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #442118;
}
.category-blog #comments-template h3 {
	color: #442118;
	font-style: italic;
	display: inline;
}
.category-blog #comments-template h3 .comment-number {
	color: #f06b49;
	font-style: normal;
}
.category-blog #comments-template a.jump-to-comments {
	display: block;
	float: right;
	width: auto;
	padding: 2px 4px;
	background: #f06b49;
	color: #fff;
	font-size: 10px;
	font-style: italic;
}
.category-blog #respond {
	background: #f06b49;
	color: #fff;
	margin: 0 60px;
	padding: 20px;
}
.category-blog #respond h3 {
	color: #442118;
	font-size: 14px;
}
.category-blog #respond form label {
	display: block;
	font-weight: bold;
	margin:0 40px 2px;
	text-transform: uppercase;
	font-size: 14px;
}
.category-blog #respond form {
	margin-top: 18px;
}
.category-blog #respond form input.text-input, .category-blog #respond form textarea {
	display: block;
	width: 310px;
	margin:0 40px 6px;
	background: #fff;
	border: none;
}
.category-blog #respond form .form-submit {
	padding-left: 40px;
}
.category-blog a:hover {
	color: #000;
}
.category-blog .navigation-links {
	width: 310px;
	font-size: 12px;
	margin: 20px auto;
	text-align: center;
}
.category-blog #subsidiary {
	display: none;
}
.category-blog #primary h3 {
	font-size: 14px;
	text-transform: uppercase;
}
.category-blog div.hidden {
	display: none;
}
#primary .widget_text .flip-books h4 {
	color: #f06b49;
	margin-bottom: 10px;
	text-transform: none;
	font-size: 14px;
	font-style: italic;
}


