/*
THEME NAME: Haven
THEME URI: http://manifestbozeman.com
DESCRIPTION: A custom WordPress theme for HavenMT.org
VERSION: 1.0
AUTHOR: Philip Downer
AUTHOR URI: http://philipdowner.com
*/

/* Two-column with sidebar on left */
/*@import url('css/2c-l.css');*/

/* Default styles from Sandbox */
/*@import url('css/base.css');*/

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

/* Basic Typography with Baseline Grid */
@import url('css/type.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;
}
/**********************************************
SIDEBAR LOCATIONS
***********************************************/
#primary.sidebar {
float:left;
clear:both;
width:280px;
padding:2em 0 2em 0;
}

/**********************************************
CONTENT LOCATION
***********************************************/
#container {
float: left;
width:660px;
padding-top:2em;
padding-left:20px;
/*border:1px solid red;*/
background: transparent url(images/template/bg_content.jpg) repeat-x top left;
}
.home #container {
	padding:0;
	width:680px;
	background-position: 0 330px;
}

#content {
	padding:0 35px 0 15px;
}

/**********************************************
FOOTER LOCATION
***********************************************/
#footer {
	clear: both;
}

/**********************************************************
***********************************************************
=WRAPPER
***********************************************************
***********************************************************/
body {
	padding: 0;
	margin:0;
}
#wrapper {
	/*border:1px solid black;*/
	width:960px;
	border-right:1px solid #eaeaea;
	background: #fff url(images/template/bg_wrapper.jpg) repeat-y 0 222px;
	/*border-left:1px solid #eaeaea;
	margin:0 auto;*/
}
/**********************************************************
***********************************************************
=HEADER
***********************************************************
***********************************************************/

#header,#header h1 {
	text-align: left;
}

#header {
	padding:0;
	background-color: #9a8182;
}

/*ESCAPE FUNCTION */
#escape a {
	position: fixed;
	z-index: 9999;
	left:830px;
	top:10px;
	padding:5px 15px;
	font-family:lucida grande,lucida sans,lucida,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	background-color: #453233;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	color:#fff;
}
	#escape a:hover {
		background-color: #634e50;
		border:none;
	}

#blog-title {
	text-indent:-9999px;
	width:452px !important;
	height:183px !important;
	background: url('images/template/logo_area.png') no-repeat;
	margin:0;
	position: relative;
	z-index: 99;
}

a#logo {
border:none;
}

h1#blog-description {
	height:1px;
	margin:0;
	color:#8b9e4b;
	font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
	font-size:14px;
	font-weight:normal;
	position:relative;
	z-index: 999;
	margin-top:-60px;
	left:124px;
}

#branding {
width:452px;
height:183px !important;
float:left;
position: relative
z-index:99;
}

#header-info {
float:left;
position: relative;
z-index: 1;
margin-left:-10px;
width:518px;
height:73px;
background: transparent url(images/template/bg_header-fade.jpg) repeat-x bottom left;
padding-top:110px;
}
	#header-info a {
		border:none;
		text-decoration:underline;
		color:#fff;
		font-size:11px;
		font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
		padding:0;
	}

#header-info img#healing-advocacy {
	position: relative;
	left:20px;
}

#header-info p {
	margin: 15px 0 0 0;
	padding:7px 0 10px 0;
	float:left;
}

#header-info .header-help {
	width:320px;
	text-align:center;
	border-right:1px solid #c0afb0;
	padding-right:15px;
	margin-right:20px;
	margin-left:20px;	
}
	#header-info .header-help img {
	position: relative;
	top:4px;
	}

#header-info .header-donate {
	width:115px;
}
	#header-info .header-donate img {
		position: relative;
		top:-5px;
	}
	#header-info .header-donate span {
		position: relative;
		margin-top:-22px;
		top:-25px;
		left:45px;
		text-transform: lowercase;
	}
	#header-info .header-donate span a {
		color:#e1d6d7;
	}
	#header-info .header-donate span a:hover {
		color:#fff;
	}
	
/************************************************************************
=NAVIGATION MENU
************************************************************************/
div#menu {
width:100%;
clear:both;
height:35px;
border-top:2px solid #6d535e;
border-bottom:2px solid #6d535e;
background: #fff url(images/template/bg_nav-link.png) repeat-x top left;
position:relative;
z-index:9999;
}

