/* @override 
	http://thecapstone.com/_css/style.css
	http://wow.thecapstone.org/_css/style.css 
*/

body {
	background-color: #051C27;
	color: #535353;
	font-family: Helvetica, Arial, sans-serif;
}

#skip {
  display: none;
}

.hidden { 
	display: none;
}
  
.UIStandardFrame_Container { 
	margin: 0 auto;
    width: 1000px;
}
  
.uiColumn { 
	float: left;
}
  
.uiWrap { 
	overflow: hidden;
    display: block;
}

.uiFloatLeft { 
	float: left;
}

.uiFloatRight { 
	float: right;
}

.uiRoundS { 
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
}

.uiRoundM  { 
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:8px;
  }
  
.phs{padding-left:5px;padding-right:5px;}
.phm{padding-left:10px;padding-right:10px;}
.phl{padding-left:20px;padding-right:20px;}
.pvs{padding-top:5px;padding-bottom:5px;}
.pvm{padding-top:10px;padding-bottom:10px;}
.pvl{padding-top:20px;padding-bottom:20px;}
.fs-8{font-size:56%;}
.fs-8{font-size:63%;}
.fs-9 {font-size: 70%;}
.fs-10 {font-size:77%;}
.fs-11 {font-size:85%;}
.fs-12 {font-size:93%;}
.fs-13 {font-size:100%;}
.fs-14 {font-size:108%;}
.fs-15 {font-size:116%;}
.fs-16 {font-size:123.1%;}
.fs-17 {font-size:131%;}
.fs-18 {font-size:138.5%;}
.fs-19 {font-size:146.5%;}
.fs-20 {font-size:153.9%;}
.fs-21 {font-size:161.6%;}
.fs-22 {font-size:167%;}
.fs-23 {font-size:174%;}
.fs-24 {font-size:182%;}
.fs-25 {font-size:189%;}
.fs-26 {font-size:197%;}
.fwn{font-weight:normal}
.fwb{font-weight:bold}

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

#header-wrap {
	background: #051C27 url(../_img/bg_header_container.jpg) no-repeat center top;
}

#header-inner {
	background: url(../_img/bg_header_container_border.png) repeat-x bottom;
	padding-bottom: 10px;
}

 #header{
	height: 116px;
    position:relative;
	z-index: 990;
}

#header .logo { 
    position:absolute;
    left:6px;
    top:11px;
	width: 226px;
	height: 98px;
	background: url(../_img/logo_header.png) no-repeat;
}

#header #search {
	position: absolute;
	top: 0;
	right: 10px;
	height: 20px;
	overflow: hidden;
	background: url(../_img/bg_search.png) repeat-x;
}

#header #search form, #header #search fieldset{
	border: 0;
}

#header #search fieldset{
	width: 150px;
	height: 20px;
	background: #fff url(../_img/search_input.png) repeat-x bottom;
	padding-right: 5px;
}

#header #search #search_term{
	float: left;
	width: 126px;
	height: 20px;
	line-height: 20px;
	color:#5f5f5f;
	background: none;
	border: 0;
	font-size: 93%;
	border: 0;
	padding: 0 4px;
}

#header #search #search_go{
	float: right;
	width: 13px;
	height: 13px;
	background: url(../_img/search_go.png) no-repeat 0 0;
	text-indent: -9999em;
	margin-top: 3px;
}

#header #search #search_go:hover {
	background-position: 0 100%;
}

/* navigation */

nav.main {
	width: 725px;
	height: 70px;
	z-index: 999;
	position: absolute;
	bottom: 0;
	right: 16px;
}

#nav {
	line-height: 1.0;
	width: 725px;
}

#nav li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

#nav li {
	float: left;
	position: relative;
}

#nav li a {
	display: block;
	text-decoration: none;
	text-indent: -9996em;
	line-height: 70px;
	height: 70px;
	background: url(../_img/bg_nav.png) no-repeat 0 0;
}

#nav li#nav_discover a {	width: 134px; background-position: 0 0; }
	#nav li#nav_discover a:hover, #nav li#nav_discover:hover a, #nav li#nav_discover.current a, #nav li#nav_discover.current a:hover, #nav li#nav_discover:hover a  { background-position: 0 100%; }

