/*
Theme Name: Crossbridge
Theme URI: http://crossbridge.cc
Description: The Crossbridge v3 theme built by Intereactive
Version: 1.0
Author: Ryan Hargrave
Author URI: http://intereactive.net
*/
/************************************************
 * reset html defaults
 ************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/************************************************
 * general styling
 ************************************************/
body {
	background: #332d2a url(/wp-content/themes/crossbridge/img/bg.png);
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
}

a:link{
	color:#f35c48;
	text-decoration:none;
}

a:visited{
	color:#f35c48;
	text-decoration:none;
}

a:hover{
	color:#d5c9a3;
	text-decoration:none;
}

h2 {
	font-size:22px;
	letter-spacing:.05em;
	margin:0 0 22px 0;
}

.clear {
	clear:both;
	display:block;
	height:0;
}

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

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

#access a{
	background: transparent url(/wp-content/themes/crossbridge/img/bg-shadow.png) left top repeat-x;
	width:100%;
	height: 10px;
	display: block;
	text-indent: -9999px;
}

.photobox{
	width:280px;
	padding:13px 10px 0px 15px;
	background: url(/wp-content/themes/crossbridge/img/photo-bg.png) center top no-repeat;
	float:left;
}
.photobox_foot{
	width:305px;
	height:25px;
	display: block;
	background: url(/wp-content/themes/crossbridge/img/photo-bg.png) center bottom no-repeat;
	clear:both;
}

a.download{
	padding-left: 14px;
	background: url(/wp-content/themes/crossbridge/img/icon-download.png) 0 50% no-repeat;
}
a.link{
	padding-left: 18px;
	background: url(/wp-content/themes/crossbridge/img/icon-link.png) 0 50% no-repeat;
}

a.description{
	padding-left: 14px;
	background: url(/wp-content/themes/crossbridge/img/icon-description.png) 0 50% no-repeat;
}
a.share{
	padding-left: 16px;
	background: url(/wp-content/themes/crossbridge/img/icon-share.png) 0 50% no-repeat;
}
a.play{
	padding-left: 16px;
	background: url(/wp-content/themes/crossbridge/img/icon-play.png) 0 50% no-repeat;
}
a.external{
	padding-left: 15px;
	background: url(/wp-content/themes/crossbridge/img/icon-external.png) 0 50% no-repeat;
}

#ie6 {
	display:none;
}

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

h1 {

	margin-top:3px;
}

h1 a {
	background: transparent url(/wp-content/themes/crossbridge/img/logo.png) 0px 0 no-repeat;
	height: 38px;
	width:315px;
	display: block;
	font-size: 0;
	overflow: hidden;
	text-indent: -99999px;
}

ul#tools{
	position:absolute;
	top:-5px;
	right:0px;
	text-align: right;
	display: block; 
	font-size:11px;
}
ul#tools li{
	float:left;
	margin-left:25px;
}
ul#tools li a{
	display: block;
}

ul#tools li.feed a:link, ul#tools li.feed a:visited, ul#tools li.feed a:hover, ul#tools li.feed a:active{
	background: transparent url(/wp-content/themes/crossbridge/img/icon-rss.png) left center no-repeat;
	padding-left:20px;
}

ul#tools li.search{
	margin-left:7px;
}
ul#tools li form input{
	margin:0;
	padding:5px 10px;
	float:left;
	background: transparent url(/wp-content/themes/crossbridge/img/search-bg.png) center center no-repeat;
	border:0;
	height:15px;
	width:167px;
}
ul#tools li form button{
	padding:0;margin:0;
	background: transparent;
	border:0;
	height:25px;width:35px;
	display: block;
	float:left;
}

/************************************************
 * navigation
 ************************************************/
ul#nav{
	width:940px;
	margin:20px auto 0;
	padding:0 14px 9px 14px;
	position:relative;
	background: transparent url(/wp-content/themes/crossbridge/img/horiz-line.png) center bottom no-repeat;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	height:15px;
}

