/*
THEME NAME: Gallatin Psychotherapy
THEME URI: http://manifestbozeman.com
DESCRIPTION: A custom Wordpress theme for Gallatin Psychotherapy.
VERSION: 1.0
AUTHOR: Philip Downer
AUTHOR URI: http://philipdowner.com
*/

/* Browser Reset */
@import url('css/reset.css');

/* Basic Typography with Baseline Grid */
@import url('css/type.css');

/* THEME LAYOUT */
/*@import url('css/layout.css');*/

/* PAGES */
@import url('css/pages.css');

/**********************************************
960 Grid System
Source: http://960.gs
***********************************************/
/*@import url('css/960.css');*/

/*Grid Overlay for debugging*/
/*@import url('css/overlay.css');*/

/**********************************************/
/* !QUICK STYLES */
/**********************************************/
.clearboth {
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/**********************************************
SIDEBAR LOCATIONS
***********************************************/
#primary.sidebar {
float:right;
width:300px;
margin-left:40px;
/*border:1px solid black;*/
}

/**********************************************
CONTENT LOCATION
***********************************************/
#container {
float: left;
width:998px;
padding:0 65px 0 67px;
background: transparent url(images/template/bg_contentshadow.png) repeat-y top left;
/*border:1px solid red;*/
}

#content {
width:600px;
margin-left:50px;
float:left;
clear:both;
/*padding:0 35px 0 15px;*/
/*border:1px solid red;*/
}

#contentwrap {
	background: transparent url(images/template/bg_greenfade.png) repeat-x top left;
	padding:20px 0;
}

/**********************************************
FOOTER LOCATION
***********************************************/
#footerwrap {
	background: transparent url(images/template/bg_footershadow.png) no-repeat bottom left;
	padding-bottom: 67px;
	width:1130px;
	clear:both;
}

#footer {
	clear: both;
	padding: 0 67px 0 67px;
	width:996px;
	min-height: 184px;
	background: transparent url(images/template/bg_footer.jpg) no-repeat bottom left;
}

/**********************************************************
***********************************************************
=WRAPPER
***********************************************************
***********************************************************/
body {
	padding: 0;
	margin:0;
	background:#b4bf96;
}
#wrapper {
	width:1130px;
	margin:0 auto;
	padding:20px 0;
	/*border:1px solid black;*/
}
/**********************************************************
***********************************************************
=HEADER
***********************************************************
***********************************************************/
#headerwrap {
	background: transparent url(images/template/bg_headershadow.png) no-repeat top left;
	padding-top:68px;
}
#header,#header h1 {
	text-align: left;
}

#header {
	width:996px;
	padding:15px 67px 0 67px;
	background: transparent url(images/template/bg_header.jpg) no-repeat top left;
	min-height:171px;
	margin:0 auto;
	text-align:center;
}

#blog-title {
	text-indent:-9999px;
	margin:0 auto;
	width:491px !important;
	height:118px !important;
	background: url('images/template/logo.jpg') no-repeat top left;
}

#logo {
	border:none;
}

h1#blog-description {
	text-indent:-9999px;
	height:1px;
	margin:0;
}

#header_img {
	background: transparent url(images/template/bg_contentshadow.png) repeat-y top left;
	width:996px;
	padding:0 67px;
}

/************************************************************************
=NAVIGATION MENU
************************************************************************/
div#menu {
width:100%;
background: transparent url(images/template/bg_nav.png) repeat-x top left;
clear:both;
height:42px;
margin-top:10px;
}

div#menu > ul {
	width:830px;
	margin:0 auto;
}

div#menu > ul > li {
	float:left;
	list-style:none;
	text-align:center;
	margin-left:0;
	padding-top:10px;
	font-size:16px;
}

div#menu ul li a {
	display:inline;
	text-decoration:none;
	border-bottom: none;
	text-transform: uppercase;
	color:#59413c;
	letter-spacing: 0.3mm;
	padding: 12px 20px;
}
	div#menu ul li a:hover {
		
	}

div#menu ul li.current_page_item,
div#menu ul li.current_page_parent,
div#menu ul li.current_page_ancestor,
div#menu ul li:hover {
	background: transparent url(images/template/bg_navarrow.png) no-repeat top center;
}