#nav li#nav_connect a {	width: 130px; background-position: -134px 0; }
	#nav li#nav_connect a:hover, #nav li#nav_connect:hover a, #nav li#nav_connect.current a, #nav li#nav_connect.current a:hover, #nav li#nav_connect:hover a  { background-position: -134px 100%; }

#nav li#nav_outreach a {	width: 148px; background-position: -264px 0; }
	#nav li#nav_outreach a:hover, #nav li#nav_outreach:hover a, #nav li#nav_outreach.current a, #nav li#nav_outreach.current a:hover, #nav li#nav_outreach:hover a  { background-position: -264px 100%; }

#nav li#nav_resources a {	width: 151px; background-position: -412px 0; }
	#nav li#nav_resources a:hover, #nav li#nav_resources:hover a, #nav li#nav_resources.current a, #nav li#nav_resources.current a:hover, #nav li#nav_resources:hover a  { background-position: -412px 100%; }

#nav li#nav_im-new a {	width: 162px; background-position: -563px 0; }
	#nav li#nav_im-new a:hover, #nav li#nav_im-new:hover a, #nav li#nav_im-new.current a, #nav li#nav_im-new.current a:hover, #nav li#nav_im-new:hover a  { background-position: -563px 100%; }


#nav ul {
	position: absolute;
	left: -999em;
	width: 180px;
	padding: 20px 10px 10px 10px;
	background-color: none;
	background: url(../_img/bg_nav_dd.png);
}

#nav li:hover ul {
	left: 0;
	z-index: 999;
	top: 70px;
}

#nav li li {
	display: block;
	float: left;
	text-align: left;
	width: 100%;
}

#nav li li a {
	text-indent: 0;
	line-height: 1.2;
	height: auto;
	padding: 5px;
	border: 0;
	background: none;
	width: 170px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 108%;
	color: #fff;
}

#nav li li.odd a {
	background: url(../_img/bg_nav_dd_hover.png) !important;
}

#nav li li a:hover {
	background: #6C8C26 !important;
}

#nav li:hover, #nav li.sfHover,
#nav li a:focus, #nav li a:hover, #nav li a:active {
	outline:	 0;
}

/* -------------------------------------
Content Containers
------------------------------------- */

#container {
	background: #F1F1F1 url(../_img/bg_content_container.jpg) no-repeat center top;
}

#content-wrap {
	background: url(../_img/bg_content_wrap_rep.png) repeat-y right;
	overflow: hidden;
}

#content.colSpan2 {
	width: 670px;
	padding: 0 23px 23px 23px;
	background: url(../_img/bg_content.png) no-repeat center 58px;
}

aside.colSpan2{
	width: 276px;
	margin-right: 8px;
}

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

#page-header-image {
	width: 660px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 50px 0 15px 0;
}

#content img#banner {
	display: block;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

#content #text {
	padding: 20px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	font-size: 197%;
	color: #333;
	white-space: nowrap;
	height: 52px;
	line-height: 52px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-bottom: 15px;
}

#content h2 { 
	font-size: 174%; 
}

#content h3 { 
	font-size: 153.9%;
}

#content h4 { 
	font-size: 131%;
}

#content h5, #content h6 { 
	font-size: 116%;
}

#content p, #content li { 
    line-height: 1.4em;
    font-size: 100%;  
}

#content li li, #content li li li { 
    font-size: 100%;  
}

#content p { 
	margin-bottom: 15px; 
}

#content ul, #content ol {
	margin: 0 0 15px 3em; 
}

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

#content ol li {
	list-style-type: decimal;
}

#content em {
	font-style: italic;
}

#content strong {
	font-weight: bold;
}

#content blockquote { 
	margin-bottom: 15px; 
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#content a {
	color: #06C;
}

#content a:hover {
	text-decoration: none;
}

#content img {
	padding: 3px;
	background: none;
	background-color: transparent;
	border: 1px solid #e1e1e1;
}

#content hr {
   display: block;
   margin: 1.5em 0; 
   color: #E8E8E8;
   background-color: #ddd;
   border: 0;
   border-top: 1px solid #ddd;
   width: 100%;
   height: 1px;
}

#content table { 
	margin-bottom: 25px;
}

#content caption { 
	background: #eeeeee;
	color: #666666;
	padding: 3px;
	font-size: 100%;
	font-weight: bold;
}

#content td { 
	padding: 5px 25px 5px 0px;
	font-size: 100%;
}

#content td p { 
	font-size: 100%;
}

#content th { 
	padding: 5px 25px 2px 0px;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