ul#nav li{
	float:left;
	margin-right:30px;
}

ul#nav li ul{
	position: absolute;
	top:31px;
	left:14px;
	font-size: 12px;
	text-transform: capitalize;
	display:none;
}

ul#nav li.current_page_item ul, ul#nav li.current_page_parent ul{
	display:block;
}

ul#nav li a, ul#tools li a {
	color:white;
	text-decoration:none;
	padding:5px 0;
}


ul#nav li a:hover, ul#tools li a:hover {
	color:#f35c48;
	text-decoration:none;
}


ul#nav li.current_page_parent a {
	color:#f35c48;
	text-decoration:none;
}

ul#nav li.current_page_parent ul a {
	color:white;
	text-decoration:none;
}

ul#nav li.current_page_parent ul a:hover {
	color:#f35c48;
	text-decoration:none;
}

ul#nav li.current_page_item a {
	color:#f35c48 !important;
}

/* Some exrta CSS for hiding some menu items */
ul#nav li.page-item-15 ul,
ul#nav li.page-item-271 ul,
.page-item-281,
.page-item-421,
.page-item-477,
.page-item-809
{
	display:none;
}

#button_begin {
	background: transparent url(/wp-content/themes/crossbridge/img/button_begin.png) 0px 0 no-repeat;
	height: 33px;
	width:85px;
	display: block;
	font-size: 0;
	overflow: hidden;
	text-indent: -99999px;
}

/************************************************
 * main content
 ************************************************/

#content {
	width:960px;
	margin:0 auto;
	padding:3px 0 0 0px;
}

#content #main {
	width:632px;
	float:left;
	margin:30px 0 0 8px;
}

#content #main #slideshow {
	width:626px;
	height:390px;
	margin-bottom:30px;
}

#content #main #news{
	width:626px;
	margin-bottom:30px;
}

ul#news_items {
	width: 626;
	margin: 0 auto;
}

ul#news_items li {
	width:300px;
	float: left;
	margin-bottom: 50px;
}

ul#news_items li:nth-child(odd) {margin-right: 26px;}
ul#news_items li.odd {margin-right: 26px;}



#content #main #article-top{
	width:624px;
	height:3px;
	margin:0 0 0 5px;
	background: transparent url(/wp-content/themes/crossbridge/img/article-shadow-top.png) center top no-repeat;
}
#content #main #article-bottom{
	width:624px;
	height:5px;
	margin:0 0 0 5px;
	background: transparent url(/wp-content/themes/crossbridge/img/article-shadow-bottom.png) center top no-repeat;
}


#content #main #article{
	color:#39302e;
	width:580px;
	margin:0 0 0 5px;
	padding:22px;
	font-size:13px;
	line-height: 19px;
	background: transparent url(/wp-content/themes/crossbridge/img/article-background.png) center top repeat-y;
}

#content #main #article a
{
	color:#a21a24;
}


#content #main #article a:hover{
	text-decoration: underline;
}


#content #main #article h2{
	background: transparent url(/wp-content/themes/crossbridge/img/article-title-underline.png) center bottom no-repeat;
	color:black;
	padding-bottom: .5em;
}

#content #main #article h2 a{
	color: #000 !important;
}

#content #main #article h3{
	font-size:16px;
	color:black;
	margin-bottom: .5em;
}

#content #main #article img{
	padding:2px;background:white;
}

#content #main #article blockquote{
	font-style: italic;
	margin-left:30px;
	color:#60574f;
}
#content #main #article p{
	display:block;
	margin-bottom:1.5em;
}

#content #main #article ul,
#content #main #article ol{ margin:0 0 2em 25px;}
#content #main #article ul{list-style:disc;}
#content #main #article ol{list-style: decimal;}
#content #main #article li{margin:0 0 10px 25px;}
#content #main #article ul li{
list-style:none;
background: url(/wp-content/themes/crossbridge/img/icon-rt-arrow.png) 0 5px no-repeat;
padding-left:18px;
}

#content #main #article p.byline{
	margin:-1.5em 0 1.5em;
}

