/*  CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* End CSS RESET */

html{
	font-family: "Hoefler Text", Garamond, Times;
	line-height: 1.2em;
	}

h1, h2, h3, h4, h5{ font-variant:small-caps; padding:1em;}
h1{font-size:180%;}
h2{font-size:160%;}
	
img { -ms-interpolation-mode:bicubic; } /* Making IE suck slightly less - woot! */

em{font-style: italic;}

cite{font-size:80%; vertical-align:top;}
cite:before{content: "[";}
cite:after{content: "]";}
cite a{text-decoration:none;}

blockquote{
	max-width: 25em;
	display: block;
	padding: 1em;
	margin:1em auto;
	background-color: #fdfdfd;
	color: #555;
	text-align: right;
	border-bottom: thin solid #ddd;
	border-top: thin solid #ddd;
	font-style: italic;
}

ol{
	list-style: decimal;
	}

blockquote:before, blockquote:after {
	color:#999;
	line-height:0;
	font-size:5em;
}

blockquote:after {
	content: close-quote;
	font-size:5em;
	line-height:0;
	vertical-align:-0.8em;

}

blockquote:before {
	content: open-quote;
	padding-right:10px;
	vertical-align:-0.3em;
}


code{
	clear:both;
	font-family: Courier, monospaced;
	font-size: 80%;
	display:block;
	padding:0.8em;
	background-color: #eef;
	border-top: thin solid #999;
	border-bottom: thin solid #999;
	margin-bottom: 0.8em;
	}

p.minor{
	font-size: 90%;
	font-style: oblique;
}
	
	
#header #search, #navi, #footer{display:none;}	

#header h1 {
	font-weight:normal;
	letter-spacing:0.2em;
	border-bottom: thin solid #ddd;
	margin:0;
	padding:0.4em;
	float:left;
}
#header h1 a{color: #000; text-decoration:none;}
#header h1 a:hover{color:#00f;}
#header h1 .pagetitle:before{content : "| ";}
#header h1 .pagetitle {font-size:60%; color:#999;} 
#header h2{float:left;}

#content{
	clear:both;
	width: 30em;
}