#content strong, #content b {
	font-weight: bold;
}

#content em, #content i {
	font-style: italic;
}

#content ul#page-navigation-list {
	margin: 0 auto 20px auto;
	width: 300px;
	list-style: none;
	overflow: hidden;
}

#content ul#page-navigation-list li {
	list-style: none;
	list-style-type: none;
	margin-bottom: 8px;
}

#content ul#page-navigation-list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 8px 0;
	font-size: 123.1%;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:8px;
	background: #fff;
	border: 2px solid #ddd;
	color: #6C8C26;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content ul#page-navigation-list li a:hover {
	background: #6C8C26;
	color: #fff;
	border-color: #fff;
}

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

#content ul.hg-list {
	margin: 0 auto;
	width: 540px;
	list-style: none;
	padding: 0;
}

#content ul.hg-list li {
	width: 265px;
	float: left;
	margin-right: 5px;
	list-style: none;
	list-style-type: none;
	margin-bottom: 8px;
}

#content ul.hg-list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 8px 0;
	font-size: 16px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:8px;
	background: #fff;
	border: 2px solid #ddd;
	color: #6C8C26;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content ul.hg-list li a:hover {
	background: #6C8C26;
	color: #fff;
	border-color: #fff;
}

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

aside {
	
}

aside nav.subnav {
	width: 276px;
	margin-bottom: 15px;
}

aside nav.subnav .nav-ct {
	width: 276px;
	height: 13px;
	background: url(../_img/bg_aside_sec_top.png) no-repeat;
}

aside nav.subnav .nav-cb {
	width: 276px;
	height: 13px;
	background: url(../_img/bg_aside_sec_bot.png) no-repeat;
}

aside #subnav {
	margin: 0 !important;
	list-style: none;
	background: url(../_img/bg_aside_sec_rep.png) repeat-y;
	padding: 0 13px;
}

aside #subnav li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

aside #subnav li a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	padding: 8px;
	line-height: 1.2;
	font-size:123.1%;
	text-decoration: none;
	background: #195987 url(../_img/bg_subnav_li.png) no-repeat top;
}

aside #subnav li a:hover {
	
}

aside #subnav li li a {
	font-family: Helvetica, Arial, sans-serif;
	padding: 8px;
	line-height: 1.2;
	font-size:100%;
	background: #1A5E8E url(../_img/bg_subnav_li_li.png) no-repeat top;
}

aside #subnav li li a:hover, aside #subnav li li.current a {
	background: #0F3F61;
}

aside #subnav ul ul {
	display: none;
	margin: 0 !important;
	padding-bottom: 6px;
	background: #0F3F61;
}

aside #subnav li li.current ul {
	display: block;
}

aside #subnav li li li a {
	padding: 3px 3px 3px 28px;
	text-transform: none;
	background: #195987;
	color: #ccc;
	text-decoration: none;
}

aside #subnav li li li a:hover, aside #subnav li li li.current a {
	color: #fff;
	text-decoration: underline;
}

aside .section-wrap {
	width: 276px;
	margin-bottom: 15px;
}

aside .section-wrap-ct {
	width: 276px;
	height: 13px;
	background: url(../_img/bg_aside_sec_top.png) no-repeat;
}

aside .section-wrap-cb {
	width: 276px;
	height: 13px;
	background: url(../_img/bg_aside_sec_bot.png) no-repeat;
}

aside section {
	background: url(../_img/bg_aside_sec_rep.png) repeat-y;
	padding: 0 13px;
}

aside p {
	line-height: 1;
    font-size: 100%;
	margin: 0;
	padding: 0; 
}

aside img {
	max-width: 250px;
	border: 0;
	display: block;
}

aside .text {
	padding: 10px;
	background: #fff;
}

aside .text h2, aside .text h3, aside .text h4, aside .text h5, aside .text h6 {
	font-size: 138.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}

aside .text p, aside section .text ul, aside .text ol { 
    line-height: 1.4em;
    font-size: 100%; 
	margin-bottom: 15px;
}

aside .text ul {
	list-style: inside;
}

aside .text ul ul {
	font-size: 100%; 
}

aside .text ul li { 
	list-style-type: disc;
}

aside .text ol li { 
	list-style-type: decimal;
}

aside .text a {
	color: #06C;
}

aside .text a:hover {
	text-decoration: none;
}

