/* @override http://www.andrewrosssorkin.com/wp-content/themes/vibrantcms/css/text.css */

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

	Licensed under GPL and MIT.
*/

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

body
{
	font: 12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}


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

/* =Headings
--------------------------------------------------------------------------------*/
input
{
	font-family: Helvetica, Arial, sans-serif;
}
h1
{
	font-size: 25px;
}

h2
{
	font-size: 26px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

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

ol
{
	list-style: none;
}

ul
{
	list-style: none;
}

li
{
	margin-left: 30px;
	list-style:none;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{

}

ul, li {
	list-style:none;
	list-style-type: none;
}
