/*  
Theme Name: Xroads 2
Theme URI: http://www.crossroadsnampa.com
Description: Theme for Crossroads Community Church
Version: 2.0
Author: Zac Halbert
Author URI: http://www.zachalbertdesign.com/

*/

/*~+~+|@| GENERAL STYLING |@|+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+*/

html { overflow-y: scroll; }

body {
	background: #BF311A url('images/page-bg.png') repeat-y;
	background-position: center 0;
	color: #676669;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: justify;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -92px;
}

.corner-wrap {
	padding: 0 20px;
}

.corner-bot-wrap { width: 100%; }
.service-times-wrap .corner-bot-wrap { margin-top: 1px; }

.tl { background: url('images/inset-tl.gif') no-repeat; left: -1px; top: -1px; }
.tr { background: url('images/inset-tr.gif') no-repeat; top: -1px; }
.bl { background: url('images/inset-bl.gif') no-repeat; left: -1px; }
.br { background: url('images/inset-br.gif') no-repeat; }

.tl, .tr, .bl, .br {
	width: 12px;
	height: 12px;
	display: block;
	overflow: hidden;
	position: relative;
}

a { color: #E8882A; text-decoration: none; }
a:hover { color: #FBB638; text-decoration: underline; }

#nav-wrap a:hover { text-decoration: none; }

h1 {
	font: 40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6A9C95;
	padding-left: 30px;
	text-align: left;
}

h2 {
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6A9C95;
	text-align: left;
	text-indent: 18px;
}

h3 {
	font-size: 14px;
	margin-bottom: 6px;
	padding-top: 8px;
}

h4 {
	font-size: 13px;
	text-indent: 10px;
	margin-bottom: 2px;
}

blockquote {
	padding: 0 40px;
}

/*~+~+|@| HEADER |@|+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+*/

#header {
	width: 100%;
	height: 270px;
}

.green-stripe {
	width: 100%;
	height: 25px;
	background: #38786B;
}

.orange-stripe {
	width: 100%;
	height: 84px;
	background: #DB7527;
	margin-top: 126px;
}

#header-wrapper {
	width: 100%;
	height: 270px;
	background: url('images/header-bg.png') no-repeat;
	background-position: center 0;
	margin: 0 auto;
	position: absolute;
	top: 0px;
}

.header-content {
	width: 920px;
	margin: 0 auto;
}

.logo {
	display: block;
	height: 81px;
	width: 206px;
	background: url('images/logo.gif') no-repeat;
	position: relative;
	top: 36px;
	left: 20px;
}

.service-times-wrap {
	background: #F4EDD7;
	position: relative;
	top: 15px;
	right: 20px;
	border-top: 1px solid #706F67;
	border-left: 1px solid #CCC7B2;
/*	width: 555px;*/
}

.service-times {
	position: relative;
	top: -9px;
}

#header .corner-wrap {
	height: 89px;
}

/*~+~+|@| NAV BAR |@|+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+*/

#nav-wrap {
	width: 880px;
/*	margin: 38px 0 0 4px;*/
	position: relative;
	top: 37px;
	left: 4px;

}

#nav-wrap a:hover { color: #fff; }

/*~+~+|@| MAIN CONTENT |@|+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+*/

#content-wrapper {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.slideshow-wrap {
	width: 880px;
	height: 320px;
	margin: 0 auto;
	background: url('images/preaching.jpg');
}

.one-col, .two-col {
	width: 880px;
	margin: 0 auto;
}

#main-col {
	width: 566px;
	margin-right: 50px;
}

.page-title {
	background: #F4EDD7;
	border-top: 1px solid #CCC7B2;
	border-left: 1px solid #CCC7B2;
	margin-bottom: 24px;
}

.post-wrap { padding: 0 30px; }
.post-wrap p { margin-bottom: 18px;}

.post-wrap .hr {
	width: 100%;
	height: 30px;
	background: url('images/dotted-hr.png') no-repeat 0 26px;
	margin-bottom: 36px;
}

.entry ul, .entry ol {
	margin: 0 0 18px 30px;
}

