/* @override 
	http://dev.chuckcolson.org/wp-content/themes/chuckcolson/style.css?ver=1.0 */

/*
Author: Joe Tan (joetan54@gmail.com)
*/
@import url(lightbox.css);

xmp { background: yellow; }
html, body {
	margin: 0;
	padding: 0;
	color: #333;
	background: url(images/bg.jpg) repeat-x center top #231e23;
	text-align: left;
	font-size:16px;
	line-height:1.40;
	font-family: 'Quattrocento', serif;
}
html { overflow-y: scroll; }
body { padding-bottom: 50px;
}

.clear { clear: both;}
.alignleft { float: left; }
.alignright { float: right; }

img[align=left],
img.alignleft {	margin: 0 25px 15px 0; }
img[align=right],
img.alignright { margin: 0 0 15px 25px; }

a {
	color: #3c3730;
	text-decoration: underline;
}

h1,h2,h3,h4 { 
	margin: 0;
	line-height: normal;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 {
	font-size: 50px;
}
h2 {
	margin: 0 0 0.5em 0;
	font-size: 32px;
}
h3 {
	margin: 0 0 0.5em 0;
	font-size: 26px;
}
h4 {
	margin: 0 0 0.5em 0;
	font-size: 18px;
	font-weight: normal;
}
h4 a {
	text-decoration: underline;
}
th, td {
	border: 0;
}

blockquote {
	padding: 10px;
	background: url(images/quote.gif) no-repeat;
	color: #666666;
	font-size: 30px;
	line-height: 1;
}
blockquote p {
	margin: 0;
}
blockquote.alignleft {
	margin: 0 25px 15px 0;
	padding: 10px 0 0 10px;
	width: 190px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: 'Quattrocento', serif;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    font-family: 'Quattrocento', serif;
}


#wrap {
	position: relative;
	width: 948px;
	margin: 0 auto;
}

#splash {
	position: fixed;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: #000;
	line-height: normal;
}
#splash .img {
	position: absolute;
	border-top: 100px solid white;
}
#splash .img img {
	display: block;
	margin: 0 auto;
}
#splash .content {
	position: absolute;
	width: 100%;
	bottom: 100px;
	text-align: center;
	color: white;
	text-shadow: 0 0 20px #000;
}
#splash .content, #splash .img {
	display: none;
}
#splash h1 {
	font-size: 100px;
}
#splash h3 {
	font-size: 52px;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 948px;
}
#header .pf {
	position: absolute;
	top: 50px;
	left: 50px;
	display: block;
	width: 126px;
	height: 43px;
	background: url(images/logo-pf.jpg);
	text-indent: -10000px;
	overflow: hidden;
}
#header .cc {
	position: absolute;
	top: 40px;
	left: 195px;
	display: block;
	width: 178px;
	height: 61px;
	background: url(images/logo-colsoncenter.jpg);
	text-indent: -10000px;
	overflow: hidden;
}
#header .legacy-logo {
	position: absolute;
	top: 40px;
	left: 55px;
	display: block;
	width: 286px;
	height: 77px;
	background: url(images/chuck_logo.jpg);
	text-indent: -10000px;
	overflow: hidden;
}
#header .legacy {
	position: absolute;
	right: 60px;
	width: 200px;
	text-align: right;
	top: 50px;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}
#header .legacy:hover {
	text-decoration: underline;
}
#header .legacy span {
	color: #8b8b8b;
	font-size: 10px;
}

#header .return {
	position: absolute;
	top: 52px;
	left: 420px;
	width: 200px;
}
#footer {
	position:relative;
	background: #FFF;
	height: 63px;
	padding: 12px 0;
}
#footer a {
	position: relative;
	display: block;
	float: left;
	text-indent: -10000px;
	overflow: hidden;
}
#footer .pf {
	width: 136px;
	height: 63px;
	background: url(images/cc_prisonfellowship_logo.jpg);
	left: 222px;
}
#footer .cc {
	width: 186px;
	height: 63px;
	background: url(images/cc_colsoncenter_logo.jpg);
	left: 228px;
}

#footer .jf {
	width: 160px;
	height: 63px;
	background: url(images/cc_justicefellowship_logo.jpg);
	left: 226px;
}


.section {
}