#content #main #article ul.resourcelist{
	margin-bottom:2em;
}

#content #main #article ul.resourcelist li{
	border-bottom:1px solid #b6b2b0;
	padding:3px 0 3px 18px;
	background: url(/wp-content/themes/crossbridge/img/icon-rt-arrow.png) 0 50% no-repeat;
	position: relative;
}

#content #main #article ul.resourcelist li a{
	position:absolute;
	top:3px; right:0;
}


#content #main #article #art_right{
	float:right;
	width:215px;
	margin: 340px 0 25px 0 !important;
}

#content #main #article #art_left{
	float:left;
	width:360px;
}

#content #main #article form{
	width:478px;
	padding:6px;
	display: block;
	clear:both;
	background: #a7a3a0;
	color:#39302e;
	font-size:12px;
	line-height:15px;
}
#content #main #article form fieldset{
	background: #ededec;
	border:1px solid #6d6a68;
	padding:20px 15px 20px 15px;
}

#content #main #article form fieldset h3{
	margin-bottom:20px;
}

#content #main #article form fieldset ul li{
	clear:both;
	margin:0 0 10px 0;
	background:none;
	padding: 0;
}

#content #main #article form fieldset label,
#content #main #article form fieldset span.label
{
	width:70px;display: block;
	float:left;
	margin-right:5px;
	padding-top:5px;
	text-align: right;
}

#content #main #article form fieldset label.choice{
	float:none;
	display: inline;
}

#content #main #article form fieldset ul li input.text,
.formBuilderInput input
{
	width:234px;
	padding:4px;
	border: 1px solid #777;
}

#content #main #article form fieldset select
{
	width:234px;
	padding:3px;
	border: 1px solid #777;
}

#content #main #article form fieldset ul li textarea,
#content #main #article form fieldset textarea{
	width:238px;height:100px;
	padding:4px;
	border: 1px solid #777;	
}

#content #main #article form fieldset button{
	margin:0;padding:0;
	background:transparent;
	border:0;
}

.formBuilderLabelRequired, .formBuilderLabel {
	width:120px;
	display: block;
	float:left;
	margin-right:5px;
	padding-top:5px;
	text-align: right;
}

.formBuilderField, formBuilderSubmit {
	clear:both;
	margin:0 0 10px 0;
}

#content #main #article div.article-meta{
	background: #a7a3a0;
	padding:6px;
	margin-bottom:2em;
	font-size:12px;
	line-height: 15px;
}
#content #main #article div.article-meta p{
	margin:0;
	padding:5px 8px 3px 24px;
	background: #ededec url(/wp-content/themes/crossbridge/img/icon-rt-arrow.png) 8px 60% no-repeat;
	border:1px solid #6d6a68;
}
#content #main #article div.article-meta p a.breadcrumb{
	color:#60574f;
	text-decoration: none;
}
#content #main #article div.article-meta p a.breadcrumb:hover{
	text-decoration: underline;
}

#content #main #article p.post-meta{
	margin:0 0 3em 0;
	padding:2px 5px;
	background: #ededec;
	border:1px solid #b3b0ae;
	font-size:11px;line-height: 17px;
	position: relative;
}
#content #main #article p.post-meta strong.comment-link{
	position: absolute;
	top:2px;right:5px;
}

#content #main #article ol#comments {
	list-style: none;
	margin:0;
}

#content #main #article ol#comments li{
	border-bottom:1px solid #b6b3b3;
	margin: 0 0 20px 0;
}

#content #main #article ol#comments li blockquote{
	font-style: normal;
	padding-left:120px;
	position: relative;
	margin:0;
	color:#39302e;
	font-size:12px;line-height:19px;
}

#content #main #article ol#comments li blockquote cite{
	position: absolute;
	top:0;left:0;
	width:100px;
	font-size:11px;line-height: 17px;
	color:#60574f;
}
#content #main #article ol#comments li blockquote cite span{
	display: block;
	font-size:12px;
}
#content #main #article ol#comments li blockquote cite a.author{
	display: block;
	padding-left:20px;
	background:url(/wp-content/themes/crossbridge/img/icon-author.png) 0 50% no-repeat;
}


