
/* @group Initial */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px;
}
body {
    font-size: 62.5%;
	line-height: 1em;
	color: black;
	background-color: #44312d;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
   overflow: hidden;
}

#container{
   width: 960px;
   margin: 0 auto;
   position: relative;
}

#wrap{
	min-height: 500px;
	background: #f8f8f8 url(../_img/bg_body.jpg) repeat-x;
}

a{
   overflow: hidden;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*.transparent {
	 filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}*/


/* @end */
/* @group Header */

#header{
	height: 280px;
	position: relative;
	background: url(../_img/bg_header.png) no-repeat 0 42px;
}

#header h1{
	position: absolute;
	width: 417px;
	height: 110px;
	left: 9px;
	top: 8px;
	background: url(../_img/bg_h1.png) no-repeat;
	text-indent: -9999em;
}

#search{
	position: absolute;
	right: 0;
	top: 50px;
}

#searchForm fieldset{
	width: 268px;
}

#search #search_term{
	border-style: none;
	height: 25px;
	width: 186px;
	padding-left: 10px;
	background-color: #8a8786;
	text-transform: uppercase;
	color: #ddd;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	padding-top: 0px;
}
#search a#search_go{
	display: block;
	height: 25px;
	width: 57px;
	background: url(../_img/search_btn-go.png) no-repeat;
	text-indent: -9999em;
	margin-top: 1px;
}

#search a#search_go:hover{
}

/* @end */
/* @group Navigation */

#nav{
   list-style: none;
   position: absolute;
	display: block;
	left: 0;
	bottom: 46px;
}

#nav li{
   float: left;
	padding-left: 10px;
	margin-right: 15px;

}

#nav li a{
   display: block;
   color: #D5213D;
   text-decoration: none;
   padding-top: 11px;
   margin-right: -5px;
   padding-right: 10px;
   padding-bottom: 12px;
   font: bold 1.1em Tahoma, Geneva;
	text-decoration: none;
}

#nav li a:hover{
	color: #d5213d;
}

#nav li.current{
	background: url(../_img/nav_current-a.png) no-repeat left top;
}

#nav li.current a{
	background: url(../_img/nav_current-a.png) no-repeat right top;
	color: #fffeff;
}

/* @end */


/* @group Subnav */

#sub #sidebar #subnav{

}

#sub #sidebar #subnav li{
	color: #537EA9;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: url(../_img/subnav_bullet-a.png) no-repeat 0 0;
	padding-left: 30px;
	list-style-type: none;
	list-style-image: none;
}

#sub #sidebar #subnav li li{
	padding-left: 0;
	background-image: none;
}

#sub #sidebar #subnav li a{
	color: #537EA9;
	text-decoration: none;
	font-size: 1.9em;
	display: block;
	padding-left: 0;
	height: 15px;
	padding-top: 3px;

	padding-bottom: 2px;
	background-image: none;
	margin-bottom: 10px;
}

#sub #sidebar #subnav li a:hover,
#sub #sidebar #subnav li.current li a:hover{
	color: #1A4976;
}

#sub #sidebar #subnav li ul{
	display: none;
}

#sub #sidebar #subnav li li a{
	font-size: 1.6em;
	background-image: none;
}

#sub #sidebar #subnav li.current ul {
    margin-left: 15px;
	display: block;
}

#sub #sidebar #subnav li.current {
	background-position: 0 -19px;
}

#sub #sidebar #subnav li.current.nosub{
	background-position: 0 0px;
}

#sub #sidebar #subnav li.current a, #sub #sidebar #subnav li.current li.current a{
	color: #1A4976;
}

#sub #sidebar #subnav li.current li a{
	color: #1A4976;
}




/* @end */

/* @group Content */

#content{
	font-family: Tahoma, Geneva;
	color: #343434;
	padding-top: 10px;
}
#content h2{
	color: #1A4976;
	font-size: 3em;
	margin-bottom: 15px;
	line-height: 1.2em;
}

#content h2.pagetitle{
	margin-bottom: 25px;
}
#content h3{
	font-size: 2em;
	color: #537EA9;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}