div#menu ul li.current_page_item a,
div#menu ul li.current_page_parent a,
div#menu ul li.current_page_ancestor a,
div#menu ul li:hover a {
	background: url(images/template/bg_white20.png) repeat top left;
}
	div#menu ul li.current_page_item a,
	div#menu ul li.current_page_parent a,
	div#menu ul li.current_page_ancestor a {
	
	}

/* MENU POSITIONING */
div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

div#menu ul ul li ul {
	visibility: hidden;
}
	/*NEED TO WORK ON THIS AS MOUSEOVER LEAVES TOO QUICKLY*/
	div#menu ul ul li:hover ul,
	div#menu ul ul li:hover {
		visibility: visible;
		left:100px;
		top:0px;
		padding:0;
	}

div#menu ul ul {
	
}

div#menu ul ul li {
	display: block;
	list-style: square;
	text-align:left;
	margin-left:0;
	float:none;
	text-indent: 0;
	height:auto;
	width:auto;
	border:none;
}
	div#menu ul ul li:hover {
	}
	div#menu ul ul li.current_page_item,
	div#menu ul ul li.current_page_ancestor {
	}
	div#menu ul ul li.current_page_item a {
	}
	div#menu ul ul a {
	}
	div#menu ul ul a:hover {
	}
	
/************************************************************************
=SIDEBAR
************************************************************************/
/*************************
#FROM BASE.CSS
**************************/
div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

/*************************
!PRIMARY SIDEBAR
**************************/
#primary.sidebar {
	padding-top:70px;
}

#primary a {
}
	#primary a:hover {
	}

#primary li.widget {
	background: transparent url(images/template/bg_widget-green.png) no-repeat top left;
	padding:40px 10px 15px 50px;
}
	#primary li.widget ul {
		margin-left:0;
	}
	
/*WIDGET THUMBNAILS */
#primary li.widget img.wp-post-image {
	border:3px solid #d8debf;
}

#primary .widget h3 {
	margin:0 0 15px;
	font-size:18px;
	color:#624633;
}
	li.widget li h4 {
		margin:0;
	}
	li.widget li h4 a {
		text-decoration: none;
	}
	li.widget li h4 a:hover {
		text-decoration: underline;
	}

#primary .widget li {
	list-style-type: none;
}

#primary li.widget p {
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:12px;
	line-height:18px;
	color:#6a6a68;
	margin-bottom:5px;
}

#primary li.widget p.more {
	text-align:right;
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	margin-bottom:0;
	font-size:14px;
	font-style: italic;
	padding-right:10px;
}
	#primary li.widget p.more a {
		text-decoration: none;
		color:#624633;
		border:none;
	}
	#primary li.widget p.more a:hover {
		text-decoration: underline;
	}

/*STAFF WIDGET */
#primary li#staff {
	padding-right:15px;
}

#primary li#staff img.wp-post-image {
	float:left;
	margin:0 15px 0 0;
}

#primary li#staff h4 {
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:14px;
	line-height:20px;
	color:#6f7554;
}

#primary li#staff p.more {
	font-size:14px;
	font-style: italic;
	color:#624633;
	margin-bottom: 0;
	text-align: right;
}
	#primary li#staff p.more a {
		color:#624633;
		text-decoration: none;
		border:none;
	}
	#primary li#staff p.more a:hover {
		text-decoration: underline;
	}
	
#primary li#staff li {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d0d0be;
	min-height: 85px;
}

/*SUBPAGES & GENERAL LISTS WIDGET*/
#primary li#subpages {
}
li#subpages li,
li.widget li {
	font-size:14px;
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	line-height:18px;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom:1px solid #d0d0be;
	padding-left:8px;
}
	li.widget li {
		padding-top:10px;
	}