div#menu ul li {
	float:left;
	list-style:none;
	height:30px;
	width:95px;
	padding:5px 18px 0 18px;
	text-align:center;
	margin:0;
}
	div#menu ul li.page-item-98,
	div#menu ul li.page-item-19 {
		width:85px;
	}
	div#menu ul li.page-item-99 {
		width:140px;
	}
	
	div#menu ul li.page-item-101 {
		width:110px;
	}

div#menu ul li a {
	display:inline;
	text-decoration:none;
	border-bottom: none;
	font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
	color: #8e7375;
}
	div#menu ul li a:hover {
		font-weight:bold;
	}

div#menu ul li.current_page_item,
div#menu ul li.current_page_parent,
div#menu ul li.current_page_ancestor {
	background: #7b9122 url(images/template/bg_nav-link-selected.png) repeat-x top left;
	border-right:1px solid #6d535e;
	border-left:1px solid #6d535e;
}
	div#menu ul li.current_page_item a,
	div#menu ul li.current_page_parent a,
	div#menu ul li.current_page_ancestor a {
		color:#fff;
	}

/*div#menu ul,
div#menu ul ul {
list-style:none;
margin:0;
padding:0;
}*/

div#menu ul li ul {
left:-999em;
position:absolute;
}

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

div#menu ul ul {
	/*width: 295px;*/
	padding:10px 0px;
	background-color: #798e39;
	font-size:13px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
}

div#menu ul ul li {
	display: block;
	list-style: square;
	text-align:left;
	margin-left:0;
	float:none;
	text-indent: 0;
	line-height:22px;
	padding:8px 12px 8px 12px;
	height:auto;
	width:auto;
	border:none;
	letter-spacing: 0.08em;
}
	div#menu ul ul li:hover {
		background-color: #5b6c27;
	}
	div#menu ul ul li.current_page_item,
	div#menu ul ul li.current_page_ancestor {
		background-image: none;
		background-color: #5b6c27;
	}
	div#menu ul ul li.current_page_item a {
		font-weight:bold;
	}
	div#menu ul ul a {
		color:#dfeabe;
		text-decoration:none;
		padding:8px 0 !important;
		font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	}
	div#menu ul ul a:hover {
		font-style: italic;
		font-weight:normal;
		color:#fff;
	}
		
/************************************************************************
=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 {
	/*background-color: #e8ecd9;*/
	font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
	font-size: 11px;
	line-height:16px;
	color:#5a613c;
}

#primary a {
	color:#5b6b18;
	text-decoration: underline;
	border:none;
}
	#primary a:hover {
		text-decoration: none;
	}

#primary li.widget {
	padding:15px 15px 15px 28px;
	border-top:1px solid #c3c6b6;
	border-bottom:1px solid #c3c6b6;
	list-style: none;
	background: #f4f6ec url(images/sidebar/flower_glyph.png) no-repeat -2px -2px;
	margin:40px 0;
}
	#primary li.widget ul {
		margin-left:0;
	}

#primary .widget h3 {
	position:relative;
	font-family:"Trebuchet MS",serif;
	font-weight:normal;
	font-size:18px;
	margin:-34px 0 0 0;
	padding:0;
	text-transform: lowercase;
	color: #636d38;
}
	li.widget li h4 {
		margin:0;
		font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
		font-size:12px;
		font-weight: bold;
	}
	li.widget li h4 a {
		color:#738626;
		text-decoration: none;
	}
	li.widget li h4 a:hover {
		text-decoration: underline;
	}

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

/*SUBPAGES*/
#primary li#subpages {
	margin:20px 0 50px 0;
}
li#subpages li {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:10px;
}
li#subpages li a {
	color:#738626;
	text-decoration:none;
}
li#subpages li a:hover,
li#subpages li.current_page_ancestor a,
li#subpages li.current_page_parent a,
li#subpages li.current_page_item a {
	text-decoration:underline;
	color:#5a613c;
}
	li#subpages li ul {
		padding-left:25px;
		margin:6px 0 14px 0;
	}
	li#subpages 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#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;
		color:#738626;
	}
	li#subpages li li.current_page_item a {
		font-weight:bold !important;
		color:#5a613c;
	}

/*UPCOMING EVENTS*/
#primary li#events {
	margin-top:20px;
}
	li#events p {
		margin-bottom: 10px;
	}
	li#events a.more {
		text-align:center;
	}