#content h4{
	color: #1A4976;
	font-size: 1.8em;
	margin-bottom: 5px;
}
#content h5{
font-size: 1.6em;
font-weight: bold;
	margin-bottom: 5px;
	color: #537EA9;
}
#content h6{
 font-size: 1.6em;
 color: #1A4976;

}

#content p,
#content li{
   margin-bottom: 1em;
   color: #343434;
   font-size: 1.3em;
   line-height: 1.5 !important;
}

#content blockquote{
	margin-bottom: 1em;
   color: #343434;
   font-size: 1.3em;
   line-height: 1.5 !important;
   font-style: italic;
   padding-left: 10px;
}

#content li{
	list-style-type: circle;
	list-style-position: inside;
}

#content ul,
#content ol{
	margin: 0em 0 2em 30px;
}

#sub #content ol li{
	list-style-type: decimal !important;
}



#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   list-style: none;
}

#content ul#byline li{
   font-size: 1.1em;
}

#content li{
   margin: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 3em;
}

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

#content a{
   color: #1c4a72;
   text-decoration: none;
}

#content a:hover{
   text-decoration: underline;
}

#content blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px;
}

#content img{
}

#content #text{
   clear: both;
}

#content .sermonbox{
   margin-bottom: 20px;
}

#content .sermonbox h4{
   margin-bottom: 5px;
}

#content .sermonbox p{
   padding: 0;
   margin: 0;
}

/* @end */

/* @group Sub */

#sub #sidebar{
	padding: 25px 30px 20px 20px;
	width: 238px;
	min-height: 600px;
	float: left;
	background: url(../_img/sidebar_bg.png) repeat-y;
}

#sub #content{
	width: 640px;
	float: right;
	min-height: 640px;
}

#sub-fullwidth{
	width: 100%;
	float: right;
	min-height: 640px;

}

/* @end */

/* @group Footer */

#footer-wrap{
   clear: both;
	background: url(../_img/footer_bg-repeat.jpg) repeat-x;
	min-height: 150px;
	padding-top: 90px;
	margin-top: -10px;
}

#footer{
   width: 960px;
   position: relative;
	margin: 0 auto 100px;
}

#footer .invite{
	display: block;
	width: 201px;
	height: 24px;
	text-indent: -9999em;
	background: url(../_img/invite_a_friend-bg-a.png) no-repeat 0 0;
	margin-bottom: 10px;
}
#footer .invite:hover{
	background-position: 0 -24px;
}

#footer #shareform{

z-index: 30;
	width: 205px;
	background: url(../_img/home_event_popup-bg.png) no-repeat;
	position: absolute;
	padding: 20px;
	min-height: 100px;
}

#shareform #sharebtm{
	background: url(../_img/home_event_popup-bg.png) no-repeat 0 bottom;
	height: 15px;
	width: 240px;
	position: absolute;
	bottom: -15px;
	left: 0;
	display: block;
}

#tellafriend label{
	display: block;
	font: bold .9em Tahoma, Geneva;
	color: #71452d;
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-top: 10px;
}

#tellafriend label.error{
	color: white;
	padding: 5px;
	background-color: #91021f;
	text-transform: capitalize;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
}

#tellafriend input, #tellafriend textarea{
	border: 1px solid #eae6cf;
	background-color: #fff;
}

#tellafriend input{
	height: 18px;
	width: 150px;
	padding-left: 5px;
	color: #736f5d;
}

#tellafriend textarea{
	padding: 8px;
	color: #736f5d;
	width: 180px;
}

#tellafriend #submit{
	width: 55px;
	height: 22px;
	background-color: transparent;
	border-style: none;
	margin-top: 10px;
}

#shareform #response{
	margin-bottom: 10px;
	color: #1c1512;
	font-size: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb49a;
}


#footer .col{
	float: left;
	width: 315px;
}
#footer .col.first{
	color: #bbbaba;
	font: 1.2em Tahoma, Geneva;
}

#footer .col.last{
	float: right;
}

#footer .col.first ul{
	margin-bottom: 10px;
}

#footer .col.first li{
	float: left;
}

#footer .col.first li.sep{
	color: #bbbaba;
	padding-left: 10px;
	padding-right: 10px;
}

#footer li.sep.last{
	display: none;
}

#footer a{
	color: #bbbaba;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer  p{
	clear: both;
}

