/* @override 
	http://axischristianchurch.cpmpreview.com/css/styles.css
	http://axischristianchurch.cpmpreview.com/css/styles.css
	http://www.axischurch.com/css/styles.css
*/

* {
   margin: 0;
   padding: 0;
}

body{
   background: #1c1a17;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: small;
}

hr{
   display: none;
}

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

#container{
   width: 770px;
   margin: 0 auto;
}

a{
   overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header h1{
   width: 180px;
   height: 99px;
   margin: 18px auto 0;
   background: url(/images/bg_h1-4.gif) no-repeat;
}

#header h1 a{
   display: block;
   width: 470px;
   height: 80px;
   text-indent: -9999px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   float: left;
   width: 650px;
   height: 26px;
   padding: 12px 0 0 130px;
   background: url(/images/bg_header.jpg) no-repeat left bottom;
   list-style: none;
}

#nav li{
   float: left;
   padding: 0 8px 0 14px;
   background: url(/images/bg_nav_li.gif) no-repeat left center;
   font-size: 100%;
   text-transform: lowercase;
}

#nav li#nav_home{
   background: none;
}

#nav li a{
   display: block;
   padding: 3px 5px;
   color: #D2CDBD;
   text-decoration: none;
}

#nav li a:hover,
#nav li:hover a{
   background: #8c8064;
   color: #FFF;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 120px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 90%;
   padding: 0;
   border-bottom: 1px solid #9B8F72;
   background: none;
}

#nav li ul ul{
   margin: -28px 0 0 120px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
   font-size: 100%;
}

#nav li li a{
   width: 102px;
   padding: 8px 9px;
   background: #8C8064;
   color: #FFF;
}

#nav li li a:hover{
   background: #A69777;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   float: left;
   background: #464136 url(/images/bg_container-inner.gif) no-repeat 5px 2px;
}

body#home #container-inner{
   padding: 14px 0 0;
   background: #464136 url(/images/bg_container-inner_home.gif) no-repeat 5px 2px;
}

#container-inner img#home_header{
   margin: 0 18px;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   float: left;
   width: 770px;
   margin-top: 13px;
   padding: 160px 0 0;
   background-repeat: no-repeat;
   background-position: center top;
   background-image: url(/mediafiles/bgcontent.jpg);
}

body#home #content-wrap{
   margin-top: 14px;
   padding: 3px 0 0;
   background: url(/images/bg_content-wrap.jpg) no-repeat;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   position: relative;
   float: left;
   width: 536px;
   padding: 0 14px;
}

body#home #content{
   width: 770px;
   padding: 0 0 6px;
}

#content h3{
   margin: 0 -7px .95em;
   padding: 6px 11px;
   background: #2A2418;
   color: #FFF;
   font-size: 135%;
   font-weight: normal;
}

body#home #content h3{
   margin: 0 0 1em;
   padding: 0;
   background: none;
   font-size: 105%;
   text-transform: lowercase;
   padding-left: 5px;
}

#content h2,
#content h4,
#content h5,
#content h6{
   margin-bottom: 1em;
   color: #D2CDBD;
}

#content p,
#content ul,
#content ol,
#content td{
   margin-bottom: 1em;
   color: #FFF;
   font-size: 100%;
   line-height: 1.8;
   padding-left: 6px;
   padding-right: 6px;
   font-family: Verdana, Arial, sans-serif;
}

body#home #content p{
   margin: 0;
}

#content ul,
#content ol{
   margin-left: 3em;
}

#content p *,
#content li *,
#content td *{
   font-size: 1em;
   line-height: 1;
}

#content ul#byline{
   margin-bottom: 10px;
   font-size: 85%;
   list-style: none;
}

#content img{
   border: none;
}

#content img.left-align{
   float: left;
   margin: 0 10px 0 0;
}

#content img.right-align{
   float: right;
   margin: 0 0 0 10px;
}

#content a{
   color: #E5D8B6;
}

#content .white{
   color: #fff !important;
}

#content .gold{
   color: #E5D8B6 !important;
}

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

#content img#mcms_stats{
   display: none;
}

