/*  Theme Name: 7000 Days
Theme URI: 7000days.org
Description: For Highpoint Church's Family Ministry
Version: 1.0
Author:Tommy Brandt / Highpoint Church / Soulfire Creative
Author URI: www.soulfirecreative.com
Tags:
*/

 
/*
Color Palette
Orange: #ff7a00
Blue: #619fb9
*/


/* TABLE OF CONTENTS
------------------------
- GENERAL
- TOOLS
- MAIN STRUCTURE
- HEADER & NAV
- HOME
- CONTENT
- BLOG
- JOURNAL
- STORIES
- BUTTONS
- SIDEBAR
- EVENTS
- ADS
- FOOTER


*/

@import url('reset.css');


/*-----GENERAL----*/
html, body { height: 100%; }

body {
	background: #555555 no-repeat;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 15px;
	color:#FFFFFF;
	position: relative;
	min-height: 100%;
}

div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 15px;
	color:#ffffff;
	margin-bottom: 8px;
}

em { font-style: italic; }

small { font-size: 10px; }

a, a:link, a:visited{
	color: #619fb9;
	text-decoration: none;
}

a:hover, a.over {
	color: #ffffff;
	text-shadow: 0px 0px 7px #619fb9;
}

a:hover img, a.over img{
	border-bottom: 0;
}

a:active, a:focus {
      outline: 0;
}

h1 {
	font-family: "Arial Black", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 3px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {	/*---TITLE --*/
	font-family: "Arial Black", "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}


h3 {   /*---SUBTITLE --*/
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 3px;
	font-weight: Bold;
}

h3 a, h3 a:link, h3 a:visited {
	color: #FFFFFF;
}

h3 a:hover, h3 a.over {
	color: #ff7a00;
	border-bottom: 1px dotted;
	text-shadow: 0px 0px 7px #ff7a00;
}


h4 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 3px;
}


h5 { /*---AUTHOR --*/
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #619fb9;
	margin-bottom: 5px;
}


h6 {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 5px;
}

sup {
	font-size: 70%;
	vertical-align: 50%;
}


strong { font-weight: bold; }

hr {
	border: 0;
	border-bottom: 1px solid #ff7a00;
	height: 0px;
	clear: both;
	margin: 10px auto;
}

img {
	vertical-align: middle;
	border: 0;
}

ol {
	list-style: decimal;
	list-style-position: outside;
	padding-left: 20px;
}

ol li {
	padding-bottom: 10px;
}



/*------- TOOLS -------*/
.floatLeft, .alignleft { float: left; display: inline; position:relative;}
.floatRight, .alignright { float: right; display: inline; position:relative;}
.clear { clear: both; }
.center { text-align: center; }
.caps { text-transform: uppercase;}
.sidePad20 { padding: 0 20px; }
.pad7 {	padding: 7px; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.pad20 { padding: 20px; }
.pad1020 { padding: 10px 20px; }


/*------- MAIN STRUCTURE -------*/
#page_wrap {
	width: 1000px;
	margin: 25px auto 20px;
	clear: both;
	position: relative;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: url(assets/images/blacktrans60.png);
}

#main_content {
	position: relative;
	width: 655px;
	float: left;
	padding-bottom: 15px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: url(assets/images/blacktrans60.png);
}

/*------- HEADER & NAV -------*/
#header_wrap {
	width: 100%;
	height: 50px;
	background: #ff7a00;
	margin-bottom: 25px;
}

#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#logo a {
	width: 151px;
	height: 38px;
	border: 0;
	display: block;
	background: url(assets/images/7000days_logo.png) no-repeat center top;
	text-indent: -9999px;
	float: left;
	margin-top: 5px;
}

#parenttag {
	width: 284px;
	height: 13px;
	border: 0;
	display: block;
	background: url(assets/images/parenting_tag.png) no-repeat center top;
	text-indent: -9999px;
	float: left;
	margin-top: 17px;
	margin-left: 7px;
}

ul#nav {
	margin: 0 ;
	padding: 0;
	list-style-type:none;
	float: right;
}

ul#nav li {
	float: left;
	position: relative;
	color: #ffffff;
	line-height: 50px;
}

ul#nav li a {
	display:block;
	float:left;
  	font-size: 16px;
	color: #ffffff;
	border: 0;
	text-transform: uppercase;
	padding: 0 10px;
}

