@import url("/_css/content.css");

/* Site: MK008 */
* {
	margin:0;
	padding:0;
}

body {
	background:#fa8072;
	font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
	line-height:1;
}

hr {
	display:none;
}

#skip {
	position:absolute;
	left:-9999px;
}

a {
	overflow:hidden;
}

/* =header
---------------------------------------------------------------------
*/
#header {
	background-color:#f0f;
	background-image:url(/_img/bg_container.png);
	background-repeat:repeat-y;
	background-position:center top;
}

#headerInner {
	position:relative;
	width:1047px;
	height:180px;
	z-index:500;
	margin:0 auto;
	border-bottom:32px solid #f0f;
	background:purple url(/_img/bg_headerInner.png) no-repeat;
}

#header #logo {
	float:left;
	margin:0 0 0 60px;
}

#header #logo img {
	display:block;
	border:0;
}

/* search */
form#searchForm {
	float:right;
	margin:25px 20px 0 0;
	padding:5px 1px 5px 6px;
	background:orange url(/_img/bg_searchForm.png) repeat-x;
}

form#searchForm fieldset {
	display:block;
	border:0;
}

form#searchForm input#search_term {
	float:left;
	width:164px;
	margin-top:1px;
	padding:7px 13px 6px;
	border:1px solid #e2e2e2;
	-moz-box-shadow:inset 0 0 8px #DBDBDB;
	-webkit-box-shadow:inset 0 0 8px #DBDBDB;
	box-shadow:inset 0 0 8px #DBDBDB;
	color:#424242;
	font-size:12px;
	font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
}

form#searchForm a#search_go {
	float:left;
	width:32px;
	height:30px;
	background-image:url(/_img/bg_search_go.png);
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
}

/* =nav
---------------------------------------------------------------------
*/
#nav {
	position:absolute;
	left:19px;
	bottom:-32px;
	z-index:500;
	width:948px;
	margin:0;
	padding:0 30px;
	background-image:url(/_img/bg_nav.png);
	background-color:#ff0;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,.5);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,.5);
	box-shadow:0 3px 3px rgba(0,0,0,.5);
	list-style:none;
}

#nav li {
	float:left;
	padding:19px 8px 20px;
	font-size:13px;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:.1em;
}

#nav li a {
	display:block;
	padding:8px 11px 10px;
	color:#fff;
	text-decoration:none;
}

#nav li:hover a,#nav li.current a {
	padding:7px 10px 9px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid rgba(0,0,0,.1);
	background:#ff0;
	color:#1a1a1d;
}

#nav li ul {
	position:absolute;
	left:-9999px;
/*left: auto;*/
	z-index:999;
	width:228px;
	margin:20px 0 0;
	padding:6px 0;
	border:1px solid rgba(0,0,0,.1);
	-webkit-border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomright:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-right-radius:9px;
	border-bottom-left-radius:9px;
	border-top:0;
	background:#ff0;
	background:rgba(255,255,0,.9);
	list-style:none;
	line-height:1;
}

#nav li:hover ul {
	left:auto;
}

#nav li:hover li {
	float:left;
	margin:0;
	padding:0;
	font-size:12px;
}

/*
#nav li li a{
  width: 200px;
  padding: 10px 14px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  background: none !important;
  color: #1a1a1d;
}

#nav li li a:hover{
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: cyan;
  color: #ffffff !important;
}

#nav li ul ul{
  display: none !important;
}
*/
#nav li:hover li a {
	width:200px;
	padding:10px 14px;
	border:0;
	border-bottom:0;
	background:none;
	color:#1a1a1d;
}

#nav li:hover li a:hover {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:url(/_img/bg_white-15.png);
	background:rgba(255,255,255,.15);
	color:#fff;
}

#nav li ul ul {
	display:none;
}

/* =container
---------------------------------------------------------------------
*/
#containerOuter {
	background-color:#ffd700;
	background-image:url(/_img/bg_containerOuter.png);
	background-repeat:repeat-x;
}

#container {
	background-image:url(/_img/bg_container.png);
	background-repeat:repeat-y;
	background-position:center top;
}

/* =containerInner
---------------------------------------------------------------------
*/
#containerInner {
	clear:both;
	margin-top:-23px;
}

/* =contentWrap
---------------------------------------------------------------------
*/
#contentWrapOuter {
	width:1047px;
	margin:0 auto;
	padding-top:23px;
	background:#2E2E35 url(/_img/bg_contentWrapOuter.png) no-repeat center 23px;
}

#contentWrap {
	position:relative;
	width:974px;
	margin:0 auto;
	background:#f7f7f7 url(/_img/bg_contentWrap.gif) repeat-y right top;
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	box-shadow:0 0 5px rgba(0,0,0,.5);
}