.entry ul li, .entry ol li {
	margin-bottom: 12px;
}

.entry img.alignleft {
	float: left;
	margin-right: 20px;
	clear: left;
	margin-bottom: 10px;
}

.entry img.alignright {
	float: right;
	margin-left: 20px;
	clear: right;
	margin-bottom: 10px;
}

.entry h2 {
	text-indent: 0;
}

.staff-wrap {
	margin: 20px 0;
}

.big-title {
	width: 880px;
	background: #F4EDD7;
	border-top: 1px solid #CCC7B2;
	border-left: 1px solid #CCC7B2;
	margin: 0 auto 40px;
}

.embed {
	width: 545px;
	height: 335px;
	margin: 28px auto 14px;
}

.embed-caption {
	width: 480px;
	margin: 0 auto 12px;
}

.postmeta, .cat-description {
	padding: 0 30px;
	margin: 4px 0 12px;
}

#cat .item {
	min-height: 100px;
}

#cat .hr {
	width: 880px;
	background: url('images/dotted-hr.png') no-repeat 0 28px;
	height: 32px;
}

#cat h2 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
}

#cat .meta {
	font-size: 12px;
}

#cat .sermons-page .flag-wrap {
	right: 805px;
	top: 24px;
}

#cat .flag-wrap {
	right: 805px;
	top: 24px;
}

#cat .post-header {
	margin-left: 82px;
}

#cat .worship-team .post-header {
	margin-left: 20px;
}

#cat .media-wrap {
	margin: 0;
	position: relative;
	right: 30px;
	text-align: right;
	width: 240px;
	display: block;
	height: 44px;
}

#cat .post-header-wrap {
	position: relative;
	padding-top: 23px;
}

#cat .icons {
	width: 47px;
	height: 40px;
	position: relative;
}

#cat .download-info {
	position: relative;
	margin-right: 10px;
}

.button-audio {
	width: 22px;
	height: 24px;
	background: url('images/sermon-audio.png') no-repeat;
	background-position: 0 0;
	margin-right: 3px;
	margin-bottom: 3px;
	display: block;
}

.button-video {
	width: 22px;
	height: 24px;
	background: url('images/sermon-video.png') no-repeat;
	background-position: 0 0;
	margin-bottom: 3px;
	display: block;
}

.togplus { background: url('images/sermon-expand-p.png') no-repeat; }
.togminus { background: url('images/sermon-expand-m.png') no-repeat; }

.button-expand {
	width: 47px;
	height: 13px;
	background-position: 0 -13px;
	display: block;
}

.button-audio:hover, .button-video:hover {
	background-position: -22px 0;
}

.button-expand:hover {
	background-position: 0 0;
}

.category .big-title {
	margin-bottom: 15px;
}

.hidden-content-wrap {
	padding-top: 14px;
}

.hidden-content {
	width: 793px;
	background: #F4EDD7;
	border-top: 1px solid #CCC7B2;
	border-left: 1px solid #CCC7B2;
	margin: 0 auto 0 56px;
}

.hidden-content .entry {
	padding: 10px 25px;
}

.preview p { display: inline; }

.post-nav-links {
	padding: 0 30px;
}

.post-nav {
	margin-top: 30px;
}

/*******|@| HOMEPAGE |@|***********/

.three-button-wrap {
	width: 848px;
	margin: 20px auto 40px;
}

.big-button {
	width: 256px;
	height: 118px;
	background: url('images/bb-bg.png') no-repeat -9999px -9999px;
	position: relative;
}

.big-button:hover { background-position: 0 0; }

.big-button a.label {
	width: 255px;
	height: 118px;
	display: block;
	position: absolute;
}

.bbvisitor .label { background: url('images/bb-visitor.png') no-repeat center center; }
.bbconnect .label { background: url('images/bb-connect.png') no-repeat center center; }
.bbvolunteer .label { background: url('images/bb-volunteer.png') no-repeat center center; }

.divide {
	width: 4px;
	height: 105px;
	display: block;
	overflow: hidden;
	background: url('images/divide.png') no-repeat;
	margin: 6px 18px 0;
}