#content #main #article ul#paging{
	width:100%;
	height:32px;
}

#content #main #article ul#paging li.previous{
	float:left;
}
#content #main #article ul#paging li.next{
	float:right;
}

#content #main #article ul#paging a{
	height:20px;width:115px;
	padding:6px 0;
	display: block;
	color:#000;
	text-decoration: none;
	text-align:center;
	background: transparent url(/wp-content/themes/crossbridge/img/button-generic.png) 50% 0 no-repeat;
}

#content #main #article div.staffmember{
	position:relative;
	padding-left:250px;
	font-size:12px;line-heigh:17px;
	clear:both;
	min-height:175px;
}
#content #main #article div.staffmember img{
	position: absolute;
	top:0;left:0;
}
#content #main #article div.staffmember h3{
	margin:0;
}

#content #main #article div.staffmember p.title{
	font-size:13px;
	line-heigh:17px;
	margin:0 0 .5em;
}
#content #main #article div.staffmember p.title em{
	color:#39302e;
	font-style:italic;
}

#content #main #article div.staffmember ul.staff-soc-net{
	position: absolute;
	top:0;right:0;
}

#content #main #article div.staffmember ul.staff-soc-net li{
	display:inline;
	margin:0 0 0 10px;
	background:none;
	padding:0;
}

#content #main #article div.staffmember ul.staff-soc-net li a{
	height:24px;width:24px;
	display:inline-block;
	text-indent:-9999px;
}
#content #main #article div.staffmember ul.staff-soc-net li a.facebook{
	background: url(/wp-content/themes/crossbridge/img/icon-facebook.png) 50% 50% no-repeat;
}
#content #main #article div.staffmember ul.staff-soc-net li a.flickr{
	background: url(/wp-content/themes/crossbridge/img/icon-flickr.png) 50% 50% no-repeat;
}
#content #main #article div.staffmember ul.staff-soc-net li a.twitter{
	background: url(/wp-content/themes/crossbridge/img/icon-twitter.png) 50% 50% no-repeat;
}
#content #main #article div.staffmember ul.staff-soc-net li a.blog{
	background: url(/wp-content/themes/crossbridge/img/icon-blogger.png) 50% 50% no-repeat;
}


#content #main #article #current-series{
	clear:both;
	margin-bottom:2em;
}
#content #main #article #series-image{
	width:380px;
	float:left;
}
#content #main #article #series-image img{
	margin:0;
}

#content #main #article #series-image ul#controls{
	margin:6px 0 0 0;padding:0;
	text-align:right;
	float:right;
	font-size:12px;
}
#content #main #article #series-image ul#controls li{
	float:left;margin-left:15px;
	background:none;
}

#content #main #article ul#series-nav{
	width:180px;float:right;
	padding:0;margin:0;
}
#content #main #article ul#series-nav li{
	margin:0 0 20px 0;
	background:none;
	padding:0;
}
#content #main #article ul#series-nav li a{
	height:38px;
	width:180px;
	text-indent:-9999px;
	display:block;
}
#content #main #article ul#series-nav li a.view_series{
	background: url(/wp-content/themes/crossbridge/img/button-viewseries.png) 0 0 no-repeat;
}

#content #main #article ul#series-nav li a.back_to_all{
	background: url(/wp-content/themes/crossbridge/img/button-backtoall.png) 0 0 no-repeat;
}

#content #main #article ul#series-nav li a.subscribe_in_itunes{
	background: url(/wp-content/themes/crossbridge/img/button-podcast.png) 0 0 no-repeat;
}

#content #main #article ul.talk-controls{
	float:left;
	width:100%;
	margin-bottom:2em;
	clear:both;
}

#content #main #article ul.talk-controls li{
	font-weight:bold;
	font-size:12px;
	float:left;
	margin-right:16px;
	background:none;
	padding:0;
}

