/*
Theme Name: Heritage Church

*/



/* Begin Typography & Colors */
body
{
	font: 13px/1.7 Lucida Sans, Lucida, 'Trebuchet MS', Arial, sans-serif;
	color:#4d4d4d;
	background:url(images/bg.jpg);
}



/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 28px;
	font-weight:normal;
	color:#062B3E;
}
h2
{
	font-size: 18px;
	font-weight:normal;
	color:#062B3E;
	padding:0 0 10px 0;
}
h3
{
	font-size: 21px;
}
h4
{
	font-size: 18px;
	font-weight:normal;
	color:#585647;
	text-align:left;
}
h5
{
	font-size: 14px;
	font-weight:normal;
}
h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/
hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
ol
{
	list-style: decimal;
}
ul
{
	list-style: square;
}
li
{
	margin-left: 30px;
}
p,
dl,
hr,
h1,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 12px;
}
blockquote {
	margin:0 50px;
}

/* =Divs
--------------------------------------------------------------------------------*/
#top {
	width:100%;
	margin:0 auto;
	background:url(images/top_bg.jpg);
	height:39px;
}
#header {
	width:100%;
	margin:0 auto;
	height: 141px;
	background:url(images/bg2.jpg) repeat-x;
}
#header-content {
	width:960px;
	margin:0 auto;
	background:url(images/header_bg.jpg) no-repeat;
	height:141px;
}
#container {
	width:960px;
	margin:0 auto;
	background: url(images/slice.jpg);
}
#site-top {
	width:960px;
	background:url(images/header.jpg) no-repeat;
	height:66px;
}
#welcome {
	padding:19px 0 0 37px;
	height:47px;
	width:374px;
}
#logo {
	width:274px;
	float:left;
	margin:10px 0 0 34px;
}
#buttons {
	width:571px;
	float:left;
	margin:56px 0 0 43px;
}

#content {
	margin: 0 auto;
	width: 888px;
}
#text {
	margin: 0 auto;
	width: 888px;
}
#graphic {
	width: 675px;
	float: left;
	height:323px;
}
#graphic-right {
	width: 213px;
	float: left;
	height:323px;
}
#left {
	width:523px;
	float:left;
	padding-right:20px;
	margin-left:10px;
	margin-top:30px;
}
#right {
	width:318px;
	float:right;
	margin-top:30px;
}
#box {
	width: 318px;
	background:url(images/box_slice.jpg);
	font-size:11px;
}
#box-header {
	width:318px;
	height:29px;
	background:url(images/box_header.jpg);
}
#box-content {
	padding:0 20px;
}

#box-footer {
	width:318px;
	height:23px;
	background:url(images/box_footer.jpg);
}

#footer {
	margin:0 auto;
	width:960px;
	height:51px;
	text-align:center;
	background: url(images/footer.jpg) no-repeat;
	margin: 20px 0;
}
#nav {
	clear:both;
	margin:0 auto;
	text-align:center;
	height:38px;
	width:920px;
	padding-left:40px;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0 auto;
	padding: 4px 22px 0 22px;
	font:12px/2.6 Lucida, Lucida Sans, Lucida Grande, Arial,sans-serif;
	color:#69808b;
	text-decoration:none;
	text-transform: uppercase;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color:#fff;
}


/* =Links & Spans & Misc
--------------------------------------------------------------------------------*/
p {
	text-align:justify;
}
a {
	color:#12536c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#footer a {
	color:#859aa0;
}

.clear {
	clear:both;
}

/* =Navigation
--------------------------------------------------------------------------------*/



