/* Main stylesheet for Virtual William Cole (http://www.donutage.org/bill/)
    Adapted from The Base Stylesheet */

/* rendered CSS1-addressable elements and all applicable non-inherited
properties set to initial values and default display types 

A, ABBR, ACRONYM, ADDRESS, BDO, BLOCKQUOTE, BODY, BUTTON, CITE, CODE, DD, DEL, DFN, DIV, DL, DT, EM, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, HTML, IFRAME, IMG, INS, KBD, LABEL, LI, OBJECT, OL, P, Q, SAMP, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, B, BIG, CENTER, DIR, FONT, HR, I, MENU, PRE, S, SMALL, STRIKE, TT, U	{
	background: transparent;
	width: auto;
	height: auto;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	clear: none;
	vertical-align: baseline;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	}	 

ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, OL, P, UL, CENTER, DIR, HR, MENU, PRE	{
	display: block;
	}

A, ABBR, ACRONYM, APPLET, BDO, BUTTON, CITE, CODE, DEL, DFN, EM, IFRAME, IMG, INS, KBD, LABEL, OBJECT, Q, SAMP, SPAN, STRONG, SUB, SUP, VAR, B, BIG, FONT, I, S, SMALL, STRIKE, TT, U	{
	display: inline;
	}

LI	{
	display: list-item;
	}
*/	

/* Begin tree of inherited properties and cascades. */

HTML {
}

BODY {
	margin: 0;
	padding: 0 5% 0 5%;
	border: 0;
	background-color: white;
	background-image: url(http://www.donutage.org/bill/images/backgrounds/newsprnt.jpg);
	background-repeat: repeat;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-indent: 0;
	text-decoration: none;
	white-space: normal;
	text-align: left;
	vertical-align: baseline;
	color: #000000;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Links */

A:link, A:visited, A:active	{
	text-decoration: none;
}

A:link	{
	color: #0000FF;
}
	
A:visited	{
	color: #000066;
}

A:active	{
	color: #0000FF;
}

A:hover {
	text-decoration: underline;
}	


/*Standard block elements */ 

H1, H2, H3, H4, H5 {
	font-weight: bold;
}
	
H1 {
	font-size: 1.8em;
	margin-top: 1em;
	margin-bottom: 1em;
}

H2	 { 
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: 0.5em; 
	}

H3	 { 
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;  
	}

H4 {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em; 
	}

H5	 {
	font-size: .85em; 
	margin-top: 0.5em;
	margin-bottom: 0em; 
	}

H6 {
	font-size: .85em;
	margin-top: 0.5em;
	margin-bottom: 0em; 
	font-style: italic;
}

BLOCKQUOTE {
	margin-left: 5em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: smaller;
}

ADDRESS {
	font-size: smaller;
	font-style: italic;
}	

P { 
	font-size: 100%; 
	margin-bottom: 1em;
}	

/* Standard phrase elements */

B, STRONG	{ 
	font-weight: bolder;
}
	
I, CITE, EM, VAR, DFN	{ 
	font-style: italic;
}

PRE, CODE, KBD, SAMP	{ 
	font-family: "Courier New," Courier, monospace;
}

PRE	{
	white-space: pre;
}
	
SUB, SUP	{
	font-size: smaller;
}

SUB	{
	vertical-align: sub;
}

SUP	{
	vertical-align: super;
}

DEL	{
	text-decoration: line-through;
}

U, INS	{
	text-decoration: underline;
}
	

/* List items */

OL, UL, DD	{
	padding-left: 2em; 
	}

DT {
	font-weight: bold;
}

DD {
	margin-bottom: 0.5em;
}
	
OL LI	{
	list-style-type: decimal;
}
	
UL LI	{
	list-style-type: disc;
}

UL UL, UL OL, OL UL, OL OL {
	margin-top: 0;
	margin-bottom: 0;
}

OL UL, UL UL {
   list-style-type: circle;
}

OL OL UL, OL UL UL, UL OL UL, UL UL UL {
	list-style-type: square;
}

OL OL LI	{
	list-style-type: lower-alpha;
}
	
OL OL OL LI	{
	list-style-type: lower-roman;
}

/* Table styles */

CAPTION, COL, COLGROUP, LEGEND, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR	{
	background: transparent;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	border: none;
	float: none;
	clear: none;
	}

TABLE, TBODY, TFOOT, THEAD, TR	{
	display: block;
	background-position: top left;
	width: auto;
	height: auto;
}

CAPTION, LEGEND, TD, TH	{ 
	display: inline;
	vertical-align: baseline;
	font-size: 1em;
	line-height: 1.33em;
	color: black;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	}

TH	{
	font-weight: bolder;
	text-align: center;
	}

CAPTION	{
	text-align: center;
	}

/* Custom styles */

.center	{
	text-align: center;
}
	
.footer { 
	font-size: smaller; 
	margin-top: 0; 
	margin-bottom: 0;
}

P.hanging { 
	text-indent: 2em; 
	margin-top: 0; 
	margin-bottom: 0;
}

HR.divider {
	width: 70%;
	text-align: center;
}	

