/*
Theme Name: Pure
Theme URI: http://live-pure.com
Description: Theme created for Pure Young Adult ministries.
Version: 1.0
Author: Bart Welt
Author URI: http://welovethebart.com
Tags: pure, dark, grunge, edgy
*/

@import "css/reset.css";

body {
	text-align:center;
	font:10px/20px Geneva, Arial, Helvetica, sans-serif;
	color:#fefefe;
}

a, a img {
	border:none;
	outline:none;
}

p {
	margin:0;
	padding:.25em 0 2em 0;
	line-height:1.5em;
}

@font-face {
	font-family: 'FuturaBold';
	src: url('fonts/futura_bold_condensed_bt-webfont.eot');
	src: local('☺'), url('fonts/futura_bold_condensed_bt-webfont.woff') format('woff'), url('fonts/futura_bold_condensed_bt-webfont.ttf') format('truetype'), url('fonts/futura_bold_condensed_bt-webfont.svg#webfont6VE3pkOl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Futura_Condenced-NormalRegula';
	src: url('fonts/futura_condenced-normal-webfont.eot');
	src: local('☺'), url('fonts/futura_condenced-normal-webfont.woff') format('woff'), url('fonts/futura_condenced-normal-webfont.ttf') format('truetype'), url('fonts/futura_condenced-normal-webfont.svg#webfont5nggASPb') format('svg');
	font-weight: normal;
	font-style: normal;
}

h2, h3, h4, h5, h6 {
	margin:0;
	padding:.25em 0 .4em 0;
}

h1 {
	margin:0 0 20px 0;
	font-size:2.5em;
}

h2 {
	font-size:1.75em;
}

h3 {
	font-size:1.5em;
}

h4 {
	font-size:1.2em;
}

h5, #footer ul li {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

h6 {
	font-size:1em;
}

h1.entry-title, h2.entry-title {
	position:relative;
	padding:10px 50px 10px 10px;
}


/* Containers */

#wrapper {
	margin:0;
	padding:0;
	width:100%;
	text-align:left;
}

#wrapper_top {
	margin:0 auto;
	width:100%;
}

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

#content_wrapper_front {
	width:1000px;
	height:450px;
	overflow:hidden;
}

#content_wrapper {
	width:1000px;
}

#wrapper_bottom {
	width:100%;
}

#center_col {
	padding:10px 30px 40px 30px;
	width:540px;
	border-left:1px solid #595d5f;
	border-right:1px solid #595d5f;
	float:left;
}

#page_content {
	padding:10px 30px 40px 0;
	font:12px/24px Geneva, Arial, Helvetica, sans-serif;
	width:770px;
	float:left;
	border-right:1px solid #595d5f;
}

.entry-content, #nav-below {
	padding:10px 0;
}


/* Header */

#top_info {
	width:998px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	background:#000;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

#top_info ul li {
	display:inline-block;
	padding:10px 10px 10px 30px;
	line-height:20px;
}

#top_info_left {
	width:560px;
	float:left;
	font-size:1.2em;
	color:#c6c6c6;
}

#top_info_left ul li {
	margin-left:5px;
}

#top_info_right {
	width:430px;
	float:right;
	text-align:right;
}

#top_info_right ul li {
	border-left:1px solid #3f4244;
}

#top_info_right, #top_info_right a {
	color:#e0d89c;
	text-decoration:none;
}

#top_info_right a:hover { color:#b9af6b; }

#top_info_left div.next-service-heading {
	margin-right:10px;
	padding:10px;
	width:202px;
	height:20px;
	line-height:20px;
	background:url(images/next_service_tab.png) no-repeat top left;
	text-align:center;
	font-size:1.2em;
	float:left;
	text-shadow:-1px -1px 0 #520000;
}

/*li.top-discussion span { color:#afafaf; }*/

li.top-watch-online { padding-left:50px !important; }
/*li.top-discussion { padding-left:38px !important; }*/