#contentWrap:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

body#home #contentWrap {
	width:942px;
	margin-bottom:17px;
	padding:0 16px;
	background:#f7f7f7;
}

/* =content
---------------------------------------------------------------------
*/
#content {
	float:left;
	width:477px;
	padding:20px 21px 20px 0;
}

body#sermons #content,body#articles #content,body#events #content,body#blogs #content {
	width:684px;
	padding:20px 21px 20px 32px;
}

#content #spacer {
	float:right;
	width:140px;
	height:156px;
	margin:0 0 30px 40px;
}

#content img {
	float:left;
	margin:0 10px 5px 0;
	border:3px solid #7e7e7f;
}

#content img.headerImage,#sidebar img.headerImage {
	float:none;
	display:block;
	margin:0 0 15px;
	border:0;
	-moz-box-shadow:0 5px 6px rgba(0,0,0,.15);
	-webkit-box-shadow:0 5px 6px rgba(0,0,0,.15);
	box-shadow:0 5px 6px rgba(0,0,0,.15);
}

#content hr {
	display:block;
	margin-bottom:1em;
}

#content #text {
	clear:both;
}

/* =sidebar
---------------------------------------------------------------------
*/
#sidebar {
	float:right;
	width:197px;
	min-height:500px;
	padding:20px;
}

#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4,#sidebar h5,#sidebar h6,#subSidebar h1,#subSidebar h2,#subSidebar h3,#subSidebar h4,#subSidebar h5,#subSidebar h6 {
	font-size:16px;
}

#sidebar h2,#subSidebar h2 {
	font-size:14px;
}

#sidebar h3,#sidebar h4,#sidebar h5,#sidebar h6,#subSidebar h3,#subSidebar h4,#subSidebar h5,#subSidebar h6 {
	font-size:12px;
}

#sidebar p,#sidebar li,#subSidebar p,#subSidebar li {
	color:#454545;
	font-size:11px;
}

#sidebar ul,#sidebar ol,#subSidebar ul,#subSidebar ol {
	margin-left:1em;
}

#sidebar blockquote,#subSidebar blockquote {
	margin-left:1em;
}

#sidebar hr,#subSidebar hr {
	display:block;
	margin-bottom:1em;
}

#sidebar img,#subSidebar img {
	display:block;
	margin-bottom:1em;
	border:3px solid #7e7e7f;
}

/* subSidebar */
#subSidebar {
	float:left;
	width:175px;
	margin:20px 32px;
}

/* subnav */
#subSidebar #subnav {
	margin:0 0 20px -16px;
}

#subSidebar #subnav ul {
	margin-left:0;
	display: none;
}

#subSidebar #subnav li:hover ul {
    display: block;
}

#subSidebar #subnav li {
	font-size:12px;
	font-weight:700;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	list-style:none;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:.1em;
}

#subSidebar #subnav li a {
	display:block;
	padding:10px 16px 8px;
	text-decoration:none;
}

#subSidebar #subnav li li a {
	padding-left:30px;
}

#subSidebar #subnav li li li a {
	padding-left:45px;
}

#subSidebar #subnav li li li li a {
	padding-left:60px;
}

#subSidebar #subnav li.current a,#subSidebar #subnav li:hover a {
	background:#eee;
}

#subSidebar #subnav li li.current a,#subSidebar #subnav li li:hover a {
	background:#ddd;
}

#subSidebar #subnav li li li.current a,#subSidebar #subnav li li li:hover a {
	background:#ccc;
}

#subSidebar #subnav li li li li.current a,#subSidebar #subnav li li li li:hover a {
	background:#bbb;
}

/* =footer
---------------------------------------------------------------------
*/
#footer {
	padding-bottom:25px;
	border-top:27px solid #fa8072;
	background:#ffd700 url(/_img/bg_container.png) repeat-y center center;
}

#footer:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#footerInner {
	clear:both;
	width:1047px;
	margin:-15px auto 0;
	padding:7px 0 0;
	background:#ffd700;
}

#footer #newsFeed {
	width:974px;
	margin:0 36px 19px;
	background:#fff;
}

#home #footer #newsFeed {
	margin:7px 36px;
}

#footer #newsFeed:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#footer #newsFeed h3 {
	float:left;
	margin:0;
	padding:9px 10px 8px;
	background-color:#ff0;
	color:#29292e;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
	letter-spacing:.05em;
	line-height:1;
}

#footer #newsFeed ul {
	float:left;
	width:750px;
	margin:0;
}

#footer #newsFeed ul li {
	margin:0;
	width:700px;
	padding:9px 0 9px 18px;
	font-size:10px;
	font-weight:700;
	line-height:1;
	list-style:none;
}

#footer #newsFeed ul li a {
	text-decoration:none;
}

#footer #newsFeed #socialMedia {
	float:right;
}

#footer #newsFeed #socialMedia img {
	float:left;
	margin:4px 4px 0 0;
	border:0;
}

/* footer links */
.jcarousel-skin-mk008 .jcarousel-container-horizontal {
	width:976px;
	margin:0 auto;
	padding:0 17px;
	background:url(/_img/bg_footerLinks.png) no-repeat center top;
}

#home .jcarousel-skin-mk008 {
	margin:0 auto;
	height:175px;
}

.jcarousel-skin-mk008 .jcarousel-clip-horizontal {
	width:954px;
	height:136px;
	margin:0 auto;
	padding:10px 0;
}

.jcarousel-skin-mk008 .jcarousel-item {
	width:218px;
	height:138px;
}

.jcarousel-skin-mk008 .jcarousel-item-horizontal {
	margin-left:0;
	margin-right:27px;
}

.jcarousel-skin-mk008 .jcarousel-next-horizontal {
	position:absolute;
	top:55px;
	right:0;
	width:18px;
	height:47px;
	cursor:pointer;
	background:transparent url(/_img/bg_carousel_next.png) no-repeat 0 0;
}

.jcarousel-skin-mk008 .jcarousel-next-horizontal:hover {
	background-position:-18px 0;
}

.jcarousel-skin-mk008 .jcarousel-next-horizontal:active {
	background-position:-36px 0;
}

.jcarousel-skin-mk008 .jcarousel-next-disabled-horizontal,.jcarousel-skin-mk008 .jcarousel-next-disabled-horizontal:hover,.jcarousel-skin-mk008 .jcarousel-next-disabled-horizontal:active {
	cursor:default;
	background-position:-54px 0;
}

.jcarousel-skin-mk008 .jcarousel-prev-horizontal {
	position:absolute;
	top:55px;
	left:0;
	width:18px;
	height:47px;
	cursor:pointer;
	background:transparent url(/_img/bg_carousel_prev.png) no-repeat 0 0;
}

.jcarousel-skin-mk008 .jcarousel-prev-horizontal:hover {
	background-position:-18px 0;
}

.jcarousel-skin-mk008 .jcarousel-prev-horizontal:active {
	background-position:-36px 0;
}

.jcarousel-skin-mk008 .jcarousel-prev-disabled-horizontal,.jcarousel-skin-mk008 .jcarousel-prev-disabled-horizontal:hover,.jcarousel-skin-mk008 .jcarousel-prev-disabled-horizontal:active {
	cursor:default;
	background-position:-54px 0;
}

#footerLinks img {
	display:block;
	width:218px;
	height:138px;
	border:0;
}

/* colophon */
#colophon {
	width:1047px;
	margin:-15px auto 50px;
	padding-top:10px;
	background:#fa8072;
}

#colophon:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#colophon p {
	float:left;
	margin:0 19px;
	color:#afafaf;
	font-size:11px;
	line-height:1;
}

#colophon p span {
	float:left;
	padding:10px 0;
}

#colophon p.powered {
	float:right;
}

#colophon p.powered a {
	float:left;
	width:105px;
	height:27px;
	margin-left:8px;
	background:url(/_img/bg_powered.png) no-repeat;
	text-indent:-9999px;
}

#colophon p.powered a:hover {
	background-position:left bottom;
}

/* homeFeature */
#homeFeature {
	width:974px;
	margin:0 auto;
	background:#f7f7f7;
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	box-shadow:0 0 5px rgba(0,0,0,.5);
}

#homeFeature:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

/* featureArea */
#featureArea {
	float:right;
	width:472px;
	margin-top:15px;
}

#featureArea h1,#featureArea h2,#featureArea h3,#featureArea h4,#featureArea h5,#featureArea h6 {
	margin:0;
	font-size:22px;
}

#featureArea h3,#featureArea h4,#featureArea h5,#featureArea h6 {
	color:#767676;
}

#featureArea h4,#featureArea h5,#featureArea h6 {
	color:#a8a8a8;
}

#featureArea h5,#featureArea h6 {
	font-size:14px;
}

#featureArea p,#featureArea li {
	color:#a8a8a8;
	font-size:14px;
	line-height:1.75;
}

#featureArea blockquote {
	margin-left:1em;
}

#featureArea hr {
	display:block;
	margin-bottom:1em;
}

#featureArea img {
	float:left;
	margin:5px 10px 5px 0;
	border:3px solid #a8a8a8;
}

/* billboard */
#billboard {
	float:left;
	width:733px;
	height:399px;
	position:relative;
	z-index:0;
	overflow:hidden;
}