#footer .col.second h3{
	display: block;
	background: url(../_img/online_community-title.png) no-repeat;
	text-indent: -9999em;
	margin-bottom: 10px;
}

#footer .col.second .social {
	width: 150px;
}

#footer .col.second .social li{
	float: left;
}

#footer .col.second .social li a{
	display: block;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999em;
	background: url(../_img/online_community-logos.png) no-repeat 0 0;
}

#footer .col.second .social li#twitter a{ background-position: -100px 0; }
#footer .col.second .social li#twitter a:hover{ background-position: -100px -50px; }
#footer .col.second .social li#facebook a{ background-position: 0px 0; }
#footer .col.second .social li#facebook a:hover{ background-position: 0px -50px; }
#footer .col.second .social li#myspace a{ background-position: -150px 0; }
#footer .col.second .social li#myspace a:hover{ background-position: -150px -50px; }
#footer .col.second .social li#rss a{ background-position: -250px 0; }
#footer .col.second .social li#rss a:hover{ background-position: -250px -50px; }

#footer .col.last h3{
	display: block;
	background: url(../_img/church_info-title-bg.png) no-repeat;
	text-indent: -9999em;
	margin-bottom: 10px;
}

#footer .col.last .info{
	background-image: url(../_img/church_info-bg.png);
	margin-bottom: 5px;
	color: #bbbaba;
	font: normal 1.2em/1.5em Tahoma, Geneva;
}

#footer .col.last .info.top{
	font: 1.6em Georgia, "Times New Roman", Times, serif;
}

#footer .col.last .info .btm{
	width: 315px;
	height: 13px;
	background: url(../_img/church_info-bg.png) left bottom;
	clear: both;
}

#footer .col.last .info .copy{
	padding: 13px 13px 0;
}

#footer .col.last .top span{
	margin-right: 10px;
}

#footer .col.last .left{
	float: left;
	width: 160px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #362c27;
}

#footer .col span{
	display: block;
}

#footer .col.last .right{
	float: left;
	width: 100px;
}

#footer  .powered{
	width: 120px;
	float: right;
	margin-top: 5px;
}

#footer  .powered a{
	display: block;
	height: 30px;
	background: url(../_img/ekklesia360_bg-a.png) no-repeat;
	text-indent: -9999em;
	width: 120px;
}

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

#footer #newsletter{
	font-size: 1.2em;
	font-family: Tahoma, Geneva;
	color: #bbbaba;
	margin-bottom: 10px;
}

#footer #newsletter p{
	line-height: 1.2em;
	margin-bottom: 8px;
}

#footer #newsletter label{
	float: left;
	padding: 5px 0 5px 0;
	margin: 0 5px 5px 20px;
	clear: left;
	display: none;
}

#footer #newsletter #firstnamelabel{
	display: block;
	margin-top: -26px;
}

#footer #newsletter #lastnamelabel{
	display: block;
	margin-top: -26px;
}

#footer #newsletter #emaillabel{
	display: block;
	margin-top: -2px;
}

#footer #newsletter input{
	margin-bottom: 5px;
	float: right;
	margin-left: 24px;
}
/* @end */

/* @group Sidebar Events */

#sidebar .section.events {
	margin-top: 25px;
	margin-bottom: 25px;
}

#sidebar .section.events h3{
	background: url(../_img/sidebar_events-title.png) no-repeat;
	height: 25px;
	position: relative;
	width: 230px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #1A4976;
}

#sidebar .section.events h3 span.month{
	text-transform: uppercase;
	color: rgba(255,254,255,0.65);
	position: absolute;
	top: 0;
	left: 5px;
	letter-spacing: 1px;
	text-align: center;
	font: bold 5px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar .section.events h3 span.day{
	position: absolute;
	top: 9px;
	left: 5px;
	text-align: center;
	color: #1A4976;
	letter-spacing: 1px;
	font: bold 10px Tahoma, Geneva;
}

#sidebar .section.events .date{
	color: #1A4976;
	text-transform: uppercase;
	font: 2.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 70px;
	float: left;
	padding-top: 3px;
}

#sidebar .section.events .date span{
	font-size: .7em;
	margin-right: 5px;
}

