/* CSS styles for Z39.86-2010 spec documents generated from DocBook */
/* jpritchett@rfbd.org, 12 May 2009 */

/* ====================================================== */
/* Import the general Z39.86-2010 styles */
@import url(z3986-2010.css);

/* ====================================================== */
/* Steal stuff from e-novative's DocBook/XHTML styles */

/* css 2.0 stylesheet for DocBook generated XHTML                             */
/* (c) 2002 e-novative GmbH.                                                  */
/* http://www.e-novative.de                                                   */
/*
	17-03-2003 - 21-03-2003
	Changes : Bruno.Vernay@LaPoste.net
	- Replaced the title background with underline (better distinguish from
		programlisting.)
	- distinguish the h2 (from chapter) and the h2 from section
		(div[class=section])

*/
/* Note that due to different browser interpretation of the standards, the    */
/* html pages still do not look exactly the same on every browser and system  */
/* This css file formats the html generated by the eDE                        */
/* Please modify this file according to your personal preferences.            */
/* In many spots, this file is not too well-documented currently. However,    */
/* we will improve documentation over the time                                */

/* images */
/* docbook: <imageobject> */
img
{
  /* no margin */
  margin: 0;

  /* no padding ("inner margin") */
  padding: 0;

  /* no border */
  border: 0;
}

/* emphasized text, can occur in most places */
/* docbook: <emphasis> */
em
{
	/* bold face, higher number is more bold */
  font-weight: 600;
  /* italic */
  font-style: italic;
}

/* the following formats refer to the docbook tags of the same name           */
/* for more information, see the docbook reference at                         */
/* http://www.docbook.org/tdg/en/html/docbook.html                            */
.mediaobject
{
  /* center */
  text-align: center;
}

/*  */
.calloutlist, .figure, .table
{
  /* margin settings are top - right - bottom - left (think clockwise) */
  margin: 15px 30px 15px 30px;
}

/*  */
.itemizedlist, .variablelist {
  /* margin settings are top - right - bottom - left (think clockwise) */
  margin: 15px 30px 15px 15px;
}

/* blockquote formatting is a little more complex    */
/* because block quotes are rendered as a html table */

/* blockquote block */
.blockquote
{
  /* override bottom margin, the other margins are inherited */
  margin-bottom: 30px;
}

.blockquote p, .blockquote td
{
  /* set font size and line height                             */
  /* list of fonts provides fallbacks if a font is not present */
	font: 12px/18px Sans-Serif;

	/* bold face, higher number is more bold */
  font-weight: 450;
}

.epigraph
{
  /* override bottom margin, the other margins are inherited */
  margin-bottom: 30px;
}

.epigraph p, .epigraph td
{
  /* set font size and line height                             */
  /* list of fonts provides fallbacks if a font is not present */
	font: 10px/14px Sans-Serif;

	/* bold face, higher number is more bold */
  font-weight: 600;
}

/* title and navigation links in header and footer */
.navheader th, .navheader td, .navfooter th, .navfooter td
{
  font-size: 11px;
  font-weight: 450;
}

/* table of contents, list of figures and list of tables */
.toc, .list-of-figures, .list-of-tables
{
  /* margin settings are top - right - bottom - left (think clockwise) */
  margin: 15px 30px 15px 15px;
}


/* the "headings" are rendered as paragraphs */
.toc p, .list-of-figures p, .list-of-tables p
{
  /* no margin */
  margin: 0;
}


.figure
{
  /* margin settings are top - right - bottom - left (think clockwise) */
  margin: 5px 5px 5px 5px;

  /* no padding ("inner border") */
  padding: 0;

  /* no border */
  border: 0;

  /* center text */
  text-align: center;
}


/* figure title */
.figure p, .table p, .example p
{
  font-size: 80%;
}

/* admonition headings */
div.note, div.important, div.warning, div.caution, div.tip
{
  padding: 0px 15px 0px 0px;
}

div.note th, div.important th, div.warning th, div.caution th, div.tip th
{
  /* set font size and line height                             */
  /* list of fonts provides fallbacks if a font is not present */
	font: 12px/18px Sans-Serif;

  font-weight: 600;

  text-decoration: underline;

  /* left align */
  text-align: left;
}

.note p, .important p, .warning p, .caution p, .tip p
{
  margin: 0;
}

.note img, .important img, .warning img, .caution img, .tip img
{
  margin: 0px 15px 0px 15px;
}


/* programlisting */
pre.programlisting
{
  /* non-proportional font */
  /* list of fonts provides fallbacks if a font is not present */
	font-family: "Courier New", Courier, Monospace;

	/* color: black */
	color: #000;

  /* background color: gray */
  background-color: #eee;

	/* no margin */
	margin: 0;

	/* gray dotted border, 1 px wide */
	border: 1px dotted #ddd;

  /* padding ("inner margin") settings are top - right - bottom - left */
  /* (think clockwise)                                                 */
	padding: 6px 6px 6px 6px;
}

/* copyright and date */
/* jpritchett@rfbd.org, 28 May 2009:  not .pubdate any more */
.copyright
{
	/* font size, relative to body font size */
	font-size: 90%;

	/* center */
  text-align: center;

  /* margin settings are top - right - bottom - left (think clockwise) */
  margin: 15px 15px 15px 15px;

  /* no padding ("inner margin") */
  padding: 0;

  /* no border */
  border: 0;
}


/* legal notice box */
div.legalnotice
{
	/* font size, relative to body font size */
  font-size: 90%;

	/* color: black */
  color: #000;

	/* background color: gray */
  background-color: #ddd;

  /* margin settings are top - right - bottom - left (think clockwise) */
  margin: 10px 45px 10px 45px;

  /* padding ("inner margin") settings are top - right - bottom - left */
  /* (think clockwise)                                                 */
  padding: 5px 5px 5px 5px;

  /* solid black border, 1px wide */
  border: 1px solid #000;
}


/* ============================================================= */
/* Extra stuff needed for Z39.86-2010 */

/* jpritchett@rfbd.org, 25 Mar 2009:  Added support for span.term */
span.term
{
	font-weight:  bold;
}

/* jpritchett@rfbd.org, 25 Mar 2009:  Added support for span.remark */
/* 1 Apr 2009:  Modified to appy to span.todo (use with custom stylesheet) */
span.todo
{
     font-style: italic;
    background-color:  yellow;
}

/* jpritchett@rfbd.org, 25 Mar 2009:  Inserted table styles from our dtbook CSS */
table {border: 2px solid gray; padding: 1em; margin-top: 1.5em; margin-bottom: 2em;}
th {border: 1px solid gray; font-weight: bold; padding: 0.5em; font-weight:bold;}
td {border: 1px solid gray; padding: 0.5em;}

/* jpritchett@rfbd.org, 1 Apr 2009:  Styling for informative/normative labels */
p.informative, p.normative
{
    font-weight:  bold;
    font-size:  120%;
    color:  #8B0000;
    padding:  5px 0px 10px;
}

/* jpritchett@rfbd.org, 8 May 2009:  Styling for XHTML2-dependency notices */
em.noXHTML2
{
    font-style:  italic;
    background-color:  #FFA07A;
}

/* jpritchett@rfbd.org, 28 May 2009:  Styling for title page info */
p.releaseinfo
{
    font-size:  140%;
    color: #005A9C;
}

p.pubdate
{
    font-size:  120%;
    color: #005A9C;
}

span.editedby
{
    font-weight:  bold;
}


/* jpritchett@rfbd.org, 29 May 2009:  Styling for contributor list (done as bibliolist) */
div.bibliolist
{
    margin-left:  30px;
}