/* @override 
	http://www.sermoncloud.com/css/styles.css
	http://www.sermoncloud.com/css/styles.css?temp
*/

* {
  margin: 0;
  padding: 0;
}

html{
  background: #2f343b;
}

body {
  font: 62.5% Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

/* @group Helpers */

hr {
  display: none;
}

#skip {
  position: absolute;
  text-indent: -9999px;
  list-style: none;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

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

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */

/* @end */

h3 {
  color: #252525;
  font-size: 1.8em;
  margin-bottom: 16px;
}

a {
  overflow: hidden;
}

#container{
  min-width: 960px;
  width: 100%;
  background: #ffffff url(/images/bg_header.gif) repeat-x center top;
}

/* @group Header */

#header {
  position: relative;
  width: 960px;
  height: 144px;
  margin: 0 auto;
}

#header h1 {
  float: left;
  width: 263px;
  height: 44px;
  margin: 30px 0 16px 18px;
  background: url(/images/bg_h1.png) no-repeat;
  text-indent: -9999px;
}

#header h1 a {
  display: block;
  width: 263px;
  height: 44px;
}

#header ul#login-nav {
  position: absolute;
  top: 12px;
  right: 0;
}

#header ul#login-nav li {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  /*border-right: 2px solid #6F955A;*/
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  list-style: none;
}

#header ul#login-nav li#login-state {
  border: 0;
}

#header ul#login-nav a {
  color: #F68E56;
}

#header #login-nav li.last {
  border: none;
}

#header #login-nav li a {
  font-weight: normal;
}

/* @end */

/* @group Navigation */

#nav{
  clear: both;
  float: left;
  background: url(/images/bg_nav-li.gif) no-repeat left top;
  list-style: none;
  width: 740px;
}
#accountNav{
  float: right;
  background: url(/images/bg_nav-li.gif) no-repeat left top;
  list-style: none;
}

#nav li,
#accountNav li {
  float: left;
  background: url(/images/bg_nav-li.gif) no-repeat right top;
  letter-spacing: -.06em;
}

#nav li a,
#accountNav li a {
  display: block;
  padding: 22px 20px 13px 18px;
  color: #FFF;
  font-size: 1.6em;
  text-decoration: none;
}

#nav li.current,
#nav li:hover,
#nav li.sfhover,
#accountNav li.current,
#accountNav li:hover,
#accountNav li.sfhover {
  position: relative;
  margin: 0 0 0 -2px;
  background: url(/images/bg_nav-li-current.gif) no-repeat right top;
}

#nav li.current a,
#nav li:hover a,
#nav li.sfhover a,
#accountNav li.current a,
#accountNav li:hover a,
#accountNav li.sfhover a {
  padding: 15px 20px 20px 20px;
  background: url(/images/bg_nav-li-a.gif) no-repeat left top;
}

/* @end */

/* @group Search */

#search-wrap {
  position: absolute;
  top: 12px;
  right: 17px;
}

#search-wrap form#searchForm input#search_term {
  float: left;
  margin-right: 3px;
  padding: 5px 12px;
  border: 1px solid #B2B2B2;
  background: #FFF url(/images/bg_search_term.gif) repeat-x left bottom;
  color: #663333;
  font-size: 1.3em;
  font-weight: bold;
  width: 195px;
}

#search-wrap form#searchForm a#search_go {
  float: left;
  display: block;
  width: 45px;
  height: 27px;
  background: url(/images/bg_search_go.gif) no-repeat;
  text-indent: -9999px;
}

#search-wrap p {
  margin-top: 7px;
  color: #FFF;
  font-size: 1.1em;
}

#search-wrap a {
  color: #F68E56;
  font-weight: bold;
}

/* @end */

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner {
  width: 960px;
  margin: 3px auto;
  position: relative;/* positioned for search to be absolute*/
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap {
  float: left;
  width: 960px;
  margin-bottom: 15px;
  padding: 17px 0 0;
  background: url(/images/bg_content-wrapWide.gif) no-repeat left 70px;
  min-height: 597px;
}

/* @group Content */

#content {
  float: left;
  width: 635px;
  padding-left: 17px;
  clear: both;
}

#content p.church-name {
  text-transform: uppercase;
  color: #f68e56;
  float: left;
  margin-bottom: 0;
}

#content h2 {
  margin-bottom: 45px;
  color: #FFF;
  font-size: 2em;
  font-weight: normal;
  margin-top: 17px;
}

#content h2 a {
  color: #FFF;
  text-decoration: none;
}

#content h4 {
  line-height: 36px;
  padding-left: 10px;
  background: url(/images/bg_h4_blueWide2.gif) no-repeat;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
}

#content h4 a {
  color: #fff;
  text-decoration: underline;
}

#content h5 {
  font-size: 1.1em;
  font-weight: normal;
  border-bottom: 1px solid #333a44;
  padding-bottom: 2px;
  color: #363636;
  margin-bottom: 8px;
}

#content h5 a {
  color: #00496E;
}

#content .sermon h5 {
  font-size: 1.6em;
  font-weight: normal;
  border: none;
}

#content .sermon h5 a {
  color: #b45425;
  text-decoration: none;
  font-family: Helvetica;
}

#content a {
  color: #6384a1;
}

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

#content a.offsite{
  padding-right: 18px;
  background: url(/images/bg_offsite-link.gif) no-repeat right center;
}

#content p,
#content textarea {
  color: #363636;
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 1em;
}

#content ul,
#content ol {
  color: #363636;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-left: 20px;
}

#content #tags ul,
#content #amen-list ul{
  margin-left: 0;
}

#content li{
  font-size: 1.1em;
}

#content ul li {
  list-style-type: none;
  background: url(/images/bg_content_li.gif) no-repeat 2px 5px;
  padding-left: 15px;
}
#content li li{
  font-size: 1em;
}
#content li strong {
  color: #000;
  font-size: 1.1em;
}

#content li textarea{
  font-family: Monaco, "Lucida Console", "Bitstream Vera Sans Mono",monospace;
  width: 600px;
  margin: 8px 0 ;
}

#content img#mcms_stats {
  display: none;
}


#content #popular {
  margin-bottom: 20px;
}

#content #latest {
  margin: 0 0 10px;
}

#content #latest h4 {
}

#content form table{
  width: 635px;
}

#content form td{
  font-size: 1.1em;
}

#content form input,
#content form textarea,
#content form select{
  margin: 5px 0;
  padding: 3px;
}
#content form textarea{
  width: 625px;
  font-size: 12px;
}

#content p.sort{
  font-size: 1.2em;
  text-transform: uppercase;
  color: #666666;
}
#content p.sort a{
  text-transform: none;
  padding: 2px 4px;
}

#content p.sort a:hover{
  color: #ffffff;
  background: #6384a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#content form.bookSearch{
  float: right;
  display: block;
  width: 315px;
}

#content form.bookSearch select{
  display: block;
  float: left;
  width: 130px;
  height: 27px;
  margin: 1px 4px 0 0;
  border: 1px solid #cccccc;
  padding: 4px !important;
}
#content form.bookSearch input.bookSearchGo{
  float: right;
  display: block;
  border: none;
  width: 45px;
  height: 27px;
  background: url(/images/bg_booksearch_go.gif) no-repeat;
  text-indent: -9999px;
  border:none;
  margin: 0;
  padding: 0;
}

/* @end */

#content .members {
  position: relative;
  clear: both;
  float: left;
  width: 513px;
  padding: 2px 0px 20px 0px;
  border-top: 1px solid #86A8BA;
}

#content .sermon-box .sermon p {
  clear: left;
  margin-bottom: .25em;
  color: #000;
}

