/*
Theme Name: My Priority Time
Theme URI: www.myprioritytime.com
Description: For Highpoint Church
Version: 1.0
Author:Tommy Brandt / Soulfire Creative
Author URI: www.soulfirecreative.com
Tags:
*/

 
/*
Color Palette
Red: #360b04
SeaFoam: #d1ead7
Olive Green: #45592b
*/


/* 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: #d1ead7 url(assets/images/backer.jpg) repeat-x center 45px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 15px;
	color:#000000;
	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:#000000;
	margin-bottom: 5px;
}

em { font-style: italic; }

small { font-size: 10px; }

a, a:link, a:visited{
	color: #45592b;
	text-decoration: none;
}

a.red, a:hover, a.over {
	color: #360b04;
}

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

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

h1 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 14px;
	color: #360b04;
	margin-bottom: 3px;
	font-weight: normal;
	text-transform: lowercase;
}

h2 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 25px;
	color: #360b04;
	margin-bottom: 3px;
	font-weight: normal;
	text-transform: lowercase;
}


h3 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 25px;
	color: #360b04;
	margin-bottom: 3px;
	font-weight: normal;
	text-transform: lowercase;
}

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


h5 { font-weight: normal; }


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

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


strong { font-weight: bold; }

hr {
	border: 0;
	height: 0px;
}

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



/*------- 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: 960px;
	margin: 0 auto;
	clear: both;
	position: relative;
	min-height:100%;
}

#main_content {
	position: relative;
	width: 645px;
	padding-top: 20px;
	padding-bottom: 15px;
	min-height:100%;
}

/*------- HEADER & NAV -------*/
#header_wrap {
	width: 100%;
	height: 50px;
	background: #000000;
}

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

#logo a {
	width: 209px;
	height: 47px;
	border: 0;
	display: block;
	background: url(assets/images/mpt_logo.png) no-repeat center top;
	text-indent: -9999px;
	position: absolute;
	top: 2px;
	left: 0px;
}

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: 20px;
	color: #ffffff;
	border: 0;
	text-transform: lowercase;
	padding: 0 10px;
}

ul#nav li:hover {
	background: url(assets/images/nav-hover.png) no-repeat center 37px;
}

ul#nav li#current {
	background: url(assets/images/nav-active.png) no-repeat center 35px;
}


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: 335px;
	margin: 10px auto;
	border: 1px solid #756546;
	background: url(assets/images/homefeature_boxcolor.png);
	position: relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#feature_slides_wrap {
	width: 545px;
	height: 335px;
	background: url(assets/images/homefeature_back.png) no-repeat center top;
}

#feature_slides {
	width: 480px;
	height: 270px;
	position: absolute;
	top: 35px;
	left: 35px;
	border: 1px solid #DDDDDD;
}

#feature_explain {
	margin: 10px;
	width: 390px;
	height: 268px;
	position: absolute;
	top: 0px;
	right: 10px;
}

a.ready-link {
	font-family:"Georgia", "Times New Roman", serif;
	font-size: 20px;
	color: #360b04;
	margin-bottom: 3px;
	font-weight: normal;
	text-transform: lowercase;
	position: absolute;
	right: 10px;
}

#home_content {
	position: relative;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#home_journal {
	width: 300px;
	height: 275px;
	position: absolute;
	left: 0;
}

#home_blog {
	width: 300px;
	height: 275px;
	position: absolute;
	left: 320px;
}

#home_music {
	width: 320px;
	height: 210px;
	background: url(assets/images/music_paper_home.png) no-repeat -10px top;
	position: absolute;
	top: 300px;
}

#side_music {
	width: 320px;
	height: 210px;
	background: url(assets/images/music_paper_side.png) no-repeat -10px top;
	margin: 0 auto;
}

#home_connect {
	width: 300px;
	position: absolute;
	top: 300px;
	left: 320px;
}

#home_connect p {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 25px;
	color: #360b04;
	margin-bottom: 3px;
	font-weight: normal;
	text-transform: lowercase;
}

#home_connect p a {
	color: #360b04;	
}

/*-----CONTENT----*/
.paper_listen a {
	display: block;
	position: relative;
	top: 5px;
	left: 20px;
	width: 260px;
	height: 70px;
	text-indent: -9999px;
	background: url(assets/images/paper_listen.gif) no-repeat left top;	
}

.paper_download a {
	display: block;
	position: relative;
	top: -10px;
	left: 30px;
	width: 260px;
	height: 70px;
	text-indent: -9999px;
	background: url(assets/images/paper_download.gif) no-repeat left top;	
}

.paper_band a {
	display: block;
	position: relative;
	top: -20px;
	left: 40px;
	width: 260px;
	height: 70px;
	text-indent: -9999px;
	background: url(assets/images/paper_band.gif) no-repeat left top;	
}

.paper_listen a:hover,
.paper_download a:hover,
.paper_band a:hover {
	background-position: bottom;
}

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


