/* =====================================*/
/* Red Index for works index pages */

/* Version 3 */
/* 19/9/99 */

/* by Brian Baggins (May-Sep 99) */
/* NOTE: DIFFERENT from w-index.css */
/* =====================================*/

/*-----------------------------------*/
/*---------- Basic elements ----------*/
/*----------------------------------*/

body { background : white url }

a:link { color: #CC0000; background : transparent }
a:visited { color: #993333; background : transparent }

img.center { text-align: center }
img.right { 
 text-align: right; 
 margin-right: 4%;
 }

hr.end { width: 92%; text-align: center; height: 2px; }
hr.section { width: 44%; text-align: center; height: 2px; }


/*-----------------------------------*/
/*-------------- Headers ------------*/
/*----------------------------------*/

H1 { 
 color: #330000;
 font-weight: normal; 
 font-size: 28pt; 
 font-family: "Century Schoolbook", "Hoefler Text", "Times New Roman", serif;
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 }
 
H2 { 
 color: #330000;
 font-weight: bold; 
 font-size: 20pt; 
 font-family: serif; 
 text-align: center; 
 }
 
H3 { 
 color: #330000;
 font-weight: normal; 
 font-size: 24pt; 
 font-family: "Century Schoolbook", "Hoefler Text", "Times New Roman", serif;
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 }
 
 
/*-----------------------------------*/
/*------------- Spanners ------------*/
/*----------------------------------*/

span.book {
 color: #660000;
 font-family: "Helvetica", sans-serif;
 font-size: 12pt;
 font-weight: bold;
 }
 
span.date {
 color: #444444;
 font-family: "Helvetica", "Arial", sans-serif;
 font-size: 9pt;
 }
 

/*-----------------------------------*/
/*----------- Index Elements ---------*/
/*----------------------------------*/

/* Index for works */
p.index  {
 color: black; 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: left;
 line-height: 150%;
 margin-left: 8%;
 margin-right: 8%;
}

/* Index for different pages */
/* i.e. Main Works index */
p.index-list {
 color: #330000; 
 text-indent: 0em;
 font-family : sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 line-height: 75%;
 margin-left: 8%;
 margin-right: 8%;
}

p.subindex-list {
 color: #330000; 
 text-indent: 0em;
 font-family : serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: left;
 line-height: 100%;
 margin-left: 10%;
 margin-right: 8%;
}

p.index-date-anchors {
 color: black; 
 text-indent: 0em;
 font-family : sans-serif;
 font-size: 16pt;
 line-height: 200%;
 font-weight: bold;
 text-align: center;
 }

p.toc {
 color: #330000; 
 text-indent: 0em;
 font-weight: bold;
 font-family : sans-serif;
 font-size: 14pt;
 line-height: 75%;
 text-align: left;
 margin-left: 7%;
 margin-right: 7%;
}


/*-----------------------------------*/
/*--------- Document Format ---------*/
/*----------------------------------*/
 
p {
 color: black; 
 text-indent: 1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: justify;
 line-height: 125%;
 margin-left: 8%;
 margin-right: 8%;
}
 
p.note {
 color: #330000; 
 text-indent: 0em;
 font-family : "Geneva", "Courier", sans-serif;
 font-size: 10pt;
 font-weight: normal;
 text-align: justify;
 line-height: 125%;
 margin-left: 10%;
 margin-right: 8%;
}

p.size {
 color: #660000; 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: right;
 line-height: 150%;
 margin-left: 8%;
 margin-right: 8%;
}

/*-----------------------------------*/
/*---------- Basic elements ----------*/
/*----------------------------------*/

p.skip
 { line-height: 50% }

p.footer { 
 color: black; 
 text-indent: 0em; 
 font-weight: bold;
 font-family : sans-serif;
 font-size: 12pt; 
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 line-height: 180%;
 }
 
 
/* ================

/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125%; }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 18pt; margin-left: 1%; margin-right: 1%; }
  h2 { font-size: 16pt; margin-left: 1%; margin-right: 1%; }
  h3 { font-size: 14pt; margin-left: 1%; margin-right: 1%; }
  h4 { font-size: 13pt; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 150px; height: auto; }
  img.auto {width: auto ; height: auto; }
  blockquote {margin-left: 1%; }
}