li#subpages li a,
li.widget li a {
	text-decoration:none;
	border:none;
	color:#63674b;
}
li#subpages li a:hover,
li#widget li a:hover {
	text-decoration:underline;
}
li#subpages li.current_page_ancestor a,
li#subpages li.current_page_parent a,
li#subpages li.current_page_item a {
	text-decoration:underline;
	padding-left:15px;
	background: transparent url(images/template/bg_subpage-selected.png) no-repeat 0 4px;
}
	li#subpages li ul,
	li.widget li ul {
		padding-left:25px;
		margin:6px 0 14px 0;
	}
	li#subpages li ul li,
	li.widget li ul li {
		font-weight:normal;
		font-size:11px;
		line-height:15px;
		margin-bottom:5px;
		margin-left:-3px;
		list-style:square !important;
	}
	li#subpages li ul li a,
	li.widget li ul li a,
	li#subpages li ul li.current_page_item a,
	li#subpages li.current_page_item li a,
	li#subpages li.current_page_ancestor li a,
	li#subpages li.current_page_parent li a {
		font-weight:normal;
		text-decoration:none;
		background: none;
	}
	li#subpages li li.current_page_item a {
		font-weight:bold !important;
	}
	
/*NEWSLETTER WIDGET*/	
li#newsletter input[type=text] {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border: none;
	font-weight:bold;
	text-transform: lowercase;
	padding:8px 5px;
	margin-bottom: 5px;
}

li#newsletter input[type=submit] {
	padding:4px 6px;
	text-transform: uppercase;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:none;
	font-size:13px;
}
	#primary li#newsletter input[type=submit]:hover {
		cursor: pointer;
	}

/*FACEBOOK BADGE */
li#facebook h3 {
	margin:-34px 0 20px 0 !important;
}

/*SEARCH WIDGETS */
#primary li.widget.search input[type=text] {
	background: #fbfbf4;
	border:1px solid #bdc5a3;
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:14px;
	color:#484b30;
	font-weight:bold;
	padding:6px 8px 6px 8px;
	width:223px;
}
#primary li.widget.search input[type=submit] {
	font-size:14px;
	color:#624633;
	background: #bdc5a3;
	border:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	display: block;
	float:right;
	margin-top:10px;
	padding:6px 10px;
}
	#primary li.widget.search input[type=submit]:hover {
		background:#484b30;
		color:#fff;
	}

/* KEYWORD SEARCH WIDGET */
#primary li#keywordsearch label.screen-reader-text {
	display:none;
}
/*GREEN HEADERS ON WIDGETS */
#primary li#downloadforms h3,
#primary li#keywordsearch h3 {
	color:#75785e;
}
/*RECENT ARTICLES WIDGET*/
#primary li#recentarticles h3 {
	margin-bottom:0;
}
	#primary li#recentarticles li a:hover {
		text-decoration: underline;
	}
	
/*SUBSCRIBE TO UPDATES WIDGET */
#primary li#subscribetoupdates p.description {
	margin-bottom:10px;
}
#primary li#subscribetoupdates li a {
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size:14px;
	font-style:italic;
	color:#624633;
	text-decoration:none;
	position: relative;

}
	#primary li#subscribetoupdates li a:hover {
		text-decoration: underline;
	}

#primary li#subscribetoupdates li {
	padding:0 0 10px 60px;
	height:25px;
}
#primary li#subscribetoupdates li.rss {
	background: transparent url(images/icons/icon_rss.png) no-repeat 16px 0;
}

#primary li#subscribetoupdates li.email {
	background: transparent url(images/icons/icon_email.png) no-repeat 10px 0;
	margin-top:10px;
}

/*CONTACT INFO WIDGET */
#primary li#contactinfo img {
	border:3px solid #d8debf;
}
/************************************************************************
*************************************************************************
*************************************************************************/
/* !FOOTER */
/*************************************************************************
*************************************************************************
************************************************************************/
#footer {
	clear:both;
}

#footer a {
}
	#footer a:hover {
	}

/*QUOTATIONS PLUGIN */
#footer #quotation {
	width:50%;
	margin:0 auto;
	text-align:center;
}

	#quotation p {
		font-size:16px;
		line-height:20px;
		color:#7c654c;
	}
	#quotation p.quote {
		font-style:italic;
		margin-bottom:5px;
	}
	