#content #main #article #all-series{
	padding-top:10px;
	margin: 20px 0;
	background: url(/wp-content/themes/crossbridge/img/article-title-underline.png) center top no-repeat;
	position: relative;
	clear:both;
}

#content #main #article #single-series{
	margin-bottom: 20px;
	position: relative;
	clear:both;
}

#content #main #article #all-series form#yearjump{
	background:transparent;
	padding:0;margin:0;
	position: absolute;
	top:10px;right:0px;
	text-align: right;	
}
#content #main #article #all-series ul{
	margin: 0 -28px 30px 0;
}

#content #main #article #all-series ul li{
	float:left;
	font-size:11px;font-weight:bold;
	line-height:130%;
	color:#59534e;
	margin:14px 27px 0 0;
	background:none;
	padding: 0;
}

#content #main #article #all-series ul li img{
	margin:0;
}

#content #main #article #all-series ul li h4{
	margin:0;padding:0;
	color:black;
	font-weight:bold;font-size:13px;
	white-space: nowrap;
}

#current_series h2, #flickr_photos h2{
	margin:0 0 2px 3px !important;
	white-space: nowrap;
}

#sub #flickr_photos{
	margin-bottom:20px;
}

#current_series{
	float:left;
}

#flickr_photos{
	float:right;
}
#flickr_photos ul{
	margin:7px 0;
	float:left;
}
#flickr_photos li{
	float:left;
	width:68px;height:68px;
	margin:0 0 1px 1px;padding:0;
}
#flickr_photos li a img{
	margin:0;padding:0;
}

.series_descr{
	display:none;
}

#content #main #article .video-series{
	padding:10px 0 10px 0;
	margin: 0 0 20px 0;
	background: url(/wp-content/themes/crossbridge/img/article-title-underline.png) center bottom no-repeat;
	position: relative;
	clear:both;
}

#content #main #article .video-series ul{
	margin: 0 -28px 30px 0;
}

#content #main #article .video-series ul li{
	float:left;
	font-size:11px;font-weight:bold;
	line-height:130%;
	color:#59534e;
	margin:-10px 27px 0 0;
	background:none;
	padding: 0;
}

#content #main #article .video-series ul li img{
	margin:0;
}

#content #main #article .video-series ul li h4{
	margin:3px 0;padding:0;
	color:black;
	font-weight:bold;font-size:13px;
	white-space: nowrap;
}

.video_hide{
	display: none;
}

/************************************************
 * sub content
 ************************************************/
#content #sub {
	width:305px;
	float:left;
	margin:0 0 0 15px;
	overflow: hidden;
}

#content #sub h2{
	margin:30px 0 .5em;
	margin-bottom:.5em;
	clear:both;
}

#content #sub p, #content #sub q {
	clear:both;
	color:#b6aba3;
	margin-bottom:1.2em;
	display: block;
}

#content #sub ul{
	font-size:13px;
	line-height: 19px;
}

#content #sub dl#poc {
	margin-bottom:20px;
	zoom:1;
	width:100%;
	float:left;
}

#content #sub dl#poc dt {
	width: 90px;
	float:left;
	clear:both;
	color:#b6aba3;
	margin-bottom:5px;
}

#content #sub dl#poc dd {
	width: 215px;
	float:left;
	font-size:13px;
	margin-bottom:5px;
}

#content #sub dl.news{
	zoom:1;
	width:100%;
	float:left;
	padding-left:65px;
	position: relative;
	width:260px;
	margin-bottom:20px;
}

#content #sub dl.news a{
	text-decoration: underline;
}

#content #sub dl.news dd a{
	font-size:15px;
	text-decoration: none;
	top:-20px;
}

#content #sub dl.news dd{
	position:relative;
	top:-23px;
}


#content #sub dl.news dt.date{
	position:relative;
	left:-65px;
	font-size:11px;
	background: url(/wp-content/themes/crossbridge/img/date-bg.png) center center no-repeat;
	width:42px;height:14px;
	padding:5px 8px;
	margin:0;
	color:white;
}

