/* @override 
	http://dev.prisonfellowship.org/wp-content/themes/pf/style.css
	http://s4794.sites.pressdns.com/wp-content/themes/pf/style.css?ver=1.6
	http://dev.prisonfellowship.org/wp-content/themes/pf/style.css?ver=1.6 */

/*
Author: Joe Tan (joetan54@gmail.com)
*/
xmp { background: yellow; }
html, body {
	margin: 0;
	padding: 0;
	font-family: jaf-bernino-sans, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background: #f3f2f4 url(../images/rd1/bg-top.jpg) repeat-x top center;
	text-align: left;
}
html { 
	overflow-y: scroll; 
	background-color: #2a2628;
}
body { 
	
}

.clear { clear: both;}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin: 0 auto; }


.center {
	text-align: center;
}
a {
	color: #10648f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 { 
	margin: 0 0 0.5em 0;
	line-height: normal;
	font-weight: 800;
}
h1,h2,h3,h4,h5{
	font-family: jaf-bernino-sans-comp,sans-serif;
}
h6 {
	font-family: jaf-bernino-sans, sans-serif;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 46px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 16px;
}
.expander {
	position: relative;
	cursor: pointer;
	color: #9C0028;
}
.expander .i {
	position: absolute;
	margin-top: -5px;
	margin-left: 0.75em;
	color: #000;
}
.expandable #content > .section {
	margin-top: 10px;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.expandable #content > .section  .expand > .section {
	margin-left: 15px;
}
.landing-page #pagetitle {
	margin: 0 0 10px 0;
	text-align: center;
}
th, td {
	border: 0;
}

