/* ----------------------------------------------------------------------------- 
TYPOGRAPHY
----------------------------------------------------------------------------- */
a, 
a:link, 
a:visited {
	text-decoration: none;
	color: #00f;}

div#page a, 
div#disclaimer a {
	border-bottom: dotted 1px #00f;}

a:hover, 
a:active {
	color: #f00;}

p {
	font-size: 1.2em;}

div#page p {
	margin-bottom: 2.5em;}

div#disclaimer p {
	font-size: 1.1em;
	font-style: italic;}

div#footer p {
	font-size: 1.1em;}

div#disclaimer div.right p, 
div#footer div.right p {
	text-align: right;}

li p {
	font-size: 1.0em;}

h1,
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: bold;}

h1 {
	font-size: 2.2em;
	color: #111;
	margin-bottom: 2.5em;}

div#header h1 {
	margin-bottom: 0;}

h2 {
	font-size: 1.2em;
	color: #222;
	margin-bottom: 0.5em;}

h3 {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 0.5em;}

h4 {
	font-size: 1.0em;
	color: #444;
	margin-bottom: 0.5em;}

h5 {
	font-size: 1.0em;
	color: #555;
	margin-bottom: 0.5em;}

h6 {
	font-size: 1.0em;
	color: #666;
	margin-bottom: 0.5em;}

hr {
	color: #666;
	border-style: dashed;
	height: 1px;
	margin: 1.0em 0;
	/* http://www.sovavsiti.cz/css/hr.html */
	background-color: #666;}

strong {
	font-weight: bold;}

em {
	font-style: italic;}

strike {
	text-decoration: line-through;}

blockquote {
	font-size: 1.2em;
	font-style: italic;
	margin: 0 60px 2.5em 60px;
	padding-left: 10px;
	border-left: 5px solid #999;}

cite {
	font-size: 0.9em;
	font-style: italic;
	color: #999;
	padding-left: 10px;}

address {
	font-size: 1.2em;
	margin-bottom: 2.5em;}

abbr, 
acronym {
	cursor: help;}

sub {
	font-size: 0.9em;
	line-height: 1;
	vertical-align: sub;}

sup {
	font-size: 0.9em;
	line-height: 1;
	vertical-align: super;}

pre {
	font-size: 1.2em;
	line-height: 1;
	padding: 10px;
	margin-bottom: 2.5em;
	border: 1px solid #bbb;}

pre code, 
var, 
samp, 
kbd {
	font-size: 1.2em;
	font-family: monospace;
	color: #000;}

dfn {
	font-weight: bold;
	font-style: italic;}

ins {
	color: #f00;}