/* $Id$
** $URL$
** ----------------------------------------------------------------------------
** Description       : Style file for printing any SBML.org page.
** Original author(s): Michael Hucka <mhucka@caltech.edu> 
** Organization      : California Institute of Technology 
** ----------------------------------------------------------------------------
** Originally based on MediaWiki 1.11's wikiprintable.css.
*/

body {
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  line-height: 140%;
  color: #404040;
  background-image: none;
  background-repeat: norepeat;
  background-color: #ffffff;
}

small	{ font-size: 75%; }
h1	{ font-size: 140%; font-weight: bold; margin-bottom: 0; padding-top: 5pt; padding-bottom: 5pt;}
h2	{ font-size: 120%; font-weight: bold; padding-top: 5pt; }
h3	{ font-size: 100%; font-weight: bold; font-style: italic; line-height: 12pt; }
h3	{ font-size: 100%; font-weight: bold; font-style: italic; line-height: 11pt; }
h4	{ font-size: 100%; font-weight: normal; font-style: italic; line-height: 11pt; }
h5	{ font-size: 100%; font-weight: normal; font-style: italic; line-height: 11pt; }
big	{ font-size: 120%; font-weight: bold } 
pre	{ font-size: 100%; }
b       { font-size: 100%; }
dt      { font-weight: bold; }
#topbar { font-size: 8pt; }

h1, h2, h3 	{ color: #333; }
h4, h5, h6	{ color: #000; }
b, strong	{ color: #515151; }

.small-font, .sm-font {
  font-size: 8pt;
  line-height: 120%;
}

.collapse-p p 
{
  display: inline;
}

.with-border 
{
  border: 1px solid gray;
}

/* Stuff from shared.css -- dunno if it's actually still used. */

img     { border: none; }
img.tex { vertical-align: middle; }
.texvc  { direction: ltr; unicode-bidi: embed; }
span.texhtml { font-family: serif; }

/* --- General defaults --- */

body 
{
  margin: 0px;
  padding: 0px;
}

#topbar { 
  color: #eee;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  margin-bottom: 0;
  text-align: center;
}

#content 
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px !important;
  background-color: #fff;
  border: none !important;
}

#quickbar, #footer, #siteNotice,
#navbar, #navbartext, #searchbox, #siteAttribution,
.editsection, .toctoggle 
{
  display: none !important;
}

#article a.external
{
  padding-right: 0px !important;
}

#content a:link:after,
#content a:visited:after 
{ 
  content: " (" attr(href) ") ";
  font-size: 80%;
  font-weight: normal;
  letter-spacing: -0.1px;
}

#content a[href^="/"]:after 
{ 
  content: " (http://sbml.org" attr(href) ") ";
}

#toc a:after,
#toc a:link:after,
#toc a:visited:after
{
  content: "";
}

#toc 
{
  border: thin dotted gray !important;
}

.printfooter 
{
  padding-top: 2em;
  border-top: solid 1px black;
  display: block ! important;
}
