/* MASTER SASS COORDINATING STYLE SHEET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul, ol {
  list-style: none; }

li {
  list-style-position: outside; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 *	LAYOUT CSS is all about widths, heights, columns etc.
 *
 *	don't set fonts and colors here.
 * 
 *	For layout, ID use is fine. These are absolutes, like widths, heights, margins.
 *	
 */
#masterCon {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto; }

#banner,
nav,
footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }

/* --- BOX SIZING --- establish this for major layout items */
#masterCon,
#banner,
nav,
section,
aside,
footer,
.footer_col {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* COLUMNS layout */
#columns {
  width: 100%; }

#column1 {
  float: left;
  width: 30%;
  min-height: 500px;
  padding: 14px;
  margin-top: 58px; }

#mainCol {
  float: right;
  width: 70%;
  padding: 28px 78px 28px 28px; }

/* GENERAL LAYOUT */
.phoneOnly {
  display: none; }

#banner img {
  display: block;
  max-width: 100%; }

nav .top_nav {
  width: 100%;
  margin: 0;
  padding: 0; }

#footer_col_con {
  display: table;
  width: 100%; }

.footer_col {
  display: table-cell;
  padding: 12px;
  width: 25%; }

@media (max-width: 900px) {
  #mainCol {
    padding-right: 28px; } }
@media (max-width: 600px) {
  .phoneOnly {
    display: block; }

  #column1 {
    float: none;
    width: 100%;
    border-top: 4px solid #003466; }
    #column1 .section_nav {
      border-bottom: 1px solid #aaaaaa; }

  #mainCol {
    float: none;
    width: 100%; } }
/**** STYLE, no layout, no IDs, FEW CLASSES (all without tag), suitable for use in TinyMCE ****/
/**** STYLE, no layout, no IDs, FEW CLASSES (all without tag), suitable for use in TinyMCE ****/
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
  font-family: 'Day Roman';
  src: url("/style/fonts/dayroman/dayroman-webfont.eot");
  src: url("/style/fonts/dayroman/dayroman-webfont.eot?#iefix") format("embedded-opentype"), url("/style/fonts/dayroman/dayroman-webfont.woff") format("woff"), url("/style/fonts/dayroman/dayroman-webfont.ttf") format("truetype"), url("/style/fonts/dayroman/dayroman-webfont.svg#webfont") format("svg"); }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px; }

