
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

/*table { border-collapse: collapse; border-spacing: 0; }*/

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

html{ font:62.5% sans-serif; } /* Hack retained to preserve specificity */
body{
	font-size:13px; font-size:1.3em;
	margin:0;
	font-family:Arial, Helvetica, sans-serif
}
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #000066; color:#fff; text-shadow: none; }
::selection { background:#000066; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

p{
	margin-bottom: 10px;
}

*[onclick] {
	cursor:pointer;
}
#loaderholder {
	display:none;
	position:absolute;
	right:20px;
	top:20px;
}
.clear {
	clear:both;
	width:0;
	height:0;
	display:block;
}
.cleardeep {
	clear:both;
	width:0;
	height:10px;
}
/*//////////////////////////////////////////////////////////////////////////////////// standard text styles ///////////*/
hr.dashedhr {
	border:0;
	height:0;
}
ul {
	list-style-position:inside;
}
input,textarea,select {
	margin:0;
	padding:1px;
}
input[type="submit"] {
	cursor:pointer;
}
input[type="radio"],input[type="checkbox"],input[type="image"] {
	border:0;
}
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
html {
	background-color:#eee;
}
#page_holder {
	display:block;
	width:1400px;
	margin:0 auto;
}
#topdiv {
	display:block;
	height:250px;
	background:url(/library/top.jpg) top no-repeat #ffffff;
	position:relative;
}
#stage {
	position:absolute;
	top:0;
	right:0;
	width: 250px;
	height: 250px;
}

#stage a {
	position: absolute;
}
#stage a img {
	padding: 0px;
	background: #fff;
	width:250px;
	height:250px;
}

#stage a:nth-of-type(1) {
	animation-name: fader;
	animation-delay: 4s;
	animation-duration: 1s;
	z-index: 20;
}
#stage a:nth-of-type(2) {
	z-index: 10;
}
#stage a:nth-of-type(n+3) {
	display: none;
}

@keyframes fader {
	from { opacity: 1.0; }
	to   { opacity: 0.0; }
}
.msg {
	font-weight:bold;
	color:#900;
}
#middle_holder {
	height:450px;
	background-color:#FFF;
	border-top:2px solid #222;
	background:url(/library/mid_bg.jpg) repeat-y;
}
#col1 {
	display:block;
	width:0px;
	padding:0px;
	float:left;
}
#col2 {
	display:block;
	float:left;
	width:960px;
	padding:20px;
	height:410px;
	position:relative;
}
a.tamfambutton:link, a.tamfambutton:visited {
	display:inline-block;
	margin:0 15px 0 0;
	padding:10px 10px;
	background-color:#042b37;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a.tamfambutton:hover {
	background-color:#CCC;
	color:#042b37;
}
#plans {
	height:360px;
	overflow-y: scroll;
}
.sprow {
	display:inline-block;
	padding:3px;
	border:1px solid #888;
	margin-right:2px;
	margin-bottom:2px;
}
.bdaydate {
	display:inline-block;
	width:100px;
}
.sheader, .hlight {
	font-weight:bold;
	background-color:#b4bfc3;
}
.sdate {
	width:60px;
}
.sdate a:link, .sdate a:visited {
	text-decoration:none;
	display:block;
	color:#222;
	background-color:#b4bfc3;
	font-weight:bold;
}
.sdate a:hover {
	background-color:#042b37;
	color:#fff;
}
.shosting {
	width:60px;
}
.stransport {
	width:60px;
}
.sspeaker {
	width:150px;
}
.smeeting {
	width:150px;
}
.scoll2 {
	width:190px;
}
.sextra {
	width:80px;
}
.sother {
	width:80px;
	color:#900;
}
.bcvenue {
	width:90px;
}
.bcleader {
	width:140px;
}
.bcpres {
	width:140px;
}
.bcsubject {
	width:440px;
}
.sssubject {
	width:530px;
}
.sscol2 {
	width:110px;
}
.sscol3, .sscol4 {
	width:65px;
}
.ssbigcol2 {
	width:268px;
}
.urow {
	display:inline-block;
	padding:3px;
	border:1px solid #888;
	margin-right:2px;
	margin-bottom:2px;
	font-size:11px;
}
.uname {
	width:100px;
}
.uemail {
	width:190px;
}
.uaddress {
	width:420px;
}
.utel {
	width:80px;
}
.umob {
	width:80px;
}
.dob {
	width:50%;
	float:left;
}
.group_box {
	width:20%;
	float:left;
}
.dobname {
	width:200px;
}
.groupname {
	width:150px;
}
.dobdob {
	width:210px;
}
.dobtoprow {
	width:423px;
	text-align:center;
}
#login_div {
	margin:100px auto;
	width:400px;
	height:200px;
}
#login_div p {
	color:#444;
}
#login_div p label {
	display:inline-block;
	width:150px;
}
#login_div h2 {
	font-weight:bold;
	color:#036;
	font-size:24px;
	margin-bottom:20px;
}
#col3 {
	position:relative;
	display:block;
	width:380px;
	padding:20px 0 20px 20px;
	float:left;
	height:410px;
}
#todays_readings h2{
	font-weight:bold;
	color:#036;
	font-size:18px;
	margin-bottom:20px;
}
#todays_readings span.readings {
	display:inline-block;
	padding:3px;
	margin:2px;
	width:100px;
	border:1px solid #222;
	text-align:center;
	font-weight:bold;
	background-color:#b4bfc3;
}
#todays_readings a.audio:link, a.audio:visited {
	display:inline-block;
	background:url(../library/audio_bg.jpg) left no-repeat;
	padding: 3px 2px 3px 18px;
	width:86px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	color:#042B37;
	margin:2px;
	border:1px solid #222;
}
#todays_readings a.audio:hover {
	background-color:#042B37;
	color:#fff;
}
#todays_readings a.video:link, a.video:visited {
	display:inline-block;
	background:url(../library/video_bg.jpg) left no-repeat;
	padding: 3px 2px 3px 18px;
	width:318px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	color:#042B37;
	margin:2px;
	border:1px solid #222;
}
#todays_readings a.video:hover {
	background-color:#042B37;
	color:#fff;
}
#fb {
	position:absolute;
	left:0;
	bottom:0;
	width:380px;
	padding:10px;
	text-align:center;
	border-top:2px solid #222;
}
#fb a:link, #fb a:visited {
	text-decoration:none;
	display:inline-block;
	padding:10px 10px 10px 40px;
	color:#fff;
	background:url(../library/icon_facebook.png) left no-repeat #3b5998;
}
#fb a:hover {
	background-color:#222;
}
#fb a:first-of-type {
	margin-right:25px;
}
#content_holder {
	width:1360px;
	height:auto;
	padding:20px;
	background-color:#201e1b;
}
#hymn_page {
	background-color:#000;
	height:100vh;
}
#hymn {
	background-color:#FFF;
	width:1280px;
	height:600px;
	margin:0 auto;
	font-weight:bold;
	padding:30px;
	position:relative;
}
.hymn_half {
	border:1px solid #000;
	width:45%;
	margin-right:10px;
	overflow-y:scroll;
	padding:20px;
	float:left;
	height:400px;
}





