/*  
Theme Name: DestinyLifeTheme 
URI: http://www.destinyliferockwall.com
Description: The Wordpress theme for Destiny Life Church.
Version: 1.0
Author: JAC2
Author URI: http://www.jac2.com
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #d6daea url('images/bg.jpg') repeat-x;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.wrap {
	width: 870px;
	margin: 0 auto;
	background: url('images/bg_main.jpg') top center repeat-y;
	text-align: left;
}
#header {
	width: 870px;
	height: 200px;
	background: url('images/header.jpg') no-repeat;
	margin: 0 auto;
}
#navbar {
	height: 65px;
	width: 870px;
	background: url('images/navbar.jpg') no-repeat;
	margin: 0 auto;
}
#navbar #space {
	width: 177px;
	height: 55px;
	display: block;
	float: left;
}
#navbar a {
	float: left;
	display: block;
	height: 65px;
}
#navbar a span {
	display: none;
}
#navbar a#home {
	display: block;
	width: 163px;
	height: 55px;
	background: url('images/navbar.jpg') no-repeat -177px 0;
}
#navbar a#home:hover {
	background: url('images/navbar.jpg') no-repeat -177px -65px;
}
#navbar a#about {
	display: block;
	width: 166px;
	height: 55px;
	background: url('images/navbar.jpg') no-repeat -340px 0;
}
#navbar a#about:hover {
	background: url('images/navbar.jpg') no-repeat -340px -65px;
}
#navbar a#beliefs {
	display: block;
	width: 173px;
	height: 55px;
	background: url('images/navbar.jpg') no-repeat -506px 0;
}
#navbar a#beliefs:hover {
	background: url('images/navbar.jpg') no-repeat -506px -65px;
}
#navbar a#contact {
	display: block;
	width: 172px;
	height: 55px;
	background: url('images/navbar.jpg') no-repeat -679px 0;
}
#navbar a#contact:hover {
	background: url('images/navbar.jpg') no-repeat -679px -65px;
}
#sidebar {
	height: 330px;
	width: 220px;
	background: url('images/sidebar.jpg') no-repeat;
	float: left;
	margin: 0 0 0;
}
#sidebar a span {
	display: none;
}
#sidebar a#directions {
	display: block;
	width: 130px;
	height: 44px;
	margin: 260px 0 0 54px;
	background: url('images/directions.jpg') no-repeat 0 0;
}
#sidebar a#directions:hover {
	background: url('images/directions.jpg') no-repeat 0 -44px;
}
#sidebar a#directions span {
	display: none;
}
#flashbox {
	height: 330px;
	width: 600px;
	background: url('images/welcome.jpg') no-repeat;
	float: right;
	margin: 0 30px 10px 0;
}
#flashbox object {
	margin: 0;
}
#content {
	float: right;
	text-align: left;
	padding: 0 0 20px;
	width: 650px;
}
#content h2.About {
	width: 640px;
	height: 45px;
	background: url('images/header_about.gif') no-repeat;
}
#content h2.Beliefs {
	width: 640px;
	height: 45px;
	background: url('images/header_beliefs.gif') no-repeat;
}
#content h2.Contact {
	width: 640px;
	height: 45px;
	background: url('images/header_contact.gif') no-repeat;
}
#content h3 {
	padding: 0 0 0 17px;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
}
#content p {
	padding: 1px 25px 10px 17px;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
}
#footer {
	width: 870px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	padding: 25px 0 1px;
	background: #d6daea url('images/footer.jpg') no-repeat;
	clear: both;
}