/*
Client:		Capstone Church

Author:		Scott Beatty sbeatty@northpointdesign.com
Updated:	03/13/2009
Notes:		None

*/

/* =Global
---------------------------------------------------------------------
*/

* {
   margin: 0;
   padding: 0;
}

body { 
	background:#838383 url(/_img/bg_body.gif) repeat-x; 
	font-size:62.5%; 
	font-family: Arial, Helvetica, sans-serif; 
	color:#444444; 
	text-align:center;
}

hr { 
	display: none; 
}

#skip { 
	position: absolute; 
	text-indent: -9999px; 
	list-style: none; 
}

*+html #skip{
   position: static;
   height: 0;
}

#outer-container { 
 	margin:0 auto; 
	width:800px; 
	text-align: left;
	background: #000000;
	padding: 10px;
}

#container { 
	width:800px;
	background: #FFFFFF url(/_img/bg_container.jpg) repeat-y; 
}

a { 
	overflow: hidden; 
	color: #2D6AAD;
}

a:hover{
	text-decoration: none;

}

/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 800px;
   height: 195px;
   float: left;
   background: url(/_img/bg_header.jpg) no-repeat;
}

body#ladies-page #header{
   background: url(/_img/bg_header_ladies.jpg) no-repeat;
}

h1 { 
	float: left;
	width: 460px;
	height: 125px;
}

h1 a { 
	display: block;
	width: 460px;
	height: 125px;
	text-decoration:none; 
	text-indent: -9999px;
}
	
#meta-nav {
	float: right;
	display: inline;
	width: 245px;
	position: relative;
}

#social-links {
	position: absolute;
	left: 0;
	top: 4px;
	list-style: none;
}

#social-links li {
	float: left;
	list-style: none;
}

#social-links li a {
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9986em;
	background: url(/_img/icons_social.png) no-repeat;
}

#social-links li#twitter a{
	background-position: 0 0;
	margin-right: 6px;
}

#social-links li#twitter a:hover{
	background-position: 0 -24px;
	margin-right: 6px;
}

#social-links li#blogger a{
	background-position: -24px 0;
}

#social-links li#blogger a:hover{
	background-position: -24px -24px;
}

#search {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
}

#search input{
   width: 147px;
   height: 18px;
   float: left;
   background: url(/_img/bg_search.gif) no-repeat;
   border: none;
   font-size: 1.1em;
   color: #666666;
   padding-left: 23px;
   padding-top: 4px;
}

#search #search_go{
   display: block;
   float: left;
   width: 27px;
   height: 23px;
   text-indent: -9999px;
   background: url(/_img/btn_search_submit.gif) no-repeat;
   margin-left: 3px;
}


/* =Navigation
---------------------------------------------------------------------
*/
#nav {
	list-style:none;
	margin-bottom: 10px; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#nav li	{ 
	width: 240px;
	list-style: none;
	border-top: 1px solid #647724;
	background: url(/_img/bg_nav_li.gif) no-repeat 225px center;
}

#nav li.current { 
	background:#849B31; 
	color:#FFFFFF; 
	border-top: 1px solid #647724;
}
	
#nav li a {
	display:block; 
	font-size:1.4em; 
	padding: 0 3px 0 10px;
	color:#374013; 
	text-decoration:none;
	line-height: 30px;
}

#nav li a:hover	{ 
	color:#FFFFFF;
}

#nav li.current a, #nav li.current a:hover {  
	color:#FFFFFF;
}

#nav li ul {
   list-style: none;
   display: none;
}

#nav li li{
	display: none;
	width: 220px;
	margin-left: 20px;
	background-image: none;
}

#nav li.current ul {
   display: block;
}

#nav li.current li{
   display: block;
   border-top: none;
   background-image: none;
}

#nav li.current li a {
   	padding: 0 0 8px 6px;
	text-indent: 0;
   	background: none;
   	color: #FFFFFF;
	font-size:1.2em;
	border-top: 0;
	line-height: 1;
	text-decoration: underline;
}

#nav li.current li a:hover {
	text-decoration: none;
	color:#374013;
}

#nav li.current li.current a {
   	color: #374013;
	text-decoration:none;
}