/* FOOTER NAVIGATION */
#footer_nav {
}
#footer_nav ul {
}
#footer_nav ul li {
	list-style: none;
	display: inline;
	float:left;
	margin:0 10px;
}
#footer_nav a {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	padding:6px 10px 7px 10px;
	border:none;
}
	#footer_nav a:hover {
		text-decoration:none;
	}

/*FOOTER CONTACT */
#footer_contact {
	width:956px;
	padding:0 auto;
	text-align:center;
	margin-top:70px;
	font-size:16px;
	color:#754c24;
}
	#footer_contact a {
		color: #754c24;
		border: none;
	}
	
/* DISCLAIMERS */
#disclaimers {
	clear:both;
	font-size:12px;
	color:#949494;
	padding-top:15px;
	line-height:16px;
}

#disclaimers p {
	text-align:center;
	margin-bottom:15px;
}

#disclaimers p.policies {
	font-size:14px;
}
	#disclaimers .policies a {
		text-decoration:underline;
		font-weight: bold;
	}
	#disclaimers .policies a:hover {
		text-decoration: none;
	}

#disclaimers .attribution {
	font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
	font-size:10px;
}
#disclaimers .attribution a {
}

/*TOP OF PAGE LINK*/
#disclaimers .top a {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	background-color: #000;
	color:#fff;
	padding:6px 10px 7px 10px;
	border:none;
}
	#disclaimers .top a:hover {
		text-decoration:none;
	}

/**********************************************************
***********************************************************/
/* !ARCHIVES */
/***********************************************************
***********************************************************/
#teasers {}

#teasers .teaser {
	margin:10px 0;
	padding:10px;
	clear:both;
	border-bottom: 1px solid #b7c392;
	min-height:135px;
}

#teasers .teaser div.thumb {
	float:left;
	margin:0 25px 5px 0;
}
	#teasers .teaser div.thumb img {
		border:3px solid #d8debf;
	}

#teasers h3 {
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:16px;
	font-weight: normal;
	margin-top:0;
	color:#6c7251;
}
	#teasers h3 a {
		color:#6c7251;
		text-decoration: none;
		border:none;
	}
		#teasers h3 a:hover {
			text-decoration: underline;
		}

#teasers .teaser p {
	margin-bottom:5px;
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:14px;
	line-height: 24px;
	color:#575757;
}
	/*QUESTIONS PAGE*/
	body.pageid-178 #teasers .teaser p.excerpt .beforeexcerpt {
		color:#624633;
	}

#teasers .teaser a.more {
	color:#624633;
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	text-decoration: underline;
	border:none;
	font-style: italic;
	
}
	#teasers .teaser a.more:hover {
		text-decoration: none;
	}
	
/**********************************************/
/* !SEARCH RESULTS */
/**********************************************/
body.search-results .search-excerpt {
	border:1px solid #725a7c;
	background-color: #dec6e8;
	padding:0 4px 2px 4px;
}

body.search-no-results .noresults {
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:14px;
}
/**********************************************/
/* !PAGINATION */
/**********************************************/
.wp-pagenavi {
	clear:both;
	text-align:center;
	color:#787f5d;
	font-size:12px;
}
	.wp-pagenavi .pages {
		padding-right:10px;
	}
	.wp-pagenavi .current,
	.wp-pagenavi a.page {
		padding:2px 5px 3px 6px;
		text-align:center;
		margin-right:4px;
		border:1px solid #7d8462;
		color:#7d8462;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		-khtml-border-radius:2px;
		border-radius:2px;
	}
	.wp-pagenavi .current,
	.wp-pagenavi a.page:hover {
		background: #dfe7bd;
	}
	.wp-pagenavi a.nextpostslink,
	.wp-pagenavi a.previouspostslink {
		font-size:14px;
		color:#7d8462;
		text-decoration:none;
		border:none;
		padding:0 5px;
	}
		.wp-pagenavi a.nextpostslink:hover,
		.wp-pagenavi a.previouspostslink:hover {
			text-decoration: underline;
		}
/************************************************************************
*************************************************************************
*************************************************************************/
/* !POST AREA */
/*************************************************************************
*************************************************************************
************************************************************************/

