/* This CSS sets the default styles for the base components. */

/* ---------- Global normalization ---------- */

html {
	overflow-y: scroll;
}

body,
dl,
input,
fieldset,
form,
ol,
pre,
td,
th,
ul {
	margin: 0;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

/* ---------- Block elements ---------- */

blockquote {
	margin: 0 4em;
}

code,
pre {
	font: 90% 'Courier New', Courier, monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.2em;
	margin: 0 0 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

hr {
	border: 0 solid #BFBFBF;
	border-width: 0 0 1px;
	margin: -1;
	height: 0;
}

li {
	margin: 0 2em;
}

ol,
ul {
	padding: 0 1em;
}

p {
	margin: 0 0 1em;
}

/* ---------- Inline elements ---------- */

a {
	outline: none;
}

abbr {
	border-bottom: 1px dotted #000;
	border-bottom-color: inherit;
}

aside {
	background: #f00;
}

dfn {
	font-style: italic;
}

q:before,
q:after {
	content: '';
}

/* ---------- Inline-block elements ---------- */

article {
	background: #ff0;
	display: inline-block;
}

img {
	border: 0;
	vertical-align: bottom;
}

sub,
sup {
	line-height: 0;
}

table {
	border-collapse: collapse;
}

/* ---------- Forms ---------- */

fieldset {
	border: 1px solid #BFBFBF;
	padding: 0;
}

legend {
	margin: 0 1em;
	padding: 0 1em;
}

input,
label {
	vertical-align: middle;
}

input.text,
input.password,
input.file,
input.submit,
input.button,
input.reset,
select,
textarea {
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	padding: 2px;
	font-size: 1.25em;
	width: 11em;
}

/* ---------- Extras ---------- */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-clear {
	clear: both;
	overflow: auto;
}

.ie6 .float-clear {
	zoom: 1;
}

.no-text {
	display: block;
	font-size: 0;
	text-indent: -99999%;
}
