a {text-decoration:none}
a:link { color: blueviolet }
a:visited { color: indigo }
a:hover { border:thin solid darkorchid; background:lavender}
a:focus { border:thin solid darkorchid; background:lavender}
a:active {color: magenta }
a:target {border:thin solid red}
a img {border:none}
article {display:block;}
body {
 background:white;
 color:black;
 font-family:arimo,avenir,ubuntu,"Segoe UI",candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet ms",helvetica,geneva,sans-serif;
 padding:1em;
 border:thin solid darkorchid
 }
code, pre {font-family:cousine,consolas,"lucida console",monaco,"nimbus mono l","courier new",monospace}
code {border:thin solid darkorchid;background:lavender;color:black;padding:0.5ex 1em}
.function {
 background:lavender;
 border:thin solid black;
 font-size:larger;
 margin:1ex;
 padding:1ex;
 text-align:center;
 }
h1, h2, h3, h4, h5, h6, hr {color: darkorchid}
header {display:block;}
html {background:lavender;}
img {border:none;max-width:100%;height:auto}
.lilliput {font-size:smaller}
div.linkpage a {text-decoration:none}
/* 201401272118 math font specs and size tweaks removed            */
/* in wake of discovery of Gecko seeking MathJax, Asana Math, etc. */
math.inline {display:inline}
menu {display:block;}
menu ul {list-style-type:none;}
menu a {text-decoration:none}
nav {display:block;}
nav ul {list-style-type:none;}
nav li {display:inline;}
ol li ol {list-style-type:lower-alpha;}
.out-of-flow {float:right;margin-left:1em}
/* physical science lab08 uses this class */
div.poem {padding:1ex;margin:1ex;float:right;font-family:garamond,serif;border:thin solid orchid}
/* id css */
p[id|=image] {font-style:italic}
/* light box */
p[id|=image]:active  {
 width:2000px;
 height:700px;
 top:0;
 position:relative;
 background:black;
 z-index:2;
 }
p[id|=image] img:active {
 height:500px;
 width:auto;
 position:relative;
 top:30px;
 left:30px;
 z-index:3;
 }
 .pseudopre {font-family:cousine,monospace}
section {display:block}
/* SVG does not seem to always inherit fonts  */
svg {font-family:arimo,ubuntu,"Segoe UI",candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet ms",helvetica,geneva,sans-serif;}
table {border-collapse:collapse;empty-cells:show}
/* physical science laboratory data table tweak                   */
/* the particular tweaks for tables with data (statistics class)  */
/* and blank data tables (physical science) differ                */
table.data td {text-align:right}  /* Statistics data table tweak */
table.fixheight td {height:1.5em} /* Used by blank cell tables in physical science lab sheets */
table.formula-table {margin-bottom:1ex} /* Used at the end of statistics tests */
table.out-of-flow {margin-left:1em} /* Used to keep text from running into right floated table */
/* Shift to monospace, enlarge numerals in stat midterm spring 2008. Problem was 11102 */
/* Also used in example 9.2.2 notes009.html */
td { background:white; border: thin solid orchid }
  td.n {
  background:white;
  font-family:cousine,"lucida console",consolas,monaco,monospace;
  font-size:larger;
  padding-left:1em;
  padding-right:0.5em;
  text-align:right;
  }
/* the following is a fix for physci/text/081.xhtml - an ugly way to avoid a page specific style fix */
td.n.caution {background:lightyellow}
td.n.warning {background:mistyrose}
.tablesubhead {text-align:right;font-size:smaller;font-weight:bold}
th {background:lavender;color:darkorchid;border: thin solid orchid}
th.n {font-family:cousine,"lucida console",consolas,monospace;}
time {display:inline}
var {
 display:inline;
 font-style:italic;font-family:cousine,consolas,"lucida console",monaco,"nimbus mono l","courier new",monospace;
 font-weight:bold;
 }
@media print {
/* 2016 01 20 putting page breaks back in. Too confusing when section starts at page bottom */
 *[id|=page] {page-break-before:always}
 a {text-decoration:none;color:black}
 a:link {color: black }
 a:visited {color: black}
 a:target {border:none}
 a:after {content:" [" attr(href) "] ";font-size:smaller;font-family:arimo,ubuntu,calibri,tahoma,helvetica,"urw grotesk t",sans-serif}
 body {background:white;color:black;padding:0ex;border:none;padding:0}
 caption {background:whitesmoke; font-family: tahoma, sans-serif; font-size:smaller}
 code {background:white}
 div {padding:0;border:none}
 div.linkpage a:after {content:normal}
 .function{background:whitesmoke}
 h1, h2, h3, h4, h5, h6 {color:black;page-break-after:avoid}
 hgroup h1, hgroup h2 {font-size:200%;text-align:center}
 html {background:white}
 menu {display:none}
 nav {display:none}
 ol.gap li {padding-top:1ex}
 p {color:black}
 p.sxn-intro {font-size:smaller}
 table {border:medium solid black}
 th {background:whitesmoke;color:black;border:thin solid black}
 table {border-collapse:separate;border-spacing:0;}
 td {border:thin solid dimgray}
 table.data th {background:whitesmoke;color:black} /* Fix for physci orchid print problems */
 table.data-table {font-size:smaller;font-family:ubuntu,calibri,tahoma,sans-serif;}
 table.formula-table {font-size:smaller;font-family:ubuntu,calibri,tahoma,sans-serif;}
 table.out-of-flow caption {background:whitesmoke}
 ul, ol, dl {page-break-before:avoid}
 ul.gap li {padding-top:1ex}
 .print-out-of-flow {float:right;margin-left:1em}
 .downgap4 {padding-bottom:4em}   /* I seem to need a variety of downgap options. Fear of refactoring.      */
 .downgap {padding-bottom:6em}    /* this is such a slippery slope to head down, so ugly, small tweaks      */
 .downgap10 {padding-bottom:10em} /* Alice falls into the looking glass darkly, give an argument to pass in */
 .noprint {display:none}
 /* Custom image reductions used in printed pages e.g. ethnobotany midterm spring 2008 */
 .reduce {height:50%;width:50%}
 .reduce33 {height:33%;width:33%}
 .reduce25 {height:25%;width:25%}
 .out-of-flow .reduce {height:50%;width:50%}
}
@media screen {
.noscreen {display:none}
}