li.top-giving {
	padding:10px 20px !important;
	text-transform:uppercase;
}

#masthead {
	position:relative;
	padding:30px 0 20px 0;
	width:1000px;
	height:78px;
	background:url(images/logo_tail.png) no-repeat 26px bottom;
}

#logo {
	width:250px;
	float:left;
}

span#logo_tail {
	position:absolute;
	left:0;
	bottom:24px;
	display:block;
	width:100%;
	border-top:1px solid;
}


/* Nav */

#main_nav {
	margin-top:25px;
	width:750px;
	height:30px;
	line-height:30px;
	float:right;
	text-align:right;
	color:#fff;
}

#main_nav .menu ul {
	position: absolute;
	width:600px;
	float:left;
}

#main_nav .menu li {
	position: relative;
	display: inline;
}

#main_nav .menu ul ul {
	width: 150px;
	top: 20px;
	left: 0;
}

#main_nav .menu ul ul ul {
	width: 150px;
	top: 0;
	left: 150px;
}

#main_nav .menu ul ul li, #main_nav .menu ul ul ul li {
	display: block;
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
}

#main_nav .menu a {
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}

#main_nav .menu ul ul a, #main_nav .menu ul ul ul a {
	color: #222;
}

#main_nav div.social-icons {
	width:150px;
	height:30px;
	float:right;
}

#main_nav ul ul, #main_nav ul ul ul {
	display:none;
	position: absolute;
	z-index: 999;
}

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

#main_nav ul li:hover ul ul { display: none; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


/* Content */

h1 .entry-date, h2 .entry-date {
	position:absolute;
	top:10px;
	right:10px;
	font-size:14px;
}


/* Sliders */

#main_slider {
	position:relative;
	width:600px;
	height:450px;
	border-left:1px solid #595d5f;
	border-right:1px solid #595d5f;
	float:left;
}

#main_slider div.container { 
	width:600px;
	height:450px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}

#main_slider .slides { position:absolute; top:0; left:0; }
#main_slider .slides > div { position:absolute; top:0; width:600px; display:none; }

ul.pagination {
	position:absolute;
	right:10px;
	bottom:10px;
	list-style:none;
	padding:0;
	margin:0;
	z-index:999;
}
ul.pagination li  {
	padding:0 2px;
	float:left;
}

ul.pagination li a {
	display: block;
	padding-top:17px;
	width:17px;
	height:17px;
	overflow:hidden;
	background:url(images/main_slider_nav.png) no-repeat -17px 0;
}

ul.pagination li.active a { background:url(images/main_slider_nav.png) no-repeat 0 0; }

#bottom_show_hide {
	width:100%;
	background:#494949 url(images/slider_shadow.png) repeat-x bottom left;
	border-bottom:1px solid #383838;
}

#bottom_show_hide_inner {
	margin:0 auto;
	width:1060px;
	height: auto;
	overflow:hidden;
}

#bottom_show_hide_trigger {
	position:absolute;
	right:0;
	top:-1px;
	padding:5px 15px;
	height:20px;
	line-height:20px;
	color:#a3a3a3;
	background:#414141;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	overflow:hidden;
}

#bottom_show_hide_trigger h4 {
	margin:0;
	padding:0 20px 0 0;
	background:url(images/arrow_down.png) no-repeat right 50%;
}

#bottom_show_hide_trigger h4 a { color:#a3a3a3; text-decoration:none; }
#bottom_show_hide_trigger h4 a:hover { color:#dedede; }


/* Sidebars */

#sidebar_left h1 a, #sidebar_left h2 a, #sidebar_left h3 a, #sidebar_left h4 a, #sidebar_right h1 a, #sidebar_right h2 a, #sidebar_right h3 a, #sidebar_right h4 a {
	text-decoration:none;
}

#sidebar_left, #sidebar_right {
	padding:20px 0;
	width:169px;
	overflow:hidden;
}

