@charset "UTF-8";
/* CSS Document for The Pocket Testament League */
/* Copyright(c)2004-2011 */
/* Created by George Pytlik */

/* Custom fonts 
	Used under license from FontSite Inc.
	License URL: http://www.fontspring.com/fflicense/fontsite
*/

@font-face {
 font-family: 'FranklinGothicFSDemiCondensed'; /* use for headlines and subheads */
 src: url('/fonts/FranklinGothic-DemiCd-webfont.eot?');
 src: local('☺'), url('/fonts/FranklinGothic-DemiCd-webfont.woff') format('woff'), url('/fonts/FranklinGothic-DemiCd-webfont.ttf') format('truetype'), url('/fonts/FranklinGothic-DemiCd-webfont.svg#webfont') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'FranklinGothicFSCompressed'; /* taller, narrower version for title bar use */
 src: url('/fonts/FranklinGothic-Comp-webfont.eot?');
 src: local('☺'), url('/fonts/FranklinGothic-Comp-webfont.woff') format('woff'), url('/fonts/FranklinGothic-Comp-webfont.ttf') format('truetype'), url('/fonts/FranklinGothic-Comp-webfont.svg#webfont') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'FranklinGothicFSBook'; /* thinner version for title bar subhead */
 src: url('/fonts/FranklinGothic-Book-webfont.eot?');
 src: local('☺'), url('/fonts/FranklinGothic-Book-webfont.woff') format('woff'), url('/fonts/FranklinGothic-Book-webfont.ttf') format('truetype'), url('/fonts/FranklinGothic-Book-webfont.svg#webfont') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'FeltTipRomanRegular'; /* handwritten font style for h4 usage */
 src: url('/fonts/Felt_Tip_Roman-webfont.eot?');
 src: local('☺'), url('/fonts/Felt_Tip_Roman-webfont.woff') format('woff'), url('/fonts/Felt_Tip_Roman-webfont.ttf') format('truetype'), url('/fonts/Felt_Tip_Roman-webfont.svg#webfontRkZ3BmaG') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'FeltTipRomanBold'; /* bold version of above, less legible so use sparingly */
 src: url('/fonts/Felt_Tip_Roman_Bold-webfont.eot?');
 src: local('☺'), url('/fonts/Felt_Tip_Roman_Bold-webfont.woff') format('woff'), url('/fonts/Felt_Tip_Roman_Bold-webfont.ttf') format('truetype'), url('/fonts/Felt_Tip_Roman_Bold-webfont.svg#webfontuDAISRkG') format('svg');
 font-weight: normal;
 font-style: normal;
}

/* Generally useful miscellaneous styles */

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.block {
	display:block;
}

.floatL {
	float:left !important;
}

.floatR {
	float:right !important;
}

.noMargin {
	margin:0 !important;
}

.alignR {
	text-align:right !important;
}

.alignCenter {
	text-align:center !important;
}

.clear {
	clear:both !important;
}

.clearer {
	display:block !important;
	float:none !important;
	width:100% !important;
	height:1px !important;
	line-height:0px !important;
	font-size:0px !important;
	border:0px !important;
	clear:both !important;
}

.clearpad {
	clear:both !important;
	padding-top:2em;
}

.HIDE {
	display:none;
}

/* Login Tagline bar at top of page */

#tagline {
	z-index: 10000;
	position: fixed;
	top: 0;
	right: 0px;
	width: auto;
	background-color: #f7f7f7;
	padding: 0 10px 5px 10px;
	/* border-bottom: #f7f7f7 1px solid; */
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
}
#tagline a:link, #tagline a:visited {
	color: #c03;
	text-decoration: none;
}
#tagline a:hover {
	text-decoration: underline;
}

/* fix for high-res cover images */
img#sample_cover_image {
  max-width: 80%;
}

/* account confirmation warning bar */

#account-warning {
	background-color: #f5e456;
	padding: 30px 8px 8px 8px;
	border-bottom: 2px solid #c03;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* menu bar */

#menubar {
	margin-top: 10px;
}

#menubar-home {
	float: left;
}

#menubar-menu {
	float: left;
	padding: 35px 0 0 20px;
}

/* content wrappers */

#pagewrap {
/*	width: 100%; */
}

#centerwrap {
	/* 	wraps content and sidebar column */
	/*	when increasing this, increase content or sidebar */
	width: 1000px;
	display: block;
	position: relative;
}

#contentwrap {
	margin-left: 250px;
	padding-top: 20px;
}

#content {
	/* main content column */
	/* when increasing this, increase centerwrap above */
	display: block;
	width: 470px;
	float: left;
	clear: none;
	position: relative;
}

#content .widecol {
	width: 630px;
}

#content .fullwidth {
	width: 750px;
}

/* Title bar styling */

#titlebar {
	width: 1200px;
	display: block;
}

