/* @override 
	http://support.ecenica.com/wp-content/themes/support/assets/css/text.css?ver=1.0
	http://theprintthing.ecenica.net/wp-content/themes/theprintthing/assets/css/text.css?ver=1.0
*/

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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5em Arial, Helvetica, sans-serif;
	color:#7c7e83}

a, a:link, a:active, a:visited {
	color: #238CD2;
}
a:hover {
	color: #FB510E;
}

small {
	color:#b8b8b8;
	font-size:11px;
}

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



/* `Headings
----------------------------------------------------------------------------------------------------*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #333;
}
h1, h2, h3 {
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 5px;
	font-size: 40px;
	margin: 30px 0 0;
}
h1 {
	color:#61b72c;
}
h1 a, h2 a {
	text-decoration:none;
}
.topic-list h2 {
	font-size:40px;
}
h2 {
	font-size:25px;
}
h4 {
	font-size: 1.6em;
	line-height: 23px;
}

h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}

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



ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 20px;
}

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

div.entry ul {
	margin:10px;
}
div.entry ul li {
	margin:10px;
	list-style-type:disc;
}
