/* @override 
	http://www.hcbcpf.com/css/styles.css
*/

/* Site: Hill Country Bible Church */

* {
   margin: 0;
   padding: 0;
   line-height: 1; 
}

body{
   padding: 91px 0;
   /*background: #3A2B20 url(/images/bg_body.jpg) repeat-x;*/
   background: #120000 url(/images/bg_body.gif) repeat left top;
   font-size: 62.5%;
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

hr{
   display: none;
}

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

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

a{
   overflow: hidden;
}
a img {
	border: none;
}
img.no-border	{ border:0; }
.hidden			{ display: none; }
#mm { height: 35px; }
/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   z-index: 4000;
}

#header h1{
   position: absolute;
   top: 0;
   right: 0;
   width: 269px;
   height: 142px;
   background: url(/images/bg_logo2.gif) no-repeat;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   position: relative;
   z-index: 999;
   width: 214px;
   height: 115px;
   margin: 16px 0 0 24px;
}

#header p#podcast{
   position: absolute;
   top: 147px;
   right: 48px;
   z-index: 5000;
   text-indent: -9999px;
}

#header p#podcast a{
   display: block;
   width: 16px;
   height: 15px;
   background: url(/images/bg_podcast.gif) no-repeat;
}

#header p#rss{
   position: absolute;
   top: 149px;
   right: 26px;
   z-index: 5000;
   text-indent: -9999px;
}

#header p#rss a{
   display: block;
   width: 13px;
   height: 12px;
   background: url(/images/bg_rss.gif) no-repeat;
}

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

#nav{
   position: absolute;
   top: -27px;
   left: 11px;
   z-index: 4000;
   width: 650px;
   list-style: none;
}

#nav li{
   float: left;
   background: url(/images/bg_nav_li.gif) no-repeat right top;
   font-size: 1.3em;
   font-weight: bold;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#nav li.current { background-position:right bottom }
#nav li.current a { background-position:left bottom }

#nav li a{
   display: block;
   padding: 7px 15px;
   background: url(/images/bg_nav_li_a.gif) no-repeat left top;
   color: #603F31;
   text-decoration: none;
}

#nav li:hover a,
#nav li.sfhover a {
   color: #A7461F;
}

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

#nav li li{
   border-bottom: 1px solid #dfddc4;
   font-size: .9231em;
   font-weight: normal;
}

#nav li ul ul{
   margin: -26px 0 0 149px;
}

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

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul{
   left: auto;
   display: block; /* Prevents weird IE7 everything-drops-down problem */
}

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

#nav li li a{
   width: 121px;
   padding: 7px 14px;
   background: #f1ebc7;
   color: #5E3B2D !important;
}

#nav li:hover li a{
   
}

#nav li li a:hover{
   background: #e4d99b;
   color: #A7461F !important;
}

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

#container-inner{
   position: relative;
   z-index: 5;
   float: left;
   background: url(/images/bg_container-inner.gif) repeat-y left bottom;
}

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

#content-wrap{
   float: left;
   background: url(/images/bg_content-wrap.gif) no-repeat;
}

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

#content{
   float: left;
   width: 471px;
   padding: 6px 17px 175px;
}

body#home #content{
   padding-bottom: 6px;
}

#content h3{
   margin-bottom: .5em;
   color: #A7461F;
   font-size: 1.6em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
}

#content h4{
   margin-bottom: .5em;
   color: #5E3B2D;
   font-size: 1.3em;
}

#content h5{
   margin-bottom: .5em;
   color: #1F1E18;
   font-size: 1.3em;
}

#content h6{
   margin-bottom: .5em;
   color: #1F1E18;
   font-size: 1.3em;
   font-weight: normal;
   text-transform: uppercase;
}

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

#content p.breadcrumbs{
   margin: 0 -12px 15px;
   padding: 2px 12px 3px;
   background: url(/images/bg_breadcrumbs.gif) no-repeat;
   color: #5E3B2D;
}