/*************************
#POST META
**************************/
span.edit-link {
	height:16px;
	padding-left:22px;
	background: transparent url(images/icons/edit.png) no-repeat top left;
	float:right;
	margin-left:15px;
}
span.edit-link a {
	font-size:12px;
	font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
	color:#99997b;
	position: relative;
	top:-5px;
}
	span.edit-link a:hover {
		color:#b1b16e;
	}


/**********************************************
Headlines
***********************************************/
h2.entry-title {
	font-size:30px;
	color:#624633;
}

.entry-content h3 {
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	color:#6b513e;
	font-size:18px;
	font-weight:bold;
}

.entry-content h4 {
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:16px;
	font-weight: normal;
	color:#624633;
}

.entry-content h5 {
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#624633;
}

.entry-content h6 {
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size:14px;
	font-weight:bold;
	color:#624633;
}
/**********************************************/
/* Entry Intro */
/**********************************************/
.entry-intro {
	padding:5px 0 25px 0;
	font-style: italic;
	font-size:18px;
	line-height:24px;
	color:#575757;
}
/**********************************************
Entry Content
***********************************************/
.entry-content {
	font-size:14px;
	line-height:24px;
	color:#575757;
}

/*POST IMAGES */
.entry-content a:hover img,
div.wp-caption a:hover {
	border:none;
}

.entry-content img {
	border:3px solid #d8debf;
}

.entry-content img.wp-smiley {
	border:none;
}

.entry-content img.alignright,
.entry-content img.alignleft {
	margin-bottom:20px;
}
	.entry-content .alignleft {
		margin-right:20px;
		float:left;
	}
	.entry-content .alignright {
		margin-left: 20px;
		float:right;
	}

.entry-content .aligncenter {
	margin:10px auto 20px auto;
	text-align:center;
	clear:both;
	display: block;
}

.entry-content div.wp-caption {
	padding:15px 10px 5px 10px;
	text-align:center;
	background: #d8debf;
}
	.entry-content div.wp-caption img {
		float: none !important;
		border: none;
	}

.entry-content div.wp-caption p.wp-caption-text {
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	margin: 0;
	padding:5px 10px 10px 10px;
	font-size:11px;
	line-height:16px;
	text-align:center;
	letter-spacing:.1mm;
	color:#434730;
}

div.wp-caption.aligncenter {
	margin:0 auto 10px auto;
}

/*BLOCKQUOTES*/
.entry-content blockquote {
	margin:20px 0 20px 20px;
	padding:15px 15px 10px 20px;
	border-top: none;
	border-bottom: none;
	border-left:6px solid #727957;
}

.entry-content blockquote em {
	color:#6b513e;
	font-size:14px;
}

/* LISTS FOR PAGES */
body.page .entry-content ul,
body.page .entry-content ol {
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:14px;
	color:#92673d;
	margin-left:15px;
}

body.page .entry-content li {
	line-height:20px;
	margin-bottom:8px;
	margin-left: auto;
}

body.page .entry-content ul {
	list-style: square inside;
}

/** LISTS FOR POSTS **/
.entry-content ol,
.entry-content ul {
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:12px;
	margin-left:15px;
	line-height:20px;
}

.entry-content ul {
	list-style-image: url(images/template/list_arrow.png);
	list-style-position: outside;
	margin-left:25px;
}

.entry-content li {
	margin-bottom: 8px;
}

/** GENERAL LIST SETTINGS **/
.entry-content ol {
	list-style: decimal inside;
}

/** OBJECT EMBEDS **/
.entry-content object {
	margin:0 auto 10px auto;
	text-align:center;
}

/**********************************************/
/* BREADCRUMBS */
/**********************************************/
#breadcrumbs {
	font-size:11px;
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	color:#6b513e;
	padding-left:5px;
	margin-bottom: 25px;
}
	#breadcrumbs a {
		border:none;
		text-decoration:underline;
		color:#575757;
	}
	#breadcrumbs a:hover {
		text-decoration: none;
	}
	
/**********************************************/
/* !PHOTO GALLERIES */
/**********************************************/
.entry-content div.gallery {
	margin-bottom:10px;
}
.entry-content div.gallery .gallery-caption {
	display: none;
}