#content #sub ul#categories{
	margin-bottom: 20px;
	float: left;
}

#content #sub ul#archives{
	margin-bottom: 20px;
	float: right;
}

#content #sub #twitter_conversations{
	width:250px;
}

#content #sub #twitter_conversations q{
	color:white;
	font-size: 12px;
	line-height: 15px;
}

#content #sub #twitter_conversations a.username{
	font-size:13px;
}

#content #sub #twitter_conversations a.timestamp{
	font-size:11px;
	font-style: italic;
	color:#b6aba3;
}

#social_networks {
	height:21px; 
	list-style:none; 
	margin:-10px 0 0 0; 
	padding:0;
}

#social_networks li {
	display:block; 
	float:left;
	list-style: none;
	height:21px;
	margin-right:18px;
}

#social_networks li#twitter{
	margin-right:0;
}

#social_networks a {
	display:block;
	height:21px;
	font-size: 0;
	overflow: hidden;
	text-indent: -99999px;
}

#social_networks a:hover {
	background-position: center top;
}

#facebook a {
	background: url(/wp-content/themes/crossbridge/img/facebook.png) center bottom;
	width: 69px;  
}

#flickr a {
	background: url(/wp-content/themes/crossbridge/img/flickr.png) center bottom;
	width: 51px;
}

#vimeo a {
	background: url(/wp-content/themes/crossbridge/img/vimeo.png) center bottom;
	width: 56px;
}

#twitter a {
	background: url(/wp-content/themes/crossbridge/img/twitter.png) center bottom;
	width: 67px;
}

#content #sub #flickr_photos h2{
	margin-bottom:5px;
}

.current_series_player{
	display:none;
}

.current_series_player span{
	font-size:16px;
	color:black;
}

#player {
	display: block;
	margin-top: 5px;
}

#promo_video {
	display:none;
}

/************************************************
 * footer
 ************************************************/
#footer {
	clear:both;
	width:960px;
	margin:40px auto 0 auto;
	padding: 10px 10px 20px 10px;
	text-align:center;
	background: transparent url(/wp-content/themes/crossbridge/img/horiz-line.png) center top no-repeat;
}

#footer p {
	margin-bottom:5px;
}

#footer p#mission {
	font-style:italic;
}

#footer p#copyright {
	font-size:11px;
	color:#b6aba3;
}

/************************************************
 * Scripture Tooltips
 ************************************************/
.tooltip {
	position: absolute;
	z-index: 3000;
	top: 0; left: 0;
	display: none;
	border: 6px solid #6D6B6C;
	color: #39302E;
	background-color: #FFF;
	padding: 20px;
	width: 350px;
	font-style: normal;
	cursor: text;
}

.tooltip_body{
	overflow: hidden;
}

.tooltip h3 {
	font-weight: bold;
}

.tooltip_footer{
	margin-top: 15px;
	padding-left: 20px;
	background: url(/wp-content/themes/crossbridge/img/icon-rt-arrow.png) 0 50% no-repeat;
}

.tooltip_footer a {
	color:#A21A24 !important;
}

.verse_tip {
	font-style: italic;
	cursor: default;
}

.verse_tip p {
	margin:0 !important;
}

.verse-num {
	font-weight: bold;
}

.woc {
	color:#A21A24;
}

/************************************************
 * New Here Menu
 ************************************************/
.new_here {
	position:relative;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	width:475px;
	height:200px;
	overflow: hidden;
}

.new_here ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.new_here ul li {
	width: 95px;
	float: left;
	display: block;
	overflow: hidden;
	background:none !important;
	padding: 0 !important; 
	margin: 0 !important;
}

.new_here ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}

.new_here ul li#story a {
	background: url(/wp-content/themes/crossbridge/img/story.jpg) repeat scroll 0%;
  
}

.new_here ul li#mission a {
	background: url(/wp-content/themes/crossbridge/img/mission.jpg) repeat scroll 0%;

}