#billboard #rotator {
	width:733px;
	height:399px;
	overflow:hidden;
}

#billboard #rotatorbtns {
	position:absolute;
	z-index:1000;
	bottom:66px;
	padding:10px 5px 6px 10px;
	background:url(/_img/bg_billboard_overlay.png);
	background:rgba(0,0,0,.5);
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
}

#billboard #rotatorbtns a {
	display:block;
	float:left;
	width:10px;
	height:10px;
	margin-right:4px;
	text-indent:-9999em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #434343;
	background-color:#d5d5d5;
	outline:0;
}

#billboard #rotatorbtns a.activeSlide {
	background-color:red;
}

#billboard #rotatorbtns a:hover {
	background-color:#9E9E9E;
}

#billboard img {
	display:block;
	border:0;
}

#billboard div a {
	display:block;
	width:733px;
	height:399px;
}

#billboard .overlay {
	position:absolute;
	bottom:0;
	clear:both;
	display:block;
	width:709px;
	height:42px;
	padding:12px;
	margin:0;
	background:url(/_img/bg_billboard_overlay.png);
	background:rgba(0,0,0,.5);
	overflow:hidden;
}

#billboard .overlay h5 {
	margin-bottom:.3333em;
	color:#fff;
	font-size:16px;
	font-weight:700;
	line-height:1;
}

#billboard .overlay p {
	margin:0;
	color:#fff;
	font-size:12px;
	line-height:1.5;
}

/* homeSection */
.homeSection {
	position:relative;
	float:left;
	width:447px;
	padding:10px 20px;
/*background: url(/_img/bg_homeSection.png) repeat-x;*/
}

.homeSection hr {
	display:block;
	margin-bottom:1em;
}

.homeSection img {
	float:left;
	margin:0 10px 0 0;
	border:3px solid #7e7e7f;
}

.homeSection h2 {
	font-size:18px;
}

.homeSection h3 {
	font-weight:700;
}

.homeSection h3 a {
	text-decoration:none;
}

.homeSection h3 a:hover {
	text-decoration:underline;
}

.homeSection p.more {
	position:absolute;
	top:10px;
	right:20px;
	font-size:11px;
	font-weight:400!important;
}

.homeSection p.more a {
	text-decoration:none;
}

.homeSection p.more a:hover {
	text-decoration:underline;
}

.homeSection .blogs .post {
	border:0;
}

/* event */
.eventsWrap .events {
	float:left;
	width:270px;
}

#subSidebar .eventsWrap .events {
	width:175px;
}

.eventsWrap .event .details {
	float:left;
	width:221px;
	margin:0 0 12px 12px;
	border-bottom:1px solid #DADADA;
}

#subSidebar .eventsWrap .event .details {
	width:131px;
}

.eventsWrap .event .date {
	float:left;
	width:37px;
	text-align:center;
}

#subSidebar .eventsWrap .event .date {
	width:32px;
}

.eventsWrap .event .day {
	padding:2px 0;
	border:1px solid #ccc;
	border-bottom:0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background:#FFF;
	color:#424242;
	font-size:18px;
	font-weight:700;
}

#subSidebar .eventsWrap .event .day {
	font-size:15px;
}

.eventsWrap .event .month {
	padding:4px 0;
	background:red;
	color:#fff;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.1em;
}

#subSidebar .eventsWrap .event .month {
	padding:3px 0;
	font-size:10px;
}

.eventsWrap .event p.dateTime {
	margin-bottom:.25em;
	color:#898989;
	font-size:11px;
}

.eventsWrap .event h3 {
	color:#252525;
	font-size:16px;
	font-weight:700;
}

.eventsWrap .event h3 a {
	text-decoration:none;
}

.eventsWrap .event h3 a:hover {
	text-decoration:underline;
}

.eventsWrap .event p.summary {
	margin-bottom:.5em;
	color:#4B4B4B;
	font-size:12px;
}

/* minical */
.eventsWrap .minical {
	position:relative;
	float:right;
	margin-bottom:25px;
}

#subSidebar .eventsWrap .minical {
	float:none;
}

.eventsWrap .minical table {
	width:150px;
	margin:0;
	border:1px solid #e3e1d9;
}

.eventsWrap .minical caption {
	padding:0 0 7px 47px;
	background:url(/_img/bg_minical_caption.png) no-repeat left top;
	border:0;
	color:#555;
	font-size:15px;
	text-align:left;
	text-transform:none;
}

.eventsWrap .minical span {
	position:absolute;
	display:block;
	width:18px;
	height:18px;
	background-color:red;
	background-image:url(/_img/bg_minical_caption_span.png);
	background-repeat:no-repeat;
	text-indent:-9999em;
}

