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;
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
  }


.left {float: left}
.right {float: right}
.align_right {text-align: right}
.align_center {text-align: center}
.bold {text-align: bold}
.em {font-style: italic}

div.disabled {
	display: inline;
	float: none;
	clear: none;
	color: #C0C0C0;
	}

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-variant: 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;
  }
