@charset "utf-8";
/*
	CSS Document for typography
	
	Author	: InBusiness ( http://www.inbusiness.no ) / Yngve Wikøren Nilsen
	Media	: All
	Details	: Rules in this CSS document will aply to TinyMCE also
	Tip		: Add class rules here to make them available also in TinyMCE
*/

header, footer, nav, article, section, aside { display: block; }

* {
	margin: 0;
	padding: 0;
	outline: none; }

/* BODY (only typography)
---------------------------------------- */
body {
	font: .75em/1.2em Arial, Helvetica, sans-serif;
	color: #666; }

/* Links 
---------------------------------------- */
a {
	color: #4c2610;
	text-decoration: none; } 
a:hover { text-decoration:underline; }

/* Header Tags
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: .5em 0 -.2em 0;
	padding: .5em 0 0 0;
	color: #666;
	line-height: normal;
	font-weight: 400; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #666; }
h1 {
	font-size: 1.75em; }
h2 {
	font-size: 1.8em; }
h3 {
	font-size: 1.6em; }	
h4 {
	font-size: 1.4em; }
h5 {
	font-size: 1.25em; }
h6 {
	font-size: 1.1em; }

/* Misc
---------------------------------------- */
p {
	margin: .3em 0;
	padding: .3em 0; }
blockquote {
	margin: .3em 0;
	padding: .3em 0; }
hr {
	margin:  0;
	padding:  0;
	height: 1px;
	border: none;
	border-top: 1px solid #ededed;
	line-height: 1px; }
img { border: none; }

/* Lists
---------------------------------------- */
ul, ol {
	margin: .3em 0;
	padding: .3em 0; }
li {
	margin: .3em 0 .3em 2em;
	padding: .3em 0 .3em .5em; }

/* Forms
---------------------------------------- */
form {}
input[type="text"] {
	vertical-align: middle; }
	input[type="text"]:hover,
	input[type="text"]:focus { }
textarea {
	vertical-align:middle; }
	textarea:hover,
	textarea:focus { }
input[type="submit"] {
	vertical-align: middle; }
	input[type="submit"]:hover,
	input[type="submit"]:focus { }

/* Tables
---------------------------------------- */

/* Class
---------------------------------------- */
.ingress { font-weight: 700; }
.published { font-style: italic; }
.readmore {
	text-transform: uppercase;
	margin:0;
	padding:0;
	font-size:.9em; }
.date {
	font-size: .9em;
	font-style: italic; }
