/*
Theme Name: Heritage Foundation
Theme URI: http://ascendio.com
Description: The 2010 theme for Harvest Bible Fellowship.
Author: Ascendio
Version: 1.0
*/

body{
	background: url('img/bgTile.jpg') top left repeat-x;
	z-index: 1;
	font-family: "facitweb-1","facitweb-2", Helvetica, 'Helvetica Neue', sans-serif;
	font-size: 14px;
}
	#topHeader{
		height: 75px;
		background: #00416f url('img/topHeader.png') top center no-repeat;
		margin: 0 auto;
		overflow: visible;
		min-width: 968px;
	}
	#nav{
		background: url('img/navBG.png') top left repeat-x;
		height: 55px;
		margin: 0 auto;
		min-width: 968px;
	}
		#nav ul{
			width: 968px;
			margin: 0 auto;
			height: 44px;
		}
			#nav ul li{
				float: left;
				list-style: none;
				padding: 0;
				margin: 0;
			}
				#nav ul li.home a{
					width: 146px;
					height: 44px;
					display: block;
					text-indent: -99999px;
					background: url('img/navHome.png') top left no-repeat;
				}
				#nav ul li.become a{
					width: 231px;
					height: 44px;
					display: block;
					text-indent: -99999px;
					background: url('img/navBecome.png') top left no-repeat;
				}
				#nav ul li.view a{
					width: 275px;
					height: 44px;
					display: block;
					text-indent: -99999px;
					background: url('img/navView.png') top left no-repeat;
				}
				#nav ul li.free a{
					width: 309px;
					height: 44px;
					display: block;
					text-indent: -99999px;
					background: url('img/navFree.png') top left no-repeat;
				}
				#nav ul li a:hover{
					background-position: bottom left;
				}
		#flag{
			background: #004472 url('img/flag.jpg') top center no-repeat;
			position: relative;
			overflow: hidden;
		}
			#flagWrap{
				height: 283px;
				width: 968px;
				margin: 0 auto;
				position: relative;
			}
			.flaghome{
				height: 283px;
			}
			.flagpage{
				height: 140px;
			}
			.quote{
				position: absolute;
			}
			.qhome{
				right: 50px;
				top: 30px;
			}
		#content{
			background: #f0f0f0 url('img/contentBG.png') top left repeat-x;
			z-index: 2;
			overflow: visible;
		}
			#innerWrap{
				width: 968px;
				margin: 0 auto;
				position: relative;
			}
				#floatUpSideBar{
					width: 458px;
					background: url('img/sideBarBG.png') top left repeat-y;
					float: left;
					position: relative;
					overflow: visible;
					z-index: 2;
				}
					.sideBarHome{
						margin-top: -250px;
					}
					.sideBarPage{
						margin-top: -106px;
					}
					p.bannerTitle{
						width: 450px;
						height: 38px;
						padding-top: 10px;
						background: url('img/bannerTitleBG.png') top left repeat-x;
						margin: 7px 0 0 3px;
						text-align: center;
						color: #fff;
						font-family: Georgia, serif;
						font-size: 26px;
						font-weight: normal;
						position: relative;
					}
						img.wingLeft{
							position: absolute;
							left: -7px;
							top: 0;
						}
						img.wingRight{
							position: absolute;
							right: -7px;
							top: 0;
						}
						button.k_button{
							background: #F60A0A; /* old browsers */
							background: -moz-linear-gradient(top, #F60A0A 0%, #D90A0A 63%, #960A0A 100%); /* firefox */
							background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F60A0A), color-stop(63%,#D90A0A), color-stop(100%,#960A0A)); /* webkit */
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F60A0A', endColorstr='#960A0A',GradientType=0 ); /* ie */
							width: 100px;
							height: 50px;
							-moz-border-radius: 5px;
							border-radius: 5px;
							border: solid 2px #b11010;
							color: #fff;
							font-size: 22px;
							text-transform: uppercase;
							-webkit-box-shadow: 1px 3px 3px #8a8a8a;
							-moz-box-shadow: 1px 3px 3px #8a8a8a;
							box-shadow: 1px 3px 3px #8a8a8a;
						}
					div#stayInFORMed{
						width: 550px;
						height: 425px;
						margin: 25px 0 0 -100px;
						z-index: 1;
						position: relative;
						padding: 0 0 0 0;
						border-right: solid 2px #e3e3e3;
						border-bottom: solid 2px #e3e3e3;
						overflow: visible;
					}
						div#stayInFORMed h4{
							font-size: 24px;
							font-weight: 600;
							color: #C10A0A;
							height: 32px;
							background: url('img/informedtitleBG.png') top left repeat-x;
							padding: 8px 0 0 100px;
						}
						div#stayInFORMed img{
							position: absolute;
							top: -10px;
							right: 25px;
						}
						div#stayInFORMed p{
							width: 200px;
							height: 100px;
							position: absolute;
							left: 100px;
							font-size: 12px;
							line-height: 16px;
							top: 45px;
							line-height: 22px;
						}
						div#stayInFORMed #smallForm{
							width: 200px;
							position: absolute;
							left: 100px;
							top: 195px;
							height:175px;
						}
							div#stayInFORMed form#smallForm input{
								margin: 0 0 6px 0;
								width: 212px;
								background: #fff;
								border: solid 1px #ccc;
								padding: 7px 0 7px 5px;
							}
							div#stayInFORMed form#smallForm button{
								background: #F60A0A; /* old browsers */
								background: -moz-linear-gradient(top, #F60A0A 0%, #D90A0A 63%, #960A0A 100%); /* firefox */
								background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F60A0A), color-stop(63%,#D90A0A), color-stop(100%,#960A0A)); /* webkit */
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F60A0A', endColorstr='#960A0A',GradientType=0 ); /* ie */
								height: 50px;
								-moz-border-radius: 5px;
								border-radius: 5px;
								border: solid 2px #b11010;
								color: #fff;
								font-size: 15px;
								font-weight: bold;
								text-transform: uppercase;
								-webkit-box-shadow: 1px 3px 3px #8a8a8a;
								-moz-box-shadow: 1px 3px 3px #8a8a8a;
								box-shadow: 1px 3px 3px #8a8a8a;
								cursor: pointer;
								width: 220px;
								text-align: center;
								margin: 5px 0 0 0;
							}
								div#stayInFORMed form#smallForm button span{
									display: block;
									text-align: center;
									font-size: 10px;
								}
					p.columnContent{
						width: 450px;
						margin: 5px 0 0 3px;
					}
						.portraits{
							text-align: center;
						}
						.portraits img{
							margin: 23px 5px;
							-webkit-box-shadow: 2px 2px 7px #abaaab;
							-moz-box-shadow: 2px 2px 7px #abaaab;
							box-shadow: 2px 2px 7px #abaaab;
						}
					img.base{
						position: absolute;
						bottom: -14px;
					}
					.fullWidth{
						padding: 40px 0 0 0 ;
					}					
					.column{
						float: right;
						width: 475px;
						position: relative;
						padding: 50px 0 0 0;
					}
						.post{
							background: url('img/postSplit.png') bottom left no-repeat;
							margin: 0 0 30px;
							padding: 0 0 40px;
						}
							.post p{
								font-size: 13px;
								line-height: 22px;
								color: #333;
								padding: 10px 0;
							}
					
