/*

  Site: MK016

  Change Log:


*/

@import url(content.css);
* {
	margin: 0;
	padding: 0;
}
body {
	border-top: 3px solid red;
	background-color: cyan;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1;
}
hr {
	display: none;
}
#skip {
	position: absolute;
	left: -9999px;
}
a {
	overflow: hidden;
}
a img {
	border:0;
}
/* =header
---------------------------------------------------------------------
*/

#header {
	margin-bottom: 5px;
	background-color: yellow;
	background-image: url(/_img/bg_header.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#headerInner {
	position: relative;
	z-index: 1000;
	width: 1040px;
	height: 158px;
	margin: 0 auto;
}
/*
#header h1{
  float: left;
  width: 401px;
  height: 158px;
  margin: 0;
  background: url(/_img/logo.png) no-repeat center center;
  text-indent: -9999px;
  line-height: 1;
}

#header h1 a{
  display: block;
  width: 401px;
  height: 158px;
}
*/

#header h1 {
	float: left;
	margin: 0;
}
#header h1 img {
	display: block;
	border: 0;
}
/* Search
-------------------------------------------------------------------
 */

form#searchForm {
	float: right;
	margin: 10px 17px 0 0;
	padding: 6px 12px 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 2px 9px #ccc;
	box-shadow: 0px 1px 4px #ccc;
	background: #fff;
	behavior: url(/_inc/PIE.htc);
}
form#searchForm.wkShadow {
	-webkit-box-shadow: 0px 1px 4px #ccc;
}
form#searchForm input#search_term {
	float: left;
	width: 162px;
	margin-right: 5px;
	padding: 3px 0;
	border: 0;
	color: #424242;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
form#searchForm a#search_go {
	float: left;
	width: 16px;
	height: 20px;
	margin-top: 1px;
	background-color: red;
	background-image: url(/_img/bg_search_go.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/* =nav
---------------------------------------------------------------------
*/


#nav {
	position: absolute;
	right: 0;
	bottom: 28px;
	margin: 0;
	padding-left: 1px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0;
	padding-right: 1px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: 'Karla', Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 1px #ddd;
	font-size: 18px;
	line-height: 1;
}
#nav li a {
	display: block;
	padding: 8px 17px 8px;
	text-decoration: none;
	color: fuchsia;
}
#nav li a:hover {
	color: #444;
	background-color: rgba(255, 255, 255, .7);
}
#nav li.current a {
	color: #777;
}
#nav li ul {
	position: absolute;
	left: -9999px;
	z-index: 999;
	width: 168px;
	margin: 0px;
	padding: 0px;
	background: yellow;
	border-top: 1px solid rgb(11, 11, 11);
	list-style: none;
	line-height: 1;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	display: inline;
}
#nav li li {
	margin: 0;
	font-size: 14px;
	background-color: rgba(255, 255, 255, .7);
	line-height: 1.5;
}
#nav li li a {
	width: 132px;
	padding: 13px 18px 14px !important;
	color: #d28b59;
}
#nav li:hover li a, #nav li.current li a {
	color: fuchsia;
}
#nav li li a:hover {
	background: rgba(255, 255, 255, .7);
	color: red;
}
#nav li ul ul {
	display: none !important;
}
/* =container
---------------------------------------------------------------------
*/

#container {
	position: relative;
	z-index: 100;
	clear: both;
	width: 1002px;
	margin: 0 auto 18px;
	padding: 18px;
	background-color: transparent;
}
body#home #container {
	background-image: none;
	background-color: transparent;
	margin-bottom: 0;
}
/* =contentWrap
---------------------------------------------------------------------
*/

#contentWrap {
	clear: both;
	position: relative;
	z-index: 99;
	width: 1002px;
	/* background: url(/_img/bg_contentWrap.png) repeat-y; */
	margin: 20px auto 0px auto;
}
#contentWrap:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
body#home #contentWrap {
	background: none;
}
/* =content
---------------------------------------------------------------------
*/

