* {
	margin: 0;
	padding: 0;
}
body {
	background: #fdf8e2 url('./themes/site_themes/firstchurch/images/background.jpg') top left repeat-x;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 62.7%;
}
h2, h3, h4, h5 {
  color: #5A3118;
  padding: 0.7em 0 0.3em;
}
h2 {
  padding-top: 0.1em;
}
p {
  margin: 0.5em 0 1.0em 0;
}
#content p img {
  margin: 0 1.0em 0 0;
}
a {
	color: #65371b;
	text-decoration: underline;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 850px;
}
#header {
	padding-top:10px;
	height: 110px;
	line-height: 110px;
}
#header h1 {
	padding-left: 20px;
}
#header h1 a {
  background: transparent url('/fc/themes/site_themes/firstchurch/images/logo.png') no-repeat scroll top left;
  display: block;
  width: 271px;
  height: 103px;  text-indent:-1000px;
}
* html #header h1 a {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/fc/themes/site_themes/firstchurch/images/logo.png", sizingMethod="crop");
}
#header-divider {
	background: #5A3118;
	height: 15px;
}
#sidebar {
	float: left;
	width: 250px;
	overflow: hidden;
	position: relative;
}
#sidebar-shadow {
	background: transparent url('./themes/site_themes/firstchurch/images/right_shadow.png') repeat-y top right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 16px;
	height: 1000px;
}
* html #sidebar-shadow {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./themes/site_themes/firstchurch/images/right_shadow.png", sizingMethod="crop");
}
#nav {
	background: #d8b367;
	font-size: 1.6em;
	line-height: 2.2em;
	list-style: none;
	padding: 0 10px;
}
	#nav li {
		border-top: 1px solid #dbce99;
		border-bottom: 1px solid #725e0c;
	}
		#nav li.first {
			border-top: 0;
		}
		#nav li.last {
			border-bottom: 0;
		}
		#nav li a {
			color: #fff;
			display: block;
			font-weight: bold;
			padding-left: 30px;
			text-decoration: none;
		}
		#nav li a:hover {
			background: #9c8b46 url('/fc/themes/site_themes/firstchurch/images/flame_bullet.png') no-repeat 10px 50%;
			text-decoration: none;
		}
* html #nav li a:hover {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/fc/themes/site_themes/firstchurch/images/flame_bullet.png", sizingMethod="crop");
}
		#nav li.active a {
			background: transparent url('/fc/themes/site_themes/firstchurch/images/flame_bullet_on.png') no-repeat 10px 50%;
			color: #65371b;
		}
* html #nav li.active a {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/fc/themes/site_themes/firstchurch/images/flame_bullet_on.png", sizingMethod="crop");
}
		#nav li.active a:hover {
			background-color: #9c8b46;
		}
#service-schedule, #events {
	background: #ebdfaf;
}
#service-schedule {
	padding-bottom: 10px;
}
	#service-schedule h2, #events h2 {
		background: #5A3118;
		color: #fff;
		line-height: 45px;
		padding-left: 10px;
	}
	#service-schedule h3 {
		color: #6a5b20;
		font-size: 1.6em;
		padding: 10px 0 0 10px;
	}
	#service-schedule ul {
		color: #6a5b20;
		font-size: 1.4em;
		line-height: 1.6em;
		list-style: none;
		padding: 0 25px 5px;
	}
		#service-schedule ul li span.time {
			float: right;
		}
	#service-schedule a {
		margin: 10px;
		font-size: 1.2em;
	}
#content-wrapper {
  background: #EBDFAF;
  overflow: hidden;
  padding: 10px;
}
#content {
/*
  padding-bottom: 10000px;
  margin-bottom: -9990px;
*/
  font-size: 1.2em;
  line-height: 1.6em;
}
#footer {
	clear: both;
	color: #9c8b46;
	margin-top: 20px;
	text-align: center;
}
	#footer p {
		font-size: 1.2em;
		line-height: 1.6em;
	}
	#footer .copyright{
		font-size: 1.0em;
                margin-bottom: 0.3em;
	}
#welcome-block {
  font-size: 1.3em;
  line-height: 1.6em;
}
#welcome-block img {
  padding-right: 10px;
}
#home #events {
  margin-left: 250px;
}
  #home #events ul li a {
    margin: 0;
  }
	#events ul {
		list-style: none;
	}
	#events ul li {
		float: left;
		width: 180px;
		height: 180px;
		border-left: 1px dotted black;
		padding: 5px 5px 0 10px;
	}
	#events ul li.first {
		border-left: 0;
	}
	#events ul li.first {
		border-left: 0;
	}
	#events ul li p.title {
		font-weight: bold;
	}
	#events ul li p {
		font-size: 1.1em;
	}
	#events a {
		margin: 10px;
		font-size: 1.2em;
	}
	#events a.allevents {
    padding-bottom: 10px;
	}
#content ul {
  margin-left: 25px;
}
dl dt {
  font-weight: bold;
}
#events-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#events-list li {
  margin-left: 15px;
}
#events-list li.date-heading {
  margin-left: 0;
}
a.scripture {
  position: relative;
  border: 1px solid transparent;
}
a.scripture.hover {
  border: 1px solid gray;
}
a.scripture span {
  position: absolute;
  border: 1px solid gray;
  background: #EBDFAF;
  width: 300px;
  padding: 3px;
}