/* Jamie Peloquin Design : Set the bar */
/* 
This sheet sets all browsers to the same starting point, 
removing all default settings for margins, padding, borders, 
font-styles, etc… 
*/

/* @group Cleanup */

* {
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
	outline: none;
}

body * {
	font-family: inherit;
}

a {
	text-decoration: none;
}

img {
	border: none;
}
/* @end */

/* @group Elements */

html {
	position: relative;
}

body {
	font-size: 14px;
	line-height: 22px;
	position: relative;
	margin: 0;
}

a {
	border-bottom: 1px solid;
}

a:visited {
	border-bottom-style: dotted;
}

address {
	font-style: normal;
}

blockquote {
	font: italic 14px/22px Georgia, "Times New Roman", Times, serif;
	padding: 11px 22px;
}

blockquote cite {
	display: block;
	font-size: 12px;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 24px;
	line-height: 33px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 11px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 11px;
}

hr {
	height: 1px;
	border: none;
}

code, tt {
	font-family: "Courier New", Courier, mono;
}

fieldset {
	border-style: solid;
	border-width: 1px;
	padding: 11px;
	overflow: hidden;
}

fieldset ::last-child, blockquote ::last-child {
	margin-bottom: 0;
}



label, .label {
	display: block;
	font-weight: bold;
}

button, a.button {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding: 0 .5em;
	font-weight: bold;
}

button, a.button, a.button:hover, a.button:focus, a.button:active, a.button:visited {
	border-bottom-style: solid !important;
	outline: none !important;
}

input, textarea, select {
	border: 1px solid;
}

input, textarea {
	font-size: 16px;
	line-height: 20px;
	padding: 6px;
}

q:before, q:after {
	content: "";
}

table {
	background-color: #888;
}

th,td {
	vertical-align: top;
	text-align: left;
	padding: .25em;
}

address, blockquote, form, fieldset, table, h2, hr {
	margin-bottom: 22px;
}

ul, ol, dd {
	padding-left: 1.5em;
}

/* @end */

/* @group Classes */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin-right: .5em;
}

img.alignright {
	margin-left: .5em;
}

.clearfloat {
	float: none !important;
	clear: both !important;
	height: 0px !important;
	font-size: 1px !important;
	position: relative;
	line-height: 0 !important;
}

.hide {
	display: none !important;
}

/* @end */

/* @group Ids */


/* @end */

