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

   typography.css
   * Sets up some sensible default typography.

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


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

#container { font-size: 1.1em; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000; }

h1 { font-size: 3em; line-height: 1; margin-bottom: .5em; }
h2, h4 {
	font-size: 48px;
	color: #000;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 18px;
	line-height: 1;
	}
h2 span { color: #d32b86; font-size: 24px; }
h3 {
	font-size: 23px;
	color: #d82614;
	font-weight: bold;
	font-family: Verdana, Arial, helvetica, sans-serif;
	margin-bottom: 8px;
	line-height: 1;
	}
h4 { font-size: 30px; }
h5 {
	font-size: 18px;
	line-height: 1.25;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, helvetica, sans-serif;
	}
h6 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, helvetica, sans-serif;
	margin-bottom: 1em;
	}
h6.smaller { font-size: 12px; }

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


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

p           { margin: 0 0 11px; line-height: 1.4em;  }
img.left    { float: left; margin: 0 1.5em 0 0; padding: 0; }
img.right   { float: right; margin: 0 0 1em 1em; }

.txt-right  { text-align: right; }

a:focus,
a:hover     { text-decoration: none; }
a           { color: #33588b; text-decoration: underline; }
a.white     { color: #fff; }
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,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
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 1.5em 1.5em 1.5em; }

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

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


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

table       { margin-bottom: 1.4em; }
th          { font-weight: bold; }
th,td       { padding: 4px 10px 4px 5px; vertical-align: top; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


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

.show       { display: block; }
.hidden     { display: none; }
.clear      { clear:both; }

.small      { font-size: 18px !important; }
.large      { font-size: 40px !important; }

.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 !important; padding-right:0 !important; }
.vert-last  { margin-bottom:0 !important; padding-bottom:0 !important; }
.marginr    { margin-right: 5px; }
.marginb    { margin-bottom: 5px; }

.floatr     { float: right !important; }
.floatl     { float: left !important;; }

.borderbottom { border-bottom: 1px solid #eaeaea; padding-bottom: 15px;}
.bordertop    { border-top: 1px solid #eaeaea; }