#primary li#donate_phone {
	width:247px;
	height:155px;
	background: transparent url(images/sidebar/donate_cell.png) no-repeat top left;
	margin-bottom: 45px;
}
	li#donate_phone p {
		width:170px;
		padding:70px 0 0 93px;
	}
	li#donate_phone a.more {
		font-size:12px;
	}
	
#primary li#newsletter h3 {
	margin-bottom: 5px;
}

#primary li#newsletter p {
	margin-bottom:0;
}
#primary li#newsletter p.description {
	margin-bottom:8px;
}
	#primary li#newsletter p.privacy {
		width:130px;
		font-size:10px;
		float:left;
		margin-right:15px;
	}
	#primary li#newsletter p.submit {
		float:right;
	}
	
#primary li#newsletter input[type=text] {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	background-color: #d9dccc;
	border: none;
	color:#5a613c;
	font-weight:bold;
	text-transform: lowercase;
	padding:8px 5px;
	width: 226px;
	margin-bottom: 5px;
}

#primary li#newsletter input[type=submit] {
	background-color: #4c7c00;
	padding:4px 6px;
	text-transform: uppercase;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	text-shadow: 1px 1px #375a00;
	border:none;
	color:#fff;
	font-size:13px;
}
	#primary li#newsletter input[type=submit]:hover {
		background-color: #375a00;
		text-shadow: 1px 1px #4c7c00;
		cursor: pointer;
	}
	
li#topics {
	font-size:12px;
	font-weight:bold;
	color:#abb192;
	line-height:16px;
}
li#topics ul {
	padding-left:15px;
}
li#topics li {
	margin-bottom:10px;
	list-style-type: square !important;
}
	li#topics li.last {
		margin-bottom:0;
	}
li#topics li a {
	color:#738626;
	text-decoration: none;
}
	li#topics li a:hover {
		color: #9da772;
	}

li#hotline {
	padding-bottom:40px;
}	
li#hotline h3 {
	width:250px;
	height:57px;
	text-indent: -9999px;
	background: transparent url(images/sidebar/crisis_hotline.png) no-repeat top left;
}
li#hotline p {
	padding-left:15px;
	font-size:12px;
}

li#hotline p.telephone {
	font-size:18px;
	font-weight:bold;
	color: #4c5c0c;
	margin:10px 0;
}

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

/************************************************************************
*************************************************************************
*************************************************************************/
/* !FOOTER */
/*************************************************************************
*************************************************************************
************************************************************************/
#footer {
	border-top:1px solid #afafaf;
	background: #fff url(images/template/bg_footer.jpg) repeat-x top left;
	font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
	padding:10px 20px;
}

#footer a {
	text-decoration:none;
	color:#715657;
	border:none;
}
	#footer a:hover {
		text-decoration:underline;
	}
	
/* FOOTER NAVIGATION */
#footer_nav {
	width:920px;
	min-height:40px;
	text-align:center;
	margin-bottom: 10px;
}
#footer_nav ul {
	padding:0;
	font-size:12px;
}
#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;
	background-color: #715657;
	color:#fff;
	padding:6px 10px 7px 10px;
	border:none;
}
	#footer_nav a:hover {
		text-decoration:none;
		background-color: #a18081;
	}
	
/* FOOTER BOXES */
#footer .footer_box {
	width:210px;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #eaeaea;
	float:left;
	min-height: 170px;
}

#footer #deep_howhelp.footer_box {
	margin-right: 0;
	padding-right: 0;
	border-right:none;
}

#footer .footer_box ul {
	margin:0 0 0 -20px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
	#footer .footer_box ul ul {
		margin:0 0 0 20px;
		list-style: disc;
		font-size:11px;
		font-weight:normal;
	}
	#footer .footer_box ul ul li {
		line-height:13px;
		padding-right:-4px;
		margin-bottom:6px;
		color:#9a8182;
	}
	
#footer .footer_box ul a {
	text-decoration:underline;
}
	#footer.footer_box ul a:hover {
		text-decoration: none;
		color: #a18081;
	}
#footer .footer_box ul ul a {
	text-decoration: none;
	color:#9a8182;
}
	#footer .footer_box ul ul a:hover {
		color:#715657;
	}
	
/* DISCLAIMERS */
#disclaimers {
	clear:both;
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	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 {
	color:#949494;
}

#disclaimers .top a {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	background-color: #a18081;
	color:#fff;
	padding:6px 10px 7px 10px;
	border:none;
	font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
}
	#disclaimers .top a:hover {
		text-decoration:none;
		background-color: #715657;
	}
	