#titlebar h1 {
	font-size: 44px;
	line-height: 33px;
	letter-spacing: -1px;
	word-spacing: 2px;
	text-transform: uppercase;
	font-family: 'FranklinGothicFSCompressed', Impact, sans-serif;
	font-weight: 400;
	padding-top: 60px;
	margin: 0 100px 0 250px;
	left: 250px;
	color: #fff; /* default; can override with individual styles */
}

#titlebar h2 {
	font-family: 'FranklinGothicFSBook', Arial, sans-serif;
	font-weight: 400;
	padding: 0;
	font-size: 18px;
	margin: 0 300px 0 250px;
	color: #fff; /* default; can override with individual styles */
}

#titlebar img {
	float:left;
	position: bottom left;
	padding-right: 10px;
}

#titlebar .water { /* Used for Membership section pages */
	background-image: url('/pix/titlebar/titlebar-waterfall.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .sky { /* Used for About section pages */
	background-image: url('/pix/titlebar/titlebar-sky.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .sky2 { /* Used for special signup pages pages */
        background-image: url('/pix/titlebar/titlebar-sky2.jpg');
        background-position: 0 0;
        background-repeat: no-repeat;
        height: 175px;
}

#titlebar .oldpaper { /* Used for Read section pages */
	background-image: url('/pix/titlebar/titlebar-oldpaper.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .oldpaper h1 {
	color: #c03;
}

#titlebar .oldpaper h2 {
	color: #888;
}

#titlebar .industrial { /* Used for Carry section pages */
	background-image: url('/pix/titlebar/titlebar-roughmetal.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .wheatfield { /* Used for Share section pages */
	background-image: url('/pix/titlebar/titlebar-wheatfield.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .leather { 
	background-image: url('/pix/titlebar/titlebar-leather.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .wheat { /* Used for Stories and Prayers pages */
	background-image: url('/pix/titlebar/titlebar-wheat.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .church { /* Used for Pocket Powered Church pages */
	background-image: url('/pix/titlebar/titlebar-whitemarble.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .church h1 {
	color: #c03;
}

#titlebar .church h2 {
	color: #888;
}

#titlebar .papyrus { /* Used for donation section pages */
	background-image: url('/pix/titlebar/titlebar-papyrus.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .papyrus h1 {
	color: #c03;
}

#titlebar .papyrus h2 {
	color: #666;
}

#titlebar .xmas { /* Used for donation section pages */
	background-image: url('/pix/titlebar/titlebar-xmas.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .xmas h1 {
	color: #fff;
}

#titlebar .xmas h2 {
	color: #E0E0E0;
}

#titlebar .ricepaper { /* Used for community section pages */
	background-image: url('/pix/titlebar/titlebar-ricepaper.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .ricepaper h1 {
	color: #c03;
}

#titlebar .ricepaper h2 {
	color: #888;
}

#titlebar .writing { /* Used for community section pages */
	background-image: url('/pix/titlebar/titlebar-writing.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .brushedmetal { /* Used for community section pages */
	background-image: url('/pix/titlebar/titlebar-brushedmetal.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .brushedmetal h1 {
	color: #c03;
}

#titlebar .brushedmetal h2 {
	color: #888;
}

#titlebar .sj { /* Used for Scripture Journal pages */
	background-image: url('/pix/titlebar/titlebar-sj.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .sj h1 {
	color: #c03;
}

#titlebar .sj h2 {
	color: #888;
}

#titlebar .purple { /* purple sky image */
	background-image: url('/pix/titlebar/titlebar-purplesky.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .purple h1 {
	color: #fff;
}

#titlebar .purple h2 {
	color: #999;
}

#titlebar .redbar { /* plain red titlebar used for utility pages */
	background-image: url('/pix/titlebar/titlebar-red.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .redbar h2 {
	color: #ccc;
}

#titlebar .graybar { /* plain gray titlebar */
	background-image: url('/pix/titlebar/titlebar-gray.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .graybar h1 {
	color: #c03;
}

#titlebar .graybar h2 {
	color: #888;
}

#titlebar .ice { /* Used for icebreaker contest */
	background-image: url('/pix/titlebar/titlebar-ice.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .tornpaper { /* Use only for special features (no image to left) */
	background-image: url('/pix/titlebar/titlebar-tornpaper.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .tornpaper h1 {
	color: #c03;
}

#titlebar .tornpaper h2, #titlebar .tornpaper img {
	visibility: hidden;
}

#titlebar .parchment {
	background-image: url('/pix/titlebar/titlebar-parchment.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .parchment h1 {
	color: #c03;
}

#titlebar .parchment h2 {
	color: #888;
}