#main2 {
	background: #dcdbdd;
	box-shadow: 0 0 30px rgba(55,60,72,0.9);
}
#content {
	float: left;
	width: 530px;
	min-height:1200px;
	padding: 125px 40px 50px 50px;
	background: white;
}
#content h1 {
	margin: 0 0 0.3em;
	font-size: 46px;
}
#content h2 {
	margin: 40px -45px 20px -50px;
	padding: 40px 0 0 50px;
	background: url(images/hr.jpg) top center no-repeat;
}
#content img.alignright,
#content img[align="right"] {
	margin-right: -20px;
}

#content img.alignleft,
#content img[align="left"] {
	margin-left: -20px;
}

#sidebar {
	margin: 0 35px 0 0;
	padding: 125px 0 0 0;
	width: 250px;
	float: right;
}
#sidebar #comments {
	margin: 50px 0 0 0;
	padding: 30px 0 0 0;
	background: url(images/hr-sidebar.jpg) top center no-repeat;
}
#sidebar .hr {
	margin: 30px 0 0 0;
	height: 30px;
	background: url(images/hr-sidebar.jpg) top center no-repeat;
}
#main {
	background: white;
	padding: 125px 50px 50px 50px;
	box-shadow: 0 0 30px rgba(55,60,72,0.9);
}

#main .content {
	width: 525px;
	float: left;
}
#main .content .photo {
	float: right;
	margin: -50px -59px 0 -10px;
}

#content .hr {
	margin: 30px 0 0 0;
	height: 30px;
	border-top: 1px solid #dbdadd;
}
#content .hr hr {
	visibility: hidden;
}


#comments {
	float: right;
	width: 265px;
	
}
#bubble {
	position: relative;
	border: 1px solid #777777;
	padding: 10px;
	margin: 0 0 20px 0;
	background: url(images/bg-button.jpg) repeat-x #898a8a;
	border-radius: 5px;
	color: white;
	line-height: normal;
}
#bubble .notch {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	border-top: 10px solid #898a8a;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#comment-form {
	position: relative;
	padding: 0 0 100px 0;
}
#comment-form input[type="text"],
#comment-form textarea {
	display: block;
	margin: 0 0 10px 0;
	width: 241px;
	background: #e5e5e5;
	border: 0;
	padding: 12px;
}
#comment-form textarea {
	height: 100px;
}
#comment-form button {
	position: absolute;
	width: 100%;
	margin: 10px 0;
	padding: 15px 0;
	display: block;
	background:#898a8a url(images/bg-button.jpg) repeat-x top;
	border: 0;
	font-weight: bold;
	color: white;
	font-size: 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	
}

