/* Site: MK001 */

@import url(content.css);

* {
  margin: 0;
  padding: 0;
}

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

#container{
  margin-bottom: 10px;
  background-repeat: repeat-x;
}

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

hr{
  display: none;
}

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

a{
  overflow: hidden;
}

a img{
  border-style: none;
}

/* =header
---------------------------------------------------------------------
*/

#header{
  width: 950px;
  height: 28px;
  margin: 0 auto;
  padding: 5px;
  margin-bottom: 27px;
  -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;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
  box-shadow: 0 0 2px rgba(0, 0, 0, .5);
  background: purple url(/_img/bg_header.png) repeat-x top left; 
}

#header h1{
  float: left;
  margin: 0;
}

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

/* search */

form#searchForm{
  position: relative;
  float: right;
  margin-right: 5px;
}

form#searchForm fieldset{
  border: 0;
}

form#searchForm input#search_term{
  width: 130px;
  height: 20px;
  padding: 2px 20px 3px 5px;
  background: #fff;
  color: black;
  border: 0;
  margin-left: 5px;
  background: url(/_img/bg_search.gif) no-repeat top left;
}

form#searchForm a#search_go{
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
  height: 23px;
  text-indent: -9999px;
}

/* =nav
---------------------------------------------------------------------
*/

#nav{
  float: right;
  margin: 2px 10px 0 0;
}

#nav li{
  float: left;
  background: url(/_img/bg_nav_li.png) no-repeat right center;
  font-size: 10px;
  line-height: 1;
  list-style: none;
}

#nav li a{
  display: block;
  padding: 4px 11px;
  text-decoration: none;
  color: yellow;
}

#nav li.current a,
#nav li a:hover{
  color: green;
}

#nav li li:hover a,
#nav li li.current:hover a{
  color: #ffffff;
  background-color: purple;
}

#nav li ul{
  position: absolute;
  left: -9999px;
  z-index: 2000;
  width: 175px;
  margin: 0 0 0 -1px;
  padding: 13px 1px 5px;
  background-color: purple;
  list-style: none;
  line-height: 1;
}

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

#nav li li{
  margin: 0;
  background: none;
  line-height: 1.25;
}

#nav li li a{
  padding: 5px 10px;
  border-right: 0;
}

#nav li:hover li a{
  width: 155px;
  color: #ffffff;
}

#nav li  li a:hover,
#nav li.current:hover li a:hover{
  background: rgba(255, 255, 255, .15);
}

#nav li:hover ul ul{
  display: none;
}

/* =containerInner
---------------------------------------------------------------------
*/

#containerInner{
  width: 960px;
  margin: 0 auto;
}

/* logoBar */

#logoBar{
  position: relative;
  z-index: 10;
  float: left;
  width: 170px;
  min-height: 300px;
}

#logo{
  width: 170px;
  overflow: hidden;
}

#featured_links_wrapper{
  width: 250px;
  position: absolute;
  right: -13px;
  z-index: 10;
  margin-top: 20px;
}

#featured_links_bg{
	position: absolute;
	right: 0;
	z-index: 11;
	width: 100px;
	height: 136px;
	background: purple url('/_img/gradient-lighter.png') repeat-x bottom left;
}

ul#featured_links{
  position: relative;
  z-index: 12;
  height: 107px;
  top: 11px;
  margin: 0 11px 0 0;
  padding: 7px 9px 0;
  background: white;
  list-style: none;
}

ul#featured_links li{
  font-family: 'PT Sans Caption', Verdana, Arial, Helvetica, Tahoma, sans-serif;
  line-height: 1;
  list-style: none;
}

ul#featured_links li a{
  display: block;
  height: 21px;
  padding: 4px 0 0;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  text-align: right;
}

ul#featured_links li a:hover{ /* by default only featured links */
  color: dimgray;
  text-decoration: none;
}

ul#featured_links li a strong{
  color: red;
}

/* =contentWrap
---------------------------------------------------------------------
*/

#contentWrap{
  float: left;
  width: 788px;
  min-height: 400px;
  border: 1px solid lightgray;
  background: white;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

#contentWrap h1{
  margin: -1px;
  padding: 19px 35px 12px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  background-color: blue;
  color: white;
}

/* =content
---------------------------------------------------------------------
*/

#content{
  float: left;
  width: 490px;
  padding: 25px 0 0 35px;
}

#content img{
  float: left;
  margin: 5px 10px 5px 0;
}

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

#content.no_sidebar{
  width: 718px;
}

/* sermons / articles */

body#sermons .group,
body#articles .group{
  margin-bottom: 15px;
  border-bottom: 1px solid #DADADA;
}

body#sermons .group:after,
body#articles .group:after{
  content: "."; 
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
}

body#sermons .group .groupDescription,
body#articles .group .groupDescription{
  float: left;
  width: 330px;
}

body#sermons .group .groupImage,
body#articles .group .groupImage{
  float: right;
  margin: 0;
}

body#sermons .sermon,
body#articles .article{
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DADADA;
}

body#sermons .sermon.detail,
body#articles .article.detail{
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

body#sermons .sermon:after,
body#articles .article:after{
  content: "."; 
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
}

body#sermons .sermon .details,
body#articles .article .details{
  float: left;
}

body#sermons .sermon .details h2 a,
body#articles .article .details h2 a{
  text-decoration: none;
}

body#sermons .sermon .details h2 a:hover,
body#articles .article .details h2 a:hover{
  text-decoration: underline;
}

body#sermons .sermon .details ul.byline,
body#articles .article .details ul.byline{
  margin: 0 0 .5em 1em;
}

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

body#sermons .sermon .media,
body#articles .article .media{
  float: right;
  margin: 0 0 10px 10px;
}

body#sermons .sermon .media img,
body#articles .article .media img{
  float: none;
  display: block;
  margin: 0 0 5px;
}

body#sermons .sermon .media ul,
body#articles .article .media ul{
  margin: 0;
}

body#sermons .sermon .media li,
body#articles .article .media li{
  list-style: none;
}

body#sermons .sermon .media li a,
body#articles .article .media li a{
  display: block;
  padding: 3px 10px 3px 26px;
  background-repeat: no-repeat;
  background-position: 5px center;
  text-decoration: none;
}

body#sermons .sermon .media li.listen a,
body#articles .article .media li.listen a{
  background-image: url(/_img/icon_listen.gif);
}

body#sermons .sermon .media li.download a,
body#articles .article .media li.download a{
  background-image: url(/_img/icon_download.gif);
}

body#sermons .sermon .media li.video a,
body#articles .article .media li.video a{
  background-image: url(/_img/icon_video.gif);
}

body#sermons .sermon .media li.notes a,
body#articles .article .media li.notes a{
  background-image: url(/_img/icon_notes.gif);
}

body#sermons .sermon .media li a:hover,
body#articles .article .media li a:hover{
  background-color: #DADADA;
}

body#sermons .sermon p.summary,
body#articles .article p.summary{
  clear: left;
  margin-bottom: 0;
}

body#sermons .sermon.detail p.summary,
body#articles .article.detail p.summary{
  width: 320px;
  margin-bottom: 1em;
  padding: .75em 0;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  font-size: 16px;
}

/* blogs */

body#blogs #content h1{
  margin-bottom: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid #DADADA;
}

body#blogs #content div.post.detail div.details h1{
  margin-bottom: .5em;
  padding: 0;
  border-bottom: 0;
}

body#blogs #content .post{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DADADA;
}

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

body#blogs #content div.post div.image{
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 10px;
  background: #E6E6E6;
}

body#blogs #content div.post div.image a{
  display: block;
  width: 150px;
  height: 100px;
}

body#blogs #content div.post div.image img{
  float: none;
  display: block;
  margin: 0;
}

body#blogs #content div.post div.details{
  float: left;
  width: 325px;
}

body#blogs #content div.post.detail div.details{
  float: none;
  width: auto;
}

body#blogs #content div.post div.details h2{
  float: left;
  width: 285px;
}

body#blogs #content div.post div.details h2 a{
  text-decoration: none;
}

body#blogs #content div.post div.details h2 a:hover{
  text-decoration: underline;
}

body#blogs #content div.post.detail div.details img.blogImage{
  float: right;
  margin: 5px 0 5px 10px;
}

body#blogs #content div.post div.details 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: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

body#blogs #content div.post div.details p.meta{
  color: #898989;
  font-size: 11px;
  clear: both;
}

body#blogs #content div.post div.details p.tags{
  margin: 0;
  color: #898989;
  font-size: 11px;
  text-align: right;
}

body#blogs #content div.post.detail div.details #text{
  clear: none;
}

body#blogs #content #comments h2{
  float: left;
  width: 440px;
}

body#blogs #content #comments p.login-link{
  color: #898989;
  font-size: 11px;
  text-align: right;
}

body#blogs #content #comments .comment{
  clear: left;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
}

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

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

body#blogs #content #comments .comment .commenter-thumb img{
  float: none;
  display: block;
  width: 36px;
  margin: 0 10px 0 0;
  border: 0;
}

body#blogs #content #comments .comment .comment-details{
  float: left;
  width: 440px;
}

body#blogs #content #comments .comment .comment-meta p{
  margin-top: 5px;
  color: #898989;
  font-size: 11px;
}

body#blogs #content #comments .comment .comment-meta span{
  color: purple;
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
}

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

body#blogs #content #comments form label{
  display: block;
  margin-bottom: .5em;
  color: #616161;
  font-size: 14px;
  font-weight: bold;
}

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

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

/* events */

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

body#events #content p.eventTime{
  color: #898989;
  font-size: 11px;
}

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

body#events #content .widget p.summary{
  width: auto;
  border: 0;
  padding: 0;
  font-size: 11px;
}

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

body#events #content div.dayEvent{
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #DADADA;
}

body#events #content div.dayEvent:after{
  content: "."; 
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
}

body#events #content div.dayEvent div.image{
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 10px;
  background: #E6E6E6;
}

body#events #content div.dayEvent div.image a{
  display: block;
  width: 150px;
  height: 100px;
}

body#events #content div.dayEvent div.image img{
  float: none;
  display: block;
  margin: 0;
}

body#events #content div.dayEvent h2 a{
  text-decoration: none;
}

body#events #content div.dayEvent h2 a:hover{
  text-decoration: underline;
}

body#events #content div.dayEvent a.more{
  display: inline-block;
  margin-top: -3px;
  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-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

body#events #content div.dayEvent a.more:hover{
  background: #CBCBCB;
  text-decoration: none;
}

/* calendar */

#content #calendarWrap{
  position: relative;
  margin-bottom: 30px;
}

#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: gray;
  font-size: 20px;
  text-align: left;
  text-transform: none;
}

#content table.calendar caption span{
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: red;
  background-repeat: no-repeat;
  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: purple;
  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;
  color: purple;
}

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

#content table.calendar td.linked-day a{
  color: gray;
  text-decoration: none;
  display: inline-block;
  padding: 3px;
  float: left; 
  position: relative;
  top: -3px;
  left: -3px;
  margin-bottom: 3px;
}

#content table.calendar td.linked-day a:hover{
  color: white;
  background-color: gray;
  text-decoration: none;
  display: inline-block;
  padding: 3px;
}

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

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

#content table.calendar td.linked-day li a,
#content table.calendar td li a{
  text-decoration: underline;
  display: static;
  padding: 0;
}

#content table.calendar td.linked-day ul li a:hover,
#content table.calendar td ul li a:hover{
  text-decoration: none;
  background: 0;
  display: static;
  color: gray;
  padding: 0;
}

/* galleries */

body#galleries #content #galleryList{
  position: relative;
}

body#galleries #content #galleryList p{
  color: #555555;
  font-size: 13px; 
  line-height: 1.5;
}

body#galleries #content #galleryList .gallery{
  position: relative;
  float: left;
  width: 400px;
  height: 230px;
  margin-left: 38px;
  margin-bottom: 38px;
  border: 4px solid #000;
  background-color: #333;
  overflow: hidden;
}

body#galleries #content #galleryList .gallery.end{
  margin-right: 0px;
}

body#galleries #content #galleryList .gallery a{
  display: block;
}

body#galleries #content #galleryList .gallery img{
  float: none;
  display: block;
  width: 400px;
  height: 230px;
  margin: 0;
  padding: 0;
  border: 0;
}

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

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

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

body#galleries #content #galleryList .photo{
  position: relative;
  float: left;
  width: 230px;
  height: 133px;
  margin-right: 27px;
  margin-bottom: 27px;
  background: #222;
  overflow: hidden;
}

body#galleries #content #galleryList .photo.end{
  margin-right: 0px;
}

body#galleries #content #galleryList .photo a{
  display: block;
}

body#galleries #content #galleryList .photo img{
  float: none;
  display: block;
  width: 230px;
  margin: 0;
  padding: 0;
  border: 0;
}

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

/* =sidebar
---------------------------------------------------------------------
*/

#sidebar{
  float: right;
  width: 210px;
  margin: -34px 10px 10px 0;
  padding: 10px;
  border: 1px solid purple;
  background-color: #F8F8F8;
}

#sidebar_header_image{
  height: 128px;
  margin: -10px -10px 0;
  background: purple url('/_img/gradient-lighter.png') repeat-x bottom left;
}

#sidebar img.headerImage{
  display: block;
  margin: -118px 0 10px;
}

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

#sidebar h2{
  font-size: 16px;
}

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

#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;
}

#sidebar p.blog-rss{
  line-height: 1.5;
}

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

#sidebar blockquote{
  width: 139px;
}

#sidebar a:hover{
  color: dimgray;
  text-decoration: none;
}

/* subnav */

#sidebar #subnav{
  margin: 0 0 10px;
}

#sidebar #subnav li{
  font-size: 14px;
  list-style: none;
  line-height: 1.25;
}

#sidebar #subnav li a{
  display: block;
  margin-bottom: 5px;
  padding: 10px 5px;
  border-bottom: 1px solid gainsboro;
  text-decoration: none;
}

#sidebar #subnav li li ul{
  margin: 0;
  background: none;
}

#sidebar #subnav li li{
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}

#sidebar #subnav li li a{
  margin: 0 0 3px;
  padding: 3px 10px 3px 18px;
  background: none;
  border: 0;
}

#sidebar #subnav li li li a{
  padding-left: 36px;
}

#sidebar #subnav li li li li a{
  padding-left: 54px;
}

#sidebar #subnav li li a:hover,
#sidebar #subnav li li.current > a{
  color: green;
}

/* =footer
---------------------------------------------------------------------
*/

#footer{
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid lightgray;
  background: url(/_img/bg_footer.png) repeat-x;
  overflow: hidden;
}

#footer,
#footer p,
#footer li{
  font-size: 10px;  
  color: gray;
}

#footer li{
  list-style: none;
}

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

#footer_left{
  float: left;
}

#footer_right{
  float: right;
}

#footer p{
  line-height: 1;
}

#footer p.powered span{
  float: left;
  height: 27px;
  line-height: 27px;
}

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

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

#footer_nav{
  float: right;
}

#footer_nav ul{
  list-style: none;
  overflow: hidden;
}

#footer_nav ul li{
  float: left;
  padding-left: 5px;
  border-left: 1px solid darkgray;
  margin-left: 5px;
}

#footer_nav ul li.item1{
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}


#footer_nav ul li a{
  color: purple;
  font-weight: bold;
}

#footer_nav ul li a:hover{
  color: dimgray;
}

#socialMedia{
  clear: right;
  float: right;
}

#socialMedia img{
  float: left;
  margin-left: 5px;
}

#socialMedia img:hover{
  opacity: 0.8;
}

/* =components
---------------------------------------------------------------------
*/

/* newsFeed */

#newsFeed{
  margin-top: 10px;
  height: 30px;
  border: 1px solid whitesmoke;
  background-color: white;
}

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

#newsFeed h3{
  float: left;
  display: block;
  line-height: 30px;
  height: 30px;
  width: 150px;
  padding: 0 10px;
  color: purple;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  background-color: purple;
  text-align: center;
}

#newsFeed ul{
  float: left;
  width: 768px;
  height: 30px;
  margin: 0;
}

#newsFeed ul li{
  width: 768px;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  font-size: 10px;
}

#newsFeed ul li a{
  font-weight: bold;
  text-decoration: none;
}

#newsFeed #socialMedia{
  float: right;
  margin: 12px 12px 0 0;
}

#newsFeed #socialMedia img{
  opacity: .75;
  border: 0;
}

#newsFeed #socialMedia img:hover{
  opacity: 1;
}

/* billboard */

#billboard{
  position: relative;
  z-index: 0;
  width: 788px;
  height: 370px;
  border-bottom: 1px solid #ffffff;
  background: #434343;
  overflow: hidden;
}

#billboard #rotator{
  width: 788px;
  height: 370px;
  overflow: hidden;
}

#billboard #rotatorbtns{
  position: absolute;
  z-index: 1000;
  bottom: 65px;
  right: 0;
  padding: 10px 5px 6px 10px;
  background: url(/_img/bg_billboard_overlay.png);
  background: rgba(0, 0, 0, .5);
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-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: whitesmoke;
  outline: 0;
}

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

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

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

#billboard div a{
  width: 788px;
  height: 370px;
  display: block;
}

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

#billboard .overlay h2{
  margin-bottom: .25em;
  color: #ffffff;
  font-family: 'PT Sans Caption', Verdana, Arial, Helvetica, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

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

/* Home Ads */

#home_ads{
  overflow: hidden;
  margin-top: 16px;
}

.home_ad{
  margin-left: 16px;
  border: 1px solid purple;
  float: left;
  width: 307px;
  height: 167px;
}

.home_ad.pos1{
  margin-left: 0;
}

/* 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{
  padding-bottom: .5em;
  color: purple;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.25;
}

.monkForm label,
.monkForm div legend{
  display: block;
  margin-bottom: .25em;
  color: #363636;
  font-size: 12px;
  font-weight: bold;
}

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

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

.monkForm select{
  width: 300px;
}

.monkForm textarea{
  width: 300px;
  padding: 2px;
  color: #363636;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, 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: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

.monkForm p.errorSummary{
  color: #F00;
  font-weight: bold;
  font-style: italic;
}

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

/* 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;
}

/* orderHistory */

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

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

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

/* =widget
---------------------------------------------------------------------
*/

.widget{
  padding: 8px 12px 0;
}

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

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

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

/* widget - sidebar */

#sidebar .widget{
  padding: 12px;
  border-bottom: 1px solid gainsboro;
}

#sidebar .widget .sermons li{
  margin-bottom: 0;
}

/* widget - accordion */

#accordion .widget{
  height: 258px;
  padding: 10px;
  background: #ffffff;
  overflow: hidden;
}

#accordion .widget h3{
  margin-bottom: .25em;
  font-size: 14px;
}

#accordion .widget p.plainText{
  margin-bottom: .5em;
  line-height: 1.5;
}

/* widget - sermons */

.widget .sermons .details ul.byline li{
  color: #9B9B9B;
}

.widget .sermons .media img{
  float: left;
  margin-right: 6px;
}

.widget .sermons .media li,
.widget .sermons .media ul{
  list-style: none;
}

.widget .sermons .media li a{
  display: block;
  height: 16px;
  padding: 2px 0 2px 22px;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  text-decoration: none;
}

.widget .sermons .media li.listen a{
  background-image: url(/_img/icon_listen.gif);
}

.widget .sermons .media li.download a{
  background-image: url(/_img/icon_download.gif);
}

.widget .sermons .media li.video a{
  background-image: url(/_img/icon_video.gif);
}

.widget .sermons .media li.notes a{
  background-image: url(/_img/icon_notes.gif);
}

.widget .sermons p.summary{
  clear: left;
}

/* widget - sermons - sidebar */

#sidebar .widget .sermons .media ul{
  margin: 0 0 10px;
}

#sidebar .widget .sermons .media li a:hover{
  background-color: rgba(0, 0, 0, .1);
}

/* widget - sermons - accordion */

#accordion .widget .sermons .details ul.byline{
  margin: 0 0 12px 18px;
}

#accordion .widget .sermons .details ul.byline li{
  font-size: 11px;
}

#accordion .widget .sermons .media ul{
  margin: 0 0 10px;
}

#accordion .widget .sermons .media li a:hover{
  background-color: rgba(0, 0, 0, .1);
}

#accordion .widget .sermons p.summary{
  display: none;
}

/* widget - blogs */

.widget .blogs h3{
  float: left;
  width: 145px;
}

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

.widget .blogs a.blog-comment-number:hover{
  color: #ffffff !important;
}

.widget .blogs p.meta{
  float: left;
  color: #9B9B9B;
  margin-bottom: .5em;
}

.widget .blogs p.summary{
  clear: both;
}

/* widget - blogs - accordion */

#accordion .widget .blogs p.meta{
  font-size: 11px;
}

#accordion .widget .blogs p.summary{
  line-height: 1.5;
}

#accordion .widget .blogs p.tags{
  font-size: 11px;
  text-align: right;
}

/* widget - minical */

.widget .minical{
  position: relative;
}

.widget .minical table{
  border: 1px solid #e3e1d9; 
  table-layout: fixed;
  width: 190px;
}

.widget .minical caption{
  padding: 0 0 7px 47px; 
  background: url(/_img/bg_minical_caption.png) no-repeat left top;
  border: 0;
  color: #7d7d7d;
  font-size: 15px;
  text-align: left; 
  text-transform: none;
  height: 20px;
  *padding-bottom: 10px !important;
}

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

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

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

.widget .minical th{
  padding: 0;
  border: 0;
  background: #7d7d7d; 
  color: #fefefe; 
  font-weight: bold; 
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

.widget .minical td{
  height: 30px !important;
  padding: 0;
  border: 1px solid #e3e1d9;
  text-align: center;
  background: #fefefe;
  color: #686868;
  vertical-align: center;
  padding: 0;
  line-height: 1;
}

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

.widget .minical td.linked-day > a{
  color: #ffffff;
  font-weight: bold;
}

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

.widget .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;
}

/* widget - events */

.widget .events{
  overflow: hidden;
}

.widget .events .date{
  float: left;
  width: 30px;
  -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;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
  text-align: center;
}

.widget .events .month{
  padding: 3px 0;
  background-color: red;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.widget .events .day{
  padding: 2px 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: 16px;
  font-weight: bold;
}

.widget .events .details{
  float: left;
  width: 140px;
  margin: 0 0 12px 10px;
}

.widget .events .details h3{
  margin-bottom: .1em;
}

/* widget - events - accordion */

#accordion .widget .events .details p.dateTime{
  margin-bottom: 0;
  font-size: 11px;
}
