/* @override http://northwestchapel.monkstaging.com/_css/styles.css */

/* Site: [INSERT SITE NAME HERE] */

/* @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 {
	color: black;
	background: #0a131d url(../_img/body_bg.png) repeat-x;
	font: 62.5%/1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#wrap{
	background: #3e5871 url(../_img/container_bg.png) repeat-x 0 bottom;
	overflow: hidden;
}

#inner-wrap{
	background: url(../_img/body_bg.png) repeat-x;
}

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: 940px;
   margin: 0 auto;
   position: relative;
}

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: 152px;
	position: relative;
	width: 940px;
}

#logo{
	position: absolute;
	top: 29px;
	left: 40px;
}

#logo h1 a{
	width: 600px;
	display: block;
	height: 47px;
	background: url(../_img/logo_new.png) no-repeat;
	text-indent: -9954em;
}

#mainnav{
	background-color: #08121c;
	width: 935px;
	position: absolute;
	bottom: 0;
	padding-left: 5px;
	height: 30px;
	margin-bottom: 15px;
}

#login{
	position: absolute;
	right: 0;
	top: 15px;
}

#login a{
	color: #fffeff;
	text-decoration: none;
	font-size: 1.2em;
}

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

#search fieldset{
	width: 260px;
}

#search input#search_term{
	padding-left: 28px;
	background: transparent url(../_img/search_bg.png) no-repeat;
	height: 26px;
	border-style: none;
	width: 170px;
	color: #8e8e8e;
	padding-right: 7px;
	float: left;
	margin-right: 8px;
}

#search a#search_go{
	height: 23px;
	display: block;
	width: 44px;
	background: url(../_img/btn_go.png) no-repeat;
	text-indent: -99999em;
}

#search a#search_go:hover{
	background-position: left bottom;
}

#header #login{
	color: #d5e3ee;
	font-weight: bold;
}

#header #login a{
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
}

#header #login a:hover{
	text-decoration: underline;
}

#header #searchitems{
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #fffeff;
	width: 185px;
	position: relative;
	left: 10px;
	z-index: 50;
	border: 1px solid #06111b;
}

#header #searchitems .groupby{
	background-color: #0c151d;
	color: #fffeff;
	font-size: 1.2em;
	margin-bottom: 8px;
	padding: 8px 10px;
}

#header #searchitems .result{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 8px;
}

#header #searchitems .result a{
	font-weight: normal;
	font-style: normal;
	color: #3e5871;
	text-decoration: none;
	font-size: 1.1em;
}

#header #searchitems .result a:hover{
	text-decoration: none;
	color: #0c151d;
}

#header #searchitems .noshow{
	padding: 5px 10px;
	font-weight: bold;
}

/* @end */

/* @group Navigation */

#nav{
   list-style: none;
}

#nav li{
   float: left;
}

#nav li a{
   display: block;
   color: #9ba9b0; /* Change this to the right color */
   text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	border-right: 1px solid #17202e;
	padding: 10px 15px;
}

#nav li.current {
	border-bottom: 3px solid #5d748f;
}

#nav li a:hover{
	color: #5d748f;
}
/* @end */

/* @group Content */

#breadcrumb{
	background-color: #131a25;

	width: 700px;
	position: relative;
	left: -4px;
}

#breadcrumb .crumbs{
	color: #ededed;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
#breadcrumb .crumbs a{
	padding-right: 5px;
}


#breadcrumb .crumbs strong{
	color: #4f6983;
	padding-left: 5px;
}

#sub #content-wrap{
	background-image: url(../_img/content_bg.png);
	overflow: hidden;
	margin-bottom: 50px;
}

#content{
color: #363636;
}

#sub #content{
	float: right;
	width: 695px;
	min-height: 500px;
	height: auto !important;
	height:500px;
}

#sub #content #text{
	padding: 35px;
}

#content h2{
	font-size: 3em;
	color: #121924;
	margin-bottom: 25px;
	line-height: 1.4;
}

#content h3{
	font-size: 2.5em;
	color: #576980;
	margin-bottom: 3px;
}

