/*
Theme Name: Springs
Theme URI: http://churchtheme.com/springs/
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.1
Description: Springs is a premium WordPress church theme.
Tags: church, CMS, website
All the CSS, XHTML, design, and images are copyrighted. Please don't steal.

		Changelog:
		v1.0 - 10.15.08
		First Release
		v1.0.1 - 11.03.08
		New Feature Image version - fixed bugs

*/
/*CSS Reset*/
@import url(css/reset.css);
/*Get the grid, baby!*/
@import url(css/grid.css);

body { /* This is where you set many of the universal defaults
	background: #101010; color: #FFF; */
	background: #18191b url(images/bg.jpg) fixed center 0;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	line-height:1;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover { 
	color: #FFF; 
	text-decoration: none; 
}

/*********************************************
		Universal Text Elements
*********************************************/
p, ul, ol, blockquote {
	color: #333;
}
/*ol, ul {
	margin: 5px 35px;
}*/
blockquote {
	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	color: #FFF;
	margin-bottom: 5px;
}
h1 { /* This style is generally used as title on single posts and pages */
	padding: 4px 20px 0 20px;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	/*width: 668px;*/
	height: 25px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	/*width: 628px;*/
	height: 21px;
	display: block;
	
	
	/*border-bottom: 4px double #9b9b9b;*/
	background-color: #82b300;
	
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 22px;
	border-bottom: 4px double #9b9b9b;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
	font-weight: bold;
	/*border-bottom: 4px double #9b9b9b;*/
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	padding-left: 20px;
	padding-top: 4px;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 21px;
	background-color: #82b300;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container Div
*********************************************/
#container {
	/*background: #FFF;
	border: 5px solid #FFF;*/
	
}
#wrap {
	margin: 0 auto;
	display: block;
	width: 956px;
	background: transparent;
	position: relative;
	}
/*********************************************
		Header Styles
*********************************************/
#header {
	background: url(images/journeychurchlogo.png) no-repeat;
	width: 956px; height: 125px;
	margin: 0px 0px 5px 0px;
}
#header #journey {
	LEFT: 0px; POSITION: relative; TOP: 0px
}
#header a#title {
	display: block; float: left;
	width: 350px; height: 85px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}
/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#tagline {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 48px;
	width: 435px;
	/*background: url(cssimg/tagline_bg.png);*/
	text-align: right;
	}
#tagline h2 {
	color: #2f2a20;
	margin: 8px 24px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	border-bottom: 0 ;
	}
#tagline p {
	color: #FFFFFF;
	margin: 2px 24px 0 0;
	line-height: 1;
	}
	
#navWrapper {
	position: absolute;
	top: 48px;
	right: 0;	
	}
#nav {
	display: block;
	height: 55px;
	width: 655px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 655px;
	height: 55px;
	background: url(images/navbar.png);
	padding-top: 26px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#nav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	}
#nav li a {
	padding: 8px 8px 2px 8px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	}
#nav li a:hover {
	color: #FFFFFF;
	background-color: #82b300;
	}
#nav li.welcome  a {margin-right: 20px;}
#nav li.church 	 a {margin-right: 20px;}
#nav li.series 	 a {margin-right: 20px;}
#nav li.connect  a {margin-right: 20px;}
#nav li.media 	 a {margin-right: 20px;}
#nav li.serve 	 a {margin-right: 20px;}
#nav li.contact  a {margin-right: 20px;}
#nav li.give     a {margin-right: 20px;}
#nav li.selected a {
	color: #EEEEEE;
	background: #695f49;	
	}

	
#menu {
	display: block; 
	/*float: right;*/
	background: url(images/menu-bg.gif) repeat-x;
	/*border: 1px solid #FFF;*/
	border-right: none;
	font-size: 11px;
	width: auto; height: 20px;
	margin: 90px 0px 0px 0px; padding: 0px;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	display: block; float: left;
	background: transparent;
	height: 20px; line-height: 20px;
	margin: 0px; padding: 0px;

	text-transform: uppercase;
}
/* This is the style for the top level list items */
#menu ul li {
	background: none;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 20px; line-height: 20px;
	margin: 0px; padding: 0px;
	border-right: 1px solid #FFF;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	background: #8f0f0e; color: #FFF;
	text-decoration: none;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: block;
	height: 20px; line-height: 20px;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
}

