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

   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
  font-size: 87.5%; /* 16*.875 = 14px font size with 21px line height */
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

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

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

.typography {
	color: white;
}

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

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography h1 a,
.typography h2 a,
.typography h3 a,
.typography h4 a,
.typography h5 a,
.typography h6 a { 
	text-transform: uppercase;
	color: #c2ceda;
	font-weight: bold;
}

.typography h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; color: #f36f21; }
.typography h2 { font-size: 1.5em; margin-top: 0.75em; color: #f36f21; }
.typography h3 { font-size: 1.2em; line-height: 1; margin-top: 1em; }
.typography h4 { font-size: 1.1em; line-height: 1.25; margin-top: 1.25em; }
.typography h5 { font-size: 1em; font-weight: bold; margin-top: 1.5em; }
.typography h6 { font-size: 1em; font-weight: bold; }

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


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

.typography p           { margin: 0.5em 0 1.5em 0; }
.typography p img.left  { float: left; margin: 0 1.5em .5em 0; padding: 4px; border: 1px solid #222; background: white; 
	 	-moz-border-radius: 5px;
	 	-webkit-border-radius: 5px;
	 	border-radius: 5px; }
.typography p img.right { float: right; margin: 0 0 .5em 1.5em; padding: 4px; border: 1px solid #222; background: white; 
	 	-moz-border-radius: 5px;
	 	-webkit-border-radius: 5px;
	 	border-radius: 5px;}

.typography a           { color: #c2ceda; }
.typography a:focus, 
.typography a:hover     { color: #f36f21; }

.typography blockquote  { font-style: normal; color: #f36f21; }
.typography strong      { font-weight: bold; }
.typography em,
.typography dfn      	{ font-style: italic; }
.typography dfn         { font-weight: bold; }
.typography sup,
.typography sub   		{ line-height: 0; }

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

.typography pre,
.typography code    	{ margin: 1.5em 0; white-space: pre; }
.typography pre,
.typography code,
.typography tt 			{ font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Images
-------------------------------------------------------------- */

.typography img {
	border: 2px solid #e7e7e7;
}
.typography a:hover img {
	
}

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

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

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

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

.optional-supporters-activities .typography ol {
	list-style-type: upper-latin;
}


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

.typography table       { margin-bottom: 1.4em; width:100%; }
.typography th          { font-weight: bold; background: #C3D9FF; }
.typography th,
.typography td       	{ padding: 4px 10px 4px 5px; color: white; }
.typography tr.even td  { background: #E5ECF9; }
.typography tfoot       { font-style: italic; }
.typography caption     { background: #eee; }


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

.typography .small      { font-size: .9em; margin: 0 0 0.5em 0; }
.typography .large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.typography .hide       { display: none; }

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

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