@import url("content.css");

/*

  Site: MK007

  Change Log:
  * Added support for monkimage

*/
* {
	margin:0;
	padding:0;
}

body {
	border-top:3px solid red;
	background-color:#0ff;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	line-height:1;
}

hr {
	display:none;
}

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

a {
	overflow:hidden;
}

/* =header
---------------------------------------------------------------------
*/
#header {
	margin-bottom:18px;
	background-color:#ff0;
	background-image:url(/_img/bg_header.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

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

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

#header h1 a{
  display: block;
  width: 401px;
  height: 158px;
}
*/
#header h1 {
	float:left;
	margin:0;
}

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

/* search */
form#searchForm {
	float:right;
	margin:10px 17px 0 0;
	padding:6px 12px 2px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:inset 0 1px 1px #9A9A9A;
	box-shadow:inset 0 1px 1px #9A9A9A;
	background:#fff;
}

form#searchForm.wkShadow {
	-webkit-box-shadow:inset 0 1px 1px #9A9A9A;
}

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:Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

form#searchForm a#search_go {
	float:left;
	width:16px;
	height:20px;
	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;
	padding-left:1px;
	background-image:url(/_img/bg_nav_li.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	list-style:none;
}

#nav li {
	float:left;
	margin:0;
	padding-right:1px;
	background-image:url(/_img/bg_nav_li.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	font-size:14px;
	line-height:1;
}

#nav li a {
	display:block;
	padding:39px 20px 29px;
	text-decoration:none;
	color:#f0f;
}

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

#nav li.current a {
	background:url(/_img/bg_nav_li_a_hover.png) repeat-x left bottom;
}

#nav li ul {
	position:absolute;
	left:-9999px;
	z-index:999;
	width:168px;
	margin:0;
	padding:7px 0;
	background:#ff0;
	list-style:none;
	line-height:1;
}

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

#nav li li {
	margin:0;
	font-size:14px;
	line-height:1.5;
}

#nav li li a {
	width:132px;
	padding:13px 18px 14px!important;
}

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

#nav li li a:hover {
	background:#fff;
	background:rgba(255,255,255,.5);
	color:red;
}

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

/* =container
---------------------------------------------------------------------
*/
#container {
	position:relative;
	z-index:100;
	clear:both;
	width:1002px;
	margin:0 auto;
	padding:18px;
	background-color:orange;
}

body#home #container {
	background-image:url(/_img/bg_container_home.png);
	background-repeat:repeat-x;
	background-position:left top;
}

/* =contentWrap
---------------------------------------------------------------------
*/
#contentWrap {
	clear:both;
	position:relative;
	z-index:99;
	width:1002px;
	background:#ECECEC 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:#f9f8f8 url(/_img/bg_contentWrap_home.png) no-repeat;
}

/* =content
---------------------------------------------------------------------
*/
#content {
	float:left;
	width:696px;
	min-height:300px;
	padding:20px 35px;
}

#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;
	-moz-box-shadow:0 5px 6px rgba(0,0,0,.15);
	-webkit-box-shadow:0 5px 6px rgba(0,0,0,.15);
	box-shadow:0 5px 6px rgba(0,0,0,.15);
}

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

#content #text {
	clear:both;
}

/* =sidebar
---------------------------------------------------------------------
*/
#sidebar {
	float:right;
	width:225px;
	margin:0 10px 0 0;
}

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

#sidebar img.blogImage {
	width:225px;
	margin:0 -12px 1em;
	border:0;
}

/* subnav */
#sidebar #subnav {
	margin:0 0 12px;
	background:#eaeaea;
}

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

#sidebar #subnav li {
	font-size:20px;
	font-weight:700;
	list-style:none;
	line-height:1;
	text-align:center;
}

#sidebar #subnav li a {
	display:block;
	padding:9px 15px;
	background:red url(/_img/bg_homeSection_h2.png) center bottom no-repeat;
	color:#f1f1f1;
	text-decoration:none;
}