.eventsWrap .minical span.calendar-next {
	top:0;
	left:20px;
	background-position:right top;
}

.eventsWrap .minical span.calendar-prev {
	top:0;
	left:0;
	background-position:left top;
}

.eventsWrap .minical th {
	padding:0;
	border:0;
	background:#555;
	color:#fefefe;
	font-weight:700;
	line-height:20px;
	text-transform:uppercase;
	text-align:center;
}

.eventsWrap .minical td {
	width:5px;
	height:5px;
	padding:5px;
	border:1px solid #e3e1d9;
	background:#fefefe;
	color:#686868;
	text-align:center;
	vertical-align:center;
	text-align:center;
	line-height:1;
}

.eventsWrap .minical td.linked-day {
	background:red;
}

.eventsWrap .minical td.linked-day > a {
	color:#fff;
	font-weight:700;
}

.eventsWrap .minical td a {
	color:#898989;
	text-decoration:none;
}

.eventsWrap .minical td.empty {
	background-color:#fafafa;
	background-image:none;
}

#traildiv {
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	visibility:hidden;
	width:100px;
	height:100px;
	color:#FFF;
}

#traildiv ul {
	margin:0;
	padding:5px;
	padding-bottom:0;
	border:2px solid red;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#F5F5F5;
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	box-shadow:0 0 5px rgba(0,0,0,.5);
}

#traildiv li {
	margin-left:15px;
	margin-bottom:.75em;
	color:#4B4B4B;
	font-size:11px;
}

#traildiv a {
	color:#4B4B4B;
	text-decoration:none;
}

#sidebar .eventsWrap .minical {
	float:none;
	margin:0 0 20px;
}

#sidebar .eventsWrap .minical table {
	width:100%;
}

#sidebar .eventsWrap .events {
	float:none;
	width:auto;
}

#sidebar .eventsWrap .events .details {
	width:155px;
}

#sidebar .eventsWrap .event .date {
	width:30px;
}

#sidebar .eventsWrap .event .day {
	padding:2px 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:16px;
}

#sidebar .eventsWrap .event .month {
	padding:3px 0;
	font-size:10px;
}

#sidebar .eventsWrap p.more {
	position:static;
	clear:both;
	float:right;
}

/* home-sermon */
.sermons h1,.articles h1 {
	margin-bottom:.25em;
}

.sermons h2,.articles h2 {
	font-size:18px;
}

.sermons .sermon,.articles .article {
	float:left;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #DADADA;
}

.sermons h2,.articles h2 {
	margin-bottom:.25em;
}

.sermons h2 a,.articles h2 a {
	text-decoration:none;
}

.sermons h2 a:hover,.articles h2 a:hover {
	text-decoration:underline;
}

.sermons h3,.articles h3 {
	margin-bottom:.25em;
	color:#252525;
	font-size:16px;
	font-weight:700;
}

.sermons h3 a,.articles h3 a {
	text-decoration:none;
}

.sermons h3 a:hover,.articles h3 a:hover {
	text-decoration:underline;
}

.sermons .details,.articles .details {
	float:left;
	width:279px;
}

body#sermons .sermons .details,body#articles .articles .details {
	width:516px;
}

#sidebar .sermons .details,#sidebar .articles .details {
	width:197px!important;
}

#subSidebar .sermons .details,#subSidebar .articles .details {
	float:none;
	width:175px;
}

.sermons .media,.articles .media {
	float:right;
	width:158px;
	margin-left:10px;
}

#sidebar .sermons .media,#sidebar .articles .media,#subSidebar .sermons .media,#subSidebar .articles .media {
	float:none;
	width:auto;
	margin:0 0 10px;
}

.sermons .media img,.articles .media img {
	float:none;
	display:block;
	margin:0;
}

#sidebar .sermons .media img,#sidebar .articles .media img,#subSidebar .sermons .media img,#subSidebar .articles .media img {
	display:none;
}

.sermons ul.byline,.articles ul.byline {
	margin:0 0 .5em 1em;
}

#sidebar .sermons ul.byline,#sidebar .articles ul.byline,#subSidebar .sermons ul.byline,#subSidebar .articles ul.byline {
	margin-left:1em;
}

.sermons ul.byline li,.articles ul.byline li {
	color:#898989;
	font-size:11px;
}

.sermons .media ul,.articles .media ul {
	clear:left;
	margin:0;
	list-style:none;
}

#sidebar .sermons .media ul,#sidebar .articles .media ul,#subSidebar .sermons .media ul,#subSidebar .articles .media ul {
	margin:0;
}

.sermons .media ul li,.articles .media ul li {
	border-bottom:2px solid #DADADA;
}

