﻿/* BROWN */

/* Only color designations are here; other attributes of these classes are defined in tutorial.css */

body { background-color:#fafafa; } /* color for the area outside content and navigation boxes */

body, div.fn, a.fn:before, a.fn:after, .ans.shown, aside { color:#31290e; } /* default for all text */

a, a:visited, .link { color:#820; } /* default for all links */
.doi, .doi:after, .doi:before, span.doi, .pdf, .pdf:after, .pdf:before, span.pdf { color:#820; } /* this is all ignored - I had to do it in manual.css */

/*.sidebar { background-color:#f0eee4; } /* shaded background for navigation and prog areas */
.sidebar { background-color:#faf8f6; } /* shaded background for navigation and prog areas */
iframe.sidebar { border-color:#ccc; } /* border of navigation and prog areas */


/* content area of the document */
section, footer, aside { background-color:#fff; }
section, footer, aside { border-color:#ccc; }
.revealed { border-top-color:#caa; } /* revealed div in the content */

.hilite { background-color:#ffd; } /* to highlight table cell or other text */

div.fn { /* footnote popup */
	background-color:#ffd;
	opacity:.95;
	border-color:#ccc;
}
