/* @override http://localhost/~eric/gcc/media/css/style.css?100114 */
/* @override http://media.gracecov.org/css/style.css?090920 */

/* 
	GCC style.css
	Eric Montgomery
	http://www.cssdrive.com/index.php/main/csscompressor/
	http://www.cssstickyfooter.com/using-sticky-footer-code.html
	http://www.positioniseverything.net/easyclearing.html
	Green: #55b255
	Blue: #477dff
	Gradient: #fff to #aaa (#b7b7b7) something is messed up
*/
html, body, #wrap { height: 100%; }
body {
	margin: 0;
	padding: 0 0 0 40px; /* 40px left padding for sideways contact */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 82%;
	color: #1e1e1e;
	background: #aaa url(../srcimages/tallgradientlight.png) repeat-x;
}
body > #wrap {
	height: auto;
	min-height: 100%;
	width: 950px;
	padding: 0;
	margin: 0 auto;
}
#wrap {
	width: 950px;
	margin: 0 auto;
}
#container {
	padding-bottom: 50px;
}
clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hide { display: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.center { text-align: center; }
.underline { border-bottom: 1px solid gray; }
.overline { border-top: 1px solid gray; }
.small { font-size: 0.9em; }
.large { font-size: 125%; }
img { border: none; }
img.center { margin: 0 auto; }

h2, h3, h4, h5, h6 { 
	font-weight: normal;
	margin: 15px 0;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.1em; }

a {
	text-decoration: none;
	outline: none;
	color: #55b255;
}
a:hover {
	text-decoration: underline;
}
a:active, input:active {
	outline: none;
}
p {
	line-height: 1.2em;
}
.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidelink a {
	position: fixed;
	left: 0;
	bottom: 30%;
	display: block;
	background-image: url(../srcimages/contactsidedark.png); /* or light.png */
	background-position: -5px 0;
	height: 128px;
	width: 35px;
	text-indent: -9999px;
}
#sidelink a:hover {
	width: 38px;
	background-position: -2px 0;
}

/* @group mainnav */

#header {
	position: relative;
	height: 106px;
	margin: 0;
	padding: 10px 0 0 0;
}
#header h1 {
	margin: 0;
	width: 442px;
}
#header h1 a {
	display: block;
	height: 106px;
	width: 442px;
	background-image: url(../srcimages/headerlight.png);
	/*background-image: url(../srcimages/alt-headers/christmaslight.png);*/
	text-indent: -9999px;
}
#header ul#toplinks {
	font-size: 90%;
	list-style-type: none;
	position: absolute;
	top: 7px;
	right: 228px;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#header ul#toplinks li {
	display: inline;
	margin: 0;
	padding: 0;
}
#header ul#toplinks li a {
	position: relative;
	color: #fff;
	background: #666;
	margin: 0;
	padding: 7px 5px 6px 5px;
}
#header ul#toplinks li a:hover {
	text-decoration: none;
	top: 3px;
	padding-top: 10px;
}
#header form#search {
	position: absolute;
	right: 0;
	top: 0;
	/*padding: 1px 3px 1px 1px;*/
	padding: 3px 3px 3px 1px;
	margin: 0;
	background: #333;
	line-height: 1;
}
#header form#search input {
	font-size: 90%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#header form#search .submit {
	color: #55b255;
	background: none;
	border: none;
	margin: 0;
	padding: 0 5px;
	width: 53px;
}
#header form#search .text {
	background: none;
	color: #fff;
	border: 1px solid #999;
	padding: 2px 3px;
	margin: 0;
	width: 160px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#mainnav {
	position: relative;
	width: 950px;
	height: 40px;
	padding: 0;
	margin: 14px 0 20px 0;
	list-style-type: none;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}
#mainnav li {
	display: inline;
	padding: 0;
	margin: 0;
}
#mainnav li a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	height: 40px;
	background-image: url(../srcimages/mainnav.png);
}
#mainnav li.nav-iamnew a {
	width: 106px;
	left: 20px;
	background-position: -20px -80px;
}
#mainnav li.nav-whatwedo a {
	width: 140px;
	left: 200px;
	background-position: -200px -80px;
}
#mainnav li.nav-calendar a {
	width: 102px;
	left: 414px;
	background-position: -414px -80px;
}
#mainnav li.nav-media a {
	width: 70px;
	left: 590px;
	background-position: -590px -80px;
}
#mainnav li.nav-blog a {
	width: 52px;
	left: 734px;
	background-position: -734px -80px;
}
#mainnav li.nav-prayer a {
	width: 70px;
	left: 860px;
	background-position: -860px -80px;
}
#mainnav li.nav-iamnew a:hover {
	background-position: -20px -120px;
}
#mainnav li.nav-whatwedo a:hover {
	background-position: -200px -120px;
}
#mainnav li.nav-calendar a:hover {
	background-position: -414px -120px;
}
#mainnav li.nav-media a:hover {
	background-position: -590px -120px;
}
#mainnav li.nav-blog a:hover {
	background-position: -734px -120px;
}
#mainnav li.nav-prayer a:hover {
	background-position: -860px -120px;
}