aside .text hr {
   display: block;
   margin: 1.5em 0; 
   color: #ddd;
   background-color: #ddd;
   border: 0;
   border-top: 1px solid #ddd;
   width: 100%;
   height: 1px;
}

aside .text em, aside .text i {
	font-style: italic;
}

aside .text strong, aside .text b {
	font-weight: bold;
}


/* sidebar cal */
aside #sb-feat {
	background: #849B31 url(../_img/bg_sidebar_cal.png) no-repeat top;
	overflow: hidden;
}

aside #sb-feat ul.tab-links {
   float: left;
   width: 250px;
   overflow: hidden;
   margin: 0;
}

aside #sb-feat ul.tab-links li{
   float: left;
   width: 125px;
   text-transform: uppercase;
   list-style: none;
   font-weight: bold;
}

aside #sb-feat ul.tab-links li a{
   	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	 text-align: center;
	padding: 8px 0;
	line-height: 1.2;
	font-size:123.1%;
	text-decoration: none;
	font-weight: normal;
	background: #fff;
	color: #485B18;
}

aside #sb-feat ul.tab-links li a:hover {
	color: #333;
	background: #eee;
}

aside #sb-feat ul.tab-links li.current a {  
	background: #849B31 url(../_img/bg_sidebar_cal.png) no-repeat top;
	color: #fff;
}

aside #sb-feat .sb-events {
	
}

aside #sb-feat .sb-sermons {
	display: none;
}

aside #sb-feat .event {
	width: 240px;
	clear: left;
	float: left;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	background: url(../_img/bg_sidebar_cal_spacer.png) no-repeat center bottom;
}

aside #sb-feat .event.last {
	background: none;
}

aside #sb-feat .event .date {
	width: 40px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:153.9%;
	color: #666;
	text-align: center;
	margin-right: 10px;
	padding: 2px;
	background: #fff;
}

aside #sb-feat .event .date span { 
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	text-transform: uppercase;
	background: #485B18;
	color: #fff;
}

aside #sb-feat .event h5 {
	color: #fff;
	margin-bottom: 2px;
}

aside #sb-feat .event h5 a {
	color: #fff;
	text-decoration: none;
}

aside #sb-feat .event h5 a:hover {
	color: #485B18;
}

aside #sb-feat .event p {
	color: #fff;
	margin: 0;
	padding: 0;
}

aside #sb-feat .event p a {
	color: #485B18;
	text-decoration: none;
}

aside #sb-feat .event p a:hover {
	color: #fff;
}

aside #sb-feat .sb-media { 
	float: left;
	margin: 4px 0 0 0;
	padding: 0px;
}

aside #sb-feat .sb-media li { 
	display: block;
	float: left;
	padding: 0;
	margin-right: 10px;
	overflow: hidden;
}

aside #sb-feat .sb-media li a { 
	text-decoration: none;
	display: block;
	background: transparent url(../_img/media-icons.png) no-repeat;
	height:20px;
	text-indent: -9999em;
}

aside #sb-feat .sb-media li.video a { 	background-position: -24px 100%;	 width: 20px; }
aside #sb-feat .sb-media li.video a:hover { background-position: -24px 0; }

aside #sb-feat .sb-media li.audio a { background-position: 0 100%; width: 14px; }
aside #sb-feat .sb-media li.audio a:hover { background-position: 0 0; }

aside #sb-feat .sb-media li.notes a { 	background-position: -54px 100%;	width: 16px; }
aside #sb-feat .sb-media li.notes a:hover { background-position: -54px 0; }

aside #sb-feat .sb-media li.download a { background-position: -82px 100%; width: 16px; }
aside #sb-feat .sb-media li.download a:hover { background-position: -82px 0; }


aside #sb-feat .more {
	clear: left;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0 8px 12px 0;
}

aside #sb-feat .more a {
	color: #485B18;
	text-decoration: none;
}

aside #sb-feat .more a:hover {
	color: #fff;
}

/* -------------------------------------
Footer
------------------------------------- */

#footer-wrap {
	background: url(../_img/bg_footer_container.jpg) no-repeat center top;
}

#footer-inner {
	background: url(../_img/bg_footer_container_border.png) repeat-x top;
	padding-top: 10px;
}

#footer{
	overflow: hidden;
	padding-bottom: 15px;
}

#footer section{
	overflow: hidden;
}