/* Global Styles & Rules */
a{
	color: #233D67;
	text-decoration: underline;
}
blockquote {
	margin-left:3em;
}
strong {
	font-weight:bold;	
}
	a:hover{
		color: #333;
	}
h1{
	font-weight: 600;
	font-size: 20px;
	color: #192D4C;
}
	h1 a{
		color: #192D4C;
		text-decoration: none;
		font-weight: 600;
		font-size: 20px;
		color: #192D4C;
	}
		h1 a:hover{
			text-decoration: underline;
		}
h2{
	font-weight: 600;
	font-size: 16px;
	color: #CC0000;
}
h3{
	font-weight: 600;
	font-size: 14px;
	color: #192D4C;
}
ul{
	
}
	ul li{
		font-size: 13px;
		color: #333;
		line-height: 24px;
		list-style: disc;
		margin: 0 0 0 13px;
		padding: 0 0 0 5px;
	}
		ul li a{
			color: #005E9D;
		}
ol{

}
	ol li{
		font-size: 12px;
		color: #333;
		line-height: 24px;
		list-style: decimal;
		margin: 0 0 0 19px;
		padding: 0;
	}
		ol li a{
			color: #005E9D;
		}
.clearFix{
	clear: both;
	display: block;
	padding: 10px;
}

a.subPageLink{
	padding: 15px 20px 15px 35px;
	border: solid 1px #ccc;
	float: right;
	clear: both;
	margin: 50px 155px 0 30px;
	background: #f5f5f5 url('img/qBackArrow.png') 20px 15px no-repeat;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a:hover.subPageLink{
	color: #000;
}
.questions{
	padding: 50px 0 0 0;
}

ul#subPosts{
	padding: 15px 0 0 0;
	clear: both;
}
	ul#subPosts li{
		background: url(img/bullet.gif) 0 7px no-repeat;
		list-style: none;
		padding: 4px 0 0 16px;
	}
	
		ul#subPosts .categorypage{
		background: url(img/bullet.gif) 0 7px no-repeat;
		list-style: none;
		padding: 4px 0 0 16px;
		margin:15px 0 0 0;
	}
	
		#subPosts searchtitle{
		line-height:150%;
}

.alignright{
	float: right;
	padding: 0 0 10px 10px;
}

div.previousLink{
	float: left;
}
div.nextLink{
	float: right;
}
h2.moreQLink{
	padding: 25px 0 10px 0;
}

div.navigation{
	display: block;
	height: 25px;
	clear: both;
	padding: 20px 0;
}
	div.navigation a{
		font-weight: bold;
	}
	
	.alignleft{
		float: left;
	}
	.alignright{
		float: right;
	}