a:link,
a:visited,
a:active {
  color: #0077aa;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/* heading unified style */
h1, h2, h3, h4, h5, h6 {
  font-family: "Day Roman", Georgia, serif;
  color: #b4111a;
  /* #586c46; */
  font-weight: normal;
  letter-spacing: -0.03em;
  clear: both; }

/* heading individ styles */
h1 {
  font-size: 210%;
  margin: 0em 0 1em 0;
  text-shadow: #b99 0px 0px 3px; }

h2 {
  font-size: 150%;
  margin: 35px 0 .5em 0; }

h3, h4, h5, h6 {
  font-size: 140%;
  margin: 1em 0 0 14px; }

h1 + h2 {
  margin-top: 0; }

h2:first-child {
  margin-top: 0; }

/* SEE ALSO THE FIXES BELOW !!! */
/* main blocks UNIFIED STYLE */
p,
ul,
ol,
blockquote {
  line-height: 1.4;
  padding: .1em 0 .1em 0;
  /* 1px gives margins adjacent floats something to bump */
  margin-bottom: 1em; }

p + p {
  margin-top: 1em; }

ul {
  list-style: disc; }

ol {
  list-style-type: decimal; }

li {
  margin-left: 14px;
  margin-top: 0;
  margin-bottom: .75em; }

li strong {
  text-decoration: underline; }

blockquote {
  margin: 0 2em 1em 35px;
  padding: 1em;
  font-family: "Times New Roman", serif;
  font-size: 110%;
  line-height: 1.2;
  background: #faf8f8; }

blockquote p {
  margin: 0;
  padding: 0; }

hr {
  border: none;
  border-bottom: .1em solid #444444;
  height: .1em;
  margin: 2em 0 2em 0; }

/* inline layout */
.imgAlignLeft {
  float: left;
  clear: left;
  margin-right: .65em;
  padding: .1em; }

.imgAlignRight {
  float: right;
  clear: right;
  margin-left: .65em; }

.captionLeft {
  float: left;
  clear: left;
  font-size: 80%;
  clear: left;
  padding: .1em;
  margin-right: .65em;
  margin-bottom: .65em; }

.captionRight {
  float: right;
  clear: right;
  font-size: 80%;
  clear: right;
  margin-left: .65em;
  margin-bottom: .65em; }

/* bibliographic citation style */
.q {
  font-family: "Times New Roman";
  font-size: 110%;
  color: #333333;
  font-style: normal;
  padding: 0 .25em 0 .25em; }

.q:before {
  content: "“"; }

.q:after {
  content: "”"; }

.bibl_author {
  font-weight: bolder; }

.bibl_title {
  font-style: italic; }

/* extended, more rare semantics -- place these at end so find at bottom of WYSIWYG menu  */
.___ATTR_MENU___ {
  /* this creates a divider in tinyMCE */ }

.notice {
  margin: 1.5em 2em 1.5em 1.5em;
  background: #f4f4f4;
  border: .1em solid #e0e0e0;
  padding: .75em; }

.blurb {
  margin: 1.5em 2em 1.5em 1.5em;
  background: #f4f4f4;
  border: .1em solid #e0e0e0;
  padding: .75em; }

/***** SOME TRICKY FIXES ****/
div > hr {
  clear: both; }

h2 a:link, h2 a:visited, h2 a:active {
  color: inherit; }

h3 a:link, h3 a:visited, h3 a:active {
  color: inherit; }

/*
h1 strong,
h2 strong {font-weight: normal}
*/
blockquote {
  font-size: 100%; }

.imgalignleft {
  float: left;
  margin: 14px 14px 14px 0; }

.imgalignright {
  float: right;
  margin: 14px 0 14px 14px; }

.nv_quick_item .title a:link,
.nv_quick_item .title a:visited {
  font-size: 16px; }

.real_title {
  font-style: italic; }

/* OTHER STYLE, e.g. sidebar style, nav menu etc */
body {
  background: #232323; }

#masterCon {
  background: #fafbfb;
  box-shadow: 0px 0px 9px #000000;
  -moz-box-shadow: 0px 0px 9px #000000;
  -webkit-box-shadow: 0px 0px 9px #000000; }

/* COMMON STYLE, MAJOR CONTAINERS */
#banner {
  border-top: 1px solid #342817;
  border-bottom: 2px solid #342817; }

.error_msg {
  font-weight: bold;
  color: #663311; }

/* COLUMN 1 */
.column1 h1 {
  font-size: 150%;
  margin: 0 0 1em 0; }

.column1 h2 {
  font-size: 125%; }

.callouts {
  margin: 10px; }

/* --- NAVIGATION --- */
nav {
  font-family: Helvetica, Arial, sans-serif; }

.top_nav {
  background: #aaaaaa;
  display: table;
  text-align: center; }

.top_nav li {
  display: table-cell;
  list-style-type: none;
  padding: 8px;
  margin: 0; }

.top_nav a,
.top_nav a:link,
.top_nav a:active,
.top_nav a:hover,
.top_nav a:visited {
  margin: 0;
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 8px; }

.top_nav a:hover {
  background: black;
  color: white; }

.top_nav li.current_section a,
.top_nav li.current_section a:link,
.top_nav li.current_section a:active,
.top_nav li.current_section a:hover,
.top_nav li.current_section a:visited {
  color: black;
  background: white;
  text-decoration: none; }

/* COLUMN LOCAL NAVIGATION */
.current_section {
  font-size: 140%;
  font-family: "Day Roman", Georgia, serif;
  color: #9d3939;
  /* #586c46; */
  font-weight: normal;
  letter-spacing: -0.03em;
  display: block;
  margin: .5em 0 0 1em; }

.section_nav {
  margin: 0 0 40px 0;
  padding: 0 0 20px 0; }

.section_nav li {
  margin: 0;
  list-style-type: none; }

.section_nav a,
.section_nav a:link,
.section_nav a:active,
.section_nav a:visited,
.section_nav a:hover {
  display: block;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  color: black;
  font-weight: normal;
  text-decoration: none; }

.section_nav li.current_page a:link,
.section_nav li.current_page a:visited {
  color: #f4f4f4;
  background: #273962; }

.section_nav a:hover {
  outline: 1px solid #273962; }

/* SECOND TIER */
.section_nav ul li a,
.section_nav ul li a:link,
.section_nav ul li a:active,
.section_nav ul li a:visited,
.section_nav ul li a:hover {
  display: block;
  margin: 0;
  padding: 1px 4px 1px 4px;
  font-size: 11px;
  color: black;
  font-weight: bold;
  text-decoration: none; }

.section_nav ul li:hover {
  outline: none; }

/* --- main Column --- */
.column1 {
  background: url(../images/shaded-line.png) no-repeat 100% 0; }

.separator {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-bottom: 28px; }

/* --- basic forms --- */
form label {
  clear: both;
  float: left;
  width: 25%;
  text-align: right;
  padding: .25em 0em .25em 0em;
  margin: .5em 1em 1.5em .5em;
  vertical-align: middle; }

form input,
form select {
  float: left;
  width: 50%;
  padding: .25em 0em .25em 0em;
  margin: .5em 0em 1.5em .5em;
  vertical-align: middle; }

form select {
  width: auto; }

form input[type='submit'] {
  clear: both;
  float: none;
  width: auto;
  display: inline;
  vertical-align: middle;
  padding: 2px 4px 2px 4px; }

form .submit_row {
  clear: both;
  float: none;
  text-align: center; }

form .submit_row input,
form .submit_row select {
  clear: both;
  float: none;
  width: auto;
  display: inline; }

/* NuView Quick Viewer */
.nv_quick_item {
  display: table;
  vertical-align: top;
  font-size: 80%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 95%;
  margin-bottom: 1em; }

.nv_quick_item .thumbnail {
  width: 50px;
  display: table-cell;
  vertical-align: top;
  padding-right: 6px; }

.nv_quick_item .text {
  display: table-cell;
  vertical-align: top; }

.nv_quick_item .title {
  font-size: 120%; }

.nv_quick_item .pub_title {
  font-style: italic; }

.nv_quick_item .nv_quick_exhibit a:link {
  font-style: italic; }

/* --- footer --- */
#footer {
  color: #aaaaaa;
  background: #484848;
  font-size: 11px; }

#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
  color: white;
  text-decoration: none; }

#footer a:link img {
  border: none; }

.footer_col + .footer_col {
  border-left: 1px solid #666666; }

/***** SOME TRICKY FIXES ****/
.clearfix {
  clear: both; }