#content p.breadcrumbs strong{
   font-weight: normal;
   color: #A7461F;
}

#content p.breadcrumbs a{
   color: #5E3B2D;
   text-decoration: none;
}

#content p.breadcrumbs a.current{
   color: #AB441B;
}

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

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

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

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

#content img{
   /*float: left;*/
   margin: 0 10px 5px 0;
 	 /*image float left commented out by DS on 060507 per Camren's request*/
}

#content table img	{ margin:0; display:block; }

#content img.no-border	{ border:0; }

#content img#sub-header,
#content img#home-header{
   display: block;
   float: none;
   margin: 0 -12px;
}

#content #rotator{
   display: block;
   margin: 0 -12px;
   position: relative;
   z-index: 1 !important;
}
#content #rotator embed,
#content #rotator object{
   position: relative;
   z-index: 1 !important;
}

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

#content #mediabox{
   float: right;
   width: 125px;
   padding: 5px 5px 0;
   border: 1px solid #A7461F;
   list-style: none;
}

#content #mediabox li{
   margin-bottom: 5px;
   font-size: 1.1em;
   font-weight: bold;
}

#content #mediabox li a{
   display: block;
   height: 16px;
   padding-left: 20px;
   background-repeat: no-repeat;
}

#content #mediabox li#mb_print a{
   background-image: url(/images/mb_print.gif);
}

#content #mediabox li#mb_video a{
   background-image: url(/images/mb_video.gif);
}

#content #mediabox li#mb_download a{
   background-image: url(/images/mb_download.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(/images/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a{
   background-image: url(/images/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(/images/mb_podcast.gif);
}

/* Calendar */

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #D4CFBB;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
   position: relative;
}

#content table.calendar caption{
   padding-bottom: 10px;
   padding-top: 2px;
   color: #303030;
   font-size: 1.4em;
   font-weight: bold;
   text-align: left;
   padding-left: 40px;
}

#content table.calendar caption span{
   color: #9F8A51;
}

#content table.calendar th{
   padding: 6px 0;
   background: #8E653D;
   color: #FAFAFD;
   font-size: 1.2em;
   font-weight: normal;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #D4CFBB;
   border-left: 0;
   border-top: 0;
   background: #F6F5EB;
   color: #524F47;
   font-size: 1em;
   vertical-align: top;
}

#content table.calendar td.empty{
   /*background: #484D56;*/
}

#content table.calendar td a{
   color: #A7461F;
}

#content table.calendar td ul{
   margin: .5em 0 0 .5em;
   font-size: 100%;
   list-style: none;
}

#content table.calendar td li{
   margin-bottom: .75em;
   font-size: 1em;
   line-height: 1.2;
}

#content table.calendar td li a{
   color: #A7461F;
   text-decoration: underline;
}

#content table.calendar td li a:hover{
   text-decoration: none;
}

#content #service-times{
   width: 463px;
   height: 32px;
   margin: 1px -12px 0;
   padding: 13px 16px 0;
   background: url(/images/bg_service-times.gif) no-repeat;
}

#content #service-times p{
   float: left;
   color: #FDFCFC;
   font-size: 1.1em;
}

#content #service-times p strong,
#content #service-times p b{
   margin-right: 3px;
   font-size: 1.2727em;
}

#content #service-times p.map{
   float: right;
   text-align: center;
}

#content #service-times a{
   display: block;
   width: 127px;
   height: 18px;
   padding-top: 5px;
   background: url(/images/bg_service-times_a.gif) no-repeat;
   color: #F9F7E4;
   text-decoration: none;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   float: left;
   width: 269px;
   margin-top: 142px;
   background: url(/images/bg_sidebar.gif) repeat-y;
}
#sidebar #events-calendar{
   padding: 0 12px;
   background: url(/images/bg_events-calendar.gif) no-repeat left top;
   position: relative;
}

#sermon-sidebar{
   background: url(/images/bg_events-calendar.gif) no-repeat left top;
}

