



/* @group General Text Elements
===================================== */

body {
	font-family: Arial, sans-serif;
	color: #335544;
	background: #fff;
	}

p, li, table, blockquote {
	margin-bottom: 1.584em;
	line-height: 1.584;
	}

p {
	margin-bottom: .75em;
	}

p, li, dt, dd, table { font-size: 1.2em; }

p.intro { font-size: 1.5em; }

li *, dt *, dd *, td *, th * { font-size: 1em !important; }

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { text-decoration: #ddd; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

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


a {
	text-decoration: none;
	color: #009361;
	}
a:hover {
	text-decoration: underline;
	}


img.left {
	margin: 0 10px 0 0;
	}
img.right {
	margin: 0 0 0 10px;
	}

h3 img.left,
h3 img.right {
	margin-top: 4px;
	}

a.pdf {
display: -moz-inline-box;
display: inline-block;
padding-left: 18px;
background: url(../images/ico-page_white_acrobat.png) no-repeat 0 50%;
}

/* @end General Text Elements
-------------------------------- */


/* @group Headings (H1-H6)
===================================== */

h1 {
	font-size: 3.6em;
	}
h1 a {
	display: block;
	}

h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	line-height: 1.2;
	font-weight: bold;
	}

h2 {
	margin: 0 0 .236em;
	font-size: 3.4em;
	color: #009663;
	}

h3 {
	margin: 0 0 1em;
	font-size: 1.4em;
	line-height: 1.358;
	}
#speakers .content h3 {
	margin: 0;
	}

h4 {
	margin: 0 0 .834em;
	font-size: 1.2em;
	line-height: 1.584;
	font-weight: normal;
	font-style: italic;
	}

h5 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
	}

h6 {
	font-size: 1.2em;
	}

/* @end Headings (H1-H6)
-------------------------------- */


/* EOF */