#content .event{
   clear: both;
   padding: 10px 0;
   border-bottom: 2px solid #3C372C;
}

#content #upcoming-events{
   display: inline;
   float: left;
   width: 150px;
   margin: 0 10px 0 14px;
}

#content #upcoming-events h4{
   color: #E5D8B6;
   font-size: 90%;
   font-weight: normal;
}

#content #upcoming-events p{
   padding-left: 1em;
}

#content #quicklinks{
   float: left;
   margin-right: 10px;
   width: 441px;
   overflow: hidden;
}

#content #quicklinks ul{
   float: left;
   margin: 10px 0 0;
   list-style: none;
}

#content #quicklinks li{
   float: left;
   margin-right: 7px;
   text-transform: uppercase;
}

#content #quicklinks li a{
   display: block;
   width: 120px;
   height: 137px;
   padding: 8px 8px 0;
   background: url(/images/bg_quicklink.gif) no-repeat;
   color: #FFF;
   text-decoration: none;
}

#content #quicklinks li a span{
   display: block;
   width: 120px;
   height: 137px;
   overflow: hidden;
}

#content #quicklinks li a img{
   display: block;
   margin-bottom: 3px;
   border: 0;
}

#content #quicklinks li a:hover{
   background: url(/images/bg_quicklink_hover.gif) no-repeat;
}

#content #media{
   float: left;
   width: 125px;
}

#content #media h3{
   float: left;
}



#content #media h3 a{
   color: #FFF;
   padding-right: 20px;
   background: url(/images/bg_h3_media.gif) no-repeat right center
}

#content #media a{
   color: #E5D8B6;
   text-decoration: none;
}

#content #media a:hover{
   color: #E5D8B6;
   text-decoration: underline;
}
/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar-outer{
   display: inline;
   float: right;
   width: 177px;
   margin-right: 7px;
   padding: 0 11px;
   background: url(/images/bg_sidebar-outer.gif) repeat-y;
}

#sidebar{
   padding-top: 13px;
   background: url(/images/bg_sidebar.gif) no-repeat;
}

#sidebar-inner{
   padding-bottom: 13px;
   background: url(/images/bg_sidebar.gif) no-repeat left bottom;
}

#sidebar h3{
   margin-bottom: 7px;
   padding: 2px 6px 4px;
   background: url(/images/bg_sidebar_h3.jpg) no-repeat;
   color: #FFF;
   font-size: 105%;
   font-weight: normal;
   text-transform: lowercase;
}

#sidebar p{
   color: #FFF;
   font-size: 90%;
}

#sidebar a{
   color: #E5D8B6;
}

#sidebar a:hover{
   text-decoration: none;
}

#sidebar .event{
	margin-top: 9px;
   margin-bottom: 12px;
   padding: 0 12px;
}

#sidebar .event h4{
   margin-bottom: .35em;
   color: #E5D8B6;
   font-size: 90%;
   font-weight: normal;
}

#sidebar .event p{
   text-indent: .3em;
}

#sidebar form#newsletter{
   margin: 0 3px 5px;
}

#sidebar form#newsletter fieldset{
   border: 0;
}

#sidebar form#newsletter input{
   border: 1px solid #7A7564;
   font-size: 105%;
   font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar form#newsletter input#newsletter_text{
   width: 115px;
   padding: 2px;
   color: #777261;
   text-transform: lowercase;
}

#sidebar form#newsletter input#newsletter_submit{
   /*padding: 1px 2px;*/
   background: #464136;
   color: #FFF;
   text-transform: lowercase;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   margin-bottom: 25px;
   padding: 14px 14px;
   background: url(/images/bg_container.gif) no-repeat;
}

#footer p{
   color: #615A4B;
   font-size: 90%;
   font-family: "Trebuchet MS", Ariel, Helvetica, sans-serif;
}

#footer p a { color: #E5D8B6;}
#footer p a:hover { text-decoration: none; }

