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, tt, var,
b, u, i, center,
dl, dt, dd, 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: arial, helvetica, sans-serif;
}

blockquote, q {
  quotes: none;
}

/* 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;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*** General Font Sizes **************************************************/
h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-weight: normal;
  font-size: 1.8em;
  margin: 0.5em 0;
}

h3 {
  font-weight: normal;
  font-size: 1.6em;
  margin: 0.5em 0;
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
  }

.left {float: left}
img.left {padding: 0 5px 5px 0}
.right {float: right}
.align_right {text-align: right}
.align_center {text-align: center}
.center { text-align: center }
.bold {font-weight: bold}
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.em {font-style: italic}
.red { color: #ED3F22; }
.width { width: 200px; }
.big { font-size: 1.2em; }
.small { font-size: 0.7em; }
.hidden { display: none; }
.no_style li { list-style: none }

/* BUFFALO WELLFEST COLORING */
#content span.name {
  color: #ED3F22;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
#content span.buffalo { color: #00BEF1; }

div.disabled {
  display: inline;
  float: none;
  clear: none;
  color: #C0C0C0;
  }

div.hr {
  border-bottom: 1px solid #ccc;
  display: block;
  height: 5px;
  margin: 1em 0;
  width: 100%;
  }

form {
  margin: 1em 0;
}

form label {
  display: block;
  font-weight: bold;
  }

form .input {
  margin-bottom: 0.5em;
  }

form .input input,
form .input textarea {
  background-color: #eee;
  border: 1px solid black;;
  }

form .error-message {
  background-color: #fff;
  border: 1px solid #c00;
  color: #c00;
  font-weight: bold;
  font-style: italic;
  margin-top: 2px;
  padding: 2px;
  }

blockquote {
  margin-left: 1em;
  }

#flashMessage {
  background-color: #ffc568;
  color: #C00;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0.5em;
  width: 15em;
  }

/**** Cake Debug Stuff *****************************/
.cake-sql-log {
  border-collapse: collapse;
  font-size: 0.8em;
  margin: 1em auto;
  width: 90%;
  }

.cake-sql-log th {
  font-weight: bold;
  }

.cake-sql-log caption {
  margin-top: 2em;
  }

.cake-sql-log caption,
.cake-sql-log th,
.cake-sql-log td {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 0.3em;
  }


/* Debugging */
pre {
  color: #000;
  background: #f0f0f0;
  padding: 1em;
}
pre.cake-debug {
  background: #ffcc00;
  font-size: 120%;
  line-height: 140%;
  margin-top: 1em;
  overflow: auto;
  position: relative;
}
div.cake-stack-trace {
  background: #fff;
  border: 4px dotted #ffcc00;
  color: #333;
  margin: 0px;
  padding: 6px;
  font-size: 120%;
  line-height: 140%;
  overflow: auto;
  position: relative;
}
div.cake-code-dump pre {
  position: relative;
  overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
  color: #000;
  background-color: #F0F0F0;
  margin: 0px;
  padding: 1em;
  overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
  clear: both;
  font-size: 12px;
  line-height: 15px;
  margin: 4px 2px;
  padding: 4px;
  overflow: auto;
}
div.cake-code-dump span.code-highlight {
  background-color: #ff0;
  padding: 4px;
}
div.code-coverage-results div.code-line {
  padding-left:5px;
  display:block;
  margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
  background:#ecc;
}
div.code-coverage-results div.covered span.content {
  background:#cec;
}
div.code-coverage-results div.ignored span.content {
  color:#aaa;
}
div.code-coverage-results span.line-num {
  color:#666;
  display:block;
  float:left;
  width:20px;
  text-align:right;
  margin-right:5px;
}
div.code-coverage-results span.line-num strong {
  color:#666;
}
div.code-coverage-results div.start {
  border:1px solid #aaa;
  border-width:1px 1px 0px 1px;
  margin-top:30px;
  padding-top:5px;
}
div.code-coverage-results div.end {
  border:1px solid #aaa;
  border-width:0px 1px 1px 1px;
  margin-bottom:30px;
  padding-bottom:5px;
}
div.code-coverage-results div.realstart {
  margin-top:0px;
}
div.code-coverage-results p.note {
  color:#bbb;
  padding:5px;
  margin:5px 0 10px;
  font-size:10px;
}
div.code-coverage-results span.result-bad {
  color: #a00;
}
div.code-coverage-results span.result-ok {
  color: #fa0;
}
div.code-coverage-results span.result-good {
  color: #0a0;
}