#comments-list {
	position: relative;
	overflow: hidden;
	height: 380px;
	margin: 0 0 20px 0;
	padding: 0px 0;
	border: 1px solid #000;
	border-width: 1px 0;
	font-size: 14px;
}
#comments-list ul {
	display: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#comments-list ul li {
	margin: 0 0 0px 0;
	padding: 15px 0;
	list-style: none;
}
#comments-list ul li cite {
	display: block;
	font-style: italic;
}
#fadetop {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: none;
	background:    -moz-linear-gradient(top, #ffffff 0%,rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(top, #ffffff 0%,rgba(255,255,255,0) 100%);
	background:      -o-linear-gradient(top, #ffffff 0%,rgba(255,255,255,0) 100%); 
	background:     -ms-linear-gradient(top, #ffffff 0%,rgba(255,255,255,0) 100%); 
	background:         linear-gradient(top, #ffffff 0%,rgba(255,255,255,0) 100%);
	
	
	
}

#fadebottom {
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: none;
	background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #ffffff 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #ffffff 100%);
	background:      -o-linear-gradient(top, rgba(255,255,255,0) 0%, #ffffff 100%); 
	background:     -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #ffffff 100%); 
	background:         linear-gradient(top, rgba(255,255,255,0) 0%, #ffffff 100%); 
	
}
#sidebar #fadetop {
	background:    -moz-linear-gradient(top, #dcdbdd 0%,rgba(220,219,221,0) 100%); 
	background: -webkit-linear-gradient(top, #dcdbdd 0%,rgba(220,219,221,0) 100%);
	background:      -o-linear-gradient(top, #dcdbdd 0%,rgba(220,219,221,0) 100%); 
	background:     -ms-linear-gradient(top, #dcdbdd 0%,rgba(220,219,221,0) 100%); 
	background:         linear-gradient(top, #dcdbdd 0%,rgba(220,219,221,0) 100%);
	
}
#sidebar #fadebottom {
	background:    -moz-linear-gradient(top, rgba(220,219,221,0) 0%, #dcdbdd 100%); 
	background: -webkit-linear-gradient(top, rgba(220,219,221,0) 0%, #dcdbdd 100%);
	background:      -o-linear-gradient(top, rgba(220,219,221,0) 0%, #dcdbdd 100%); 
	background:     -ms-linear-gradient(top, rgba(220,219,221,0) 0%, #dcdbdd 100%); 
	background:         linear-gradient(top, rgba(220,219,221,0) 0%, #dcdbdd 100%); 
}


#quote {
	padding: 20px 50px;/*change back to 50 tomorrow JWS*/
	box-shadow: none;
	color: #5c5c5c;
	font-size: 24px;
}
#quote .sq {
	position: absolute;
	margin-left: -10px;
}
#quote strong {
	color: #fff;
	font-weight: normal;
}
#quote cite {
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 20px;
	display: block;
	text-indent: 460px;
}

#bottom {
	background: white;
}
#life {
	padding: 50px 50px 25px 380px;
	min-height: 330px;
	background:  url(images/life.jpg) bottom left no-repeat;
	line-height: normal;
}

#photos {
	position: relative;
}
#photos img {
	display: block;
	float: left;
}
#legacy {
	background: #656465;
}
#legacy .content {
	float: left;
	width: 520px;
	min-height: 250px;
	padding: 50px;
	line-height: normal;
	background: #ddd;
}
#donation {
	float: right;
	padding: 40px 35px 40px 40px;
	width: 245px;
	color: #fff;
	font-size: 14px;
}
#donation p {
	margin: 0 0 15px 0;
}
#donation .amounts label {
	margin: 0 10px 0 0;
}
#donation .amounts label strong {
	font-size: 24px;
	font-weight: normal;
}
#donation input[type="text"] {
	padding: 5px;
	width: 180px;
	background: #868586;
	border: 0;
}
#donation button {
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
	display: block;
	background: #898a8a url(images/bg-button.jpg) repeat-x top;
	border: 0;
	font-weight: bold;
	color: white;
	font-size: 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
#loading {
	display: none;
	text-align: center;
	color: #ccc;
}
/* @group Columns */
.layout .col {
	float: left;
}
.layout .col-last {
	float: right;
}
.cols-2 .col { width: 48%;}
.cols-3 .col { width: 32%;margin-right: 2%;}
.cols-3 .col-3 { width: 32%;margin-right: 0;}
.cols-4 .col { width: 23%;}

.layout .hentry {
	margin-bottom: 15px;
}
/* @end */

/* @group Paging */
.posts-nav {
	clear: both;
	margin: 0 0 40px 0;
}
.posts-nav ul {
	margin: 0;
	padding: 0;
}
.posts-nav ul li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	color: #aaa;
}
.posts-nav ul li.page_info,
.posts-nav ul li a {
	line-height: normal;
	display: block;
	float: left;
	padding: 2px 4px;
	text-decoration: none;
	border: 1px solid #d6d6d6;
	color: #aaa;
}
.posts-nav ul li.active_page {
	background: #F0F0F0;
	color: #aaa;
}
.posts-nav ul li.active_page a {
	color: #aaa;
}
/* @end */


/* @group Captions */


.wp-caption {
	margin-bottom: 1em;
	padding-top: 4px;
	background: #ccc;
	text-align: center;
}
.wp-caption img {
	display: block;
	margin:0 auto;
}
.wp-caption.alignright {
	margin: 0 0 1.5em 1.5em;
}
.wp-caption.alignleft {
	margin: 0 1.5em 1.5em 0;
}
.wp-caption.alignnone {
	margin: 1.5em 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	font-size: 10px;
}
.wp-caption .wp-caption-text p {
	margin: 0;
}

/* @end */


/* @group Overlay */

#overlay {
	z-index:1000;
	display:none;
	background:none;
	width:640px;		
	font-size:11px;
	-moz-box-shadow:0 0 30px #000;
	-webkit-box-shadow:0 0 30px #000;
	box-shadow:0 0 30px #000;
}
#overlay iframe {display:block;}
#overlay .content .ajax {
	display:block;
	padding: 2em;
	background: white;
}
#overlay .close {
	background-image:url(images/close.png);
	position:absolute; 
	right:-40px; 
	top:-10px;
	z-index:1000;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* @end */

