/*
	Baseline CSS
	Author:		Sterling Hamilton
	Date:		02/21/09
	Revision Date:	02/21/09
	Version:       	1.0
	Inspired by every other baseline routine.
	Based off the works of Roy Lindauer: http://www.roylindauer.com.
	Reference: http://staging.ecsyle.com/CSS_TPL/
	* Note this is a customized version and not the original baseline - this is for this site only. *
*/

/* Let's set some standards for commonly used elements. */
body, table, p, pre, blockquote, fieldset, form, h1, h2, h3, h4, h5, h6, pre, ul, ol, dl, address, li, dd, dt, frameset, li, tbody, td, tfoot, th, thead, tr
{
	margin:0px;
	padding:0px;
	font-weight:inherit;
	font-style:inherit;
	vertical-align:baseline;
	line-height:1px;
}
table, tbody, td, tfoot, th, thead, tr
{
	vertical-align:top;
}
button
{
vertical-align:top;
}
a:active
{
  outline: none;
}
a img, :link img, :visited img
{
	border:none;
}
ol, ul
{
	list-style:none;
}
q:before, q:after, blockquote:before, blockquote:after
{
	content:"";
}