/* $Id: index.css,v 1.19 2010/01/28 16:21:29 pwh Exp $ */
/* Style sheet for Blaine Baptist Church web page. */


h2 {

	color: #102040;
}


h3 {

	color: #6086D7;
}


a {

	color: black;
}


span.firstLetter {

	line-height: 32px;
	font-size: 32px;
	float: left;
}


html {

	background-color: #102040;
}


body {

	margin: 15px auto;
	padding: 0;
	border: 0;
	font-family: arial, sans-serif;
	font-weight: normal;
}


div.frame {

	position: relative;
	margin: 0 auto;
	background-image: url("images/BBC watermark.gif");
}


div.page {

	position: relative;
	width: 100%;
	color: black;
	font-size: 14px;
}


div.audio {

	position: relative;
	padding: 0;
	border: 0;
	margin: 0;
	width: 100%;
	color: red;
	font-size: 9px;
}


div.border {

	border-bottom: 2px solid #102040;
}


div.hr {

	border-top: 1px solid black;
}


div.header {

	height: 162px;
	background-image: url("images/Banner.png");
}


div.info {

	height: 162px;
	width: 640px;
	position: relative;
}


div.bottomInfo {

	bottom: 0;
	margin: 0 50px 6px 50px;
}


.right {

	text-align: right;
}


.left {

	text-align: left;
}


.centered {

	text-align: center;
}


img.slogan {

	height: 70px;
	width: 640px;
}


span.info {

	font-size: 16px;
}


.locator {

	position: absolute;
}


img.corners {

	position: absolute;
	z-index: 1;
	height: 15px;
	width: 15px;
}


img.logo {

	height: 162px;
	width: 320px;
}


div.menu {

	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 30px;
	font-size: 16px;
}


img.arrow {

	height: 30px;
	width: 25px;
}


div.touched {

	cursor: pointer;
	color: #3F6BCF;
	background-color: #BBCCEE;
}


div.untouched {

	cursor: pointer;
	color: white;
	background-color: #6086D7;
}


div.tab {

	color: black;
	font-weight: bold;
}


div.item {

	bottom: 0;
	margin: 0;
	height: 30px;
	width: 130px;
}


p.item {

	margin: 8px auto 0 auto;
}


img.item {

	z-index: 1;
	top: 0;
	left: 0;
	height: 30px;
	width: 130px;
}


div.spacer {

	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto;
}


div.column1 {

	position: relative;
	margin: 0 30px;
}


div.sheet {

	width: 100%;
	border-top: 3px solid #102040;
	border-left: 1px solid #102040;
	border-bottom: 1px solid #102040;
	border-right: 3px solid #102040;
	background-image: url("images/Crosses.gif");
	background-repeat: repeat;
	color: black;
}


div.margins {

	position: relative;
	margin: 0 20px;
}


div.column2 {

	top: 0;
	right: 0;
	height: 100%;
	margin: 0 30px;
}


div.verse {

	font-family: serif;
	font-size: 16px;
	background-image: url("images/Bible.gif");
	background-repeat: no-repeat;
	background-position: center;
}


div.footer {

	width: 100%;
	font-size: 10px;
	color: black;
	margin: 0 auto 3px auto;
}


.emphasis {

	font-size: 20px;
	font-weight: bold;
}


.link {

	text-decoration: underline;
	cursor: pointer;
	color: #6086D7;
}
