/*
	   _____ ______
	  / ___// ____/
	  \__ \/ /_
	 ___/ / __/ (c) 2011
	/____/_/ sasaforic.com

*/

/* global */
* {
	margin: 0;
	padding: 0;
}

a:focus {
	-moz-outline-style: none;
}

:focus {
	outline: 0;
}

li {
	list-style: none;
}

img {
	border: 0;
}

/* html 5 */
header,
footer,
section,
aside,
nav,
menu,
article {
	display: block;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}