/* Site: MK010 */

@import url(content.css);

* {
  margin: 0;
  padding: 0;
}

body{
  background: cyan;
  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: yellow;
  background-image: url(/_img/bg_header.png);
  background-repeat: repeat-x;
}

#headerInner{
  position: relative;
  z-index: 1000;
  width: 1008px;
  height: 102px;
  margin: 0 auto;
}

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

#header h1 a{
  display: block;
  width: 440px;
  height: 102px;
}
*/

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

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

/* search */

form#searchForm{
  float: right;
  margin: 10px 17px 0 0;
  padding: 4px 12px 2px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: inset 0 0 8px #DBDBDB;
  box-shadow: inset 0 0 8px #DBDBDB;
  background: #fff;
}

form#searchForm.wkShadow{
  -webkit-box-shadow: inset 0 0 8px #DBDBDB;
}

form#searchForm fieldset{
  border: 0;
}

form#searchForm input#search_term{
  float: left;
  width: 162px;
  margin-right: 5px;
  padding: 3px 0;
  border: 0;
  color: #424242;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

form#searchForm a#search_go{
  float: left;
  width: 16px;
  height: 19px;
  margin-top: 1px;
  background-color: red;
  background-image: url(/_img/bg_search_go.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

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

#nav{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  list-style: none;
}

#nav li{
  float: left;
  margin: 0 11px;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  letter-spacing: .05em;
}

#nav li a{
  display: block;
  padding: 7px 7px 25px;
  text-decoration: none;
  color: fuchsia;
}

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

#nav li ul{
  position: absolute;
  left: -9999px;
  z-index: 999;
  width: 168px;
  margin: 0 0 0 -10px;
  padding: 7px 0;
  border: 1px solid rgba(11, 11, 11, .9);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: rgb(42, 42, 42);
  background: rgba(42, 42, 42, .9);
  list-style: none;
  line-height: 1;
}

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

#nav li li{
  margin: 0;
  font-size: 10px;
}

#nav li li a{
  width: 132px;
  padding: 8px 18px 10px !important;
  color: fuchsia !important;
}

#nav li li a:before{
  content: none;
}

#nav li li a:hover{
  background: url(/_img/bg_nav_li_li_a_hover.png);
  background: rgba(255, 255, 255, .1);
  color: fuchsia !important;
}

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

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

#container{
  clear: both;
  /*background-color: orange;*/
  background-image: url(/_img/bg_container.png);
  background-repeat: repeat-y;
  background-position: center top;
}

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

#containerInner{
  clear: both;
  background: #f9f9f9 url(/_img/bg_containerInner.png) repeat-x;
}

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

body#home #containerInner{
  background: #f9f9f9;
}

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

#contentWrap{
  clear: both;
  position: relative;
  z-index: 99;
  width: 1008px;
  background: url(/_img/bg_contentWrap.png) repeat-y;
  margin: 0 auto;
}

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

body#home #contentWrap{
  background: none;
}

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

#content{
  float: left;
  width: 694px;
  padding: 28px 35px;
}

#content #spacer{
  float: right;
  width: 140px;
  height: 156px;
  margin: 0 0 30px 40px;
}

#content 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 img{
  float: left;
  margin: 0 10px 5px 0;
  border: 3px solid #7e7e7f;
}

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

#content #text{
  clear: both;
}

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

#sidebar{
  float: right;
  width: 202px;
  min-height: 500px;
  margin-bottom: 15px;
  padding: 20px;
}

#sidebar.hasHeaderImage{
  margin-top: 184px;
}

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

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

/* subnav */

#sidebar #subnav{
  margin: 0 0 20px -15px;
}

#sidebar #subnav ul{
  margin-left: 0;
}

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

#sidebar #subnav li a{
  display: block;
  padding: 7px 15px 8px;
  background: url(/_img/bg_subnav_li_a.png) no-repeat left bottom;
  text-decoration: none;
}

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

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

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

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


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

#footer{
  clear: both;
  width: 1008px;
  margin: 0 auto;
  padding: 20px 0 100px;
}

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

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

#footer p.powered{
  float: right;
}

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

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

#footer #newsFeed{
  width: 1008px;
  margin-bottom: 11px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .33);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .33);
  box-shadow: 0 0 5px rgba(0, 0, 0, .33);
}

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

#footer #newsFeed h3{
  float: left;
  margin: 0;
  padding: 8px 10px 9px;
  border-right: 1px solid #d7d7d7;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: green;
  background-image: url(/_img/bg_newsFeed_h3.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  color: #bebebe;
  text-transform: uppercase;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .05em;
  line-height: 1;
}

#footer #newsFeed ul{
  float: left;
  width: 750px;
  margin: 0;
}

#footer #newsFeed ul li{
  margin: 0;
  width: 700px;
  padding: 8px 0 0 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: none;
}

/* billboard */

#billboard{
  position: relative;
  z-index: 0;
  width: 1008px;
  height: 369px;
  margin: 0 auto;
  background: #434343;
  overflow: hidden;
}

#billboard #rotator{
  width: 1008px;
  height: 369px;
  overflow: hidden;
}

#billboard #rotatorbtns{
  position: absolute;
  z-index: 1000;
  bottom: 62px;
  padding: 10px 5px 6px 10px;
  background: url(/_img/bg_billboard_overlay.png);
  background: rgba(0, 0, 0, .5);
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-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: #d5d5d5;
  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{
  display: block;
  width: 1008px;
  height: 369px;
}

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

