/* SCREEN stylesheet for Lower Ford Street Baptist Church website */

/* ######################## */
/* HTML tags, exlcuding <a> */
body {
	background: #7E6995;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
p, td, th {/* NS workaround, keep styles in sync with <body> */
	background: transparent;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	background: transparent;
	color: #7E6995;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}
h2 {
	background: transparent;
	color: #7E6995;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}
hr {
	margin: -10px 0px 0px 0px;
}
input, textarea, select {
	background: #FFFFFF;
	border: solid 1px;
	color: #7E6995;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
li {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
	/* list-style-image: url(images/bullet.gif); */
	margin-left: -20px;
	margin-top: 10px;
	text-align: left;
}
p {
	font-size: 0.7em;
	line-height: 1.35em;
	text-align: left;
}
ul {
	margin-bottom: 10px;
	margin-top: 15px;
}

/* ############################################# */
/* HTML tag <a> and classes used within <a> only */
a {
	background: transparent;
	color: #7E6995;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.footer {
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
a.a-right-menu {
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
}
a.a-right-menu:hover {
	background: transparent;
	color: #CCCCCC;
	text-decoration: none;
}
a.a-right-menu-selected {
	background: #C2B5D0;
	color: #FFFFFF;
	text-decoration: none;
}
a.a-right-menu-selected:hover {
	background: #C2B5D0;
	color: #E0E0E0;
	text-decoration: none;
}
a.a-menu-bottom {
	background: transparent;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a.a-menu-bottom:hover {
	text-decoration: underline;
}

/* ################# */
/* all other classes */
.bar-top {
	text-align: left;
}
.bar-main-content {
	background: #FFFFFF;
	color: #666666;
	padding: 20px 30px 10px 30px;
	vertical-align: top;
}
.bar-main-footer-left {
	background: #FE7F03;
	color: #FFFFFF;
	font-size: 0.55em;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
.bar-main-footer-right {
	background: #FE7F03;
	color: #FFFFFF;
	font-size: 0.55em;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}
.bar-main-inner {
	background: #9E8FAF;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
}
.bar-main-menu-right {
	background: transparent;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
}
.bar-main-menu-top {
	background: #FE7F03;
	color: #FFFFFF;
}
.block-indent {
	margin-left: 20px;
	margin-right: 20px;
}
.caption {
	margin-top: -8px;
}
.contact-us-field-name {
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.content-hilite {
	background: #F0E9FF;
	color: #666666;
	padding: 10px 15px 5px 15px;
}
.footnote {
	background: transparent;
	color: #7E6995;
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.25em;
}
.hole-main {
	background: #FFFFFF;
	color: #666666;
	padding: 1px 1px 1px 0px;
}
.menu-bottom {
	background: transparent;
	color: #666666;
	font-size: 0.55em;
	line-height: 1.6em;
	margin-top: 50px;
	text-align: center;
}
.photo1 {
	margin: 30px 20px 30px 20px;
}
.photo2 {
	margin: -10px 15px 0px 0px;
}
.photo3 {
	margin: 0px 15px 0px 0px;
}
.print-hide {
}
.right-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
}
.right-menu-line {
	padding: 7px 0px 7px 0px;
}
.screen-hide {
	display: none;
}
.strapline {
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.35em;
}
.sub-list {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: -25px;
	margin-top: 10px;
	text-align: left;
}

.content-hilite p, ul {
	margin-top: 0px;
}
.homelist li {
	margin-top: 5px;
}


/* Copyright (c) 2003 Matt Ots Web-Design */