li {
	margin-bottom: 0.5em;
}
ul.unstyled, ul.unstyled > li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul.checks, ul.checks > li,
ul.checks.blue, ul.checks.bluecv > li {
	list-style-image: url(../images/rd1/icon-check-blue.png);
}
ul.checks.red, ul.checks.red > li {
	list-style-image: url(../images/rd1/icon-check-red.png);
}
.hr {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #d9d9d9;
}
.hr hr {
	height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.no-border {
	border: 0;
}
.embedded {
	position: relative;
	margin: 1.5em 0;
	background: #000;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	
}
.embedded iframe {
	display: block;
	margin: 0 auto;
}
input[type="text"] {
	border: 1px solid #b3b3b3;
	padding: 5px;
	box-shadow: inset 5px 5px 15px rgba(0,0,0,0.1);
}
input[type="text"].wide {
	width: 440px;
}
textarea {
	width: 90%;
	border: 1px solid #b3b3b3;
	padding: 5px;
	box-shadow: inset 5px 5px 15px rgba(0,0,0,0.1);
}



input[type="submit"],
button,
.button {
	display: inline-block;
	padding: 15px 28px;
	margin: 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; /* border radius */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	background: #f3f2f4;
	color: #171618;
	text-decoration: none;
	border: 1px solid rgba(40, 40, 40, 0.5);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: inset 0px 1px 0px rgba(250,250,250,0.5);
}
input[type="submit"]:hover,
button:hover,
.button:hover {
	background: #ddd;
	text-decoration: none;
}
input#searchsubmit {padding: 5px 10px; font-size: 10px; font-weight: 400; margin-left:10px;}
input#s {width: 10em;}
form#searchform label.screen-reader-text {display: none;}

.button.red,
.button.primary {
	background-color: #8e1422;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e1422', endColorstr='#80121f',GradientType=0 );
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e1422), color-stop(100%,#80121f));
	background-image:    -moz-linear-gradient(top, #8e1422 0%,#80121f 100%); 
	background-image: -webkit-linear-gradient(top, #8e1422 0%,#80121f 100%);
	background-image:      -o-linear-gradient(top, #8e1422 0%,#80121f 100%); 
	background-image:     -ms-linear-gradient(top, #8e1422 0%,#80121f 100%); 
	background-image:         linear-gradient(top, #8e1422 0%,#80121f 100%);
	
	color: white;
	-webkit-text-shadow: 0 3px 5px rgba(100,100,100,0.5);
	-moz-text-shadow: 0 3px 5px rgba(100,100,100,0.5);
	text-shadow: 0 3px 5px rgba(100,100,100,0.5);
}
.button.red:hover,
.button.primary:hover {
	background: #80121f;
}
.button.dark,
.button.secondary {
	background-color: #8e1422;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696266', endColorstr='#443d40',GradientType=0 );
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696266), color-stop(100%,#443d40));
	background-image:    -moz-linear-gradient(top, #696266 0%,#443d40 100%); 
	background-image: -webkit-linear-gradient(top, #696266 0%,#443d40 100%);
	background-image:      -o-linear-gradient(top, #696266 0%,#443d40 100%); 
	background-image:     -ms-linear-gradient(top, #696266 0%,#443d40 100%); 
	background-image:         linear-gradient(top, #696266 0%,#443d40 100%);
	color: white;
	-webkit-text-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 3px 5px rgba(0,0,0,0.5);
	text-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
.button.dark:hover,
.button.secondary:hover {
	background: #443d40;
}
.button.blue {
	background-color: #1a5a7a;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5a7a', endColorstr='#094667',GradientType=0 );
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a5a7a), color-stop(100%,#094667));
	background-image:    -moz-linear-gradient(top, #1a5a7a 0%,#094667 100%); 
	background-image: -webkit-linear-gradient(top, #1a5a7a 0%,#094667 100%);
	background-image:      -o-linear-gradient(top, #1a5a7a 0%,#094667 100%); 
	background-image:     -ms-linear-gradient(top, #1a5a7a 0%,#094667 100%); 
	background-image:         linear-gradient(top, #1a5a7a 0%,#094667 100%);
	color: white;
	-webkit-text-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 3px 5px rgba(0,0,0,0.5);
	text-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
.button.blue:hover {
	background: #094667;
}
.button.orange {
	border-color: #062c40;
	background-color: #cc9139;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b367', endColorstr='#cc9139',GradientType=0 );
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2b367), color-stop(100%,#cc9139));
	background-image:    -moz-linear-gradient(top, #e2b367 0%,#cc9139 100%); 
	background-image: -webkit-linear-gradient(top, #e2b367 0%,#cc9139 100%);
	background-image:      -o-linear-gradient(top, #e2b367 0%,#cc9139 100%); 
	background-image:     -ms-linear-gradient(top, #e2b367 0%,#cc9139 100%); 
	background-image:         linear-gradient(top, #e2b367 0%,#cc9139 100%);
	color: #3a3834;
	-webkit-text-shadow: 0 1px 1px rgba(200,200,200,0.9);
	-moz-text-shadow: 0 1px 1px rgba(200,200,200,0.9);
	text-shadow: 0 1px 1px rgba(200,200,200,0.9);
}
.button.orange:hover {
	background: #cc9139;
}
.button.brown {
	border-color: #062c40;
	background-color: #1a5a7a;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7b7a', endColorstr='#625247',GradientType=0 );
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7b7a), color-stop(100%,#625247));
	background-image:    -moz-linear-gradient(top, #7a7b7a 0%,#625247 100%); 
	background-image: -webkit-linear-gradient(top, #7a7b7a 0%,#625247 100%);
	background-image:      -o-linear-gradient(top, #7a7b7a 0%,#625247 100%); 
	background-image:     -ms-linear-gradient(top, #7a7b7a 0%,#625247 100%); 
	background-image:         linear-gradient(top, #7a7b7a 0%,#625247 100%);
	color: #ffffff;
	-webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.9);
	-moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.9);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.9);
}
.button.brown:hover {
	background: #625247;
}
.button.large {
	padding: 30px 100px;
	font-size: 16px;
}
.button.small {
	padding: 5px 15px;
	font-size: 11px;
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.button.register {
	font-size: 12px;
	text-transform: none;
}

.button.arrow-right {
	position: relative;
	border-color: #dddbdf;
	box-shadow: none;
	filter: none;
}
.button.arrow-right:before {
	content: " ";
	display: block;
	z-index: 0;
	background:#f3f2f4;
	border-left: solid 1px #dddbdf;
	border-bottom: solid 1px #dddbdf;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 4px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 4px;
	
	height: 36px;
	width: 36px;
	display: inline-block;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	transform: rotate(225deg);
	clip: rect(0, 50px, 50px, 0px);
	-webkit-mask-image: 
		-webkit-gradient(linear, left bottom, right top, 
			from(#000000), 
			color-stop(0.5,#000000), 
			color-stop(0.5, transparent), 
			to(transparent));
	-moz-mask-image: 
		-moz-gradient(linear, left bottom, right top, 
			from(#000000), 
			color-stop(0.5,#000000), 
			color-stop(0.5, transparent), 
			to(transparent));
	mask-image: 
		gradient(linear, left bottom, right top, 
			from(#000000), 
			color-stop(0.5,#000000), 
			color-stop(0.5, transparent), 
			to(transparent));
	position: absolute;
	right: -17px;
	top: 5px;
	-webkit-background-clip: content;
}
.button.arrow-right:hover:before, .button.arrow-right.touched:before {
	background: #ddd;
}
.no-csstransforms .button.arrow-right:before {
	display: none;
}
.button.arrow-right.blue {
	background-image: none;
	background-color: #195979;
}
.button.arrow-right.blue:before {
	background-color: #195979;
}
.button.arrow-right.orange {
	background-image: none;
	background-color: #e36d1a;
	color: white;
}
.button.arrow-right.orange:before {
	background-color: #e36d1a;
}
.button.arrow-right.red {
	background-image: none;
	background-color: #8e1422;
}
.button.arrow-right.red:before {
	background-color: #8e1422;
}



#financial-accountability {
	position: relative;
	margin: 50px 0;
	padding: 30px 30px 0 30px;
	background: #f3f2f4 url(../images/rd1/bg-box-financial.jpg) top left repeat-x;
	border: 1px solid #b5b5b5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#financial-accountability > .content {
	position: relative;
	margin: -30px -30px 0px -30px;
	padding: 50px 30px 0 350px;
	height: 272px;
	color: white;
}
#financial-accountability > .accreditation {
	position: relative;
	padding: 20px 0px 0 0;
	min-height: 130px;
	color: #908c92;
	font-size: 13px;
}
#financial-accountability > .accreditation > .logos {
	float: left;
	width: 50%;
	text-align: center;
}
#financial-accountability > .accreditation > .logos img {
	border: 0;
	margin: 0 15px ;
}
#financial-accountability > .accreditation > .blurb {
	float: right;
	width: 47%;
}

#financial-accountability .documents {
	clear: both;
	margin: 0 -30px;
}
#financial-accountability .documents h4 {
	border-top: 1px solid #e8e8e8;
	padding: 30px;
	margin: 0;
}
#financial-accountability table {
	clear: both;
	width: 100%;
	margin-bottom: 0;
}
#financial-accountability table tr:nth-of-type(odd) {
	background: #e8e8e8;
}
#financial-accountability table td {
	padding-left: 30px;
	padding-right: 30px;
	white-space: nowrap;
}
#financial-accountability table td.year,
#financial-accountability table td.first {
	padding-left: 30px;
	padding-right: 5px;
	text-align: center;
	width: 50px;
}
#financial-accountability table td.noop {
	width: 100%;
}
#financial-accountability table tr td.first strong {
	display: block;
	padding: 5px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#financial-accountability table tr:hover td.first strong {
	background: #cecccf;
}

#financial-accountability .documents .type-pdf {
	display: inline-block;
	padding: 0 0 0 38px;
	line-height: 32px;
	background: url(../images/rd1/sprites.png) -597px 0 no-repeat;
}

.social-share,
.social-share li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-share {
	position: relative;
	height: 40px;
}
.social-share > li {
	position: absolute;
	top: 0;
}
.social-share > .fb {
	left: 0;
}
.social-share > .tw {
	margin-top: 3px;
	left: 230px;
}
.social-share > .gg {
	left: 340px;
}
/* @group Grid Layout */

.row {
	position: relative;
	margin-left: -24px;
	margin-bottom: 50px;
	zoom: 1;
}
.row.group {
	margin-bottom: 0;
}
.row::before, .row::after {
	display: table;
	line-height: 0;
	content: "";
}
.row::after {
	clear: both;
}

.span1 { width: 58px; }
.span2 { width: 140px; }
.span3 { width: 222px; }
.span4 { width: 304px; }
.span5 { width: 386px; }
.span6 { width: 468px; }
.span7 { width: 550px; }
.span8 { width: 632px; }


[class*="span"] {
	float: left;
	margin-left: 24px;
}


.offset1 { margin-left: 106px; }
.offset2 { margin-left: 188px; }
.offset3 { margin-left: 270px; }
.offset4 { margin-left: 352px; }
.offset5 { margin-left: 434px; }
.offset6 { margin-left: 516px; }
.offset7 { margin-left: 598px; }
.offset8 { margin-left: 680px; }




.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}
.show-grid [class*="span"] {
	background-color: #eee;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	line-height: 40px;
}

/* @end */

.col > p:last-child {
	margin-bottom: 0;
}
.box {
	background: no-repeat left bottom #f4f5f5;
	padding: 40px 30px;
	margin: 0 -31px 50px -31px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; /* border radius */
	border: 1px solid #dddbdf;
}
.box.photo-left {
	background-position: bottom left;
	min-height: 300px;
}
.box.photo-right {
	background-position: bottom right;
	min-height: 300px;
}

.box.dark {
	background: #2f2d30;
	color: #fff;
}
.box.dark h4 a {
	color: #fff;
}

.box > .title {
	text-align: center;
	margin: 0 0 40px 0;
}
.box.photo > .title {
	text-align: left;
}
.box > .row {
	margin-bottom: 0;
}
.box > .row > .callout {
	clear: both;
	position: relative;
	bottom: -40px;
	padding: 30px 0;
	margin: 0px -30px 0px -6px;
	background: url(../images/rd1/bg-box-callout-red.jpg) center center #b81e2d;
	text-align: center;
	color: white;
	font-size: 30px;
	font-family: jaf-bernino-sans-comp,sans-serif;
	font-weight: 600;
	-webkit-text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	-moz-text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.box > .row > .callout a {
	color: white;
	text-decoration: underline;
}
.box > .row > .callout a:hover {
	text-decoration: none;
}
/*
.box > .content {
	margin-left: -64px;
	margin-right: -40px;
}
.box > .content:after {
	display: block;
	content: ' ';
	clear: both;
}
.box > .content .span1 { width: 58px; }
.box > .content .span2 { width: 140px; }
.box > .content .span3 { width: 182px;padding-right: 40px; }
.box > .content .span4 { width: 264px;padding-right: 40px; }
.box > .content .span5 { width: 346px;padding-right: 40px; }
.box > .content .span6 { width: 428px;padding-right: 40px; }
.box > .content .span7 { width: 510px;padding-right: 40px; }
.box > .content .span8 { width: 592px;padding-right: 40px; }
*/

.row > .sidebar {
	width: 308px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 30px;
	background: no-repeat left bottom #f4f5f5;
	border: 1px solid #dddbdf;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; /* border radius */
	
}
.row > .sidebar > .callout {
	margin: 0 -20px 20px -20px;
	padding: 20px;
	background: #2a2628;
	color: white;
}
.row > .sidebar > .callout .button {
	display: block;
	text-align: center;
	font-size: 16px;
}
.row > .sidebar > .callout img {
	display: block;
	margin: -20px -20px 20px -20px;
	border: 0 !important;
	border-radius: 0 !important;
	
}

.row > .sidebar > .wpcf7 input[type="text"] {
	display: block;
	width: 288px;
	padding: 10px;
}
.row > .sidebar > .wpcf7 .watermark {
	font-style: italic;
}

#wrap {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 1120px;
}

/* @group Header Footer */

#header {
	height: 98px;
	margin-bottom: 2px;
	background: url(../images/rd1/header.jpg) top center;
}
#header h1 {
	display: block;
	margin: 0 auto;
	width: 231px;
	height: 100px;
}
#header h1 a {
	display: block;
	height: 100px;
	width: 231px;
	background: url(../images/rd1/sprites.png) no-repeat 15px 15px;
	text-indent: -10000px;
	overflow: hidden;
}
#footer2 {
	padding: 20px 0 60px;
	text-align: center;
	background: #2a2628;
	color: #adaab0;
	font-size: 12px;
}
#footer2 a {
	color: #adaab0;
	text-decoration: none;
}

/* @end */

/* @group Nav */

#nav {
	position: relative;
	min-height: 60px;
	margin-bottom: 40px;
	font-weight: 600;
	z-index: 1000;
}
#nav select {
	display: none;

}
#nav ul, #nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav > ul {
	text-align: center;
	padding: 10px 0 0 0;
}
#nav > ul > li {
	display: inline-block;
}
#nav > ul > li > a {
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-text-shadow:0 0 8px rgba(48, 43, 53, 0.75);
	-moz-text-shadow:0 0 8px rgba(48, 43, 53, 0.75);
	text-shadow:0 0 8px rgba(48, 43, 53, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: transparent;
}
#nav > ul > li > a:hover {
	background-color: #1a191b;
}
#nav > ul > li.current-menu-item > a,
#nav > ul > li.current-menu-ancestor > a,
#nav > ul > li.current-page-ancestor > a,
#nav > ul > li > a:active {
	background-color: #2e2e30;
}
#nav > ul > li.get-involved > a,
#nav > ul > li.donate > a {
	color: #faedd2;
	border: 1px solid #2f2d30;
	-webkit-box-shadow:inset 0px 1px 0px #575e63;
	-moz-box-shadow:inset 0px 1px 0px #575e63;
	box-shadow:inset 0px 1px 0px #575e63;
}
#nav > ul > li.get-involved > a:hover,
#nav > ul > li.donate > a:hover {
	background-color: #1a191b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#nav > ul > li.get-involved > a:active,
#nav > ul > li.donate > a:active {
	background-color: #302e30;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* second level */
#nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #f3f2f4;
	height: 40px;
}
#nav > ul > li.current-menu-item > ul,
#nav > ul > li.current-menu-ancestor > ul,
#nav > ul > li.current-page-ancestor > ul {
	display: block;
}
#nav > ul > li > ul > li {
	display: inline-block;
}
#nav > ul > li > ul > li > a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 5px;
	text-decoration: none;
	color: #433f43;
}
#nav > ul > li > ul > li.current-menu-item > a {
	text-decoration: underline;
	color: #421934;
}
#nav > ul > li > ul > li a:hover {
	text-decoration: underline;
}
/* third level */
#nav > ul > li > ul > li > ul {
	position: absolute;
	display: none;
	top: 0px;
	left: 0;
	width: 100%;
	background: #f3f2f4;
	height: 40px;
}
#nav > ul > li > ul > li.current-menu-item > ul,
#nav > ul > li > ul > li.current-menu-ancestor > ul,
#nav > ul > li > ul > li.current-page-ancestor > ul {
	display: block;
}
#nav > ul > li.hover > ul > li > ul {
	display: none;
}
#nav > ul > li > ul > li > ul > li {
	display: inline-block;
}
#nav > ul > li > ul > li > ul > li > a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 5px;
	text-decoration: none;
	color: #433f43;
}
#nav > ul > li > ul > li > ul > li.current-menu-item > a {
	text-decoration: underline;
	color: #421934;
}