.sermons .media ul a,.articles .media ul a {
	display:block;
	padding:3px 10px;
	text-decoration:none;
}

#sidebar .sermons .media ul a,#sidebar .articles .media ul a,#subSidebar .sermons .media ul a,#subSidebar .articles .media ul a {
	padding-left:16px;
}

.sermons .media ul a:hover,.articles .media ul a:hover {
	background:#DADADA;
}

.sermons p.summary,.articles p.summary {
	clear:left;
}

.sermons #sermonList p.summary,.articles #articleList p.summary,.blogs #postList p.summary {
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
}

.sermons #sermonList div.description,.articles #articleList div.description {
	margin-bottom:12px;
	border-bottom:1px solid #DADADA;
}

/* pagination */
.sermons #pagination,.articles #pagination {
	clear:both;
	padding:10px;
	background-color:#f1f1f1;
}

.sermons #pagination a,.articles #pagination a {
	padding:5px 8px;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#555;
	margin-right:3px;
}

.sermons #pagination a:hover,.articles #pagination a:hover {
	background-color:red;
	color:#fff;
}

.sermons #pagination a#current,.articles #pagination a#current {
	background-color:red;
	color:#fffeff;
}

.sermons #pagination a#off,.articles #pagination a#off {
	color:#ccc;
}

.sermons #pagination a#off:hover,.articles #pagination a#off:hover {
	background-color:transparent;
	color:#ccc;
}

.sermons #pagination a#next,.articles #pagination a#next {
}

.sermons #pagination a#previous,.articles #pagination a#previous {
}

/* calendar */
#content #calendarWrap {
	position:relative;
}

#content table.calendar {
	margin:0;
	border:1px solid #e3e1d9;
}

#content table.calendar caption {
	height:32px;
	padding:0 0 0 55px;
	border:0;
	background:url(/_img/bg_calendar_caption.png) no-repeat;
	color:green;
	font-size:20px;
	text-align:left;
	text-transform:none;
}

#content table.calendar caption span {
	position:absolute;
	top:0;
	width:20px;
	background-color:red;
	background-repeat:no-repeat;
	color:blue;
	text-indent:-9999px;
}

#content table.calendar caption span.calendar-prev {
	left:0;
	background-image:url(/_img/bg_calendar_prev.png);
}

#content table.calendar caption span.calendar-next {
	left:25px;
	background-image:url(/_img/bg_calendar_next.png);
}

#content table.calendar th {
	padding:4px 0;
	background:#555;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}

#content table.calendar td {
	width:73px;
	height:80px;
	padding:4px;
	border:1px solid #e3e1d9;
	background:#fff;
	vertical-align:top;
	line-height:1;
}

#content table.calendar td.empty {
	background:#fafafa;
}

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

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

#content table.calendar td ul {
	margin:5px 0 0 5px;
	list-style:none;
}

#content table.calendar td li {
	margin-bottom:.75em;
	font-size:11px;
	line-height:1.25;
}

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

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

#content p.summary {
	width:472px;
	padding-top:.75em;
	padding-bottom:.75em;
	border-top:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
	font-size:16px;
}

#content p#calendarImport {
	padding-left:20px;
	background:url(/_img/bg_calendarImport.png) no-repeat left center;
}

#content .eventDetails {
	width:510px;
}

#content .eventDetails th {
	padding-right:5px;
	border:0;
	vertical-align:top;
}

#content .dayEvent {
	clear:left;
	margin-bottom:15px;
	padding-top:15px;
	border-top:1px solid #DADADA;
}

#content .dayEvent a.more {
	margin-left:10px;
	padding:2px 6px;
	border:1px solid #CBCBCB;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#E6E6E6;
	font-size:11px;
	font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;
	white-space:nowrap;
}

#content .dayEvent a.more:hover {
	background:#CBCBCB;
}

#homeBoxes {
	float:right;
	padding-top:16px;
}

#homeBoxes .homeBox {
	padding:1px;
	background:#D2D2D2;
/* old browsers */
	background:-moz-linear-gradient(top,#D2D2D2 0%,#B8B8B8 100%);
/* firefox */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#D2D2D2),color-stop(100%,#B8B8B8));
/* webkit */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D2D2',endColorstr='#B8B8B8',GradientType=0);
/* ie */
	margin:0 0 16px;
}

#homeBoxes .homeBox:hover {
	background:#727272;
}

#homeBoxes .homeBox a {
	display:block;
	width:191px;
	height:115px;
	background-image:url(/_img/bg_homeBox.png);
	background-color:#898989;
	text-decoration:none;
}

#homeBoxes .homeBox a:hover {
	background-color:green;
}

#homeBoxes .homeBox h3 {
	margin:5px 0 5px 8px;
	color:#FFF;
	font-size:30px;
	font-style:italic;
}

