/* @override 
	http://www.threadschurch.org/css/styles.css
*/

/* Site: THREADS */

@import url(/css/sIFR-screen.css);

* {
   margin: 0;
   padding: 0;
   line-height: 1;
   font-family: "Trebuchet MS", "times new roman", serif;
}

body{
background: #35150c url(/images/bg_body.gif) repeat-x fixed;
padding-bottom: 100px;
   font-size: 62.5%;
   font-family: "Trebuchet MS", "times new roman", serif;
	 color: #5C340A;
}

hr{
   display: none;
}

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

#container{
background: transparent url(/images/bg_container.gif) repeat-y;
   width: 776px;
   margin: 50px auto;
	 font-size: 1.2em;
}
#header h1 a
{
background: transparent url(/images/bg_h1.gif) no-repeat;
display:block; 
height:80px;
width:776px;
text-indent: -999em;
}
#content-wrap
{
position:relative;
float:left;
width: 733px;
display:inline;
margin: 0 0 0 15px;
padding: 5px;
background: #daceb4;
border: 1px solid #b9ab8e;
}

a{
   overflow: hidden;
}

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

/* Dropdown */

form#dropdown{
   width: 470px;
   margin: 15px auto;
}

form#dropdown select{
   width: 120px;
}

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

#nav{
	position: relative;
	top: 1px;
	left:6px;
	padding:0 20px;
	z-index: 999;
	/*width: 70%;*/
	height: 33px;
	margin: 0 auto;
	font-weight:bold;
   /*text-align:center;*/
   list-style: none;
}

#nav li{
	display: inline;
   float: left;
	margin: 4px 10px 0 10px;
}

#nav li a{
   display: block;
	padding: 8px 10px 7px;
	background: #F6F0E3;
	color: #A9A293;
	font-size: 1.1em;
   text-decoration: none;
	text-transform:uppercase;
}

#nav li ul{
	position: absolute; 
	left: -999em;
	z-index: 999;
	width: 180px;
	list-style: none;
	line-height: 1;
   text-align:left;
	font-size: 0.78em;
	font-weight:normal;
	top: 32px;
}

#nav li li{
   font-size: 1.2em;
	margin:0;
	float:none;
	display:block;
	position:relative;
}


#nav li ul ul{
   font-size: 1em;
	border: 0;
   padding: 0;
	 margin: -32px 0 0 182px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover 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;
}

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

#nav li li a{
	width: 150px;
	background: #B9AB8E;
	color: #FCFBF8;
	padding: 10px 16px 9px;
	text-transform: capitalize;
	border-bottom: 1px solid #daceb4;
}

body#home #nav li#nav_home a,
#nav li.current a{
	border: 1px solid #b9ab8e;
	border-bottom:0;
	background: #daceb4;
	color: #5c340a;
}

#nav li.current ul{
   margin-top: -1px;
}

#nav li li.current ul {
   margin-top: -32px;
}

#nav li.current li a,
#nav li li.current a{
   background:  #B9AB8E;
	color: #FCFBF8;
   border: 0;
   border-bottom: 1px solid #daceb4;
}

#nav li a:hover{
   color: #5C340A;
}

#nav li li a:hover{
   background: #5C340A;
   color: #FCFBF8;
}

/* =Container-Inner
---------------------------------------------------------------------
*/
#quicklinks 
{ 
margin-left: 4px;
}
#quicklinks li
{
float:left;
display:inline;
margin: 7px 0 0 11px;
}
#quicklinks img
{
border:0;
}
#quicklinks a
{
display:block;
text-decoration:none;
border: 6px solid #5c340a;
height: 93px;
/height: auto; /* ie6 wigs out when if sees a height on these, so don't let it see! */
}
#quicklinks a:hover
{
border: 6px solid #72410e;
}
 


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



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

#content{
   padding: 0 1em 1em;
	 width: 497px;
	 float:left;
	 display:inline;
				 overflow:hidden;
}

#content h3{
   background: url(/images/bg_content_h3.gif) repeat-x left bottom;
   position:relative; z-index: 888;
	 display:block;
	 padding: 0 0 5px 0;
	 margin: 0 0 1px 0;
	 text-transform: lowercase;
	 font-size: 1.6em;
	 font-weight: normal;
}
#content h3, #content h4, #content h6 { color: #34150C; margin: 1em 0;  }
#content h4, #content h6 { font-size: 1.2em; }
#content h5 { color: #5C340A; font-size: 1.2em; text-transform: uppercase; font-weight: normal; }

