@charset "UTF-8";

/*
	last edit 7.7.2025 pst
	• needs cleanup
*/
@media screen {

body {
	font-size:14px;
}

h1 {
	color:#009999;
	padding:0;
	margin:0;
	font-size:17px;
	text-align:center;
}
	h1 a,
	h1 a:link,
	h1 a:visited,
	h1 a:active {
		color:#009999;
		padding:0;
		margin:0;
		font-size:17px;
}
	h1 a:hover {
		color:#fff;
		background-color:#009999;
		font-weight:bold;
}

div.biblechapterselectorDescrip {
	margin-bottom:8px;
	font-size:15px;
}

.biblechapterselector a, 
.biblechapterselector a:link, 
.biblechapterselector a:visited {
	float:left;
	font-size:16px !important;
	width:30px !important;
	height:30px !important;
	margin:2px;
	line-height:30px;
	color:#000;
	cursor:pointer;
	border:1px solid #ccc;
	display:block;
	text-align:center;
	text-decoration:none;
}
.biblechapterselector a:hover {
	background-color:#008383;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	-webkit-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.30);
	box-shadow:4px 5px 10px rgba(0, 0, 0, 0.30);
}
.biblechapterselector a:focus {
	background-color:#008383;
	font-weight:bold;
	color:#fff;}

h2 {
	margin-left:-9px;
	margin-bottom:-9px;
	margin-right:-9px;
	margin-top:-4px;
	padding-bottom:0;
	padding-left:10px;
	padding-right:4px;
	padding-top:7px;
	height:25px;
	text-transform:none;
	font-size:11px;
	color:white;
	background-image:url('/bible/titlebg.gif');
	background-repeat:repeat-x;
}

.wrapper {
	text-overflow:ellipsis;
	width:170px;
}

a {}
	a:link {
		color:#333399;
		text-decoration:none;
	}
	a:visited {
		color:#663366;
		text-decoration:none;
	}
	a:hover {
		color:#fff;
		text-decoration:none;
		background:#009999;
		font-weight:normal;
	}
	a:active {
		color:#ff0000;/* BrightRed */
		text-decoration:underline;
	}

li {
	list-style-type:none;
}

} /* end default media screen */