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

	Licensed under GPL and MIT.
*/

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

body {
	font: 62.5% 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	line-height: 1.8em;
	color: #504b43;
}

p {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

a {
	color: #504b43;
}
a:focus {
	outline: 1px dotted invert;
}

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

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	line-height: 1em;
	font-weight: lighter;
}

h1 {
	font-size: 3em;
	margin-bottom: 0.6em;
}

h2 {
	font-size: 3em;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 2.4em;
	margin-bottom: 0.75em;
}

h4 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	margin-bottom: 1.8em;
}

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

.content-item ul li, .content-item ol li {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
.content-item ul li ul, .content-item ol li ol, .content-item ol li ul {
	margin-top: 1.5em;
	margin-left: 1.5em;
}
.content-item ul li ul li ul, .content-item ol li ol li ol {
	margin-top: 1em;
	margin-left: 1em;
}
.content-item ul li ul li, .content-item ol li ol li, .content-item ol li ul li {
	font-size: 1em;
	margin-bottom: 1em;
}