/* @end */

/* @group home */
body.home #container {
	position: relative;
	height: 500px;
}
body.home #alert {
    font-size: 110%;
	text-align: center;
	border: 3px solid #55b255;
	background: #e5faef;
	padding: 7px 3px;
	margin: -5px 0 15px 0;
}
body.home #content {
	position: relative;
	top: 0;
	margin: 0;
}
body.home #slidewrap {
	position: relative;
	overflow: hidden;
	height: 360px;
	margin: 0 0 20px 0;
}
body.home #slides {
	position: relative;
	overflow: hidden;
	height: 360px;
	background: #666;
	color: #ccc;
}
body.home #slides div {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 360px;
	position: relative;
}
body.home #slides img {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}
body.home #slides div.text {
	color: #ccc;
	width: 272px;
	position: absolute;
	top: 0;
	right: 0;
	height: 322px;
	margin: 6px;
	padding: 12px;
	border: 1px solid #999;
	font-size: 28px;
	overflow: hidden;
	z-index: 9999;
}
body.home #pager {
	display: block;
	width: 200px;
	position: relative;
	top: -24px;
	left: 3px;
	z-index: 9999;
}
body.home #pager a {
	display: block;
	float: left;
	padding: 4px 8px;
	min-width: 7px;
	margin: 0 3px 0 0;
	background-color: #ccc;
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
body.home #pager a.activeSlide {
	background-color: #333;
	color: #fff;
}
body.home #pager a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #333;
}
body.home #sidebar {
	position: absolute;
	top: 380px;
	right: 0;
	width: 208px;
}
body.home #sidebar img {
	padding: 0;
	width: 208px;
	height: 117px;
	/*border: 1px solid #333;*/
}
body.home #teaser {
	position: relative;
	width: 710px;
}
body.home ul#teaser-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 26px;
	position: relative;
}
body.home ul#teaser-menu li {
	display: inline;
	margin: 0 5px 0 0;
}
body.home ul#teaser-menu li a {
	margin: 0;
	background: #333;
	color: #fff;
	padding: 6px 10px;
	top: 6px;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius:  5px;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
body.home ul#teaser-menu li.ui-tabs-selected a {
	background: #666;
	color: #fff;
}
body.home ul#teaser-menu li a:hover {
	background: #484848;
	text-decoration: none;
}
body.home ul#teaser-menu li.ui-tabs-selected a:hover {
	background: #666;
}
body.home #teaser-wrap {
	position: relative;
	background: #f4f4f4;
	border: 1px solid #333;
	color: #333;
}
body.home .teaser-info {
	position: relative;
	height: 70px;
	max-height: 70px;
	min-height: 70px;
	padding: 10px;
	overflow: hidden;
}
body.home .teaser-info.ui-tabs-hide {
	display: none;
}
body.home .teaser-info h4 {
	margin: 0;
	display: inline;
}
body.home .teaser-info h4 a {
	color: #55b255;
}
body.home .teaser-info ul {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body.home .teaser-info li {
	margin: 0 0 10px 0;
}
body.home .teaser-info li.last {
	margin: 0;
}

/* @end */

/* @group i am new */

body.iamnew #content {
	width: 450px;
	float: left;
}
body.iamnew #sidebar {
	width: 450px;
	float: right;
}
body.iamnew #content #welcome {
	background: #fff;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;
}
body.iamnew #content #welcome h2 {
	margin: 0;
}
body.iamnew #content #welcome p {
	margin: 10px 0 5px 0;
}
body.iamnew #content #welcome .sig {
	font-size: 1.15em;
	margin: 0 60px 0 0;
	text-align: right;
}
body.iamnew #content img {
	border: 1px solid #999;
	padding: 3px;
	margin: 0 10px 0 0;
}
body.iamnew #content .module {
	padding: 7px;
	margin-bottom: 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
body.iamnew #content .list {
	background: #333;
	color: #ccc;
	padding: 10px 15px;
}
body.iamnew #content .list h3 {
	margin: 0 0 5px 0;
	color: #fff;
}
body.iamnew #content .list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body.iamnew #content .list li {
	border-top: 1px solid #999;
	padding: 5px 0;
}
body.iamnew #content .list li.last {
	padding: 5px 0 0 0;
}
body.iamnew #sidebar #headline {
	padding: 2px;
	margin-bottom: 12px;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/
	background: #333;
	color: #eee;
	font-size: 1.7em;
	line-height: 1.2em;
}
body.iamnew #sidebar #headline div {
	border: 1px solid #484848;
	padding: 15px 25px;
}
body.iamnew #sidebar #map {
	border: 5px solid #666;
	width: 440px;
	height: 350px;
	position: relative;
}
body.iamnew #sidebar #map noscript img {
	position: absolute;
	top: 0;
	left: 0;
}

