/* - - - - - - - - - - - - - - - - - - - - -
Title : systemFLAM print style sheet
Author : Pierre Jahan - URL : JahanDesign.com

Created : 21 juillet 2005
Modified : 
- - - - - - - - - - - - - - - - - - - - - */

/* =Structure
----------------------------------------------- */
body {
  margin:.5in .7in;
  padding:0;
  font:small Verdana,Sans-serif;
  }


/* =Header
----------------------------------------------- */
#header {
  margin:0;
  }
#header #logo {
  margin:0 0 0 -5px;
  }


/* Things To =Hide
----------------------------------------------- */
#flammes, #nav, #ph, #content-search  {
  display:none;
  }

/* Things To =Show
----------------------------------------------- */
.log .previously {
  display:block;
  }
.events .more {
  display:inline;
  }

/* =Headings
----------------------------------------------- */
h1, h2, h3 {
  margin:1em 0 .5em;
  font-family:Georgia,Serif;
  font-weight:normal;
  clear:both;
  }
h1 {
  margin-top:.5em;
  font-size:180%;
  }
h2 {
  font-size:140%;
  }
h3 {
  font-size:125%;
  }
h4 {
  font-size:110%;
  }
h5 {
  font-size:100%;
  }
h6 {
  font-size:90%;
  }


/* =Links
----------------------------------------------- */
a {
  color:black;
  text-decoration:none;
  }
a img {
  border-width:0;
  }


/* =Misc
----------------------------------------------- */
p {
  margin:0 0 .75em;
  line-height:1.3em;
  }
p, dl, ul, table {
  font-size:85%;
  line-height:1.6em;
  }
p {
  line-height:1.8em;
  }
table p, dl ul, dl p, dl dl {
  font-size:100%;
  line-height:1.6em;
  }
dt {
  font-size:100%;
  font-weight:bold;
  }
ul, dl {
  margin-top:0;
  margin-bottom:.75em;
  }
dl dl {
  margin:.125in .5in .25in;
  }
dd {
  margin:0 0 1em;
  padding:0;
  }
.imgleft {
  position:relative;
  float:left;
  margin:.4em 1em .4em 0;
  }
.imgright {
  position:relative;
  float:right;
  margin:.4em 0 .4em 1em;
  }
hr {
  background:gray;
  display:block;
  border-width:0;
  height:.25pt;
  }
th {
  text-align:left;
  font-weight:normal;
  }
code {
  font:110% Monaco,"Courier New",Courier,Monospace;
  }

/* =Footer
----------------------------------------------- */
#footer {
  margin-top:.25in;
  border-top:.75pt solid silver;
  padding-top:.1in;
  }
#footer p {
  margin:0;
  }