/* This is the style sheet file for Paul's apologetics web site. */

body {background-color: white}

/* The following paragraph styles apply to "normal" paragraphs on the site. */
p {font-family: Verdana, Arial, sans-serif; 
   font-size: 0.8em; 
   color: black}

.smallerpagetext {font-family: Arial, sans-serif; 
   font-size: 0.7em; 
   color: black}

li {font-family: Verdana, Arial, sans-serif; 
   font-size: 0.8em; 
   color: black}

h1 {font-family: Palatino Linotype, Book Antiqua, Arial, sans-serif; 
    font-size: 1.8em;
    font-weight: bold;
    color: black}

h2 {font-family: Arial, sans-serif; 
    font-size: 1.5em; 
    font-weight: bold;
    color: black;
    padding-top: 0.5em;
    text-align: center}

h3 {font-family: Arial, sans-serif; 
    font-size: 1.2em; 
    font-weight: bold;
    color: black}

h4 {font-family: Arial, sans-serif; 
    font-size: 0.9em; 
    font-weight: bold;
    color: black}

a:link {color: blue; text-decoration: none}
a:visited {color: #6495ED; text-decoration: none}
a:hover {text-decoration: underline}
a:active {color: red; text-decoration: underline}

/* The following four link classes are used for the links in the left navigation menu. */

a.navbarlink:link {color: white; text-decoration: none}
a.navbarlink:visited {color: white; text-decoration: none}
a.navbarlink:hover {color: #FCF828; text-decoration: none}
a.navbarlink:active {color: #FCF828; text-decoration: none}

/* The following four link classes are used for the main title link in the header. */

a.headerlink:link {color: white; text-decoration: none}
a.headerlink:visited {color: white; text-decoration: none}
a.headerlink:hover {color: #FCF828; text-decoration: none}
a.headerlink:active {color: #FCF828; text-decoration: none}

/* The following paragraph styles apply to the subtitle in the header.  */

.subtitle {font-family: Palatino Linotype, Book Antiqua, Arial, sans-serif;
	font-size: 1.1em;
	color: white}

/* The following paragraph styles apply to the left navigation menu links. */

.navbarfont {font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	font-weight: bold;
	color: black;
	padding: 0em;
	text-align: left;
	line-height: 1.7em}

/* The following class sets the width and background color of the left navigation menu. */

.navbarcell {background-color: #6495ED;
	width: 164px}

/* The following classes are used for defining the attributes of the header.  */
/* (The div#header class is obsolete, but I'm leaving it here for now just in case.)  */

div#header {background-color: #6495ED; 
	padding: 12px}

.headercell {background-color: #6495ED}


/* CLASSES FOR USE IN DIALOGUES:  */

/* The following paragraph styles apply to my words in a dialogue, when not quoted.  */
.me {font-family: Verdana, Arial, sans-serif; 
	font-size: 0.8em; 
	color: black;
	padding-bottom: 3.2em}

/* The following paragraph styles apply to my words in a dialogue, when quoted.  */
.quoteme {font-family: Verdana, Arial, sans-serif; 
	font-size: 0.8em; 
	color: black;
	padding-bottom: 0.8em;
	padding-left: 60px}

/* The following paragraph styles apply to my dialogue partners' words, when not quoted. */
.partner {font-family: Courier New, Courier, sans-serif; 
	font-size: 0.8em; 
	color: #0000B0;
	padding-bottom: 3.2em}

/* The following paragraph styles apply to my dialogue partners' words, when quoted. */
.partnerquote {font-family: Courier New, Courier, sans-serif; 
	font-size: 0.8em; 
	color: #0000B0;
	padding-bottom: 0.8em;
	padding-left: 60px}

/* The following paragraph styles apply to my SECOND dialogue partners' words, when not quoted. */
.partner2 {font-family: Courier New, Courier, sans-serif; 
	font-size: 0.8em; 
	color: green;
	padding-bottom: 3.2em}

/* The following paragraph styles apply to my SECOND dialogue partners' words, when quoted. */
.partner2quote {font-family: Courier New, Courier, sans-serif; 
	font-size: 0.8em; 
	color: green;
	padding-bottom: 0.8em;
	padding-left: 60px}

/* The following paragraph styles apply to my THIRD dialogue partners' words, when not quoted. */
.partner3 {font-family: Courier New, Courier, sans-serif; 
	font-size: 0.8em; 
	color: red;
	padding-bottom: 3.2em}

/* The following paragraph styles apply to my THIRD dialogue partners' words, when quoted. */
.partner3quote {font-family: Courier New, Courier, sans-serif; 
	font-size: 0.8em; 
	color: red;
	padding-bottom: 0.8em;
	padding-left: 60px}

/* The following paragraph styles apply to my FOURTH dialogue partners' words, when not quoted. */
.partner4 {font-family: Courier New, Courier, sans-serif; 
	font-size: 0.8em; 
	color: orange;
	padding-bottom: 3.2em}

/* The following paragraph styles apply to my FOURTH dialogue partners' words, when quoted. */
.partner4quote {font-family: Courier New, Courier, sans-serif; 
	font-size: 0.8em; 
	color: orange;
	padding-bottom: 0.8em;
	padding-left: 60px}

/* The following paragraph styles apply to my FIFTH dialogue partners' words, when not quoted. */
.partner5 {font-family: Courier New, Courier, sans-serif; 
	font-size: 0.8em; 
	color: #C000C0;
	padding-bottom: 3.2em}

/* The following paragraph styles apply to my FIFTH dialogue partners' words, when quoted. */
.partner5quote {font-family: Courier New, Courier, sans-serif; 
	font-size: 0.8em; 
	color: #C000C0;
	padding-bottom: 0.8em;
	padding-left: 60px}


/* The following paragraph styles apply to navigation links at the bottom of each   */
/* page of a dialogue, to move to the next or previous page.                        */
.nextpage {font-family: Arial, sans-serif; 
   font-size: 0.9em; 
   color: black;
   font-weight: bold}


