/*
 * This is the stylesheet for the Ars Magica: Iberia campaign.
 * Very light on formatting, offwhite background, slightly offset to
 * show the border, reminescent of an illuminated manuscript.
 * Primary accent color is dark red, secondary is dark green, tertiary is navy. 
 */

body
 {
  margin-left: 130px; 
  margin-right: 50px ;
  background: rgb(240,237,218) url(natfl_b023.jpg) ;
  background-repeat: repeat-y  ! important ;
  color: black ;
 } 


/*** Font styles ***/

em
 {
  color: #660000 ;
 }
 
strong
 {
  color: navy ;
 }
 

/*** Heading styles ***/

h1, h2, h3, h4, h5, h6
 {
  font-family: SchampelBlack, "JSL Blackletter", "Mael", "Cry Uncial", "Schwaben Alt", "Calligula", "Chancery", "Chaucer", "Michaelmas", "Benegraphic", cursive ;
 }

h1.title
 {
  /*** Black calligraphed ***/
  font-size: 48px ;
  text-align: center ;
 }

h2
 {
  /*** Burgundy red ***/
  color: #990000 ;
 }
 
h3
 {
  /*** Dark green ***/
  color: #003300 ;
 }
 
h4
 {
  /*** Navy ***/
  color: navy ;
 }
 

/*** Link styles ***/

a
 {
  text-decoration: none ;
  font-weight: bold ;
 }

a:hover
 {
  text-decoration: underline ;
 }
 
a:link
 {
  color: #990000 ;
 }
 
a:active
 {
  color: #FF0000 ;
 }
 
a:visited
 {
  color: #663333 ;
 }
 

/*** General styles: Masthead section ***/

.masthead
 {
  margin-left: 25px ;
  color: navy ;
  font-style: italic ;
  padding-bottom: 20px ;
 }
 
.masthead em
 {
  font-style: normal ;
  color: navy ;
 }

.masthead:first-letter
 {
  font-family: /**/  "Gothic Leaf", "FleurCornerCaps", "Jongeleur", "Mandragora", "CamelotCaps", "MedievalAlphabet", "Elzevier-Caps", "Crusader", "Savoy", "Goudy Text", "Clemente Rotunda", "JSL Blackletter", "Mael", "Cry Uncial", "Schwaben Alt", "Calligula", "Chancery", "Chaucer", "Michaelmas", "Benegraphic", blackletter, cursive ;
  color: #006600 ;
  font-style: normal ;
  font-size: 500% ;
  vertical-align: text-bottom ;
  float: left ; /* */ 
  padding-right: 15px ;
 }

.masthead p.signature
 {
  margin-left: 50px ; 
  font-family: "JSL Blackletter", "Mael", SchampelBlack, "Cry Uncial", "Schwaben Alt", "Calligula", "Chancery", "Chaucer", "Michaelmas", "Benegraphic", cursive ;
  font-size: 150% ;
  color: navy ;
 }

table.topmenu
 {
  border: 0 ;
  width: 80% ;
  float: right ;
  font-size: 90% ;
 }


/*** General styles: Arabian section ***/

.arabian
 {
  margin-left: 25px ;
  color: #330000 ;
  font-style: italic ;
  padding-bottom: 20px ;
 }
 
.arabian em
 {
  font-style: normal ;
  color: navy ;
 }

.arabian p.signature
 {
  margin-left: 50px ; 
  font-family: Aladdin, Agatha, Aristocrat, Bailey, Chaucer, Cornet, Draconian, Michaelmas, cursive ;
  font-size: 175% ;
  color: navy ;
 }

.arabian:first-letter
 {
  font-family: Aladdin, Agatha, Aristocrat, Bailey, Chaucer, Cornet, Draconian, Michaelmas, cursive ;
  color: #006600 ;
  font-style: normal ;
  font-weight: bold ;
  font-size: 500% ;
  vertical-align: text-bottom ;
  float: left ; /* */ 
  padding-right: 15px ;
 }

/*** Division styles ***/

div.comments
 {
  color: #006600 ; 
  font-style: italic ; 
  margin-left: 50px ; 
  margin-right: 50px ;
 }

div.credits
 {
  font-family: Arial, Helvetica, sans-serif ;
 } 

div.toplinks
 {
  margin-left: 100px;
  clear: both ;
  font-size: 80% ;
 }
 
div.lyrics
 {
  margin-left: 50px;
  clear: both ;
 }
 
.lyrics .chorus
 {
  margin-left: 25px ;
 }
 
/*** Paragraph styles ***/

p.discreet
 {
  font-family: Arial, Helvetica, sans-serif ; 
  font-size: 9pt ;
 }


/*** List styles ***/

dt 
 {
  font-weight: bold ;
  /* font-style: italic ; */
  color: navy ;
 }

dd
 {
  padding-bottom: 1ex;
 }