#titlebar .medical { /* Used for medical channel */
	background-image: url('/pix/titlebar/titlebar-medical.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .cammo { /* Used for military channel */
	background-image: url('/pix/titlebar/titlebar-cammo.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .work { /* Used for Sharing at Work channel */
	background-image: url('/pix/titlebar/titlebar-maple.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .tbia { /* Used for This Book is Alive */
	background-image: url('/pix/titlebar/titlebar-tbia2.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 175px;
}

#titlebar .tbia h1 {
	color: #175176;
}

#titlebar .tbia h2 {
	color: #866716;
}



/* Breadcrumbs bar */

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 0 0 50px;
	width: 100%;
	height: 25px;
	padding: 10px 0;
	color: #999;
	display: block;
	float: left;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	text-decoration: none;
	color: #c03;
}

.breadcrumbs a:hover {
	text-decoration: underline;
	color: #c03;
}

/* Navcolumn styling */

#navcolumn {
	display: block;
	padding: 30px 30px 10px 50px;
	margin: 0;
	width: 175px;
	float: left;
	background-color: #fff;
}

#navcolumn ul {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

#navcolumn li {
	font-size: 11px;
	line-height: 13px;
	margin: 5px 0;
	padding: 0 0 5px 0;
	border-bottom: #f0f0f0 1px solid;
	list-style: none;
}

#navcolumn li .current {
	list-style: square outside url('/pix/icons/arrow-red.gif');
}

#navcolumn li a {
	color: #666;
	text-decoration: none;
}

#navcolumn li a:visited {
	color: #666;
	text-decoration: none;
}

#navcolumn li a:hover {
	color: #c03;
	text-decoration: underline;
}

#navcolumn .current a {
	text-transform: uppercase;
	color: #c03;
	font-weight: bold;
}

#navcolumn .current a:visited {
	color: #c03;
}

/* Sidebar styles */
/* if increasing sidebar width, increase centerwrap above */

#sidebar {
	display: block;
	width: 220px;
	float: right;
	clear: none;
	background-color:#fff;
	position: 0 0;
	padding: 0px 0 10px 10px;
	color: #666;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:visited {
	color: #c03;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h1, #sidebar dt {
	font-family: 'FranklinGothicFSDemiCondensed', Impact, sans-serif;
	font-size: 18px;
	line-height: 15px;
	letter-spacing: 0;
	color: #aaa;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 0 4px 0;
	margin-bottom: 5px;
	border-bottom: 1px #f0f0f0 solid;
}

#sidebar h1 a:link, #sidebar h1 a:visited {
	color: #aaa;
	text-decoration: none;
}

#sidebar h1 a:hover {
	color: #888;
	text-decoration: none;
}

#sidebar p {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px 0;
}

#sidebar blockquote {
	display: block;
	background-image: url('/pix/common/bigquote.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 17px;
	line-height: 20px;
	padding: 0 0 20px 0;
	margin: 0;
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar a.commentlink {
	font-size: 11px;
	margin-bottom: 20px;
}

#sidebar blockquote:before {
	content: '\201C'; /* left double quotation mark hexadecimal */
}

#sidebar blockquote cite {
	display: block;
	text-align: left;
	padding-top: 5px;
	color: #999;
	font-size: 14px;
	line-height: 16px;
}

#sidebar blockquote cite:before {
	content: '\2014'; /* em dash hexadecimal */
}

#sidebar dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 4px 10px 4px 0;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 4px;
}

#sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: inside url('/pix/icons/arrow-red.gif');
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar input {
	color: #666;
	background-color: #F9F4E7;
	border: 1px #dedede solid;
	font-size: 11px;
	padding: 3px;
}

.ptl_minibutton, .ptl_minibutton a {
	color: #fff !important;
	border: 2px #c03 solid;
	text-transform: uppercase;
}

#sidebar .icon {
	width: 42px;
	margin-right: 5px;
	float: left;
}

.searchform {
	margin-top: 10px;
}

/* Snippets Bar */

#snippetsbar {
	clear: both;
	width: auto;
	display: block;
	background: #f0f0f0;
	padding: 10px 200px;
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#snippetsbar a {
	text-decoration: none;
}

#snippetsbar a:link, #snippetsbar a:visited {
	color: #c03;
}

#snippetsbar a:hover {
	color: #c03;
	text-decoration: underline;
}

/* Footer area styling */

#footerwrap {
	position: relative;
	width: 100%;
	background-color: #666;
	margin:0 auto;
}

#footerbar {
	padding: 10px 10px 0 50px;
	background: #666;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#footerbar div {
	float: left;
	padding-right: 15px;
}

#footerbar .w1 {
	width: 185px;
}

#footerbar .w2 {
	width: 220px;
}

#footerbar .w3 {
	width: 210px;
}

#footerbar p {
	margin: 0 10px 8px 0;
	padding: 0;
}

#footerbar dt {
	font-size: 16px;
	line-height: 14px;
	padding-bottom: 5px;
	font-family: 'FranklinGothicFSDemiCondensed', Impact, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

#footerbar dd {
	margin: 4px 10px 4px 0;
	border-top: 1px solid #777;
	padding-top: 4px;
}

#footerbar a {
	color: #efefef;
	text-decoration: none;
}