/* @end */

/* @group media */

body.media #content {
	float: left;
	width: 688px;
}
body.media #sidebar {
	float: right;
	width: 238px;
}
body.media #sidebar .module {
	padding: 7px;
	margin-bottom: 12px;
	background: #232323;
}
body.media #sidebar a.feed {
	display: block;
	padding-left: 40px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
body.media #sidebar a.feed:hover {
	text-decoration: none;
	color: #fff;
}
body.media #sidebar a.rss {
    background: #fff url(../srcimages/icons/feed.png) no-repeat 15px 6px;
}
body.media #sidebar a.rss:hover {
    background: #666 url(../srcimages/icons/feed.png) no-repeat 15px 6px;
}
body.media #sidebar a.itunes {
    background: #fff url(../srcimages/icons/itunes-white.png) no-repeat 15px 6px;
}
body.media #sidebar a.itunes:hover {
    background: #666 url(../srcimages/icons/itunes-gray.png) no-repeat 15px 6px;
}
body.media #sidebar .list {
	color: #fff;
	padding: 10px 14px;
	border: 1px solid #333;
}
body.media #sidebar .list.first {
	padding-top: 0;
	border-top: none;
}
body.media #sidebar .list h3 {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
}
body.media #sidebar .list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body.media #sidebar .list li {
	padding: 10px 0;
}
body.media #sidebar .list li.last {
	padding: 5px 0 0 0;
}
body.media #sidebar .list li a {
	color: #ccc;
}
body.media #sidebar .list li a:hover {
	text-decoration: none;
	color: #fff;
}
body.media #sidebar .list li h4 {
	margin: 0;
	text-align: center;
}
body.media #sidebar .list li h4 a {
	color: #55b255;
}
body.media #sidebar .list li h4 a:hover {
	color: #55b255;
	text-decoration: underline;
}
body.media #episode-full img, body.media #episode-full div.flashvideo object {
	padding: 0 23px;
	background: #303030;
	height: 360px;
	width: 640px;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
	display: block;
}
body.media #episode-full .details {
	background: #303030;
	padding: 8px 23px;
	margin: 10px 0 0 0;
	border: 1px solid #444;
}
body.media #episode-full .details .basic {
	width: 315px;
	float: left;
}
body.media #episode-full .details .more {
	width: 315px;
	text-align: right;
	float: right;
	margin: 2px 0 0 0;
}
body.media #episode-full .details h2 {
	margin: 0;
}
body.media #episode-full .details object {
	margin: 4px 0 0 0;
}
body.media #episode-full .details span {
	display: block;
}
body.media #episode-full .details .extra {
	border-top: 1px solid #999;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}
body.media #episode-full .details .description {
	margin: 0 0 10px 0;
}
body.media #episode-full .details ul.share {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
body.media #episode-full .details ul.share li {
	display: inline;
	padding: 0 5px 0 0;
	border-right: 1px solid #666;
}
body.media #episode-full .details .share li.last {
	border-right: none;
}
body.media #content .module {
	background: #1a1a1a;
	padding: 10px 24px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #222;
	z-index: 0;
}
body.media #content .module h3 {
	margin: 0 0 10px 0;
}
body.media #content .module span.archive {
	position: absolute;
	top: 12px;
	right: 24px;
}
body.media #content .module .thumb {
	float: left;
	margin: 0 7px 12px 0;
	width: 208px;
}
body.media #content .module .thumb.one {
	clear: left;
}
body.media #content .module .thumb.three {
	margin: 0;
}
body.media #content .module .thumb h4 {
	margin: 0;
	text-align: center;
}
body.media #content #same-series {
	position: relative;
}
body.media #content #same-series .archive {
	position: absolute;
	top: 7px;
	right: 24px;
}
body.media #content h2.info {
	font-size: 1.7em;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
}
body.media .episode-summary, body.media .series, body.media .speaker {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #999;
}
body.media .episode-summary.last, body.media .series.last, body.media .speaker.last {
	border-bottom: none;
}
body.media .episode-summary img, body.media .series img, body.media .speaker img {
	margin: 0 24px 0 0;
	float: left;
}
body.media .episode-summary img, body.media .series img {
	width: 208px;
	height: 117px;
}
body.media .speaker img {
	width: 96px;
	height: 128px;
}
body.media .episode-summary .details, body.media .series .details {
	width: 456px;
	float: right;
}
body.media .speaker .details {
	width: 568px;
	float: right;
}
body.media .episode-summary .details h2, body.media .series .details h2, body.media .speaker .details h2 {
	margin: 0 0 5px 0;
}
body.media .episode-summary .details span, body.media .series .details span, body.media .speaker .details span {
	display: block;
}
body.media #pagination {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
body.media #pagination span a {
	background: #333;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.media #pagination span a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
