/* @override http://www.neumananderson.com/wp-content/themes/bloing/css/text.css */


/*
	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 {
	margin-bottom: 1em;
	color: black;
	font: 13px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p strong{
	margin-bottom: 1em;
	color: #ca050f;
	font: bold 15px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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: 2em;
	margin-bottom: 1em;
	color: #fff;
	background-color: #54534a;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

content-item h1 a:hover {
	color: #ca050f;
	text-decoration: none;
	
}

h2 {
	margin-bottom: 0.6em;
	color: #ca050f;
	font-size: 1.5em;
}

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: .4em;
}
.content-item ul li ul, .content-item ol li ol, .content-item ol li ul {
	margin-bottom: .5em;
	margin-top: .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: .3em;
}

