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

	Licensed under GPL and MIT.
*/

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

body {
	font: 15px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #484840;
}

a {
	color: #b94a34;
	text-decoration: none;
}

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

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

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

h1 {
	font-size: 25px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-left: 15px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

#history_ttl {
	margin: -4px 0 -1px 7px;
}

.history-blue h2 {
	color: #5a929d;
	font-size: 16px;
}

.history-red h2{
	color: #b94a34;
	font-size: 16px;
}

.history h2 {
	padding: 0;
	margin: 0;
}

.history h3 {
	color: #ef6043;
	font-size: 12px;
	margin: 0;
}

.history p {
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.1em;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

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


/* 'Loose classes
----------------------------------------------------------------------------------------------------*/

.fuse-text {
	font-size: 0.8em;
}

.small-font {
	font-size: 0.7em;
}

.decap {
	text-transform: lowercase;
}

.paging {
	text-align: center;
}