.fixed #header {
	margin-bottom: 100px;
}
.fixed #nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/rd1/bg-top.jpg) bottom center;
}
.has-intro #nav > ul > li > ul {
	background: url(../images/rd1/bg-intro-dark-top.jpg) top center;
}
.has-intro #nav > ul > li > ul li a,
.has-intro #nav > ul > li > ul li.current-menu-item > a {
	color: white;
}
.has-intro-angel #nav > ul > li  ul {
	background-image: url(../images/rd1/bg-intro-angel-top.jpg);
}
#navbg {
	display: block;
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 0;
	height: 40px;
	width: 100%;
	background: none;
}
.admin-bar #navbg {
	margin-top: 28px;
}
.has-intro #navbg {
	display: block;
	background: url(../images/rd1/bg-intro-dark-top.jpg) top center;;
}
.has-intro-angel #navbg {
	background-image: url(../images/rd1/bg-intro-angel-top.jpg);
}

.fixed #navbg {
	display: none;
}
.admin-bar.fixed #nav {
	margin-top: 28px;
}
/* @end */

/* @group Main */

#main {
	padding: 80px 80px 50px 80px;
	background: white top center no-repeat;
}

#main > .section {
	padding-top: 25px;
	padding-bottom: 25px;
}

.landing-page #main {
	margin-top: -40px;
	background-image:url(../images/rd1/bg-intro-landing.jpg);
}
.landing-page.has-intro #main {
	margin-top: 0;
	padding-top: 50px;
	background-image: none;
}
#content.span8 {
	width: 600px;
	min-height: 500px;
	padding-right: 32px;
}