#content {
	float: right;
	width: 696px;
	min-height: 300px;
	padding: 25px 35px 20px 35px;
	background-color: rgba(255, 255, 255, .95);
	-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);
	behavior: url(/_inc/PIE.htc);
}
#content img {
	float: left;
	margin: 0 10px 5px 0;/*border: 3px solid #7e7e7f;*/
}
#content img.headerImage {
	float: none;
	display: block;
	margin: -10px 0px 15px -20px;
	width: 737px;
	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);
	behavior: url(/_inc/PIE.htc);
}
#content hr {
	display: block;
	margin-bottom: 1em;
}
#content #text {
	clear: both;
}
/* =sidebar
---------------------------------------------------------------------
*/

#sidebar {
	float: right;
	width: 229px;
	margin: 10px 5px 0px 0px;
	background-color: rgba(237, 237, 237, .9);
	-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);
	behavior: url(/_inc/PIE.htc);
}
#sidebar.hasHeaderImage {
	margin-top: 184px;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	font-size: 16px;
}
#sidebar h2 {
	font-size: 16px;
}
#sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	font-size: 12px;
}
#sidebar p, #sidebar li {
	font-size: 11px;
}
#sidebar ul, #sidebar ol {
	margin-left: 1em;
}
#sidebar blockquote {
	margin-left: 1em;
}
#sidebar hr {
	display: block;
	margin-bottom: 1em;
}
#sidebar img {
	display: block;
	margin-bottom: 1em;
	border: 3px solid #7e7e7f;
}
#sidebar img.blogImage {
	width: 225px;
	margin: 0 -12px 1em;
	border: 0;
}
/* subnav */

#sidebar #subnav {
	margin: 0 0 12px;/* background: #eaeaea; */
}
#sidebar #subnav ul {
	margin-left: 0;
}
#sidebar #subnav li {
	font-size: 18px;
	list-style: none;
	line-height: 1;
}
#sidebar #subnav li a {
	display: block;
	padding: 9px 15px;
	background-color: rgba(8, 8, 8, 0.65);
	text-decoration: none;
}
#sidebar #subnav li li {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
#sidebar #subnav li li a {
	padding: 12px 0 14px 30px;
	background: none;
	background: url(/_img/bg_subnav_li_li_a.png) no-repeat center bottom;
	color: red;
}
#sidebar #subnav li li li a {
	background-color: rgba(8, 8, 8, 0.07);
	margin: 0px 15px 0px 15px;
	background: url(/_img/bg_subnav_li_li_a.png) no-repeat center bottom;
	line-height: 1.2;
}
#sidebar #subnav li li li li a {
	padding-left: 60px;
}
#sidebar #subnav li li a:hover, #sidebar #subnav li li.current > a {
	color: green;
}
/* =footer
---------------------------------------------------------------------
*/

#footer {
	overflow: hidden;
	/*  height: 200px;*/
  margin-top: 0;
	padding-bottom: 100px;
	background-color: purple;
	background-image: url(/_img/pattern-4-squares.png);
	background-position: center center;
}
#footerInner {
	background: none;
}
#colophon {
	clear: both;
	width: 1002px;
	margin: 0 auto;
	padding: 30px 0 100px;
}
#footer p {
	float: left;
	margin: 0 15px;
	color: #afafaf;
	font-size: 11px;
	line-height: 1;
}
#footer p span {
	float: left;
	padding: 10px 0;
}
#footer p.powered {
	float: right;
}
#footer p.powered a {
	float: left;
	width: 105px;
	height: 27px;
	margin-left: 8px;
	background: url(/_img/bg_powered.png) no-repeat;
	text-indent: -9999px;
}
#footer p.powered a:hover {
	background-position: left bottom;
}
/* newsFeed
-----------------------------------------------------------
*/