#sidebar_left {
	padding-right:30px;
	float:left;
}

#sidebar_right {
	padding-left:30px;
	float:right;
}

#bottom_sidebar {

}

#bottom_sidebar_content {
	position:relative;
	margin:0 auto;
	padding:50px 0 70px 0;
	width:1000px;
}

#bottom_sidebar_widgets ul {
	position:relative;
	padding-left:110px;
	float:left;
	background:url(images/line_pattern.png) repeat-y 47px 0;
}

#bottom_sidebar_widgets ul:first-child {
	padding-left:0;
	background:none;
}

#bottom_sidebar_content ul li img {
	border:10px solid #191919;
}

.pure-footer-widget h3 {
	position:absolute;
	right:10px;
	bottom:10px;
	width:240px;
	height:35px;
	line-height:35px;
	background:rgba(0, 0, 0, 0.7);
	text-align:center;
	font-size:1.3em;
	border-top:1px solid #2c2829;
	overflow:hidden;
}

.pure-footer-widget .footer-widget-span {
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: 170px;
	background: rgba(0, 0, 0, 0.5);
}

.pure-footer-widget a {
	color: #999;
}

.pure-footer-widget a:hover {
	color: #ddd;
}

.widget-title {
	padding:.25em .5em;
}

#sidebar_left .widget-container, #sidebar_right .widget-container {
	margin-top:10px;
}

#sidebar_left .widget-container li, #sidebar_right .widget-container li {
	padding:10px 0 0 0;
	border-bottom:1px solid #595d5f;
}

#sidebar_left .widget-container li:last-child, #sidebar_right .widget-container li:last-child { border:none; }


/* Widgets */

.widget-container h4 a {
	color:#87b0d3;
}

.widget-container h4 a:hover { color:#a8cfef; }

.widget-container .read-more, .widget-container .read-more-inline {
	color:#d2c993;
	text-transform:uppercase;
	text-decoration:none;
}

.widget-container .read-more {
	display:block;
	margin-top:10px;
	padding:0 0 0 20px;
}

.widget-container .read-more-inline { display:inline-block; }

.widget-container .read-more:hover, .widget-container .read-more-inline:hover { color:#b1a76c; }

#recent_blog_posts {
	position: relative;
	width: 169px;
	height: 400px;
}

#recent_blog_posts h2, #recent_blog_posts h2 img, #recent_blog_posts h2 span, #recent_blog_posts_inner {
	float: left;
}

#recent_blog_posts h2 {
	padding-bottom:10px;
}

#recent_blog_posts h2 img {
	padding-right:10px;
}

#recent_blog_posts h4 {
	margin:0;
	padding:0;
}

#recent_blog_posts h2 span {
	padding-left:10px;
	border-left:1px solid #ccc;
	font-weight:lighter;
	color:#dedede;
}

#recent_blog_posts_inner {
	height:320px;
	overflow:hidden;
}

#recent_blog_posts_inner div.container { 
	position: relative;
	width:169px;
	height: 320px;
	overflow:hidden;
}

#recent_blog_posts_inner .slides { position:absolute; top:0; left:0; }
#recent_blog_posts_inner .slides > div { position:absolute; top:0; width:169px; display:none; }

#recent_blog_posts_nav {
	text-align:center;
	position: absolute;
	bottom: 0;
	left: 0;
}

#recent_blog_posts_nav a {
	display:block;
	margin:0 10px;
	width:10px;
	height:10px;
	overflow:hidden;
	float:left;
	text-indent:-30000px;
}

#recent_blog_posts_nav a.previous { background:url(images/blog_arrow_prev.png) no-repeat top left; margin-left:60px; }
#recent_blog_posts_nav a.next { background:url(images/blog_arrow_next.png) no-repeat top left; }
#recent_blog_posts_nav a.previous:hover { background:url(images/blog_arrow_prev.png) no-repeat -10px 0; }
#recent_blog_posts_nav a.next:hover { background:url(images/blog_arrow_next.png) no-repeat -10px 0; }

