﻿
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead, figure {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul { list-style: none; }


/* Global */

html 	{	}
body	{	width:100%;
			max-width:90%; 			
			margin:1em auto 0px auto; 
			font-size:100%; 
			background-color:#faf0f6; }

header 		{ text-align:center; margin-left:0px; background-color:#009933; 
  			padding:7px; margin:0 auto 1% auto; }  			
			
main	{ display:block;  position:relative; width:80%; 
					margin-left:17%;
					margin-right:2%;
					 text-align:justify; }
					
main p 	{ margin-bottom:2%; font-family: Ubuntu, sans-serif; 
			font-size: 1em; }
span { font-family: Ubuntu, sans-serif; }
footer  { position:relative; width:100%; }
footer hr { width:50%; height:4px; }
footer h5 { margin:auto auto; }
footer p {font-family: Arial,Helvetica,sans-serif; font-style:italic; color:#333;
		  font-size:0.6em; text-align:center; top:0px; }
ntreading figure footer p {font-family: Arial,Helvetica,sans-serif; font-style:italic; color:#333;
		  font-size:0.6em; text-align:center; top:0px; }
otreading figure footer p {font-family: Arial,Helvetica,sans-serif; font-style:italic; color:#333;
		  font-size:0.6em; text-align:center; top:0px; }
greading figure footer p {font-family: Arial,Helvetica,sans-serif; font-style:italic; color:#333;
		  font-size:0.6em; text-align:center; top:0px; }
footer ol.footnotes li { font-size:0.6em; }
footer a {font-size:0.9em; }
.clearfix { overflow: auto; }
  				
/* Headings */

 h2, h3, h4, h5, h6 { font-weight: bold; color: #000; font-family:Ubuntu:regular, bold&subset=Latin; 
margin:3% 0 1% 0; }

h1 { font-family:Lobster, cursive;
	font-size:2em;	
	padding:0.5% 0px;
	margin-left:0px;
	margin-top:1.5px;
	margin-bottom:0px;	
	text-align:center;		
 }
 
h2 { font-size:1.5em; color:#006600; 
	padding:0.5% 0px;
	text-align:center; 
	margin-top:1.5px; }

#home h2{ background:none; }
				   
header#home  { display:table; }
sabbath { display:table; height:75px; margin:auto auto; }	
sabbath img	{ display:table-cell; padding-right:1%; }
sabbath h2 { display:table-cell; vertical-align:middle; color:#3333FF; }
h3 { font-size:1.25em; color:#009933; margin-top:2%; 
		text-decoration:underline;}
		
h4 { font-size:0.95em; color:olive; margin:2% 0 2% 0; }

h5 { font-size:1.125em; color: rgb(102,102,0);
		background-repeat:repeat; padding:0.5% 0px; text-align:center; }
		
#dailyPic h5 {
	display:none;
}

.box { display: flex; align-items:center;} 
.box div { margin:5px; }
.box a {font-size:x-small; }
.box image { max-width:20%; height:auto;  padding-right:3px; } 

h6 { font-size:0.95em; color: rgb(102,0,102); font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

h3 span { color:lightslategrey; }

/* Text Elements */

p           	{ color:#000; text-align:justify; font-family: Ubuntu, sans-serif;
					font-size:1em;  }
					
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }

p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{  font-size:1 em; color: rgb(102,102,0); }

a:link			{ color:#0000FF; }

a:visited		{ font-weight:bold; color:purple; }

a:active		{ font-weight:bold; color:rgb(102,102,0); }

a:focus			{ color:#CC33FF;  }

a:hover     	{ color: #f00;  }

a:link img 		{text-decoration:none;
				border-style:solid;
				border-color:#0000FF;
				border-width:0.2%;
				}
a:visited img	{text-decoration:none;
				border-style:solid;
				border-color:blue;
				border-width:0.2%;
				}
				
a:hover img 	{text-decoration:none;
				border-style:solid;
				border-color:#f00;
				border-width:0.2%;
				}
				
blockquote { font-family:Arial, Helvetica, sans-serif;
				  font-size:90%;
				  margin-top: 10px;
				  margin-bottom: 10px;
				  margin-left: 10%;
				  margin-right: 7%;
				  padding-left: 15px;
				  border-left: 3px solid #ccc; } 
							  
cite 			{ text-align:right; font-size:10pt; font-style:italic; 
				 display:block; margin-right:3%; font-size:0.95em; font-weight:700;}
				 
strong      	{ font-weight: bold; }

em		      	{ font-style: italic; }

.theme          { text-indent:-2%; margin-left:2%; }
psalm 			{ font-family:Arial, Helvetica, sans-serif; font-size:1em; display:block; }
section			{ display:table; width:100%; }
section left 	{ display:table-cell; padding-left:1%; padding-right:1%; width:48%;  }
section right	{ display:table-cell; padding-left:1%; padding-right:1%; width:48%;  }
.sources			{ text-align:left; font-size:x-small; margin-bottom:0%; margin-top:1%; }

/* Images */
img				{ max-width:100%; height:auto; }
.winged7logo  { float:left; }
.sizeable { float:right; margin-top:7%; margin-left:3%; max-width:100%; width:35%; }

figure img { max-width:100%;
			 display:table-cell;
			 vertical-align:middle;
			 padding:auto auto;
			 margin:auto;	}
			 
figcaption 		{ display: block; font-family:Ubuntu:regular, bold&subset=Latin; 
					font-size:0.95em; 
					color:#009933; font-weight:bold; text-align:center; margin-bottom:3px; }
			 

									
.large			{ display:block; border: 1px solid #CCCCCC; margin-bottom: 0.5%; 
					width:90%; margin:1% auto; }
					
.medium 		{ display:block; border: 0.1% solid #CCCCCC; margin-bottom: 0.5%; 
					width:50%; margin-left:auto; margin-right:auto; margin-top:1%; }
					
.small 			{ display:block; border: 0.1% solid #CCCCCC; margin-bottom: 0.5%; 
					width:30%; margin-left:auto; margin-right:auto; margin-top:1%;}
.thumb			{ width:10%; float:left; position:relative; padding-right:1%; }
				/*No right or leftside Images above 380px */
									
.rightside 		{ max-width:47%; margin: 2% 0pt 2% 0.8em; float:right; }

.leftside 		{ max-width:47%; margin: 0.5% 0.8em 0.5% 2%; float:left; position:relative; }

 .leftThumb { float:left; width:10%; display:block; padding-right:2%; }
 
.home			{ width:20%; }
.name			{ width:50%; }
/* Lists */

ul          	{  }
ol          	{ list-style-position:outside; list-style-type:decimal; }

ul li		    { color:#000; font-size:0.95em; margin:0.7%; }
ol li	     	{ color:#000; font-size:0.95em; font-family:Arial, Helvetica, sans-serif;
				  margin-left:5%; margin-bottom:0.5%; }

select          { display:none; }
option       	{ display:none; }
dd          	{ display:none;	}

.footnotes li 	{ list-style-type:lower-latin; font-size:small; }

caption     	{ background: #efefef; }


/* Miscellaneous */

sup		 { line-height: 1; font-size: 0.55em; vertical-align: top;
               font-family:"Courier New", Courier, monospace; }

sub    	{ line-height: 0; }

abbr, acronym   { border-bottom: 0.1% dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

pre				{ 	padding:0.2% 0px; 
					margin:1% 2%; 
					font-size:1em; 
					font-family:Arial, Helvetica, sans-serif; 
					font-weight:normal; 
					line-height:100%;	
					white-space: pre-wrap;       /* css-3 */
					white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
					white-space: -pre-wrap;      /* Opera 4-6 */
					white-space: -o-pre-wrap;    /* Opera 7 */
					word-wrap: break-word;       /* Internet Explorer 5.5+ */}
										
.center			{ text-align:center; }
	
/* Containers */


#logo               { float:left; display:inline; }

article 			{ position:relative; overflow:hidden;
	top: 0px;
	left: 0px;
}
				
article p 			{ margin-bottom:2%; margin-right: 5px; line-height:1.07em; }

nav  			{ 
						float:left;
						width:13%;
						display:inline;
						max-width:15%;
						min-width:12%;
						padding:1% 1%;
						margin-top:0.5%;
						background-color:#CCCCFF;
						overflow: auto;	
					}
					
nav img		{ width:50%;  }

nav li a		{ font-size:small}

nav li			{ text-align:center; }
.back article,.back footer {
	z-index:-1;
}


#leftside 			{ width:48%; float:left; display:inline; }

#rightside 			{ width:48%; float:right; margin-right:2%; display:inline; }

iframe            { width:100%;}


.Absolute-Center {
  width: 90%;
  height: 50%;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.readingBox			{ max-height: 33%;}
otreading,ntreading,greading 
					{ display:block; margin-top:0.5% }
otreading p + p,ntreading p + p,greading p + p { margin-top: 0.5em; }
 
#openingSentence 	{ overflow:hidden; width:100%; height:8%; }

#thumb  			{ width:7%; float:left; display:inline; margin: 0 3% 100% 0; }


#box2 {   }

#box3 {   }

#box4 {   }

#box5 {   }

#box6 {   }
 
/* Popup Bible Quote Link Home page */
a.tooltip { position:relative; color:#ff0000; text-decoration:none; z-index:20;}

/* Popup Bible Quote Text */
span.tooltiptext { visibility:hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px; 
  position: absolute;
  z-index: 30;
  bottom: +100%;
  left: 50%; }
  
 a.tooltip:hover span.tooltiptext {
  visibility: visible;
}  
  

/* Layout Extra */

/* Navigation Extra */
#mobnav { display:none; }
/* Forms */

form ol { list-style-type:none; }

form 	{ text-align:left; margin:2%;	}

label 	{	float: left;
			width: 15%;
			margin-top: 0.5%;
			text-align: right;
			display: block;
			background: none;
			font-weight: bold;
			font-size:0.75em; }
	
submit	{ background:none; 	}

input 	{ width: 29%; margin: 0 0 1.5% 1%; border: thin solid #000000;
			padding: 0.5%; background: none; background-color: #FFFFFF; }
		
input:focus, textarea:focus	{ background-color:#BFEBFF; }

textarea {
	width: 28%;
	height: 15%;
	margin: 0 0 1.6% 1%;
	border: thin solid #000000;
	padding: 0.5%;
	background: none;
	background-color: #FFFFFF;
}

select { margin-bottom:2%;	}
	
.month { margin-left:15.5%;	}

.submit {
	width: 9%;
	height: 2.5%;
	margin-left: 16%;
	font-size: 0.75em;
	left: auto;
	right: auto;
}

/*br		{ clear: left; 	} */

.clear	{ clear:both; }


/* Miscellaneous  */


.copyright-text p {font-size:.75em; text-align:center;}
.copyright-text a {font-size:.8em; }
.footer-text	{ font-size:80%; font-style:normal; color:#666; }

.title			{ font-size:1.125em; font-weight:bold; color:#333;  }
.subtitle		{ font-size:0.875em; font-style:italic; color:#333;  }

.artist			{ font-size:1em; font-weight:bold; color:#333;  }
.author			{ font-size:0.875em font-weight:bold; color:#555;  }
.editor			{ font-size:0.875em font-style:italic; color:#555;  }

.pub-date		{ font-size:0.625em font-style:italic; color:#555; }
.article-date	{ font-size:0.625em font-style:italic; color:#555;  }
.location		{ font-size:0.625em font-style:italic; color:#555;  }

.float-right	{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; margin-right:3px; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.added      	{ background:#D7D7FF; }
.removed    	{ background:#FFCECE; color:#f00; }
.changed		{ background:#FFB; }


/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }


form {
	padding: 1.5%;
	margin: 1%;
}
.submit {
	width: 10.5%;
	clip: rect(auto, auto, auto, 17.5%);
}
.submit {
}
.submit {
	color: #BFEBFF;
	border-width: 0px;
	border-top-left-radius: 1.5%;
	border-top-right-radius: 1.5%;
	border-bottom-right-radius: 1.5%;
	border-bottom-left-radius: 1.5%;
}
.submit {
	background-color: #BFEBFF;
	color: #000000;
	font-size: medium;
	text-transform: capitalize;
	border-color: #0000FF;
	border-radius: 1.5%;
	border-width: thin;}
#leftnav {
	float:left;
}
	/* Tablet */			

@media only screen and (min-width: 481px) and (max-width:768px) {
#mobnav			{ display:none;	}
select          { display:none; }
option       	{ display:none; }        	
 .leftThumb { float:left; width:20%; display:block; padding-right:2%; }
px}
@media only screen and (max-width:480px) {
body { max-width:100%; margin-right:3px;}
main {
	width:100%;
	margin:0 }
article { width:96%; margin-left:2%; margin-right:2%; }
verse figcaption { width:75%; }
header 		 { display:block; position:relative; top:1%; margin-bottom:1%; }
header .home { margin-top:2px; }
nav { display:none; }
#home blockquote { margin-left:5%; width:80%; }
 .leftThumb { float:left; width:25%; display:block; padding-right:2%; }
/* MOBILE NAV */
.show { display:block}
.open { background-color:rgb(102,102,0); }
#mobnav { display:block; }
section#mobnav { float:left; width:100%; height:42px; background-color:#666; 
				 padding:0px; margin:0px; }
section#mobnav h1 { float:left; color:#fff; line-height:40px; margin:0 0 0 2%; font-family:sans-serif; width:100%; text-align:left; }
ul { display:none; list-style:none; float:right; width:100%; height:140px;}
ul li a  { text-decoration: none; text-align:left; text-indent:66px; width:100%; border: 1px grey solid; padding:0px; }
ul li  { display:table-cell; float:left; width:100%; height:54px; margin:0 20px 0 0; background:#ccc; text-align:left; vertical-align:middle; border: 1px #ccc solid; }				 
ul li a:hover { background-color:fuchsia;}	
#mobnav ul li img { float:left; height:50px; width:60px; padding 2px 1%; margin-left:5%; margin-right:2%; }		 				   					   
section left { display:block; width:95%; }
section right { display:block; width:95%; }

.rightside 		{ max-width:100%; margin: 0%; float:none; }

.leftside 		{ max-width:100%; margin: 0%; float:none;  }

.flow { float:left;  margin-top:0px; display:block; width:150px; max-height:auto; padding-right:2%; }
.sizeable { margin-top:0%: }
article footer { margin-left:1%; width:98%;  background-size:cover; }
}