/* @end */

/* @group Sidebar */

#sidebar.span4 {
	width: 280px;
	float: right;
}
#sidebar .box {
	padding: 10px;
	margin: 0 0 30px 0;
}
#sidebar .box .button {
	display: block;
	text-align: center;
}

#sidebar .widget {
	margin: 0 0 40px 0;
}
#sidebar h3 {
	text-transform: uppercase;
}
#sidebar .categories ul,
#sidebar .categories ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .categories ul li {
	margin: 0 0 5px 0;
}


/* @end */

/* @group Intro */

#intro {
	padding: 50px 80px 5px 80px;
	margin: -50px -80px 50px;
	background: url(../images/rd1/bg-intro-dark.jpg) repeat-x center top #363438;
	border-bottom: 1px solid #1e1d1f;
	color: white;
	-webkit-text-shadow: 0 3px 7px rgba(0,0,0,0.6);
	-moz-text-shadow: 0 3px 7px rgba(0,0,0,0.6);
	text-shadow: 0 3px 7px rgba(0,0,0,0.6);

}
#intro > .title {
	text-align: center;
	margin: 0 0 35px 0;
}
#intro > .row {
	margin-bottom: 0;
}
#intro .embedded {
	margin: 0;
}
#intro > .row > .span7 {
	width: 590px;
}
#intro > .row > .span7 + .span5 {
	margin-left: 39px;
	width: 330px;
}
#intro > .row > .span5 + .span7 {
	width: 550px;
}