#content h4{
	font-size: 2em;
	color: #5683bc;
	margin-bottom: 5px;
}
#content h5{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
}
#content h6{
   font-size: 1.4em;
	color: #576980;
	font-weight: bold;
	margin-bottom: 5px;
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #363636;
   font-size: 1.2em;
   line-height: 1.5;
}

#content ul,
#content ol{
	margin: 0 0 1.5em 3em;
}



#content ul li{
   font-size: 1.2em;
	list-style-type: disc;
}

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

#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: #5683bc;
	text-decoration: none;
}

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

#content #text{
   clear: both;
}

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

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

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

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

#articles #mediabox{
	display: none;
}

#text .byline span{
	font-weight: bold;
}


/* @end */



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

#content .item .eventimg{
	width: 75px;
	float: left;
	margin-right: 10px;
}
#content .item h3{
	margin-bottom: 4px;
	line-height: 1em;
}

.messages #content  .item h3{
	margin-bottom: 4px;
	width: 520px;
	line-height: 1.5em;
}
#content  .item h3 a{
	color: #06111b;
	text-decoration: none;
}

#content  .item h3 a:hover{
	color: #5d748f;
}

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

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

#content  .item .tags{
	border-left: 2px solid #f0b40e;
	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;
	margin-right: 5px;
}

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

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

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

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

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

#content  .item .media li.listen a:hover{background-position: 0 -25px;}
#content  .item .media li.download a:hover{background-position: -25px -25px;}
#content  .item .media li.video a:hover{background-position: -50px -25px;}
#content  .item .media li.notes a:hover{background-position: -75px -25px;}


#content #items  h3.group{
	font-size: 1.5em;
	background-color: #f2f2f2;
	padding: 10px;
	margin-bottom: 20px;
	color: #8f8f8f;
	border-left: 3px solid #e7e7e7;
}
#items #content  .item.detail{
	background-image: none;
}

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

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





#filters{
	margin-bottom: 50px;
	background-color: #cbc5ab;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 10px;
	border: 1px solid #bdb8a4;
}
#filters select{
	width: 110px;
	margin-right: 5px;
}
#text .tabs{
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 0;
}

#text .tabs li{
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin-right: 15px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding: 5px 10px;
	background-color: #c7c7c7;
}

#text .tabs li a{
	color: #fff;
}

#text .tabs li a:hover{
	text-decoration: none;
}

#text .tabs li.current{
	background-color: #06111b;
}


/* @end */

/* @group Sidebar */

#sidebar{
	width: 242px;
	float: left;
	overflow: hidden;
	padding-top: 30px;
}

#sidebar h3{
	margin-left: 22px;
	font-size: 1.4em;
}

#sidebar #filter{
	margin-top: 5px;
	margin-bottom: 18px;
}

#sidebar #sidebarnav{
	position: relative;
	left: 25px;
}

#sidebar #sidebarnav #subnav{
	width: 216px;
	margin-bottom: 25px;
}

#sidebar #sidebarnav #subnav li{
	margin-bottom: 5px;
}

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

#sidebar #sidebarnav #subnav li.current ul li a{
	background-color: transparent;
	color: #4f6983;
}

#sidebar #sidebarnav #subnav li.current ul{
	display: block;
}

#sidebar #sidebarnav #subnav li.current a{
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	background-color: #fffeff;
	color: #363636;
	font-size: 1.2em;
	text-decoration: none;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #d8d8d8;
}

#sidebar #sidebarnav #subnav li a{
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	background-color: #eaeaea;
	color: #363636;
	font-size: 1.2em;
	text-decoration: none;
}

#sidebar #sidebarnav #subnav li a:hover{
	background-color: #fff;
}

#sidebar .section{
	padding-left: 16px;
	padding-right: 18px;
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
}


#sidebar .section a{
	color: #6f97b9;
	text-decoration: none;
}

#sidebar .section.last{
	border-bottom-style: none;
}

#sidebar .section a:hover{
	text-decoration: underline;
}

#sidebar .section img{
	max-width: 207px;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}

#sidebar .section h3{
	color: #111823;
	font-size: 1.8em;
	margin-bottom: 5px;
}