#nav li li a{
   display: block;
}

#nav li li li{
	width: 200px;
	margin-left: 20px;
}

/* =Content Wrap
---------------------------------------------------------------------
*/

#content-wrap { 
	clear: both;
	float: left;
	width: 800px;
}

body#ladies-page #content-wrap {
	background: url(/_img/bg_content_ladies.png) no-repeat top right;
}

/* =Content
---------------------------------------------------------------------
*/

#top-image {
	width: 513px;
	margin-left: 16px;
	padding: 5px;
	background: #E4E4E4;
}

body#ladies-page #top-image {
	background: none;
}

#top-image #banner {
	padding: 0;
	margin: 0;
	border: 0;
	float: none;
}

#top-image #banner-flash {
	width: 513px;
	height: 250px;
	padding: 0;
	border: 0;
	margin: 0;
}

#content { 
 	float:right; 
	width:555px;
}

#content h3, #content h4, #content h5, #content h6 {
	color: #2D6AAD;
	margin-bottom: .75em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}
 
 
#content h3 { 
	font-size:2.2em;
	padding-left: 10px;
}

body#home #content h3 span { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
	padding-left: 6px;
	color: #444444;
}

#content h4 {
	font-size:1.8em;  
}

#content h5 { 
	font-size:1.6em; 
}

#content h6 { 
	font-size:1.6em;
}


#content #text {
	padding: 10px;
}

#content p,
#content ul,
#content ol{
   margin-bottom: 1em;
   font-size: 1.4em;
   line-height: 1.3;

}

#content ul,
#content ol{
   margin-left: 3em;
}

#content ul li {
	list-style-type: disc;
}

#content ul li li, #content ul li li li {
	list-style-type: circle;
}

#content ul ul, #content ul ul ul{
	font-size: 1em;
	margin-bottom: 0;
}

#content ul#byline{
   margin-bottom: 10px;
   font-size: 1.3em;
   list-style: none;
   margin-left: 2em;
}

#content ul#byline li{
   margin: 0;
   list-style: square;
   background:none;
   padding-left: 0;
}

#content #page-navigation-list {
   list-style: none;
   margin-left: 2em;
}

#content #page-navigation-list li {
   margin-bottom: .5em;
   list-style: none;
   float: left;
}

#content #page-navigation-list li a{
	display: block;
	width: 208px;
	line-height: 53px;
	padding-left: 10px;
	background: url(/_img/bg_li_navigation_list.png) no-repeat;
	margin-right: 8px;
	color:#FFFFFF;
	text-decoration: none;
}

#content #page-navigation-list li a:hover{
	color:#000000;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
   padding: 2px;
   border: 1px solid #CCCCCC;
}

#content  .missions {
	border-bottom:1px solid #fff;
	padding:15px 0;
	margin:10px 0;
	font-size: 1.2em;
	clear: left;
}

#content  .home-group-map {
	width: 525px;
	height: 550px;
	border:1px solid #000000;
	margin-bottom: 15px;
}


#content  #fb-home {
	float: left;
	margin: 25px 0 25px 20px;
}

#content  #fb-livestream {
	float: left;
	width: 324px;
	height: 160px;	
	margin-right: 10px;	
}

#content  #fb-livestream img {
	float: none;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 0;
	max-width: 320px;
	max-height: 156px;		
}

#content  #fb-buttons {
	width: 150px;
	float: left;
	list-style: none;
	padding: 0;
	margin: 25px 0 0 0;
}

#content  #fb-buttons li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	width: 150px;
	height: 50px;
}

#content  #fb-buttons li a {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	background: #03F;
	text-decoration: none;
	color: #647725;
	font-size: 12px;
	text-align: center;
	background: url(/_img/bg_fb_buttons.png) no-repeat 0 0;
}

#content  #fb-buttons li a:hover {
	color: #333333;
	background-position: 0 -60px;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar { 
	float:left; 
	width:245px; 
}

#sidebar #servicetimes { 
	width:240px;
	height: 55px;
	background: url(/_img/bg_sidebar_servicetimes.jpg) no-repeat left;
}

#sidebar #servicetimes p {
	padding-top: 7px;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 1.3;
	font-size: 1.4em;
}