ul#nav li:hover {
	background: #619fb9;
}

ul#nav li#current {
	background: #619fb9;
}

ul#nav li ul {
	display: none;
	position: absolute; 
	top: 45px;
	left: 2px;
}

li > ul {
	top: auto;
	left: auto;
}

ul#nav li:hover ul {
	display: block;
}

ul#nav li:hover ul li {
	background: none;
	line-height: 35px;
	height: 35px;
}

ul#nav li:hover ul li a {
	background: #5f1c10;
	border-left: solid 0px #ffffff;
	border-bottom: solid 1px #ffffff;
}

ul#nav li:hover ul li a:hover {
	background: #b8975b;
}


	
/*-------HOME-------*/
#home_feature {
	width: 960px;
	height: 310px;
	margin: 0px auto;
	background: #ff7a00;
}

.Volunteer #home_feature {
	background: #619fb9;
}

#feature_text {
	width: 425px;
	float: left;
}

#feature_slides {
	width: 482px;
	height: 272px;
	background: #333333;
	border: 1px solid #CCCCCC;
	float: right;
}

#home_content h2 a {
	color: #ffffff;
}

#home_content h2 a:hover {
	color: #619fb9;
}

#home_content {
	position: relative;
	margin-top: 20px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	clear: both;
}

#home_resources {
	width: 325px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	background: url(assets/images/blacktrans60.png);
	float: left;
}


#home_blogs {
	margin: 0 20px;
	width: 325px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	background: url(assets/images/blacktrans60.png);
	float: left;
}

#home_events {
	width: 270px;
	height: 520px;
	background: url(assets/images/blacktrans60.png);
	float: left;
}

.homepost, .resourcepost, .monthpost {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #666666;
}

#volspot, #andy-bio {
	margin-top: 20px;
	background: #619fb9;
}

#volspot-pic img, #andybio-pic img{
width: 175px;	height: 175px;
	overflow: hidden;
	margin-right: 15px;
	border: 5px solid #ffffff;
	float: left;
}

#volspot-text a, #andybio-text a{
	color: #ffffff;
	border-bottom: 1px dotted;
}

#volspot-text a:hover, #andybio-text a:hover{
	border-bottom: 1px dotted #ff7a00;
}


/*-----CONTENT----*/

#main_content ul {
	padding-bottom: 10px;
	list-style: disc;
	list-style-position: inside;
}

#main_content ul li {
	padding-left: 10px;
	margin-bottom: 3px;
}

#main_content ul li ul {
	padding-top: 3px;
}

.vvqbox {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

.staff_pic {
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #ffffff;
}

.staff_bio {
}

.archive-post, .this-month-post {
	padding: 10px;
	border-bottom: 1px solid #619fb9;
}


/*-----FORMS----*/

/*-----RESOURCES----*/
.resources #main_content {
	width: 100%;
}

#resources_books_wrap, #resources_videos_wrap, #resources_tools_wrap {
	margin-bottom: 20px;
	height: 300px;
	clear: both;
	position: relative;
}

#resources_books_wrap a:hover, #resources_videos_wrap a:hover, #resources_tools_wrap a:hover {
	color: #ffffff;
}

#resources_books_wrap {
	background: #90b626 url(assets/images/books_side2.png) left center no-repeat;
}

#resources_videos_wrap {
	background: #619fb9 url(assets/images/videos_side2.png) left center no-repeat;
}

#resources_tools_wrap {
	background: #ff7a00 url(assets/images/tools_side2.png) left center no-repeat;
}

h2.resource_title {
	width: 68px;
	height: 300px;
	text-indent: -9999px;
	float: left;
	margin: 0;
}

#resources_books_wrap h2.resource_title {
	background: url(assets/images/books_side.png) left center no-repeat;
}

#resources_videos_wrap h2.resource_title {
	background: url(assets/images/videos_side.png) left center no-repeat;
}

#resources_tools_wrap h2.resource_title {
	background: url(assets/images/tools_side.png) left center no-repeat;
}

.resource_book, .resource_video, .resource_tools {
	width: 260px;
	height: 235px;
	margin-left: 15px;
	float: left;
}


/*-----BLOG----*/
#blog_feature {
	width: 640px;
	height: 310px;
	margin: 0 10px 0 0;
	background: #619fb9;
	float: left;
}

#blogfeature_pic {
	width: 300px;
	height: 280px;
	border: 1px solid #666666;
	float: left;
}