#sidebar .section h4{
	color: #111823;
	font-size: 1.4em;
	margin-bottom: 5px;
	font-weight: bold;
}

#sidebar .section p{
	color: #444;
	line-height: 1.5em;
	font-size: 1.1em;
	padding-bottom: 1em;
}

#sidebar .section ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 15px;
}

#sidebar .section li{
	margin-bottom: 5px;
	line-height: 1.3em;
	font-size: 1.2em;
	color: #3a3a3a;
}



/* @group Sidebar Filter */
#sidebar #filter{
	padding-left: 20px;
	padding-right: 20px;
}
#sidebar #filter h3{
	font-size: 1.4em;
	color: #06111b;
	margin-bottom: 8px;
}

#sidebar #filter h3 span{
	color: #c2c2c2;
	float: right;
	font-size: 8px;
	font-weight: bold;
}

#sidebar #filter ul{
	margin-bottom: 20px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#sidebar #filter li{
	margin-bottom: 0px;
	font: 1.3em Tahoma, Geneva;
	padding: 5px;
	cursor: pointer;

	list-style-image: none;
	list-style-type: none;
}
.messages #sidebar #filter li:hover{
	background: #eef7fe url(../_img/icn_plus-minus.png) no-repeat 98% 8px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

#sidebar #filter li:hover{
	background: #eef7fe none no-repeat 98% 8px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

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

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

#sidebar #filter li.active{
	background: #f3f3f3 url(../_img/icn_plus-minus.png) no-repeat 98% -65px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#sidebar #filter li.active:hover{
	background: #e4e4e4 url(../_img/icn_plus-minus.png) no-repeat 98% -65px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#sidebar #filter li.active a{
	color: #989898;
}
#sidebar #filter .clearall{
	text-align: right;
	display: block;
	color: #a3a3a3;
	text-transform: uppercase;
	font: bold .9em Tahoma, Geneva;
	cursor: pointer;
	margin-bottom: 10px;
}
#sidebar #filter .clearall:hover{
	color: #5d748f;
}

#sidebar #filter ul{
	padding: 5px;
	background-color: #fffeff;
}

#sidebar .section.eventlist{
	padding-left: 20px;
	padding-right: 20px;
}

#sidebar .section.eventlist .item{
	overflow: hidden;
	margin-bottom: 12px;
	padding: 5px;
}

#sidebar .section.eventlist .item:hover{
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color: #fffeff;
	cursor: pointer;
}

#sidebar .section.eventlist .item .date{
	float: left;
	margin-right: 10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color: #06111b;
	color: #f2f2f2;
	font-size: 1.5em;
	text-align: center;
	padding: 6px;
	font-weight: bold;
}

#sidebar .section.eventlist .item .date span{
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

#sidebar .section.eventlist .item h4{
	font-size: 1.4em;
	line-height: 1em;
}

#sidebar .section.eventlist .item h4 a{
	color: #3e5871;
	text-decoration: none;
}

#sidebar .section.eventlist .item .loc{
	margin-top: 5px;
	font-size: 1.1em;
	color: #6b94bc;
}

/* @end */

/* @end */



/* @group Footer */

#footer-wrap{
   width: 940px;
   margin: 0 auto;
   position: relative;
}

#footer{
   clear: both;
	padding-top: 30px;
}

#footer #share .invite{
	display: block;
	background: url(../_img/invite_a_friend_btn.png) no-repeat;
	width: 140px;
	height: 25px;
	text-indent: -9999em;
	margin-bottom: 20px;
}

#footer #share .invite:hover{
	background-position: left bottom;
}


#footer #shareform{
	padding: 13px;
	background-color: #08121c;
	border: 3px solid #15212d;
}

#footer #shareform #response{
	margin-bottom: 10px;
	color: #f0b40e;
	font-size: 1.2em;
	font-weight: bold;
}

#footer #tellafriend label{
	color: #c8caca;
	display: block;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#footer #tellafriend div{
	margin-bottom: 8px;
}

#footer #tellafriend input{
	height: 19px;
	border: 1px solid #384a60;
	background-color: #fffeff;
	padding-left: 5px;
	padding-right: 5px;
	color: #797979;
}