.new_here ul li#questions a {
	background: url(/wp-content/themes/crossbridge/img/questions.jpg) repeat scroll 0%;
  
}

.new_here ul li#steps a {
	background: url(/wp-content/themes/crossbridge/img/steps.jpg) repeat scroll 0%;
	border-right-style: none;
}

.new_here ul li#staff a {
	background: url(/wp-content/themes/crossbridge/img/staff.jpg) repeat scroll 0%;
	
}

/************************************************
 * Online Giving
 ************************************************/
#content #main #article form fieldset ul li span.alert{
	color:#a21a24;
	font-size:11px;
	padding:3px 0 3px 3px;
}

#ways_to_give {
	margin-top: -10px !important;
}

#ways_to_give li {
	margin: 0 !important;
	border-bottom: #A7A3A0 solid 1px;
	padding: 10px !important;
	zoom: 1;
}

#ways_to_give li.last {
	border-bottom: none;
}

#ways_to_give li div {
	float:left;
	width: 280px;
}

#ways_to_give li input {
	float:right;
	width: 60px !important;
	margin: 3px 0 0 0;
	text-align: right;
}

#ways_to_give li div p {
	color: #666;
	margin: 0 !important;
}

.your_info_input {
	width: 275px !important;
}

.your_info_textarea {
	width: 200px !important;
}

.required {
	margin: -10px 0 15px !important;
	color:#a21a24;
}

#city {
	width: 80px !important;
	float: left;
}

#state {
	width: 60px !important;
	float: left;
}

#zip {
	width: 40px !important;
}

#state_label {
	width:35px !important;	
}

#zip_label {
	width:40px !important;	
}

.no_val {
	color:#999;
}

#payment_info label {
	width:90px !important;
}

#agreement {
	display: none;
	color: #666;
}

#agreement_amount {
	color: #555;
	margin-left: 10px;
}

.error_field {
	background-color: #F7CDCD;
}

#form_errors, #card_errors, #give_errors {
	margin-left: 75px !important;
}

#form_errors li, #card_errors li , #give_errors li{
	font-size: 14px;
	color:#a21a24;
	padding:3px 0 3px 18px  !important;
	background: url(/wp-content/themes/crossbridge/img/icon-rt-arrow.png) 0 50% no-repeat !important;
	font-weight:bold;
}

#error_status {
	border: 1px solid #990000;
	font-size: 14px;
	margin: 0 25px 15px 25px;
	padding: 10px;
	line-height: 18px;
	background-color: #EA9F9F
}

#status {
	border: 1px solid #006600;
	font-size: 14px;
	margin: 0 25px 15px 25px;
	padding: 10px;
	line-height: 18px;
	background-color: #B9EA9F
}

#email_help_text {
	padding: 0 10px 10px 65px !important;
	margin-top: -5px !important;
	color: #666;
	display:none;
}

#cc_month{
	margin-right: 10px;
}

#ccv_help_text {
	padding: 0 10px 10px 95px !important;
	display: none;
}

#ccv_help_text p {
	color: #666;
	font-size:10px;
	line-height: 12px;
	margin-bottom: 10px !important;
}

#ccv_help_text img {
	padding: 0 !important;
}

#cc_ccv{
	width: 40px !important;
}

.auto_width{
	width:auto !important;
}

#content #sub dl.poc {
	margin-bottom:20px;
	zoom:1;
	width:100%;
	float:left;
}

#content #sub dl.poc dt {
	width: 110px;
	float:left;
	clear:both;
	color:#b6aba3;
	margin-bottom:5px;
}

#content #sub dl.poc dd {
	width: 195px;
	float:left;
	font-size:13px;
	margin-bottom:5px;
}

/*************************************************
* Overlay
*************************************************/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('/wp-content/themes/crossbridge/img/overlay/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('/wp-content/themes/crossbridge/img/overlay/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/wp-content/themes/crossbridge/img/overlay/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/wp-content/themes/crossbridge/img/overlay/fancy_shadow_nw.png') no-repeat;
}