/* @override http://test.nicktoye.co.uk/igaragelocator/workspace/css/960/text.css */

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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 14px/20px "Lucida Grande", "HelveticaNeue", Helvetica, Arial, Lucida, sans-serif;
	color: #fff;
}

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

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

a:link {
	color: #3d3d3d;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 16px;
	margin-bottom: 5px !important;
}

h3 {
	font-size: 14px;
}

p {
	font-size: 12px;
}

form label {
	font-size: 12px;
}

form input, form textarea {
	font-size: 12px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
	font-size: 12px;
}

ul#features {
	font-size: 11px;
}



li {
	
}

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