/*
Theme Name: The Blessing Place Custom
Theme URI: http://dreamstarstudios.net
Description: Custom WordPress theme for The Blessing Place by Brian Feister of <a href="http://dreamstarstudios.net">DreamStar Studios</a>
Author: Brian Feister
Author URI: http://dreamstarstudios.net
Tags: The Blessing Place Custom, Fire, Water, Extreme, Dark, Light
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body{
	background: #0c0c0c;
	color: #d0d0d0;
	font-family: 'Lucida Grande', Sans-serif;
	font-size: 0.9em;
}
a{
	color: #ffb058;
	text-shadow:0 0 5px #bf7e00;
	text-decoration: none;
}
a:hover{
	text-shadow:0 0 5px #ffc046;
	border-bottom: 1px solid;
}
a.nostyle{
	color: #d0d0d0;
	text-shadow: none;	
}
a.nostyle:hover{
	border-bottom: 0 none;
}
a.noline, a.noline:focus{
	outline: 0 none !important;
}
.clear{
	clear: both;
}
.post p{
	padding: 0 0 15px 0;
	line-height: 1.8em;
}
#main_bg{
	background: url(images/body_bg.jpg) top left repeat-x;
	width: 100%;
	height: 100%;
}
#body_wrap{
	background: url(images/main_header.jpg) top center no-repeat;
	width: 932px;
	margin: 0 auto;
	padding: 0 24px;
	overflow: hidden;
	position: relative;
}
h1#logo, h1#logo a{
	width: 255px;
	height: 255px;
	text-indent: -9999px;
	display: block;
	float: left;
}
div#header{
	height: 255px;
	padding: 0 0 70px;
}
h1#logo a:hover{
	border-bottom: 0 none;
}
h1#logo a:focus{
	outline: 0 none;
}
#main_nav{
	background: url(images/main_nav_bg.png) top left no-repeat;
	float: right;
	width: 580px;
	height: 40px;
	padding: 0 5px 0 33px;
}
#main_nav li{
	float: left;
	padding: 6px .29em;
}
#main_nav li a{
	color: #d0d0d0;
	text-shadow: none;
}
#main_nav li a:hover, #main_nav li a.selected{
	color: #ffb058;
	text-shadow:0 0 5px #bf7e00;	
}
span#rss, span#podcast{
	float: right;
	height: 27px;
	padding-left: 35px;
	padding-top: 5px;
}
span#rss a, span#podcast a{
	width: 100%;
	height: 100%;
	display: block;
}
span#rss a:hover, span#podcast a:hover{
	color: #ffb058;
	text-shadow:0 0 5px #bf7e00;
}
span#rss{
	background: url(images/rss_sm.png) top left no-repeat;
	padding-right: 15px;
	margin-left: 10px;
}
span#podcast{
	background: url(images/podcast_sm.png) top left no-repeat;
}
#main_body{
	float: left;
	width: 602px;
}
#home_slider{
	width: 602px;
	height: 430px;
	padding-top: 36px;
	position: relative;
	overflow: hidden;
	background: url(images/slider_nav_mainbg.png) top left repeat-x;
}
#home_slider li{
	width: 602px;
	height: 430px;
	overflow: hidden;
	float: left;
}
.coda-slider-no-js .coda-slider { 
	overflow: auto !important; 
}

.coda-slider-wrapper { 
	width: 602px;
}
.coda-slider { background: #ebebeb }
	
.coda-slider-no-js .coda-slider { 
	height: 602px; 
	overflow: auto !important;
}
.coda-slider, .coda-slider .panel { 
	width: 602px;
} 
.coda-slider .panel a{ 
	display: block;
}
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { 
	width: 602px;
}
.coda-slider-wrapper.arrows .coda-slider { 
}
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { 
	background: #000; 
	color: #fff; 
	padding: 5px; 
	width: 100px;
}
#coda-nav-1{
	position: absolute;
	top: 0;
	width: 602px !important;
}
/* Tab nav */
.coda-nav ul li a.current { 
	background: url(images/slider_nav_active.png) top left no-repeat; 
	height: 49px;
	width: 29px;
}
/* Panel padding */
.coda-slider .panel-wrapper { 
}
/* Preloader */
.coda-slider p.loading { 
	padding: 20px; 
	text-align: center 
}
/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav */
	.coda-nav ul { display: block; overflow: hidden;  z-index: 5; position: absolute; top: 0; right: 0; }
	.coda-nav ul li { display: block;  z-index: 5; height: 47px; width: 29px; float: left; }
	.coda-nav ul li a { background: url(images/slider_nav_inactive.png) top left no-repeat; height: 47px; width: 29px; display: block; float: left; text-decoration: none;  z-index: 5; cursor: pointer }
	.coda-nav ul li a:focus{ outline: 0 none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; position: relative; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { display: none !important; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
/* -------------- SIDEBAR  -------------*/

#sidebar{
	float: right;
	width: 268px;	
	margin: 0 0 0 60px;
	font-size: 1.1em;
	padding: 0 0 20px 0;
	position: relative;
}

h2#upcoming_events{
	background: url(images/upcoming_events.png) top left no-repeat;
	width: 268px;
	height: 100px;
	text-indent: -9999px;
}
ul#upcoming_events{
	margin: 10px 0 0 0;
}
ul#upcoming_events li{
	display: block;
	padding: 0 0 10px 0;
	clear: both;
	height: auto;
	overflow: auto;
}
ul#upcoming_events span.event_date{
	display: block;
	float: left;
	width: 66px;
	color: #ffb058;
	text-shadow:0 0 5px #bf7e00;
	font-weight: bold;	
}
ul#upcoming_events span.event_title{
	float: left;
	display: block;
	width: 200px;
	color: #d3f7ff;
}
ul#upcoming_events li:hover span.event_title{
	text-decoration: underline;
	color: #fff;
}
#events_footer{
	background: url(images/events_footer_bg.png) top left no-repeat;
	height: 77px;
	width: 268px;
	margin-top: 10px;
	padding: 3px 0;
	z-index: 5;
}
div#follow_us{
	background: url(images/follow_us.png) top left no-repeat;
	width: 268px;
	height: 18px;
	padding-left: 90px;
}
#follow_us a{
	height: 16px;
	float: left;
}
#follow_us a{
	padding-left: 20px;
	padding-top: 2px;
	display: block;
	font-size: 0.75em;
	color: #d0d0d0;
	text-shadow: none;
}
#follow_us a:hover{
	border-bottom: 0 none;
	text-decoration: underline;
	background-position: 0 -18px;
	color: #ffb058;
}
#follow_rss{
	background: url(images/follow_rss.jpg) top left no-repeat;
	width: 28px;
}
#follow_fb{
	background: url(images/follow_fb.jpg) top left no-repeat;
	width: 58px;
}
#follow_flickr{
	background: url(images/follow_flickr.jpg) top left no-repeat;
	width: 32px;
}
a#all_events{
	text-indent: -9999px;
	width: 100%;
	display: block;
	height: 40px;
	outline: 0 none;
}
.searchform_top_text{
	padding: 5px;
	background: #151515;
	font-size: 0.9em;
	border: 1px dashed #262626;
	color: #fff;
	width: 221px;
	float: left;
	height: 22px;
}
.searchform_top_text:hover{
	color: #000;
	background: #fff;
	border: 1px dashed #b0b0b0;
}
#gosearch{
	border: 1px dashed #262626;
}
.email_signup{
}
.email_field{
	width: 254px !important;
	margin-top: 10px !important;
	text-align: center;
}
form .submit{
	cursor: pointer;
	height: 34px;
	border-top: none;
	width: 266px !important;
	font-weight: bold;
	text-transform: uppercase;
}
form .submit:hover{
	background: #c4c4c4;
}
.mce_inline_error, #mce-error-response{
	color:  #c90000;
	text-align: center;
	font-size: .8em;
}
/* -------------- HOME template -------------*/
#home_cta{
	clear: both;
	padding-top: 30px;
}
#home_cta li{
	width: 302px;
	height: 180px;
	display: block;
	float: left;
	margin-right: 12px;
}
#home_cta li a{
	width: 188px;
	height: 61px;
	padding: 119px 5px 0 109px;
	display: block;
	color: #d0d0d0;
	text-shadow: none;
	font-size: .8em;
	outline: 0 none;
}
#home_cta li a:hover{
	border-bottom: 0 none;
}
#home_cta li#podcast{
	background: url(images/badge_podcast.jpg) top left no-repeat;
}
#home_cta li#empower{
	background: url(images/badge_empower.jpg) top left no-repeat;
}
#home_cta li#donate{
	background: url(images/badge_donate.jpg) top left no-repeat;
	margin-right: 0;
}
#home_cta li:hover{
	background-position: 0 -180px !important;
}

