/* vim: set filetype=css encoding=utf-8 expandtab tabstop=2 shiftwidth=2 softtabstop=2: */

/*
 * Basic template for printing
 *
 * @author Jack.R <jack.r@free.fr>
 */

/* http://openweb.eu.org/articles/compatibilite_taille_polices/
   * font-size %  	Pixel size
   *    57 	            9
   *    65 	            10
   *    71 	            11
   *    77 	            12
   *    82 	            13
   *    88 	            14
   *    96 	            15
   *    103             16
   *    109             17
   *    115             18
   *    121             19
   */

/* colors
   * main background:  #fff
   * main color:       #000
   * alt background:   #
   * alt color:        #
   * border color:     #aaa
   * internal link:    #
   * broken link:      #
   * hover background: #
   * code background:  #
   */

/* ******************************************************
   *                Layout                              *
   * ****************************************************
   */

body {
  margin: 2em;
}

/* -------------- Header --------------- */
/* ------------------------------------- */
div#header {
  display: none;
}

/* -------------- Sidebar -------------- */
/* ------------------------------------- */
div#sidebar {
  display: none;
}

/* -------------- Page ----------------- */
/* ------------------------------------- */
div#info {
  display:none;
}

div#language {
  display:none;
}

div#toc {
  display:none;
}

/* -------------- Footer --------------- */
/* ------------------------------------- */

div#footer {
  display: none;
}

/* ******************************************************
   *                Design                              *
   * ****************************************************
   */

html, body {
  background-color: #fff;
  color: #000;
  font-size: 100%;
  font-family: Arial, Sans-Serif;
}

/* headline */
h1, h2, h3, h4, h5 {
  margin: 1em 0;
}

h1 {
  font-size: 200%;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
}

h2 {
  font-size: 121%;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
}

h3 {
  font-size: 115%;
  font-weight: bold;
}

h4 {
  font-size: 109%;
  font-weight: bold;
}

h5 {
  font-size: 103%;
  font-weight: bold;
}

/* paragraph */
p {
  line-height: 1.1em ;
}

blockquote {
  border-left: 2px solid #aaa;
  padding-left: 3px;
}

pre {
  padding: 0.5em;
  border: 1px dashed #aaa;
  overflow: auto;
}

/* line */
hr {
  border-top: 1px solid #aaa;
  text-align: center;
  height: 0;
}

/* list */
ul {
  line-height: 1.5em;
  list-style-type: square;
  margin: 0 0 0.5em 1em;
  padding: 0 0 0 1em;
}

ol {
  line-height: 1.5em;
  list-style-type: decimal;
  list-style-image: none;
  margin: 0 0 0.5em 1.5em;
}

ol ol {
  list-style-type: upper-roman;
}

ol ol ol {
  list-style-type: lower-alpha;
}

ol ol ol ol {
  list-style-type: lower-greek;
}

dt {
  margin-top: 0.5em;
}

dd {
  margin-left: 10.2em;
  padding-left: 0.8em;
  padding-bottom: 0.4em;
  background: url("../images/small_bullet.gif") no-repeat 0 0.4em;
}

dt+dd {
  margin-top: -1em;
}

dd+dt {
  border-top: 1px dashed #aaa;
  padding-top: 0.4em;
}


/* table */
table {
  margin-bottom: 1em;
}

/* table */
table {
  border-spacing: 0px;
  border-collapse: collapse;
}

table th {
  padding: 3px;
  border: 1px solid #aaa;
  background-color: #ddd;
}

table td {
  padding: 3px;
  border: 1px solid #aaa;
}

/* image */
img {
  border: 0;
}

/* links */
a:link, a:visited {
  color: #520;
  font-weight: bold;
  font-size: 90%;
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #000 !important;
  text-decoration: none !important;
}

acronym {
  border-bottom: 1px dotted #222;
}

/*
   * Local variables:
   * mode: css
   * coding: utf-8-unix
   * tab-width: 2
   * c-basic-offset: 2
   * indent-tabs-mode: nil
   * End:
   */
