/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	/*font-family: Georgia, "Times New Roman", serif;*/
	letter-spacing: 0;
	line-height: 1.1;
}
p {
	line-height: 1.25;
	letter-spacing: 0.03em;
}
p, label {
	font-size: 87.5%;
}
a:focus
{
	outline: 1px dotted #C1371E;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", serif;
}
h1
{
	font-size: 1.5625em;
}

h2
{
	font-size: 1.4375em;
}

h3
{
	font-size: 1.3125em;
}

h4
{
	font-size: 1.1875em;
}

h5
{
	font-size: 1.0625em;
}

h6
{
	font-size: .9375em;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 1.875em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 1.25em;
}
.last {
	margin-bottom: 0;
}
.quote {
	font-style: italic;
}

/* quoted text */
q {
	font-family: Georgia;	/* good looking quotes */
}

q:before {
   padding-right: 0.1em;
}
q:after {
   padding-left: 0.1em;
}