#footer #tellafriend input#submit{
	background-color: transparent;
	border-style: none;
	padding-right: 0;
	padding-left: 0;
	height: 25px;
}

#footer ul.social{
	overflow: hidden;
}

#footer ul.social li{
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
}

#footer ul.social li a{
	display: block;
	height: 16px;
	text-indent: -9986em;
	background: url(../_img/social_network_icns.png) no-repeat;
}

#footer ul.social li#facebook a{ 
    background-position: 0 0;
	width: 70px;
}
#footer ul.social li#flickr a{ 
	background-position: -94px 0;
	width: 55px;
}
#footer ul.social li#myspace a{ 
	background-position: -170px 0;
	width: 68px;
}
#footer ul.social li#twitter a{ 
	background-position: -275px 0;
	width: 74px;
}

#footer ul.social li#facebook a:hover{
	background-position: 0 -25px;
}

#footer ul.social li#flickr a:hover{
	background-position: -94px -25px;
}

#footer ul.social li#myspace a:hover{
	background-position: -170px -25px;
}

#footer ul.social li#twitter a:hover{
	background-position: -275px -25px;
}

#footer p.powered{
	color: #3e5871;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p.powered a{
	display: block;
	width: 150px;
	background: url(../_img/ekk_logo.png) no-repeat;
	height: 30px;
	position: absolute;
	text-indent: -9999em;
	top: 0;
	left: 65px;
}

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

#footer #lfooter{
	width: 400px;
	float: left;
}

#footer #site-guide{
	float: left;
	padding: 20px;
	background: url(../_img/footer_links_bg.png) repeat-x;
	width: 500px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#footer #site-guide .col{
	width: 105px;
	float: left;
	margin-right: 20px;
}

#footer #site-guide .col a{
	color: #6f97b9;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}


#footer #site-guide .col a:hover{
	color: #fffeff;
}

/* @end */



/* @group Comments */

#content a.commentnum{
	color: #5d748f;
}

#content a.commentnum span{
	color: #f0b40e;
}
#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.2em;
	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: #f7f7f7;
	border: 1px solid #c5c2c2;
	font-size: 1.2em;
	color: #5a5a5a;
	padding: 10px;
	line-height: 1.5em;
	width: 600px;
}

#content #comments input#comment-submit{
	text-indent: -9999em;
	display: block;
	cursor: pointer;
	width: 100px;
	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: 15px 10px;
	background: #d5e3ee url(../_img/jive-thread-bg-author.png) repeat-y;
	border: 1px solid #d5e5f1;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#comments .comment.odd{
	padding: 15px 10px;
	background: #f4f3f3 url(../_img/jive-thread-bg.png) repeat-y;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

#comments .comment .user{
	width: 130px;
	float: left;
	text-align: center;
	color: #8d969e;
	line-height: 1.4em;

	padding-right: 5px;
}

#comments .comment .arrow{
		background: url(../_img/jive-thread-arrow.gif) no-repeat right 10px;
	width: 60px;
	height: 50px;
	position: absolute;
	left: 86px;
	top: 30px;
}

#comments .comment .user img{
	margin-bottom: 15px;
}

#comments .comment .user .commenter{
	text-align: center;
	display: block;
	color: #2c2c2c;
	font: bold 1.2em Tahoma, Geneva;
	margin-bottom: 5px;
}

#comments .comment .commenttext{
	width: 440px;
	float: left;
	line-height: 1.6em;
	font-size: 1.2em;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	background-image: none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}


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

#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 Order History */

#sub #sidebar .section #options li{
	list-style-image: none;
	list-style-type: none;
}
#content .orderHistory{
	clear: both;
}

#content .orderHistory td a{
	font-size: 1.2em;
}

#content .orderHistory td.ordernum{
	border-top: 1px solid #797979;
	padding-top: 10px;
	padding-bottom: 5px;
}

#content .orderHistory .orderHistoryTitle{
	padding-left: 16px;
	font-size: 1.2em;
	padding-bottom: 5px;
}

#content #orderHistoryDetail td{
	font-size: 1.2em;
	padding: 10px;
}