#newsFeed {
	position: absolute;
	top: 347px;
	bottom: 0px;
	clear: both;
	display: block;
	margin: 0;
	background: rgba(217, 186, 121, 0.65);
	-pie-background: rgba(217, 186, 121, 0.65); /*PIE*/
	width: 1002px;
	z-index: 999;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-radius: 0px 0px 10px 10px; /* PIE */
	behavior: url(/_inc/PIE.htc);
}
#newsFeed:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#newsFeed .title {
	float: left;
	margin: 0;
	padding: 13px 22px 9px;
	height: 19px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgba(217, 186, 121, .7);
	-pie-background: rgba(217, 186, 121, 0.7); /*PIE*/
	border-radius: 0px 0px 0px 10px; /* PIE */
	behavior: url(/_inc/PIE.htc);
}
#newsFeed .title h3 {
	color: #444;
	font-family: 'Karla', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
#newsFeed ul {
	float: left;
	width: 700px;
	margin: 0;
}
#newsFeed ul li {
	margin: 0;
	width: 650px;
	padding: 14px 0 14px 18px;
	font-family: 'Karla', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	list-style: none;
	-pie-background: rgba(217, 186, 121, 0.0); /*PIE*/
	behavior: url(/_inc/PIE.htc);
}
#newsFeed ul li a {
	text-decoration: none;
	color: #ffffff !important;
}
#newsFeed #socialMedia {
	float: right;
	margin-right: 10px;
	padding: 5px 0 0 0;
}
#newsFeed #socialMedia img {
	float: left;
	margin: 5px 4px 0 0;
	border: none;
}
/* billboard */

#billboard {
	position: relative;
	z-index: 0;
	width: 1002px;
	height: 387px;
	margin: 0 auto;
	background: none;
	overflow: hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-radius: 10px 10px 10px 10px; /* PIE */
	behavior: url(/_inc/PIE.htc);
}
#billboard #rotator {
	width: 1002px;
	height: 387px;
	overflow: hidden;
}
#billboard .rotatorbtns {
	position:absolute;
	display:block;
	z-index:250;
	background:url(/_img/rotator_next_prev-btns.png) no-repeat;
	width:37px;
	height:50px;
	text-indent:-9999em;
	cursor:pointer;
}
#billboard #next {
	background-position:top right;
	top:165px;
	right:20px;
}
#billboard #prev {
	background-position:top left;
	top:165px;
	left:20px;
}
#billboard #rotatorbtns a.activeSlide {
	background-color: red;
}
#billboard #rotatorbtns a:hover {
	background-color: #9E9E9E;
}
#billboard img {
	display: block;
	border: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-radius: 10px 10px 10px 10px; /* PIE */
	behavior: url(/_inc/PIE.htc);
}
/*#billboard div a {
	width: 1002px;
	height: 387px;
	display: block;
} */
#billboard .newsFeed div a {
	width: 1002px;
	height: 387px;
	display: block;
}
#billboard .overlay {
	position: absolute;
	bottom: 0px;
	clear: both;
	display: block;
	width: 958px;
	height: 59px;
	padding: 12px 22px 0;
	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: 18px;
	font-weight: bold;
	line-height: 1;
}
#billboard .overlay p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
/* homeSection */

.homeSection {
	position: relative;
	float: left;
	width: 322px;
	padding: 0 9px;
}
.homeSection hr {
	display: block;
	margin-bottom: 1em;
}
.homeSection img {
	/*  float: left;
  margin: 0 10px 0 0;
  border: 3px solid #7e7e7f;
*/
  max-width: 322px;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.homeSection h2 {
	height: 28px;
	margin: 0 -20px 15px;
	padding: 9px 20px 0;
	font-size: 16px;
	background: url(/_img/bg_homeSection_h2.png) center bottom no-repeat;
	color: #ffffff;
	line-height: 1;
}
#hsLeft.homeSection h2 {
	background-color: green;
}
#hsCenter.homeSection h2 {
	background-color: red;
}
#hsRight.homeSection h2 {
	background-color: blue;
}
#hsLeft {
	padding-left:0;
}
#hsRight {
	padding-right:0;
}
.homeSection p.more {
	font-size: 11px;
	text-align: right;
}
.homeSection p.more a {
	text-decoration: none;
}
.homeSection p.more a:hover {
	text-decoration: underline;
}
/* widget */