#sidebar .section.events  .item{
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 2px;
	cursor: pointer;
	border-bottom: 1px dotted #1A4976;
	padding-left: 8px;
}

/* #sidebar .section.events  .item.odd{
	background-image: url(../_img/sidebar_event-highlight.png);
} */

#sub #sidebar .section.events  .item h4{
	width: 160px;
	float: right;
	padding-top: 5px;
	font: 1.6em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif !important;
	margin-bottom: 5px;
	background-image: none;
}

#sub #sidebar .section.events  .item h4 a{
	color: #fff !important;
	text-decoration: none;
}

/* #sidebar .section.events  .item:hover{
	background-color: #fef9ea;
	border-bottom: 1px solid #e3ddc5;
	position: relative;
	background-image: none;
} */

#sidebar .section.events  .item:hover .date{
	color: #1A4976;
}

#sidebar .section.events .item .loc{
	color: #537EA9;
	font: 1.3em/1.2em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	width: 160px;
	float: right;
}

#sidebar .section.events .item .loc span{
	color: #537EA9;
}

/* @end */


/* @group Items */
#content #items{
	margin-top: 25px;
}
#content  .item{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #1A4976;
}
.sermons #content  .item{
	padding-bottom: 0;
}

#content .item .eventimg{
	width: 75px;
	float: left;
	margin-right: 10px;
}

#content #eventimg {
	margin-bottom: 15px;
}

#content  .item h3{
	margin-bottom: 4px;
}

.sermons #content  .item h3{
	margin-bottom: 4px;
	width: 420px;
	line-height: 1.55em;
}
#content  .item h3 a{
	color: #1A4976;
	text-decoration: none;
}

#content  .item h3 a:hover{
	text-decoration: underline;
}

#content  .item .byline{
	color: #000;
	margin-bottom: 10px;
}

#content  .item .date{
	color: #9EB4CB;
	font: normal normal 1.2em Georgia, "Times New Roman", Times, serif;
}

#content  .item .tags{
	border-left: 2px solid #9EB4CB;
	padding-left: 10px;
	margin-left: 10px;
}

#content  .item .media{
	float: right;
	display: block;
}

#content  .item .media li {
	float: left;
	height: 25px;
	list-style-image: none;
	list-style-type: none;
}

#content  .item .media li a{
	display: block;
	text-indent: -9999em;
	background: url(../_img/media_bg-a.png) no-repeat;
	height: 25px;
}

#content  .item .media li.lend a{
	background-position: 0 0;
	width: 9px;
}

#content  .item .media li.rend a{
	background-position: right 0;
	width: 8px;
}

#content  .item .media li.listen a{
	background-position: -9px 0;
	width: 41px;
}

#content  .item .media li.download a{
	background-position: -51px 0;
	width: 68px;
}

#content  .item .media li.video a{
	background-position: -118px 0;
	width: 54px;
}

#content  .item .media li.notes a{
	background-position: -172px 0;
	width: 46px;
}

.sermons #content  h3.group{
	font-size: 1.5em;
	background-color: #f1ead7;
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cdc7b1;
	color: #994f18;
	border-left: 5px solid #cdc7b1;
}
.sermons #content  .item.detail{
	background-image: none;
}

.sermons #content  .item.detail .media{
	float: right;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 15px;
	display: inline-block;
}
.sermons #content .item.detail .byline{
	color: #1b1310 !important;
}

.sermons #content .item.detail .byline span{
	color: #726d5c;
}


#content  .item .media li.listen a:hover{ background-position: -9px -26px;}
#content  .item .media li.download a:hover{ background-position: -51px -26px;}
#content  .item .media li.video a:hover{ background-position: -118px -26px;}
#content  .item .media li.notes a:hover{ background-position: -172px -26px;}


#filters{
	margin-bottom: 50px;
	background-color: #cbc5ab;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 10px;
	border: 1px solid #bdb8a4;
}
#filter select{
	width: 110px;
	margin-right: 5px;
	margin-bottom: 2em;
}

/* @end */

/* @group Sidebar */

#sub #sidebar .section{
	font: 1.1em/1.5em Tahoma, Geneva;
	color: #2f2f2f;
}