#sidebar #servicetimes a {
	color:#374013; 
	text-decoration: none;
}

#sidebar #servicetimes a:hover {
	color:#FFFFFF; 
} 
 
.sidebar-container {  
	width:220px;
	margin-left: 10px;
	margin-bottom: 15px;
	background: #FFFFFF; 
	padding-bottom: 10px;
}

.sidebar-container h3 { 
	line-height: 43px;
	background: url(/_img/bg_sidebar_h3.jpg) no-repeat; 
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFFFFF;
	font-size: 1.6em;
	padding-left: 8px;
	font-weight: normal;
}

.sidebar-container h4{
	padding-left: 20px;
	color: #2D6AAD;
	font-size: 1.3em;
	margin-bottom: .25em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebar-container h4 a{
	color: #2D6AAD;
	text-decoration: underline;
}

.sidebar-container h4 a:hover{
	text-decoration: none;
}

.sidebar-container p{
	padding-left: 20px;
	color: #666666;
	font-size: 1.3em;
}

.sidebar-container .upcoming-events {
	width: 200px;
	margin-left: 15px;
	background: url(/_img/bg_upcoming_events.gif) no-repeat left 7px;
	padding-top: 7px;
}

.sidebar-container #recent-sermon {
	width: 200px;
	margin-left: 15px;
	padding-top: 7px;
}

.sidebar-container #recent-sermon h4, .sidebar-container #recent-sermon p, .sidebar-container #prayer-warriors p  {
	padding-left: 0;
	margin-bottom: 6px;
}

.sidebar-container #recent-sermon #sb-media{
	list-style: none;
	padding: 0;
}


.sidebar-container #recent-sermon #sb-media li {  
	list-style: none;
	float: left; 
	display: inline;
}

.sidebar-container #recent-sermon #sb-media li a { 
	float: left;
	display:block;
	padding-left: 20px;
	line-height: 16px;
	font-size: 1.2em;
	text-decoration: none;
	margin-right: 8px;
}

.sidebar-container #recent-sermon #sb-media li a:hover {
	color: #829931;
}

.sidebar-container #recent-sermon #sb-media li.sb_listen a { 
	background:url(/_img/play_icon.gif) no-repeat; 
}

.sidebar-container #recent-sermon #sb-media li.sb_watch a { 
	background:url(/_img/video_icon.gif) no-repeat; 
}

.sidebar-container #recent-sermon #sb-media li.sb_download a	{ 
	background: url(/_img/download_icon.gif) no-repeat;
}

.sidebar-container #prayer-warriors {
	width: 200px;
	margin-left: 15px;
	padding-top: 7px;
}

.sidebar-container #prayer-warriors #newsletter_text {
	margin: 8px 0;
	width: 125px;;
	border-left: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	padding: 2px;
	font-size: 1.2em;
}

.sidebar-container #prayer-warriors #newsletter_submit {
	width: 60px;
	font-size: 1em;
}


.sidebar-container .more {
	clear: left;
	text-align: right;
	margin-top: 15px;
}

.sidebar-container .more a {
	padding: 3px;
	color: #FFFFFF;
	background: #829931;
	text-decoration: none;
}

.sidebar-container .more a:hover {
	background: #A3C13D;
}


/* =Footer
---------------------------------------------------------------------
*/
#footer { 
	clear:both;
	width: 535px;
	margin-left: 250px;
	border-top: 1px solid #E4E4E4;
}

#footer p { 
	font-size:1.2em; 
	color: #666666; 
	text-align: right; 
	margin:0; 
	padding: 10px;
}


/* =Credits
---------------------------------------------------------------------
*/
#credits {
	width: 800px;
	margin: 0 auto;
}

#credits p{
	text-align: left;
	padding: 15px 0;
	text-align: right;
	color: #333333;
	font-size: 1.2em;
}

#credits a{
	text-decoration: none;
	color: #333333;
}

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

/* =Sermons
---------------------------------------------------------------------
*/

#content #sermon-content { 
	margin:0; 
	padding:10px 0; 
}

#content #sermon-content h4 { 
	margin:0; 
	padding:10px 0; 
}