#sidebar #events-calendar ul#events-calendar-nav{
   float: left;
   width: 242px;
   background: url(/images/bg_events-calendar-nav.gif) no-repeat left 24px;
}

#sidebar #events-calendar ul#events-calendar-nav li{
   float: left;
   margin-right: 1px;
   font-size: 1.4em;
   text-transform: lowercase;
   list-style: none;
   text-align: center;
}

#sidebar #events-calendar ul#events-calendar-nav a{
   display: block;
   height: 24px;
   padding: 7px 0 0;
   color: #8F8871;
   text-decoration: none;
   outline: none;
}

#sidebar #events-calendar ul#events-calendar-nav li#ecn_events a{
   width: 69px;
   background: url(/images/bg_events-calendar-nav_li_a_events.gif) no-repeat;
}

#sidebar #events-calendar ul#events-calendar-nav li#ecn_events a.current{
   background: url(/images/bg_events-calendar-nav_li_a_events_current.gif) no-repeat;
}

#sidebar #events-calendar ul#events-calendar-nav li#ecn_calendar a{
   width: 78px;
   background: url(/images/bg_events-calendar-nav_li_a_calendar.gif) no-repeat;
}

#sidebar #events-calendar ul#events-calendar-nav li#ecn_calendar a.current{
   width: 78px;
   background: url(/images/bg_events-calendar-nav_li_a_calendar_current.gif) no-repeat;
}

#sidebar #events-calendar ul#events-calendar-nav a.current{
   color: #572D0C;
}

#sidebar #events-calendar div{
   clear: left;
   padding: 5px 0 10px;
   background: url(/images/bg_events-calendar-nav.gif) no-repeat left -7px;
}

#sidebar #events-calendar div#branch1{
   padding-bottom: 20px;
}

#sidebar #events-calendar div#branch2{
   display: none;
   position: relative;
}

#sidebar #events-calendar .event{
   padding: 8px 14px;
   background: url(/images/bg_sidebar_event.gif) no-repeat center bottom;
}

#sidebar #events-calendar .event h4{
   margin-bottom: .25em;
   color: #5C392A;
   font-size: 1.1em;
   text-transform: uppercase;
}

#sidebar #events-calendar .event p{
   color: #2B2F2F;
   line-height: 1.5;
}

#sidebar #events-calendar .event p a{
   color: #2B2F2F;
   font-weight: bold;
   text-decoration: none;
}

#sidebar #events-calendar .event p a:hover{
   text-decoration: underline;
}

#sidebar #contact-info{
   position: relative;
   margin-bottom: -12px;
   padding: 10px 0;
   background: url(/images/bg_contact-info.gif) no-repeat left bottom;
}

#sidebar #contact-info p{
   margin-bottom: .5em;
   padding: 0;
   color: #60472F;
   font-size: 1.1em;
   font-weight: bold;
   text-align: center;
   line-height: 1;
}

/* Calendar */

#sidebar table.calendar{
   margin: 0 auto 10px;
   border-collapse: collapse;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#sidebar table.calendar caption{
   margin: 0 auto;
   padding: 5px 0;
   color: #848262;
   font-size: 1.2em;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

#sidebar table.calendar caption span{
   color: #A6A763;
}

#sidebar table.calendar caption span a{
   display: block;
   width: 16px;
   font-size: 1.4em;
   padding: 1px 3px 12px;
   height: 8px;
   line-height: 1;
   position: absolute;
   top: 0px;
}

#sidebar #events-calendar caption span a#nmonth{
   right: 16px !important;
   top: 5px;
   left: auto;
   color: #A6A763 !important;
}

#sidebar table.calendar caption span a#pmonth{
   color: #A6A763 !important;
   top: 5px;
   left: 16px;
}

#sidebar table.calendar th{
   background: #9C7850;
   padding: 5px 0;
   color: #FFFEFE;
   font-size: 1.1em;
   font-weight: bold;
   text-align: center;
}

#sidebar table.calendar td{
   width: 30px;
   height: 30px;
   background: #FBFAEE;
   color: #3F3F36;
   font-size: 1em;
   font-weight: normal;
   text-align: center;
}

#sidebar table.calendar a{
   display: block;
   padding: 7px;
   background: #EFECCA;
   color: #A7461F;
   text-decoration: none;
   width: 16px;
   overflow: visible;
}

#sidebar table.calendar td ul {
	position: absolute;
	left: -999em;
	width: 100px;
	list-style: none;
}

#sidebar table.calendar td ul li a{
   width: auto;
}

#sidebar table.calendar td ul li a:hover{
   text-decoration: underline;
}

#sidebar table.calendar td.today span {
	display: none;
}

/* Sidebar text */

#sidebar #sidebar-text,
#sidebar #freeform-text{
   clear: left;
   width: 219px;
   margin: 0 0 0 15px;
   padding: 15px 0 15px 10px;
   background: url(/images/bg_sidebar-text.gif) no-repeat center top;
}

#sidebar #freeform-text{
   width: 225px;
   margin: 0;
   padding: 0 15px 15px 25px;
   background: url(/images/bg_events-calendar.gif) no-repeat left top;
}

#sidebar #sidebar-text h3,
#sidebar #freeform-text h3{
   clear: both;
   margin-bottom: .4em;
   padding: 15px 0 0;
   background: url(/images/bg_sidebar_h4.gif) no-repeat center top;
   color: #5C392A;
   font-size: 1.2em;
}

#sidebar #sidebar-text h4,
#sidebar #freeform-text h4{
   clear: both;
   margin-bottom: .4em;
   padding: 15px 0 0;
   background: url(/images/bg_sidebar_h4.gif) no-repeat center top;
   color: #5C392A;
   font-size: 1.2em;
}

#sidebar #sidebar-text p,
#sidebar #freeform-text p{
   margin-bottom: 1em;
   color: #735C4A;
   font-size: 1.1em;
   line-height: 1.2;
}

#sidebar #sidebar-text img,
#sidebar #freeform-text img{
   /*float: left;*/
   /*margin: 0 6px 6px 0;*/
   /*border: 3px solid #C7C4A2;8*/
	 /*image float left, margin, and border commented out by DS on 060507 per Camren's request*/
	 display: block;
}

#sidebar #sidebar-text a,
#sidebar #freeform-text a{
   color: #A7461F;
}

#sidebar #freeform-text a img{
   border: 0;
   margin: 0 auto;
}

/* Current Series */

#sidebar #current-series img{
   /*display: block;*/
   margin-left: 10px;
   border: 4px solid #BCB78E;
}

#sidebar #current-series p{
   padding: 0;
}

#sidebar #current-series img.no-border	{ border:0; }

/* calendar hovers */

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

#traildiv ul{
   padding: .75em;
   padding-bottom: 0;
   border: 3px solid #CEBCA7;
   background: #FFFFFF;
   font-size: 1.1em;
}

#traildiv li{
   color: #828179;
   margin-left: 1em;
   margin-bottom: .75em;
}

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

/* =Ministry-area
---------------------------------------------------------------------
*/

#sidebar #footer-section{
   position: absolute;
   bottom: -15px;
   left: 0;
   width: 470px;
   margin-left: 16px;
   padding: 17px 0 0;
   background: url(/images/bg_ministry-area.gif) no-repeat center top;
}

#sidebar #footer-section h4{
   clear: none;
   margin-bottom: .5em;
   padding: 0;
   background: none;
   color: #985D30;
   font-size: 1.2em;
}

#sidebar #footer-section img{
   /*float: left;*/
   margin-right: 14px;
   /*border: 3px solid #C7C1BB;*/
 	 /*image float left commented out by DS on 060507 per Camren's request*/
}

#sidebar #footer-section p{
   color: #735C4A;
   font-size: 1.1em;
   line-height: 1.2;
}

