/*
// Pixolia Studios, LLC
// http://pixolia.net/
-----
// Initial CSS Reset
*/

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;
}

/*
// Setup default structure for the page.
*/

body {
	background-color: #000;
}
body, input {
	font: 12px/18px Helvetica, Arial, sans-serif;
}

input {
	color: #333;
}

/*
// Tidy Resets
*/

img,a img { 
	border: 0;
}
ol,ul {
	list-style: none;
}
h2 span {
	display: none;
}

/*
// Reset all the anchors.
*/

/*
// 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;
}

/*
// Set for the sake of defining them.
*/

span.amp {
  	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal !important;
}
.hide {
	display: none;
}

/*
// Wrapper
*/
.wrapper {
	width: 750px;
	margin: 0 auto;
}