/* Typography for tsar-ping.no                
/* Copyright Tsar-Ping Kennel             
/* Written and designed by Daniel Søland Jackson <daniel@snilldesign.no>  

	Based on 20px line height.

*/

/* Generic */

#tinymce * {
	color: red !important; background-color: blue !important;
}

.typography * {
	font-family: verdana, sans-serif;
	color: #222222;
	/*color: red;
	background-color: blue;*/
}

.typography a,
.typography a span {
	color: #0055d4;
	text-decoration: none;
}

.typography a:hover {
	text-decoration: underline;
}

.typography a:visited {
	color: #4455d4
}

.typography {
	font-size: 16px;
}

.typography p,
.typography  ul,
.typography  ol,
.typography  dl,
.typography  blockquote,
.typography  textarea,
.typography  table {
	margin-bottom: 1.25em;
}

.typography p,
.typography  li,
.typography  dd,
.typography  dt,
.typography  blockquote,
.typography  td,
.typography  th {
	line-height: 1.25em;
}

.typography h1 {
	font-size: 2em;
	margin-bottom: 20px;
	line-height: 40px;
	font-weight: normal;
}

.typography h2 {
	font-size: 1.5em;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}

.typography h3 {
	font-size: 1.25em;
	margin-bottom: 20px;
	line-height: 20px;
	font-weight: normal;
}

.typography h4 {
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 20px;
	font-weight: bold;
}

.typography h5 {
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 20px;
	font-weight: normal;
}

.typography h6 {
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 20px;
	font-weight: italic;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	color: #23221e;
	/*color: #37342a; /**/
}

.typography li {
	margin-left: 1em;
}

/* Specific */

#header a {
	text-decoration: none;
}