#content p,
#content ul,
#content ol,
#content td{
   margin: 0.3em 0 1em;
   line-height: 1.5;
}

#content blockquote	{ margin:2.5em; }

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

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

#content li{
   line-height: 1.5;
}

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

#content a{
   color: #8E503C;
	 text-decoration: underline;
}

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

#content img{
   float: left;
   margin: 0 10px 5px 0;
   padding: 4px;
   border: 1px solid #d0c6b3;
   background: #f6f0e3;
}

img#masthead{
   display: block;
   position: relative;
   left: -11px;
   float: none;
   margin: 0 0 -10px 0;
   padding: 4px;
   border: 1px solid #d0c6b3;
   background: #f6f0e3;
}

#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 #bdb093;
   list-style: none;
}

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

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


/* LARGE CALENDAR -------------------------------------------------------------  */
#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #bdb093;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   color: #6b471f;
   font-size: 1.4em;
}

#content table.calendar caption span{
   color: #492d21;
}

#content table.calendar th{
   padding: 6px 0;
   background: #bdb093;
   color: #4a2e22;
   font-size: 1.3em;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #bdb093;
	 background: #e8e1d0;
   border-left: 0;
   border-top: 0;
   color: #977f65;
   font-size: 1em;
   vertical-align: top;
}

#content table.calendar td.empty{
   background: #e8e1d0;
}

#content table.calendar td a{
   color: #5c340a;
   text-decoration: none;
}

#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: 1.1em;
   line-height: 1.2;
}

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

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

/* =Sidebar
---------------------------------------------------------------------
*/
#sidebar 
{
	position:relative; z-index: 998;
 	width: 200px;
	overflow:hidden;
	display:inline;
	float:right;
	color: #2B2F2F;
}
#sidebar a { color: #5C340A; }
#sidebar .box
{ 
				 background: #F6F0E3 url(/images/bg_sidebar_ul.gif) no-repeat 0 bottom;
				 margin: 1em 0 1.3em;
				 padding-bottom: 1px;
				 float:left;
 				 width: 199px;
}
#sidebar h3
{
 				 background: url(/images/bg_sidebar_h3.gif) no-repeat 0 top;
				 position: relative; top: -10px; left: 0;
				 padding: 10px 10px 11px 10px;
				 text-transform:uppercase;
				 font-size: 1em;
				 color: #AD6751;
}
#sidebar h3 a	{ text-decoration:none; }
#sidebar #events h3	{ margin-bottom:8px; }
#sidebar #events h3 a	{ color:#AD6751; }
#sidebar ul, 
#sidebar h4, 
#sidebar h5, 
#sidebar p, 
#sidebar form { padding: 0 5px 0 10px; }
#sidebar #events p.all	{ 
						  display:block; font-size:14px; background:url(/images/bg_sidebar_h3.gif) no-repeat left -28px; 
						  padding-top:10px;  margin-top:10px; margin-bottom:5px;
						}

#sidebar ul { 
				 list-style:none; 
				 margin-bottom: 8px; 
				 }
#sidebar h4 { 
				 margin-bottom: 6px; 
				 font-size: 1em; 
				 line-height:18px;
				 color:#ad6751;
				 }				 
#sidebar h4 a:hover		{ text-decoration: none; }
#sidebar .sermon		{ padding-bottom:12px; }
#sidebar .sermonbox h4 { margin:8px 0 0; }
#sidebar p { 
				 margin: 0 0 15px 1px; 
				 font-size: 95%; 
				 line-height: 1.5; 
				 }
#sidebar #events p { margin-top:-1em; }
#sidebar #events p.event { margin-top:0; }


