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

	Licensed under GPL and MIT.
*/

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

body { font-size:100%; line-height:1.5em;}
p, li, blockquote { font-size:0.875em; font-family: 'Open Sans', sans-serif; font-weight: 400; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight: 300; letter-spacing:0.05em; text-transform:uppercase; }
a { font-family: 'Open Sans', sans-serif; font-weight: 500; border: 0; outline:none; }
a:focus { outline: 1px dotted invert; }

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

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

h1
{
	font-size: 1.3125em; line-height:1.6875em;
}

h2
{
	font-size: 1.25em;
}

h3
{
	font-size: 1.1875em; 
}

h4
{
	font-size: 1.125em;
}

h5
{
	font-size: 1.0625em;
}

h6
{
	font-size: 1em;
}



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

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

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