#footerbar a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Utility bar at bottom of page */

#utilitybar {
	background-color: #333;
	display: block;
	padding-bottom: 0;
	margin-bottom: 0;
	float: left;
	width: 100%;
}

#utilitybar p {
	text-align: center;
	padding: 10px 50px;
	margin: 10px 50px;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

#utilitybar a {
	text-decoration: none;
	color: #999;
}

#utilitybar a:hover {
	text-decoration: underline;
	color: #fff;
}

/* HTML Tag modifications */

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Arial, Helvetica, Geneva, Verdana, Swiss, SunSans-Regular;
	font-size: 13px;
	line-height: 18px;
}

h1 {
	color: #c03;
	font-size: 36px;
	line-height: 28px;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-transform: uppercase;
	font-family: 'FranklinGothicFSDemiCondensed', Impact, sans-serif;
	font-weight: 500;
}

h2 {
	color: #c03;
	font-size: 28px;
	line-height: 24px;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-transform: uppercase;
	font-family: 'FranklinGothicFSDemiCondensed', Impact, sans-serif;
	font-weight: 500;
	margin: 20px 0 0 0;
	padding-top: 10px;
}

h3 {
	color: #c03;
	font-size: 24px;
	line-height: 20px;
	font-family: 'FranklinGothicFSDemiCondensed', Impact, sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 20px 0 0 0;
	padding-top: 10px;
}

h4 {
	color: #c03;
	font-size: 32px;
	line-height: 0.8em;
	letter-spacing: -1px;
	font-family: 'FeltTipRomanRegular', Tahoma, Arial, sans-serif;
	font-weight: 500;
	margin: 20px 0 0 0;
	padding-top: 10px;
}

h5 {
	color: #c03;
	font-size: 18px;
	line-height: 1.0em;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#content h2 {
	color: #c03;
	font-size: 28px;
	line-height: 24px;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-transform: uppercase;
	font-family: 'FranklinGothicFSDemiCondensed', Impact, sans-serif;
	font-weight: 500;
	margin: 0 0 0 0;
	padding-top: 10px;
}


h1 .gray, h2 .gray, h3 .gray {
	color: #ccc;
}

h4 .gray, h5 .gray {
	color: #999;
}

h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: #c03;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

blockquote {
	font-size: 16px;
	line-height: 20px;
	padding: 0 20px 10px 30px;
	color: #369;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	font-size: 13px;
	line-height: 18px;
}

#content li {
	margin: 5px 0;
	list-style: url('/pix/icons/arrow-red.gif');
	display: list-item;
	font-size: 13px;
	line-height: 18px;
}

#navsub li {
	margin: 5px 0 0 0;
	list-style: url('/pix/icons/arrow-red.gif');
	display: list-item;
	list-style-position: outside;
	font-size: 12px;
	line-height: 16px;
}

li a:link, li a:visited {
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

#list_wrapper{
    width: 920px
}

/* The wider this li is, the fewer columns there will be */
    ul.multiple_columns li{
	text-align: left;
	float: left;
	list-style: none;
	height: 60px;
	width: 260px;
	padding-top:10px;
    }
	
	ul.multiple_columns li img{
	 float:left; 
	 margin:-5px 10px 0 0; 
	 }
	 
	ul.multiple_columns li a:link{
	color:#444;
	text-decoration:none;
	font-size:14px;
	}
	
	ul.multiple_columns li a:hover {text-decoration:underline;} 
	ul.multiple_columns li a:active {text-decoration:underline;} 

/* Text styling tags */

.subhead {
	color: #c03;
	font-size: 20px;
	line-height: 18px;
	font-family: 'FranklinGothicFSDemiCondensed', sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	word-spacing: 1px;
	font-weight: 500;
	margin: 20px 0 0 0;
}

.quote {
	font-size: 18px;
	line-height: 22px;
	padding: 0 20px 10px 30px;
	color: #369;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url('/pix/email/bigquote.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.sub_divider {
	color: #c03;
	font-size: 20px;
	line-height: 18px;
	font-family: 'FranklinGothicFSDemiCondensed', Impact, sans-serif;
	letter-spacing: 0px;
	word-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 20px 0 0 0;
	padding: 5px 0 4px 0;
	border-top: 1px dotted #999;
}

.sub_divider .gray, .subhead .gray {
	color: #ccc;
}

.smallsubhead {
	color: #000;
	font-weight: 800;
	font-size: 13px;
	line-height: 18px;
}

.smallsubruled {
	font-family: 'FranklinGothicFSDemiCondensed', Impact, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
	line-height: 15px;
	letter-spacing: -50%;
	padding: 8px 0 2px 0;
	border-bottom: 1px dotted #999;
	margin-bottom: -5px;
}

.smallsubruled a:link, .smallsubruled a:visited {
	color: #c03;
	text-decoration: none;
}

.smallsubruled a:hover {
	color: #333;
}

.smallsubred {
	color: #c03;
	font-size: 13px;
	line-height: 18px;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}

.smallsubgray {
	color: #948783;
	font-size: 13px;
	line-height: 18px;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}

.smallsubwhite {
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	line-height: 16px;
}

.gray {
	color: #666;
}

.commontext {
	font-size: 13px;
	line-height: 18px;
}

.blogtext {
	font-size: 13px;
	line-height: 18px;
}

.errortext {
	color: #3366CC;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

.messagetext {
	color: #3366CC;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

.prayerheader   { 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 16px; 
	padding-top: 10px; 
	border-top: 1px dotted #999; 
}

.smalltext {
	color: #000;
	font-size: 11px;
	line-height: 15px;
}

.formtext {
	font-size: 12px;
	line-height: 16px;
}

.formgray {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
}

.formrequired {
	color: #c03;
	font-size: 12px;
	line-height: 16px;
}

.formwhite {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

.formmissing {
	color: #c03;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.productinfo {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	margin: 0 0 5px 0;
}

.sponsorbox {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
}

.tiny {
	color: #666;
	font-size: 11px;
	line-height: 13px;
}

.toplink {
	color: #666;
	font-size: 10px;
	line-height: 13px;
	padding: 15px 0;
}

.tiny a, .toplink a {
	text-decoration: none;
}

.tiny a:hover, .toplink a:hover {
	text-decoration: underline;
}

.tinysubhead {
	color: black;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

.pix {
	color: #666;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
	padding-right: 30px;
}

.indented {
	margin: 0 30px 5px 25px;
}

.indented2 {
	margin: 0 20px 10px 20px;
}

.footer {
	color: #666;
	font-size: 10px;
	line-height: 13px;
	margin-left: 20px;
	padding-left: 20px;
}

.callout {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin: 10px;
}

.callout2 {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin: -10px 5px 0 10px;
	padding: 0 0 0 10px;
}

.boldred { 
	color: #c03; 
	font-weight: bold;
}
.red {
	color: #c03;
}
.gray { 
	color: #666; 
}
.light {
	color: #ccc;
}
.pms409 { 
	color: #948783;
}
.white {
	color: #fff;
}

.quote {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #369;
	font-size: 18px;
	line-height: 22px;
	margin: -5px 30px 0 25px;
}

.tagline {
	font-size: 10px;
	line-height: 11px;
	color: #999;
	text-indent: 50px;
}

.tagline input {
	border: 1px #dedede solid;
	height: 15px;
}

.tagline input submit {
	text-decoration: none !important;
	display: inline-block;
	padding: 2px 4px;
	outline: none;
	border: none;
	font: 800 10px/10px Arial, sans-serif;
	background-color: #cc0033;
	color: #fff;
}

/* Legacy styles for visual buttons */
/* Use inside <table> structure for best results */

#button {
	background-color: #c03;
	padding: 2px;
}

.button {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #c03;
	padding: 5px 10px 5px 10px;
	border: 1px;
	border-color: #fff;
	border-style: dashed;
	border-spacing: 5px;
}

.button a:link, .button a:visited, .button a:hover {
	color: #FFF;
	text-decoration: none;
}

/* BUTTONS ################################*/
/* Special CSS-only buttons for The Pocket Testament League */
/* Design matches the look of the tab logo graphic */
/* Normal button usage: <a href="" class="ptl_button btn_red [s_button | b_button | btn_arrow | btn_back]" title="Tooltip text">Button Text</a> */
/* Mini button usage: <a href="" class="ptl_minibutton" title="Tooltip text">Button Text</a> */

.ptl_button {
	/*outline: none;*/
	text-decoration: none !important;
	display: inline-block;
	padding: 7px 10px 8px;
	font: 800 12px/1 Arial, sans-serif; /* font type and attributes */
	cursor: pointer;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-o-border-radius: 0px;
	position: relative;
	color: #fff !important;
	-webkit-transition: -webkit-box-shadow 0.1s ease; /* animation - safari and chrome */
	-o-transition-property: -o-box-shadow;
	-o-transition-duration: 4s;
	-o-transition-delay: 1s;
	/* The gradient effects and shadow ################################*/
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 -7px 8px rgba(0, 0, 0, 0.2), inset 0 10px 8px rgba(255, 255, 255, 0.2), inset 1px 1px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4), inset 0 -7px 8px rgba(0, 0, 0, 0.2), inset 0 10px 8px rgba(255, 255, 255, 0.2), inset 1px 1px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 -7px 8px rgba(0, 0, 0, 0.2), inset 0 10px 8px rgba(255, 255, 255, 0.2), inset 1px 1px 0px rgba(255, 255, 255, 0.2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 -7px 8px rgba(0, 0, 0, 0.2), inset 0 10px 8px rgba(255, 255, 255, 0.2), inset 1px 1px 0px rgba(255, 255, 255, 0.2);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px dashed #fff;
}

.ie {
/* 	 border: 2px solid #cc0033; */
}

.ptl_minibutton {
	text-decoration: none !important;
	display: inline-block;
	padding: 2px 4px 3px;
	outline: none;
	border: none;
	font: 800 10px/10px Arial, sans-serif;
	background-color: #cc0033;
	color: #fff;
	cursor: pointer;
}

/* BUTTONS HOVER AND ACTIVE STAGE ################################*/

.ptl_button:hover {
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4), inset 0 1px 8px rgba(0, 0, 0, 0.2), inset 0 -15px 8px rgba(255, 255, 255, 0.2), inset 1px 1px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4), inset 0 1px 8px rgba(0, 0, 0, 0.1), inset 0 -15px 8px rgba(255, 255, 255, 0.1), inset 1px 1px 0px rgba(255, 255, 255, 0.2);
	-o-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4), inset 0 1px 8px rgba(0, 0, 0, 0.1), inset 0 -15px 8px rgba(255, 255, 255, 0.1), inset 1px 1px 0px rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

.ptl_button:active {
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4), inset 0 1px 8px rgba(0, 0, 0, 0.2), inset 0 -15px 8px rgba(255, 255, 255, 0.2), inset 1px -1px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4), inset 0 1px 8px rgba(0, 0, 0, 0.1), inset 0 -15px 8px rgba(255, 255, 255, 0.1), inset 1px -1px 0px rgba(255, 255, 255, 0.2);
	-o-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4), inset 0 1px 8px rgba(0, 0, 0, 0.1), inset 0 -15px 8px rgba(255, 255, 255, 0.1), inset 1px -1px 0px rgba(255, 255, 255, 0.2);
}

.ptl_minibutton:hover {
	background-color: #BC002E;
}

/* ARROW ################################*/

.ptl_button.btn_arrow {
	padding-right: 17px;
	background-image: url(../pix/icons/arrow-btn.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.b_button.btn_arrow {
	padding-right: 25px;
	background-image: url(../pix/icons/arrow-btn.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.ptl_button.btn_back {
	padding-left: 17px;
	background-image: url(../pix/icons/arrow-backbtn.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.b_button.btn_back {
	padding-left: 25px;
	background-image: url(../pix/icons/arrow-backbtn.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/* BUTTON SIZES ################################ */

.s_button {
	font: 800 10px/10px Arial, sans-serif;
	padding: 4px 7px 6px;
	border: none;
	outline: none;
}

.b_button {
	font-family: 'FranklinGothicFSDemiCondensed', Impact, sans-serif;
	font-size: 17px;
	line-height: 15px;
	letter-spacing: 0;
	color: #ccc;
	text-transform: uppercase;
	font-weight: 500;
	/*font: 900 14px/16px Arial, sans-serif;*/
	padding: 12px 20px; /* You can adjust the button size using padding */
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4), inset 0 -7px 8px rgba(0, 0, 0, 0.1), inset 0 16px 8px rgba(255, 255, 255, 0.2), inset 1px 1px 0px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 -7px 8px rgba(0, 0, 0, 0.1), inset 0 16px 8px rgba(255, 255, 255, 0.2), inset 1px 1px 0px rgba(255, 255, 255, 0.3);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 -7px 8px rgba(0, 0, 0, 0.1), inset 0 16px 8px rgba(255, 255, 255, 0.2), inset 1px 1px 0px rgba(255, 255, 255, 0.3);
}

/* BUTTON COLORS ################################ */

.ptl_button.btn_red { /*, .ptl_button { */
	background-color: #dd0033;
	outline: 2px solid #cc0033;
}

.ptl_button.btn_gray {
	background-color: #888;
	outline: 2px solid #888;
}

.ptl_button.btn_blue {
	background-color: #336699;
	outline: 2px solid #336699;
}

/* Styles for lists of links */

#linklist ul {
	font-weight: normal;
	text-transform: none;
	padding: 0 0 0 30px;
}

#linklist li {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	list-style-image: url('/pix/icons/arrow-square.gif');
	padding: 0 5px 5px 0;
}

#linklistPDF li {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 5px 5px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	list-style-image: url('/pix/icons/coquette16/pdf_file.png');
	padding: 0 5px 5px 0;
}

#linklistnews li {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 5px 5px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	list-style-image: url('/pix/icons/coquette16/html_file.png');
	padding: 0 5px 5px 0;
}

.arrowline {
	/* For lists of links with boxed arrow icon */
	color: #666;
	font-size: 11px;
	line-height: 12px;
	background-image: url('/pix/icons/arrow-square.gif');
	background-repeat: no-repeat;
	background-position: 0 7px;
	text-indent: 20px;
	margin: 0 10px 0 0;
	padding: 5px 10px 10px 0;
	border-bottom: 1px dotted #ddd;
}

.arrowline2 {
	/* Boxed icon with no dotted rule */
	/* No text size specified so it can inherit font */
	color: #666;
	background-image: url('/pix/icons/arrow-square.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-indent: 20px;
	margin: 0 15px 0 0;
}

.arrowline3 {
	/* Same as arrowline but no dotted rule */
	/* Perfect for use when only one line exists */
	color: #666;
	font-size: 11px;
	line-height: 12px;
	background-image: url('/pix/icons/arrow-square.gif');
	background-repeat: no-repeat;
	background-position: 0 7px;
	text-indent: 20px;
	margin: 0 10px 0 0;
	padding: 5px 10px 10px 0;
}

.pdfline {
	/* Use for links to PDF files */
	color: #666;
	font-size: 12px;
	line-height: 24px;
	background: url('/pix/icons/coquette24/pdf_file.png') no-repeat;
	text-indent: 30px;
	margin: 0 15px 0 0;
}

.newsline {
	/* Use for links to News files */
	color: #666;
	font-size: 12px;
	line-height: 24px;
	background: url('/pix/icons/coquette24/html_file.png') no-repeat;
	text-indent: 30px;
	margin: 0 15px 0 0;
}

.pdfline a, .newsline a {
	text-decoration: none;
}

.pdfline a:hover, .newsline a:hover {
	text-decoration: underline;
}

/* Styles for object positioning */

.floater {
	float: right;
	text-align: left;
	vertical-align: top;
	padding: 0 0 5px 20px;
}

.floater200 {
	float: right;
	display: block;
	position: relative;
	text-align: left;
	padding: 0;
	width: 200px;
	margin: 10px 0 0 20px;
}

.floater200_tan {
	float: right;
	display: block;
	position: relative;
	background-color: #f3eee8;
	text-align: left;
	padding: 0;
	vertical-align: top;
	width: 200px;
	margin: 10px 0 0 20px;
}
	

.picturepos {
	text-align: right;
	position: absolute;
	left: 300px;
}

/* Signup form styling */

.signup-formbox-2 {
	font-family: Arial, Helvetica, sans-serif;
}

.signup-formbox-2 .group {
	padding-top: 20px;
	clear: left;
}

.signup-formbox-2 .group:first-child {
	padding-top: 0;
}

.signup-formbox-2 .group .tooltip {
	position: relative;
	float: right;
	width: 200px;
	margin-top: -10px;
	background-image: url(/pix/common/sidenub.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 14px;
}

.signup-formbox-2 .group .tooltip > div, .signup-formbox-2 .group .tooltip > div > div, .signup-formbox-2 .group .tooltip > div > div > div, .signup-formbox-2 .group .tooltip > div > div > div > div {
	position: relative;
	left: -1px;
	top: -1px;
}

.signup-formbox-2 .group .tooltip > div {
	background-color: #eeeeee;
}

.signup-formbox-2 .group .tooltip > div > div {
	background-color: #dddddd;
}

.signup-formbox-2 .group .tooltip > div > div > div.signup-formbox-2 .group .tooltip_yellow > div > div > div {
	background-color: #cccccc;
}

.signup-formbox-2 .group .tooltip > div > div > div > div {
	background-color: #f0f0f0;
	padding: 10px;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	color: #666;
}

.signup-formbox-2 .group .label {
	width: 125px;
	float: left;
	font-size: 12px;
	color: #000;
	padding-top: 2px;
	vertical-align: top;
}

.signup-formbox-2 .group .required {
	/* required text field */
  color: #c03;
	height: 20px;
}

.signup-formbox-2 .group .input {
	margin-left: 130px;
}

.signup-formbox-2 .group .input .active {
	/* input when focused */
  background-color: #f0f0f0;
}

.signup-formbox-2 .input-text {
	/* text field */
  width: 250px;
	font-size: 11px;
	color: #666;
	padding: 2px;
	/* height: 20px; */
  background-color: #fff;
	border: 1px solid #999;
}

/*-- Modified for Signup Form Test C --*/
.signup-formbox-2 .input-textC {
	/* text field */
  width: 170px;
	font-size: 11px;
	color: #666;
	padding: 2px;
	/* height: 20px; */
  background-color: #fff;
	border: 1px solid #999;
}

.signup-formbox-2 .group .input-select {
	width: 250px;
}

.signup-formbox-2 .group .notify {
	display: inline;
	position: absolute;
	margin-left: 5px;
}

.signup-formbox-2 .group .notify > div {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top left;
}

.signup-formbox-2 .group .notify .notify-loading {
	background-image: url(/pix/icons/notify-loading.gif);
}

.signup-formbox-2 .group .notify .notify-ok {
	background-image: url(/pix/icons/coquette24/accept.png);
}

.signup-formbox-2 .group .notify .notify-error {
	background-image: url(/pix/icons/coquette24/delete.png);
}

.signup-formbox-2 .group .notify .notify-warning {
	background-image: url(/pix/icons/coquette24/warning.png);
}

.signup-formbox-2 .group .errormsg div {
	padding-top: 3px;
	color: #cc0033;
	font-weight: bold;
}

#signup-form .submitbutton {
	margin: 0 20px 0 120px;
	float: left;
}

#signup-form .submit_note {
	font-size: 11px;
	line-height: 13px;
	color: #666;
	width: 150px;
	margin-top: 3px;
	float: left;
}

#signup-form .agreement {
	background-color: #f0f0f0;
	padding: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	color: #555;
	width: 400px;
	margin-left: 0;
	margin-bottom: 0;
}

#signup-form .agreement_nub {
	margin-top: 0px;
	margin-left: 25px;
	padding: 0 0 0 20px;
}

/*----- Join CTA -----*/
.join_cta {
	width: 170px;
	margin-left: 15px;
	padding:10px 25px 25px 25px;
	background: #f0f0f0;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	box-shadow: 0px 0px 3px #999;
}

.join_cta li {
	list-style: none;
}

.join_cta h3.join_cta_title {
	display: block;
	color: #cc0033;
	font-size: 18px;
	margin-bottom: 15px;
	width: 200px;
	height: 16px;
	text-indent: -5000px;
	background: url('../pix/titles/join_cta_title.gif') no-repeat;
}

.join_cta p {
	color: #4a4a4a;
	margin: 12px 0 15px 0;
	line-height: 14px;
	font-size: 12.35px;
}

.join_cta #slideshow {
	position:relative;
	width: 170px;
	height:75px;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	box-shadow: 0px 0px 3px #666;
}

.join_cta #slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

.join_cta #slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

.join_cta #slideshow IMG.last-active {
	z-index:9;
}

.cta_button {
	font-size: 13px;
	width: 170px;
	text-align: center;
	padding: 10px 0 10px 0;
}

/*-- Modified for Signup Form Test B --*/
#signup-form .agreementB {
	background-color: #f0f0f0;
	padding: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	color: #555;
	width: 400px;
	margin-left: 120px;
	margin-bottom: 0;
}

#signup-form .agreement_nubB {
	margin-top: 0px;
	margin-left: 130px;
	padding: 0 0 0 20px;
}

/*----- BEGIN ABC TESTING FOR SIGNUP FORM -----*/
.text_franklin_red {
	color: #cc0033;
	font-size: 23px;
	margin: 0px;
	padding: 0px;
}

.text_franklin_gray {
	color: #cccccc;
	font-size: 23px;
	margin: 0px;
	padding: 0px;
}

.text_franklin_s {
	color: #cc0033;
	font-size: 18px;
	margin: 3px 0 0 0;
	padding: 0px;
}

#signup_content {
	width: 100%;
	min-height: 325px;
	background: url('/pix/signup/signup_content_bg.gif') top repeat-x;
}

#signup_content_wrap {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

#signup_content_wrap li {
	list-style: none;
}

#signup_content_wrap #signup_title {
	text-align: center;
	color: white;
}

#signup_content_wrap #signup_title h2 {
	margin: 45px auto 15px auto;
	width: 450px;
	height: 40px;
	background: url('/pix/signup/signup_title.gif') no-repeat;
	color: white;
	text-align: center;
	text-indent: -5000px;
}

#signup_content_wrap #signup_tagline h3 {
	margin: 0px auto 37px auto;
	width: 615px;
	height: 35px;
	background: url('/pix/signup/signup_tagline.gif') no-repeat;
	color: white;
	text-align: center;
	text-indent: -5000px;
}

#signup_sidebar {
	float: left;
	width: 340px;
}

.signup_gospels {
	margin-bottom: 40px;
}

.signup_gospels p {
	padding: 0 10px;
	text-align: center;
	color: #666666;
	font-size: 12px;
}

.signup_gospels a {
	color: #cc0033;
	text-decoration: underline;
}

.signup_info {
	color: #000000;
	line-height: 16px;
	font-size: 13px;
}

.signup_info_title {
	padding-top: 1px;
}

.signup_info img {
	float: left;
	margin-right: 5px;
}

#signup_form {
	float: right;
	width: 535px;
	padding: 25px 15px 0 25px;
	min-height: 250px;
	background: url('/pix/signup/signup_form_bg.png') top no-repeat;
}

.input a#devotional_lightbox {
	color: #cc0033;
}

#footerC {
	margin: 25px auto 0 auto;
	padding: 15px 0 25px 0;
	width: 980px;
	border-top: dashed 1px #999;
}

#gospel_slider_wrap {
	width: 340px;
	overflow: hidden;
}

#gospel_slider {
	width: 255px;
	margin:0 auto;
}

#gospel_slider ul, #gospel_slider li, #gospel_slider img {
	border: none;
	margin: 0;
	padding:0;
	list-style:none;
}

#gospel_slider li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:255px;
	height:210px;
	overflow:hidden;
}

/*----- END ABC TESTING FOR SIGNUP FORM -----*/
