/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; background-color: #F7955B; }
a:focus {outline: 1px dotted invert; }
hr {border: 0 #ccc solid; border-top-width: 1px; clear: both; height: 0; }
p { font-size: 1em; /* 12px */ line-height: 1.5833em; /* 19px */ margin: 0 0 1.5833em 0;  }

/* `@font-face
----------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'TiresiasInfofontRegular';
	src: url('../font/Tiresias_Infofont.eot');
	src: local('Tiresias Infofont Regular'), local('TiresiasInfofont'), url('../font/Tiresias_Infofont.ttf') format('truetype');
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

/* 24px - The quick brown fox jumps over the lazy dog */
h1 { font-family:'TiresiasInfofontRegular'; font-size: 2em; /* 24px */ line-height: 1.5833em; /* 38px */ margin-top: 0.7917em; margin-bottom: 0em; }
/* 22px - The quick brown fox jumps over the lazy dog */
h2 { font-family:'TiresiasInfofontRegular'; font-size: 1.8333em; /* 22px */ line-height: 1.7273em; /* 38px */ margin-top: 0; margin-bottom: 0em; }
/* 20px - The quick brown fox jumps over the lazy dog */
h3 { font-family:'TiresiasInfofontRegular'; font-size: 1.6667em; /* 20px */ line-height: 1.9em; /* 38px */ margin-top: 0.95em; margin-bottom: 0em; }
/* 18px - The quick brown fox jumps over the lazy dog */
h4 { font-family:'TiresiasInfofontRegular'; font-size: 1.5em; /* 18px */ line-height: 1.0556em; /* 19px */ margin-top: 1.0556em; margin-bottom: 0em; }
/* 16px - The quick brown fox jumps over the lazy dog */
h5 { font-family:'TiresiasInfofontRegular'; font-size: 1.3333em; /* 16px */ line-height: 1.1875em; /* 19px */ margin-top: 1.1875em; margin-bottom: 0em; }
/* 14px - The quick brown fox jumps over the lazy dog */
h6 { font-family:'TiresiasInfofontRegular'; font-size: 1.1667em; /* 14px */ line-height: 1.3571em; /* 19px */ margin-top: 1.3571em; margin-bottom: 0em; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: none; }
li { margin-left: 0px; font-size: 1em; /* 12px */ line-height: 1.5833em; /* 19px */}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom: 1em;}
