/* ----------------------------------------------------------------------------
   Typography
-----------------------------------------------------------------------------*/


/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
-----------------------------------------------------------------------------*/

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.5em;
}


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

h1, h2, h3, h4, h5, h6 { position: inherit; }
h1 { line-height: 1.25em; }
h2 { line-height: 1.25em; }
h3, h4, h5, h6 { line-height: 1.25em; }
h4, h5, h6 { font-weight: bold; }

h1 { font-size: 1.833em; top: 0.13em; margin-bottom: 0.5em; font-weight: normal; color: #f7941e; padding-bottom: 0.25em; border-bottom: 1px solid #525252; }
h2 { font-size: 1.5em; top: 0.35em; margin-bottom: 0.5em; font-weight: normal; color: #f7941e; border-bottom: 0; }
h3 { font-size: 1.167em; top: -0.15em; margin-bottom: 0.5em; font-weight: normal; color: #f7941e; }
h4 { font-size: 1em; top: 0.1em; margin-bottom: 1em; color: #f7941e; }
h5 { font-size: 0.917em; top: 0.25em; margin-bottom: 1.5em; color: #f7941e; }
h6 { font-size: 0.833em; top: 0.25em; margin-bottom: 1.5em; color: #f7941e; }

h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child { margin-top: 0; }

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


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

p { margin: 0.25em 0 1.5em; }
p img.floatLeft  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.floatRight { float: right; margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           { color: #f7941e; text-decoration: none; }
a:focus, 
a:hover     { color: #f7941e; text-decoration: none; border-bottom: 1px dotted; }

blockquote  { margin: 1.5em; 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: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


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

li ul, 
li ol       { margin: 0 1.5em; }
ul, ol      { margin: 0.25em 1.5em 1.5em 1.5em; }

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

dl          { margin: 0.25em 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em; }


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

table         { font-size: 1.0em; width: 100%; margin: 0; border-spacing: 0; border-collapse: collapse; }
th            { font-weight: bold; }
thead th      { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td    { background: #e5ecf9; }
tfoot         { font-style: italic; }
caption       { background: #eee; }


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

.fontSizeLarge    { font-size: 125%; }
.fontSizeLarger   { font-size: 150%; }
.fontSizeLargest  { font-size: 175%; }
.fontSizeHuge     { font-size: 200%; }
.fontSizeSmall    { font-size: 90%; }
.fontSizeSmaller  { font-size: 80%; }
.fontSizeSmallest { font-size: 70%; }
.fontSizeTiny     { font-size: 60%; }


/* Font size guide
--------------------------------------------------------------
The font-size percentage is of 16px. (0.75 * 16px = 12px)

6px		0.5em		50%		5pt
7px		0.583em		58.3%	5pt
8px		0.667em		66.7%	6pt
9px		0.75em		75%		7pt
10px	0.833em		83.3%	8pt
11px	0.917em		91.7%	8pt
12px	1em			100%	9pt
13px	1.083em		108.3%	10pt
14px	1.167em		116.7%	11pt
15px	1.25em		125%	11pt
16px	1.333em		133.3%	12pt
17px	1.417em		141.7%	13pt
18px	1.5em		150%	14pt
19px	1.583em		158.3%	14pt
20px	1.667em		166.7%	15pt
21px	1.75em		175%	16pt
22px	1.833em		183.3%	17pt
23px	1.917em		191.7%	17pt
24px	2em			200%	18pt

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