#homeBoxes .homeBox p {
	margin:0 8px;
	color:#434343;
	font-size:15px;
	font-weight:700;
	font-family:"Arial Narrow",Arial,Helvetica,Verdana,Tahoma,sans-serif;
	line-height:1.25;
}

#homeBoxes .homeBox img {
	display:block;
	width:191px;
	height:115px;
	border:0;
}

/* blogs */
.blogs .post {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #DDD;
}

.blogs .post:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#content .blogs .img {
	float:left;
}

#content .blogs .img img {
	float:none;
	display:block;
	margin:0 15px 15px 0;
	border:0;
	-moz-box-shadow:0 5px 6px rgba(0,0,0,.15);
	-webkit-box-shadow:0 5px 6px rgba(0,0,0,.15);
	box-shadow:0 5px 6px rgba(0,0,0,.15);
}

.blogs h1 {
	margin-bottom:.25em;
}

.blogs h2 {
	float:left;
	width:500px;
	margin-bottom:.25em;
}

.blogs h2 a {
	color:green;
	text-decoration:none;
}

.blogs h2 a:hover {
	text-decoration:underline;
}

a.blog-comment-number {
	float:right;
	width:37px;
	height:24px;
	padding-top:7px;
	background-color:red;
	background-image:url(/_img/bg_blog-comment-number.png);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:11px;
	font-weight:700;
	text-decoration:none;
	text-align:center;
}

.blogs p.meta,.blogs p.tags {
	font-size:11px;
	color:#AAA;
}

.blogs p.meta {
	clear:both;
}

.blogs .detail p.meta {
	clear:none;
}

.blogs p.tags {
	float:right;
}

.blogs #postList p.summary {
	width:auto;
	margin-bottom:.5em;
}

.blogs #postList p.summary img,.blogs .post p.summary img {
	float:right;
	width:150px;
	margin:0 0 15px 10px;
	border:0;
	-moz-box-shadow:0 5px 6px rgba(0,0,0,.15);
	-webkit-box-shadow:0 5px 6px rgba(0,0,0,.15);
	box-shadow:0 5px 6px rgba(0,0,0,.15);
}

.blogs div.content {
	clear:both;
}

.blogs p.more {
	float:left;
	font-weight:700;
}

.blogs p.more a,.blogs p.tags a {
	text-decoration:none;
}

.blogs p.more a:hover,.blogs p.tags a:hover {
	text-decoration:underline;
}

.comment {
	clear:left;
	margin-bottom:15px;
	border-bottom:1px solid #DDD;
}

.comment:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#content .comment .commenter-thumb {
	float:left;
	width:46px;
	height:46px;
}

#content .comment .commenter-thumb img {
	float:none;
	display:block;
	width:36px;
	margin:0 10px 0 0;
	border:0;
	-moz-box-shadow:0 5px 6px rgba(0,0,0,.15);
	-webkit-box-shadow:0 5px 6px rgba(0,0,0,.15);
	box-shadow:0 5px 6px rgba(0,0,0,.15);
}

#content .comment .comment-details {
	float:left;
	width:638px;
}

#content .comment .comment-meta p {
	margin-top:5px;
	color:#AAA;
	font-size:11px;
}

#content .comment .comment-meta span {
	color:green;
	margin-right:5px;
	font-size:14px;
	font-weight:700;
}

#content #comments p.login-link {
	font-size:11px;
}

#content #comments form {
	clear:left;
	margin-left:46px;
}

#content #comments form label {
	display:block;
	margin-bottom:.5em;
	color:#363636;
	font-size:14px;
	font-weight:700;
}

#content #comments form p.commentName input {
	width:366px;
	padding:3px;
	border:1px solid #999;
	color:#363636;
	font-size:12px;
	font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
}

#content #comments form textarea {
	width:400px;
	padding:5px;
	margin-bottom:6px;
	border:1px solid #999;
	color:#363636;
	font-size:12px;
	font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
}

#sidebar p.blog-rss a {
	display:block;
	padding:0 0 0 20px;
	background:url(/_img/feed.png) no-repeat;
}

/* monkForm */
.monkForm div {
	margin-bottom:12px;
}

.monkForm fieldset {
	border:0;
}

.monkForm p.data {
	margin-bottom:0;
}

.monkForm p.description {
	font-size:11px;
	opacity:.75;
}

.monkForm legend {
	margin-bottom:.75em;
	color:green;
	font-size:20px;
	font-weight:400;
	font-family:Georgia,Times,"Times New Roman",serif;
	line-height:1.25;
}

.monkForm label,.monkForm div legend {
	display:block;
	margin-bottom:.25em;
	color:#363636;
	font-size:12px;
	font-weight:700;
	font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
}

