/* hide from ie5 mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #99ccff;
	color: black;
	font-size: 1.3em;
	font-family: 'Gill Sans', Arial, sans-serif;
}

#nonjs
{
	width: 60%;
	margin: 0 auto 0 auto;
	text-align: center;
}

h1
{
	font-size: 2em;
	font-variant: small-caps;
	font-weight: normal;
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
}

em { font-weight: bold; }

.hide { display: none; }

a img { border-style: none; }

sup { font-size: x-small; }


#post-archive-wrapper { height: 100%; }