#shadowtop {
	DISPLAY: block;
	BACKGROUND: url(images/topshadow.png);
	WIDTH: 956px;
	HEIGHT: 15px;
	vertical-align: baseline;
}
#ShadowBottom {
	clear: both;
	display: block;
	height: 26px;
	width: 956px;
	background: url(images/bottomshadow.png);
	}
	
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 120px; /* the width of the dropdown */
	left: -999em;
	text-transform: none;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 3000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #FFF;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 20px; line-height: 20px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #FFF;
	border-top: none;
	z-index: 2000;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 120px;
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
	border: none;
	background: #333;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	background: #8f0f0e; color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
}


/*********************************************
		Top Div (homepage)
*********************************************/
#top {
	margin: 0px 0px 5px 0px;
}
#top #video {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#top #video h4 {
	display: block;
	background: url(images/video-h4.gif) repeat-x;
	height: 32px; line-height: 32px;
	font-size: 12px; font-weight: bold; color: #FFF;
	margin: 0px 0px 1px 0px; padding: 0px 5px;
	border: none;
}
#top #video embed,
#top #video object {
	width: 225px; height: 200px;
}

/*********************************************
		Blue Boxes (homepage)
*********************************************/
#blueboxes {
	overflow: hidden;
	color: #FFF;
}
#blueboxes p, #blueboxes ul, #blueboxes ol, #blueboxes blockquote {
	color: #FFF;
}
#blueboxes h4 {
	/*background: url(images/red-block.gif) left 50% no-repeat;*/
	color: #FFF;
	padding-left: 22px;
	font-size: 16px; font-weight: bold;
}
#blueboxes .box {
	background-color: #82b300;
	background-image: none;
	background-repeat: repeat-x;
	/*height: 251px;*/
}
#blueboxes .left {
	width: 300px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;		
}
#blueboxes .right {
	width: 300px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;		
}
#blueboxes .widget {
	padding: 10px;
}

/*********************************************
		Flickr (homepage)
*********************************************/
#flickr {
	margin-top: 5px;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
#flickr img {
	display: inline;
	float: left;
	width: 80px; height: 80px;
	margin: 5px 0px 5px 5px;
}
#BodyWrapper {
	BACKGROUND: url(images/content.png) repeat-y; WIDTH: 956px;
	overflow: hidden
}
#homeBody {
	MARGIN: 0px 13px; POSITION: relative; HEIGHT: 286px
}
#mainBody {
	position: relative;
	margin: 0 23px;
	height: 100%;
	
	}	
#homeHero {
	display: block;
	height: 286px;
	width: 676px;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 3px;
	}
#homeNavTout {
	display: block;
	height: 286px;
	width: 250px;
	position: absolute;
	top: 0;
	left: 680px;
	}
#homeNavTout ul {
	margin: 0;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#homeNavTout li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
#homeNavTout li a {
	display: block;
	color: #282419;
	text-decoration: none;
	}
#homeNavTout li#newHere a {
	display: block;
	width: 250px;
	height: 74px;
	background: url(images/homeNavTout_newHere.jpg) 0 0;
	text-indent: -2300px;
	}
#homeNavTout li#newHere a:hover {
	display: block;
	width: 250px;
	height: 74px;
	background: url(images/homeNavTout_newHere.jpg) 0 -74px;
	}
#homeNavTout li#theInformation a {
	display: block;
	width: 250px;
	height: 72px;
	background: url(images/homeNavTout_theInformation.jpg) 0 0;
	text-indent: -2300px;
	}
#homeNavTout li#theInformation a:hover {
	display: block;
	width: 250px;
	height: 72px;
	background: url(images/homeNavTout_theInformation.jpg) 0 -72px;
	}