#sidebar #subnav li li {
	font-size:14px;
	font-weight:400;
	text-align:left;
}

#sidebar #subnav li li a {
	padding:12px 0 14px 30px;
	background:none;
	background:url(/_img/bg_subnav_li_li_a.png) no-repeat center bottom;
	color:red;
}

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

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

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

/* =footer
---------------------------------------------------------------------
*/
#footer {
	position:relative;
	z-index:50;
/*  height: 200px;*/
	margin-top:-190px;
	padding-top:170px;
	background-color:purple;
	background-image:url(/_img/pattern-4-squares.png);
	background-position:center center;
}

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

#colophon {
	clear:both;
	width:1002px;
	margin:0 auto;
	padding:30px 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;
}

/* newsFeed */
#newsFeed {
	width:1002px;
	margin-bottom:18px;
	background:#fff;
	-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);
	height:31px;
}

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

#newsFeed h3 {
	float:left;
	margin:0;
	padding:8px 17px 9px;
	border-right:1px solid #d7d7d7;
	background-color:green;
	background-image:url(/_img/bg_newsFeed_h3.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#bebebe;
	font-size:14px;
	line-height:1;
}

#newsFeed ul {
	float:left;
	width:750px;
	width:520px;
	margin:0;
	height:31px;
	position:relative;
	overflow:hidden;
}

#newsFeed ul li {
	margin:0;
	width:650px;
	padding:10px 0 10px 15px;
	font-size:10px;
	font-weight:700;
	line-height:1;
	list-style:none;
}

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

#newsFeed #socialMedia {
	float:right;
}

#newsFeed #socialMedia img {
	float:left;
	margin:4px 4px 0 0;
	border:none;
}

/* billboard */
#billboard {
	position:relative;
	z-index:0;
	width:1002px;
	height:387px;
	margin:0 auto 18px;
	background:#434343;
	overflow:hidden;
}

#billboard #rotator {
	width:1002px;
	height:387px;
	overflow:hidden;
}

#billboard #rotatorbtns {
	position:absolute;
	z-index:1000;
	bottom:71px;
	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 {
	width:1002px;
	height:387px;
	display:block;
}

#billboard .overlay {
	position:absolute;
	bottom:0;
	clear:both;
	display:block;
	width:958px;
	height:59px;
	padding:12px 22px 0;
	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:18px;
	font-weight:700;
	line-height:1;
}

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

/* homeSection */
.homeSection {
	position:relative;
	float:left;
	width:294px;
	padding:0 20px;
}

.homeSection hr {
	display:block;
	margin-bottom:1em;
}

.homeSection img {
/*  float: left;
  margin: 0 10px 0 0;
  border: 3px solid #7e7e7f;
*/
	width:100%;
	height:auto;
}

.homeSection h2 {
	height:28px;
	margin:0 -20px 15px;
	padding:9px 20px 0;
	font-size:16px;
	background:url(/_img/bg_homeSection_h2.png) center bottom no-repeat;
	color:#fff;
	line-height:1;
}

#hsLeft.homeSection h2 {
	background-color:green;
}

#hsCenter.homeSection h2 {
	background-color:red;
}

#hsRight.homeSection h2 {
	background-color:blue;
}

.homeSection p.more {
	font-size:11px;
	text-align:right;
}

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

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

/* widget */
#sidebar .widget {
	float:left;
	clear:both;
	width:201px;
	padding:0 12px 10px;
	border-bottom:1px solid #fbfbfb;
}

#sidebar .widget h2 {
	margin:0 -12px 10px;
	padding:4px 10px 5px;
	background:green url(/_img/bg_homeSection_h2.png) center center no-repeat;
	color:#f1f1f1;
	text-align:center;
}

.widget h3 {
	margin-bottom:.25em;
	color:#252525;
	font-size:14px;
	font-weight:700;
	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:400;
}

.widget .sermons .details,.widget .articles .details {
	width:270px;
}

#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 {
	width:16px;
	margin:20px 0 0;
}

.widget .sermons .media li,.widget .articles .media li {
	margin-bottom:5px;
	border:0;
	text-indent:-9999px;
}

#sidebar .widget .sermons .media li,#sidebar .widget .articles .media li {
	margin-bottom:0;
	text-indent:0;
	line-height:1;
}

.widget .sermons .media li a,.widget .articles .media li a {
	width:16px;
	height:16px;
	padding:0;
}

#sidebar .widget .sermons .media li a,#sidebar .widget .articles .media li a {
	width:auto;
	height:auto;
	padding:6px 0 7px 25px;
	background-position:4px center;
}

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

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

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

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

/* 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:700;
	text-transform:uppercase;
	letter-spacing:.1em;
}

.event .day {
	padding:0 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:700;
}

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

.minical th {
	padding:0;
	border:0;
	background:#555;
	color:#fefefe;
	font-weight:700;
	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:#fff;
	font-weight:700;
}

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

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

#traildiv {
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	visibility:hidden;
	width:100px;
	height:100px;
	color:#FFF;
}

#traildiv ul {
	margin:0;
	padding:5px;
	padding-bottom:0;
	border:2px solid red;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#E5E5E5;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
	box-shadow:0 0 5px rgba(0,0,0,.5);
}

#traildiv li {
	margin-left:15px;
	margin-bottom:.75em;
	color:#4B4B4B;
	font-size:11px;
}

#traildiv a {
	color:#4B4B4B;
	text-decoration:none;
}

#sidebar .minical {
	float:none;
	margin:0 -12px;
}

#sidebar .minical table {
	width:100%;
	border-top:0;
	border-left:0;
	border-right:0;
}

#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 td {
	height:30px;
	border-top:0;
	border-right:0;
	border-color:#fbfbfb;
	background:#E5E5E5;
}

#sidebar .minical td.linked-day > a {
	color:#686868;
}

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

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

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

/* 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:0;
	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:#555;
	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 #DDD;
}

.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:475px;
	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:#FFF;
	font-size:11px;
	font-weight:700;
	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:700;
}

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

.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:#AAA;
	font-size:11px;
}

#content .comment .comment-meta span {
	color:green;
	margin-right:5px;
	font-size:14px;
	font-weight:700;
}

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

#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:11px;
	opacity:.75;
}

.monkForm > fieldset > legend {
	display:none;
}

.monkForm legend {
	margin-bottom:.5em;
	color:green;
	font-size:20px;
	line-height:1.25;
}

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

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

.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:red;
	font-weight:700;
	font-style:italic;
}

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

/* gallery */
#galleries {
	position:relative;
}

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

#galleries a {
	color:#1594AA;
}

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

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

#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:48px;
	margin-bottom:48px;
	background:#222;
	overflow:hidden;
}

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

#galleries .photo a {
	display:block;
}

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

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

/* =Mailchimp
---------------------------------------------------------------------
*/
#newsletterSignup {
	float:right;
	padding-right:12px;
	width:240px;
	margin:5px 0;
}

#newsletterSignup input {
	background:#f7f7f7;
	padding:3px 7px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	outline:none;
	border:1px solid #ccc;
	font-style:italic;
	width:120px;
	float:left;
	font-size:11px;
	color:#aaa;
	-webkit-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}

#newsletterSignup input:focus {
	border:1px solid #999;
	background:#f9f9f9;
	-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,.12);
	box-shadow:0 0 3px 1px rgba(0,0,0,.12);
	color:#666;
}

#newsletterSignup #mc-embedded-subscribe {
	background:#ededed;
	background:#ededed;
	border:1px solid #898989;
	padding:3px 8px;
	width:auto;
	text-align:center;
	cursor:pointer;
	color:#666;
	-webkit-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}

#newsletterSignup #mc-embedded-subscribe:hover {
	background:#e8e8e8;
	border:1px solid #999;
}

/*sharethis*/
.share {
	margin-bottom: 20px;
}