/*
 * 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: 24px;
	height: 100%;
}
body {
	margin: auto;
	min-height: 100%;
	text-align: center;
	background: url(cur_tile.png);
	background-repeat: repeat; 
	background-position: left top;
	background-color: rgb(51, 78, 116);
}
body.main {
	margin: auto;
	min-height: 100%;
	text-align: center;
	background: url(PacificaCoast.gif);
	background-repeat: no-repeat; 
	background-position: left top;
	background-color: rgb(51, 78, 116);
}
table {
	text-align: center;
	margin: auto;
	font-size: 25px;
	padding-bottom: 4px;
}
table.left {
	text-align: left;
	margin-left: 10%;
	padding-bottom: 4px;
}
table.books {
	text-align: center;
	margin: auto;
	border-spacing: 40px;
	font-size: 1.0em;
}
table.links {
    color: black;
    text-align: center;
	margin: auto;
}
table.links td {
    padding-bottom: 4px;
    font-size: 1.2rem;
}
td {
	padding-bottom: 8px;
	vertical-align: middle;
}
/* HTML Divisions */ 
.div {
	text-align: center;
}
div.list {
	font-size: 1.0rem;
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 8px;
	
}
div.space {
	padding-bottom: 8px;
	text-indent: 2%;
}
div.maintitle {
	font-size: 60px;
	color: red; 
	text-align: center;
}
div.subtitle {
	font-size: 30px;
	color: black; 
	text-align: center;
}
div.subtitle2 {
	font-size: 35px;
	color: black; 
	text-align: left;
	margin-left: 8%;
}
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
}
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: 26;
}
p.more {
    font-size: 1.2em;
    vertical-align: center;
}
p.books {
margin: auto;
font-size: 35px;
text-align: center;
padding-bottom: 4px;
color: #eb0c0c;
}
p.center {
    text-align: center;
    font-size: 25;
}
p.bold {
    text-align: left;
    font-weight: bold;
    font-size: 18;
}
p.quote {
	font-size: 1.0rem;
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	color: rgb(122, 22, 22);
}
p.quote2 {
	font-size: 1.0rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: rgb(122, 22, 22);
}
p.quote_c {
    margin: auto;
    font-size: 30px;
    text-align: center;
    padding-bottom: 4px;
    color: #0c0000;
}
/* HTML Spacing */ 
div.a {
	height: 100px;
}
div.b {
	height: 50px;
}
div.c {
	height: 25px;
}
div.d {
	height: 10px;
}
div.e {
	height: 5px;
}
  /* HTML Images */ 
img {
	border: 1px;
}
/* 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;
}