#footer p, #footer li {
	font-size: 100%;
	color: #fff;
	line-height: 1.3;
}

#footer a {
	color: #ACD2E4;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#footer .r1 {
	border-bottom: 1px solid #ACD2E4;
	padding-bottom: 20px;
}

#footer .r1 .col {
	float: left;
	width: 245px;
}

#footer .r1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 108%;
	margin: 0 0 15px 0;
	line-height: 1;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ACD2E4;
}

#footer .r1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .r1 li {
	list-style: none;
	padding-bottom: 5px 0;
	margin: 0;
	padding: 0;
}

#footer .projections h4 {
	font-size: 100%;
	margin-bottom: 4px;
}

#footer .projections p {
	padding-right: 15px;
	font-size: 93%;
}

#footer .projections p.author {
	color: #ACD2E4;
	font-style: italic;
	margin-bottom: 8px;
}

#footer .connect ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	line-height: 1;
}

#footer .connect ul li {
	float: left;
	margin-right: 10px;
}

#footer .connect ul li img {
	vertical-align: middle;
	border: 0;
}

#footer .r2 {
	border-bottom: 1px solid #ACD2E4;
	padding: 20px 0;
}

#footer .r2 .links {
	display: inline;
	float: left;
}

#footer .r2 .links p {
	line-height: 26px;
}

#footer .r2 .links a {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ACD2E4;
}

#footer .r2 .links a.last {
	border-right: 0;
}

#footer .r2 .give {
	display: inline;
	float: right;
	position: relative;
}

#footer .r2 .give p {
	text-align: right;
	line-height: 26px;
	padding-right: 115px;
}

#footer .r2 .give .give-btn {
	position: absolute;
	right: 5px;
	top: 0;
	width: 100px;
	height: 26px;
	background: url(../_img/btn_give_footer.png);
	margin-left: 10px;
}

#footer .r3 {
	padding: 20px 0;
}

#footer .r3 h3 {
	color: #fff;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 100%;
}

#footer .r3 p {
	color: #ACD2E4;
	font-size: 93%;
	margin-bottom: 5px;
}

#footer .r3 span {
	font-weight: bold;
	margin: 0 5px;
}

#footer .r3 a {
	border-bottom: 1px dotted #ACD2E4;
}

.credits {
	clear: both;
	width: 120px;
	float: right;
	overflow: hidden;
}

.poweredby {
	width: 120px;
	float: right;
	text-indent: -9999em;
}

.poweredby span {
	display: none;
}

.poweredby a {
	display: block;
	width: 120px;
	height: 20px;
	text-indent: -9999em;
	background:url(../_img/np_logo_dark.png) no-repeat left 0;
}

.poweredby a:hover{ 
    background-position: left 100%;
}


/* -------------------------------------
Content Pagination
------------------------------------- */

#pagination { 
	padding: 10px;
    background: #f1f1f1;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#pagination a { 
	padding: 5px 8px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #06C;
	margin-right: 3px;
}

#pagination a:hover { 
	background-color: #06C;
	color: #fff;
}

#pagination a#current { 
	background-color: #06c;
	color: #fff;
}

#pagination a#off { 
	color: #ccc;
}

#pagination a#off:hover{ 
	background-color: transparent;
	color: #ccc;
}
	
#pagination a#next { 	

}
	
#pagination a#previous { 

}

/* -------------------------------------
Items Default
------------------------------------- */

#content .items { 
	overflow: hidden;
}

#content .items article { 
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 10px;
}

#content .items article.detail {
	border-bottom: 0 !important;
}

#content .items article img {
	float: left;
	margin-right: 15px;
	padding: 2px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

#content .items article .img-wrap {
	margin: 0 0 15px 0;
	overflow: hidden;
}

#content .items article .img-wrap img, #content .items article.detail img {
	float: none;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}

#content .items article.odd { 
	background: #eeeeee;
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background: -webkit-gradient(linear,left top, left bottom, from(#dddddd), to(#ffffff));
        /* MSIE */
        filter: progid:DXImageTransform.Microsoft.Gradient(
                      StartColorStr='#ffffff', EndColorStr='#eeeeee', GradientType=0);
}

#content .items article header {
	float: left;
	width: 400px;
}

#content .items article.detail header {
	float: none;
	width: 100%;
}

#content .items article .meta { 
	line-height: 1.2em;
	margin-bottom: 5px;
}

#content .items article .meta span {
	font-weight: bold;
}

