/* 

STYLE SHEET FOR [webcorona] WEB SITE
Created by Paul Green
www.webcorona.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
}

body {
}

/*  --------- 2. structure  --------- */

#wrapper {
}

#masthead {
}

#logo {
}

#navContainer {
}

#content {
}

#footer {
}

.separator {
	clear: both;
}

.separatorInvisible {
	clear: both;
	height: 1px;
}

.clearFix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ---------- 3. links and navigation ---------- */

a {
}

a:hover {
}

#navigation {
}

#navigation ul {
}

#navigation li {
}

#navigation a {
}

#navigation a:hover {
}

/* ---------- 4. fonts ---------- */

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
}

h1, h2, h3, h4, p, ul {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

p {
}

ul {
}

blockquote {
}

/* ---------- 5. images ---------- */

a img {
	border: 0;
}

/* ---------- 6. tables ---------- */

table {
}

caption {
}

tr {
}

th, td {
}

th {
}

td {
}

/* ---------- 7. forms ---------- */	

form {
}