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;
}

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;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/*** General Font Sizes **************************************************/
h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

h2 span {
  font-style: italic;
  font-size: 0.8em;
  font-weight: normal;
  }

h3 {
  font-weight: normal;
  font-size: 1.6em;
  margin: 0.2em 0;
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
  }

p,
label,
dd, 
dt, 
li {
  font-size: 14px;
  }

.left {float: left}
.right {float: right}
.align_right {text-align: right}
.align_center {text-align: center}
.bold {font-weight: bold}
.em {font-style: italic}
.hidden { display: none }

div.disabled {
  display: inline;
  float: none;
  clear: none;
  color: #C0C0C0;
  }

form {
  margin-bottom: 1em;
}

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;
  }

/**** 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;
  }