body.media #pagination #previous {
	float: left;
}
body.media #pagination #next {
	float: right;
}

/* @end */

/* @group blog */

body.blog #content {
	float: right;
	width: 590px;
	padding: 0 20px;
	background: #fff;
}
body.blog #sidebar {
	float: left;
	width: 300px;
}
body.blog #sidebar .module {
	padding: 7px;
	margin-bottom: 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
/*
body.blog #sidebar #welcome {
	background: #333;
	color: #fff;
	padding: 15px;
	font-size: 1.1em;
	line-height: 1.5em;
}
*/
body.blog #sidebar #welcome {
	background: #333;
	color: #fff;
	padding: 2px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
body.blog #sidebar #welcome div {
	border: 1px solid #484848;
	padding: 8px 10px;
}
body.blog #sidebar a.rss {
	display: block;
	background: #fff url(../srcimages/icons/feed.png) no-repeat 15px 6px;
	padding-left: 40px;
}
body.blog #sidebar a.rss:hover {
	text-decoration: none;
	background: #999 url(../srcimages/icons/feed.png) no-repeat 15px 6px;
	color: #fff;
}
body.blog #sidebar .list {
	background: #666;
	color: #fff;
	padding: 10px 15px;
}
body.blog #sidebar .list h3 {
	margin: 0 0 5px 0;
}
body.blog #sidebar .list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body.blog #sidebar .list li {
	border-top: 1px solid #999;
	padding: 5px 0;
}
body.blog #sidebar .list li.last {
	padding: 5px 0 0 0;
}
body.blog #sidebar .list li a {
	color: #ccc;
}
body.blog #sidebar .list li a:hover {
	text-decoration: none;
	color: #fff;
}
body.blog h2.info {
	color: #333;
	font-size: 1.7em;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
body.blog .entry h2 {
	margin: 0;
	font-weight: bold;
	font-size: 1.6em;
}
body.blog .entry .info {
	font-size: 1.2em;
	color: #999;
}
body.blog .author h2, body.blog .category h2 {
	margin: 0;
}
body.blog .entry, body.blog .author, body.blog .category {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
body.blog .entry.last, body.blog .author.last, body.blog .category.last {
	border-bottom: none;
}
body.blog .entry span, body.blog .author span, body.blog .category span {
	display: block;
}
body.blog .author img {
	float: left;
	border: 3px solid #999;
	width: 96px;
	height: 128px;
}
body.blog .author .details {
	float: right;
	width: 464px;
}
body.blog .entry ul.share {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
body.blog .entry ul.share li {
	display: inline;
	padding: 0 5px 0 0;
	border-right: 1px solid #999;
}
body.blog .entry .share li.last {
	border-right: none;
}
body.blog .entry .text span {
	display: inline;
}
body.blog #pagination {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}
body.blog #pagination span a {
	background: #333;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.blog #pagination span a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
body.blog #pagination #previous {
	float: left;
}
body.blog #pagination #next {
	float: right;
}

/* @end */

/* @group calendar */

body.calendar div.cal-meta {
	text-align: center;
	margin: 0 0 10px 0;
}
body.calendar div.cal-meta h2 {
	margin: 0 0 5px 0;
}
body.calendar div.cal-meta h2 a {
	text-decoration: none;
	color: #1e1e1e;
}
body.calendar div.cal-meta ul {
	list-style-type: none;
	padding: 5px;
	background: #333;
	margin: 0 auto;
	width: 480px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.calendar div.cal-meta li {
	display: inline;
	padding: 1px 0 1px 20px;
	margin: 0 8px;
}
body.calendar div.cal-meta li.view {
	background: url(../srcimages/icons/calendar.png) no-repeat;
}
body.calendar div.cal-meta li.rss {
	background: url(../srcimages/icons/feed.png) no-repeat;
}
body.calendar div.cal-meta li.ical {
	background: url(../srcimages/icons/ics.png) no-repeat;
}
body.calendar div.cal-meta li.register {
	background: url(../srcimages/icons/pencil.png) no-repeat;
}
body.calendar div.cal-meta li a:hover {
	color: #fff;
	text-decoration: none;
}
body.calendar #month {
	width: 950px;
	border-collapse: collapse;
	margin: 10px 0 20px 0;
}
body.calendar #month a {
	color: #1e1e1e;
}
body.calendar #month tr.week {
	background: #fff;
}
body.calendar #month td {
	border: 1px solid #999;
	margin: 0;
	padding: 2px;
	height: 85px;
	width: 14%;
	vertical-align: top;
}
body.calendar #month td.noday {
	background-color: #ccc;
}
body.calendar #month span.date a {
	text-decoration: none;
}
body.calendar #month td ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
}
body.calendar div#pagination-top {
	margin: -30px 0 0 0;
}
body.calendar div.pagination span a {
	background: #333;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.calendar div.pagination span a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
body.calendar ul.calendar-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body.calendar ul.calendar-list li {
	padding: 10px;
	margin: 5px 0 10px 0;
	background: #fff;
}
body.calendar ul.calendar-list li.last {
    border-bottom: none;
}
body.calendar ul.calendar-list h3 {
	margin: 0 0 5px 0;
}
body.calendar ul.year-archive {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 480px;
}
body.calendar ul.year-archive li {
	display: block;
	float: left;
}
body.calendar ul.year-archive li a {
	display: block;
	float: left;
	width: 150px;
	margin: 5px;
	text-align: center;
	background: #fff;
	padding: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.calendar ul.year-archive li a:hover {
	color: #fff;
	background: #999;
	text-decoration: none;
}
body.calendar body.calendar div.event-full-page {
	width: 600px;
	padding: 16px 24px;
	margin: 20px auto;
	background: #fff;
	border: 5px solid #999;
}
body.calendar .rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.event-detail.fullpage {
	background: #fff;
	padding: 20px;
	margin: 0 0 10px 0;
}
div.event-detail .date {
	float: left;
	padding: 6px 8px;
	margin: 0 10px 0 0;
	min-width: 36px;
	background: #ccc;
	color: #333;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius:  7px;
	border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
}
div.event-detail .date .month {
	font-size: 16px;
	text-align: center;
}
div.event-detail .date .day {
	font-size: 32px;
	text-align: center;
}
div.event-detail .details {
	float: left;
	width: 430px;
}
div.event-detail.fullpage .details {
	width: 840px;
}
div.event-detail h3 {
	margin: 0 0 5px 0;
	font-size: 1.4em;
}
div.event-detail a.jqmClose {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 5px;
	background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	color: #55b255;
}
div.event-detail a.jqmClose:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
.event-popup {
    display: none;
    
    position: fixed;
    top: 15%;
    left: 48%;
    
    margin-left: -250px;
    width: 500px;
    min-height: 120px;
    
    background-color: #fff;
    color: #333;
    border: 5px solid #484848;
    padding: 20px 20px 60px 20px;
    
    -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6 in conditionally included stylesheet. */

/* @end */

/* @group lifegroups */

body.lifegroup #map {
	float: left;
	border: 5px solid #666;
	width: 425px;
	height: 380px;
}
body.lifegroup #grouplist {
	float: right;
	width: 450px;
}
body.lifegroup h2 {
	color: #333;
}
body.lifegroup #grouplist h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
}
body.lifegroup #list h3 {
	margin: 5px 0 0 0;
	padding: 5px 5px 5px 32px;
	color: #111;
	background-color: #888;
	cursor: pointer;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.lifegroup #list h3.ui-state-default {
	background-image: url(../srcimages/icons/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
body.lifegroup #list h3.ui-state-active {
	background-image: url(../srcimages/icons/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
body.lifegroup #list .groupinfo {
	padding: 10px 20px 0 20px;
	margin: 0 8px 10px 8px;
	border: 1px solid #999;
	border-top: none;
	background-color: #fff;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius:  7px;
	border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
body.lifegroup #list .groupinfo ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body.lifegroup #list .groupinfo li {
	margin: 5px 0;
}
body.lifegroup form.contact {
	color: #fff;
	float: left;
	margin: 0 0 0 50px;
	width: 350px;
}
body.lifegroup form.contact .formpart {
	background: #333;
	padding: 5px 7px;
	margin: 0 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.lifegroup form.contact h3 {
	margin: 0;
}
body.lifegroup form.contact .helptext {
	color: #ccc;
	font-size: 90%;
}
body.lifegroup form.contact .field ul {
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
}
body.lifegroup form.contact .field li {
	display: inline;
	margin: 0 20px 0 0;
}
body.lifegroup form.contact textarea {
	width: 336px;
	margin: 5px 0 0 0;
	border: none;
	overflow: auto;
}
body.lifegroup form.contact input[type=text] {
	border: none;
	font-size: 110%;
}
body.lifegroup form.contact input.button {
	cursor: pointer;
	background: #333;
	color: #fff;
	border: none;
	padding: 8px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.lifegroup form.contact input.button:hover {
	background: #666;
}
body.lifegroup form.contact input.button:active {
	background: #f0f0f0;
	color: #1e1e1e;
}
body.lifegroup form.contact ul.errorlist {
	list-style: none;
	margin: 3px 0;
	padding: 0;
	color: #55b255;
}
body.lifegroup .groupdetails {
	margin: 0 50px 0 0;
	width: 300px;
	float: right;
	background: #999;
	color: #222;
	padding: 5px 20px;
	font-size: 1.2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
body.lifegroup div.success {
	float: left;
	margin: 0 0 0 50px;
	width: 350px;
}

/* @end */

/* @group prayer */

body.prayer #content {
	width: 620px;
	float: left;
}
body.prayer #sidebar {
	width: 280px;
	float: right;
}
body.prayer h2 {
	margin: 0 0 10px 0;
}
body.prayer ul.submissions {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.prayer ul.submissions li {
	background: #fff;
	padding: 2px;
	margin: 0 0 10px 0;
}
body.prayer ul.submissions li div {
	border: 1px solid #ccc;
	padding: 3px 8px;
}
body.prayer ul.submissions li p {
	margin: 5px 0;
}
body.prayer ul.submissions li p.name {
	margin-bottom: 0;
	font-size: 115%;
}
body.prayer ul.submissions li p.pubdate, body.prayer ul.submissions li p.category {
	color: #666;
	margin: 0;
}
body.prayer ul.submissions li p.category {
    margin-bottom: 12px;
}
body.prayer #sidebar .module {
	padding: 7px;
	margin-bottom: 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
body.prayer #sidebar #about {
	background: #333;
	color: #fff;
	padding: 2px;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
body.prayer #sidebar #about div {
	border: 1px solid #484848;
	padding: 8px 10px;
}
body.prayer #sidebar a.module.submit {
	display: block;
	background: #333 url(../srcimages/icons/pencil.png) no-repeat 7px 7px;
	padding: 7px 15px 7px 30px;	
}
body.prayer #sidebar a.module:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
}
body.prayer #sidebar .list {
	background: #666;
	color: #fff;
	padding: 10px 15px;
}
body.prayer #sidebar .list h3 {
	margin: 0 0 5px 0;
}
body.prayer #sidebar .list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body.prayer #sidebar .list li {
	border-top: 1px solid #999;
	padding: 5px 0;
}
body.prayer #sidebar .list li.last {
	padding: 5px 0 0 0;
}
body.prayer #sidebar .list li a {
	color: #ccc;
}
body.prayer #sidebar .list li a:hover {
	text-decoration: none;
	color: #fff;
}
body.prayer form#prayer {
	color: #fff;
}
body.prayer form#prayer .formpart {
	padding: 7px 7px;
	margin: 0 10px 10px 0;
	width: 285px;
	background: #484848;
	float: left;
}
body.prayer form#prayer h3 {
	margin: 0;
}
body.prayer form#prayer .helptext {
	color: #ccc;
	font-size: 90%;
}
body.prayer form#prayer .field ul {
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
}
body.prayer form#prayer .field li {
	display: inline;
	margin: 0 20px 0 0;
}
body.prayer form#prayer textarea {
	width: 286px;
	margin: 5px 0 0 0;
	border: none;
	overflow: auto;
}
body.prayer form#prayer input[type=text] {
	border: none;
	font-size: 110%;
}
body.prayer form#prayer input.button {
	cursor: pointer;
	background: #333;
	color: #fff;
	border: none;
	padding: 8px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.prayer form#prayer input.button:hover {
	background: #666;
}
body.prayer form#prayer input.button:active {
	background: #f0f0f0;
	color: #1e1e1e;
}
body.prayer form#prayer ul.errorlist {
	list-style: none;
	margin: 3px 0;
	padding: 0;
	color: #55b255;
}


