/* $Id: text.css,v 1.3 2008/08/05 02:30:34 shannonlucas Exp $ */

/* ------------------------------------------------------------------------
 * Provides a baseline for Nitobe's text styling.
 * http://drupal.org/projects/nitobe
 * --------------------------------------------------------------------- */

body { 
	font: 13px/1.5 FreeSans, "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:focus { outline: 1px dotted invert; }

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

h1 { font-size:25px; }

h2 { font-size:23px; }

h3 { font-size:21px; }

h4 { font-size:19px; }

h5 { font-size:17px; }

h6 { font-size:15px; }

hr {
	border: 1px solid #ccc;
	clear: both;
	height: 0;
}

ol { list-style: decimal; }

ul { list-style: square; }

li { margin-left: 2em; }

dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}

p+p {
	margin-top: 20px;
}
