/*
Theme Name: Charis Community Housing
Description: This theme has been custom-designed for Charis Community Housing by <a href="http://churchgraphics.org" target="_blank" rel="dofollow">ChurchGraphics.org</a>
Author: ChurchGraphics.org
Author URI: http://churchgraphics.org
Version: 1.0

*/

/* CHARIS STYLES */
/* default */
* {
	margin: 0;
	padding: 0;
}
p, h3, h4, h5, h6, ol, ul, .post {
	padding-bottom:1em;
}
img {
	border:0px;
}


/* With City and Birds
body {
	background: #474b4e url(images/bg-repeating.jpg) repeat-x center top;
	font: 100% Arial, Helvetica, sans-serif;
	color: #464a4d;
}*/

/* With Just Birds*/
body {
	background: #474b4e url(images/bg-birds-slice.jpg) repeat-x center top;
	font: 100% Arial, Helvetica, sans-serif;
	color: #464a4d;
}
#divBirds {
	background: url(images/bg-birds.jpg) no-repeat center top;
}

/*With Just Gradient
body {
	background: #474b4e url(images/bg-birds-slice.jpg) repeat-x center top;
	font: 100% Arial, Helvetica, sans-serif;
	color: #464a4d;
}*/



a {
	text-decoration: none;
	font-weight: bold;
	color: #0092ce;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 {
	background: url(images/logosm.gif) no-repeat;
	padding-left: 65px;
	line-height: 46px;
	font-size: 2.5em;
	color: #114989;
	margin: 0.7em 0;
	min-height: 46px;
	height: expression( this.scrollHeight < 46 ? "46px" : "auto" );
}
h2 {
	font-size: 1.4em;
	padding: .8em 0 .4em;
}
h3 {
	font-size: 1.6em;
	color: #114989;
}
h4 {
	font-size: 1.2em;
	/*color: #72b84c;*/
}
blockquote {
	margin-left: 30px;
}
.post ul, .post ol {
	padding-left: 30px;
}
.post h1 {
	max-width: 600px;
}
.post table img {
	border: 1px solid #114989;
}
.post li {
	margin-bottom: 0.5em;
}
.rightcol {
	padding-left: 10px;
}
.entry {
	min-height: 340px;
}
.sform {
	border: 1px solid #464646;
	padding: 5px;
	margin-bottom: 10px;
	width:188px;
}
.widget {
		padding: 5px 15px 15px 15px;
}

#divWrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	line-height: 1.4em;
	/*border-left: 1px solid #474b4e;
	border-right: 1px solid #474b4e;*/
}
#divHeader {
	background: url(images/header.jpg) no-repeat;
	height: 189px;
	padding-top: 68px;
	padding-left: 123px;
}

/*DROPDOWN NAVIGATION STYLES*/
#divNav {
	height: 35px;
	background: #ffffff;
}
#divNav ul, #divNav li, #divNav a {
	zoom: 1;
}
.shailan-dropdown-menu {
	padding: 0 15px;
}
#divNav li {
	background: url(images/nav-divider.gif) no-repeat;
}
#divNav li.first-child, #divNav ul.children li {
	background: url(none);
}
#divNav a {
	padding-right: .5em;
	padding-left: .5em;
	line-height: 35px;
	font-size: 1.3em;
	color: #45494C;
	text-decoration: none;
}
#divNav a:hover {
	color: #0092ce;
	text-decoration: none;
}
#divNav ul.children {
	border-left: solid 10px #72b84c;
	border-right: solid 10px #72b84c;
	border-bottom: solid 10px #72b84c;
	margin-left: -10px;
	text-align: left;
	background-color: #ffffff;
}
#divNav ul.children li {
	background-color: #ffffff;
	padding: .3em 0;
	text-align: left;
}
#divNav ul.children a {
	padding: 1px .5em;
	margin: 0;
	line-height: normal;
	font-size: 1.3em;
	color: #45494C;
	text-align: left;
	zoom: 1;
}
#divNav ul.children a:hover {
	color: #0092ce;
}
#divNav .page-item-105 ul {
	right: 0;
	left: auto;
	margin-right: -80px;
}
#divNav .page-item-2 ul {
	right: 0;
	left: auto;
	margin-right: -25px;
}


