/*
 * Combined style sheet for the index pages and the slide pages, with classes that are common to both styles
 */

/* HTML parameters */ 
html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
}
body.main {
	margin: auto;
	text-align: center;
	background: url(Backgrounds/PacificaCoast.gif);
	background-repeat: no-repeat; 
	background-position: left top;
	background-color: rgb(51, 78, 116);
}
body.subpage {
	margin: auto;
	text-align: center;
	background: url(webassets/cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
table {
	text-align: center;
	margin: auto;
	font-size: 25px;
	padding-bottom: 4px;
}
table.books {
	text-align: center;
	margin: auto;
	border-spacing: 30px;
	font-size: 1.2em;
}
table.links {
    color: black;
    text-align: center;
	margin: auto;
}
table.links td {
    padding-bottom: 4px;
    font-size: 1.5rem;
}
td {
	padding-bottom: 8px;  height: 50px;
	vertical-align: middle;
}
ul {
	text-align: left;
	font-size: 1.0rem;
	margin-left: 14%;
	list-style-type: style type none;;
}
li {
	padding-bottom: 6px;
	font-size: 1.4rem;
}
h1 {
    color: black;
    text-align: center;
    font-size: 30px;
}
/* Headers and Text */ 
h1.nam {
    color: rgb(238, 113, 11);
    text-align: center;
    font-size: 50px;
}
h2 {
    color: black;
    text-align: center;
    font-size: 20px;
}
p {
    text-align: left;
    font-weight: normal;
    font-size: 16;
}
p.more {
    font-size: 1.2em;
    vertical-align: center;
}
p.books {
margin: auto;
font-size: 30px;
text-align: center;
padding-bottom: 4px;
color: #eb0c0c;
}
p.center {
    text-align: center;
    font-size: 20;
}
p.bold {
    text-align: left;
    font-weight: bold;
    font-size: 18;
}
p.quote {
	font-size: 25px;
	text-align: center;
	color: rgb(122, 22, 22);
}
p.quote2 {
	width: 90%;
	margin-left: 5%;
	font-size: 16px;
	text-align: left;
	color: rgb(235, 119, 12);
}
p.quote_c {
    margin: auto;
    font-size: 30px;
    text-align: center;
    padding-bottom: 4px;
    color: #0c0000;
}
/* HTML Divisions */ 
.div {
	text-align: center;
}
div.list {
	text-align: left;
	font-size: 1em;
	margin-left: 5%;
	padding-bottom: 8px;
	
}
div.space {
	padding-bottom: 8px;
	text-indent: 2%;
}
div.maintitle {
	font-size: 50px;
	color: red; 
	text-align: center;
}
div.subtitle {
	font-size: 25px;
	color: black; 
	text-align: center;
}
div.subtitle2 {
	font-size: 35px;
	color: black; 
	text-align: center;
}
div.punchcentertxt {
	font-size: 1.4em;
	font-style: italic;
	color: black; 
	text-align: center;

}
div.punchlefttxt {
	font-size: 1.2em;
	font-weight: bold;
	color: black; 
	text-align: left;
}
div.pagelinksleft {
	margin: auto;
	margin-left: 5%;
  	width: 90%;
	padding: 6px;
	text-align: left;
	font-size: 1.3em;
}
div.pagelinkscenter {
	margin: auto;
  	width: 90%;
	padding: 6px;
	text-align: center;
	font-size: 1.4em;
}
div.linkpageboarder {
	margin: auto;
  	width: 70%;
	border: 2px outset rgb(10, 0, 0);
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
}
div.linkpage2 {
	margin: auto;
  	width: 90%;
	padding: 10px;
	text-align: center;
	font-size: 1.4em
}
div.a {
	height: 100px;
}
div.b {
	height: 50px;
}
div.c {
	height: 25px;
}
div.d {
	height: 10px;
}
  /* HTML Images */ 
img {
	border: 1px;
}
#thumbnails > div {
	display: inline-block;
	margin: 7px;
	vertical-align: top;
	width: 320px;
}
#thumbnails > div > div {
	font-size: 1.4rem;
	margin: 5px 0px;
}
#punchtext {
	font-size: 2.0rem;
	margin: 5px 0px;
	text-align: center;
}
/* HTML Links */ 
a.pics:hover {
	font-size:125%;
}
a:link {
	color: blue;
}
a:hover {
	font-size:120%;
	color: hsl(350, 3%, 60%);
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}
