/*

  Site: MK009
  
  Change Log:
  * Added support for monkimage

*/

@import url(content.css);

* {
  margin: 0;
  padding: 0;
}

body{
  background-color: orange;
  background-position: center center;
  font-family: "Trebuchet MS", 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_container.png);
  background-repeat: repeat-y;
  background-position: center top;
}

#headerInner{
  position: relative;
  z-index: 1000;
  width: 1044px;
  height: 212px;
  margin: 0 auto;
  background: cyan url(/_img/bg_headerInner.png);
}

/*
#header h1{
  float: left;
  width: 540px;
  height: 150px;
  margin: 20px 0 0 30px;
  background: url(/_img/logo.png) no-repeat left center;
  text-indent: -9999px;
  line-height: 1;
}

#header h1 a{
  display: block;
  width: 540px;
  height: 150px;
}

*/

#header h1{
  float: left;
  margin: 0 0 0 30px;
}

#header h1 img{
  display: block;
  border: 0;
}

/* search */

form#searchForm{
  float: right;
  margin: 31px 25px 0 0;
}

form#searchForm fieldset{
  border: 0;
}

form#searchForm input#search_term{
  float: left;
  width: 162px;
  margin-right: 5px;
  padding: 8px 15px;
  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: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

form#searchForm a#search_go{
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 1px;
  background-color: red;
  background-image: url(/_img/bg_search_go.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* headerImage */

#headerImageWrap{
  position: relative;
  z-index: 9998;
  width: 1044px;
  margin: 0 auto;
}

#headerImageWrap img.headerImage{
  float: none;
  position: absolute;
  top: -91px;
  right: 9px;
/*  z-index: 1000;*/
  margin: 0;
  border: 8px solid yellow;
  -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);
}

/* =nav
---------------------------------------------------------------------
*/

#nav{
  position: absolute;
  left: 10px;
  bottom: -7px;
  width: 487px;
  height: 38px;
  margin: 0;
  list-style: none;
}

#nav li{
  float: left;
  margin: 0 8px;
  font-size: 13px;
  line-height: 1;
}

#nav li a{
  display: block;
  padding: 9px 9px 16px;
  text-decoration: none;
}

#nav li a:hover,
#nav li.current a{
  color: green;
}

#nav li.current a{
  padding-bottom: 9px;
  border-bottom: 7px solid green;
}

#nav li ul{
  position: absolute;
  left: -999px;
  z-index: 999;
  width: 168px;
  margin: -7px 0 0 -10px;
  border-top: 7px solid green;
  border-bottom: 1px solid #bfbfbf;
  list-style: none;
  line-height: 1;
}

#nav li:hover ul{
  left: auto;
  display: inline;
}

#nav > li.nav-end:hover > ul{
  margin-left:-92px;
}

#nav li li{
  margin: 0;
}

#nav li:hover li a{
  width: 130px;
  padding: 8px 18px 10px !important;
  border: 1px solid #bfbfbf;
  border-bottom: 0 !important;
  background: #fefefe url(/_img/bg_nav_li_li_a.gif) repeat-x;
  color: red;
}

#nav li:hover li a:hover{
  background: #f2f2f2 url(/_img/bg_nav_li_li_a_hover.gif) repeat-x;
  color: green;
}

#nav li ul ul{
  display: none !important;
}

/* =container
---------------------------------------------------------------------
*/

#container{
  background-image: url(/_img/bg_container.png);
  background-repeat: repeat-y;
  background-position: center top;
}

/* =containerInner
---------------------------------------------------------------------
*/

#containerInner{
  clear: both;
  width: 1008px;
  margin: 0 auto;
  padding: 18px 18px 0;
  background: url(/_img/bg_containerInner.gif) repeat-y;
  background-color: orange;
}

#containerInner:after{
  content: "."; 
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
}

/* =contentWrap
---------------------------------------------------------------------
*/

#contentWrap{
  position: relative;
  width: 1008px;
  background: url(/_img/bg_contentWrap.gif) repeat-y;
}

body#home #contentWrap{
  width: 996px;
  background: #F5F5F5 url(/_img/bg_containerInner_home.gif) repeat-y 50% top;
  border: 6px solid #B8B8B8;
  border-bottom: 0;
}

#contentWrap:after{
  content: "."; 
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
}

/* =content
---------------------------------------------------------------------
*/