#content #orderHistoryDetail table{
	background-color: #fffeff;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#orderHistoryDetail .orderHistorySite strong{
	font-size: 1.3em;
	color: #333;
}

#orderHistoryDetail .orderDetailTotal{
	font-weight: bold;
}

#content #orderHistoryDetail table tr.even{
	background-color: #eaf4f9;
}

#content #orderHistoryDetail .orderDetailAddress{
	color: #313131;
	line-height: 1.5em;
}

#content #orderHistoryDetail .orderDetailCustomerService{
	line-height: 1.4em;
	color: #666666;
	background-color: #f9f9f9;
	font-size: 1.0em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-left: 15px;
}

#content td.orderHistoryPrint{
	text-align: right;
}

/* @end */
/* @group Calendar */

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

#text table.calendar body{
	width:625px;
	text-align: right;
}
#text table.calendar caption{ 
	padding:0 0 12px 50px; 
	color: #3f3f3f; 
	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;
}


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

}
#text span.calendar-prev{ 
	background-position:left top; 
	top:0; 
	left:0px;
}
#text table.calendar th	{ 
	 padding:0; 
	 background: #06111b; 
	 color:#fefefe; 
	 font-size: 1.2em; 
	 font-weight: bold; 
	 line-height: 33px;
	 text-transform:uppercase;
	 text-align: center;
}
#text 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;

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

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

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

/* @group Sermons */


#ul.media li a{
	text-indent: -9999em;
}


/* @end */

/* @group Gallery */

#content #photo-list{
	position: relative;
	
}
#content .photo{
	overflow: hidden;
		background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	width: 150px;
	height: 150px;
}  
#content .photo img{
	float: none;
	width: 150px;
	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{
	margin-top: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;

	margin-bottom: 0;
	padding: 5px;
	border-top: 1px solid #313131;
	display: block;
	width: 100%;
} 

#content #gallery-list .gallery .title a{
	color: #fff;
}

#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 */

/* @group Forms */

#content .monkForm fieldset legend{
	display: none;
}

 #content .monkForm p.data input{
	border: 1px solid #ddceb9;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

 #sub.form #content .monkForm .text{
}

#sub.form #content .monkForm .text label{
	width: 100px;
	display: inline-block;
	margin-right: 10px;
}

.form #content .monkForm .textarea{
	clear: both;
}

.form #content .monkForm .textarea label{
	display: block;
}
.form #content .textarea textarea{
	width: 350px;
	height: 100px;
	border: 1px solid #dededd;
	border-top: 1px solid #bababa;
} 

#sub.form .monkForm  .error{
	padding: 5px;
	background-color: #920207;
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	font-size: 1em;
} 

#sub.form .monkForm .errorSummary{
	color: #920207;
	font-weight: bold;
}

#sub.form #content #text .monkForm p.data img.captcha{
	display: block;
	float: none;
	margin-bottom: 5px;
	margin-top: 5px;
}
#sub.form #content #text .monkForm .captcha input{
	margin-left: 0;
	float: left;
	margin-right: 10px;
}

#sub.form #content #text .monkForm .captcha label{
	display: block;
}

/* @end */

  /* @group songs */

#content #text .song {
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
}

#content #text .return{
}
#text .song h3{
	margin-bottom: 5px;
}

#content #text .song p.info{
	margin-bottom: .5em;
	color: #403f33;
}

#content #text .song p.info strong, #content #text .songdetail strong{
	color: #000;
	font-weight: bold;
}

#content #text .song p.info span, #content #text .songdetail span{
	margin-right: 10px;
}
#content #text .song p{
	font-size: 1.2em;
	margin-bottom: 0;
}
#content #text .song .albumart img{
	padding: 4px;
	border: 1px solid #ecedee;
	margin-right: 25px;
	float: none;
}


#content #text .songdetail
 .albumart img{
	float: none;
	margin-bottom: 15px;
	margin-right: 0;
}

#content #text div.return{
	margin-bottom: 9px;
}

#sidebar .section #songLists{
	margin-bottom: 25px;
	margin-left: 25px;
}

/* @end */  
