body {
    background: url("/static/images/new/bg_pat.png");
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
}

a, a:visited {
    color: #982722;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

p {
    font-size: 16px;
    line-height: 20px;
}

.cms-list li {
    font-size: 16px;
    margin-bottom: 16px;
}

.admin_controls {
    padding: 10px 10px 10px 10px;
    background-color: #FDEEF4;
    font-size: 80%;
}

.hidden {
    visibility: hidden;
}

.placeholder {
    color: #aaa;
}

/* override select color */
::selection {
    color: #fff;
    background: #982722;
}
::-moz-selection {
    color: #fff;
    background: #982722;
}