#content .sermon-rss {
	background: url(../_img/feed_icon.gif) no-repeat left 50%;
	padding-left: 22px;
	line-height: 20px;
}

#content .sermonbox { 
	position:relative; 
	padding:10px 0; 
	border-top:1px solid #efefef; 
}

#content .sermonbox h5 { 
	margin:0;
	margin-bottom: .5em;
	color: #333333;
}

#content .sermonbox h5 span { 
	font-size:11px; 
	margin-left:10px; 
}

#content .sermonbox h5 a { 
	font-size: 1em;
}

#content .sermonbox h5 a:hover { 

}

#content .sermonbox p { 
	margin:0;
	line-height: 1.5em;
}

#content .sermonbox ul { 
	position:absolute; 
	top:20px; 
	right:10px;  
	padding:0; 
	list-style: none;
}

#content .sermonbox li { 
	float:left; 
	display:inline; 
	margin-right:5px; 
}

#content .sermonbox li a	 { 
	display:block; 
	width:16px; 
	height:16px; 
	text-indent:-999em; 
}

#content .sermonbox li.sl_listen a { 
	background:url(/_img/play_icon.gif) no-repeat; 
}

#content .sermonbox li.sl_download a	{ 
	background:url(/_img/download_icon.gif) no-repeat; 
}

#content .sermonbox li.sl_notes a { 
	background:url(/_img/notes_icon.gif) no-repeat; 
}

#content .sermonbox li.sl_video a { 
	background:url(/_img/video_icon.gif) no-repeat; 
}

#content .sermonbox li.sl_rss a { 
	background:url(/_img/feed_icon.gif) no-repeat; 
}

#content .sermonbox li a:focus { 
	outline:none; 
}

p#pagination{
   margin: 0;
}

p#pagination a#off{
   display: none;
}

p#pagination a{
   margin: 0 5px;
   color: #031827;
   text-decoration: underline;
}

p#pagination a:hover{
   text-decoration: none;
}

p#pagination a#current{
   color: #999999;
   text-decoration: none;
   cursor: default;
}

/* how it works */
#how-it-works { 
	height: 30px; 
	margin:1em 0 2em 0; 
	padding:0; 
	list-style:none; 
	background:#efefef; 
	border:2px solid #ccc; 
}

#how-it-works li { 
	padding-left:20px; 
	font-size:1em; 
	display:block; 
	line-height:30px; 
	margin-right:20px; 
	float:left; 
}

#how-it-works li#how { 
	font-weight:bold; 
	padding-left:10px; 
}

#how-it-works li#play { 
	background:url(/_img/play_icon.gif) no-repeat left center; 
}

#how-it-works li#notes { 
	background:url(/_img/notes_icon.gif) no-repeat left center; 
}

#how-it-works li#video { 
	background:url(/_img/video_icon.gif) no-repeat left center; 
}

#how-it-works li#save { 
	background:url(/_img/download_icon.gif) no-repeat left center; 
}

/* sermon filter */

#sermon-filter { 
	padding: 10px;
}

#sermon-filter p {
	margin: 15px 0;
}

#sermon-filter #sermonLists	{ 
	width:90%; 
	margin-bottom: 0; 
}


/* Media Box */
#mediabox { 
	float:right; 
	padding:10px; 
	margin:-50px 0 0 10px; 
	list-style:none; 
	border:1px solid #f4f4f4; 
}

#mediabox li { 
	padding:3px 0 3px 20px; 
	font-size: .8em;
}

#mediabox li#mb_links { 
	background:#f4f4f4; 
	color:#19140d; 
	margin:-10px -10px 10px; 
	padding:10px; 
	font-size: 1em;
}

#mediabox li#mb_jukebox	{ 
	background:url(/_img/play_icon.gif) no-repeat left 2px; 
}

#mediabox li#mb_download { 
	background:url(/_img/download_icon.gif) no-repeat left 2px; 
}

#mediabox li#mb_notes { 
	background:url(/_img/notes_icon.gif) no-repeat left 2px; 
}

#mediabox li#mb_video {
	background:url(/_img/video_icon.gif) no-repeat left 2px; 
}

#mediabox li#mb_podcast	{ 
	background:url(/_img/feed_icon.gif) no-repeat left 2px; 
}
	