#intro form input[type="text"] {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 100%;
}
#intro form button {
	font-size: 20px;
	border-color: #262325;
	background-color: #8e1422;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696266', endColorstr='#443d40',GradientType=0 );
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696266), color-stop(100%,#443d40));
	background-image:    -moz-linear-gradient(top, #696266 0%,#443d40 100%); 
	background-image: -webkit-linear-gradient(top, #696266 0%,#443d40 100%);
	background-image:      -o-linear-gradient(top, #696266 0%,#443d40 100%); 
	background-image:     -ms-linear-gradient(top, #696266 0%,#443d40 100%); 
	background-image:         linear-gradient(top, #696266 0%,#443d40 100%);
	color: white;
	-webkit-text-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 3px 5px rgba(0,0,0,0.5);
	text-shadow: 0 3px 5px rgba(0,0,0,0.5);
	text-transform: none;
}
#intro .button {
	display: block;
	padding: 20px 0;
	text-align: center;
	border-color: #333;
	font-size: 16px;
}
#intro input.button,
#intro button.button {
	padding: 20px;
}
#intro .button.small {
	display: inline-block;
	padding: 5px 10px;
	font-size: 11px;
	text-shadow: 0 -1px 0px #000;
}
#intro form p {
	position: relative;
}
#intro form .wpcf7-form-control-wrap .city {
	width: 230px;
}
#intro form .wpcf7-form-control-wrap.your-state,
#intro form .wpcf7-form-control-wrap.state {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
#intro div.wpcf7-validation-errors {
	position: absolute;
	border: 2px solid red;
	background: #f00;
}


