﻿ï»¿/* ============================
Title:		Web Standards for Skeptics
URL:		webstandardsforskeptics.com

Author:	Michael Montgomery
URL:		montgomerystudios.com

Created:	May 8, 2007
Modified:	Oct 19, 2007
=============================== */

html, body {
	height: 100%;
}
body {
	background: #333;
	color: #fff;
	font-family: frutiger, univers, "Helvetica Neue", "Lucida Grande", calibri, helvetica, arial, sans-serif;
	font-size: 87.5%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
html>body {
	font-size: 14px;
}
blockquote, cite, h1, h2, li, ol, ul, p, pre, td, th, label {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a {
	background: transparent;
	color: #fff;
}
a:hover {
	background: #fff;
	color: #333;
}
blockquote {
	background: #444;
	font-size: 115%;
	float: right;
	margin: -2.5em 10% 2em 10%;
	padding: 1.5em 0 .01em 0;
	width: 20em;
}
blockquote p {
	font-style: italic;
	width: auto;
}
blockquote p:first-child {
	text-indent: -0.5em;
}
blockquote cite {
	display: block;
	font-size: 80%;
	margin-top: -1.5em;
}
cite em {
	font-style: normal;
	font-weight: bold;
}
h1, h2, blockquote {
	font-family: georgia, cambria, "times new roman", serif;
}
h1 {
	font-size: 2.667em;
	line-height: 1.35em;
	padding: 5% 10% 0;
	text-indent: -.2em;
}
h2 {
	clear: right;
	font-size: 1.3333em;
	font-style: italic;
	letter-spacing: .05em;
	line-height: 1.125em;
	margin: 0 10% 1.25em 10%;
}
h3 {
	font-weight: normal;
	letter-spacing: .1em;
	margin: -.1em 10% 3em 10%;
	padding-left: 8em;
}
h4 {
	font-style: italic;
	font-weight: normal;
	margin: .5em 10% .5em 10%;
}
li strong {
	letter-spacing: .1em;
}
p, ul {
	margin: 0 10% 1.5em 10%;
	width: 31em;
}
span.alt {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 110%;
	font-style: italic;
}
#footer {
	clear: both;
	height: 5em;
	margin-top: 6em;
}
#footer p {
	border-top: 0.08333em solid #fff;
	font-size: .8em;
	margin-top: 0.83375em;
	width: 38em;
}
#validators {
	margin-top: -1em;
}
#validators li {
	display: inline;
	font-size: .7em;
	padding: 0 .5em 0 0;
}
/* IE hack */
* html #container {
	height: 100%;
}