/* @end */

/* @group about */
body.about #container {
	position: relative;
	min-height: 200px;	
}
body.about #content {
	position: relative;
	top: 0;
	left: 249px;
	width: 649px;
	background: #fff;
	padding: 0 25px 5px 25px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	min-height: 300px;
}
body.about #content h2 {
	color: #55b255;
	margin: 8px 0 12px 0;
}
body.about #sidebar {
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
}
body.about #sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
body.about #sidebar li {
	margin: 0;
	padding: 0;
}
body.about #sidebar li a {
	color: #666;
	display: block;
	padding: 10px;
	margin: 0;
	height: 15px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #fff url(../srcimages/tabbg.png) repeat-x 0 0;
}
body.about #sidebar li.last a {
	border-bottom: 1px solid #ccc;
}
body.about #sidebar li a:hover {
	background: #fff url(../srcimages/tabbg.png) repeat-x 0 -40px;
	text-decoration: none;
	color: #484848;
}
body.about #sidebar li.current a {
	background: #fff;
	border-right: none;
	padding-left: 11px;
}
/* @end */

/* @group search */

body.search #content {
	width: 580px;
	float: left;
	padding: 0 20px;
	background: #fff;
}
body.search #sidebar {
	width: 300px;
	float: right;
}
body.search #sidebar h2.info {
	color: #333;
	font-size: 1.5em;
	margin: 0 0 5px 0;
}
body.search #content h2.info {
	color: #333;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
