/* Main stylesheet for Virtual William Cole (http://www.donutage.org/bill/) */

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;
}

CITE.short_work_title {
  	font-style: normal;
}	

CITE.short_work_title:before, Q:before {
  	content: open-quote;
}	

CITE.short_work_title:after, Q:after {
  	content: close-quote;
}