/**********************************************/
/* !POST META */
/**********************************************/
.entry-content .entry-meta {
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:11px;
	line-height:16px;
}
.entry-content .entry-meta p {
	margin-bottom:5px;
}
/**********************************************
Sociable
***********************************************/
div.sociable {
	margin: 25px 0 25px 0;
	padding: 10px;
	border-top:1px solid #b7c392;
	border-bottom: 1px solid #b7c392;
	text-align:center;
}

div.sociable h3 {
	font-size:18px;
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-weight:normal;
	color: #717755;
	margin-bottom:3px;
	margin-top:0;
}

.sociable a {
	border: none !important;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
}
span.sociable_tagline p {
	margin-top:0;
	margin-bottom: 8px;
	font-size:14px;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=50);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/************************************************************************
=COMMENTS
************************************************************************/
div#comments {
	font-size:12px;
}

/*REQUIRED MARKER*/
form#commentform span.required {
color:#c30;
}

/*************************
#COMMENTS LIST
**************************/
#comments-list ol {
	margin-top:0;
}

#comments-list h3 {
	font-size:24px;
	color:#624633;
}

#comments-list ol,
#comments-list ul {
	list-style-type:none;
}

#comments-list span.unapproved {
	padding:5px;
	margin:10px 0;
	display: block;
	border:2px solid #725a7c;
	background-color: #dec6e8;
	font-style: italic;
	width:100%;
	font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
	font-size:11px;
}

li.comment {
	font-size:14px;
	color:#5f5f5f;
	clear:both;
	padding:10px 0;
	margin:10px 0;
}

li.comment.bypostauthor {
	margin-left:15px;
	padding:15px 10px 15px 20px;
	border-left:5px solid #727957;
}

/*************************
#COMMENT AVATARS & AUTHOR
**************************/
li.comment div.comment-author {
	padding-bottom:15px;
}

li.comment div.avatar {
	width:84px;
	float:left;
	clear:left;
	margin-right:10px;
	margin-bottom:15px;
}

li.comment #thecomment {
	float:left;
	width:500px;
}
	li.comment.bypostauthor #thecomment {
		width:450px;
	}

li.comment div.avatar img {
	border:2px solid #727957;
}

li.comment .name {
	position: relative;
	font-size:16px;
	color:#727957;
	font-weight:bold;
	text-transform: capitalize;
	padding-bottom: 15px;
}

li.comment .name a {
	text-decoration: none;
	color:#727957;
}
	li.comment .name a:hover {
		text-decoration: underline;
	}
li.comment .date {
	font-size: 12px;
	position: relative;
	left:15px;
	font-style: italic;
	font-weight: normal;
	color: #787878;
}

/*************************
#COMMENT FORM
**************************/
/*COMMENTS HEADER & NOTES*/
div#respond {
	clear:both;
}
div#respond h3 {
	font-size:24px;
	color:#624633;
}

form#commentform p#comment-notes {
	font-size:14px;
	color:#767676;
}

/*FORM FIELDS*/
form#commentform .form-label {
margin:1em 0 0;
font-size:14px;
font-family:'Lucida Sans','Lucida Grande','Lucida Unicode',lucida,sans-serif;
color:#5a5a5a;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:4px 8px 4px;
font-size:14px;
border:1px solid #b8c09c;
background: #fcfcf6;
color:#624633;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
border-radius:3px;
}

input#author,input#email,input#url {
	width:65%;
	height:25px;
}

#commentform div.form-submit {
	padding:10px 0;
}

#commentform input#submit {
	background-color: #dfe7bd;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	color:#624633;
	padding:6px 15px;
	border:none;
	font-size: 14px;
	cursor: pointer;
}
	#commentform input#submit:hover {
		background-color:#c5cf9a;
	}

#commentform div.form-option {
	font-style: italic;
}
	#commentform .subscribe-to-comments a {
	}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:75%;
}

/**********************************************************
***********************************************************/
/* !GRAVITY FORMS */
/***********************************************************
***********************************************************/
.gform_wrapper {
	padding:10px 0;
}

.entry-content h3.gform_title {
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif !important;
	font-size:24px !important;
}