#billboard .overlay h5{
  margin-bottom: .3333em;
  color: #fff;
  font-size: 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: 458px;
  padding: 10px 23px;
  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: 23px;
  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;
}

.eventsWrap .event .details{
  float: left;
  width: 221px;
  margin: 0 0 12px 12px;
  border-bottom: 1px solid #DADADA;  
}

.eventsWrap .event .date{
  float: left;
  width: 37px;
  text-align: center;
}

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

.eventsWrap .event .month{
  padding: 4px 0;
  background: red;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.eventsWrap .event p.dateTime{
  margin-bottom: .25em;
  color: #898989;
  font-size: 11px;
}

.eventsWrap .event h3{
  color: #252525;
  font-size: 16px;
}

.eventsWrap .event h3 a{
  text-decoration: none;
}

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

.eventsWrap .event p.summary{
  margin-bottom: .5em;
}

/* minical */

.eventsWrap .minical{
  position: relative;
  float: right;
}

.eventsWrap .minical table{
  width: 150px;
  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{
  padding: 0;
  border: 1px solid #e3e1d9; 
  text-align: center;
  background: #fefefe; 
  color: #686868; 
  vertical-align: center;
  padding: 5px;
  width: 5px;
  height: 5px;
  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;
}

#sidebar .widget{
  margin-bottom: 50px;
}

#sidebar .widget .post p.summary img{
  display: none;
}

#sidebar .widget .post h3{
  margin-bottom: .5em;
  color: #252525;
}

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

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

/* home-sermon */

.sermons h1,
.articles h1{
  margin-bottom: .25em;
}

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

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

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

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

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

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

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

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

.sermons .details,
.articles .details{
  float: left;
  width: 290px;
}

body#sermons .sermons .details,
body#articles .articles .details{
  width: 526px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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: blue;
  text-indent: -9999px;
}

#content table.calendar caption span.calendar-prev{
  left: 0px;
  background-image: url(/_img/bg_calendar_prev.png);
}

#content table.calendar caption span.calendar-next{
  left: 25px;
  background-image: url(/_img/bg_calendar_next.png);
}

#content table.calendar th{
  padding: 4px 0;
  background: #555555;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

#content table.calendar td{
  width: 73px;
  height: 80px;
  padding: 4px;
  border: 1px solid #e3e1d9;
  background: #fff;
  vertical-align: top;
  line-height: 1;
}

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

#content table.calendar td a{
  text-decoration: none;
}

#content table.calendar td a:hover{
  text-decoration: underline;
}

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

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

#content table.calendar td li a{
  text-decoration: underline;
}

#content table.calendar td li a:hover{
  text-decoration: none;
}

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

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

#content .eventDetails{
  width: 510px;
}

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

#content .dayEvent{
  clear: left;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #DADADA;
}

#content .dayEvent a.more{
  margin-left: 10px;
  padding: 2px 6px;
  border: 1px solid #CBCBCB;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #E6E6E6;
  font-size: 11px;
  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;
}

/* 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{
  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: 366px;
  padding: 3px;
  border: 1px solid #999;
  color: #616161;
  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: #616161;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, 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: 11px;
  opacity: .75;
}

.monkForm legend{
  margin-bottom: .5em;
  color: green;
  font-size: 20px;
  font-family: Georgia, Times, "Times New Roman", serif;
  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;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

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

.monkForm div.captcha input{
  width: 150px;
  padding: 2px;
  color: #363636;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, 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;
}

/* slider */

#slider{
  padding-top: 14px;
  background: url(/_img/bg_slider.png) repeat-x;
}

#slider.open{
  padding-bottom: 20px;
  background: url(/_img/bg_slider_open.png) repeat-x left bottom;
}

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

#sliderInner{
  width: 1004px;
  margin: 0 auto;
}

#sliderContent{
  display: none;
  float: right;
  width: 800px;
}

#slider a#sliderTrigger{
  float: left;
  height: 35px;
  margin-left: 20px;
  background: url(/_img/bg_slider_trigger_a_span.png) no-repeat left top;
  font-size: 11px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-decoration: none;
  outline: 0;
}

#slider a#sliderTrigger:hover{
  background-position: left bottom;
}

#slider a#sliderTrigger span{
  display: block;
  height: 24px;
  margin-left: 19px;
  padding: 11px 19px 0 0;
  background: url(/_img/bg_slider_trigger_a.png) no-repeat right top;
}

#slider a#sliderTrigger:hover span{
  background-position: right bottom;
}

#slider #times-locations{
  float: left;
  width: 250px;
  margin-left: 16px;
}

#slider #times-locations p{
  font-size: 11px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#slider #times-locations p.services{
  padding-bottom: 1em;
  background: url(/_img/bg_services.png) no-repeat left bottom;
}

#slider #sliderMap{
  float: left;
  width: 250px;
  height: 160px;
  margin-left: 16px;
}

#slider #sliderText{
  float: left;
  width: 250px;
  margin-left: 16px;
}

/* gallery */

#galleries{
  position: relative;
}

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

#galleries a{
  color:#1594AA;
}

#galleries .gallery{
  position: relative;
  float: left;
  width: 320px;
  height: 160px;
  margin-right: 35px;
  margin-bottom: 35px;
  border: 4px solid #000;
  background-color: #333;
  overflow: hidden;
}

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

#galleries .gallery a{
  display: block;
}

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

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

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

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

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

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

#galleries .photo a{
  display: block;
}

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

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

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