/* argax.css */
/*
 * FOR NODE PAGES ONLY.
 * 
 * Zach Tomaszewski
 * 28 Jan 2006: Created
 * 22 Feb 2007: Split off nav pages from nodes pages.
 */

BODY {
  background-color: #fffbc6;
  margin: 0;
  font-family: sans-serif;
  border-style: solid;
  border-width: thick;
  border-color: #400703;
  color: black;
}

H1.header {
  color: #fcf6b8; /* orig: #fffac2 */
  background-color: #400703;
  font-family:  Tragan, Copperplate31ab, Myriad Roman, sans-serif;
  font-variant: small-caps;
  width: 100%;
  margin-top: 0;
  margin-left: 0; margin-right: 0;
  font-size: 200%;
}
H1.header A {
  text-decoration: none;
  color: #fcf6b8;
}


H2.pagetitle {
  text-align: center;
  font-size: 150%;
}


/* we're going to need a H5 */

H1 {
  margin-left: 1%; margin-right: 1%;
  font-size: 160%;
}

H2 {
  margin-left: 2%; margin-right: 2%;
  font-size: 140%;
}
H3 {
  margin-left: 4%;  margin-right: 4%;
  font-size: 120%;
  margin-top: 1.5em; margin-bottom: 0.5em;
}
H4 {
  margin-left: 6%;  margin-right: 6%;
  font-size: 100%;
  margin-top: 1.5em; margin-bottom: 0.5em;
}
H5 {
  margin-top: 1.5em; margin-bottom: 0.5em;
  font-size: 85%;
}

/* body content widths */
P, UL, DL, OL, H5, PRE {
  margin-left: 7%;
  margin-right: 7%;
}

DL UL, UL UL, OL UL, OL OL, OL P {
  margin-left: 0;
  margin-top: 0.3em;
  margin-bottom: 1em;
}
OL P {
  margin-left: 1em;
}
DD P {
  margin-left: 0;
  margin-right: 0;
}
UL.spaced LI {
  margin-bottom: 0.3em;
}


DT {
  font-weight: bolder;
}
DD {
  margin-bottom: 1em;
}

DL.nav {
  margin-left: 2em;
}
DL.nav DD {
  margin-top: 0.3em;
}


DL.cite {
}

DL.cite DT {
  font-family: monospace;
  font-weight: normal;
  display: list-item;
}

DL.cite DD {
  margin-left: 0;
  margin-top: 0.5em;
  margin-bottom: 1.75em;
  font-size: 90%;
}

P.abstract {
  margin-left: 12%; margin-right: 12%;
  font-style: italic;
}

BLOCKQUOTE.quote {
  font-size: 90%;
}


.tag {
  font-size: small;
  color: #333333;
  background-color: #eeeeee;
  border: 1px solid #000033;
  padding: 0 0.2em;
  white-space: nowrap;
}

.rough {
  color: gray;
}

/* NODE pages */
.node H1.header {
  margin-bottom: 0;
}

.node DIV.status {
  float: right;
  margin-top: 0;
  border-left: thick solid #400703;
  border-bottom: thick solid #400703;
  padding: 0.5em;
  font-size: 80%;
  font-variant: small-caps; 
}
.node .status SPAN {
  font-variant: normal;
  font-weight: bold;
}
.node .status .sketch {
  color: #660000;
}  
.node .status .rough {
  color: #666600;
}  
.node .status .complete {
  color: #006600;
}  
.node .status .polished {
  color: #000066;
}  


.node CODE {
  font-size: larger; /* for all the verb/commands */
}

H3.cite, H3.notes, H3.todo {
  margin-top: 2em;
  border-bottom: thin solid black;
  font-size: 100%;
}
UL.cite {
  font-family: monospace;
}
OL.notes {
  font-size: 80%;
}
A.cite {
  color: #000033;
}
A.note {
  color: #000033;
  font-size: 80%;
  margin-top: 0;
}


DIV.nav {
  clear: both;
}

DIV.figure {
  margin-right: 8%;
  margin-bottom: 1em;
  margin-left: 2em;
  text-align: center;
}
DIV.figure IMG {
  border: 1px solid black;
}

DIV.table, DIV.listing {
  margin-left: 8%; margin-right: 8%;
  clear: both;
  text-align: center;
  margin-bottom: 1em;
}
DIV.table TABLE {
  font-size: 90%;
}
DIV.table TABLE.centered {
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
}
DIV.table TABLE.center {
  margin-left: auto;
  margin-right: auto;
}
DIV.table TABLE TD {
  vertical-align: top;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
DIV.table TABLE TH {
  text-align: left;
  border: thin solid grey;
  padding-left: 1em;
  padding-right: 1em;
}
DIV.table TABLE TD.bold {
  vertical-align: top;
  text-align: center;
  font-weight: bold;
}
DIV.table DIV.right {
  width: 50%;
  float: right;
  margin-left: 1em;
}
TABLE.bordered {
  border: thin dotted grey;
}
TABLE.data {
  border-collapse: collapse;
}
DIV.table TABLE.data, TABLE.data, TABLE.data TD, TABLE.data TH {
  border: 1px solid grey;
  font-size: 100%;
}
DIV.table TABLE.data TH {
  text-align: center;
  border: 2px solid grey;
}

DIV.listing PRE {
  text-align: left;
  font-size: larger;
  border: 1px solid black;
  padding: 1em;
}

DIV.table SMALL, DIV.figure SMALL, DIV.listing SMALL {
  line-height: 2em;
}
DIV.table TABLE SMALL {
  line-height: 1.2em;
}



/* LINKS */
A {
  text-decoration: none;
}
A:hover, A:focus {
  text-decoration: underline;
}
  /* links to sites other than Argax pages */
A.external:link {  
  color: #0000cc;
}
/* outbound is more subtle than external, but more obvious than cite/note links.
   for use in nodes and article text */
A.outbound:link {
  color: #000066;
}
A.invisible {
  color: black;
}


TABLE.footer {
  border-top: thin solid #400703;
  margin-top: 2em;
  font-size: smaller;
  clear: both;
}


img#logo {
	border: thin solid #666666;
	margin: 10px;
	margin-top: 0;

}
