/* @group General Text Elements
===================================== */
body {
	font: 10px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #666666;
}

p, li, table, blockquote {
	margin-bottom: 12px;
	}

p, li, dt, dd, table { font-size: 12px; }

li *, dt *, dd *, td *, th * { font-size: 12px; }

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; }

/* @end General Text Elements
-------------------------------- */


/* @group Headings (H1-H6)
===================================== *

/* Headers */
h1, h2, h3, h4 {
	color: #444;
	padding: 10px 15px 7px 15px;	 
}
h1 { font-size: 18px; letter-spacing: -2px; }
h2 { font-size: 16px; color: #663333; }
h3 { font-size: 16px; letter-spacing: -0.5px; padding-top: 15px}
h4, h5, h6 { font-size: 12px; }
/* @end Headings (H1-H6)
-------------------------------- */

code{
	font: 500 12px 'Lucida Console', 'Courier New', Monospace ;
}

/* EOF */