body.search #sidebar .module {
	padding: 7px;
	margin-bottom: 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
body.search #sidebar #welcome {
	background: #333;
	color: #fff;
	padding: 15px;
	font-size: 1.1em;
	line-height: 1.5em;
}
body.search #sidebar a.filter {
	display: block;
	background: #333 url(../srcimages/icons/magnifier.png) no-repeat 15px 6px;
	padding-left: 40px;
}
body.search #sidebar a.filter:hover {
	text-decoration: none;
	background: #666 url(../srcimages/icons/magnifier.png) no-repeat 15px 6px;
	color: #fff;
}
body.search #sidebar .list {
	background: #333;
	color: #ccc;
	padding: 10px 15px;
}
body.search #sidebar .list h3 {
	margin: 0 0 5px 0;
	color: #fff;
}
body.search #sidebar .list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body.search #sidebar .list li {
	border-top: 1px solid #999;
	padding: 5px 0;
}
body.search #sidebar .list li.last {
	padding: 5px 0 0 0;
}
body.search .result {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
body.search .result.last {
	border-bottom: none;
	margin-bottom: 10px;
}
body.search .result h2 {
	color: #333;
	margin: 0 0 5px 0;
}
body.search .result .episode img, body.search .result .series img, body.search .result .speaker img, body.search .result .author img {
	float: left;
	border: 3px solid #999;
}
body.search .result .episode img, body.search .result .series img {
	width: 208px;
	height: 117px;
}
body.search .result .speaker img, body.search .result .author img {
	width: 96px;
	height: 128px;
}
body.search .result .episode .details, body.search .result .series .details {
	float: right;
	width: 348px;
}
body.search .result .speaker .details, body.search .result .author .details {
	float: right;
	width: 460px;
}
body.search .result .event .date {
	float: left;
	padding: 6px 8px;
	min-width: 36px;
	background: #ccc;
	color: #333;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius:  7px;
	border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
}
body.search .result .event .date .month {
	font-size: 16px;
	text-align: center;
}
body.search .result .event .date .day {
	font-size: 32px;
	text-align: center;
}
body.search .result .event .details {
	float: right;
	width: 508px;
}
body.search #pagination {
	margin: 0 0 15px 0;
}
body.search #pagination span a {
	background: #333;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.search #pagination span a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
