﻿/*
 * This stylesheet resets default browser styles and defines a
 * set of default styles consistent across browsers.
 *
 * Christian Johansen (christian@cjohansen.no) 13/06-05
 */
html, body, * {
	margin: 0;
	padding: 0;
}

:link img, :visited img, :hover img, :active img, img { border: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

h4, h5, h6, p, ul, ol, address, blockquote, dl, table {
	font-size: 1em;
	margin-bottom: 1em;
}

ul, li { list-style-type: none; }
ol, ol li { list-style-type: decimal; }

em {
	font-weight: bold;
	font-style: normal;
}

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

fieldset { border: none; }

/*
 * Not really a default style, but this class is used in
 * nearly every project.
 */
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clear { display: inline-table; }

/* Hide from IE/Mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* Hide from IE/Mac */