#introbg {
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 0;
	height: 0;
	width: 100%;
	background: url(../images/rd1/bg-intro-dark.jpg) top center;
}

#intro.angel {
	background-color:#aa1c1a;
	background-image: url(../images/rd1/bg-intro-angel.jpg);
}
.has-intro-angel #introbg {
	background: #aa1c1a url(../images/rd1/bg-intro-angel.jpg) top center;
}

/* @end */

/* @group newsletter signup */

form.newsletter .input {
	position: relative;
	margin: 15px 0 2px;
	min-height: 33px;
	border: 1px solid #b3b3b3;
	background: white;
	box-shadow: inset 5px 5px 15px rgba(0,0,0,0.1);
}
form.newsletter .input input {
	display: block;
	position: relative;
	width: 180px;
	background: none;
	padding: 7px 5px;
	border: 0;
	box-shadow: none;
}
form.newsletter .input input:focus {
	outline: none;
}
form.newsletter .input button {
	position: absolute;
	top: 3px;
	right: 3px;
	margin: 0;
	padding: 0 5px;
	height: 27px;
	line-height: 27px;
	font-size: 16px;
	font-family: jaf-bernino-sans-comp,sans-serif;
	background: #bd213b;
	border: 0;
}

/* @end */



/* @group Posts */

.hentry {
	position: relative;
}

.hentry .meta {
	margin: 0 0 30px 0;
}
.hentry #pagetitle + .meta{
	margin-top: -20px;	
}

.hentry .meta .date {
	font-style: italic;
}
.hentry.excerpt {
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px dotted #b2b2b2;
}
.hentry.excerpt .meta {
	margin-bottom: 10px;
}
.hentry.excerpt h3 {
	margin: 0 0 10px 0;
}
.hentry.excerpt.has-thumbnail {
	min-height: 160px;
}
.hentry.excerpt.has-thumbnail .thumb {
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.hentry.excerpt.has-thumbnail .thumb img {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.hentry.excerpt.has-thumbnail .content,
.hentry.excerpt.has-thumbnail .meta {
	margin-left: 120px;
}
.hentry.excerpt .content .more {
	display: block;
	font-weight: bold;
	text-decoration: underline;
}

.hentry.excerpt-small {
	font-size: 12px;
}
.hentry.excerpt-small.has-thumbnail {
	padding-left: 110px;
	min-height: 110px;
}
.hentry.excerpt-small .title {
	font-size: 14px;
}
.hentry.excerpt-small .thumb {
	position: absolute;
	top: 0;
	left: 0;
}

/* @end */

/* @group Footer */

#footer-difference {
	text-align: center;
}
#footer-difference h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
#footer-difference .button {
	margin: 0 10px;
}