#blogfeature_text {
	width: 300px;
	float: right;
}

#blogfeature_text h3{
	font-size: 24px;
}

#blogfeature_text h5 {
	color: #555555;
}


#blog_twitter_wrap {
	width: 300px;
	height: 310px;
	margin: 0 0 0 10px;
	background: #619fb9;
	float: right;
}

#blog_twitter_wrap a {
	color: #ffffff;
	border-bottom: dotted 1px #ffffff;
}

#twitter_div a,.twitter-link {
	color: #ffffff;
}

#twitter_div a:hover {
	color: #ff7a00;
}

#twitter_update_list {
	padding-bottom: 10px;
}

.blog_home_tweet {
	margin-bottom: 10px;
}

#blog_content {
	clear: both;
	margin-top: 10px;
}

#social_share {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.fb_share_size_Small {
	margin-bottom: 4px;
}

#tweetmeme_button {
	margin-left: 3px;
}

.bloghome_post {
	width: 300px;
	height: 300px;
	margin: 10px;
	background: url(assets/images/blacktrans60.png);
	float: left;
	position: relative;
}

.bloghome_thumb {
	width: 270px;
	height: 75px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}

.post_cats {
	font-size: 11px;
}

.post_cats a {
	font-weight: normal;
	font-size: 11px;
	color: #ff7a00;
	margin-bottom: 5px;
}

.post_cats a:hover, a.over {
	color: #ffffff;
}

#blog_archives {
	clear: both;
	background: #ff7a00;
	width: 100%;
	padding: 15px;
	margin: 20px 10px 10px 10px;
}

.blog_archive_panel {
	float: left;
	width: 300px;
}

#blog_archives a {
	color: #ffffff;
}

#blog_archives a:hover {
	text-shadow: 0px 0px 7px #ffffff;
}



/*-----AUTHOR BOX----*/
#author-info {
	margin: 20px 0 20px 0;
	background: #333333;
	border: 1px solid #CCCCCC;
	position: relative;
	padding: 10px;
	overflow: auto;
}

#author-image {
	float: left;
	margin: 7px 10px 5px 0;
	border: 5px solid #DCDCE1;
}

#author-bio {
	margin-left: 92px;
}

.about-author {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 3px;
}

.author-email {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}


/*-----COMMENTS----*/
#commentswrap {
	padding-top: 15px;
	clear: both;
}

ol.commentlist {
	list-style: none;
	padding-left: 0px;
}

.comment {
	padding: 7px 7px 7px 10px;
	position: relative;
	border-bottom: 1px solid #619fb9;
}

.avatar {

}

.comment-author {
	font-size: 15px;
	background: none;
	float: left;
	margin-right: 10px;
	margin-left: 80px;
	width: 150px;
	float: left;
}

.comment-quote {
	margin-left: 80px;
}

.comment-author img {
	border: 1px solid #666666;
	display: block;
	margin-bottom: 4px;
	padding: 5px;
}
.comment-meta {
	clear: both;
}

#respond {
	clear: both;
}



#commentswrap {
	clear: both;
	padding: 10px 10px 0;
	border-top: 1px dotted #245b6d;
}

ol.comment-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

li.comment {
	list-style: none !important;
	margin: 0px 0px 10px;
	padding: 5px 7px 5px 10px;
	position: relative;
	min-height: 100px;
}

.comment-author {
	padding: 0 0 5px 0;
}

.comment-list img.avatar {
left: 11px;
position: absolute;
top: 9px;
}

.comment-quote {
	padding: 10px;
	margin-right: 10px;
	clear: both;
}

/*-----WP STANDARDS----*/

.size-full, .size-medium, .size-thumbnail {
	margin: 10px 10px 10px 5px;
	padding: 3px;
	border: 1px solid #ffffff;
}

/*-----SOCIALABLE----*/
#main_content .sociable ul li:before {
	content: "";
}

.sociable {
	padding: 10px 0 20px 0;
}

.sociable ul {
	display: inline;
	margin: 0px !important;
	padding: 0px !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0px;
	padding: 1px;
}


/*-----BUTTONS----*/
a.more-link {
	background: #ff7a00;
	color: #ffffff; 
	padding: 4px 7px;
	margin-top: 3px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

a:hover.more-link {
	background: #619fb9;
}

a.resources_more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	clear: both;
	color: #ffffff; 
	padding: 4px 7px;
}

