/* Site: MK008 */

@import url(content.css);

* {
  margin: 0;
  padding: 0;
}

body{
  background: salmon;
  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: fuchsia;
  background-image: url(../_img/bg_container.png);
  background-repeat: repeat-y;
  background-position: center top;
}

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

#header h1{
  float: left;
  width: 719px;
  height: 143px;
  margin: 0 0 0 60px;
  background: url(../_img/logo.png) no-repeat left center;
  text-indent: -9999px;
  line-height: 1;
}

#header h1 a{
  display: block;
  width: 719px;
  height: 143px;
}

/* search */

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

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: yellow;
  -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: #ffffff;
  text-decoration: none;
}

#nav li a:before{
  content: '+';
}

#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: yellow;
  color: #1a1a1d;
}

#nav li ul{
  position: absolute;
  left: -999px;
  z-index: 999;
  width: 228px;
  margin: 20px 0 0;
  padding: 6px 0;
  border: 1px solid rgba(0, 255, 255, .9);
  -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;
  background: rgb(255, 255, 0);
  background: rgba(255, 255, 0, .9);
  list-style: none;
  line-height: 1;
}

#nav li:hover ul,
#nav li.sfhover ul{
  left: auto;
}

#nav li 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:before{
  content: none;
}

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

#nav li ul ul{
  display: none !important;
}

/* =container
---------------------------------------------------------------------
*/

#containerOuter{
  background-color: gold;
  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: 1046px;
  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: 23px;
  padding: 0 16px;
  background: #f7f7f7;
}

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

#content{
  float: left;
  width: 477px;
  padding: 20px 21px 20px 0;
}

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

#subSidebar #subnav li{
  font-size: 12px;
  font-weight: bold;
  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: #eeeeee;
}

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

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

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

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

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

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

#footer #newsFeed h3{
  float: left;
  margin: 0;
  padding: 9px 10px 8px;
  background: #cdcdcd;
  color: #29292e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  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: bold;
  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;
}

.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: 1046px;
  margin: -15px auto 50px;
  padding-top: 10px;
  background: salmon;
}

#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{
  overflow: hidden;
  float: left;
  width: 735px;
  height: 386px;
  position: relative;
  z-index: 0px;
}

#billboard #rotator{
  width: 735px;
  height: 386px;
  overflow: hidden;
}

#billboard #rotatorbtns{
  position: absolute;
  z-index: 1000;
  bottom: 58px;
  padding: 10px 5px 6px 10px;
  background-color: #434343;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

#billboard #rotatorbtns a{
  display: block;
  float: left;
  width: 11px;
  height: 11px;
  margin-right: 4px;
  text-indent: -9999em;
  background: #d5d5d5 url(../_img/bg_rotatorbtns_a.png) no-repeat 0 top;
  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{
  width: 735px;
  height: 386px;
  display: block;
}

#billboard .overlay{
  position: absolute;
  bottom: 0px;
  clear: both;
  display: block;
  width: 711px;
  height: 42px; 
  padding: 12px;
  margin: 0;
  background-color: #434343;
  overflow: hidden;
}

#billboard .overlay h5{
  margin-bottom: .3333em;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  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 p.more{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 11px;
}

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

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

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

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

.eventsWrap .event .month{
  padding: 4px 0;
  background: red;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  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: bold;
}

.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: #555555;
  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: 0px;
  background-position: left top; 
}

.eventsWrap .minical th{
  padding: 0;
  border: 0;
  background: #555555;
  color: #fefefe;
  font-weight: bold;
  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: #ffffff;
  font-weight: bold;
}

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

.eventsWrap .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: #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{
  margin-bottom: .25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sermons p.summary{
  clear: left;
}

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

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

/* pagination */

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

.sermons #pagination a{
  padding: 5px 8px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #555555;
	margin-right: 3px;
}
.sermons #pagination a:hover{
  background-color: red;
  color: #ffffff;
}

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

.sermons #pagination a#off{
  color: #cccccc;
}

.sermons #pagination a#off:hover{
  background-color: transparent;
  color: #cccccc;
}

.sermons #pagination a#next{ 	

}

.sermons #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: 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: 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: 13px;
}

#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 11px 0;
}

#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: bold;
  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 #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: 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: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

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

.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: 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: #363636;
  font-size: 14px;
  font-weight: bold;
}

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

/* 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: 280px;
  height: 160px;
  margin-right: 48px;
  margin-bottom: 48px;
  border: 4px solid #000;
  background-color: #333;
  overflow: hidden;
}

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

#galleries .gallery .thmb{
  overflow: hidden;
  width: 330px;
}

#galleries .gallery .thmb img{
  float: none;
  /*width: 330px;*/
  height: 128px;
  margin: 0;
  padding: 0;
  border: 0;
}

#galleries .gallery .title{
  margin-top: 2px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding: 5px;
  border-top: 1px solid #313131;
  display: block;
  width: 100%;
}

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

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

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

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

#galleries .photo a{
  display: block;
}

#galleries .photo img{
  float: none;
  /*width: 200px;*/
  height: 90px;
  margin: 0;
  padding: 0;
  border: 0;
}

#galleries .photo .title{
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #000;
  color: #fffeff;
  padding: 5px;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

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

#cboxMiddleLeft,
#cboxBottomLeft{
  clear: left;
}

#cboxContent{
  position: relative;
}

#cboxLoadedContent{
  overflow: auto;
}

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

#cboxTitle{
  margin: 0;
}

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

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

#cboxOverlay{
  background: #000;
}

#cboxContent{
  margin-top: 20px;
}

#cboxLoadedContent{
  background: #000;
  padding: 5px;
}

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

#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(http://flex.ekk360.com/_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(http://flex.ekk360.com/_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(http://flex.ekk360.com/_img/cb_loading.gif) no-repeat center center;
}

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

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