/* CSS Document */
body{
	font-size:1em;
	margin: 0px;
	}

h1{
	font-size:20px;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:25px;
	border-bottom:#000000 1px dotted; 
	z-index:80;
	}

p.indexblurb {
	margin-bottom:10px;

}

p{
	margin-top:3px;
	margin-bottom:16px;
	font-size:15px;
	line-height:22px;
	width:100%;
	}
	
p.quote {
	width:85%;
	margin-left: 40px;
	color: #333333;
}

li {
	font-size:15px;
	line-height:22px;
}

li.bigspace {
	margin-top: 0px;
	margin-bottom: 20px;
}

li.bigspaceend {
	margin-bottom: 0px;
}

li.square {
	list-style-type: square;
}

li.squareend {
	list-style-type: square;
	margin-bottom: 0px;
}

li.squarebigspace {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 20px;
}

li.squarebigspaceend {
	list-style-type: square;
	margin-bottom: 0px;
}

ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
	
 /* 上方nav的連結 */
.topnav a{
	float:right; 
	color:#FFFFFF; 
	font-size:15px; 
	font-weight:bold;
	margin:3px 16px 1px 8px;
	padding:0px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.topnav a:hover{
	 color:#e1a45b;
	 }
	 
 /* 左側文章nav的連結 */
.mainnav{
	margin-top:0px;
	margin-bottom:0px;
	}

.mainnav a{
	color:#000000;
	font-size:13px;
	text-decoration:none;
	}
	
.mainnav a:hover{
	font-size:13px;
	font-weight:bold;
	color:#0b475b;
	text-decoration:none;
	}
.mainnav a:active{
	font-size:13px;
	color:#0b475b;
	text-decoration:none;
	}
.mainnav a:visited{
	font-size:13px;
	color:#bd7839;
	text-decoration:none;
	}

/* 左側文章nav的框框 */
.mainnav_left{
	padding-right:6px;
	border-left:#FFFFFF 1px solid; 
	border-bottom:#FFFFFF 1px solid;
	padding-top:3px;
	}
.mainnav_right{
	border-bottom:#FFFFFF 1px solid; 
	border-right:#990000 1px solid;
	}
	
/* 繼續閱讀的連結 */	
.continue a{
	font-size: 1em;
	font-weight:bold;
	color:#663300;
	text-decoration:underline;
	float:right;
	padding-right:10px;
	margin-top: 10px;
	}
.continue a:hover{
	color:#CC6600;
	text-decoration: none;
	}
.continue a:visited{
	color:#663300;
	text-decoration:underline;
	}

/* styles for link to refs (at the end of each article) */
.refslink {
	margin-top: 20px;
}

.refslink a{
	font-size: 0.9em;
	font-weight:bold;
	color:#663300;
	text-decoration:underline;
	}
.refslink a:hover{
	color:#CC6600;
	text-decoration: none;
	}
.refslink a:visited{
	color:#663300;
	text-decoration:underline;
	}

/* styles for links in content */
.content a {
	color:#663300;
	text-decoration:underline;
}

.content a:hover {
	color:#CC6600;
	text-decoration:none;
}

.content a:visited {
	color:#663300;
	text-decoration:underline;
}

/* footer copyright */
.footer {
	color:#FFFFFF;
	float:right;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

/* headings */
.subheading {
	color: #6B280E;
	font-weight: bold;
	line-height: 2em;
}

h2.subheading {
	color: #6B280E;
	font-weight: bold;
	line-height: 2em;
	font-size: 1em;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

h3.subheading {
	color: #6B280E;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1em;
	margin-bottom: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 5px;
}

/* ads */
.bluetitle {
	color: #002050;
	font-weight: bold;
	line-height: 2em;
}

p.textad_img {
	margin-bottom: 5px;
}

p.textad_txt {
	margin-top: 0px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #413d28;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* index page feature */
.featuredesc {
	margin:10px;
	font-size:15px;
	line-height:22px;
	width: 320px;
}

/* forms */
table.formstyle{
	text-align:left;
	font-size:15px;
}

fieldset{
	width:90%;
	margin-right:10px;
	margin-bottom:15px;
	margin-left:10px;
	border: 1px solid #666666;
	padding: 10px;
}

legend{
	font-size:smaller;
	color:#6B280E;
}

span.info{
	color:#990000;
	font-size:15px;
	}

button{
cursor:hand;
border:solid 1px #888888;
background-color: #ECE5DA;
width:89px;
height:25px; 	 	 	
}

/* for bible references */
.tooltip a {
	color:#333333;
	text-decoration:none;
	border-bottom:1px dashed #009900;
	display:inline-block;
	padding-bottom:0px;
}

/* drop capital */
#cap {
	font-size:38px;
	color:#6B280E;
	font-weight:bold;
	float:left;
	height:40px;
	line-height:48px;
	margin-top:0px;
	margin-right:5px;
	position: relative;
	top: -2px;
}


/* Knowing Him Personally */
/* knowing God Personally page style */
.title1{
	font-weight:bold;
	}
.bridge{
	font-size:15px;
	line-height:15px;
	}