#resources_books_wrap a.resources_more {
	background: #45592b;
}

#resources_videos_wrap a.resources_more {
	background: #1b6381;
}

#resources_tools_wrap a.resources_more {
	background: #a24f03;
}


input#VolunteerTab, input#ParentTab {
	color: white;
	cursor: pointer;
	height: 100px;
	left: 0px;
	margin-left: -10px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 25%;
	width: 50px;
	z-index: 100000;	
	border: 0;
	font-size: 0px;
	display:block;	
	line-height: 0px;

}

input#VolunteerTab {
	background: #000000 url(assets/images/vol_tab.png) no-repeat left;
}

input#ParentTab {
	background: #000000 url(assets/images/par_tab.png) no-repeat left;
}

input:hover#VolunteerTab, input:hover#ParentTab {
	margin-left: -7px;
}




/*-----SIDEBAR----*/

#side_wrap {
	width: 300px;
	background: #ff7a00;
	float: right;
}

#side_about {
	padding: 5px 10px 30px;
	position: relative;
}

#side_about .aboutpic {
	width: 275px;
	height: 120px;
	background: #ffffff;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

#side_pad {	padding: 5px 10px 30px;
}

.aktt_tweets ul li { padding: 5px 0;
}


#side_wrap ul {
	margin-bottom: 20px;

}

#side_wrap ul li {
	border-bottom: 1px dotted #ffffff;
	display: block;
	font-size: 13px;
	padding: 4px;
	text-decoration: none;
}

#side_wrap ul a {
	color: #ffffff;
}

#side_wrap ul li:hover {
	background: #619fb9;
}


/*-----EVENTS----*/


/*-----ADS----*/
ul#bannerwrap {
	width: 966px;
	margin: 0 auto 20px;
}

ul#bannerwrap li {
	float: left;
	
}

ul#bannerwrap li a {
	width: 300px;
	height: 100px;
	display:block;
	margin: 0 10px 20px;
   	font-size: 15px;
	border: 1px solid #666666;
	float: left;
	display: inline;
	text-align:center;
}

ul#sidebannerwrap {
	margin: 10px auto 0;
}

ul#sidebannerwrap li {
	border-bottom: 0;
}

ul#sidebannerwrap li a {
	width: 300px;
	height: 100px;
	display: block;
	margin: 10px 0 0px -19px;
   	font-size: 15px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align:center;
}

ul#sidebannerwrap li:hover {
	background: transparent;
}

/*-----FOOTER----*/
#network_wrap {
	clear: both;
	background: url(assets/images/blacktrans60.png);
	height: 100px;
}

#network {
	width: 1000px;
	margin: 0 auto;
}

p#other_network {
	padding-top: 15px;
	color: #ffffff;
	clear: both;
}

ul#network_links {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type:none;
	float: left;
}

ul#network_links li {
	float: left;
	position: relative;
	color: #ffffff;
	margin: 0 25px;
}

ul#network_links li.first {
	margin: 0 25px 0 0;
}

ul#network_links li.last {
	margin: 0 0 0 25px;
}

ul#network_links li a {
	display:block;
	float:left;
  	font-size: 20px;
	color: #45592b;
	border: 0;
	text-transform: lowercase;
}

#footer_wrap {
	background: #242527;
	padding-top: 25px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	clear: both;
}

#footer {
	width: 960px;
	margin: 0 auto;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	position: relative;
}

ul#footer_archive,
ul#footer_sitemap {
	padding: 0 0 10px 0;
	list-style-type:none;
	margin: 0 auto;
	margin-top: 10px;
}

ul#footer_archive li,
ul#footer_sitemap li {
	color: #ffffff;
}

ul#footer_archive li a,
ul#footer_sitemap li a {
  	font-size: 14px;
	color: #ffffff;
}

ul#footer_archive li a:hover,
ul#footer_sitemap li a:hover {
	text-decoration: underline;
}

#copyright {
	position: absolute;
	bottom: 20px;
	margin: 0 auto;
	left: 40%;
	text-align: center;
}

#footer p {
	color: #666666;
}

#footer p.sitecred {
	margin-top: 15px;
	font-size: 10px;
}

#footer #sitecred img {
	margin: 0 5px;
	border: 0;
}

#footer .sitecred a:hover {
	border: 0;
}

#sitecred a:hover{
	border: 0;
}