/*
----------------------------------------------

File Name: CSS Foundation
Developer: David Diez
Copyright: 2011
Website:   openintro.org


-----------------
Table of Contents
-----------------

Special Structures
Downloads


---------------
Color Theme
---------------
Gray: rgb(158,165,172)
Dark Gray: rgb(108,115,123)
Yellow: rgb(243,220,10)
Blue: rgb(4,68,106)
__ Background + Grid __
Light Gray: rgb(232,231,232)
Light Blue: rgb(216,227,233)
Light Red: rgb(218,211,205)
Warm White: rgb(237,237,238)
Rollover Gray: rgb(208,210,211) (Subjects page)


-----------
Color Theme
-----------
Gray: rgb(158,165,172)
Dark Gray: rgb(107,115,123)
Yellow: rgb(244,220,0)
Dark Blue: rgb(0,68,106)
Blue: rgb(0,68,106)
Red: rgb(159,52,0)
Green: rgb(102,159,0)

----------------------
Important Measurements
----------------------
Max Content Width: 824px


----------------------------------------------
*/

/* _____ Textbook Page Customizations _____ */
.statBGC {
  background-color: rgb(93,135,161);
}
.statMB {
  background-color: white;
  color: rgb(93,135,161);
}
.statMB:hover,
.statH {
  background-color: rgb(93,135,161);
  color: white;
}
.textbookMenuItemTitle {
  font-family: "museo-slab", Helvetica, Arial;
  font-weight: 300;
  font-size: 23px;
  line-height: 1em;
  color: rgb(93,135,161);
}
.textbookMenuItemDetail {
  color: rgb(93,135,161);
}
.textbookMenuItem:hover .textbookMenuItemTitle,
.textbookMenuItem:hover .textbookMenuItemDetail,
.textbookMenuItemOn .textbookMenuItemTitle,
.textbookMenuItemOn .textbookMenuItemDetail {
  color: rgb(107,115,123);
}
.statBigParagraph {
  color: rgb(107,115,123);
}
.statSuppElementTitle,
.statSuppElementTitleThumb {
  color: rgb(93,135,161);
}
.statSuppElementDetail,
.statSuppElementDetailMore {
  color: rgb(93,135,161);
}
.statSuppElement:hover .statSuppElementTitle,
.statSuppElement:hover .statSuppElementDetail {
  color: rgb(107,115,123);
}
.statOverviewElementTitle {
  color: rgb(93,135,161);
}
.statOverviewElementL:hover .statOverviewElementTitle,
.statOverviewElementR:hover .statOverviewElementTitle {
  color: rgb(107,115,123);
}
.statBigParagraph a:hover {
  color: rgb(93,135,161);
}
.addElementTitle,
#statAddElementTitle {
  background: rgb(93,135,161);
}
.labTitle1
.labTitle,
.labLinks,
.labTitle1 > a,
.labTitle > a,
.labLinks > a {
  color: rgb(93,135,161);
}
.labTitle1 > a:hover,
.labTitle > a:hover,
.labLinks > a:hover {
  color: rgb(107,115,123);
}