
/* Core style sheet to be applied to all Zludge, Drudge, Fluffy, etc pages. */
/* Author: Zach Tomaszewki */

								/* PAGE */
BODY {
	margin: 0;
	font-family: sans-serif;
}

								/* LINKS */
A:link{color: #000066;}
A:visited{color: #660066;}
A {text-decoration: none;}
A:hover {text-decoration: underline;}
/* links to other pages/sites */
A.outbound {text-decoration: underline;}  


								/* HEADERS and PAGE BORDERS*/
P, H3, H4, H5, TABLE, OL, UL, DL {
	margin-left: 5%; 
	margin-right: 5%;
}
UL UL, UL OL {
  margin-left: 2%; margin-right: 2%;
}

H2 {
  margin-left: 2%;
}

H3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 115%;
  margin-left: 3%;
}

H4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 105%;
  border: 1px dotted gray;
  padding-left: 0.5em;
  padding-top: 0.1em;
}
								/* COLORS */
BODY {
  color: #000000;
  background-color: #fffada; 
}

DIV.header, TABLE.footer {
	background: #ffeab2;
}
.header H1, .header A, .footer A.nav {
  color: #000033;
}

H1, H2, H3, H4, H5, H3 A:link {
  color: #660000;
}

.beta 	 {color: #666666;}
.superb	 {color: #00ff00;}
.great	 {color: #00bb00;}
.good	 {color: #006600;}
.success, .decent {color: #003366;}
.barely  {color: #000066;}
.fail, .poor	 {color: #660000;}
.bad	 {color: #aa0000;}
.terrible {color: #ff0000;}

								/* PAGE HEADER and FOOTER */
DIV.header {
  margin-top: 0;
  border-bottom: 2px solid black;
}
.header H1 {
  margin: 0;
  margin-bottom: 0.1em;
  padding-right: 1em;
  text-align: right;
}
.header H2 {
  margin: 0;
  padding-left: 0.5em;
  position: absolute;
  top: 0.2em;
}
.header A, .footer A.drudge {
  font-family: sans-serif;
}

TABLE.footer {
  clear: both;
  margin: 0; 
  margin-top: 2.5em;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  width: 100%;
  font-family: serif;
}


								/* CONTENTS PANE */
DIV.contents {
  float: left;
  border-right: thin solid black;
  border-left: thin solid black;
  border-top: 0;
  margin-right: 1em;
  padding: 0.5em
}
.contents H4 {
  margin: 0;
  padding: 0em 0em 0.25em;  /* top, right/left, bottom */
  border: 0;
  border-bottom: thin dotted black;
}
.contents UL {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  padding: 0;
  list-style-type: circle;
  list-style-position: inside;
}
.contents LI {margin-top: 0.2em;}
.contents UL.content {list-style-type: disc;}
.contents UL.nav {list-style-type: square;}


									/* BODY CONTENTS */
P {
	margin-top: 0.5em;
	margin-bottom: 0.7em; 
}

/* for paragraphs that start a page right under the header */
P.start {margin-top: 1.2em;}

I I {font-style: normal;}

BLOCKQUOTE {
  margin-left: 8%; margin-right: 8%;
  font-size: 80%;
}

DL DT {
  font-weight: bold;
}
DL DD {
  margin-bottom: 0.5em;
}

DL P, UL P {
  margin-left: 0; margin-right: 0;
}



									/* TABLES */
TABLE UL {margin-left: 0; margin-right: 0;}

TABLE.dm {border-collapse: collapse; font-size: smaller;}
.dm TD, .dm TH {border: 1px solid grey;}
.dm TD {vertical-align: top;}
.dm TH {text-align: left;}
.dm UL  {list-style: none; margin: 0.5em 0; padding: 0;}
.dm LI  {margin-bottom: 0.3em;}
.dm P {margin: 0;}									
									
TABLE.skills UL {margin-top: 0.2em; margin-bottom: 0.2em; padding-left: 1em; list-style: inside;}

TABLE.centered { /* Beware: a centered table, if too large, will exceed the 5% left and right margins */
  margin-left: auto;
  margin-right: auto;
}

/* TABLE.chart: just a brief diagram--no cell borders, centered text   */
/* TABLE.table: left aligned, with bordered cells, etc. */
TABLE.chart, TABLE.table {
  margin-top: 1em;
  margin-bottom: 1em;
  border: thin solid grey;
  border-collapse: collapse;
}

.chart TH, .chart TD {
  vertical-align: top;
  padding: 0.2em 0.5em;;
  border: 1px dotted grey;
}

TABLE.table TH {  
  text-align: center;
  vertical-align: top;
  padding: 3px;
  margin: 0;
  border: 3px solid grey;
}
TABLE.table TD { 
  text-align: left;
  vertical-align: top;
  padding: 3px;
  margin: 0;
  border: thin solid grey;
}

TABLE.centercell TD {
 text-align: center;
}

CAPTION {
  font-size: smaller;  
}




