/* base-screen.css */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #1c242b url("images/body-background.gif") repeat-x top left;
	color: #fff;
	font-family: Times, "Times New Roman", Palatino, sans-serif;
	font-size: 62.5%; /* 1em == 10px */
	text-align: center;
}

a, a:visited {
	color: #408051;
}

a:hover, a:active {
	color: #33424f;
}

h2 {
	margin: .833333em 0;
	color: #6e0c0f;
	font-size: 2.4em;
	font-weight: normal;
	line-height: .833333;
}

h3 {
	margin: 1.11111em 0;
	color: #6e0c0f;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.11111;
}

p {
	margin: 1.33333em 0;
	font-size: 1.5em;
	line-height: 1.33333em;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
	color: #6e0c0f;
	font-size: 1.5em;
	line-height: 1;
}

dd {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1em;
	letter-spacing: .2em;
	line-height: 1.5;
	text-transform: uppercase;
}

dd ul {
	margin: .5em 0 0;
	padding: 0;
	font-size: 1.2em;
	letter-spacing: 0;
	line-height: 1.25em;
	text-transform: none;
	list-style-position: inside;
}

dd ul li {
	margin: 0 0 0 1.25em;
}

label {
	font-weight: bold;
}

.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
}

.clear {
	clear: both;
}

.columns-2 {
	
}

.column-ltr {
	float: left;
}

.column-rtl {
	float: right;
}

.nametag {
	font-size: 1.2em;
	line-height: 1.25;
}

.nametag .name {
	color: #6e0c0f;
}

.nametag .title {
	font-style: italic;
}

.nametag .contact a, .nametag .contact a:visited {
	color: #33424f;
}

#header, #main-wrap, #footer {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header {
	height: 135px;
	position: relative;
	overflow: hidden;
	background: #63070a url("images/header-background.gif") no-repeat top left;
}

#header h1 {
	display: none;
}

#header .verse {
	display: none;
}

#logo {
	margin: 14px 0 0 17px;
}

#navigation {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 17px;
	right: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	list-style-type: none;
}

#navigation li {
	margin: 0 .1em;
	padding: 1em;
	display: inline;
	position: relative;
	top: -1em;
	left: 0;
	z-index: 500;
	background-color: #4e0000;
}

#navigation li:hover {
	background-color: #400000;
}

#navigation a, #navigation a:visited {
	color: #fff;
}

#main-wrap {
	background: #d5dbca url("images/mainwrap-background.gif") repeat-y top left;
}

#main {
	width: 840px;
	padding: 15px 30px;
	min-height: 465px;
	overflow: hidden;
	background: url("images/main-background.gif") no-repeat top left;
	color: #33424f;
}

#main img {
	padding: 2px;
	border: 1px solid #b3baac;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
}

#main img.poster {
	margin: 0 15px 5px 0;
	padding: 0;
	border: 0;
	float: left;
}

#main-top .column-1 {
	margin-left: 30px;
	width: 435px;
}

#main-top .column-2 {
	width: 375px;
}

#welcome h2 {
	margin-top: .6em;
	font-size: 3em;
	line-height: .8;
}

#welcome p {
	font-size: 1.8em;
	line-height: 1.33333;
}

#staff-joestephanie {
	margin-right: -30px; /* Let's not have a cow, IE */
	width: 465px;
	height: 122px;
	position: relative;
	background: url("images/staff-backgroundjs.gif") no-repeat bottom left;
}

#joe-photo {
	position: absolute;
	top: 0;
	left: 0;
}

#joe-nametag {
	position: absolute;
	top: 10px;
	left: 105px;
}

#stephanie-photo {
	position: absolute;
	top: 0;
	left: 309px;
}

#stephanie-nametag {
	position: absolute;
	bottom: 10px;
	right: 170px;
	text-align: right;
}

#church-photo {
	margin: 3px 0 6px 0;
	position: relative;
	top: 0;
	left: -13px;
}

#meeting-times .column-1 {
	margin: 0 20px 0 0;
	width: 165px;
}

#meeting-times .column-2 {
	margin: 0;
	width: 190px;
}

#directions-link {
	padding-left: 15px;
	background: url("images/arrow.gif") no-repeat 0% 35%;
}

#main-bottom {
	/*margin-top: 1.5em;*/
}

#main-bottom .column-1 {
	margin-right: 30px;
	width: 375px;
}

#main-bottom .column-2 {
	width: 435px;
}

#main-bottom dd .time {
	margin-left: 15px;
	display: block;
}

#staff-tom {
	margin-right: -30px;
	width: 251px;
	height: 122px;
	float: right;
	position: relative;
	top: -5px;
	left: 0;
	background: url("images/staff-backgroundtom.gif") no-repeat bottom left;
}

#tom-photo {
	position: absolute;
	top: 0;
	left: 0;
}

#tom-nametag {
	position: absolute;
	bottom: 10px;
	left: 105px;
}

#staff-eudora {
	width: 275px;
	height: 122px;
	float: right;
	position: relative;
	top: -5px;
	left: 0;
	background: url("images/staff-backgroundeudora.gif") no-repeat bottom left;
}

#eudora-photo {
	position: absolute;
	top: 0;
	left: 0;
}

#eudora-nametag {
	position: absolute;
	bottom: 10px;
	left: 105px;
}

#jmap, #map-directions {
	display: none;
}

.jsok #jmap, .jsok #map-directions {
	display: block;
}

#errormsg {
	margin: 1.33333em 0;
	display: none;
	color: #6e0c0f;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.33333em;
}

#mapform-address {
	width: 300px;
}

#mapform-submit {
	position: relative;
	top: -1em;
	left: 0;
}

#map-cgbcpoint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#map {
	margin: 0 0 10px 30px;
	width: 480px;
	height: 360px;
	float: right;
	border-top: 1px solid #408051;
	border-right: 1px solid #1c242b;
	border-bottom: 1px solid #1c242b;
	border-left: 1px solid #408051;
}

#main #map img, #main #map-directions img {
	padding: 0;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
}

#map-directions {
	margin: 0 0 1.33333em;
	font-size: 1.5em;
	line-height: 1.33333em;
}

#directory-scheduling {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 300;
}

#directory-scheduling a img {
	border: none;
}

#footer {
	width: 870px;
	padding: 10px 15px;
	background: url("images/footer-background.gif") no-repeat top left;
	color: #e2e2e2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#footer a, #footer a:visited {
	color: #999;
}

#footer a:hover {
	color: #e2e2e2;
}