#ContentWrap1 {
	background: url(images/contentbg-repeat.jpg) repeat-y;
}
#ContentWrap2 {
	background: url(images/contentbg-top.jpg) no-repeat;
}
#ContentWrap3 {
	background: url(images/contentbg-bottom.jpg) no-repeat bottom;
	padding: 20px 50px 60px;
	position: relative;
	min-height: 500px;
	height: expression( this.scrollHeight < 501 ? "500px" : "auto" );
}
.givebanner {
	position: absolute;
	top: 10px;
	right: 42px;
}
#divFooter {
	background: url(images/footer.jpg) no-repeat;
	height: 120px;
	padding-top: 15px;
	font-weight: bold;
}
#crumbs {
}
#crumbs .current {
}
.siblingNav {
	padding-top: 10px;
	background: url(images/dividerh.gif) repeat-x;
}
#content .siblingNav p {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
}
#content .siblingNav ul {
	margin: 0;
	padding: 0;
}
#content .siblingNav li {
	list-style: none;
	display: inline;
	padding: 0 1em 0 0;
	margin: 0;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
	zoom: 1;
}
.divider {
	background: url(images/dividerh.gif) repeat-x center;
	height: 25px;
	clear: both;
}
.whitetext {
	color: #ffffff;
}
.whitetext a {
	color: #ffffff;
}
.greentext {
	color: #bdd73c;
}
.greentext a {
	color: #bdd73c;
}
#divFooter img {
	float: right;
}
.footerlinks {
	float: right;
	padding-right: 10px;
}
.homebox1 {
	background: url(images/dividerv.gif) repeat-y right;
	float: left;
	width: 410px;
	padding-left: 53px;
	font-size: 1.2em;
	padding-right: 25px;
}
.slideshow {
	background: url(images/home-photo-bg.jpg) no-repeat;
	padding: 14px 20px 20px 14px;
	margin-bottom: 10px;
}
.homebox1 p {
	padding-left: 15px;
	padding-right: 15px;
}
.homebox2 {
	float: left;
	/*padding-top: 100px;*/
	padding-top: 80px;
	padding-left: 25px;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 375px;
}
.homebox3  p, .homebox4  p {
	padding-left: 57px;
	font-size: 1.2em;
}
.homebox3 {
	background: url(images/dividerv.gif) repeat-y right;
	float: left;
	width: 550px;
}
.homebox3 a {
	color: #464a4d;
}
.homebox3 .highlighted, .homebox3 .highlighted a {
	font-size: 1.4em;
	color: #0092ce;
}
.homebox3 .arrows, .homebox3 .arrows a {
	font-size: 2em;
	color: #b82227;
}
.homebox4 {
	float: left;
	width: 320px;
	padding-left: 20px;
}

/*TEST Styles*/
.homebox1test {
	background: url(images/dividerv.gif) repeat-y right;
	float: left;
	width: 410px;
	padding-left: 53px;
	font-size: 1.2em;
	padding-right: 25px;
}
.slideshow {
	background: url(images/home-photo-bg.jpg) no-repeat;
	padding: 14px 20px 20px 14px;
}
.homebox1test p {
	padding-left: 15px;
	padding-right: 15px;
}
.homebox2test {
	float: left;
	padding-top: 100px;
	padding-left: 25px;
	font-size: 1.3em;
	line-height: 1.4em;
	width: 375px;
}
.fauxcol1 {
	background: url(images/dividerv.gif) repeat-y 365px;
}
.fauxcol2 {
	background: url(images/dividerv.gif) repeat-y 630px;
}
.homebox3test h1, .homebox4test h1, .homebox5test h1{
	margin: .4em 0;
	padding-top: 6px;
}
.homebox3test  p, .homebox4test p, .homebox5test  p {
	padding-left: 57px;
	font-size: 1.1em;
	line-height: 1.4em;
}
.homebox3test {
	float: left;
	width: 355px;
	margin-right: 30px;
}
.homebox3test a {
	color: #464a4d;
}
.homebox3test .highlighted, .homebox3test .highlighted a {
	font-size: 1.1em;
	color: #0092ce;
}
.homebox3test .arrows, .homebox3test .arrows a {
	font-size: 1.6em;
	color: #b82227;
}
.homebox4test {
	float: left;
	width: 235px;
	margin-right: 30px;
}
.homebox5test {
	float: left;
	width: 250px;
}