.corner-wrap .divide {
	height: 35px;
	margin-top: 28px;
}

.service-box {
	font-size: 14px;
	margin: 24px 2px 0;
	text-align: center;
}

/*~+~+|@| SIDEBAR |@|+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+*/

#sidebar {
	width: 264px;
}

#sidebar h4 {
	
}

.hero {
	width: 230px;
	height: 120px;
	display: block;
	background: url('images/pastors-blog.jpg') no-repeat;
	margin: 40px auto;
}

.hero-calendar {
	width: 230px;
	height: 120px;
	display: block;
	background: url('images/event-calendar.jpg') no-repeat;
	margin: 40px 40px 40px 0;
}

.sidebar-title, .elastic-inset {
	background: #F4EDD7;
	border-top: 1px solid #CCC7B2;
	border-left: 1px solid #CCC7B2;
	margin-bottom: 14px;
}

.plus {
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F79727;
	position: relative;
	top: -2px;
	margin-right: 6px;
}

#sidebar ul {
	margin-left: 35px;
}

#sidebar ul li {
	margin-bottom: 4px;
	text-indent: 1px;
}

.sidebar-item { margin-bottom: 40px; }

.side-post-wrap {
	padding: 0 20px 0 19px;
}

#sidebar .post {
	text-align: left;
	font-size: 12px;
	margin: 12px 0 20px;
	position: relative;
}

.flag-wrap {
	height: 22px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	right: 219px;
	width: 65px;
}

.flag-l {
	width: 4px;
	height: 22px;
	background: url('images/flag-l.png') no-repeat;
	overflow: hidden;
}

.flag-r {
	width: 14px;
	height: 22px;
	overflow: hidden;
	background: url('images/flag-r.png') no-repeat;
}

.flag-m {
	height: 22px;
	background: url('images/flag-m.png') repeat-x;
	overflow: hidden;
}

.date {
	margin: 0 1px 0 4px;
	position: relative;
	top: -1px;
}

.read-all {
	display: block;
	margin-bottom: 15px;
}

/*~+~+|@| FOOTER |@|+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+*/

#footer, .push {
	height: 92px;
}

#footer {
	color: #A9D5CE;
	width: 100%;
	position: relative;
	font-size: 12px;
	line-height: 20px;
}

#footer a { color: #fff; }

.footer-green-stripe {
	width: 100%;
	height: 82px;
	background: #38786B;
	position: relative;
	top: 10px;
}

.footer-wrapper {
	width: 100%;
	height: 92px;
	background: url('images/footer-bg.png') no-repeat;
	background-position: center 0;
	margin: 0 auto;
	position: absolute;
	top: 0px;
}

.footer-content {
	width: 920px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 28px;
}

/*~+~+|@| COMMENTS |@|+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+*/

input, textarea {
	border-top: 1px solid #CCC7B2;
	border-left: 1px solid #CCC7B2;
	background: #F4EDD7;
	color: #676669;
	font: 13px Arial, Helvetica, sans-serif;
	width: 496px;
	padding: 5px;
	margin-bottom: 15px;
}

.paypal-button {
	border: 0;
	background: transparent;
	font: 13px Arial, Helvetica, sans-serif;
	width: 92px;
}

.comments-template h2 {
	text-indent: 0;
	margin-bottom: 20px;
}

.comments-template .button {
	font-weight: bold;
	color: #fff;
	background: #F79727;
	width: 150px;
	height: 34px;
	padding-top: 0;
	margin-bottom: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 1px solid #EA8928;
	border-right: 1px solid #EA8928;
	cursor: pointer;
}

.comments-template .button:hover {
	background: #FBB638;
}

.comments-template ol{
	list-style: none;
	margin-bottom: 30px;
}

.comments-template ol li{
	margin-bottom: 20px;
}

.comments-template p { margin: 0; }

p.logged-in {
	margin-bottom: 15px;
}

.short-inputs {}
.comments-template{}
.comments-template h2, .comments-template h3{}
.commentmetadata{}
.comments-template p.nocomments{}
.comments-template textarea{}


/*
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
*/