#footer-about {
	margin-bottom: 0;
	color: #6e686b;
	font-size: 14px;
}
#footer-about .logo-pf {
	display: block;
	margin: 0 0 0 30px;
	width: 222px;
	height: 70px;
	background: url(../images/rd1/sprites.png) -311px 0;
	text-indent: -10000px;
}

#main #footer-nav {
	margin-right: -30px;
	padding-top: 0;
	padding-bottom: 0;
}
#footer-nav {
	margin-bottom: 0;
}
#footer-nav h5 {
	margin: 0 0 20px 0;
}
#footer-nav > div{
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer-nav .row {
	margin-bottom: 0;
}
#footer-nav-connect {
	border-right: 1px solid #d9d9d9;
	margin-right: -1px;
}
#footer-nav-links {
}
#footer-nav-links .row > div {
	width: 168px;
	margin-left: 50px;
}
#footer-nav-links ul,
#footer-nav-links ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-nav-links ul li a {
}

.social-buttons,
.social-buttons li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-buttons li {
	 display: block;
	 float: left;
	 margin: 0 5px 5px 0;
	 width: 38px;
	 height: 38px;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdccce', endColorstr='#bcb9bc',GradientType=0 );
	 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdccce), color-stop(100%,#bcb9bc));
	 background-image:    -moz-linear-gradient(top, #cdccce 0%,#bcb9bc 100%); 
	 background-image: -webkit-linear-gradient(top, #cdccce 0%,#bcb9bc 100%);
	 background-image:      -o-linear-gradient(top, #cdccce 0%,#bcb9bc 100%); 
	 background-image:     -ms-linear-gradient(top, #cdccce 0%,#bcb9bc 100%); 
	 background-image:         linear-gradient(top, #cdccce 0%,#bcb9bc 100%);
	 border: 1px solid #aaa5af;
	 -moz-border-radius: 5px; 
	 -webkit-border-radius: 5px; 
	 border-radius: 5px; /* border radius */
	 
}
.social-buttons li:hover,
.social-buttons li.hover {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2afb3', endColorstr='#a19ca1',GradientType=0 );
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2afb3), color-stop(100%,#a19ca1));
	background-image:    -moz-linear-gradient(top, #b2afb3 0%,#a19ca1 100%); 
	background-image: -webkit-linear-gradient(top, #b2afb3 0%,#a19ca1 100%);
	background-image:      -o-linear-gradient(top, #b2afb3 0%,#a19ca1 100%); 
	background-image:     -ms-linear-gradient(top, #b2afb3 0%,#a19ca1 100%); 
	background-image:         linear-gradient(top, #b2afb3 0%,#a19ca1 100%);

}
.social-buttons li a {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/rd1/sprites.png) no-repeat -10000px -10000px;
	text-indent: -10000px;
}
.social-buttons li.fb a { background-position: 11px -96px;}
.social-buttons li.tw a { background-position: -39px -96px;}
.social-buttons li.gg a { background-position: -89px -96px;}
.social-buttons li.yt a { background-position: -140px -96px;}
.social-buttons li.em a { background-position: -189px -96px;}

#legal.row  {
	margin-bottom:20px !important;
}

#copyright-section {
	display: block;
	line-height: 1.4;
	height: 0px;
	text-align:center;
	font-size: 12px;
	color: #6e686b;
	text-decoration: none;
	margin: 40px 0 0px 0;
}
#copyright-section b {
	font-weight:400;
}
#footer-sites {
	border: thin #CCC solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 960px;
	height: 125px;
	padding-bottom: 35px !important;
	padding-top: 10px !important;
	line-height: 1.3;
	margin: 0px 0 5px 0px;
}
#footer-sites .logo-pf {
	display: block;
	min-height: 75px;
	padding: 1px 0 0 240px;
	background: url(../images/rd1/logo-home-pf.jpg) no-repeat left;
	background-position:40px 10px;
	height: 0px;
	font-size: 10px;
	color: #6e686b;
	text-decoration: none;
}
#footer-sites .logo-jf {
	display: block;
	min-height: 75px;
	padding: 1px 0 0 255px;
	background: url(../images/rd1/logo-home-jf.jpg) no-repeat left;
	background-position:65px 10px;
	height: 0px;
	font-size: 10px;
	color: #6e686b;
	text-decoration: none;
}
#footer-sites .logo-cc {
	display: block;
	min-height: 75px;
	padding: 1px 0 0 265px;
	background: url(../images/rd1/logo-home-cc.jpg) no-repeat center;
	height: 0px;
	font-size: 10px;
	color: #6e686b;
	text-decoration: none;
}
#footer-sites .logo-pf p {
	margin: 80px 0 0 -235px;
	width: 260px;
}
#footer-sites .logo-jf p {
	margin: 80px 0 0 -235px;
	width: 260px;
}
#footer-sites .logo-cc p {
	margin: 80px 0 0 -250px;
	width: 250px;
}
#footer-sites p b {
	color: #106495;
	font-weight:600;
}
/* @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 8px 0 0;
	padding: 0;
	list-style: none;
	color: #aaa;
	line-height: 30px;
	height: 30px;
}
.posts-nav ul li.page_info {
}
.posts-nav ul li a {
	line-height: normal;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0px 8px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #424242;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.posts-nav ul li.active_page a {
	background: #fff;
	color: #424242;
}
.posts-nav ul li a:hover {
	background-color: #421934;
}
.posts-nav ul li.pager a {
	background: none;
	color: #10648f;
	text-decoration: underline;
}
.posts-nav ul li.pager a:hover {
	text-decoration: none;
}
/* @end */