#content .sermon-box .members p {
  clear: left;
  padding: 2px 0 0 5px;
  margin-bottom: .25em;
  color: #000;
}

#content p.podcast {
  margin-top: 10px;
  margin-left: 7px;
  background: url(/images/bg_podcast.gif) no-repeat;
}

#content p.podcast a {
  display: block;
  width: 56px;
  height: 0;
  padding-top: 26px;
  overflow: hidden;
}

/* @group Sermons & Sermon Lists */
#content .sermon {
  position: relative;
  clear: both;
  margin-bottom: 8px;
  border-bottom: 1px solid #86A8BA;
}

#content .sermon.alt {
  background: #DFE8ED;
}

#content .sermonContent {
  width: 560px;
  margin: 12px 0;
  float: right;
}

#content .sermonSidebar {
  width: 62px;
  float: left;
}

/* @group Sermon Meta */
#content ul.meta {
  font-size: 1em;
  list-style: none;
  overflow: auto;
  margin: 1em 0;
}

#content ul.meta li {
  float: left;
  display: inline;
  background: url(/images/bg_byline_li.gif) no-repeat left center;
  color: #6384a1;
  padding-left: 25px;
  line-height: 20px;
}

#content ul.meta li.comments {
  background: url(/images/bg_meta_comments.gif) no-repeat left center;
  margin-right: 10px;
}

#content ul.meta li.tags {
  background: url(/images/bg_meta_tags.gif) no-repeat left center;
}

/* @end */
/* @group Sermon Byline */
#content ul.byline {
  margin: 0;
  font-size: 1em;
  list-style: none;
  margin-bottom: 8px;
  overflow: auto;
}

#content ul.byline li {
  float: left;
  padding: 0 7px;
  background: url(/images/bg_byline_li.gif) no-repeat left center;
  color: #6384a1;
}

#content ul.byline li.date {
  padding-left: 0;
  background: none;
}
/* @end */
/* @group Amen Box */

#content .amen-box {
  margin-top: 12px;
  margin-left: 0;
  margin-bottom: 13px;
  width: 59px;
  height: 59px;
  border-top: 0;
  background: url(/images/amen-box.gif) no-repeat left top;
}

#content .amen-box p.number,
#content .amen-box p.amens {
  text-align: center;
  color: #FFFFFF;
}

#content .amen-box p.number {
  font-size: 20px;
  line-height: 20px;
  padding-top: 10px;
}

#content .amen-box span.add_amen a {
  display: block;
  position: absolute;
  height: 0;
  padding-top: 56px;
  overflow: hidden;
  width: 59px;
}

/* @end */

/* @group Mediabox */
#content .mediabox {
  list-style: none;
  clear: left;
  margin: 10px 0;
  height: 31px;
}

#content .mediabox li {
  background: none;
  padding: 0;
  float: left;
}

#content .mediabox li a {
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-top: 31px;
  background-repeat: no-repeat;
}

#content .mediabox li a:hover {
background-position: left -31px;
}

#content .mediabox li.mb_jukebox a {
width: 39px;
background-image: url(/images/mb_jukebox.gif);
}
#content .mediabox li.mb_download a {
width: 38px;
background-image: url(/images/mb_download.gif);
}
#content .mediabox li.mb_playlist a {
width: 42px;
background-image: url(/images/mb_playlist.gif);
}
#content .mediabox li.mb_notes a {
width: 42px;
background-image: url(/images/mb_notes.gif);
}
#content .mediabox li.mb_podcast a {
width: 37px;
background-image: url(/images/mb_podcast.gif);
}
/* @end */
/* @end */

/* @group Church Page */
div.churchHeader{
  height: 43px;
  margin-bottom: 45px;
  float: left;
  display: inline;
  width: 635px;
}
#content .churchHeader h2{
  margin-bottom: 0;
  position: relative;
}

.churchInfo{
  float:left;
  clear: both;
  width: 270px;
  background: #f7f5ef;
  border: 1px solid #dbdbc7;
  padding: 10px;
  margin-bottom: 10px;
}

#content .churchInfo p{
  margin-bottom: 1em;
}
/* @end */

/* @group Pagination */

#content p#pagination {
  padding-top: 20px;
  width: 100%;
  text-align: center;
  clear: both;
  line-height: 30px;
}

#content p#pagination a {
  margin-right: 3px;
  padding: 5px;
  border: 1px solid #7D9AB1;
  text-decoration: none;
  color: #6384a1;
}

#content p#pagination a:hover {
  padding: 4px;
  color: #4676A1;
}

#content p#pagination a#current {
  border: 1px solid #333a44;
  background: #333a44;
  color: #ffffff;
}

#content p#pagination a#off {
  border: 1px solid #E4E4E4;
  color: #A6A6A6;
}

#content p#pagination a:hover,
#content p#pagination a#current:hover,
#content p#pagination a#off:hover {
  border-width: 2px;
}
/* @end */

/* @group Sidebar */

#sidebar {
  width: 260px;
  float: right;
  margin: 85px 15px 0 0;
  padding-left: 15px;
  background: url(/images/bg_sidebar.gif) repeat-y left top;
}

#sidebar h3 {
  background: url(/images/bg_sidebar-h3NEW.gif) no-repeat left top;
  height: 33px;
  line-height: 33px;
  padding-left: 12px;
  color: #ffffff;
  font-size: 1.5em;
  clear: both;/* needed for user image */
}

#sidebar h3 a {
  color: #ffffff;
  text-decoration: underline;
}

#sidebar h3 a:hover {
  background: none;
  text-decoration: none;
  color: #ffffff;
}

#sidebar p{
  font-size: 1.1em;
}

#sidebar a {
  color: #6384a1;
  text-decoration: none;
}

#sidebar a:hover {
  color: #b45425;
}

#sidebar ul {
  list-style: none;
  font-size: 1.2em;
}

#sidebar #shirtLink {
  background: #FFF;
}

#sidebar a img {
  border: 0;
}

#sidebar #cloud {
  margin: -5px 0 10px;
  text-align: justify;
}

#sidebar img.member-pic {
  float: right;
  padding: 3px;
  border: 1px solid #CCC;
  margin: 0 0 10px 10px;
}

#sidebar div.ad{
  float: left;
  display: inline;
  margin-bottom: 10px;
}

#sidebar div.ad.odd{
  margin-left: 10px;
}

#sidebar div.ad a{
  display: block;
}

#sidebar div.ad a img{
  border: none;
  margin: 0;
}

/* @end */

/* @group Footer */

#footer {
  clear: both;
  padding-bottom: 10px;
  font-size: 1.2em;
  background: #2f343b;
}

#footer-inner {
  width: 960px;
  margin: 0 auto 25px;
}

#footer p {
  margin: 0 11px;
  color: #e0885b;
  font-size: 1em;
}

#footer p#copyright{
  clear: left;
}

#footer p#powered {
  clear: both;
  float: right;
  display: inline;
  margin-top: -8px;
}

#footer p#powered a{
  background:url(/images/ekk360.jpg) no-repeat left top;
  display: block;
  height: 0;
  padding-top: 56px;
  width: 150px;
  
}

#footer p.more {
  margin: 10px;
  font-size: .9em;
  text-transform: uppercase;
  float: right;
}

#footer p a {
  color: #ffffff;
}

#footer .column p.more a {
  display: block;
  padding: 3px 5px;
  text-decoration: none;
  border: 1px solid #96a3af;
  background: #96a3af;
  color: #2f343b;
}

#footer p.more a:hover {
  border: 1px solid #FFF;
  background: #e0885b;
  color: #FFF;
}

#footer div.column {
  float: left;
  width: 220px;
  margin: 15px 20px 35px 0;
}

#footer div.column.alt {
  background: #333a44;
}

#footer div.column.last {
  margin-right: 0;
}

#footer div.column a {
  color: #026EA5;
}

#footer div.column h3 {
  margin: 10px;
  border: 0;
  background: none;
  color: #FFF;
  font-size: .8em;
  font-weight: normal;
}

#footer div.column h3 a {
  color: #e0885b;
  text-transform: uppercase;
  font-size: 1.4em;
  text-decoration: none;
}

#footer div.sermon {
  margin: 0 15px 10px;
  clear: both;
}

#footer div.column h4 {
  font-size: 1;
  font-weight: normal;
}

#footer div.column h4 a {
  color: #ffffff;
  text-decoration: none;
}

#footer div.column h4 a:hover {
  text-decoration: underline;
}

#footer div.sermon p.preacher {
  float: none;
  color: #96a3af;
  font-size: 1em;
  margin: 2px 0 4px;
}

#footer div.sermon p.date {
  background: url(/images/bg_footer_date-alt.gif) no-repeat left top;
  float: none;
  font-size: .7em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  width: 60px;
  line-height: 15px;
  margin: 2px 0;
}

#footer ul.byline {
  margin: 0;
  margin-left: 10px;
  font-size: .9em;
  list-style: none;
}

#footer ul.byline li {
  color: #898989;
}

#footer ul.byline li a {
  color: #898989;
  text-decoration: underline;
}

#footer ul.byline li a:hover {
  text-decoration: none;
}

#footer ul.byline li.date {
  padding-left: 0;
  background: none;
}

#footer #meta-nav {
  float: left;
  margin-bottom: 8px;
  list-style: none;
}

#footer #meta-nav li {
  float: left;
  display: inline-block;
  padding: 0 11px;
  border-left: 1px solid #747474;
}

#footer #meta-nav li#mn_home {
  border: 0;
}

#footer #meta-nav li a {
  color: #e0885b;
  text-decoration: none;
  display: block;
}

#footer #meta-nav li a:hover {
  text-decoration: underline;
}

#footer #hack,
#header #hack {
  clear: both;
}
/* @end */
/* @group Blog */
#content div.blogpost{
  margin-bottom: 30px;
}

#content h3.blogposttitle{
  margin-bottom: 5px;
}

#content p.date{
  font-style: italic;
}
#content p.subscribe{
  float:right;
  padding-left: 20px;
  background: url(/images/rss.png) no-repeat left top;
}
/* @end */

#content #comments h4{
   clear: left;
   margin-top: 10px;
}

#content #comments div.comment{
   float: left;
   clear: both;
   width: 99%;
   margin-bottom: 10px;
   border: 1px solid #9BB8C6;
   background: url(/images/bg_comment.gif) repeat-x;
   word-wrap: break-word;
}

#content #comments p.comment-name,
#content #comments p.comment-score{
   float: left;
   margin: 0;
   padding: 2px 5px;
}

#content #comments p.comment-score a{
   float: left;
   display: block;
   width: 16px;
   height: 16px;
   margin-right: 2px;
   background-repeat: no-repeat;
   text-indent: -9999px;
}


#content #comments p.comment-score a.thumbs-up{
   background-image: url(/images/thumbs-up.gif);
}

#content #comments p.comment-score a.thumbs-down{
   background-image: url(/images/thumbs-down.gif);
}

#content #comments p.comment-score{
   clear: none;
   float: right;
}

#content #comments div.comment-text{
   clear: both;
   padding: 5px;
}

#content #comments img.member-pic{
   float: right;
   padding: 3px;
   border: 1px solid #CCC;
   margin: 0 0 10px 10px;
}

#content #comments form textarea{
   width: 98%;
   height: 100px;
   margin-bottom: 5px;
}

/* @group Pricing */
#pricing #content{ 
	width: 940px;
  }
#pricing #content h2.title{
	font-size: 3em;
	color: #2e333a;
	font-weight: bold;
	margin-bottom: 10px;
}

#pricing #content table{
	border-collapse: collapse;
	border-left: 1px solid #eee;
	margin-bottom: 50px;
}

#pricing #content table td.border-top{
	background-image: url(../images/pricing_border-top.gif);
	height: 5px;
	border-bottom: none;
	border-right: 1px solid #e17743;
}

#pricing #content table td.bottom-border{
	background-image: url(../images/pricing_border-top.gif);
	height: 2px;
	border-bottom: none;
}

#pricing #content table tr.heading td{
	padding-top: 10px;
	padding-bottom: 15px;
	width: 295px;
	font-size: 2.2em;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #363c47;
}

#pricing #content table tr td{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

#pricing #content table tr.heading td p{
	margin-bottom: 0;
}

#pricing #content table tr.heading td span{
	font-size: .8em;
}

#pricing #content table tr.heading td span.monthly{
	font-weight: normal;
	font-style: normal;
	color: #2f343c;
}

#pricing #content table td.plus{
	background-color: #587f9c;
}

#pricing #content table td.core{
	background-color: #2d323a;
}

#pricing #content table tr.heading td.free{
	background-color: #3c4650;
}


#pricing #content table td.core p, #pricing #content table tr.heading td.free p{
	color: #fffeff;
}

#pricing #content table td.plus p{
	color: #fffeff;
}

#pricing #content table tr.heading td.core span.monthly, #pricing #content table tr.heading td.free span.monthly{
	font-weight: normal;
	font-style: normal;
	color: #e1733e;
}

#pricing #content table tr.sermons-count td{
	padding-top: 10px;
	padding-bottom: 15px;
}

#pricing #content table tr.sermons-count td p{
	margin-bottom: 0;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.2em;
}

#pricing #content table tr.sermons-count td p span{
	font-weight: normal;
	font-style: normal;
	font-size: .7em;
	color: #7c98b0;
}

#pricing #content table td.blank{
	background-color: #f5f5f5;
}

#pricing #content table td h3{
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 25px;
	text-transform: uppercase;
}

#pricing #content table td.included{
	padding-left: 65px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/pricing_check-mark.gif) no-repeat 25px center;
	font-size: 1.4em;
}

#pricing #content table tr.signup-buttons td{
	border-bottom-style: none;
	padding-top: 40px;
	padding-bottom: 50px;
	background: url(../images/pricing_signup-bg.gif) repeat-x;
}

#pricing #content table tr.signup-buttons td a{
	display: block;
	width: 126px;
	height: 42px;
	background: url(../images/btn_pricing-signup.gif) no-repeat;
	text-indent: -9999em;
}

#pricing #content table tr.signup-buttons td a:hover{
	background-position: 0 bottom;
}

#pricing #content #signup{ 
	width: 462px;
	overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    margin-left: 25px;
  }
#pricing #content #currentuser { 
	width:350px;
	margin-left: 20px;
	overflow: hidden;
    border-left: 3px solid #dee5ea;
    padding: 10px 25px;
    float:left;
    min-height: 380px;
    text-align: center;
  }
  
#pricing #content #currentuser h2{
    font-size: 2.5em;
    color: #416c8b;
    line-height: 1em;
    margin-bottom: 15px;
    font-weight: normal;
    font-style: normal;
  }
    
#pricing #content #currentuser h2 span{ 
font-weight: bold;
  }
    
#pricing #content #currentuser p{ 
color: #2d363f;
    font-size: 1.4em;
    line-height: 1.7em;
    padding-left: 25px;
    padding-right: 25px;
  }
  #pricing #content #currentuser p a.update{
    margin-top: 50px;
    display: block;
    width: 98px;
    height: 37px;
    text-indent: -9999em;
    background: url(/images/btn_update.jpg) no-repeat top left;
    margin-right: auto;
    margin-left: auto;
  }
/* @end */