/*-----BLOG----*/
.homedatebox {
	display:block;
	width: 40px;
	height: 70px;
	margin: 0 10px 10px 0;
	text-align: center;
	float: left;
	background: url(assets/images/date_ribbon.png) no-repeat center top;
}

.datebox {
	display:block;
	width: 40px;
	height: 70px;
	position: absolute;
	left: -50px;
	text-align: center;
	background: url(assets/images/date_ribbon.png) no-repeat center top;
}

.datebox span {
    text-align: center; 
}

.pub-month {
	display:block; 
	font-size: 17px;
	color: #ffffff;
	margin: 3px 0 0 0; 
	padding:0;
	text-transform: uppercase;
}

.pub-date { 
	display:block; 
	color: #ffffff;
	font-size: 30px;
	margin:0; 
	padding:0;  
}


/*-----JOURNAL----*/
.journal-post,
.blog-post {
	border-bottom: 3px #440000 solid;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.mainscripture {
	font-size: 120%;
	line-height: 22px;
	color: #440000;
	font-style: italic;
	padding-bottom: 15px;
}

.scripture {
	color: #440000;
	font-style: italic;
	padding: 15px;
}

.journal_highlight {
	background: url(assets/images/journal_hilite_color.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
	padding: 10px;
	margin: 5px;
}

.focusedthinking {

}

.personalapplication {

}

.interactiveprayer {
	font-size: 16px;
	padding-bottom: 5px;
}

.personaljournaling {

}

#main_content ul {
	padding-bottom: 10px;
}

#main_content div ul {
	padding-bottom: 2px;
}

#main_content ul li:before {
    content: "> ";
    font-size: 10px;
	color: #000000;
}

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

#main_content ul li ul li:before {
	content: "\00BB \0020";
	padding-left: 10px;
	color: #000000;
    font-size: 14px;
}

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

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

.comment {
	padding: 7px 7px 7px 70px;
	position: relative;
	border-bottom: 1px solid #45592b;
}

.avatar {
	position: absolute;
	top: 10px;
	left: 11px;
}

.comment-author {
	font-size: 15px;
}


/*-----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;
}
/*-----STORIES----*/
body.stories #main_content {
	height: 1500px;
}

#stories_home_feature {
	padding-bottom: 35px;
	border-bottom: 1px solid #45592b;
}

#stories_home_feature h2 {
	padding-top: 10px;	
}

#stories_sub_feature_wrap {
	padding-top: 5x;
}

#stories_sub_feature_lt, #stories_sub_feature_rt {
	width: 300px;
	height: 300px;
	margin: 15px 0;
	position: relative;
}
#stories_sub_feature_lt img, #stories_sub_feature_rt img {
	padding-bottom: 10px;
	border: 1px #666666 solid;
}

#stories_sub_feature_lt {
	margin-right: 15px;
	float: left;
}

#stories_sub_feature_rt {
	margin-left: 15px;
	float: right; 
}


.thumb_big {
	width: 640px;
	height: 360px;
	border: 1px #666666 solid;
}

/*-----BUTTONS----*/
a.more-link {
	background: #45592b;
	color: #ffffff; 
	padding: 4px 7px;
	margin-top: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	right: 10px;
}

a:hover.more-link {
	background: #360b04;
}

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

ul#social_icons li {
	float: left;
	position: relative;
}

ul#social_icons li a.connectmid {
	margin: 0 10px;
}

ul#social_icons li a {
	display:block;
	float:left;
	border: 0;
}


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

#side_wrap {
	width: 300px;
	background: url(assets/images/sidebar_color.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 20px;
	right: 0;
	overflow: hidden;
}

#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;
}

.home #side_wrap {
	position: absolute;
	top: 350px;
	right: 0;
}

#encourage_form {
	padding-top: 25px;
}

ul#encouragement li{
	border-top: 1px solid #45592b;
	padding: 10px 0;
	min-height:100%;
}

p.enc_post {
	font-style: italic;
	color: #360b04;
}



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


/*-----ADS----*/
ul#ads_hor {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type:none;
	float: left;
}

ul#ads_hor li {
	float: left;
	position: relative;
	color: #ffffff;
	border: 1px solid #666666;
}

ul#ads_hor li.middle {
	margin: 0 20px;
}

ul#ads_hor li a {
	display:block;
	width: 300px;
	height: 100px;
	float:left;
  	font-size: 20px;
	color: #ffffff;
	border: 0;
	text-transform: lowercase;
}

/*-----PAGE NAVI----*/
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	background: #45592b;
	color: #d1ead7;
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #360b04;
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background: #360b04;
}

/*-----FOOTER----*/
#network_divider {
		border-top: 1px solid #45592b;
		margin-top: 10px;
		margin-bottom: 15px;
		height: 0;
}

p#other_network {
	color: #45592b;
	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: #45592b;
	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: #360b04 url(assets/images/footerspan.png) repeat-x center top;
	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;
	margin-top: 50px;
	min-height: 325px;
	height: auto !important;
	height: 275px;
	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: #d1ead7;
	height: 20px;
}

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

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

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

#footer p {
	color: #d1ead7;
}

#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;
}