/* GLOBAL */

body, html {
  color: #42413C;
}

a, a:visited {
  color: #42413C;
  text-decoration: none; 
}

a:hover, a:active, a:focus { 
  text-decoration: none;
  color: #069;
}

@font-face {
  font-family: bodoni;
  src: url('../font/Bodoni-SvtyTwo-ITC-TT.ttf');
}

/* HEADER */

#wrapper {
  font-family: bodoni, serif; 
}

#header h1 {
  font-size: 30px;
}

#header li {
  font-size: 15px; 
}

#content li {
  font-size: 13px; 
}

/* INDEX */

#index p {
  font-size: 18px; 
}

#index span {
  color: #777;
  font-style: italic; 
}

/* ADVISORY BOARDS */

.ab-text h1 {
  font-size: 16px;
  font-weight: bold;
}

/* CONTACT */

#contact {
  font-size: 16px;
}

#contact strong {
 font-weight: bold; 
}

/* CHAIR READINGS & PUBLICATIONS */

.entry h2 {
  font-size: 22px;
}

.entry em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color:#777777;
  font-size:12px;
}

/* CURATORIAL PROJECTS */

.cp-text h1 {
  font-size: 16px;
  font-weight: bold;
}

.cp-text strong {
  font-weight: bold; 
}

/* CV */

.entry h2 {
  font-size: 22px;
}

.entry h3 {
  font-size: 13px;
  color: #666;
}

.entry em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color:#777777;
  font-size:12px;
}

/* PROGRAMS */

.program p {
font-size: 20px;
}

.program em {
 font-style: italic;
 color: #777; 
}