/*  Articles
---------------------------------------------------------------------
*/
#article-box {
	padding: 10px;
}

.article {
	padding: 10px 0;
	border-top:1px solid #efefef; 
}

/* =Blog
---------------------------------------------------------------------
*/	

.blogbox{
   margin-bottom: 10px;
   padding: 15px;
   background: #F7F7F7;
   border-bottom: 1px solid #CCCCCC;
}

.blogbox:hover{
	background: #FFFFFF;
}


/* sidebar blog filter */
#sidebar #blog_list_archive,
#sidebar #blog_list_author,
#sidebar #blog_list_category{
   margin: 0 0 .5em 2em;
}

#sidebar #blog_list_archive li,
#sidebar #blog_list_author li,
#sidebar #blog_list_category li{
   margin: 0 0 .25em 1em;
   font-size: 1.2em;
   line-height: 1.5;
}

#sidebar #blog_list_archive,
#sidebar #blog_list_author li a,
#sidebar #blog_list_category li a{

}

#sidebar #blog_list_archive,
#sidebar #blog_list_author li a:hover,
#sidebar #blog_list_category li a:hover{

}

/* =Calendar
---------------------------------------------------------------------
*/
#content table.calendar { 
	margin: 15px 0; 
	border-collapse: collapse; 
}

#content table.calendar caption	{ 
	padding-bottom: 10px; 
	color: #666; 
	font-size: 1.4em; 
}

#content table.calendar th { 
	padding: 6px 0; 
	background:#2D6AAD; 
	color:#fff;  
	font-size: 1.3em; 
	font-weight: normal;
	text-align: center;
		border-left: 1px solid #2D6AAD;
}

#content table.calendar td { 
	width: 68px; 
	height: 125px; 
	padding: 2px; 
	border: 1px solid #2D6AAD; 
	background:#f4f4f4; 
	color:#55636b; 
	font-size: 1em; 
	vertical-align: top; 										
}

#content table.calendar td a	{ 
	text-decoration: none; 
}

#content table.calendar td ul { 
	margin: .5em 0 0 .5em; 
	font-size: 100%; 
	list-style: none; 
}

#content table.calendar td li { 
	margin-bottom: .75em; 
	font-size: 1.1em; 
	line-height: 1.2; 
	list-style: none;
}

#content table.calendar td li a	{ 
	text-decoration: underline; 
}

#content table.calendar td li a:hover{ 
	text-decoration: none; 
}


#text table.calendar .calendar-next {
	margin-left: 10px;
	padding: 3px 5px;
	background: #FFFFFF;
	border: 1px solid #2D6AAD;
}

#text table.calendar .calendar-prev {
	margin-right: 10px;
	padding: 3px 5px;
	background: #FFFFFF;
	border: 1px solid #2D6AAD;
}

#text table.calendar .calendar-next:hover, #text table.calendar .calendar-prev:hover {
	background: #2D6AAD;
	color: #FFFFFF;
}

/* =Form Settings
---------------------------------------------------------------------
*/

#content form
{
	margin: 0 0 15px 25px;
}
#content fieldset { border:0; }
#content form textarea
{
	width: 320px;
	height: 150px;
	padding: 3px;
	border: 1px solid #B2C9CE;
}
#content form #text_9351, #content form #text_9352, #content form #text_5650, #content form #text_5651, #content form #text_5652 {
	padding: 3px;
	border: 1px solid #B2C9CE;
	width: 250px;
}

#content form label{
	display: block;
	width: 400px;
	margin-bottom: .25em;
}

#content form td{
	vertical-align:top;
	padding: 3px;
}
#content form fieldset
{
	border:0;
}

#content form legend
{
	display: none;
}

p.error {
	font-size: 1.4em;
}
/* =Photo Gallery
---------------------------------------------------------------------
*/
#content .gallery-box {
	padding: 10px;
	margin-bottom: .25em;
}

#content .gallery-box .gallery-thumbnail {
	float:none;
	margin: 0;
}

#content .gallery-box .gallery-large {
	float:none;
}

/* --fixes-- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix 	{ display: block;}
/* End hide from IE-mac */

.mcms_stats {
	display: none;
}

/* @end */