/* @group BLOG */ 
p#subscribe			{ float:right; background:url(/images/blog_feed_icon.gif) no-repeat; padding-left:20px; }
#content p.byline	{ font-size:11px; }
.post				{ margin-bottom:1.5em; }
p.comments	{ background:#2a2418 url(/images/comments_icon.gif) no-repeat 4px 5px; padding:4px 0 4px 24px; }
#post-options		{ background:#2a2418; padding:4px; margin-bottom:1em;}
p.send				{ background:url(/images/email_icon.gif) no-repeat; padding-left:20px; }
#post-options p		{ margin:0;  }
#post-options span.comments	{ background:url(/images/comments_icon.gif) no-repeat; padding-left:20px; }

form#send_blog label				{ display:block; }
form#send_blog textarea, 
#send_blog input					{ width:275px; }
#send_blog textarea					{ height:100px; }
#send_blog #send					{ width:auto; }
#blog-sidebar ul	{ margin:0 0 1em 1em; padding:0; list-style:none; }
/* @end */

/* mini cal */
body#home #content #upcoming-events h3{
   margin-bottom: 10px;
}
#content #upcoming-events					{ 
											  display: inline; float: left; width: 161px; margin: 0 10px 0 10px;
											  padding-bottom:7px;
											}
#content-wrap #upcoming-events #calendar-outer{
   background: #2a2418 url(/images/mini_cal_bg.gif) no-repeat left 0px; padding: 5px 0 0; min-height: 134px; _height:134px;
}
#content-wrap #upcoming-events h4				{ color: #E5D8B6; font-size: 90%; font-weight: normal; }
#content-wrap #upcoming-events p					{ padding-left: 1em; }
#content-wrap #upcoming-events table				{ background:none; margin-top:0; margin-left:0; border:0;}
#content-wrap #upcoming-events table caption		{ 
											  font-size:12px; color:#918b7f; margin:0; 
											  text-align:center; padding-bottom:0;line-height: 1;
											}
#content-wrap #upcoming-events table tbody{
   padding-left: 4px;
   float: left;
}					
#content-wrap #upcoming-events table caption span{ color:#918b7f; padding-left: 5px; padding-right: 5px;}
#content-wrap #upcoming-events table th,
#content-wrap #upcoming-events table td 			{ background:none; border:0; }
#content-wrap #upcoming-events table th			{ font:10px Georgia, "Times New Roman", serif; color:#e5d8b6; padding-top:0; margin-top:0; }
#content-wrap #upcoming-events table td			{ font:11px "Trebuchet MS", verdana, arial, sans-serif; padding:1px; height:16px; width:16px; text-align:center; }
#content-wrap #upcoming-events table td.linked-day,
#content-wrap #upcoming-events table td a		{ background:#464136;  }

#content-wrap #sidebar #upcoming-events{
   background: url(/images/bg_upcoming-events_sidebar.gif) no-repeat 7px bottom;
   padding-bottom: 6px;
   margin-bottom: 7px;
}

#content-wrap #sidebar #upcoming-events #calendar-outer{
   width: 162px;
   margin: 0 auto;
   background: url(/images/mini_cal_bg_sidebar.gif);
}

#content-wrap #sidebar #upcoming-events table caption,
#content-wrap #upcoming-events table caption span{
   color: #fff;
}

#content-wrap #sidebar #upcoming-events table td{
   color: #fff;
}

/* @group Sermons */

#content p#subscribe,
#content li#feed{
   position: absolute;
   top: 8px;
   right: 20px;
   font-size: 1em;
}

#content p#subscribe a,
#content li#feed a{
   color: #ab5519;
   padding-left: 20px;
   background: url(/images/feed_icon.gif) no-repeat left 2px;
   height: 20px;
   display: block;
   line-height: 1.5;
}

#content #how-it-works	{ list-style:none; height:30px; margin:0  10px 2.5em; padding:0 10px; background: #3E392E; }
	#how-it-works li 				{ padding-left:20px; font-size:1.2em; float:left; display:block; line-height:30px; margin:0 15px 0 0; }
	#how-it-works li#how			{ font-weight:bold; padding-left:0; }
	#how-it-works li#play			{ background:url(/images/mb_jukebox.gif) no-repeat left center; }
	#how-it-works li#notes			{ background:url(/images/mb_notes.gif) no-repeat left center; }
	#how-it-works li#video			{ background:url(/images/mb_video.gif) no-repeat left center; }
	#how-it-works li#download		{ background:url(/images/mb_download.gif) no-repeat left center; }