/* -------------- Page Level styles -------------*/
.long_date, .post_date{
	color: #fff;
	font-size: 1.4em;
	margin: -10px 0 0;
	display: block;
}
img.alignleft{
	padding-right: 10px;
}
img.alignright{
	padding-left: 10px;
}
.post .wp-post-image{
	margin-top: 15px;
}
.list_title, .page_title{
	color:#8aeaff;
	font-family:'Helvetica Neue','Century Gothic',Arial;
	font-size:2.1em;
	font-weight:200;
	padding: 30px 0 20px 0;
	text-transform: uppercase;
}
.main{
	font-size: 2.4em !important;
	letter-spacing: .2em;
}
.a_list_title, .a_list_title:hover{
	text-shadow: none;
}
h2 .a_list_title:hover{
	color: #fff;
}
h2.list_title a.a_list_title{
	padding: 0 0 0 5px;
	background: #64b8ca;
	width: auto;
	color: #000;
	display: block;
	border-bottom: 1px solid #262626
}
h2.list_title a.a_list_title:hover{
	background: none;
	color: #9feeff;
}
.wp-post-image{
	padding-bottom: 10px;
}
.content_body p{
	padding-left: 10px;
	padding-right: 10px;
}
a.readmore{
	display: inline;
}
.postmetadata{
	display: block;
	padding: 10px;
	background: #151515;
	margin-bottom: 50px;
	font-size: 1.2em;
	border: 1px dashed #262626;
}
.single_post_meta{
	display: block;
	padding: 10px !important;
	background: #151515;
	margin-bottom: 50px;
	font-size: .9em;
	border: 1px dashed #262626;	
}
.postmetadata a{
	float: right;
	margin-left: 8px;
	height: 19px;
	display: block;
	color: #e58922;	
}
.postmetadata a:hover{
	border-bottom: 0 none;
	color: #FFB058;
}
.comments_link{
	background: url(images/comment_bubble.jpg) top left no-repeat;
	padding: 0 0 0 40px;
}
.comments_link:hover{
	background-position: 0 -19px;
}
h3.sub_heading{
	color: #8AEAFF;
	font-size: 1.6em;
	margin-bottom: 15px;
}
.paypal_donate{
	background: url(images/donate_paypal.png) top left no-repeat;
	width: 174px !important;
	height: 41px !important;
	border: 0 none;
	margin-bottom: 30px;
	cursor: pointer;
	outline: 0 none;
}
.paypal_donate:hover{
	background-position: 0 -41px;
}
.paypal_donate:active{
	background-position: 0 -82px;
}

