/* These settings are inspired by http://www.alistapart.com/articles/howtosizetextincss/.
The default font size seems to be 16px on all browsers hence the use of 1em=16px. We are setting
to an 18px baseline grid. See also http://webtypography.net/Rhythm_and_Proportion/Vertical_Motion/2.2.2/ */

body {
	background: #fff;
	color: #333;
	font-family: georgia, serif;
	font-size: 100%;
	line-height: 1.125em;
	margin: 0;
	padding: 1.125em;
	/*
	background-image: url('/public/site/images/18px.png');
	background-repeat: repeat;
	*/
}

#wrapper {
	width: 36em;
}

h1, h2, h3 {
	font-weight:normal;	
}

h1 {
	text-shadow: 2px 2px 3px #7d7d7d;
	font-size: 1.375em;
	line-height: 1.636em;
	margin: 0 0 0.818em 0;
}

h2 {
	font-size: 1.125em;
	margin: 1em 0;
	font-style: italic;
}

h3 {
	font-size: 0.875em;
	margin: 1em 0;
	font-style: italic;
}

p, li {
	font-size: 0.875em;
	margin: 0 0 1.286em 0;
}

a,a:visited,a:hover {
	color: #444	;
}

img {
	border: none;
}

