/* TLWF - COMMON CSS ELEMENTS*/
/* page styles */

body {
	background-color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding:0 0 0 10px;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin:7px 0 25px 0;
}

h2 {
	font-size: 14px;
	font-weight:normal; 
	color: #333333;
}
h3 {
	font-size:12px;
	font-weight:normal; 
	color: #666666;
}
h4 {
	font-size: 110%; 
	color: #666666;
	margin-bottom: 0;
}

h5 {
	font-size:100%;
	font-weight:bold;
}

.footer_a {
	font-size: 80%;
}

a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: none;
	outline:none;  /* removes the dotted outline in Mozilla browser */
}

a:hover {
	background-color: #E0F2FA;
	color:#CC0000;
	text-decoration: none;
}

.belief { 
	text-decoration:none;
}
.copyright {
	clear:both;
	text-align:left; 
	font-size:0.9em; 
	margin:50px 0px;
}
.darrow {
	font-family:Tahoma;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight:bold;
	margin:30px 20px 10px 0;
	border-bottom:1px solid #B0D0EF;
} 

.null_link a{
	background: none;
	text-decoration: none;
	}

.null_link a:hover{
	background: none;
	text-decoration: none;
	color:#990000;
	}

.quote, .quoteref {
	font-size: 14px;
	font-family: 'Trebuchet MS', Arial, sans-serif; 
	color: #663333;
	font-weight:normal;
}
.quoteref { text-align:right;}
	
.scripture {
	font-weight:normal;
	font-style:italic;
}
.staff {
	font-weight:bold;
	font-size:14px;
	color:#333333;
	}
 .subtitle {
	font-size:12px;
	font-weight:normal;
	color:#666666;
   }
 .title {	
	font-size:16px;
	font-weight: bold;
	margin:7px 0 25px 0;
	}
 .question {
	font-size:1.1em;
	font-weight:bold;
	}
 .answer {
	margin-top:-5px;
	margin-left:15px;
	margin-right:0;
	}
 .uarrow {
	font-family:Tahoma;
	font-weight: 900;
	margin-left:-40px;
}
.thumb {border:1px solid #666; margin-top:5px; }
.textFotoLeft {float:left; margin-right:10px; margin-top:5px; border:1px solid #666; }
.textFotoRight {float:right; margin-left:10px; margin-top:5px; border:1px solid #666; }

/* ------------------------------------------ */
/* banner  and picture styles */

#top_trim {
	position:absolute; top:0px; left:0px; margin:0; padding:0; 
	width:760px; height:7px;
	background-color: #B0D0EF;
	border-bottom:1px solid #C1C0B4; 
	z-index:1;
}

#tlwf_logo { 
	position:absolute; left:8px; top:8px; 
	width:750px;
	z-index:1;
}

#search_bar {
	position:absolute; top:0px; left:441px; margin:0; padding:0; 
	height:29px; width:319px; 
	background-image: url(/tlwf/images/searchbg2.gif); 
	background-repeat: no-repeat; 
	z-index:40;
}

#picture_frame {
	position:absolute;
	top:78px;
	left:115px;
	width:645px; 
	height:280px;
	background:url(/tlwf/images/bg_slide.jpg) left no-repeat #b0d0ef;
	border:1px solid #C1C0B4;
}

#scripture_frame {
	position:absolute;
	top: 84px;
	left: 540px;
	width: 180px;
	height: 240px;
	margin: 0px;
	padding: 15px 15px 15px 25px;
	background:#B0D0EF; 
}
#daily_verse {background:#B0D0EF; 
}
/* the scripture font is controled by scripture.css and cannot be changed here due to the javascript design that loads scriptures into an iframe. 
   Due to restrictions, all websites are stuck with the same font and font colors. */	

#page_title {
	position:absolute;
	top: 58px;
	left: 115px;
	width: 647px;
	height: 15px;
	padding:2px 0 3px 0;
	background-color: #E3DED0;
	z-index:20;
}

/* ------------------------------------------ */
/* content styles */

	#content {
		position:absolute; 
		top:358px; 
		left:116px; 
		height:100%; 
		width:645px;
		margin: 0 0 50px 0;
		z-index:5;
		line-height:1.4em;
	}
	#content p {
			padding:0;
			margin:5px 0px 10px 0;
	}
	.narrow {
		width:400px; 
		float:left;
	}
	.medium {
		width:480px; 
		float:left;
	}
	.wide { 
		width:610px; 
		margin-left:10px;
	}


/* --------------------------------------- */
/* 	sidebar styles */

.rightside {
	vertical-align:top;
	float:right;
	width: 225px;
	font-size:12px;
	font-family: Verdana, Ariel, sans-serif;
	color:#330000;
	padding:0;
	margin-top:8px;
}

.sidebar {
	width: 225px;
	float:right;
	font-size:12px;
	border-left: 1px ridge #ECECEC; 
	background-color: #FBF9F7;
	padding:0;
	margin-bottom:5px;
}
.sidebar th, .links th {
	background-color: #E3DED0; 
	font-weight:bold;	
	font-size:13px;
	line-height:2em;
	text-align:left;
}
.sidebar td {
	padding:8px 5px 5px 10px;
	font-size:12px;
}

.sidebar p {margin:  0px 5px 5px 5px}
.sidebar li {margin-bottom:.4em;}

.sidebarheader {
	background-color: #B0D0EF; 
	display:block;
	color: #3c2819;
	font-weight:bold;	
	font-size:13px;
	line-height:1.5em;
	text-align:center;
	vertical-align:top;
	margin: 0px 0px 0px 0px;
}

/* ---end-----------------------------------------------*/