/* sermons */
#sidebar .box h4	{ margin-bottom:1em; color:#AD6751 }
#sidebar .box a:hover	{ text-decoration:none; }
#sidebar .sermon p	{ font-size:11px; margin:0; }
#sidebar .sermon ul { width: 100%; float:left; clear:both; }
#sidebar .sermon li
{ 
				 display:inline;
				 float:left;
				 margin: 0 1px 0 0;
}
#sidebar .sermon li.sb_listen a
{ 
				 background: url(/images/bg_listen.gif) no-repeat center center;
				 display:block;
				 height: 23px;
				 width: 69px;
				 text-indent: -999em;
}
#sidebar .sermon li.sb_download a
{ 
				 background: url(/images/bg_download.gif) no-repeat center center;
				 display:block;
				 height: 23px;
				 width: 88px;
				 text-indent: -999em;
}
span.sermon-date, span.blog-date { font-size: 90%; color: #5C340A; }
p.view-all-services { text-align:right; }
p.view-all-services a { text-decoration:underline; color: #5d5a55; }
#recent-sermon h4 { text-transform: capitalize; }

/* latest articles and blogs */
#latest-articles { text-transform:uppercase; }
#latest-blog p { margin-bottom: 3px; }
#latest-blog p.read-more { margin-bottom: 10px; }
#latest-blog p.read-more a { text-decoration:underline; color: #8E503C; }

/* e-letter */
#e-letter h3 
{
				 padding: 1em 1em 0;
				 text-transform:inherit;
				 font-size: 1em;
				 color: #a1664d;
}
#e-letter form { margin-bottom: 10px; }
#e-letter fieldset { border:0; }
#e-letter input#newsletter_text 
{
background: url(/images/bg_input.gif) no-repeat left top;
border:0;
padding: 3px;
width: 120px;
margin-right: 3px;
}
#e-letter input#newsletter_submit 
{
background: url(/images/bg_submit.gif) no-repeat center center;
height: 21px;
width: 47px;
text-indent: -999em;
border:0;
}

#search 			{ padding-bottom:12px; }
#search input		{ float:left; width:100px; padding:4px; }
#search fieldset	{ padding-bottom:8px; border: none;}
#search #search_go { 
	display:block; float:right; 
	width:49px; height:21px; text-indent:-999em; margin-left:10px; margin-right: 5px; 
	margin-top: -2px;
}

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

#footer
{
   clear: both;
background: transparent url(/images/bg_footer.gif) no-repeat left bottom;
padding-top:20px;
height: 20px;
width: 780px;
position:relative;
}
p.copyright a, p.powered a { color: #8E503C; }
p.copyright { 
position:absolute; top: 55px; left: 10px;
}
p.powered { 
text-align:right; 
position:absolute; top: 55px; right: 15px;
}

#content img.mcms_stats{
   display: none;
}


/* blog */

body#blog #content{
   position: relative;
}

#content p#subscribe{
   position: absolute;
   top: 15px;
   right: 15px;
   z-index: 9999;
   font-size: 12px;
}

#content p#subscribe a{
   display: block;
   padding: 3px 20px 3px 0;
   background: url(/images/bg_subscribe_blog.gif) no-repeat right center;
   color: #604639;
   text-decoration: none;
}

body#blog #content #detail h3{
   margin-bottom: .5em;
}

body#blog #content h4{
   margin-bottom: .25em;
}

body#blog #content h4 a{
   color: #5C340A;
   text-decoration: none;
}

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

body#blog #content p.byline{
   margin-bottom: .75em;
   color: #5C340A;
   font-size: 12px;
}

body#blog #content p.byline span.author{
   margin-left: 5px;
   color: #8E503C;
   font-size: 11px;
}

#content .post{
   float: left;
   width: 491px;
   margin-bottom: 25px;
}

#content .post p.content{
   margin-bottom: .5em;
   line-height: 1.25;
}

#content .post-foot{
   float: left;
   padding: 3px 10px;
   background: #E6DFD0;
}

#content .post-foot p{
   margin: 0;
   color: #5C340A;
   font-size: 11px;
}

#content .post-foot p.category{
   float: left;
}

#content .post-foot p.category a{
   color: #5C340A;
}

#content .post-foot p.comments{
   float: right;
   font-weight: bold;
}

#content .post-foot p.comments a{
   display: block;
   padding: 3px 0 3px 22px;
   background: url(/images/bg_comments_blog.gif) no-repeat left center;
   color: #5C340A;
   text-decoration: none;
}

#content .post-foot p.comments a:hover{
   text-decoration: underline;
}

#content #post-options{
   float: left;
   margin: -5px 0 10px;
   padding: 2px 10px;
   background: #E6DFD0;
}

#content #detail p{
   clear: left;
}

#content #post-options p{
   float: left;
   margin: 0;
   clear: none;
   padding: 2px 0 2px 20px;
   background: url(/images/bg_email_blog.gif) no-repeat left center;
   color: #5C340A;
   font-size: 11px;
}

#content #post-options a{
   color: #8E503C;
}

#content #post-options p.comments{
   float: right;
   background-image: url(/images/bg_comments_blog.gif);
}

body#blog #content #comments{
   margin: 0;
}

body#blog #content #comments p.comments{
   padding: 4px 33px 5px;
   background: #E6DFD0 url(/images/bg_comments_blog.gif) no-repeat 11px center;
   color: #5C340A;
   font-size: 11px;
}

body#blog #content #comments .comment{
   width: 491px;
   margin-bottom: 10px;
   padding: 0;
   padding-bottom: 1px;
   background: #F6F0E3;
}