#sub #sidebar .section h2{
	color: #1A4976;
	font: 2em Tahoma, Geneva !important;
	margin-bottom: 5px;
}

#sub #sidebar .section h3{
	color: #537EA9;
	font: 1.8em Tahoma, Geneva !important;
	margin-bottom: 5px;
}

#sub #sidebar .section h4{
	color: #1A4976;
	font: 1.6em Tahoma, Geneva !important;
	margin-bottom: 5px;
	padding-bottom: 4px;
	background: url(../_img/item_sep-bg.jpg) repeat-x 0 bottom;
}

#sub #sidebar .section h5{
	color: #537EA9;
	font: 1.6em Tahoma, Geneva !important;
	margin-bottom: 5px;
}

#sub #sidebar .section h6{
	color: #1A4976;
	font: bold 1.3em Tahoma, Geneva !important;
	margin-bottom: 5px;
}

#sub #sidebar ul{
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;
	margin-top: 5px;
}

#sub #sidebar ol{
	margin-left: 15px;
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sub #sidebar img{
	margin-bottom: 10px;
	margin-top: 10px;
	border: 4px solid #cac4af;
}

#sub #sidebar .section a{
	color: #537EA9;
}

#sidebar #filter h3{
	font: 1.8em Tahoma, Geneva;
	color: #1A4976;
	margin-bottom: 5px;
}

#sidebar #filter ul{
	margin-bottom: 20px;
}



#sidebar #filter li{
	margin-bottom: 0px;
	font: 1.3em Tahoma, Geneva;
	padding: 5px;
	cursor: pointer;
	border-bottom: 1px solid #537EA9;
	list-style-image: none;
	list-style-type: none;
}
#sidebar #filter li:hover{
	border-bottom: 1px solid #1A4976;
	background: #1A4976 url(../_img/icn_plus-minus.png) no-repeat 98% 8px;
}

.blog #sidebar #filter li:hover{
	background-image: none;
}

#sidebar #filter li a{
	color: #fff;
	text-decoration: none;
}

#sidebar #filter li.active{
	border-bottom: 1px solid #1A4976;
	background: #1A4976 url(../_img/icn_plus-minus.png) no-repeat 98% -65px;
}

#sidebar #filter .clearall{
	text-align: right;
	display: block;
	color: #537EA9;
	text-transform: uppercase;
	font: bold .9em Tahoma, Geneva;
	cursor: pointer;
}

#sidebar #filter .clearall:hover{
	color: #1A4976;
}

/* @end */


/* @group Comments */
#content #comments {
	margin-bottom: 30px;
	padding-top: 10px;
	margin-top: 10px;
	background: url(../_img/item_sep-bg.jpg) no-repeat right top;
}
#content #comments .login{

	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #b7b197;
	font-weight: bold;
}

#content #comments p{
	color: #1e1613;
	font-size: 1.1em;
	margin-bottom: 5px;
}

#content #comments p strong{
	color: #1d2a3c;
	margin-right: 5px;
}

#content #comments form label{
	display: none;
}

#content #comments form{
	margin-bottom: 30px;
}

#content #comments textarea{
	height: 136px;
	margin-bottom: 10px;
	background-color: #fefdf8;
	border: 1px solid #bdb79d;
	font-size: 1.2em;
	color: #5a5a5a;
	padding: 10px;
	line-height: 1.5em;
	width: 620px;
}

#content #comments input#comment-submit{
	text-indent: -9999em;
	display: block;
	cursor: pointer;
	width: 55px;
	height: 31px;
	border-style: none;
	background: transparent url(../_img/btn_send.gif) no-repeat;
}

#comments h4{
	font-size: 1.5em;
	margin-bottom: 6px;
}

#comments .comment{
	padding: 20px;
}

#comments .comment h5{
	font-size: 1.1em;
	margin-bottom: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b9b399;
	color: #563422;
}

#comments .comment h5 span{
	color: #1c1512;
}

#sub #comments p.commentName{
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 25px;
}
#comments p.commentName input#name{
	display: block;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 1.1em;
	padding: 4px;
	width: 200px;
}

/* @end */

/* @group Tabs */

#content ul.tabs{
	margin-left: 0;
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;

	background: #382720;
}

#content ul.tabs li{
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-right: 10px;

	text-align: center;
	width: 100px;
}