#content .items article .meta a { 
	
}
	
.sub article h3 { 
	margin-bottom: 5px;
	border: 0;
}

#content .items .items article.last {
	 border: 0px;
}

#content .items article h3 a { 
	line-height: 1em;
}

#content article h3 a:hover { 
	
}
			  
#content .items article time { 
	color: #999999;
	margin-bottom:0;
	display: block;
	font-weight: bold;
	font-size: 100%;
}
		
#content .items article .media { 
	float: right;
	margin-left: 10px;
	list-style: none;
	background: none;
	border: 0;
	border-left: 1px solid #ddd;
	padding: 0;
}
		
#content .items article .media li { 
	line-height: 1em;
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
		  
#content .items article .media li a { 
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
	display: block;
}
			
#content .items article .media li a:hover { 
	background-color: #eee;
	color: #666666;
}
			  
#content .items article .media li a:active { 
	background-color: #666666;
	color: #dddddd;
}

/* content filters */

#content .filters { 
	margin-bottom: 15px;
    overflow: hidden;
    padding: 10px;
	background: #f1f1f1;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 }
 
#content .filters h6 {
	 font-size: 100%;
	 margin: 0 16px 0 0;
	 display: inline-block;
	 float: left;
	 padding: 0;
}

#content .filters select {
	width: 118px;
 }

/* @group Select Menus */

.ui-selectmenu { 
	display: block;
    float: left;
    position: relative;
    height: 2.4em;
    width: 118px;
    text-decoration: none;
    overflow: hidden;
    background: url(../_img/bg_selectmenu.png) no-repeat;
    margin-right: 8px;
}
  
#content a.ui-selectmenu:hover { 
	text-decoration: none;
 }
 
.ui-selectmenu-icon  { 
	position: absolute;
    right: 6px;
    margin-top: -8px;
    top: 50%;
}
  
.ui-selectmenu-menu  { 
	padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 1001;
    top: 0;
    visibility: hidden;
    overflow: auto;
    -moz-border-radius: 3px; -webkit-border-radius: 3px;
    background: #f1f1f1;
    height: 200px;
    width: 200px !important;
}
  
.ui-selectmenu-open { 
	visibility: visible;
}

.ui-selectmenu-menu-popup { 
	margin-top: -1px;
}

.ui-selectmenu-menu-dropdown {

}
		
.ui-selectmenu-menu li  { 
	padding: 0;
    margin: 0;
    display: block;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    font-weight: normal !important;
}
 
.ui-selectmenu-menu li a,.ui-selectmenu-status { 
	line-height: 1.4em;
    display: block;
    padding: .3em 1.5em .3em 1em;
    outline: none;
    text-decoration: none;
    color: #363636;
    font-size: 11px;
}
  
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status  { 
	padding-left: 20px;
    position: relative;
    margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon   { 
	position: absolute;
    top: 1em;
    margin-top: -8px;
    left: 0;
}

.ui-selectmenu-status  { 
	line-height: 1.4em;
    height: 16px;
    overflow: hidden;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a  { 
	background: #d4d4d4;
}

.ui-selectmenu-open li.ui-selectmenu-item-selected {
}

.ui-selectmenu-menu li span,.ui-selectmenu-status span  { 
	display: block;
    margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header  { 
	font-weight: bold;
}

.ui-selectmenu-menu li .ui-selectmenu-item-content  { 
 
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer{ 
	opacity: .8;
}

/*for optgroups*/

.ui-selectmenu-menu .ui-selectmenu-group  { 
	font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label  {
	line-height: 1.4em;
    display: block;
    padding: .6em .5em 0;
    font-weight: bold;
}
  
.ui-selectmenu-menu .ui-selectmenu-group ul  { 
	margin: 0;
    padding: 0;
}

/* filters */

aside h6  {
	margin: 15px 0;
	font-size: 138.5%;
}

aside h6.subscribe  {
	margin: 15px 0;
}

aside h6.subscribe a  {
	display: block;
	padding-left: 32px;
	line-height: 24px;
	background: url(../_img/icons/social/24px/rss.png) no-repeat left 50%;
	text-decoration: none;
}

aside h6.podcast a  {
	display: block;
	padding-left: 32px;
	line-height: 24px;
	background: url(../_img/icons/social/24px/podcast.png) no-repeat left 50%;
	text-decoration: none;
}

aside h6.subscribe a:hover, aside h6.podcast a:hover  {
	color: #ccc;
}

aside ul.mcms_filter_list, aside.left ul.mcms_filter_list  { 

}

aside ul.mcms_filter_list li, aside.left ul[class*=list] li { 
	
}

aside ul.mcms_filter_list li a, aside.left ul[class*=list] li a {
	
}

aside ul.mcms_filter_list li a:hover, aside.left ul[class*=list] li a:hover { 
	
}

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

#content #sermons article header {
	float: none;
	width: auto;
}

/* -------------------------------------
Blogs
------------------------------------- */

#content #blogs article header { 
	border-bottom: 4px double #ddd;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 0;
	float: none;
	width: 100%;
}

#content #blogs article.detail header { 
	border: 0;  
}

#content #blogs article header .authorimgwrap { 
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 10px;
	padding: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 2px #cccccc;
	-moz-box-shadow: 1px 1px 2px #cccccc;
	box-shadow: 1px 1px 2px #cccccc;
}

#content #blogs article header .authorimgwrap img { 
	width: 50px;
}
		
