/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,b, u, i, center,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-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}


/* abyme */
body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Georgia, serif;
	font-size:0.8em;
	text-align:left;
}

html, body.slide, body.splash, body.splash a, img.splash, img.slide {
	display:block;
	height:100%;
	width:100%;
	border:0 none;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;

}

body, body.abyme a {
	color:#333;
}

body.abyme a:hover {
	color:#883333;
}

a {
	color:#883333;
	text-decoration:none;
}

h2, p {
	margin-bottom:1em;
}

.title {
	font-style:italic;
}

.quote {
	font-style:italic;
	font-size:0.9em;
}

.quote-info {
	/*font-size:9pt;*/
	font-size:0.8em;
}

.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

body.abyme {
	font-size:1em;
}

body.abyme .nav {
	position:absolute;
	top:200px;
	left:500px;
}

body.abyme .nav li {
	position:relative;
	width:18em;
}

body.abyme .asealedroom {
	top:1em;
	left:8em;
}

body.abyme .paperghosts {

}

body.abyme .likethemoon {
	top:1.1em;
	left:2.5em;
}

body.abyme .insomnias {
	top:3em;
	left:4em;
}

body.abyme .acityastreetawindowaface {
	top:0.5em;
	left:-10em;
}

body.abyme .contact {
	position:absolute;
	top:400px;
	left:300px;
}

body.abyme .contact .email {
	position:relative;
	left:-5em;
	font-size:0.8em;
	color:#833;
}


