﻿/* 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 */

/*.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 */

/* quiz box and answer inside it */
.quiz { background-color:#faf8f6; /*border-color:#ccbbb4;*/ border-color:#ccc8c0; }
/*.quiz { background-color:#f0eee4; border-color:#bbaaa4; }*/
.ans { background-color:#fff; border-color:#ccc; }

/* 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 */
table.fill td.hilite { background-color:#ffa; } /* to highlight table cell or other text */

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

.quiz.set { background-color:#fcfcfc; border-color:#aaa; }

.quiz.set .ans { background-color:#fcfcfc; }