/*************************
 ** Reset
 **/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */


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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: 'Nunito', sans-serif;
  font-weight:300;
  background-color:#fff;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  font-size:1em;
  font-weight:700;
}

a img {
  border: none;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
	content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#flash_notice, #flash_error, #flash_alert {
  color: #333;
  padding: 6px;
  text-align: center;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
  border-top: none;
}

#flash_error, #flash_alert {
  background-color: #FCC;
  border: solid 1px #C66;
  border-top: none;
}

.fieldWithErrors {
  display: inline;
}

.error_messages {
  width: 914px;
  padding-top: 10px;
  padding-left: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 12px;
  border-left: solid 2px #C66;
  background: rgba(255, 0, 0, 0.1);
}

.error_messages h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0;
}

.error_messages p {
  margin: 8px 10px;
  font-size: 14px;
}

.error_messages ul {
  margin: 8px 10px;
  font-size: 14px;
}
