@charset "UTF-8";
/* CSS Document */

/* FOOTER */

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	background: #d2ccc1;
}

#footer h2 {
	font: bold 17px Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}

#footer_top {
	display: block;
	width: 100%;
	height: 43px;
	background:top center url(../images/watermark_church_footer_top.jpg);	
}

#footer_content {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

#social {
	float: left;
	width: 252px;
	min-height: 200px;
	margin: 10px 0 0 30px;
}

#social a {
	float: left;
	clear: both;
	height: 45px;
	padding: 0 0 0 42px;
	color: #003e7e;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 3em;	
}

#social a:hover {
	color: #000000;
}

#social_facebook {
	background: top left no-repeat url(../images/watermark_church_facebook.jpg);
}

#social_twitter {
	background: top left no-repeat url(../images/watermark_church_twitter.jpg);
}

#social_share {
	background: top left no-repeat url(../images/watermark_church_share.jpg);
}

.at300bs.at15t_expanded, .at300bs.at15t_compact {
	display: none;
	margin: 0;
	width: 0;
}

#social_rss {
	background: top left no-repeat url(../images/watermark_church_rss.jpg);
}

/* BLOG */

#blog {
	float: left;
	width: 424px;
	min-height: 200px;
	margin: 10px 0 0 0;
	padding: 0 15px;
	border-left: #003e7e 1px dotted;
	border-right: #003e7e 1px dotted;
}

#entry {
	display:block;
	font:16px normal Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height:1em;
}

#entry a:hover {
	color:#000000;
	background-color: #DDDDDD;
}

span#title {
	font-weight: bold;
	color:#003e7e;
	margin:0 0 0 0;
}

span#author {
	color:#003e7e;
	text-transform:lowercase;
}

span#date {
	display:block;
	clear:both;
	color:#888bc4;
	margin:0 0 20px 0;
	font:14px normal Arial, Helvetica, sans-serif;	
}

#more_button {
	float: right;
	height: 27px;
	width: 92px;
	background: top left no-repeat url(../images/watermark_church_more_btn.jpg);
}

#more_button:hover {
	background: top left no-repeat url(../images/watermark_church_more_btn_hover.jpg);
}

#more_button a {
	display: block;
	height: 100%;
	width: 100%;
}

#more_button a:hover {
	background: none;
}

#search {
	float: left;
	width: 212px;
	min-height: 200px;
	margin: 10px 0 0 30px;
}

input[type="text"].site_search {
	width: 207px;
	height: 18px;
	clear: both;
}

input[type="submit"].go_btn {
	clear: both;
	float: right;
	height: 28px;
	width: 73px;
	border: none;
	background: top left no-repeat url(../images/watermark_church_search_btn.jpg);
	margin: 5px 3px 0 0;
}

input.go_btn:hover {
	background: top left no-repeat url(../images/watermark_church_search_btn_hover.jpg);
	cursor: pointer;
}

#footer span#about {
	display:block;
	clear: both;
	padding:20px 0 0 0;
	width:980px;
	margin:0 auto;
	font: 11px Arial, Helvetica, sans-serif;
}

#footer span#copyright {
	display:block;
	padding:5px 0 0 0;
	width:980px;
	margin:0 auto;
	font: 11px Arial, Helvetica, sans-serif;	
}

#footer_bottom {
	display: block;
	width: 100%;
	height: 36px;
	background:top center url(../images/watermark_church_footer_bottom.jpg);	
}	
