/* version 20130410a */
/* @group reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
.pf-header div, .pf-header span, .pf-header h2, .pf-header h3, .pf-header h4, .pf-header a,.pf-header img, .pf-header ul, .pf-header li, .pf-footer ul, .pf-footer li, .pf-header fieldset, .pf-header form, .pf-header label {margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent;} .pf-header {line-height: 1;} .pf-header ol, .pf-header ul, .pf-footer ol, .pf-footer ul {list-style: none;}  :focus {outline: default;} 
/* @end reset */

@font-face {
	font-family: 'ldsicon';
	src: url('fonts/ldsicon.eot');
	src: url('fonts/ldsicon.eot?#iefix') format('embedded-opentype'),
		 url('fonts/ldsicon.ttf') format('truetype'),
		 url('fonts/ldsicon.woff') format('woff'),
		 url('fonts/ldsicon.svg#ldsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.pf-header [class*="pf-icon-"],
.pf-footer [class*="pf-icon-"] {
	text-indent:-100em;
	width:16px;
	height:16px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	zoom: 1; /*ie7*/
	*display: inline;/*ie7*/
}
.pf-header .pf-prefix,
.pf-footer .pf-prefix {
	text-indent: 0;
	height: auto;
	display: inline-block;
	width: auto;
	overflow:visible;
}
/* Use the following CSS code if you want to have a class per icon */
.pf-header [class*="pf-icon-"]:before,
.pf-footer [class*="pf-icon-"]:before {
	font-family: 'ldsicon';
	font-style: normal;
	position:absolute;
	top:0;
	left:0;
	text-indent:0;
	speak:none; /*for screen readers, but not supported well (at all?)*/
}
.pf-icon-search:before {
	content:"\2315";
}
.pf-icon-menu:before {
	/*content:"\2263";*/
	content:"\2630";
}
.pf-icon-globe:before {
	content:"\25c9";
}
.pf-icon-signin:before {
	/*content:"\2699";*/
	content:"\263a";
}

/*
for everything
*/
.pf-offscreen {
	position: absolute;
	left: -9998em;
}

.pf-header,
.pf-header *,
.pf-footer,
.pf-footer * {
	font:13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pf-header,
.pf-header a,
.pf-header a:hover,
.pf-header h3 a.pf-open,
.pf-header h3 a.pf-open:hover {
	color:#666666;
	text-decoration:none;
}

.pf-header:before,
.pf-header:after,
.pf-nav:before,
.pf-nav:after,
.pf-footer:before,
.pf-footer:after {
	content:"";
	display:table;
}
.pf-header:after,
.pf-nav:after,
.pf-footer:after {
	clear:both;
}
.pf-header h3 a,
.pf-header h3 a:hover {
	color:#616161;
}
.pf-logo {
	display:table;
	text-align:center;
	width:100%;
}
.pf-logo a {
	display:table-cell;
	height:66px;
	vertical-align:middle;
	padding-top:3px;
}
.pf-logo img {
	max-width:100%;
}
.pf-header .pf-nav {
	position:relative;
	border-top:1px solid rgba(255,255,255,.2);
	border-bottom:1px solid #ebebeb;
	-webkit-box-shadow:0 1px 0px rgba(0,0,0,.3); /* kindle fire */
	box-shadow:0 1px 0 rgba(0,0,0,.3);
	height:42px;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.pf-nav li a {
	display:block;
}
.pf-joshua,
.pf-top {
	position:relative;
	z-index:1010;
}
.pf-joshua > ul {
	position:absolute;
	display:none;
	background:#fff;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}
.pf-joshua > ul > li {
	margin:0;
	padding:0;
	position:relative;
}
.pf-joshua h3 a,
.pf-flyout li a {
	padding:8px;
	text-decoration:none;
	font-size:12px;
	color:#616161;
	border-bottom:1px solid #E9E9EB;
}
.pf-joshua  .pf-flyout li a {
	border-bottom:1px solid #D6D6D6;	
}

.pf-header .pf-flyout{
	display:none;
	background:#e4e4e4;
}
.pf-top .pf-flyout {
	background:#fff;
	-webkit-box-shadow:none; /* kindle fire */
	box-shadow:none;
}
.pf-top .pf-flyout a {
	border-top:none;
}
.pf-header .pf-global-search label,
.pf-joshua h2,
.pf-top h2 {
	position: absolute;
	left:0;
	float:left;
}
.pf-popup.pf-open,
.pf-top h2 a.pf-open,
.pf-joshua h2 a.pf-open {
	color:#1f1f1f;  
}
.pf-popup-open h3 {
	margin:0;
}
/*first level menu on handheld*/
.pf-top > ul .pf-flyout,
.pf-joshua > ul {
	z-index:1001;
	position:absolute;
	top:40px;
	width:100%;
	left:0;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}
/*second level menu on handlheld*/
.pf-joshua .pf-flyout.pf-popup-open {
	-webkit-box-shadow:0 1px 10px rgba(0,0,0, .15) inset; /* kindle fire */
	box-shadow:0 1px 10px rgba(0,0,0, .15) inset;
}
.pf-joshua h4{
	text-transform:uppercase;
	color:#9B9B9B;
	font-size:11px;
	padding:4px 10px;
	background:rgba(0,0,0,.05);
}

.pf-header .pf-global-search fieldset > label,
.pf-top > ul a.pf-popup,
.pf-top h2 a,
.pf-header .pf-joshua h2 a {
	height:40px;
	width:40px;
}
.pf-global-search fieldset > label:before,
.pf-top > ul a.pf-popup:before,
.pf-top h2 a:before,
.pf-header .pf-joshua h2 a:before {
	font-size:24px;
	left:7px;
	top:8px;
	color:#1a2233;
	text-shadow:0 1px 1px rgba(255,255,255, .19);
}
.pf-top > ul a.pf-open:before,
.pf-top h2 a.pf-open:before,
.pf-joshua h2 a.pf-open:before {
	color:#fff;
}
.pf-header .pf-joshua h2 a:before {
	font-size:26px;
}

.pf-top > ul a.pf-popup {
	top:0;
	left:40px;
	position:absolute;
}

.pf-top .pf-button,
.pf-top .pf-button:hover {
	border:1px solid #486fad !important;
	background: #486fad; /* Old browsers */
	box-shadow: 0 1px 3px rgba(0,0,0,.6);
	color:white;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	text-align:center;
	margin-bottom:7px;
	padding:6px 8px;
	width:94%;
	margin:10px;
	border-radius:4px;
}
li.pf-signout {
	border-top:1px dashed #c6c1c1;
	margin-top:8px;
	padding-top:8px;
}

/* search box */
.pf-header .pf-global-search label {
	left:-999em;
	cursor:pointer;
}
.pf-header .pf-global-search {
	z-index:1008;
	padding:7px 7px 0 100px;
	position:relative;
	float:right;
	max-width:344px;
	width:100%;
}
.pf-search-inputs {
	position:relative;
}
.pf-popup-open input[type=text]:focus,/* compensating for platform.css */
.pf-search-inputs input[type=text]:focus,/* compensating for platform.css */
.pf-popup-open input[type=text],
.pf-search-inputs input[type=text] {
	-webkit-appearance: none;
	background:#222; /* ie8 */
	background:rgba(0, 0, 0, 0.3);
	color:#fff; /* ie8 */
	color:rgba(246,244,245,.9);
	-webkit-box-shadow:0 0 3px rgba(104, 104, 104, 0.59); /* kindle fire */
	box-shadow:0 0 3px rgba(104, 104, 104, 0.59);
	border-radius:4px;
	border:0;
	padding:0 30px 0 10px;
	width:100%;
	margin:2px 0 0 0;
	font-size:12px;
	height:21px;
}


.pf-popup-open input[type=submit],
.pf-search-inputs input[type=submit] {
	border:none;
	background:none !important;/* important required to trump overactive lds-old.css stuff */
	position:absolute;
	right:0;
	top:0;
	font-family:ldsicon;
	font-size:13px;
	color:#fff;
	margin:2px 0 0 0;
	height:21px;
	width:21px;
	cursor:hand;
	cursor:pointer;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	padding:3px 1px 0 0;
	-webkit-box-shadow:none; /* kindle fire */
	box-shadow:none;
	filter:none;
}
.mozilla .pf-popup-open input[type=submit],
.mozilla .pf-search-inputs input[type=submit] {
	margin-top:0;
}

.pf-searchicon .pf-header .pf-global-search label {
	left:auto;
	right:0px;
}
.pf-searchicon .pf-search-inputs {
	display:none !important;
}
.pf-searchicon .pf-popup-open.pf-search-inputs {
	display:block !important;
}

.pf-scriptures-search input[type=submit] {
	margin-top:0;
}
#globalSearchForm .ui-watermark-label {
	color: #fff;
	font: normal 12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
.pf-nav .ui-watermark-container { position: relative; overflow: hidden; display: block; }
.pf-nav .ui-watermark-label { position: absolute; cursor: text;  white-space: nowrap;display: block;  }
.pf-global-search .ui-watermark-label {
	margin-top:5px;
}
/*
/search box
*/
.pf-scriptures-search-wrapper {
	display:none;
}
.pf-scriptures-search {
	position:relative;
	-webkit-appearance: none;
}
.pf-header .pf-scriptures-search label {
	position: absolute;
	left: -9998em;
}

.pf-global-search.pf-open .pf-search-inputs {
	display:block;
}

.pf-header .pf-ac-results {
	margin: 1px 0 0;
	color: #424242;
	background-color: #fff; /* ie8 */
	background-color: rgba(255,255,255,.8);
	overflow: hidden;
	z-index: 1100;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0 5px 12px rgba(57,62,73,.3); /* kindle fire */
	box-shadow: 0 5px 12px rgba(57,62,73,.3);
}
.pf-header .pf-ac-results ul {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.pf-header .pf-ac-results a {
	display:block;
	padding:7px 10px;
}
.pf-header .pf-ac-results .ac_over,
.pf-header .pf-ac-results a:hover {background-color: #ccc;}
.pf-header .pf-ac-results { min-width:200px; position:absolute;}
.pf-header .pf-ac-results .active { background:#ccc;}

footer.pf-footer {
	margin-top:10px;
	border-top:1px solid rgba(0,0,0,.1);
	text-align:center;
	margin-bottom:30px;
}
.pf-footer:before {
	content:"";
	border-top:1px solid rgba(255,255,255,.1);
	width:100%;
}
.pf-footer a {
	text-decoration: none;
}
.pf-footer ul {
	margin:13px auto 20px;
}
.pf-footer ul li {
	display:block;
	margin:0 12px;
	position:relative;
}
.pf-footer li a {
	color:#fff; /* ie8 */
	color:rgba(255,255,255,.7);
	display:block;
	padding:5px;
}


.pf-footer p,
.pf-footer p a,
.pf-footer p a:visited {
	padding:5px;
	color:#fff; /* ie8 */
	color:rgba(255,255,255,.4);
	line-height:18px;
}
.pf-header .pf-icon-globe,
.pf-header .pf-icon-globe:hover,
.pf-footer .pf-icon-globe {
	padding-left:20px;
}
.pf-header a.pf-icon-globe:before,
.pf-footer a.pf-icon-globe:before {
	top:3px;
	font-size:18px
}
.ie .pf-header a.pf-icon-globe:before,
.ie .pf-footer a.pf-icon-globe:before{
	top:6px;
	text-decoration: none;
}

/* move the church websites tab over a touch */
div#ldsgh-button a {
	right:28px;
}

/* set z-index globally for anyone who uses the header */
div#ldsgh {
	z-index:1200;
}
.pf-feedback a {
	background:#415f82;
}

@media screen and (min-width: 400px) {
	.pf-footer ul li,
	.pf-footer li a {
		display:inline-block;
	}
	.pf-footer li:before {
		content:"";
		width:0;
		height:12px;
		border-left:1px solid rgba(255,255,255,.3);
		border-right:1px solid rgba(0,0,0,.5);
		text-indent:0;
		position:absolute;
		left:-12px;
		top:7px;
	}
	.pf-feedback:before,
	.pf-footer li:first-child:before {
		display:none;
	}
}
@media screen and (max-width: 684px) {
	.pf-search-inputs { display:block !important;}
	.pf-language {
		display:none;
	}
	.pf-header .pf-logo {
		border-bottom:1px solid rgba(0,0,0,.4);
	}
	.pf-joshua h2 a.pf-open:after,
	.pf-top .pf-icon-signin.pf-open:after{
		content:"";
		position:absolute;
		bottom:0;
		left:22px;
		margin-left:-10px;
		height:0;
		width:0;
		border:8px solid transparent;
		border-bottom-color: #fff;
		z-index:1100
	}
	.pf-top > ul a.pf-popup:before {
		left:8px;
	}
	.pf-searchicon .pf-header .pf-global-search label.pf-open {
		display:none
	}
}
@media screen and (max-width: 976px) {
	.pf-responsive .pf-top {
		/* compensate for church family website tab positioning */
		right:1px !important;
	}
	.pf-responsive #ldsgh {
		display:none !important;
	}
}
/* stuff that is */
@media screen and (min-width: 685px) and (max-width: 859px) {
	.pf-header .pf-global-search label {
		position:static;
		left:auto;
	}
	.pf-header .pf-global-search fieldset > label:before,
	.pf-header .pf-global-search fieldset > label.pf-open:before {
		color:white;
		font-size:17px;
		left:13px;
		top:12px;
		background:none !important; /* !important is for ie8, none is for everyone */
		z-index:auto;
		content:"\2315"; /*ie8*/
	}
	.pf-header .pf-global-search {
		margin-top:3px;
	}
	.pf-header .pf-search-inputs {
		display:none;
		position:absolute;
		top:36px;
		margin:0;
		padding:10px 15px;
		right:0;
		background:#fff; /* ie8 */
		background:rgba(255,255,255,.9);
	}
	.pf-search-inputs input[type=text]:focus,/* compensating for platform.css */
	.pf-search-inputs input[type=text] {
		background:#E4E4E4;
		color:#000; /* ie8 */
		color: rgba(0,0,0,.9);
		-webkit-box-shadow:2px 2px 5px #d1d1d1 inset ; /* kindle fire */
		box-shadow:2px 2px 5px #d1d1d1 inset ;
		width:277px;
	}
	.pf-search-inputs input[type=submit] {
		top:10px;
		right:15px;
	}
	.pf-search-inputs input[type="submit"] {
		color:#404040;
	}
}

@media screen and (min-width: 685px) {
	.pf-logo a {
		height:100px;
	}
	.pf-top:before,
	.pf-top:after {
		content:"";
		display:table;
	}
	.pf-top:after {
		clear:both;
	}
	.pf-joshua h3 a:hover,
	.pf-flyout a:hover {
		background:#e0e0e0;
	}
	.pf-header,
	.pf-footer {
		max-width:976px;
		width:100%;
		padding:0;
		margin:0 auto;
	}
	.fluid .pf-header,
	.fluid .pf-footer {
		max-width:100%;
	}
	.pf-logo,
	.pf-nav {
		float:left;
		vertical-align:top;
	}
	.pf-logo {
		margin-left:30px;
		width:170px;
		max-width:170px;
	}
	.pf-nav {
		float:right;
	}
	.pf-top {
		position:relative;
	}

	.pf-top > ul  ul {
		width:140px;
	}
	.pf-header h3 .pf-popup,
	.pf-top > ul > li > a {
		padding:12px 11px;
	}
	.pf-top > ul > li > a,
	.pf-top > ul > li > a:hover {
		padding:4px 11px;
		color:#fff; /* ie8 */
		color:rgba(255,255,255,.5);
	}
	
	.pf-top a.pf-open,
	.pf-top a.pf-open:hover {
		color:#fff;
	}
	.pf-top .pf-icon-globe:before {
		font-size:20px;
	}
	.pf-top .pf-icon-globe,
	.pf-top .pf-icon-globe:hover {
		margin-bottom:-5px;
		padding-right:0;
	}
	.pf-language {
		position:relative;
	}
	.pf-language:after {
		content:"";
		width:0;
		height:16px;
		border-left:1px solid rgba(255,255,255,.25);
		border-right:1px solid rgba(0,0,0,.5);
		text-indent:0;
		position:absolute;
		right:-13px;
		top:4px;
	}
	.pf-top > ul .pf-flyout {
		right:0;
		left:auto;
	}
	.pf-top .pf-button,
	.pf-top .pf-button:hover {
		width:100%;
		padding:6px 8px;
		margin:0 0 7px 0;
	}
	.pf-top .pf-flyout li:last-child .pf-button,
	.pf-top .pf-flyout li:last-child .pf-button {
		margin:10px 0 0 0;
	}

	.pf-search-inputs,
	.pf-top > ul,
	.pf-joshua > ul {
		position:relative;
		top:auto;
		width:auto;
	}
	.pf-header h3 .pf-popup,
	.pf-top > ul a.pf-popup,
	.pf-top > ul > li > a {
		border:0;
		height:40px;
	}
	.pf-top > ul {
		top:6px;
	}
	.pf-header .pf-apps {
		border-top:1px dashed #c6c1c1;
		margin-top:8px;
		padding-top:8px;
	}
	.pf-header .pf-joshua {
		display:inline-block;
		float:left;
		margin:3px 0 0 0;
		zoom: 1; /*ie7*/
        *display: inline;/*ie7*/
	}
	.pf-top h2,
	.pf-joshua h2 {
		left:-100em;
		display:none;
	}
	.pf-top > ul,
	.pf-joshua > ul {
		display:block;
		float:right;
		background:none;
		width:auto;
	}
	.pf-header .pf-global-search {
		float:left;
		clear:none;
		width:auto;
		padding:0;
	}
	.pf-top > ul a.pf-popup{
		text-indent:0;
		display:inline-block;
		position:relative;
		font-size:inherit;
		left:auto;
		overflow:visible;
		width:auto;
		top:auto;
		margin-bottom:auto;
		zoom: 1; /*ie7*/
        *display: inline;/*ie7*/
	}
	.pf-top > ul a.pf-popup:before{
		content:"\2304";
		color:#fff; /* ie8 */
		color:rgba(255,255,255,.5);
		font-size:9px;
		left:auto;
		right:0;
	}
	.pf-top > ul a.pf-popup.pf-open:before{
		color:white;
	}
	.pf-top > ul .pf-flyout {
		width:auto;
	}

	.pf-search-inputs {
		display:inline-block;
		background:none;
		padding:0;
		margin-top:9px;
		zoom: 1; /*ie7*/
        *display: inline;/*ie7*/
	}
	.pf-joshua > ul ul {
		padding:0 20px 0 0;
	}
	.pf-joshua .pf-ac-results ul {
		padding:0;
	}
	.pf-joshua h3 a:hover {
		background:none;
	}
	
	.pf-header .pf-top > ul > li,
	.pf-header .pf-joshua > ul > li {
		display:inline-block;
		margin-right:10px;
		zoom: 1; /*ie7*/
        *display: inline;/*ie7*/
	}
	.pf-header .pf-popup:after {
		content:"";
	}
	.pf-header h3 a.pf-open,
	.pf-header h3 a.pf-open:hover,
	.pf-header h3 a,
	.pf-header h3 a:hover {
		color:#fff;
		border:0;
	}
	.pf-joshua h3 .pf-popup {
		text-decoration:none;
	}
	.pf-popup.pf-open {
		background:none;
		color:white;
		position:relative;
		z-index:1004;


	}
	.pf-global-search fieldset > label.pf-open:after,
	.pf-joshua .pf-popup.pf-open:before {
		content:"";
		position:absolute;
		top:7px;
		left:0;
		right:0;
		background:#000; /* ie8 */
		background:rgba(0,0,0,.2);
		height:25px;
		width:100%;
		z-index:-1;
		border-radius:5px;
	}

	.ie8 .pf-global-search fieldset > label.pf-open:after,
	.ie8 .pf-popup.pf-open:before {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWNgMAYAADYANM7X410AAAAASUVORK5CYII=);
	}
	
	.pf-top .pf-popup.pf-open:after,
	.pf-joshua .pf-popup.pf-open:after,
	.pf-search-inputs.pf-popup-open:after{
		position:absolute;
		bottom:4px;
		left:50%;
		margin-left:-10px;
		height:0;
		width:0;
		border:8px solid transparent;
		border-bottom-color: transparent;/* ie8 */
		border-bottom-color: rgba(255,255,255, .9);
		z-index:1100
	}
	.pf-search-inputs.pf-popup-open:after {
		content:"";
		bottom:auto;
		top:-16px;
		right:11px;
		left:auto;
		border-bottom-color: #fff;/* ie8 */
		border-bottom-color: rgba(255,255,255, .9);
	}
	.pf-top .pf-popup-open.pf-flyout,
	.pf-joshua .pf-popup-open.pf-flyout {
		-webkit-box-shadow:0 3px 5px rgba(0,0,0,.46); /* kindle fire */
		box-shadow:0 3px 5px rgba(0,0,0,.46);
	}
	.pf-top > ul .pf-flyout,
	.pf-header .pf-flyout {
		background:#fff; /* ie8 */
		background:rgba(255,255,255, .9);
		position:absolute;
		padding:16px;
		top:36px;
		z-index:1003;
	}
	
	.pf-top {
    float: right;
		z-index:1011;
	}
	.pf-top .pf-open {
		border-top:0;
	}
	.pf-flyout li a,
	.pf-joshua .pf-flyout li a {
		border:none;
	}
	.pf-joshua h4 {
		text-transform: uppercase;
		font-size: 11px;
		padding: 4px 10px;
		background: none;
	}
	.pf-joshua .pf-col {
		width:155px;
		float:left;
	}
	.ie8 .pf-joshua .pf-col {
		width:145px;
	}
	.pf-joshua .pf-col:last-child,
	.pf-joshua .pf-col:last-child ul {
		padding-right:0;
		width:135px;
	}
	.pf-joshua .pf-search {
		display:block;
	}
	.pf-col2 {
		width:322px;
	}
	.pf-col2 > div {
		 position:relative;
	}
	.pf-col2 > div:before,
	.pf-col2 > div:after {
		content:"";
		display:table;
	}
	.pf-col2 > div:after {
		clear:both;
	}
	.pf-header .pf-col3 {
		width:477px;
		margin-left:-250px;
	}
	/* override pf-popup inline styles */
	#pf-joshua {
		display:block !important;
		-webkit-box-shadow:none; /* kindle fire */
		box-shadow:none;
	}
	.pf-header .pf-nav {
		background:none;
		border:0;
		-webkit-box-shadow:none; /* kindle fire */
		box-shadow:none;
	}
	
		/* The following needs to be separate, can't be the same rule (moz and webkit) */
	.pf-scriptures-search input::-webkit-input-placeholder,
	.pf-global-search .pf-popup-open input::-webkit-input-placeholder {
		color: rgba(0,0,0,.5);
	}
	.pf-scriptures-search input:-moz-placeholder,
	.pf-global-search .pf-popup-open input:-moz-placeholder {
		color: rgba(0,0,0,.5);
	}
	/* The following needs to be separate, can't be the same rule */

	.pf-global-search input::-webkit-input-placeholder {
		color: rgba(246,244,245,.6);
	}
	.pf-global-search input:-moz-placeholder {
		color: rgba(246,244,245,.6);
	}
	.pf-header .pf-scriptures-search-wrapper {
		display:block;
		padding:10px 9px;
	}
	.pf-scriptures-search-wrapper input[type=text]:focus,/* compensating for platform.css */
	.pf-scriptures-search-wrapper input[type=text] {
		background:#E4E4E4;
		color:#000; /* ie8 */
		color: rgba(0,0,0,.9);
		-webkit-box-shadow:2px 2px 5px #d1d1d1 inset ;
		box-shadow:2px 2px 5px #d1d1d1 inset ;
	}
	.pf-scriptures-search-wrapper input[type="submit"] {
		color:#404040;
	}
}

@media screen and (min-width: 860px) {
	.pf-search-inputs input[type="text"]:focus,/* compensating for platform.css */
	.pf-search-inputs input[type=text] {
		border-radius:4px;
		padding:0px 30px 0px 10px;
		width:177px;
		font-size:12px;
	}
	.pf-header .pf-search-inputs {
		display:inline-block !important;
		background:none;
		padding:0;
		position:static;
		zoom: 1; /*ie7*/
        *display: inline;/*ie7*/
        width:auto;
	}
	.pf-search-inputs input[type="text"]:focus {
		background:#1A2233;/* compensating for platform.css */
	}
	.pf-searchicon .pf-header .pf-global-search label,
	.pf-global-search label {
		position:absolute;
		left:-999em;
	}
	.ie8 .pf-search-inputs label,
	.ie9 .pf-search-inputs label {
		line-height:100%;
	}
	.pf-search-inputs input[type=submit] {
		top:0;
		right:1px;
	}
	.pf-search-inputs input[type=submit]:hover,/* compensating for platform.css */
	.pf-search-inputs input[type=submit]:focus,/* compensating for platform.css */
	.pf-search-inputs input[type=submit] {
		background:none;
		color:white;
		filter:none;
	}
	.pf-header .pf-nav {
		margin-right:30px;
		margin-top:25px;
	}
	.pf-header .pf-joshua {
		margin-right:10px;
	}
	.pf-header .pf-global-search {
		margin-top:10px;
	}
}
@media print {
	.pf-header {
		display:none !important;
	}
}
/* Warning banner for unsupported IE browsers */
.ie7 .pf-header {
	height:100px;
}
.pf-browser-alert {
	background-color: #FFF;
	box-shadow: -3px 12px 18px rgba(42, 55, 83, 0.7);
	padding: 8px;
	margin: 0 auto 20px;
	width: 960px;
}
.pf-search-inputs input[type="text"].pf-google{
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
.pf-search-inputs input[type="text"].pf-google:focus{
	background-image:none;
}