/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings. */
html { font-size:100%; }
body { font-size:100%; color: #1a171b; font-family:'Arial'; font-size:14px;}

/* Headings
-------------------------------------------------------------- */

h1 { font-family: 'Libre Baskerville', serif; font-size:20px; color:#fef078;}
h2 { font-family: 'Libre Baskerville', serif; font-size:13px; color:#fef078;}
h3 { }
h4 { }
h5 { }
h6 { }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text Formats
-------------------------------------------------------------- */

.desc			{ font-family: 'Libre Baskerville', serif; font-size:11px; color:#fff; line-height:20px;}

.cinza11				{ font-family:'Arial'; font-size:11px; color:#939393;}
.cinza11Bold			{ font-family:'Arial'; font-size:11px; color:#939393; font-weight:bold;}
.preto11				{ font-family:'Arial'; font-size:11px; color:#202f3f;}
.verde11				{ font-family:'Arial'; font-size:11px; color:#52a128;}
.azul11					{ font-family:'Arial'; font-size:11px; color:#00749c;}
.laranja11				{ font-family:'Arial'; font-size:11px; color:#f49704;}
.verdeEscuro11			{ font-family:'Arial'; font-size:11px; color:#00a7a1;}

.vermelhoOcupado		{ font-family:'Arial'; font-size:11px; color:#e50006;}
.verdeLivre				{ font-family:'Arial'; font-size:11px; color:#00a400;}

.cinza13				{ font-family:'Arial'; font-size:13px; color:#939393;}
.azul13					{ font-family:'Arial'; font-size:13px; color:#00749c;}
.laranja13				{ font-family:'Arial'; font-size:13px; color:#f49704;}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 10px; }
p img.left  { float: left; margin: 15px 15px 15px 0; padding: 0; }
p img.right { float: right; margin: 15px 0 15px 15px; }

a           { }
a:hover     { text-decoration:underline;}

blockquote  { margin: 15px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 15px 0; white-space: pre; }
pre,code,tt { font: 10px 'andale mono', 'lucida console', monospace; line-height: 15px; }

/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 0 15px 15px; padding-left: 15px; list-style-image:url(../img/topic.png); line-height:17px;}

ul          { }
ol          { list-style-type:decimal;  }

dl          { margin: 0 0 15px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 15px;}


/* Tables
-------------------------------------------------------------- */


table       { }
td			{ padding:0;}/*
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { }
tr.even td  { background: #e5ecf9;}
tfoot       { font-style: italic; }
caption     { background: #eee; }
*/



/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: 80%; margin-bottom: 10px; line-height: 10px; }
.large      { font-size: 120%; line-height: 20px; margin-bottom: 20px; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }