/* ---------- BASE ---------- */

body {
    font: 16px/25px Raleway, Arial, Tahoma, Verdana;
    color: #25242b;
    font-weight: 300;
}
img {
  max-width:100%;
  height:auto;
  vertical-align:bottom;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    font-weight: 300;
}

h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 26px;
  letter-spacing: 2px;
  margin: 0;
}

h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}

h3 {
  font-size:20px;
}

.center {
    text-align: center;
}
.main ul {
  padding-left:20px;
}

li.divider {
  border-top:1px solid #aaa;
}
li.divider span {
  display:none;
}
/* ---------- PARAGRAPH ---------- */

p {
  margin-bottom: 10px;
}

.main a {
    text-decoration: none;
    color: #f60437;
}

.main a:hover {
    color: #000;
}

/* ---------- FORMS ---------- */

fieldset {
  background-color: #fffbcc;
  border-color: #e6db55;
  margin-bottom: 20px;
  padding: 10px 20px 10px 20px;
}
fieldset legend {
  margin-bottom: 0px;
  background: none;
  position: relative;
  top: -1.6em;
  padding: 0 5px;
  font-weight: bold;
  
}
fieldset input:focus {
  background-color: #fff;
}
input.submit, p.submit input {
  background: #e4e4e3 url('../images/input-btn.gif') repeat-x;
  border: 1px solid #999;
  color: #333;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  padding: 2px 10px;
  width: auto;
}
input.submit:focus, p.submit input:focus {
  outline: 0;
  background: #e4e4e3;
}

/* ---------- RTE ---------- */

.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }