/* Place this line in the "head" tag to use this css file for your html doc 
    <link href="schoonerstyles.css" rel="stylesheet" type="text/css" />
*/

/* default font styles */
body {color: #006666; font-family: Georgia, Times New Roman, Times, serif; align: center; font-size:= 1em}

/* default heading color */
h1, h2, h3, h4, h5, h6, h7 {color: #704A25}
#pagetitle {font-style: italic; text-align: center}


#schoonerpage table{}

/* leave left page border clear to display the picture */

/* used by TheAdventure page */
#pageborder {width: 300px; float: left}
#main {width: 310px; float: left}

/* used by all other pages */
#sidebarmain {width: 300px}

.photocaption {color: #666666; font-style: italic; font-size: .8em}
.photocaption span {color: black; font-size: .7em}


/* Highlight the words 'Frank Edmund' wherever they appear */
.frankedmund {font-weight: bold; font-style: italic}

/* Drop cap the firt letter of each paragraph in the "maintext" section */
#schoonerpage p:first-letter {float: left; font-size: 300%; line-height: 0.8em; color: #704A25; padding-right: .1em}
/* this is not working!
.maintext p:first-letter {float: left; font-size=300%; line-height:0.8em; color: #704A25; padding-right: 20px}
*/

/* link styles */

a:link {text-decoration: underline; color: #704A25}      
a:visited {text-decoration: underline; color: #704A25}
a:hover {text-decoration: underline; color: #704A25}
a:active {text-decoration: underline; color: #704A25}


.partpage {text-align: center}

/* style for page body's text */

#pagebody {clear: left; width: 100%; text-align:justify}
.maintext {text-align: justify}

#textcol1, #textcol2 {width: 50%; vertical-align: top; padding: 15px 15px}
#spacercol {}
#textcol {vertical-align: top; padding: 0px 15px}

#boxedtext {padding: 15px; border: 2px double rgb(102,153,204)}
#boxedtext h2 {color: rgb(102,153,204); text-align: center}

.standout {text-decoration: underline; font-weight: bold}

#pagelinks {text-align: center; padding: 0px 15px; vertical-align: top}