#content #blogs article header a.blog-comment-number { 
	float: right;
	width: 41px;
	height: 32px;
	background: url(../_img/comment_number_bg.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: -12px;
	margin-left: 25px;
}
	  
#content #blogs article header a.blog-comment-number:hover { 
	color: #333;
}
		
#content #blogs article header a.blog-comment-number div { 
	text-align: center;
	padding-top: 3px;
	font-size: 100%;
}

#content #blogs article time { 
	margin-bottom: 0;
	display: inline;
	font-weight: normal;
	font-size: 100%;
}

#content #blogs article footer { 
	overflow: hidden;
	padding-bottom: 5px;
}

#content #blogs article footer .tags { 
	float: right;
	font-size: 100%;
}

#content #blogs article footer .tags em { 
	font-weight: bold;
}

/* -------------------------------------
Comments
------------------------------------- */
	  
#comments form label { 
	display: block;
    clear: both;
    font-size: 100%;
    margin-bottom: 5px;
    color: #666666;
}

#comments form textarea  { 
	width: 90%;
    height: 100px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 100%;
    color: #666666;
    border-radius:4px;
    -moz-border-radius: 4px;
    background-color: #fafafa;
	font-family: Arial, Helvetica, sans-serif;
  }
  
.comment { 
	margin-bottom: 25px;
}

.comment header { 
	overflow: hidden;
	background: #f1f1f1;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 3px;
}

.comment header .commenter-thumb { 
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius:4px;
	border: 1px solid #ccc;
	padding: 3px;
	overflow: hidden;
	float: left;
	margin-right:15px;
}

.comment header .commenter-thumb img { 
	width: 30px;
	border: none;
}

.comment header cite { 
	font-size: 100%;
	color: #666;
	position: relative;
	top: 10px;
}

.comment header cite .commenter-name { 
	color: #06C;
	font-weight: bold;
	margin-right: 10px;
}

/* -------------------------------------
Calendar and Event items
------------------------------------- */

.cal-wrap { 
	position: relative;
    margin-top: 35px;
}

#content ul#event-categories {
	margin: 0 0 15px 0;
	width: 200px;
	list-style: none;
	list-style-type: none;
	z-index: 100;
	float: right;
}

#content ul#event-categories ul {
	margin: 0 !important;
	position: absolute;
	left: -999em;
	width: 200px;
}

#content ul#event-categories li:hover ul {
	left: 0;
	z-index: 999;
	top: 30px;
}

#content ul#event-categories li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	position: relative;
}

#content ul#event-categories li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

#content ul#event-categories li a {
	display: block;
	background-color: #333;
	text-decoration: none;
	color: #fff;
	padding: 6px 7px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	width: 160px;
}

#event-categories li#cat-dd a {
	background: #333 url(../_img/arrow_ec.png) no-repeat 140px 50%;
}

#content ul#event-categories li li a {
	height: auto;
	line-height: 1.2;
	font-weight: normal;
	width: 100%;
	color: #6C8C26;
	background-image: none;
}

#content ul#event-categories li li a:hover {
	background-color: #6C8C26;
	color: #fff;
}

#content ul#event-categories li li.live-service, #content ul#event-categories li li.home-group-map {
	display: none;
}

