body {
	background: #f1f3f2 url(images/blue/bkgrd.jpg) repeat-x center top;
}

#header {
	background-repeat: no-repeat;
	background-position: center top;
}

#fullwrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/blue/bg.jpg) no-repeat center top;
}

#content {
	color: #4c4c4c;
}

ul#page-menu {
	font-weight: bold;
}

ul#page-menu > li.current_page_item {
	background: transparent url(images/blue/page-active-bg.png) repeat-x scroll left top;
	border-color: #6ab2e0 #4c82a5 #407293 #5696bf;
}

ul#page-menu > li.current_page_item a {
	background: transparent url(images/blue/page-link-active-arrow.png) no-repeat scroll center bottom;
}

ul#page-menu > li.current_page_item > a:hover, ul#page-menu > li.current_page_item:hover > a {
	background: url(images/blue/page-link-active-arrow.png) no-repeat scroll bottom center;
}

ul#page-menu li li {
	background: transparent url(images/blue/categories-menu-linkbg.png) no-repeat scroll 14px 50%;
}

ul#page-menu li li a, ul#page-menu li.current_page_item li a {
	border-color: #3e5354;
}

ul#cats-menu li li a {
	background: transparent url(images/blue/categories-menu-linkbg.png) no-repeat scroll 14px 50%;
}

.new-post div.date {
	background: transparent url(images/blue/big-date-leftbg.png) no-repeat scroll left top;
}

.new-post div.date div.main {
	background: transparent url(images/blue/bigdate-mainbg.png) repeat-x scroll 0 0;
}

.new-post div.date div.rightside {
	background: transparent url(images/blue/bigdate-rightbg.png) no-repeat scroll right top;
}

.mainpost-wrap div.date {
	background: transparent url(images/blue/smalldate-leftbg.png) no-repeat scroll left top;
}

.mainpost-wrap div.date div.main {
	background: transparent url(images/blue/smalldate-mainbg.png) repeat-x scroll 0 0;
}

.mainpost-wrap div.date div.rightside {
	background: transparent url(images/blue/smalldate-rightbg.png) no-repeat scroll right top;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover, .wp-pagenavi span.extend {
	background-color: #6f8cad;
	border: 1px solid #597899;
}

.post .new-post a.post-edit-link {
	background: #2b5082;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 12px;
}

.post .new-post a.post-edit-link:hover {
	background: #4CA024;
	text-decoration: none;
}

a.comment-reply-link {
	background: transparent url(images/blue/reply-bg.png) repeat-x scroll 0 0;
}

.reply-container {
	background: transparent url(images/blue/reply-right-bg.png) no-repeat scroll right bottom;
}

#sidebar div.sidebar-block h3.sidebar-title {
	font-size: 15px;
	color: #141414;
	font-weight: bold;
	background: transparent;
	border-top: 0px solid #9d9d9d;
	border-left: 0px solid #9d9d9d;
	border-bottom: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 0px;
	display: inline-block;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: #d0d0d0 1px 2px 3px;
}

.post blockquote {
	padding: 20px;
	font-size: 13px;
	margin: 10px 0px 10px 0px;
	color: #595550;
	background: transparent url(images/bg_scripture.jpg);
	border-width: 0px;
	height: 170px;
	clear: both;
	overflow: hidden;
}

.post blockquote p {
	line-height: 1.5;
	font-size: 13px;
	font-style: italic;
}

#footer {
	background-color: #676767;
	color: #d8d8d8;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* @group ---- Social Media Icons ---- */

.social {
	display: block;
	width: 300px;
	text-indent: -9999px;
}

.social a {
	display: block;
	text-indent: -9999px;
	background: url(images/social-media-icons.png) no-repeat;
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 6px;
}

.social a.twitter {
	background-position: -51px top;
}

.social a.rssfeed {
	background-position: -102px top;
}

.social a.facebook {
	background-position: left -52px;
}

/* @end */