/* @group Comments */
#comments {
	padding: 40px 0 0 0;
}
#comments h3 {
	margin-bottom: 20px;
}
#comments {
}
#comments .commentlist {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
#comments .commentlist li {
	position: relative;
	padding: 0 0 20px 0;
	list-style: none;
}
#comments .commentlist li .comment-body {
	margin: 0 0 0 -45px;
	padding: 0 0 0 45px;
	border-bottom: 1px solid #eee;
}
#comments .commentlist li .avatar,
#comments .commentlist li .says {
	display: none;
}
#comments .commentlist li .comment-author {
	line-height: normal;
}
#comments .commentlist li cite a {
	text-decoration: none;
}
#comments .commentlist li .comment-meta {
	line-height: normal;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#comments .commentlist li .comment-meta a {
	font-size: 85%;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#comments .commentlist li .reply {
	position: absolute;
	top: 0;
	right: 0;
}
#comments .commentlist li .reply a {
	font-size: 80%;
	padding: 3px;
	background: #efefef;
	border: 1px solid #aeaeae;
	text-transform: uppercase;
	color: #888;
	text-decoration: none;
}
#comments .children {
	border-top: 1px solid #aeaeae;
	margin: 0 0 20px 30px;
	padding: 20px 0 0 0;
}
#comments .children li {
	list-style: none;
}
#comments li.bypostauthor cite {
	font-weight: bold;
}
#respond h3 {
	text-transform: uppercase;
}
#respond h3 em {
	margin-left: 5px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
#commentform {
	clear: both;
}
#commentform label {
	padding-left: 5px;
	color: #999;
}
#commentform input {
	padding: 3px;
	width: 180px;
	xbackground: #fff;
	border: 2px solid #e8e3de;
}
#commentform input#submit {
	display: block;
	position: relative;
	background: #e8e3de;
	color: #555;
	cursor: pointer;
}
#commentform textarea {
	padding: 3px;
	width: 90%;
	background: #fff;
	border: 6px solid #e8e3de;
}
/* @end */

/* @group Captions */


.wp-caption {
	margin-bottom: 1em;
	padding-top: 4px;
	text-align: center;
}
.wp-caption.textleft { text-align: left; }
.wp-caption.textright { text-align: right; }

.wp-caption img {
	display: block;
	margin:0 auto;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-clip:padding-box;
}
.wp-caption .embedded {
	margin: 0;
}
.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 {
	padding: 5px 0 0;
	margin: 0;
	font-size: 13px;
	color: #4c4a4d;
}
.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/rd1/close.png);
	position:absolute; 
	right:-40px; 
	top:-10px;
	z-index:1000;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* @end */

ul.out4life, ul.out4life li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.out4life {
	margin-left: -30px;
}
ul.out4life:after {
	content: ' ';
	display: block;
	clear: both;
}
ul.out4life li {
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 115px;
}






span.wpcf7-not-valid-tip {
	background: red !important;
	color: white !important;
}
.wpcf7-form-control.list .wpcf7-list-item {
	display: block;
}


.page-id-5726 #sidebar .widget_theme_facebook,
.page-id-5725 #sidebar .widget_theme_facebook {
	display: none;
}