#sidebar .widget {
	float: left;
	clear: both;
	width: 201px;
	padding: 0 14px 10px;
	border-top: 10px solid;
	border-color: rgba(8, 8, 8, 0.65);
}
#sidebar .widget h2 {
	margin: 15px 0px 15px;
	/* padding: 4px 10px 5px; */
	/* background: green url(/_img/bg_homeSection_h2.png) center center no-repeat; */
	color: #f1f1f1;
}
.widget h3 {
	margin-bottom: .25em;
	color: #252525;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.widget h3 a {
	text-decoration: none;
}
.widget h3 a:hover {
	text-decoration: underline;
}
.widget .post h3 {
	float: left;
	width: 250px;
}
#sidebar .widget .post h3 {
	width: 150px;
}
.widget .post a.blog-comment-number {
	float: right;
}
.widget .blogs p.meta {
	color: #898989;
}
.widget .blogs .post {
	border: 0;
}
.widget .blogs p.more {
	float: none;
	font-weight: normal;
}
.widget .sermons .details, .widget .articles .details {
	width: 270px;
}
#sidebar .widget .sermons .details, #sidebar .widget .articles .details {
	float: none;
	width: auto;
}
.widget .sermons .media img, .widget .articles .media img {
	display: none;
}
.widget .sermons .media, .widget .articles .media {
	width: 16px;
	margin: 20px 0 0;
}
.widget .sermons .media li, .widget .articles .media li {
	margin-bottom: 5px;
	border: 0;
	text-indent: -9999px;
}
#sidebar .widget .sermons .media li, #sidebar .widget .articles .media li {
	margin-bottom: 0;
	text-indent: 0;
	line-height: 1;
}
.widget .sermons .media li a, .widget .articles .media li a {
	width: 16px;
	height: 16px;
	padding: 0;
}
#sidebar .widget .sermons .media li a, #sidebar .widget .articles .media li a {
	width: auto;
	height: auto;
	padding: 6px 0 7px 25px;
	background-position: 4px center;
}
#sidebar .widget .sermons .media li a:hover, #sidebar .widget .articles .media li a:hover {
	background-color: #D2D2D2;
}
.widget .sermons .media li.listen a, .widget .articles .media li.listen a {
	background: url(/_img/icon_listen.png) no-repeat;
}
.widget .sermons .media li.download a, .widget .articles .media li.download a {
	background: url(/_img/icon_download.png) no-repeat;
}
.widget .sermons .media li.video a, .widget .articles .media li.video a {
	background: url(/_img/icon_video.png) no-repeat;
}
.widget .sermons .media li.notes a, .widget .articles .media li.notes a {
	background: url(/_img/icon_notes.png) no-repeat;
}
/* event */