.monkForm .radio label,.monkForm .checkbox label {
	display:inline;
	margin-left:5px;
	font-size:12px;
	font-weight:400;
}

.monkForm div.text input {
	width:300px;
	padding:2px;
	color:#363636;
	font-size:12px;
	font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
}

.monkForm select {
	width:300px;
}

.monkForm textarea {
	width:300px;
	padding:2px;
	color:#363636;
	font-size:12px;
	font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
}

.monkForm div.captcha {
	margin-bottom:10px;
}

.monkForm div.captcha:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.monkForm div.captcha input {
	width:150px;
	padding:2px;
	color:#363636;
	font-size:12px;
	font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
}

.monkForm p.errorSummary {
	color:red;
	font-weight:700;
	font-style:italic;
}

.monkForm p.error {
	margin-bottom:0;
	color:red;
	font-size:11px;
}

/* gallery */
#galleries {
	position:relative;
}

#galleries p {
	color:#555;
	font-size:13px;
	line-height:1.5;
}

#galleries a {
	color:#1594AA;
}

#galleries .gallery {
	position:relative;
	float:left;
	width:469px;
	height:160px;
	margin-bottom:48px;
	border:4px solid #000;
	background-color:#333;
	overflow:hidden;
}

#galleries .gallery a {
	display:block;
}

#galleries .gallery img {
	float:none;
	display:block;
	width:469px;
	margin:0;
	padding:0;
	border:0;
}

#galleries .gallery p.title {
	position:absolute;
	bottom:0;
	display:block;
	width:469px;
	margin-bottom:0;
	border-top:1px solid #313131;
	background-color:#333;
}

#galleries .gallery p.title a {
	padding:5px;
	color:#ccc;
	text-decoration:none;
}

#galleries .gallery p.title a:hover {
	background-color:transparent;
	text-decoration:none;
	color:#fff;
}

#galleries .photo {
	position:relative;
	float:left;
	width:228px;
	height:120px;
	margin-right:21px;
	margin-bottom:21px;
	background:#222;
	overflow:hidden;
}

#galleries .photo.end {
	margin-right:0;
}

#galleries .photo a {
	display:block;
}

#galleries .photo img {
	float:none;
	display:block;
	width:228px;
	margin:0;
	padding:0;
	border:0;
}

#galleries .photo p.title {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:218px;
	margin-bottom:0;
	padding:5px;
	background-color:#333;
	color:#ccc;
}

/* widget */
#sidebar .widget {
	float:left;
	width:197px;
	margin-bottom:50px;
}

#sidebar .widget .post h3 {
	margin-bottom:.5em;
}

#sidebar .widget .post p.meta {
	clear:none;
}

#sidebar .widget .post p.summary img {
	display:none;
}

/* color box */
#colorbox,#cboxOverlay,#cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
	font-size:10px;
}

#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
}

#cboxMiddleLeft,#cboxBottomLeft {
	clear:left;
}

#cboxContent {
	position:relative;
	margin-top:20px;
}

#cboxLoadedContent {
	overflow:auto;
	background:#fff;
	padding:5px;
}

#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}

#cboxTitle {
	position:absolute;
	top:-20px;
	left:0;
	margin:0;
	color:#ccc;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
	cursor:pointer;
}

#cboxCurrent {
	position:absolute;
	top:-20px;
	right:0;
	color:#ccc;
}

#cboxSlideshow {
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff;
}

#cboxPrevious {
	position:absolute;
	top:50%;
	left:5px;
	margin-top:-32px;
	background:url(/_img/cb_controls.png) no-repeat top left;
	width:28px;
	height:65px;
	text-indent:-9999px;
}

#cboxPrevious.hover {
	background-position:bottom left;
}

#cboxNext {
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-32px;
	background:url(/_img/cb_controls.png) no-repeat top right;
	width:28px;
	height:65px;
	text-indent:-9999px;
}

#cboxNext.hover {
	background-position:bottom right;
}

#cboxLoadingOverlay {
	background:#000;
}

#cboxLoadingGraphic {
	background:url(/_img/cb_loading.gif) no-repeat center center;
}

#cboxClose {
	position:absolute;
	top:0;
	right:5px;
	display:block;
	background:url(/_img/cb_controls.png) no-repeat top center;
	width:38px;
	height:19px;
	text-indent:-9999px;
}

#cboxClose.hover {
	background-position:bottom center;
}

/* orderHistory */
table#orderHistoryList tr td {
	padding-bottom:20px;
}

table#orderHistoryList tr.even {
	background:#E9E9E9;
	border-top:1px solid #D4D4D4;
}

table#orderHistoryList tr.even td {
	padding:3px;
}