/* -------------- FOOTER  -------------*/
#footer_repeat{
	clear: both;
	width: 100%;
	background: url(images/footer_repeat.jpg) top left repeat-x;
	background-color: #41829e;
}
#footer{
	background: url(images/footer_waves.jpg) top left no-repeat;
	color: #000;
	margin: 60px 0 0 0;
	height: auto;
	padding: 0 0 30px;
	overflow: hidden;
}
#footer_wrap{
	width: 932px;
	margin: 0 auto;
	padding: 130px 44px 10px 44px;
}
#footer a{
	outline: 0 none;
	text-shadow: none !important;
}
#col_a, #col_b{
	float: left;
	width: 302px;
	margin-right: 30px;
}
#col_c{
	float: right;
	width: 268px;
}
.footer_title{
	color:#151515;
	font-family:'Helvetica Neue','Century Gothic',Arial;
	font-size:1.9em;
	font-weight:200;
	padding: 20px 0 15px 0;
	text-transform: uppercase;
	line-height: .8em;
}
.category_listing li{
	margin-left: 7px;
	padding: 5px 5px 3px 5px;
	color: #FFB058;
}
#col_c .category_listing{
	font-weight: bold;
}
#col_c .category_listing a{
	font-weight: normal;
	padding-left: 3px;
}
#col_c .comments strong{
	color: #ffd4a5;
	text-decoration: underline;
}
.category_listing li:hover{
	background: #151515;
}
.category_listing a:hover{
	text-shadow: none;
	border-bottom: none;
}
.post .flickr_title{
	color: #8AEAFF;
}
.flickr_title em{
	font-style: normal;
	
}
.flickr_title em.p{
	color: #ca4084;
}
.flickr_title em.b{
	color: #0059a4;
}
.flickr_footer li{
	float: left;
	padding: 4px 6px;
}
.flickr_footer img{
	border: 5px solid #5e5e5e;
}
.flickr_footer li:hover img{
	border: 5px solid #232323;
}
.category_listing .email, .category_listing .facebook, .category_listing .flickr, .category_listing .podcast, .category_listing .rss, .category_listing .ustream{
	padding-left: 22px;
}
.category_listing .email{
	background: url(images/icon_email_16.png) top left no-repeat;
}
.category_listing .facebook{
	background: url(images/icon_facebook_16.png) top left no-repeat;
}
.category_listing .flickr{
	background: url(images/icon_flickr_16.png) top left no-repeat;
}
.category_listing .podcast{
	background: url(images/icon_podcast_16.png) top left no-repeat;
}
.category_listing .rss{
	background: url(images/icon_rss_16.png) top left no-repeat;
}
.category_listing .ustream{
	background: url(images/icon_ustream_16.png) top left no-repeat;
}
h4.getintouch{
	
}
#col_c span{
	display: block;
	color: #FFB058;
	margin-left: 10px;
}
ul.comments a{
}
#footer .credits{
	background: #7dacc0;
	padding: 5px;
	width: auto;
	margin: 0 auto;
	text-align: center;
	font-size: .8em;
	margin-top: 20px;
}
#footer .credits a{
	font-weight: bold;
	color: #000;
}

