@charset "utf-8";
/* CSS Document */

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.audio-grid{
    background-color:#fff;
    width:100%;
    display:grid;
    grid-template-columns:2fr 1fr;
    font-size:1.1em;
}

.audio-text{
    padding:2% 3% 1% 3%;
}

.audio-grid div a{
    display:inline;
    background-color:#fff;
    color:#5c798b;
    width:100% !important;
    text-align:left !important;
    text-decoration:underline !important;
    padding:0px !important;
}

.audio-grid div a:hover{
    display:inline;
    background-color:#fff;
    color:#5c798b;
    width:100% !important;
    text-align:left;
    text-decoration:underline;
    padding:0px !important;
}

img{
    max-width:100% !important;
}
.no-format{
    width:auto !important;
    padding:0px !important;
    border-radius:0 !important;
}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	background-color:#000000;

}
#container{

	margin:120px auto 0 auto;
	width:800px;
	min-height:700px;
	overflow:hidden;
	background-color:#5c798b;
	font-size:14px;
	border:2px solid;
	border-radius:12px;
	color:#ffffff;
}
#A{
	background-color:transparent;
	color:#00F;
	width:auto;
	font-weight:normal;
	text-align:left;
	padding:0px;;
	text-decoration:none;
	text-transform:inherit;
	border-radius:0px;
}
#bookquotes{
	font-size:12px;	
}
#nav{
	margin:0 auto 0 auto;	
}
#nav ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
#nav ul li{
    float:left;
}
#nav ul li ul li{
	float:none;
	margin:1% 0;
}
#nav ul ul{
    display:none;
}
#nav a{

    font-size:13px;
    display:block;
	width:133.2px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#252525;
	text-align:center;
	padding:8px 0px 8px 0px;
	text-decoration:none;
}
#nav a:hover,a:active{
    background-color:#111111;
}
#nav a.leftradius{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
#nav a.rightradius{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;	
}
#nav a.dropdown{
	border-radius:10px;	
}
#nav li:hover ul, #nav li.over ul {/*Second specification is an IE hack */
	display:block;
	position:absolute;
	z-index:10;
}	
#textleft{

	color:#000000;
	z-index:1;
	position:relative;
	float:left;
	width:500px;
	min-height:600px;
	background-color:#d6dde2;
	margin: 5px 5px 5px 5px;
	padding: 0px 20px 20px 20px;
}
/*Exact same HYPERLINK styling as TEXTRIGHT div*/
.textleft a{
	color:#FFFFFF;
	text-decoration:underline;	
	background-color:#5c5c5c;
}
.textleft a:hover,a:active{
	background-color:#1e3642;
}
.textleft a:link,a:visited{
	display:block;
	width:200px;
	font-weight:bold;
	text-align:center;
	padding:8px 0px 8px 0px;
	text-decoration:none;
	text-transform:inherit;
	border-radius:8px;
}

#textwide{

	color:#000000;
	z-index:1;
	position:relative;
	float:left;
	width:750px;
	min-height:600px;
	background-color:#d6dde2;
	margin: 5px 5px 5px 5px;
	padding: 0px 20px 20px 20px;
}
/*Exact same HYPERLINK styling as TEXTRIGHT div*/
#textwide a{
	color:#FFFFFF;
	text-decoration:underline;	
	background-color:#5c5c5c;
}
#textwide a:hover,a:active{
	background-color:#1e3642;
}
#textwide a:link,a:visited{
	display:block;
	width:200px;
	font-weight:bold;
	text-align:center;
	padding:8px 0px 8px 0px;
	text-decoration:none;
	text-transform:inherit;
	border-radius:8px;
}
/*Exact same HYPERLINK styling as TEXTRIGHT div*/

/* LINKS for not link decoration*/
.nodecoration a{
	color:#0033CC;
	text-decoration:none;
}
.nodecoration a:hover,a:active{
	color:#000099;
	text-decoration:none;
}
/*LINKS for no link decoration*/
#textright{
	color:#000000;
	z-index:1;
	position:relative;
	float:right;	
	width:200px;
	min-height:580px;
	background-color:#d6dde2;
	margin: 5px 5px 5px 5px;
	padding: 20px 20px 20px 20px;
}
#textright a{
	color:#FFFFFF;
	text-decoration:underline;	
	background-color:#5c5c5c;
}
#textright a:hover,a:active{
	background-color:#1e3642;
}
#textright a:link,a:visited{
	display:block;
	width:200px;
	font-weight:bold;
	text-align:center;
	padding:8px 0px 8px 0px;
	text-decoration:none;
	text-transform:inherit;
	border-radius:8px;
}
#textleftbookspage{

	color:#000000;
	z-index:1;
	position:relative;
	float:left;
	width:200px;
	min-height:600px;
	background-color:#d6dde2;
	margin: 5px 5px 5px 5px;
	padding: 0px 20px 20px 20px;
}
/*Exact same HYPERLINK styling as TEXTRIGHT div*/
#textleftbookspage a{
	color:#FFFFFF;
	text-decoration:underline;	
	background-color:#5c5c5c;
}
#textleftbookspage a:hover,a:active{
	background-color:#1e3642;
}
#textleftbookspage a:link,a:visited{
	display:block;
	width:200px;
	font-weight:bold;
	text-align:center;
	padding:8px 0px 8px 0px;
	text-decoration:none;
	text-transform:inherit;
	border-radius:8px;
}
/*Exact same HYPERLINK styling as TEXTRIGHT div*/

#textrightbookspage{
	color:#000000;
	z-index:1;
	position:relative;
	float:right;	
	width:500px;
	min-height:580px;
	background-color:#d6dde2;
	margin: 5px 5px 5px 5px;
	padding: 20px 20px 20px 20px;
}

#icon{
	display:inline !important;
	width:auto !important;
	padding:0px !important;
	border-radius:0px !important;
	background-color:transparent !important;
}

#footer{
	font-size:12px;
	clear:both;
	margin: 5px 5px 5px 5px;
	
}
.footer{
	float:right;	
}
.footer a{
	text-decoration:none;
	color:#FFFFFF;	
}

@media only screen and (max-width:800px) {
	body {
		background-position:30% 0%;
	}
	
	#container {
		width:unset;
	}
	
	#nav ul {
		display:flex;
		justify-content:space-evenly;
		background:#252525;
	}
	
	#nav a {
		padding: 8px 0;
		width:15vw;
	}
	
	#textleft,
	#textleftbookspage,
	#textrightbookspage {
		width:-webkit-fill-available;
		text-align:center;
	}
	
	#textleft p img {
		width:82.5vw;
		max-width:425px;
	}
	
	p {
		width:90%;
	}
	
	#textwide p {
		width:85vw;
	}
	
	.textleft a:link,
	#textright a:link,
	#textwide a:link,
	#textleftbookspage a:link {
		width:85vw;
	}
	
	#textright {
		width:90%;
	}
	
	iframe {
		width:425px;
	}
}