body#blog #content .author-box{
   float: left;
   width: 491px;
   margin-bottom: 25px;
   background: #F6F0E3;
}

body#blog #content #comments .comment h5,
body#blog #content .author-box h5{
   margin-bottom: .75em;
   padding: 10px 14px;
   border-bottom: 1px solid #DCD1BA;
   background: #E6DFD0;
   color: #5C340A;
   font-size: 12px;
   font-weight: bold;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: none;
}

body#blog #content #comments .comment h5 span.commenter,
body#blog #content .author-box h5 span.author{
   padding-bottom: 2px;
   border-bottom: 1px dashed #8E503C;
   color: #8E503C;
   font-size: 15px;
}

body#blog #content #comments .comment p,
body#blog #content .author-box p{
   margin: 0;
   margin: 0 14px 1em;
   color: #5C340A;
}

body#blog #content .author-box p{
   color: #FFF;
}

body#blog #content .author-box img{
   margin: 10px 9px 5px 11px;
   border: 2px solid #F6F0E3;
}

body#blog #content #comments form{
   margin-bottom: 15px;
}

body#blog #content #comments label{
   display: block;
   margin-bottom: .5em;
   font-size: 14px;
   color: #8E503C;
}

body#blog #content #comments textarea{
   font-size: 1.2em;
}

#post-comment-form {
	width: 460px;
	margin: 5em 0;
	padding: 15px;
	background: #f6f0e3;
	border: 1px solid #b9ab8e;
}

#post-comment-form label {
	display: inline-block;
	width: 88px;
	font-size: 13px;
	color: #5C340A;
	font-weight: bold;
	vertical-align: top;
	padding-top: 8px;
}

#post-comment-form input,
#post-comment-form textarea {
	width: 360px;
	height: 21px;
	padding: 4px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	vertical-align: middle;
}

#post-comment-form textarea {
	height: 100px;
}

#post-comment-form input.submit {
	width: auto;
	height: auto;
	clear: both;
	float: none;
	border: auto;
	display: block;
	background: #35150c;
	margin-left: 0px;
	padding: 5px;
	font-size: 1em;
	color: #e3e3d7;
}

#comment-status{
   	padding: 15px;
	background: #e1c4c4;
	border: 1px dotted #911e1e;
	margin-bottom: 20px;

}

#content #comment-status p{
   margin: 0;
}

body#blog #sidebar{
   width: 198px;
   background: #F6F0E3 url(/images/bg_sidebar_blog.gif) no-repeat;
}

body#blog #sidebar h3{
   position: static;
   padding: 0;
   margin-bottom: .75em;
   background: none;
   color: #34150C;
   font-size: 14px;
   text-transform: none;
}

body#blog #blog-sidebar{
   padding: 20px;
   background: url(/images/bg_blog-sidebar.gif) no-repeat left bottom;
}

#sidebar #blog-sidebar ul{
   margin-bottom: 25px;
   padding: 0;
}

#sidebar #blog-sidebar li{
   margin-bottom: .5em;
   font-size: 12px;
   list-style: none;
}

#sidebar #blog-sidebar a{
   color: #5C340A;
}

#sidebar #blog-sidebar a:hover{
   color: #8E503C;
   text-decoration: none;
}

#content #send_blog fieldset{
   border: 0;
}

#content #send_blog label{
   display: block;
   width: 200px;
   margin-bottom: .5em;
}

#content #send_blog input{
   display: block;
   width: 200px;
   padding: 2px;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   font-size: 12px;
}

#content #send_blog input.hidden{
   display: none;
}

#content #send_blog input#send{
   width: auto;
}

#content #send_blog textarea{
   width: 300px;
   height: 100px;
   padding: 4px;
   font-size: 12px;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#overlay { position:absolute; top:100px; right:-9999px; z-index:1000; background:#fff; border:2px solid #ccc; padding:10px; width:388px;  }
#overlay h3 			{ margin:0; padding:10px; background:#bdb093; color:#5c340a; }
#overlay p 				{ font-size:1.2em; color:#666; line-height: 1.5em; margin:0.5em 0; }
#overlay a 				{ color:#666; }
	#overlay a:hover 	{ color:#999; }
#overlay ul				{ padding-left:2em; }
#overlay li				{ font-size:1.2em; color:#666;  }

.article	{ padding-bottom:30px; }

#letusknow {
	padding-bottom: 5px !important;
}
#letusknow img { opacity: .75; margin-left: 11px; border: none;}
#letusknow img:hover { opacity: 1; }