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, sup, tt, var, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1em;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* MAIN TYPOGRAPHY */
html {
	font: normal 62.5%/100% Arial, Helvetica, sans-serif;
}
strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
cite, em, dfn {
	font-style: italic;
}
code, kbd, samp, pre, tt, var {
	font: normal 92%/100% courier, monaco, "Lucida Console", mono-space;
}
del {
	text-decoration: line-through;
	color: #666;
}
ins, dfn {
	border-bottom: 1px solid #ccc;
}
small, sup, sub {
	font-size: 85%;
}
abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
}
a abbr, a acronym {
	border: none;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
/* QUOTES */
blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
}
/* FORMS */
fieldset {
	border: 1px solid #ccc;
}
legend {
	background: transparent;
}
textarea, input[type =
'text'], input[type = 'password'], select {
	border: 1px solid #b3b3b3;
}

textarea:hover, input[type =
'text']:hover, input[type = 'password']:hover, select:hover {
	border-color: #aaa;
}

textarea:focus, input[type =
'text']:focus, input[type = 'password']:focus, select:focus {
	border-color: #ccc;
}
input, select {
	cursor: pointer;
}
input[type =
'text'], input[type = 'password'] {
	cursor: text;
}
input {
	vertical-align: middle;
}
/*
 -----------------------------
 CONTENT ONLY
 -----------------------------
 */
/* BASE SIZES */
body {
	font-size: 1em;
	line-height: 1.4em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
/* HR */
hr {
	display: block;
	background: #e5e5e5;
	color: #e5e5e5;
	width: 100%;
	height: 1px;
	border: none;
}
/* LISTS */
ul li {
	margin-left: .85em;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	font-weight: bold;
}

/* MARGINS & PADDINGS */
blockquote *:first-child {
	margin: .8em 0;
}
hr, ul, ol, dl, pre, blockquote, address {
	margin-bottom: 1em;
}
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 {
	margin: 1em 0 .5em;
}
h2 {
	margin: 1.07em 0 .535em;
}
h3 {
	margin: 1.14em 0 .57em;
}
h4 {
	margin: 1.23em 0 .615em;
}
h5 {
	margin: 1.33em 0 .67em;
}
h6 {
	margin: 1.6em 0 .8em;
}

caption {
	padding-bottom: .8em;
}
 /* padding instead of margin for IE */
blockquote {
	padding: 0 1em;
	margin: 1.6em 0;
}
fieldset {
	padding: 0 1em 1em 1em;
	margin: 1.6em 0;
}
 /* padding-top is margin-top for fieldsets in Opera */
legend {
	padding-left: .8em;
	padding-right: .8em;
}
legend + * {
	margin-top: 1em;
}
 /* compensates for the opera margin bug */
textarea, input {
	padding: 2px 0;
}
input {
	margin: 2px 0; 
	font-size:100%;
}
select {
	padding: .1em 0 0 .2em;
}
option {
	padding: 0 .4em;
}
dt {
	margin-top: .8em;
	margin-bottom: .4em;
}
ul {
	margin-left: 1.5em;
}
ol {
	margin-left: 2.35em;
}
ol ol, ul ol {
	margin-left: 2.5em;
}
form div {
	margin-bottom: .8em;
}
/* COLORS */
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
}
code, pre {
	color: #c33;
}


