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

	Licensed under GPL and MIT.
*/

/* `Import FontFace
----------------------------------------------------------------------------------------------------*/

@import "/css/tex-gyre-adventor/stylesheet.css";

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.307692em;
	color: #333;
}

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

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

/* `Links
----------------------------------------------------------------------------------------------------*/

a:link, a:visited, a:active {
	color: #0B3F7E;
	text-decoration: none;
}

a:hover, a.selected {
	text-decoration: underline;
}

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

h1, h4 {
	font-size: 1em;
	line-height: 1.307692em;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.53846em;
	line-height: 0.85em;
	margin-bottom: 0.85em;
	font-family: "Arial Black", Gadget, sans-serif;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0B3F7E;
	padding-top: 14px;
}

#claim h2 {
	font: 20px/30px TeXGyreAdventorRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #879DB8;
	border-style: none;
	padding-top: 0px;
}

#claim h2.topDivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #879DB8;
}

h3 {
	font-size: 1.23077em;
	line-height: 1.0625em;
	margin-bottom: 1.0625em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0B3F7E;
	padding-top: 16px;
}

h1, h2, h3, h4 {
	color: #0B3F7E;
}


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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1.307692em;
}

