@charset "utf-8";
/* themeDark.css */


/*TYPOGRAPHY*/

/*Default, Dark _themeColors 
	NOTE: New color themes only require change of color: copy from below */
/* _pageContent defaults*/
.pageContent .themeDark { color:#FFF }
.pageContent .themeDark .date { color:#FFFFFF }
.pageContent .themeDark .source, .pageContent .themeDark .imageCredit, .pageContent .themeDark .credit { color:#7899B5 }
.pageContent .themeDark a { color:#FFC000 }
.pageContent .themeDark a:hover { color:#a6b7cf }

/* _h1 */
.pageContent .themeDark h1, .pageContent .themeDark h1 a { color:#FFF }
.pageContent .themeDark h1.sectionTitle { color:#FBC03B}
.pageContent .themeDark h1.alt, .pageContent .themeDark h1.alt a, 
.pageContent .themeDark h1.alt01, .pageContent .themeDark h1.alt01 a { color:#fbc03b }
.pageContent .themeDark h1.alt02, .pageContent .themeDark h1.alt02 a { color:#FFF }
/* _h2 */
.pageContent .themeDark h2, .pageContent .themeDark h2 a { color:#FFF}
.pageContent .themeDark h2.alt, .pageContent .themeDark h2.alt a,
.pageContent .themeDark h2.alt01, .pageContent .themeDark h2.alt01 a{ color:#FFF }
.pageContent .themeDark h2.alt02, .pageContent .themeDark h2.alt02 a{ color:#FFF }
/* _h3 */
.pageContent .themeDark h3, .pageContent .themeDark h3 a { color:#7DC1F4 }
.pageContent .themeDark h3.alt, .pageContent .themeDark h3.alt a,
.pageContent .themeDark h3.alt01, .pageContent .themeDark h3.alt01 a{ color:#7DC1F4 }
.pageContent .themeDark h3.alt02, .pageContent .themeDark h3.alt02 a{ color:#7DC1F4 }
/* Other Headers: _h4, _h5, _h6 */
.pageContent .themeDark h4, .pageContent .themeDark h4 a { color:#FBC03B }
.pageContent.themeDark  h5, .pageContent .themeDark h6 { color: #FFFFFF }
/* _h1 */


/*THESE COLORS BELOW: Julian Old*/
/*.pageContent .themeDark, .pageContent .themeDark p, .pageContent .themeDark .section, .pageContent .themeDark .section p { color:#FFF; }
.pageContent .themeDark  h1, .pageContent .themeDark h1 a { color:#FFF;  }
.pageContent .themeDark h1.sectionTitle { color:#FBC03B;}
.pageContent .themeDark h1.alt  { color:#FBC03B; }
.pageContent .themeDark h2, .pageContent .themeDark h2 a  {color:#FFFFFF;}
.pageContent .themeDark h2.alt, .pageContent .themeDark h2.alt a { color:#FFFFFF;}
.pageContent .themeDark h3 { color:#7DC1F4; }
.pageContent .themeDark h3.alt, .pageContent .themeDark h3.alt a { color:#7DC1F4;}
.pageContent .themeDark h4, .pageContent .themeDark h4 a  { color:#FBC03B; }
.pageContent .themeDark h5 { color: #FFFFFF }
.pageContent .themeDark .date { color:#FFFFFF; }
.pageContent .themeDark .source { color:#7899B5;}
.pageContent .themeDark a { color:#B2B2B2; }

.pageContent .themeDark, 
.pageContent .themeDark p, 
.pageContent .section.themeDark, 
.pageContent .section.themeDark p { color:#FFF; }
*/