.event {
	float: left;
	margin-bottom: 15px;
}
.event .details {
	float: left;
	width: 241px;
	margin: 0 0 12px 10px;
}
.event .date {
	float: left;
	width: 36px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	text-align: center;
}
.event .month {
	padding: 3px 0;
	background: red;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.event .day {
	padding: 0px 0 3px;
	/*  border: 1px solid #ccc;
  border-top: 0;*/
  -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #FFF;
	color: #424242;
	font-size: 17px;
	font-weight: bold;
}
.event p.dateTime {
	margin-bottom: .25em;
	color: #898989;
	font-size: 11px;
}
/* minical */

.minical {
	position: relative;/*float: right;*/
}
.minical table {
	/*width: 150px;*/
  border: 1px solid #e3e1d9;
}
.minical caption {
	padding: 0 0 7px 47px;
	background: url(/_img/bg_minical_caption.png) no-repeat left top;
	border: 0;
	color: #555555;
	font-size: 15px;
	text-align: left;
	text-transform: none;
}
.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;
}
.minical span.calendar-next {
	top: 0;
	left: 20px;
	background-position: right top;
}
.minical span.calendar-prev {
	top: 0;
	left: 0px;
	background-position: left top;
}
.minical th {
	padding: 0;
	border: 0;
	background: #555555;
	color: #fefefe;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}
.minical td {
	padding: 0;
	border: 1px solid #e3e1d9;
	text-align: center;
	background: #fefefe;
	color: #686868;
	vertical-align: center;
	padding: 0;
	height: 40px;
	line-height: 1;
}
.minical td.linked-day {
	background: red;
}
.minical td.linked-day > a {
	color: #ffffff;
	font-weight: bold;
}
.minical td a {
	color: #898989;
	text-decoration: none;
}
.minical td.empty {
	background-color: #fafafa;
	background-image: none;
}
#traildiv {
	position: absolute;
	top: 0px;
	left: 0px;
	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: #E5E5E5;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-moz-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 .minical {
	float: none;
	margin: 0 -4px;
}
#sidebar .minical table {
	width: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
#sidebar .minical caption {
	padding-left: 50px;
	background-position: 3px top;
}
#sidebar .minical span.calendar-next {
	left: 23px;
}
#sidebar .minical span.calendar-prev {
	left: 3px;
}
#sidebar .minical td {
	height: 30px;
	border-top: 0;
	border-right: 0;
	border-color: #fbfbfb;
	background: #E5E5E5;
}
#sidebar .minical td.linked-day > a {
	color: #686868;
}
#sidebar .events {
	float: none;
	width: auto;
}
#sidebar .events .details {
	width: 155px;
}
#sidebar .event .date {
	width: 30px;
}
#sidebar .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 .event .month {
	padding: 3px 0;
	font-size: 10px;
}
#sidebar 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;
}
.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: 290px;
}
body#sermons .sermons .details, body#articles .articles .details {
	width: 526px;
}
.sermons .media, .articles .media {
	float: right;
	width: 158px;
	margin-left: 10px;
}
#sidebar .sermons .media, #sidebar .articles .media {
	float: none;
	width: auto;
	margin: 0 0 10px 0;
}
.sermons .media img, .articles .media img {
	float: none;
	display: block;
	margin: 0;
}
#sidebar .sermons .media img, #sidebar .articles .media img {
	display: none;
}
.sermons ul.byline, .articles ul.byline {
	margin: 0 0 .5em 1em;
}
#sidebar .sermons ul.byline, #sidebar .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 {
	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 {
	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;
}
/* calendar */

#content #calendarWrap {
	position: relative;
}
#content table.calendar {
	margin: 0;
	border: 1px solid #e3e1d9;
}
#content table.calendar caption {
	margin-bottom: .5em;
	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: 0px;
	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: #555555;
	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: 510px;
	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;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}
#content .dayEvent a.more:hover {
	background: #CBCBCB;
}
/* blogs */