/* --------------------------------------social bookmark meta-------------------------------------------*/

div.social_bookmarks{
	background: url(images/social_bookmarks_bg.jpg) bottom center no-repeat;
	width: 100%;
	height: 120px;
}
.social_bookmarks ul.icons a{
	outline: 0 none;
}
.social_bookmarks h3.social_bookmarks_title{
	width: 100%;
	color: #64B8CA;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: normal;
}
div.social_bookmarks ul.icons{
	width: 255px;
	margin: 0 auto;
	display: block;
	position: relative;
}
div.social_bookmarks ul li{
	float: left;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
div.social_bookmarks li{
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	float: left;
}
div.social_bookmarks li a{
	width: 28px;
	height: 45px;
	display: block;
}
div.social_bookmarks li a:hover{
	border: 0 none;
}
.social_bookmarks ul.icons li.digg_s{
	background: transparent url(images/icons/digg.png) no-repeat top center;
}
.social_bookmarks ul.icons li.stumble_upon_s{
	background: transparent url(images/icons/stumble.png) no-repeat top center;
}
.social_bookmarks ul.icons li.design_float_s{
	background: transparent url(images/icons/design_float.png) no-repeat top center;
}
.social_bookmarks ul.icons li.delicious_s{
	background: transparent url(images/icons/delicious.png) no-repeat top center;
}
.social_bookmarks ul.icons li.twitter_s{
	background: transparent url(images/icons/twitter.png) no-repeat top center;
}
.social_bookmarks ul.icons li.reddit_s{
	background: transparent url(images/icons/reddit.png) no-repeat top center;
}
.social_bookmarks ul.icons li.technorati_s{
	background: transparent url(images/icons/technorati.png) no-repeat top center;
}
.social_bookmarks ul.icons li.newsvine_s{
	background: transparent url(images/icons/newsvine.png) no-repeat top center;
}
.social_bookmarks ul.icons li.facebook_s{
	background: transparent url(images/icons/facebook.png) no-repeat top center;
}
div.social_bookmarks ul.icons li span{
	position: absolute;
	width: 100% !important;
	text-indent: 0 !important;
	bottom: -40px;
	left: -2px;
	padding: 0 20px 0 0;
	display: none;
	text-align: center;
	font-size: .75em;
	font-style: italic;
	color: #FFB058;
}
div.social_bookmarks ul.icons li:hover span{
	display: inline;
}

/* --------------- Post ENTRY NAV --------------- */

.entry_nav{
	height: auto;
	margin-bottom: 20px;
}
.entry_nav, .entry_nav a{
}

/* -------------- COMMENTS -------------*/

#respond{
	padding-top: 50px;
}
#comment_author_info{
	float: left;
	width: 165px;
	padding: 10px 0 0 0;
	font-size: 1.05em !important;
}
#comment_author_info small{
	margin: 0 0 3px 0;
}
.single_post_meta{
	display: block;
	padding: 10px !important;
	background: #151515;
	margin-bottom: 10px;
	font-size: .9em;
	border: 1px dashed #262626;	
}
ol.commentlist{
	padding: 20px 0 20px;
}
.comment-author{
	display: block;
	padding: 3px !important;
	background: #151515;
	margin-bottom: 5px;
	font-size: .9em;
	border: 1px dashed #262626;	
}
cite.fn{
	font-size: 1.5em;
	font-weight: bold;
}
.comment-body{
	padding-bottom: 15px;
}
textarea#comment{
	float: left;
	margin: 0 0 0 10px;
	padding: 5px;
	width: 417px;
	font-family: 'Lucida Grande', Sans-serif;
}
.grayfield{
	background: #353535;
	border: 0 none;
	color: #fff;
}
input.grayfield{
	width: 140px;
	padding: 3px;
	margin: 0 0 10px;
	font-size: .8em;
}
#respond h3, h3#comments{
	padding: 0 0 0 5px;
	background: #64b8ca;
	width: auto;
	color: #000;
	display: block;
	border-bottom: 1px solid #262626;
	font-size: 2.1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px;
}
h3#comments{
	background: none !important;
	color: #64b8ca !important;
}
input#submit{
	float: right;
	background: #ff9622;
	border: 0 none;
	color: #000;
	font-size: 1.3em;
	margin: 10px 0 0 0;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
}
input#submit:hover{
	background: #000;
	color: #ff9622;
}