/* =Quicklinks
---------------------------------------------------------------------
*/

#quicklinks{
   position: relative;
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 496px;
   margin: 0 0 -24px 5px;
}

#home #quicklinks	{ margin-top:-50px; }

#quicklinks li{
   float: left;
   margin-right: 2px;
   font-size: 1.3em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   list-style: none;
}

#quicklinks a{
   display: block;
   width: 122px;
   padding-bottom: 2px;
   color: #898674;
   text-align: center;
   text-decoration: none;
}

#quicklinks a:hover{
   color: #A7461F;
}

#quicklinks img{
   display: block;
   border: 0;
   margin-bottom: 2px;
}

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

#footer{
   display: inline; /* IE6 double margin float bug hack */
   clear: both;
   float: left;
   width: 465px;
   margin: 0 269px 0 0;
   padding: 37px 20px;
   background: url(/images/bg_footer.gif) no-repeat;
}

body#home #footer{
   background: url(/images/bg_footer_home.gif) no-repeat;
}

#footer p{
   float: left;
   color: #fff;
   font-size: 1.1em;
}

#footer p.powered{
   float: right;
}

#footer a{
   color: #fff;
}

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

/* SEND TO A FRIEND FORM */
#send_blog label	{ font-weight:bold; font-size:1.2em; display:block; color: #A7461F; margin:1em 0 .5em; }
#sendto input,
#sendto textarea	{ display:block; width:300px; }
#sendto textarea	{ height:100px; }
#sendto input#send	{ width:100px; }




/* @group CALENDAR */

#primaryContent table.calendar {
	margin-bottom: 25px;
	border-collapse: collapse;
	width: 100%;
}

#primaryContent table.calendar caption {
	padding-bottom: 10px;
	color: #666;
	font-size: 1.4em;
}


/* @group TABS */

#events-calendar,
#list-view {
	padding-top: 36px;
}

#event-wrap ul#tabs {
	margin: 0;
	top: 6px;
	padding: 0;
	list-style: none !important;
	position: absolute;
	right: 10px;
	z-index: 1000;
}

#tabs li {
	float: left;
	list-style: none;
}

#months {
	position: absolute;
    left: 0;
	top: 14px;
}

#tabs li a {
	padding: 10px;
	padding-top: 11px;
	text-decoration: none;
	display: block;
	float: left;
	color: #8E653D;
}

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

#tabs li.current a {
	background: #8E653D;
	color: #fff;
	text-decoration: none;
}

/* @end TABS */
#event-wrap{
   position: relative;
   padding-top: 20px;
}

/* @group PREV/NEXT LIST VIEW */

.cal-controls {
	margin: 0 0 10px !important;
	padding: 0;
	list-style: none;
	display: block;
	height: 17px;
}

.cal-controls li {
	float: left;
	margin: 0 4px 0 0 !important;
	list-style: none;
}

#content .cal-controls li.month {
	margin-left: 5px;
	font-size: 14px !important;
	color: #8E653D !important;
	position: relative;
   top: -4px;
padding-bottom: 4px;
line-height: 2;
}

.cal-controls li a {
	display: block;
	width: 16px;
	height: 18px;
	background: #8E653D;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bold;
}

#events-calendar caption span a{
   display: inline-block;
   	width: 16px;
	height: 18px;
	background: #8E653D;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 0;
}

#events-calendar caption span.currentMonth{
   	font-size: 14px !important;
	color: #8E653D !important;
	font-weight: normal;
	padding-top: 2px;
}

#events-calendar caption span a#pmonth{
   left: 0;
}

#events-calendar caption span a#nmonth{
   left: 20px;
}

dt, dd {
	font-size: 1.3em;
	color: #705a3f;
}

dd {
	margin-bottom: 10px;
}

dd.title{
   font-size: 1.3em;
}

#list-view dt {
	margin-bottom: 10px;
	color: #fff;
}