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

	Licensed under GPL and MIT.
*/

/* Embedded fonts
--------------------------------------------------------------------------------*/

@font-face {
  font-family: Kontrapunkt;
  src: url(../includes/Kontrapunkt-Light.otf) format("opentype");
}

@font-face {
  font-family: KontrapunktBold;
  src: url(../includes/Kontrapunkt-Bold.otf) format("opentype");
}




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

body
{
/* 	font: 12px/0px  "Times", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; */
/* 	font: 12px/0px  Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; */
	font: 14px/0px  Verdana, Helvetica, Arial, sans-serif;
	font-family: Kontrapunkt, Verdana, Helvetica, Arial, sans-serif;
	line-height: 11px;
/* 	font-family: Helvetica; */
}

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

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

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

h1
{
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin: 7px 0 7px 0;
}

h2
{
	font-size: 12px;
	font-weight: 100;
/* 	line-height: 20px; */
	margin: 0px 0 0px 0;
/* 	background-color: #eee; */
	width: 87px;
}

h3
{
	font-size: 12px;
	font-weight: 100;
/* 	line-height: 20px; */
	margin: 0px 0 0px 0;
/* 	background-color: #eee; */
	width: 82px;
}

h4
{
	font-size: 12px;
	font-weight: 100;
/* 	line-height: 20px; */
/* 	color: #ff3333; */
	margin: 0px 0 0px 0;
/* 	background-color: #ff3333; */
	width: 106px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: none;
}

ul
{
	list-style: none;
}

li
{
/* 	margin-left: 30px; */
}

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