#homeNavTout li#getConnected a {
	display: block;
	width: 250px;
	height: 71px;
	background: url(images/homeNavTout_getConnected.jpg) 0 0;
	text-indent: -2300px;
	}
#homeNavTout li#getConnected a:hover {
	display: block;
	width: 250px;
	height: 71px;
	background: url(images/homeNavTout_getConnected.jpg) 0 -71px;
	}
#homeNavTout li#mediaMessages a {
	display: block;
	width: 250px;
	height: 69px;
	background: url(images/homeNavTout_mediaMessages.jpg) 0 0;
	text-indent: -2300px;
	}
#homeNavTout li#mediaMessages a:hover {
	display: block;
	width: 250px;
	height: 69px;
	background: url(images/homeNavTout_mediaMessages.jpg) 0 -69px;
	}
/*********************************************
		Content Div
*********************************************/
#content {
	width: 647px;
	text-align: left;
	-moz float:none;
	float:left
}

/*********************************************
		Post Styles
*********************************************/
.post {
	/*background: #656565 url(images/post-bg.gif) repeat-x;*/
	margin-bottom: 14px;
	padding: 10px;
	line-height:18px;
}
.post p, .post ul, .post ol, .post blockquote {
	color: #FFF;
}
.post_alt{
	background: #f6fbe5;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-top a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

#breadcrumb {
	margin-bottom: 10px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}
.nav-previous {
	text-align: left;
}
.nav-next {
	text-align: right;
}
.page-nav a {
	color: #333;
	text-decoration: underline;
}
.page-nav a:hover {
	text-decoration: none;
}

/*********************************************
		Page Styles
*********************************************/
.page {
	margin-bottom: 14px;
	padding: 10px;
	line-height:18px;
}
.page p, .page ul, .page ol, .page blockquote {
	color: #fff;
}

/*********************************************
		Widget Styles
*********************************************/
.teamscore, .teamname {
	display: inline;
	width: 100px;
	float: left;
	margin: 0px 18px;
}
.teamscore {
	background: #a21e0e;
	color: #FFF;
	padding: 5px 0px;
	text-align: center;
	font-size: 40px;
}
.teamname {
	text-align: left;
	font-size: 13px;
}
.socialicon {
	padding: 0px 6px;
}

/*********************************************
		Sidebar
*********************************************/
#sidebarWrapper {
	width: 240px;
	float: right;
	text-align: left;
	}
#sidebar {
	margin-right: 7px;
	width: 253px;
	display: block;
	}
#subnavWrapper {
	margin-top: 12px;
	padding-top: 10px;
	margin-bottom: 12px;
	
	}
#subnavWrapper h7.sectionTitle {
	padding-left: 20px;
	padding-top: 4px;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 21px;
	}
#subnavWrapper h7.sectionTitle {
	background: url(images/sectionTitle_bg.jpg) top left repeat-y;
	width: 240px;
	}
body.blue #subnavWrapper h7.sectionTitle {
	background: url(cssimg/sectionTitle_blue_bg.jpg) top left repeat-y;
	}
body.green #subnavWrapper h7.sectionTitle {
	background: url(cssimg/sectionTitle_green_bg.jpg) top left repeat-y;
	}
body.orange #subnavWrapper h7.sectionTitle {
	background: url(cssimg/sectionTitle_orange_bg.jpg) top left repeat-y;
	}
ul#subnav {
	padding: 10px 10px 5px 15px;
	}
ul#subnav li {
	padding-bottom: 5px;
	}
ul#subnav li.subnavHeader {
	padding: 2px 0 0 5px;
	margin-top: 3px;
	margin-bottom: 5px;
	display: block;
	height: 17px;
	width: 223px;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-weight: bold;
	color: #282419;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 12px;
	width: 218px;
	background-color: #82b300;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	}
ul#subnav li a {
	padding: 2px 0 0 5px;
	display: block;
	height: 17px;
	width: 223px;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #FFFFFF;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 15px;
	width: 218px;
	}
ul#subnav li a {
	background: url(images/subnav_li_bg.jpg) 0 0 no-repeat;
	}
ul#subnav li a.selected {
	background: url(images/subnav_li_bg.jpg) 0 -17px no-repeat;
	}
ul#subnav li a:hover {
	background: url(images/subnav_li_bg.jpg) 0 -17px no-repeat;
	}
body.blue ul#subnav li a {
	background: url(cssimg/subnav_li_blue_bg.jpg) 0 0 no-repeat;
	}
body.blue ul#subnav li a.selected {
	background: url(cssimg/subnav_li_blue_bg.jpg) 0 -17px no-repeat;
	}
body.blue ul#subnav li a:hover {
	background: url(cssimg/subnav_li_blue_bg.jpg) 0 -17px no-repeat;
	}
body.green ul#subnav li a {
	background: url(cssimg/subnav_li_green_bg.jpg) 0 0 no-repeat;
	}
body.green ul#subnav li a.selected {
	background: url(cssimg/subnav_li_green_bg.jpg) 0 -17px no-repeat;
	}
body.green ul#subnav li a:hover {
	background: url(cssimg/subnav_li_green_bg.jpg) 0 -17px no-repeat;
	}
body.orange ul#subnav li a {
	background: url(cssimg/subnav_li_orange_bg.jpg) 0 0 no-repeat;
	}
body.orange ul#subnav li a.selected {
	background: url(cssimg/subnav_li_orange_bg.jpg) 0 -17px no-repeat;
	}
body.orange ul#subnav li a:hover {
	background: url(cssimg/subnav_li_orange_bg.jpg) 0 -17px no-repeat;
	}
.sidebar {
	color: #333;
}
.sidebar a {
	color: #333;
}
.sidebar .widget {
	/*background: url(images/grey-fade-bg.gif) repeat-x;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.sidebar .widget h4 {
	padding-left: 20px;
	padding-top: 4px;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 21px;
	background-color: #82b300;
	/*font-size: 18px;
	color: #FFFFFF;
	
	padding-left: 10px;	/*border-bottom: 4px double #9b9b9b;*/
	/*margin-bottom: 10px;*/
}
.sidebar .widget h4 a{
	
	color: #FFFFFF;
	
}
.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	text-align: center;
}
.sidebar form {
	margin: 5px; padding: 0px;
}
.sidebar ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.sidebar ul li {
	margin: 0px; padding: 0px;
}
.sidebar ul li a {
	
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px; padding: 0px;
}
.sidebar ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}
/*********************************************
		Feedreader Page Styles
*********************************************/
.feed {
	color: #333;
}
.feed a {
	color: #333;
}
.feed .widget {
	margin: 0px 0px 10px 5px; padding: 10px ;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
.feed h2 {
	font-size: 18px;
	color: #111;
	border-bottom: 4px double #9b9b9b;
	margin: 10px 0px 5px 0px;
}
.feed h3 a {
	text-decoration: none;
	border:none;
	}
.feed h3 a:hover {
	text-decoration: underline;
}
.feed p, 
.feed .textwidget {
}
.feed img {
	text-align: center;
}
.feed form {
	margin: 5px; padding: 0px;
}
.feed ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.feed ul li {
	margin: 0px; padding: 0px;
}
.feed ul li a {
	text-decoration: none;
	}
.feed ul li a:hover {
	text-decoration: underline;
}
.feed ul li ul {
	margin: 0px; padding: 0px;
}
.feed ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	width: 100%;
}
#comments a {
	color: #333;
}
#comments .comment { /* Even Comments: 2,4,6,8,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 0px;
	overflow: hidden;
}
#comments .alt { /* Odd comments: 1,3,5,7,9,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 0px;
	color: #333;
	overflow: hidden;
}
#comments .gravatar {
	display: block; float: left;
}
#comments .commentmeta {
	display: block; float: left;
	padding-left: 8px;
}
#comments .commenttext {
	clear: both;
}

