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

   typography.css
   * Sets up some sensible default typography.

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


/* Color Guide:
#fcb219	orange	subnav and links
#7e590c	brown	links hover
#ec7474	pink	about section
#979744	olive	talk section
#6aafaf	teal	learn section
#ac6fac	purple	try section
*/


/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  font-size: 75%;
  line-height: 1.5;
  color: #666;
  font-family: Verdana, Helvetica, Arial, sans-serif; }


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

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #111;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

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

.about h1, .about h2, .about h3, .about h4, .about h5, .about h6,
.product-dosing h1, .product-dosing h2, .product-dosing h3, .product-dosing h4, .product-dosing h5, .product-dosing h6 {
	color: #ec7474; }

.talk h1, .talk h2, .talk h3, .talk h4, .talk h5, .talk h6,
.mechanism h1, .mechanism h2, .mechanism h3, .mechanism h4, .mechanism h5, .mechanism h6 {
	color: #979744; }

.learn h1, .learn h2, .learn h3, .learn h4, .learn h5, .learn h6,
.case-studies h1, .case-studies h2, .case-studies h3, .case-studies h4, .case-studies h5, .case-studies h6 {
	color: #6aafaf; }

.try h1, .try h2, .try h3, .try h4, .try h5, .try h6,
.resources h1, .resources h2, .resources h3, .resources h4, .resources h5, .resources h6 {
	color: #ac6fac; }


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

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 0 1.5em 1.5em 0; }
p img.right,
img.right	{ float: right; margin: 0 0 1.5em 1.5em; }

p img.bdr	{ padding: 4px; border: 1px solid #aaa; }

a:focus,
a:hover     { color: #7e590c; }
a           { color: #fcb219; }

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; cursor:help; }
address     { margin: 0 0 1.5em; }
del         { color:#666; }

pre,code    { 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 1.5em 1.5em 1.5em; }

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

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


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

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


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