#content ul.tabs li a{
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px 10px 11px;
	color: #ddd7bf;
	background-color: #613c26;

}
#content ul.tabs li a.current{
	background-color: #ddd7bf;
	color: #1b1310;

}

/* @end */



/* @group Calendar */

#content #cal-wrap{
	position: relative;
	margin-top: 55px;
	display: block;
	width: 642px;
}
#content table.calendar{
	margin-bottom:25px;
	border: 1px solid #ebddb8;
	border-collapse: collapse;
	width:642px;
	border-right-style: none;
	margin-top: 25px;

}

#content table.calendar body{
	width:642px;
	text-align: right;
}
#content table.calendar caption{
	padding:0 0 12px 50px;
	color: #5e3a26;
	font-weight: bold;
	font-size:1.4em;
	text-align:left;
	background:url(/_img/caption_bg.gif) no-repeat left top;
	position: absolute;
	top: -35px;
	left: 0;
}


#content #month1, #content #month2, #content #month3, ##content #month4, #content #month5, #content #month6, #content #month7, #content #month8, #content #month9, #content #month10, #content #month11, #content #month12{
	width: 900px;
}
#content .calendar span{
	display:block;
	width:21px;
	height:18px;
	text-indent:-9999em;
	position:absolute;
	background:url(/_img/caption_span_bg.gif) no-repeat;
}
#content span.calendar-next{
	background-position:right top;
	top:0;
	left:22px;

}
#content span.calendar-prev{
	background-position:left top;
	top:0;
	left:0px;
}
#content table.calendar th	{
	 padding:0;
	 background: #37261f;
	 color:#fefefe;
	 font-size: 1.2em;
	 font-weight: bold;
	 line-height: 33px;
	 text-transform:uppercase;
	 text-align: center;
}
#content table.calendar td{
	width: 68px;
	height:68px;
	padding: 2px;
	border:1px solid #e3e1d9;
	border-left:0;
	text-align:right;
	border-top:0;
	background:#fefefe url(/_img/td_bg.gif) repeat-x;
	color: #686762;
	font-size:1.0em;
	vertical-align:top;

}
#content table.calendar td a{
	color:#898781;
	text-decoration: none;
}
#content table.calendar td ul{
	margin: .7em 0 0 .4em;
	font-size: 100%;
	list-style: none;
	padding:6px;
	margin-right: -4px;
	display: block;
}
#content table.calendar td li{
	margin-bottom: .95em;
	font-size: 1.1em;
	line-height: 1.3;
	text-align:left;
}
#content table.calendar td li a{
	color: #575653;
	text-decoration:none;
	font-size:11px;
}
#content table.calendar td li a:hover{
	text-decoration:underline;
	color: #8d3224;
}

#content .calendar td.empty{
	background-color: #fcfcfc;
	background-image: none;
}

#sub.calendar #content h2{
	margin-bottom: 0px;
}
/* @end */

/* @group Gallery */

#content #photo-list{
	position: relative;

}
#content .photo{
	overflow: hidden;
		background-color: #000;
	border: 1px solid #184168;
}
#content .photo img{
	float: none;
	margin: 0;
	padding: 0;
}

#content #gallery-list .gallery .thmb{
	overflow: hidden;
	width: 330px;
}

#content #gallery-list .gallery .thmb img{
	float: none;
	margin: 0;
	padding: 0;
	width: 330px;
}

#content #gallery-list .gallery .title{
	background-color: #184168;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	padding: 5px;
	display: block;
	width: 100%;
	clear: both;
	border-top: 1px solid #000;
}

#content #gallery-list .gallery .title a{
	color: #ddd7bf;
	text-decoration: none;
}

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

#content #gallery-list .gallery {
	overflow: hidden;
	background-color: #000;
	border: 4px solid #000;
}

/* @end */