/*Extra template Styles*/
.HPhotoBG {
	background: url(images/dividerv.gif) repeat-y top 545px;
}
.HPhotoLeft {
	float: left;
	width: 525px;
	padding-right: 25px;
}
.HPhotoRight {
	float: right;
	width: 330px;
	margin-left: 20px;
}
.HPhotoPic {
	background: url(images/photobg-h.jpg) no-repeat;
	padding: 12px 13px 18px;
	margin-bottom: 20px;
}
.HPhotoSub {
	padding-left: 3px;
}

.VPhotoBG {
	background: url(images/dividerv.gif) repeat-y top 645px;
}
.VPhotoLeft {
	float: left;
	width: 625px;
	padding-right: 25px;
}
.VPhotoRight {
	float: right;
	width: 230px;
	margin-left: 20px;
}
.VPhotoPic {
	background: url(images/photobg-v.jpg) no-repeat;
	padding: 11px 17px 18px 12px;
	margin-bottom: 20px;
}
.VPhotoSub {
	padding-left: 5px;
}


/*ORIGINAL STYLES*/

#pagenav {
	height:35px;
	font-size:9pt;
	padding: 0px 15px;
	font-weight: bold;
	line-height:35px;
	background:url(images/background_pagenav.gif) no-repeat;
	margin: 0px 10px;
	text-align:right;
}
#pagenav ul li {
	list-style: none;
	display:inline;
}
#pagenav li a {
	margin-left: 30px;
	color: #ffffff;
	text-decoration: none;
	height: 35px;
	display:inline-block;
}
#main {
	background:url(images/background_container.png) repeat-y;
	padding: 0px 20px;
}
#sidebar {
	float: right;
	width: 170px;
	color: #555555;
	padding: 15px;
}
#footer {
	color: #ffffff;
	text-align: center;
	width:900px;
	margin:15px 0px;
}
/*.post {
	padding: 10px 15px 15px 15px;
}*/

/*text */
/*#title h1 {
	font-size:22pt;
	font-weight: normal;
	padding: 83px 0 0 20px;
	margin-bottom:0px;

}
#title h1 a {
	color: #fff;
	text-decoration: none;
}
.description {
	font-size:11pt;
	padding:0px 0 0 20px;
	color: #fff;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#content h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #286191;
}
#content h1 a {
	color: #286191;
	text-decoration: none;
}
h2 {
	font-size: 12pt;
}
#sidebar h2 {
	color: #333;
	font-size: 10pt;
}
#sidebar h2 a {
	color: #333;
	text-decoration: none;
}
#content h2 a {
	color: #286191;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #286191;
}
#sidebar ul {
	padding-bottom:10px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 3px;
}
#sidebar ul li ul li ul li {	
	margin-left: 3px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar a {
	color: #555555;
	text-decoration: none;
}
blockquote {
	margin: 15px;
	font-size: 10pt;
	font-style: italic;
}
.postmetadata {
	padding: 10px 0px;
	color: #999;
}
.postmetadata a {
	color: #999;
	text-decoration: none;
}
a {
	color: #286191;
	text-decoration: none;
}
.searchform {
	padding-bottom: 10px;
}
*/
/* calendar */
#today, caption {
	font-weight: bold;
}
#today {
	color: #464646;
}
td, th {
	padding: 2px;
}
td a {
	text-decoration: underline;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* form */
#author, #email, #url, #comment, textarea, .s {
	border: 1px solid #d9d9d9;
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#submit {
	background-color: #286191;
	color: #ffffff;
	border: 1px solid #d9d9d9; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.searchsubmit {
}
#commentform a {
	color: #666666;
	text-decoration: none;
}
#comments {
	margin: 10px 0px;
}
.comment {
	padding: 10px;
}
#date {
	padding-bottom: 10px;
}
#date a {
	text-decoration: none;
}
.alt strong {
	font-size: 9pt;
}
.alt a {
	text-decoration: none;
}
/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



