﻿/* -------------------------------------------------------------- 
   
   pageContent Typography
      
-------------------------------------------------------------- */

.text {font-size: 1em;}

/* Headings
-------------------------------------------------------------- */

.text h1,h2,h3,h4,h5,h6 { font-weight: normal; /*color: #5DA9DC;*/ color: #000000; }

.text h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.75em; margin-top: 1em; color: #AA9650; }
.text h2 { font-size: 1.25em; line-height: 1; margin-bottom: 0.5em; margin-top: 1.5em; font-weight: bold; color: #444444; }
.text h3 { font-size: 1.1em; line-height: 1; margin-bottom: 0.5em; margin-top: 1.5em; font-weight: bold; color: #444444; }
.text h4 { font-size: 1em; line-height: 1; margin-bottom: 0.5em; margin-top: 1.5em; font-weight: bold; }
.text h5 { font-size: 1em; line-height: 1; margin-bottom: 0.5em; margin-top: 1.5em; font-weight: bold; }
.text h6 { font-size: 1em; line-height: 1; margin-bottom: 0.5em; margin-top: 1.5em; font-weight: bold; }

.text h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

.text img               { margin: 0.6em 0.6em 0.6em 0; padding: 0; }
.text img.left          { float: left; margin: 0.6em 0.6em 0.6em 0; padding: 0; }
.text img.right         { float: right; margin: 0.6em 0 0.6em 0.6em; }
.text p                 { margin: 0 0 0.75em; }

.text a:hover           { color: #004C93; }
.text a                 { color: #5DA9DC; text-decoration: underline; }

.text blockquote        { margin: 1.5em; color: #666; font-style: italic; }
.text strong            { font-weight: bold; }
.text em,dfn            { font-style: italic; }
.text dfn               { font-weight: bold; }
.text sup, sub          { line-height: 0; }

.text abbr, acronym     { border-bottom: 1px dotted #666; }
.text address           { margin: 0 0 1.5em; font-style: italic; }
.text del               { color:#666; }

.text pre,code          { margin: 1.5em 0; white-space: pre; }
.text pre,code,tt       { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

.text li ul, li ol      { margin: 0 1.5em; }
/* .text ul, ol            { margin: 0 1.5em 1.5em 2em; } */
.text ul li, ol li      { margin: 0 0.5em 0.5em 2.5em; }

.text table ul li, table ol li      { margin: 0 0.5em 0.5em 1.15em; }

.text ul                { list-style-type: disc; }
.text ol                { list-style-type: decimal; }

.text dl                { margin: 0 0 1.5em 0; }
.text dl dt             { font-weight: bold; }
.text dd                { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

.text table                      { margin-bottom: 1.4em; width:100%; }
.text th                         { font-weight: bold; background: #5DA9DC; }
.text th, .text td        { padding: 4px 10px 4px 5px; }
.text th                         { padding: 4px 10px 4px 5px; color: #FFF;}
.text tr.even td                 { background: #E5ECF9; }
.text tfoot                      { font-style: italic; }
.text caption                    { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.hide       { display: none; }

.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; }

/*
.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
*/