#thecontent {
	width:1320px;
	height:640px;
	padding:20px;
	background-color:#fff;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	
}
#bot_holder {
	background-color:#fff;
	height:150px;
	border-top:2px solid #222;
}
#bot_holder p#quote {
	text-align:center;
	font-size:28px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top:40px;
}
#bot_holder p#reference {
	text-align:center;
	font-size:20px;
}
/*///////////////////////////////////////////////// Horizontal Menu //////////////////////////////////////*/
ul.horizontal{
	list-style: none;
}

	ul.horizontal li{
		float:left;
	}

	ul.horizontal:after{
		clear:both;
	}


/*-----------------------------------------motor pagination selector-----------------------------------------*/
.motor_pagination_selected {
	font-weight:bold;
}

/*-----------------------------------------pagination selector-----------------------------------------*/
.pagination {
}
.pagination  li{
	margin:0;
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.pagination  li  a{
	display:block;
	margin:0;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*/////////////////////////////////////// useful box styles ///////////*/
#useholder {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:995;
	background:url(/library/white80percent.png) repeat;
}

#use {
	position:static;
	padding:1% 20px;
	z-index:1;
	display:block;
	color:#444;
	width:800px;
	margin:2% auto;
	height:90%;
	overflow-x:hidden;
	overflow-y:scroll;
	box-shadow:0px 0px 30px 0px #000000;
	-mozbox-shadow:0px 0px 30px 0px #000000;
	webkit-box-shadow:0px 0px 30px 0px #000000;
	-o-box-shadow:0px 0px 30px 0px #000000;
box-shadow:0px 0px 30px 0px #000000;
	-mozbox-shadow:0px 0px 30px 0px #000000;
	webkit-box-shadow:0px 0px 30px 0px #000000;
	-o-box-shadow:0px 0px 30px 0px #000000;

	background-color:#fff;
}
#use_close {
	position:absolute;
	top:10px;
	right:10px;
	text-align: right;
	cursor:pointer;
	font-weight: bold;
	font-size:50px;
	color:#bb0000;
}
/*//////////////////////////////////////////////////////////////////////////////////// msg box styles ///////////*/
#msgholder {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
#msg {
	position:fixed;
	z-index:999;
	display:block;
	width:400px;
	margin:160px 0 0 -221px;
	border:1px solid #cc0000;
	background-color:#eee;
	padding:20px;
	left:50%;
	text-align:center;
}
#msg p {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
#msg input#msgok {
	padding:2px 20px;
	margin:0 auto;
	cursor:pointer;
}
#msg a:link, #msg a:visited, #msg a:hover {
	padding:2px 20px;
	background-color:#F0F0F0;
	text-decoration:none;
}
#msg a.msgbutton:link, #msg a.msgbutton:visited {
	padding:10px 20px;
	margin: 5px 0;
	background-color:#333;
	color:#eee !important;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	
}
#msg a.msgbutton:hover {
	background-color:#666;
}
#previewclose {
	position:fixed;
	top:10px;
	right:10px;
	background-color:#333;
	padding:5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	
}
#previewclose a:link, #previewclose a:visited, #previewclose a:hover {
	text-decoration:none !important;
	font-weight:bold;
	color:#eee !important;
	position:relative;
	top:-5px;
}
#previewclose a img {
	position:relative;
	top:5px;
}
/*//////////////////////////////////////////////////////////////////////////////////// Product View Page /////////////////*/
#breadcrumb {
	position:relative;
	top:0;
	left:0;
}
#bc_sign {
	position:absolute;
	right:0;
	top:0;
}
#bc_loc {
	position:absolute;
	left:0;
	top:0;
}
#breadcrumb a{
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
#add_basket a.button {
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// Form Styles ////////////////////*/
input.error {
	background:#e84848;
}
span.error_hold {
	background:#db2222;
	color:#fff;
	font-weight:bold;
	margin:0px 20px;
}
span.error {
	padding:5px 20px;
}

#cform label{
	display:block;
	float:left;
}
/*//////////////////////////////////////////////////////////////////////////////////// Basket styles /////////////*/

.loginorcreate > div{
	width:200px;
	height:200px;
	background: #ccc;
}

/*/////////////////////////////////////// Product View Styles /////////////////////////////////*/
#prod_price span {
	
		display:inline-block;
	
}

/* Grid Styles */
.grid{
	margin:-10px;
}

	.grid > div{
		float:left;
		margin:10px;
	}

/* Footer Icons */
#footer_icons > div{
	margin:2px;
}

/*//////////////////////////////////////////////////////////////////////////////////// Lightbox /////////////////*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/library/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/library/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	;position:relative;z-index:1000; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*//////////////////////////////////////////////////////////////////////////////////// SIDEBAR ///////////*/
#sidebarholder {
	position:fixed;
	width:300px;
	z-index:2000;
	top:0;
	right:0;
	bottom:0;
	left:auto;
	display:block;
	background-color:#333;
	text-align:center;
	padding:0;
	color:#fff;
	font-size:15px;
}

/*//////////////////////////////////////////////////////////////////////////////////// COOKIES ///////////*/
#cookierequester {
	position:fixed;
	width:100%;
	z-index:999;
	top:0;
	left:0;
	display:block;
	background:url(/library/overlay.png) repeat;
	text-align:center;
	padding:10px 0;
	color:#fff !important;
	font-size:11px !important;
	font-family:Arial, Helvetica, sans-serif !important;
}
#cookierequester a:link, #cookierequester a:visited {
	color:#333 !important;
	background-color:#eee !important;
	-webkit-border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;
	
	padding:1px 5px !important;
}
#scoll_to_top:link,#scoll_to_top:visited {
	text-decoration:none;
	position:fixed;
	top:auto;
	right:20px;
	bottom:20px;
	left:auto;
}

.image_full_width img {
	vertical-align: top;
}

#passagewin {
	display:none;
	background-color:#FFF;
	width:600px;
	height:260px;
	margin:0px auto;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	border:5px solid #577C00;
	overflow-y:scroll;
}
#passagewin #passage_results h2 {
	font-size:20px;
	padding-bottom:20px;
	color:#577c00;
}
#passagewin #passage_results p {
	font-size:12px;
}

/*//////////////////////////////////////////////////////////////////////////////////// TIMELINE ///////////*/
.tg-date-display, .timeglider-settings-bt {
	visibility:hidden
}
.tg-widget-header h2 {
	padding-right:20px !important;
}
.timeglider-ev-modal table {
	color:#d4cec2;
}
.tg-full_modal-body {
	width:90% !important;
}
.tg-full_modal-body table img {
	width:20px !important;
}