.entry-date {
	text-transform:uppercase;
}

#tweet_container {
	position:absolute;
	top:-26px;
	left:-3px;
	padding:3px;
	width:1000px;
	height:46px;
	background:url(images/line_pattern.png) repeat top left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#tweet {
	width:auto;
	height:44px;
	line-height:44px;
	border:1px solid #4f4f4f;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	overflow: hidden;
}

#tweet_text {
	margin-left:15px;
	width:auto;
	color:#e9e9e9;
	font-size:1.1em;
	font-style:italic;
	float:left;
}

#tweet_text a {
	color:#e0d89c;
}

#tweet_text a:hover { color:#b9af6b; }

#tweet_follow {
	padding:0 15px;
	border-left:1px solid #313131;
	float:right;
}

#tweet_follow a {
	color:#fff;
	font-family: Georgia, serif;
	font-size:1.2em;
	font-style: italic;
	text-decoration:none;
}

#tweet_follow a:hover {
	color:#dedede;
}

span.tweet-quotes {
	font-size:1.2em;
	color:#6a6a6a;
}


/* Footer */

#footer {
	position:relative;
	margin:0 auto;
	padding:60px 0 20px 0;
	width:1000px;
}

#footer a {
	text-decoration:none;
}

#footer p {
	padding:5px 0;
}

#footer h5 {
	padding:0 0 .75em 0;
}

div.footer-single-col, div.footer-wide-col {
	padding:10px;
	min-height:60px;
	float:left;
}

div.footer-single-col {
	width:180px;
}

div.footer-wide-col {
	margin:0 9px 0 10px;
	width:560px;
}

#footer ul li {
	width:140px;
	float:left;
}

#footer ul li ul {
	margin-top:.75em;
}

#footer ul li ul li {
	font-size:.85em;
	font-weight:normal;
	text-transform:none;
	float:none;
}

#footer div.formalities h5 {
	padding-bottom:0;
}


/* Wordpress Styles */

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

.post {
	padding:30px 0;
	background:url(images/line_pattern_light.png) repeat-x bottom left;
}

.post:first-child { padding-top:0; }
.post:last-child { padding-bottom:0; background:none; }

.wp-post-image {
	margin:0 0 10px 0;
}


/* Comments */

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title, h3#reply-title {
	color:#ccc;
	font-size: 18px;
	margin-bottom: 0;
}

h3#comments-title {
	padding:10px 0 20px 0;
}

li.comment {
	padding:20px 0;
	border-bottom:1px solid #333;
}

li.comment li.comment {
	line-height:2em;
	border-bottom:none;
}

li.comment .children {
	padding-left:40px;
	list-style: none;
}

.even {
	border-bottom:1px solid #333;
}

.comment-author cite {
	color:#ccc;
	font-style:normal;
}
.comment-author .says {
	font-style:italic;
}

.comment-meta {
	font-size:12px;
	margin:0 0 5px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration:none;
}

.reply {
	font-size:.9em;
	padding: 0 0 10px 0;
}

.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ddd;
}

.nopassword, .nocomments {
	display: none;
}


/* Comments form */

#respond {
	padding:20px 0;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	margin-top:3px;
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

/*
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
*/
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

.social-media-links {
	padding: 20px 20px 15px 20px;
	background-color: #111;
}

.social-media-links p {
	margin: 0;
	padding: 8px 0 0 0;
	float: left;
	color: #999;
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
}

.social-media-links ul {
	margin-left: 20px;
	float: left;
}

.social-media-links li {
	display: inline;
	padding: 0 5px;
}


/* Hacks */

.clear:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}

.clear {
	display:inline-block;
}

* html .clear {
	height:1%;
}

.clear {
	display:block;
}