#content .calendar { 
	margin-bottom:25px; 
	border: 1px solid #CCCCCC; 
	border-collapse: collapse; 
	width: 610px;
	border-right-style: none;
	margin-top: 10px;  
}

#content .calendar caption { 
	padding:0 0 12px 50px; 
	color: #666666; 
	font-weight: bold;
	font-size: 138.5%; 
	text-align:left; 
	background:url(../_img/caption_bg.png) no-repeat left top;
	position: absolute;
	top: -35px;
	left: 0;
	line-height: 1;
}

#content .calendar span { 
	display:block; 
	width:21px; 
	height:18px; 
	text-indent:-9999em; 
	position:absolute; 
	background:url(../_img/caption_span_bg.png) no-repeat;
}

#content span.calendar-next { 
	background-position:right top; 
	top:0; 
	left:22px;
}

#content span.calendar-prev { 
	background-position:left top; 
	top:0; 
 	left:0;
}

#content .calendar th {  
	padding:0; 
	background: #414141; 
	color:#fefefe; 
	font-size: 100%; 
	font-weight: bold; 
	line-height: 33px;
	text-transform:uppercase;
	text-align: center;
}

#content .calendar td {  
	width: 114px; 
	height: 90px; 
	padding: 2px; 
	border:1px solid #CCCCCC; 
	border-left:0; 
	text-align:right;
	border-top:0; 
	background:#FFFFFF; 
	color: #686762; 
	font-size: 85%; 
	vertical-align:top;
}

#content .calendar td.linked-day { 

}

#content .calendar td.linked-day > a {
	text-decoration: underline;  
}

#content .calendar td.linked-day > a:hover { 
	
}

#content .calendar td a  {  

}

#content .calendar td ul {  
	margin: .7em 0 0 .4em; 
	font-size: 100%; 
	list-style: none; 
	padding:6px;
	margin-right: -4px;
	display: block;
	background: none;
	border: 0;
}

#content .calendar td li {  
	margin-bottom: .95em; 
	font-size: 100%; 
	line-height: 1.3; 
	text-align:left;
	background: none;
	list-style-type: none;
	padding: 0;
}

#content .calendar td li a {   
	font-size: 100%; 
}

#content .calendar td li a:hover {  
	
}

#content .calendar td.empty {  
	background-color: #eee;
	background-image: none;
}

 #events h4 {
	 margin-top: 25px;
}

#content #events article {
	
}

#content #events article.detail {

}

#content #events article time  { 
	float: left;
    display: block;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    overflow: hidden;
	margin: 0 15px 0 0;
    border: 1px solid #f1f1f1;
	padding: 0;
 }
  
#content #events article.detail time.detail  { 
	float: none;
    display: block;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius:0;
    overflow: hidden;
	margin: 0 0 5px 0;
    border: 0;
	padding: 0;
	font-size: 100%;
 }
 
#content #events article time .evtday { 
	font-size: 138.5%;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 0;
	color: #666666;
}

#content #events article time .evtmonth { 
	font-size: 100%;
	text-transform:uppercase;
	text-align: center;
	padding:  3px 13px;
	display: block;
	background-color: #06C;
	color: #fff;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
}

#content #events article h3 {
	margin: 0;
	padding: 0;
	font-size: 123.1%;
}

/* -------------------------------------
Forms
------------------------------------- */

#content form {
	margin-bottom: 10px;
	border: 0;
}

#content fieldset {
	border: 0;
}

#content form p {
	line-height: 1;
	padding: 0;
	margin: 0 0 5px 0;
}

#content form div {
	line-height: 1;
	padding: 0;
	margin: 0 0 10px 0;
}
	
#content form legend {
	display: none;
}

#content form div legend {
	font-size: 100%;
	padding-bottom: 10px;
	display: block;
	font-weight: normal;
}

#content form input{

}

#content form label{
	margin-bottom: 10px;
	font-size: 1em;
	display: block;
}

#content form .checkbox label, #content form .radio label{
	display: inline;
}

#content form label{

}

#content form textarea{
	clear: both;
	width: 350px;
	height: 100px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 10px;
}

#content form .textarea label {

}


#content form .error {
	padding: 5px;
	color: #FF0000;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1;
} 

#content form .errorSummary{
	color: #FF0000;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

#content .captcha input{

}

#content form .captcha label{
	display: block;
}

#content form #formsubmit {
	clear: both;
	padding-top: 10px;
}