#content li#feed{
   font-size: 1.1em;
   padding: 0;
   margin: 0;
   line-height: 1.5;
}

#content h4#current{
   font-size: 1.3em;
   color: #fff;
   margin-bottom: 5px;
}

.sermonbox						{ position:relative; padding:15px 0; border-top:1px solid #3E392E; }
.sermonbox a					{ text-decoration:underline; }
.sermonbox a:hover				{ text-decoration:none; }
#content .sermonbox h5	{ margin:0 0 4px; width:75%; color: #D2CDBD;}
#content .sermonbox h5 span	{ font-size:10px; margin-left:10px; }
#content .sermonbox p		{ margin:0;}


.sermonbox ul					{ position:absolute; top:10px; right:0; margin:0; padding:0; list-style: none;}
.sermonbox li					{ float:left; display:inline; margin-right:10px; }
.sermonbox li a					{ display:block; width:16px; height:16px; text-indent:-999em; }
.sermonbox li.sl_listen a		{ background:url(/images/mb_jukebox.gif) no-repeat; }
.sermonbox li.sl_download a		{ background:url(/images/mb_download.gif) no-repeat; }
.sermonbox li.sl_notes a		{ background:url(/images/mb_notes.gif) no-repeat; }
.sermonbox li.sl_video a		{ background:url(/images/mb_video.gif) no-repeat; }
.sermonbox li a:focus			{ outline:none; }

#content #byline		{ margin:10px 0 0 20px; padding:0; list-style:none; clear: left;}
	#content #mediabox li,
	#content #byline li	{ margin:0; }	
	#content #mediabox	{ clear: left;padding:10px; margin:5px 0 1em 0; list-style:none; height:30px; background: #3E392E; float: left; width: 516px;}
	#content #mediabox li{ padding:10px 10px 10px 18px; margin:0 5px 0 0; float:left; display:block;  margin-bottom:0;}
	#mediabox li#mb_links		{ margin-right:10px; padding-left:0; }
	#mediabox li#mb_jukebox		{ background:url(/images/mb_jukebox.gif) no-repeat left center; }
	#mediabox li#mb_download	{ background:url(/images/mb_download.gif) no-repeat left center; }
	#mediabox li#mb_notes		{ background:url(/images/mb_notes.gif) no-repeat left center; }
	#mediabox li#mb_video		{ background:url(/images/mb_video.gif) no-repeat left center; }
	#mediabox li#mb_podcast		{ background:url(/images/feed_icon.gif) no-repeat left center; }
	#content #mediabox li a{
   display: block;
}
#sorting{
   margin-bottom: 10px;
}	
	#sorting label,
	#sorting select			{ display:block; }
	#sorting label			{ margin-bottom:.5em; }
	#sorting select			{ margin-bottom:1.5em; width:98%; }
	#sorting a				{ font-size:1em; color:#ab5519; padding-left:10px;}

#content .sermonlist h4{
   margin-bottom: 5px;
   font-size: 1.2em;
}

/* @group Blogs */

#sidebar-blog{
   margin-bottom: 10px;
}

#sidebar-blog ul{
   list-style: none;
   padding-left: 1em;
   margin-bottom: 14px;
}

#sidebar-blog ul li{
   font-size: .9em;
}

#comments label{
   display: block;
   color: #fff;
   font-size: 1.2em;
   margin-bottom: 5px;
}

#comments textarea#comment{
   width: 400px;
   height: 120px;
   margin-bottom: 5px;
}

#content #comments h4{
   margin-bottom: 10px;
   color: #E5D8B6;
}

#comments .comment{
   margin-bottom: 20px;
   border-bottom: 1px solid #3C372C;
}

#comments .comment h5{
   color: #E5D8B6;
   margin-bottom: 5px;
}

/* @end  */


/* @end Sermons */