body.search #pagination #previous {
	float: left;
}
body.search #pagination #next {
	float: right;
}

/* @end */

/* @group contact */
body.contact div.info {
	width: 450px;
	float: left;
}
body.contact div.form {
	width: 350px;
	float: right;
}
body.contact div.feedback {
	width: 400px;
	float: left;
}
body.contact div.siteinfo {
	width: 450px;
	float: right;
}
body.contact h2 {
	margin: 0 0 10px 0;
	color: #333;
}
body.contact div.module {
	background: #333;
	color: #fff;
	padding: 2px;
	margin-bottom: 12px;
}
body.contact div.module div {
	border: 1px solid #484848;
	padding: 0 10px;
}
body.contact #map {
	position: relative;
	border: 5px solid #333;
	width: 440px;
	height: 350px;
}
body.contact #map noscript img {
	position: absolute;
	top: 0;
	left: 0;
}
body.contact .siteinfo {
	background-color: #fff;
	padding: 0 20px;
}
body.contact form#contact h3 {
	margin: 10px 0 0 0;
}
body.contact form#contact h3.first {
	margin: 0;
}
body.contact form#contact input.button {
	cursor: pointer;
	background: #333;
	color: #fff;
	border: none;
	padding: 8px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.contact form#contact input.button:hover {
	background: #666;
}
body.contact form#contact input.button:active {
	background: #f0f0f0;
	color: #1e1e1e;
}
body.contact form#contact input[type=text],
body.contact form#contact textarea {
    border: 1px solid #999;
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 11px;
}
body.contact form#contact textarea {
	width: 300px;
	overflow: auto;
}
body.contact form#contact ul.errorlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body.contact p.site-tech {
	line-height: 45px;
	vertical-align: baseline;
}
body.contact p.site-tech img {
	vertical-align: middle;
	border: 1px solid #bbb;
}
body.contact p.site-tech img:hover {
	border: 1px solid #666;
}
body.contact .newmembers {
	text-align: center;
	background: #fff;
	margin: 0;
	width: 400px;
	padding: 0 25px 25px 25px;
	float: left;
}
body.contact .newmembersinfo {
	background: #fff;
	width: 400px;
	float: right;
	margin: 0 0 25px 0;
	padding: 0 25px;
}
body.contact .newmembersinfo h3, body.contact .newmembersinfo h4 {
	margin: 0;
}
body.contact .newmembersinfo p {
	margin: 5px 0 25px 0;
}
body.contact form#newmembers h3 {
	margin: 10px 0 0 0;
}
body.contact form#newmembers h3.first {
	margin: 0;
}
body.contact form#newmembers input.button {
	cursor: pointer;
	background: #333;
	color: #fff;
	border: none;
	padding: 8px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.contact form#newmembers input.button:hover {
	background: #666;
}
body.contact form#newmembers input.button:active {
	background: #f0f0f0;
	color: #1e1e1e;
}
body.contact form#newmembers input[type=text],
body.contact form#newmembers textarea {
    border: 1px solid #999;
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 11px;
}
body.contact form#newmembers textarea {
	width: 300px;
	overflow: auto;
}
body.contact form#newmembers ul.errorlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body.contact .newmembers p.thankyou {
	font-size: 120%;
	background: #333;
	color: #55b255;
	padding: 10px 0;
}
/* @end */

/* @group accounts */
body.accounts #content {
	margin: 0 auto;
	width: 400px;
}
body.accounts form#login-form {
    margin-top: 1em;
}
body.accounts form#login-form .form-row {
    padding: 4px 0;
    float: left;
    width: 100%;
}
body.accounts form#login-form .form-row label {
    float: left;
    width: 9em;
    padding-right: 0.5em;
    line-height: 2em;
    text-align: right;
    font-size: 1em;
    color: #333;
}
body.accounts form#login-form #id_username, body.accounts form#login-form #id_password {
    width: 14em;
}
body.accounts form#login-form .submit-row {
    clear: both;
    padding: 1em 0 0 9.4em;
}
body.accounts form#login-form input.button {
	cursor: pointer;
	background: #333;
	color: #fff;
	border: none;
	padding: 8px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.accounts form#login-form input.button:hover {
	background: #666;
}
body.accounts form#login-form input.button:active {
	background: #ccc;
	color: #1e1e1e;
}
body.accounts form#login-form input[type=text], body.accounts form#login-form input[type=password] {
    border: 1px solid #ccc;
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 11px;
}
/* @end */


/* @group secure files */
body.securefiles #content {
	float: left;
	width: 600px;
	padding: 0 10px;
	margin: 0 0 20px 0;
	background: #fff;
}
body.securefiles .htmlfile #content {
	float: none;
	width: 910px;
	padding: 10px 20px;
	margin: 20px 0;
}
body.securefiles .htmlfile a.backlink {
	background: #333 url(../srcimages/icons/arrow_left.png) no-repeat 5px center;
	padding: 5px 5px 5px 24px;
}
body.securefiles .htmlfile a.backlink:hover {
	text-decoration: none;
	background-color: #666;
	color: #fff;
}
body.securefiles h2 {
	text-align: center;
	margin: 0 0 5px 0;
}
body.securefiles .filelist {
	width: 600px;
}
body.securefiles .filelist .file {
	clear: both;
	height: 40px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
body.securefiles .filelist .file.last {
	border-bottom: none;
	margin: 0;
}
body.securefiles .filelist .file h3 {
	margin: 0 0 5px 0;
}
body.securefiles .filelist .file .pub_date {
	float: left;
	height: 16px;
}
body.securefiles .filelist .file .download a {
	float: right;
	display: block;
	height: 16px;
	padding: 0 22px 0 0;
	background: url(../srcimages/icons/save.png) no-repeat right 0;
}

body.securefiles #sidebar {
	width: 300px;
	float: right;
}
body.securefiles #sidebar .module {
	padding: 7px;
	margin-bottom: 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
body.securefiles #sidebar #description {
	background: #333;
	color: #fff;
	padding: 15px;
	font-size: 1.1em;
	line-height: 1.5em;
}
body.securefiles #sidebar a.logout {
	display: block;
	background: #fff url(../srcimages/icons/key.png) no-repeat 15px 6px;
	padding-left: 40px;
}
body.securefiles #sidebar a.logout:hover {
	text-decoration: none;
	background: #999 url(../srcimages/icons/key.png) no-repeat 15px 6px;
	color: #fff;
}
body.securefiles #sidebar .list {
	background: #666;
	color: #fff;
	padding: 10px 15px;
}
body.securefiles #sidebar .list h3 {
	margin: 0 0 5px 0;
}
body.securefiles #sidebar .list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body.securefiles #sidebar .list li {
	border-top: 1px solid #999;
	padding: 5px 0;
}
body.securefiles #sidebar .list li.last {
	padding: 5px 0 0 0;
}
body.securefiles #sidebar .list li a {
	color: #ccc;
}
body.securefiles #sidebar .list li a:hover {
	text-decoration: none;
	color: #fff;
}

/* @end */

/* @group footer */
#footer-wrap {
	height: 30px;
	margin-top: -30px;
	margin-left: -40px;
	/* used for sideways contact link along with #footer padding-left */
	
	clear: both;
	padding: 2px 0 10px 0;
	background: #1a1a1a;
	color: #ccc;
	font-size: 0.85em;
	position: relative;
	/*border-top: 1px solid #ccc;*/
}
#footer-border {
	border-top: 1px solid #333;
	padding: 8px 0 0 0;
}
#footer {
	position: relative;
	height: 30px;
	width: 950px;
	margin: 0 auto;
	padding-left: 40px;
	/* used along with #footer-wrap margin-left for sideway contact link */
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
	list-style-type: none;
	margin-left: 15px;
}
#footer a:hover {
    text-decoration: none;
    color: #ccc;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */