/* Site: MK006 */

@import url(content.css);

* {
  margin: 0;
  padding: 0;
}

body{
  border-top: 4px solid cyan;
  background: cyan;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  line-height: 1;
}

hr{
  display: none;
}

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

a{
  overflow: hidden;
}

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

#container{
  background-color: blue;
}

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

#containerInner{
  clear: both;
  width: 1026px;
  margin: 0 auto;
  background: url(/_img/bg_containerInner.png);
}

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

#header{
  position: relative;
  float: left;
  width: 1026px;
}

/*
#header h1{
  float: left;
  width: 329px;
  height: 81px;
  margin: 10px;
  padding: 0;
  border: 0;
  background: url(/_img/logo.png) no-repeat left center;
  text-indent: -9999px;
}

#header h1 a{
  display: block;
  width: 329px;
  height: 81px;
}
*/

#header h1{
  float: left;
  margin: 10px;
  padding: 0;
  border: 0;
}

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

/* searchForm */

#searchForm{
  position: absolute;
  right: 10px;
  top: 0;
  height: 26px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #FFF;
}

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

#searchForm input#search_term{
  float: left;
  width: 125px;
  border: 0;
  background: none;
  padding: 6px 10px 0;
  color: #898989;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#searchForm a#search_go{
  float: left;
  width: 32px;
  height: 26px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  background-image: url(/_img/bg_search_go.png);
  background-repeat: no-repeat;
  background-color: red;
  text-indent: -9999px;
}

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

#nav{
  float: right;
  margin: 15px 10px 25px 0;
  list-style: none;
}

/*#nav li{
  float: left;
  margin: 0 15px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Arial Narrow", Arial, Helvetica, Verdana, Tahoma, sans-serif;
  letter-spacing: -.025em;
  line-height: 1;
}
*/

#nav li {
    float: left;
    margin: 0 10px;
    font-weight: bold;
    font-size: 19px;
    font-family: "Arial Narrow", Arial, Helvetica, Verdana, Tahoma, sans-serif;
    letter-spacing: -.025em;
    line-height: 1;
}



#nav li a{
  display: block;
  padding: 5px 10px 6px;
  color: yellow;
  text-decoration: none;
}

#nav li.current a,
#nav li a:hover{
  background: blue;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .6667);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .6667);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .6667);
}

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

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

#contentWrap{
  position: relative;
  z-index: 100;
  clear: both;
  width: 966px;
  margin: 0 auto 7px;
  padding: 20px;
  background: #ffffff url(/_img/bg_contentWrap.png) no-repeat center bottom;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

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

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

#content{
  float: left;
  width: 715px;
}

body#home #content{
  width: 645px;
}

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

#content img.headerImage{
  float: none;
  display: block;
  margin: 0 0 15px;
  border: 0;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .15);
  -moz-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: 208px;
  margin: 0 0 0 0;
}

body#home #sidebar{
  width: 311px;
}

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

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

#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: 208px;
  margin: 0 0 1em;
  border: 0;
}

/* subnav */

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

#sidebar #subnav li{
  font-size: 13px;
  font-weight: bold;
  list-style: none;
}

#sidebar #subnav li a{
  display: block;
  padding: 2px 0;
  border-bottom: 1px solid #f1f1f1;
  color: #727372;
  text-decoration: none;
}

#sidebar #subnav ul{
  margin: 0;
}

#sidebar #subnav li li{
  font-size: 12px;
  font-weight: normal;
}

#sidebar #subnav li li a{
  padding-left: 1em;
  color: red;
}

#sidebar #subnav li li li a{
  padding-left: 2em;
}

#sidebar #subnav li li li li a{
  padding-left: 3em;
}

#sidebar #subnav li li a:hover{
  background: #eee;
}

/* quicklinks */

#ad {
	width: auto;
	height: auto;
}
#ad a,
#quicklinks a{
  display: block;
  margin-bottom: 4px;
}

#ad a{
  margin-bottom: -22px;
}

#ad a div.overlay {
	position:relative;
	display:block;
	bottom: 28px;
	margin: 0;
	padding:8px;
	background-color: rgba(0,0,0,.7);
	overflow: hidden;
	width: 295px;
	color:#fff;
	font-size:13px;
}

#ad a:hover div.overlay {
	background: rgba(0,0,0,.3)
}
#ad img,
#quicklinks img{
  display: block;
  margin: 0;
  border: 0;
}
#quicklinks a{
  text-decoration:none;
  padding:12px;
  background: url(/_img/arrow.png) no-repeat 95% center, url(/_img/whitetexture.jpg) repeat;
}

#quicklinks a:last-child h3{
  font-size:25px; 
}

#quicklinks a:last-child h4{
  font-size:9px; 
}


#quicklinks a h3{
  font-size:28px;
  line-height:24px;
  font-family:"Arial Narrow", "arial", sans-serif;
  text-shadow: 0px 1px 2px #FFF;
}
#quicklinks a h4{
  font-size:12px;
  line-height:24px;
  font-family:"Verdana", "arial", sans-serif;
  text-shadow: 0px 1px 2px #FFF;

}

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

#footer{
  position: relative;
  z-index: 50;
  margin-top: -130px;
  padding-top: 137px;
  background-color: cyan;
  background-image: url(/_img/bg_footer.png);
  background-repeat: repeat-x;
}

#footerInner{
  background: url(/_img/bg_footerInner.png) no-repeat center 138px;
}

#footerBoxes{
  width: 1020px;
  margin: 0 auto;
}

#footerBoxes .footerBox{
  float: left;
  margin: 7px;
  padding: 15px 20px;
  width: 456px;
  background: #FFF;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .18);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .18);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .18);
}

#footerBoxes .footerBox h2{
  font-size: 16px;
  font-weight: bold;
}

#footerBoxes .footerBox p{
  font-size: 11px;
}

#footerBoxes .footerBox p.more{
  clear: both;
}

#colophon{
  clear: both;
  width: 1002px;
  margin: 0 auto;
  padding: 10px 0 100px;
}

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

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

#footer #colophon p.powered{
  float: right;
}

#footer #colophon 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 #colophon p.powered a:hover{
  background-position: left bottom;
}

/* newsFeed */

#footer #newsFeed{
  width: 1006px;
  margin: 0 auto 7px;
  background: #ffffff;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .18);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .18);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .18);
}

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

/* billboard */

#billboard{
  position: relative;
  z-index: 0px;
  width: 635px;
  height: 313px;
  margin-bottom: 15px;
  overflow: hidden;
}

#billboard #rotator{
  width: 635px;
  height: 313px;
}

#billboard  #rotatorbtns{
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 50;
  font-size: 0px;
}

#billboard #rotatorbtns a{
  float: left;
  padding: 6px 8px;
  background-color: #000;
  margin-right: 5px;
  color: #fffeff;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
  border-radius:3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

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

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

#billboard div.slide a{
  display: block;
  width: 635px;
  height: 313px;
}

/* widget */

#sidebar .widget{
  float: left;
  clear: both;
  width: 208px;
  padding: 0 0 30px;
  border-bottom: 1px solid #fbfbfb;
}

.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: 225px;
}

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

.footerBox.widget .sermons .media,
.footerBox.widget .articles .media{
  width: 225px;
}

.widget .sermons .media li,
.widget .articles .media li{
  margin-bottom: 0;
  border: 0;
  font-size: 11px;
  line-height: 1;
}

.widget .sermons .media li a,
.widget .articles .media li a{
  padding: 6px 0 7px 25px;
  background-position: 4px center;
  background-repeat: no-repeat;
}

#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-image: url(/_img/icon_listen.png);
}

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

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

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

/* 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;
  -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 .minical{
  float: none;
}

#sidebar .minical table{
  width: 100%;
  border: 1px solid #e3e1d9; 
  border-collapse: collapse; 
  border-right-style: none;
}

#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 table th{
  padding: 0;
  background: #555555;
  color: #fefefe;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

#sidebar .minical table td{
  border: 1px solid #e3e1d9;
  border-left: 0;
  text-align: center;
  border-top: 0;
  background: #fefefe;
  color: #686762;
  vertical-align: center;
  padding: 5px;
  width: 5px;
  height: 5px;
}

#sidebar .minical table td.linked-day{
  background: red;
}

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

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

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

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

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

.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: 541px;
}

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

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

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

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

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

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

/* pagination */

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

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

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

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

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

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

}

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

}

/* calendar */

#content #calendarWrap{
  position: relative;
}

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

#content table.calendar caption{
  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: yellow;
  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-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
}

#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: 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: #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 fieldset{
  border: 0;
}

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

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

.monkForm legend{
  margin-bottom: .5em;
  color: green;
  font-size: 20px;
  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, 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;
}

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

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

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

/* 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: 330px;
  height: 200px;
  margin-right: 39px;
  margin-bottom: 39px;
  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: 330px;
  margin: 0;
  padding: 0;
  border: 0;
}

#galleries .gallery p.title{
  position: absolute;
  bottom: 0;
  display: block;
  width: 330px;
  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: 220px;
  height: 120px;
  margin-right: 27px;
  margin-bottom: 27px;
  background: #222;
  overflow: hidden;
}

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

#galleries .photo a{
  display: block;
}

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

#galleries .photo p.title{
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 210px;
  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;
}

/* orderHistory */

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

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

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



#nav li {
    float: left;
    margin: 0 10px;
    font-weight: bold;
    font-size: 19px;
    font-family: "Arial Narrow", Arial, Helvetica, Verdana, Tahoma, sans-serif;
    letter-spacing: -.025em;
    line-height: 1;
}

#nav {
    float: right;
    margin: 15px 10px 25px 0;
    list-style: none;
  
    position: relative;
    right: 0;
    left: -5em;
}

#nav li {
    float: left;
    margin: 0 5px;
    font-weight: bold;
    font-size: 18px;
    font-family: "Arial Narrow", Arial, Helvetica, Verdana, Tahoma, sans-serif;
    letter-spacing: -.025em;
    line-height: 1;
}

