/* ~~~~~~~~~ common ~~~~~~~~~~ */

body, select, input, textarea {
	font: 0.625em/1.4 helvetica, arial, verdana, sans-serif;
	color: #333;
}
body {
	 background: #ccc;
}

a:link {
	color: #333;
}

a:hover {
	color: #000;
}

a:visited {
	color: #333;
}

h1 {
	color: #666;
	font-family: 'Signika', sans-serif;
	font-size: 3.4em;
	font-weight: 400; 
}

h1.title_hdr {
	display: inline;
	font-size: 3.4em;
	font-weight: 400;
	float: right; 
	margin: 0.7em 0 0 0.8em;
}

h2 {
	color: #666;
	font-family: 'Signika', sans-serif;
	font-size: 2.4em;
	font-weight: 400; 
	margin: 0.2em 0;	
}

h3 {
	font-weight: normal;
	color: #666;
	font: 1.4em/1.4 helvetica, arial, verdana, sans-serif;
	margin: 0.2em 0;	
}

section p, section ul, section ol,
aside p, aside ul, aside ol, p {
	font-size: 1.4em;
	margin: 1em 0;
}

blockquote {
	font-style: italic;
	padding:0 0 0 15px;
	width: 80%;
}

section ul {
	margin-left: 1em;
}
section ol {
	margin-left: 1.4em;
}