#respond {
	
}
#respond a {
	color: #333;
}
#respond #author,
#respond #email,
#respond #url {
	width: 50%;
}
#respond #comment {
	width: 100%;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	
	margin: 5px 0px 0px 0px; padding: 20px 0px;
text-align: center;
	
	line-height: 16px;
	margin-bottom: 30px;}
	
#footer p {
	color: #999999;
	padding: 0px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 263 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/

#wp-calendar table {
 width:100%;
}

#wp-calendar table caption {
  text-align:center;
}

#wp-calendar #prev {
  text-align:left;
}

#wp-calendar #next {
  text-align:right;
}

#wp-calendar .ec3_eventday a {
 color:#a00 !IMPORTANT;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
 padding:1px;
 border:none;
}

#wp-calendar table td:hover,
#wp-calendar table td.ec3_today {
 padding:0px;
 border:solid 1px #999;
}

/* The EC graphic. */
.ec3_ec {
 display:block;
 float:right;
 border:none;
 background-repeat:no-repeat;
 background-position:bottom right;
 width:13px;
 height:9px;
}
.ec3_ec span { display:none }


/***
 ***  Popup
 ***/

.ec3_popup {
 margin:0 !IMPORTANT;
 padding:0 !IMPORTANT;
 border:none;
 position:absolute;
 border-collapse:collapse;
 filter:alpha(opacity=87);
 -moz-opacity:.87;
 opacity:.87;
 z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #999 1px;        /* popup border */
 background-color:#eeb;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}

.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}

#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
}

#ec3_shadow2 div { width:8px; height:32px; }

#ec3_shadow2 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
}

/***
 ***  Event list
 ***/

.ec3_list {
 margin-left:-12px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 color:#800;
}

.ec3_list li {
 font-size:1em !IMPORTANT;
}

.ec3_list li:before {
 content:"" !IMPORTANT;
}

/***
 ***  Schedule
 ***/

table.ec3_schedule {
 border-collapse:collapse;
 margin:0.5ex 1ex 0.5ex 0;
 border:solid 2px #800;
 float:left;
}

table.ec3_schedule td {
 padding:0 0.5ex 0 0.5ex;
 color:#800;
}

td.ec3_start { text-align:right; }

td.ec3_to    { text-align:center; }

.ec3_schedule .ec3_past *  { text-decoration:line-through }

/***
 ***  Iconlet
 ***/

div.ec3_iconlet {
 margin:0 1ex 0.2ex 0;
 padding:0.3ex;
 border:solid 2px #800;
 float:left;
 font-size:1em;
 text-align:center;
}

div.ec3_past {
 border-color:gray;
 opacity:0.5;
}

div.ec3_iconlet * {
 margin:0;
 padding:0;
 line-height:90%;
}

div.ec3_iconlet table {
 border-collapse:collapse;
}

div.ec3_iconlet td {
 padding-top:0.4ex;
 padding-bottom:0.4ex;
 text-align:center;
 font-weight:bold;
}

div.ec3_iconlet tr.ec3_day td {
 padding-top:0;
 padding-bottom:0;
 font-size:2.5em;
 font-weight:bold;
 width:2.5ex;
}

div.ec3_iconlet tr.ec3_time td {
 font-size:0.75em;
 font-weight:normal;
}

div.ec3_iconlet td.ec3_multi_start {
 padding-right:0.2ex;
}
div.ec3_iconlet td.ec3_multi_end {
 border-left:solid 1px #800;
 padding-left:0.2ex;
}
div.ec3_past td {
 border-color:gray;
}


/***
 ***  Big Calendar
 ***/


div#ec3_big_cal {
	border:2px solid #eee;
	color: #2B4675;
	background-color: #FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
}
div#ec3_big_cal a:hover {
color:#82B300;}

div#ec3_big_cal a{
color:#2B4675;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#ec3_big_cal table {
 border-collapse:collapse;
 width:100%;
 line-height:normal;
}

#ec3_big_cal table.nav {
 width:50%;
 margin-right:auto;
 margin-left:auto;
}

#ec3_big_cal table.nav td {
 border:none;
 height:auto;
 text-align:center;
 font-size:1.5em;
 font-weight:bold;
}

#ec3_big_cal table caption {
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
}

#ec3_big_cal table th {
 text-align:center;
 font-size:smaller;
 font-weight:normal;
}

#ec3_big_cal table td {
 margin:0;
 padding:0;
 width:14.2%;
 vertical-align:top;
 text-align:left;
 border:solid 1px #999;
}

#ec3_big_cal table td.ec3_today {
 background-color:#ffe;
}

td .ec3_daynum {
 display:block;
 margin:0;
 margin-left:auto;
 margin-right:auto;
 padding:0;
 padding-right:2px;
 padding-bottom:1px;
 text-align:right;
 font-size:1em;
}

td.ec3_postday  a.ec3_daynum {
	color:#0066cc;
	background-color: #82B300;
}
td.ec3_eventday a.ec3_daynum { color:#a00 }
             /*span.ec3_daynum { color:black }*/

td.ec3_postday  a.ec3_daynum:hover { color:white; background-color:#0066cc }
td.ec3_eventday a.ec3_daynum:hover { color:white; background-color:#a00 }

#ec3_big_cal table td div {
 min-height:5em;
}

#ec3_big_cal table td p {
 font-size:smaller;
 margin-top:0;
 margin-bottom:0.1em;
}

#ec3_big_cal .ec3_post a {
 color:#0066cc;
}

#ec3_big_cal .ec3_event a {
 color:#a00;
}

#ec3_big_cal .pad {
 border:none;
 background-color:#eee;
}

homeUpcoming {
	display: block;
	height: 295px;
	width: 256px;
	background: url(cssimg/homeUpcoming_bg.png) no-repeat;
	position: absolute;
	top: 0;
	left: 674px;
	}
#homeUpcoming h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: lowercase;
	font-weight: bold;
	position: absolute;
	top: 3px;
	left: 22px;
	}
#homeUpcoming #homeUpcomingList {
	display: block;
	position: absolute;
	top: 23px;
	left: 4px;
	}
.homeUpcomingItem {
	display: block;
	height: 44px;
	width: 245px;
	position: relative;
	}
.homeUpcomingItem .homeUpcomingDate {
	padding-top: 10px;
	display: block;
	width: 51px;
	height: 52px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://www.lifejourneytogether.org/wp-content/themes/Springs_101/images/homeUpcomingDate_bg.png) top left no-repeat;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6a6454;
	font-size: 14px;
	text-transform: uppercase;
	line-height: normal;
	}
.homeUpcomingItem .homeUpcomingDateSmall {
	padding-top: 13px;
	display: block;
	width: 40px;
	height: 38px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(cssimg/homeUpcomingDate_bg.png) top left no-repeat;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6a6454;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 7px;
	}
.homeUpcomingItem .homeUpcomingDate strong {
	font-weight: bold;
	color: #178b97;
	font-size: 18px;
	margin-bottom: 6px;
	display: block;
	}
.homeUpcomingItem .homeUpcomingDateSmall strong {
	font-weight: bold;
	color: #178b97;
	font-size: 12px;
	margin-bottom: 6px;
	display: block;
	}
.homeUpcomingItem .homeUpcomingInfo {
	display: block;
	width: 155px;
	position: absolute;
	top: 10px;
	left: 51px;
	/*height: 63px;*/
	}
.homeUpcomingInfo h3,
.homeUpcomingInfo h3 a {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #2b4675;
	text-decoration: none;
	/*background: #FFFFFF;*/
	}
.homeUpcomingInfo h3 a:hover {
	/*background: #2b4675;*/
	color: #82b300;
	}
.homeUpcomingInfo h4 {
	margin: 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	}
.homeUpcomingInfo p {
	color: #d4e4e5;
	font-size: 10px;
	font-weight: normal;
	}
#homeUpcomingBtn {
	display: block;
	position: absolute;
	top: 247px;
	left: 4px;
	}
