/*   
Theme Name: Factotum
Theme URI: http://www.factotum.it/
Description: The for factotum.it
Author: Factotum Srl
Author URI: http://www.factotum.it/
Version: 0.1
*/
@charset "UTF-8";
@import "reset.css";

body {font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;font-size:14px;background:#94A519;padding:24px 0;line-height:1.2em;}

a {color:#0000EE;}



/* lists */

.customHtml ul, .customHtml menu, .customHtml dir {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  -moz-padding-start: 40px;
  padding-left:20px;
}

.customHtml ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
  -moz-padding-start: 40px;
  padding-left:20px;
}

.customHtml li {
  display: list-item;
  -moz-float-edge: margin-box;
}

/* nested lists have no top/bottom margins */
.customHtml ul ul,   .customHtml ul ol,   .customHtml ul dir,   .customHtml ul menu,   .customHtml ul dl,
.customHtml ol ul,   .customHtml ol ol,   .customHtml ol dir,   .customHtml ol menu,   .customHtml ol dl,
.customHtml dir ul,  .customHtml dir ol,  .customHtml dir dir,  .customHtml dir menu,  .customHtml dir dl,
.customHtml menu ul, .customHtml menu ol, .customHtml menu dir, .customHtml menu menu, .customHtml menu dl,
.customHtml dl ul,   .customHtml dl ol,   .customHtml dl dir,   .customHtml dl menu,   .customHtml dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
.customHtml ol ul,   .customHtml ul ul,   .customHtml menu ul,   .customHtml dir ul,
.customHtml ol menu, .customHtml ul menu, .customHtml menu menu, .customHtml dir menu,
.customHtml ol dir,  .customHtml ul dir,  .customHtml menu dir,  .customHtml dir dir {
  list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */
.customHtml ol ol ul,     .customHtml ol ul ul,     .customHtml ol menu ul,     .customHtml ol dir ul,
.customHtml ol ol menu,   .customHtml ol ul menu,   .customHtml ol menu menu,   .customHtml ol dir menu,
.customHtml ol ol dir,    .customHtml ol ul dir,    .customHtml ol menu dir,    .customHtml ol dir dir,
.customHtml ul ol ul,     .customHtml ul ul ul,     .customHtml ul menu ul,     .customHtml ul dir ul,
.customHtml ul ol menu,   .customHtml ul ul menu,   .customHtml ul menu menu,   .customHtml ul dir menu,
.customHtml ul ol dir,    .customHtml ul ul dir,    .customHtml ul menu dir,    .customHtml ul dir dir,
.customHtml menu ol ul,   .customHtml menu ul ul,   .customHtml menu menu ul,   .customHtml menu dir ul,
.customHtml menu ol menu, .customHtml menu ul menu, .customHtml menu menu menu, .customHtml menu dir menu,
.customHtml menu ol dir,  .customHtml menu ul dir,  .customHtml menu menu dir,  .customHtml menu dir dir,
.customHtml dir ol ul,    .customHtml dir ul ul,    .customHtml dir menu ul,    .customHtml dir dir ul,
.customHtml dir ol menu,  .customHtml dir ul menu,  .customHtml dir menu menu,  .customHtml dir dir menu,
.customHtml dir ol dir,   .customHtml dir ul dir,   .customHtml dir menu dir,   .customHtml dir dir dir {
  list-style-type: square;
}