/************************************************************************
*************************************************************************
*************************************************************************/
/* !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:#d6d0d0;
}
	span.edit-link a:hover {
		color:#795c5d;
	}


/**********************************************
Headlines
***********************************************/
h2.entry-title {
	color:#795c5d;
}

/**********************************************
Entry Content
***********************************************/
.entry-content {}

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

.entry-content img {}

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

.entry-content img.aligncenter {
	margin:10px auto 20px auto;
	text-align:center;
}

.entry-content div.wp-caption {
	background-color: #e7e7e7;
	padding:15px 10px 0 10px;
	text-align:center;
}
	.entry-content div.wp-caption img {
		border:1px solid #d8d8d8;
		float: none !important;
	}

.entry-content div.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px 0 10px 0;
	font-size:12px;
	line-height:20px;
	color:#6c825e;
	text-align:center;
	letter-spacing:.2mm;
}

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

/*BLOCKQUOTES*/
.entry-content blockquote {
	background: transparent url(images/template/bg_blockquote.png) no-repeat 10px 20px;
	padding: 10px 10px 10px 100px;
	/*border-top: 1px solid #e7e7e7;*/
	border-bottom: 1px solid #e7e7e7;
	margin:10px 0;
}

/**********************************************
Sociable
***********************************************/
div.sociable {
	margin: 25px 0 25px 0;
	padding: 10px;
	border-top:1px solid #d4d2c1;
	border-bottom: 1px solid #d4d2c1;
	text-align:center;
}

div.sociable h3 {
	color:#9f5325;
	font-size:18px;
	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;
	color:#5e523c;
}
.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=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/***********************************************************************/
/* PAYPAL DONATION BUTTON */
/***********************************************************************/
form.paypal {}
form.paypal.align-right {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}
form.paypal.align-left {
	float:left:
	margin:0 15px 10px 0;
}
form.paypal.align-center {
	clear:both;
	margin:15px auto;
	width:110px;
}

/***********************************************************************/
/* =GALLERIES */
/***********************************************************************/
.gallery {
	display:block;
	clear:both;
	margin:0 auto;
	width:600px;
}
dt.gallery-icon {
	float:left;
	margin:5px;
}

/************************************************************************
=COMMENTS
************************************************************************/
div#comments {
	font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
	font-size:12px;
}

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

/*************************
#COMMENTS LIST
**************************/
#comments-list h3 {
	color:#9a8182;
	font-size:18px;
}

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

#comments-list span.unapproved {
	padding:5px;
	margin:10px 0;
	background-color: #fffae2;
	font-style: italic;
	width:100%
	font-size:11px;
}

li.comment {
	color:#373737;
}

li.comment.bypostauthor {
	background-color: #fffae2;
	padding:10px 10px 10px 20px;
	border-left:5px solid #726751;
}
/*************************
#COMMENT AVATARS & AUTHOR
**************************/
li.comment div.comment-author {
	padding-bottom:15px;
}

li.comment div.avatar {
	width:84px;
	background: transparent url(../images/template/bg_avatar.png) no-repeat 74px 5px;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

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

li.comment div.name {
	font-family:Georgia,"Times New Roman",times,serif;
	font-style: italic;
	position: relative;
	font-weight:bold;
	color:#9a8182;
	font-size:16px;
	top:6px;
}

li.comment div.name a {
	font-size:16px;
	font-weight:bold;
	color:#9a8182;
	text-decoration: none;
}
	li.comment div.name a:hover {
		text-decoration: underline;
	}
li.comment div.name span.date {
	color:#726751;
	font-size: 12px;
	position: relative;
	left:15px;
}

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

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

/*FORM FIELDS*/
form#commentform .form-label {
margin:1em 0 0;
}

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

input#author,input#email,input#url,textarea#comment {
padding:8px 8px 0px;
background-color: #e4e4e4;
color:#735d5e;
font-size:14px;
border:1px solid #e4e4e4;
}
	#commentform input:focus,
	#commentform textarea#comment:focus {
		background-color: #e1d2d3;
		border:1px solid #9a8182;
	}

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

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

#commentform input#submit {
	background-color: #9a8182;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:6px 15px;
	border:none;
}
	#commentform input#submit:hover {
		background-color:#9a8182;
	}

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

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

div.comments ol li {
margin:0 0 3.5em;
}