.r_grid {
    width: 100%;
    margin: 1em 0;
    clear: both
}
.r_grid .r_row {
    width: 100%;
    margin-bottom: 1em
}
.r_grid .r_row.omega {
    margin-bottom: 0
}
.r_grid .clearfix:before,
.r_grid .clearfix:after {
    content: " ";
    display: table
}
.r_grid .clearfix:after {
    clear: both
}
.r_grid .full,
.r_grid .one-half,
.r_grid .one-third,
.r_grid .one-fourth,
.r_grid .two-third,
.r_grid .three-fourth,
.r_grid .one-half.omega,
.r_grid .one-third.omega,
.r_grid .two-third.omega,
.r_grid .one-fourth.omega,
.r_grid .three-fourth.omega {
    padding-left: 2.60281%;
    padding-right: 2.60281%;
    width: 94.79438%;
    float: right;
    margin-right: 0;
    *margin-left: -1.66em;
    display: inline
}
.r_grid img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    line-height: 0;
    padding: 0;
    margin: 0
}
@media (max-width: 61.5em) {
    .r_grid .full,
    .r_grid .one-half,
    .r_grid .one-third,
    .r_grid .one-fourth,
    .r_grid .two-third,
    .r_grid .three-fourth,
    .r_grid .one-half.omega,
    .r_grid .one-third.omega,
    .r_grid .two-third.omega,
    .r_grid .one-fourth.omega,
    .r_grid .three-fourth.omega {
        margin-bottom: 1em
    }
    .r_grid .r_row {
        margin-bottom: 0
    }
}
@media (min-width: 61.5em) {
    .r_grid .full {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .r_grid .one-half {
        /*padding-left: 0;
        padding-right: 0;
        width: 48.94268%;
        float: left;
        margin-right: 2.11465%*/

		width: 44%;
		float: left;
		margin-right: 2.11465%;
		background: #ECECEC;
		padding: 10px 15px;
		margin-bottom: 10px;
    }
    .r_grid .one-third {
        padding-left: 0;
        padding-right: 0;
        width: 31.92357%;
        float: left;
        margin-right: 2.11465%
    }
    .r_grid .one-fourth {
        padding-left: 0;
        padding-right: 0;
        width: 23.41401%;
        float: left;
        margin-right: 2.11465%
    }
    .r_grid .two-third {
        padding-left: 0;
        padding-right: 0;
        width: 65.96178%;
        float: left;
        margin-right: 2.11465%
    }
    .r_grid .three-fourth {
        padding-left: 0;
        padding-right: 0;
        width: 74.47134%;
        float: left;
        margin-right: 2.11465%
    }
    .r_grid .one-half.omega {
        /*padding-left: 0;
        padding-right: 0;
        width: 48.94268%;
        float: right;
        margin-right: 0*/
		width: 44%;
		float: left;
		margin-right: 2.11465%;
		background: #ECECEC;
		padding: 10px 15px;
		margin-bottom: 10px;
    }
    .r_grid .one-third.omega {
        padding-left: 0;
        padding-right: 0;
        width: 31.92357%;
        float: right;
        margin-right: 0
    }
    .r_grid .one-fourth.omega {
        padding-left: 0;
        padding-right: 0;
        width: 23.41401%;
        float: right;
        margin-right: 0
    }
    .r_grid .two-third.omega {
        padding-left: 0;
        padding-right: 0;
        width: 65.96178%;
        float: right;
        margin-right: 0
    }
    .r_grid .three-fourth.omega {
        padding-left: 0;
        padding-right: 0;
        width: 74.47134%;
        float: right;
        margin-right: 0
    }
}

/* =Pagination
---------------------------------------------------------------------
*/

#pagination {
	display: block;
	margin:30px 0 10px;
	padding: 15px 0;
}
#pagination a {
	text-decoration:none;
	margin: 0 3px;
	padding: 5px 6px 3px;
}
#pagination a:first-child {
	margin-left: 0;
	padding-left: 0;
}
#pagination a:hover {
	text-decoration: underline;
}
#pagination a#current {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	background:#888; /* site link color */
}
#pagination a#current:hover {
	text-decoration: none;
}

/* galleries */
.gallery {
  float: left;
  max-width: 45%;
  margin-right: 5%;
}
.sliceWrap {
  margin-bottom: 0.5em;
}
.gallery:nth-child(even) {
  margin-right: 0;
}
.gallery img {
  max-width: 100%;
  height: auto;
}

.gallery-thumbnail {
  float: left;
  max-width: 20%;
  margin: 0 5% 5% 0;
}