#content{
  float: left;
  width: 694px;
  padding: 28px 35px;
}

#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 hr{
  display: block;
  margin-bottom: 1em;
}

#content #text{
  clear: both;
}

/* =sidebar
---------------------------------------------------------------------
*/

#sidebar{
  float: right;
  width: 204px;
  min-height: 500px;
  padding: 20px;
  background: url(/_img/bg_sidebar.gif) no-repeat;
}

#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;
}

#sidebar #subnav li.current a{
  background-image: url(/_img/bg_subnav_li_a_current.png);
}

/* widget */

.widget{
  margin-bottom: 40px;
}

#sidebar .widget .post p.summary img{
  display: none;
}

#sidebar .widget .post h3{
  margin-bottom: .25em;
  color: #252525;
  font-weight: bold;
}

#sidebar .widget .post h3 a{
  text-decoration: none;
}

#sidebar .widget .post h3 a:hover{
  text-decoration: underline;
}



/* =footer
---------------------------------------------------------------------
*/

#footerOuter{
  background: purple;
}

#footer{
  clear: both;
  width: 1008px;
  margin: 0 auto;
  padding: 28px 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;
}

#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: #707077;
  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: 8px 0 0 18px;
  font-size: 12px;
  font-style: italic;
  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;
}

/* homeFeature */

#homeFeature{
  width: 1008px;
  margin: 0 auto 13px;
}

#homeFeature:after{
  content: "."; 
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
}

/* featureArea */

#featureArea{
  float: left;
  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: blue;
}

#featureArea h5,
#featureArea h6{
  font-size: 14px;
}

#featureArea p,
#featureArea li{
  color: blue;
  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 yellow;
}

/* billboard */

#billboard{
  float: right;
  width: 503px;
  height: 338px;
  margin-top: -108px;
  border: 8px solid yellow;
  -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);
  position: relative;
  z-index: 1500;
  overflow: hidden;
}

#billboard #rotator{
  width: 503px;
  height: 338px;
  overflow: hidden;
}

#billboard #rotatorbtns{
  position: absolute;
  z-index: 1000;
  bottom: 62px;
  padding: 8px 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: 9px;
  height: 9px;
  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{
  width: 503px;
  height: 338px;
  display: block;
}

#billboard .overlay{
  position: absolute;
  bottom: 0px;
  clear: both;
  display: block;
  width: 479px;
  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 */

#homeSections{
  width: 996px;
  background: url(/_img/bg_homeSections.png) repeat-x left bottom;
}

#homeSections:after{
  content: "."; 
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
}

.homeSection{
  position: relative;
  float: left;
  width: 458px;
  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;
}

.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-color: 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;
  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: 20px;
}

.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{
  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-color: 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: 290px;
}

body#sermons .sermons .details{
  width: 526px;
}

#sidebar .sermons .details{
  width: 197px !important;
}

.sermons .media{
  float: right;
  width: 158px;
  margin-left: 10px;
}

#sidebar .sermons .media{
  float: none;
  width: auto;
  margin: 0 0 10px 0;
}

.sermons .media img{
  float: none;
  display: block;
  margin: 0;
}

#sidebar .sermons .media img{
  display: none;
}

.sermons ul.byline{
  margin: 0 0 .5em 1em;
}

#sidebar .sermons ul.byline{
  margin-left: 1em;
}

.sermons ul.byline li{
  color: #898989;
  font-size: 11px;
}

body#sermons .sermons ul.byline li{
  font-size: 12px;
}

.sermons .media ul{
  clear: left;
  margin: 0;
  list-style: none;
}

#sidebar .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{
  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: 31px;
  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;
  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: #4B4B4B;
  font-size: 14px;
  font-weight: bold;
}

#content #comments form p.commentName input{
  width: 366px;
  padding: 3px;
  border: 1px solid #999;
  color: #4B4B4B;
  font-size: 12px;
  font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content #comments form textarea{
  width: 400px;
  padding: 5px;
  margin-bottom: 6px;
  border: 1px solid #999;
  color: #4B4B4B;
  font-size: 12px;
  font-family: "Trebuchet MS", 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-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: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

.monkForm select{
  width: 300px;
}

.monkForm textarea{
  width: 300px;
  padding: 2px;
  color: #363636;
  font-size: 12px;
  font-family: "Trebuchet MS", 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: "Trebuchet MS", 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;
}

/* 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;
}