.blogs .post {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.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: 475px;
	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: 33px;
	height: 18px;
	padding-top: 6px;
	/* background-image: url(/_img/bg_blog-comment-number-content.png); */
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
	overflow: visible;
	background: #F3961C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/_inc/PIE.htc);
}
a.blog-comment-number:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 11px;
	top: 24px;
	border: 3px solid;
	border-color: #777 transparent transparent #777;
	behavior: url(/_inc/PIE.htc);
}
#sidebar a.blog-comment-number {
	float: right;
	width: 35px;
	height: 17px;
	margin-bottom: 5px;
	padding-top: 6px;
	/* background-image: url(/_img/bg_blog-comment-number-content.png); */
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
	overflow: visible;
	background: #F3961C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/_inc/PIE.htc);
}
#sidebar a.blog-comment-number:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 13px;
	top: 23px;
	border: 3px solid;
	border-color: #777 transparent transparent #777;
	behavior: url(/_inc/PIE.htc);
}
.blogs p.meta, .blogs p.tags {
	font-size: 11px;
	color: #424242;
}
.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 {
	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: bold;
}
.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 #DDDDDD;
}
.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: #AAAAAA;
	font-size: 11px;
}
#content .comment .comment-meta span {
	color: green;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
}
#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: #616161;
	font-size: 14px;
	font-weight: bold;
}
#content #comments form p.commentName input {
	width: 360px;
	padding: 3px;
	border: 1px solid #999;
	color: #616161;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#content #comments form textarea {
	width: 400px;
	padding: 5px;
	margin-bottom: 6px;
	border: 1px solid #999;
	color: #616161;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#sidebar p.blog-rss {
	line-height: 1.333;
}
#sidebar p.blog-rss a {
	display: block;
	padding: 0 0 2px 20px;
	background: url(/_img/feed.png) no-repeat;
}
/* monkForm */

.monkForm div {
	margin-bottom: 12px;
}
.monkForm p.data {
	margin-bottom: 0;
}
.monkForm p.description {
	font-size: 11px;
	opacity: .75;
}
.monkForm legend {
	color: #363636;
}
.monkForm label, .monkForm div legend {
	color: #363636;
	font-size: 13px;
	font-weight: bold;
}
.monkForm .radio label, .monkForm .checkbox label {
	font-size: 12px;
	font-weight: normal;
}
.monkForm div.text input {
	width: 300px;
	padding: 2px;
	color: #363636;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.monkForm select {
	width: 300px;
}
.monkForm textarea {
	width: 300px;
	padding: 2px;
	color: #363636;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.monkForm div.captcha {
	margin-bottom: 10px;
}
.monkForm div.captcha:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* gallery */

#galleries {
	position: relative;
}
#galleries p {
	color: #555555;
	font-size: 13px;
	line-height: 1.5;
}
#galleries a {
	color:#1594AA;
}
#galleries .gallery {
	position: relative;
	float: left;
	width: 320px;
	height: 160px;
	margin-right: 40px;
	margin-bottom: 40px;
	border: 4px solid #000;
	background-color: #333;
	overflow: hidden;
}
#galleries .gallery.end {
	margin-right: 0px;
}
#galleries .gallery a {
	display: block;
}
#galleries .gallery img {
	float: none;
	display: block;
	width: 320px;
	margin: 0;
	padding: 0;
	border: 0;
}
#galleries .gallery p.title {
	position: absolute;
	bottom: 0;
	display: block;
	width: 320px;
	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: 200px;
	height: 120px;
	margin-right: 48px;
	margin-bottom: 48px;
	background: #222;
	overflow: hidden;
}
#galleries .photo.end {
	margin-right: 0px;
}
#galleries .photo a {
	display: block;
}
#galleries .photo img {
	float: none;
	display: block;
	width: 200px;
	margin: 0;
	padding: 0;
	border: 0;
}
#galleries .photo p.title {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	width: 190px;
	margin-bottom: 0px;
	padding: 5px;
	background-color: #333;
	color: #ccc;
}
/* 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: 0px;
	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;
}
/* Pagination (You may want to use this in your main stylesheet). */
#pagination {
	padding:10px;
	background-color:#f1f1f1;
}
#pagination a {
	padding:5px 8px;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#555555;
	margin-right:3px;
}
#pagination a:hover {
	color:#ffffff;
	background: #FF5235;
}
#pagination a#current {
	color:#ffffff;
	background: #FF5235;
}
#pagination a#off {
	color:#cccccc;
}
#pagination a#off:hover {
	background-color:transparent;
	color:#cccccc;
}
#pagination a#next {
}
#pagination a#previous {
}

/* ----------------  Articles styling for Resources added 8/4/2014 for support ticket #17979 ----------- */

.group {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 20px;
}

.group img.groupImage{
	width: 100%;
}