/*******************************************************************************
* EDITABLE ELEMENT STYLES - HOME PAGE
*******************************************************************************/

.callout h1, .callout h2, .callout h3, .callout p, .callout a {
  font-family: Trebuchet MS, sans-serif;
}

.callout h1 {
  font-size: 1.8333em;
  font-weight: normal;
  color: #3c6a8f;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.callout p {
  font-size: 13.5px;
  color: #3c6a8f;
  line-height: 130%;
}

.callout h3 {
  color: #3c6a8f;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}


/***** EDITOR-SPECIFIC STYLES *****/

body.editor  {
  padding: 10px;
}

#about_body.editor {
  padding: 10px 323px 10px 15px;
  background-position: -308px 0px;
}

#spotlight_body.editor {
  padding: 10px 323px 10px 15px;
  background-position: -308px 0px;
}

