/*
// @author: Garrett Bjerkhoel
// @copyright: 2009
-----
// Initial CSS Reset
*/

/*
// I hate you *
*/

body, table, tr, th, td, dd, dt, dl, p, div, form, input, pre, textarea, fieldset, blockquote, ul, ol, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {

}

/*
// Setup default structure for the page.
*/

body, input, button {
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	-webkit-text-stroke: 1px transparent;
}
p {
	line-height: 18px;
}

body {
}

input {
	color: #666;
}

/*
// Tidy Resets
*/
img, a img {
	border: 0;
}
ol, ul {
	list-style: none;
}
h2 span {
	/*display: none;*/
}


/*
// Reset all the anchors.
*/

a {
	color: #993300;
	outline: none;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}

/*
// Remove all focus styles.
*/

*:focus {
	outline: none;
}

/*
// Clearfix
*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height:1px;
}
