* {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	display: inline;
}

a {
	text-decoration: none;
}

@font-face {
	font-family: 'Bariol';
	src: url('../fonts/Bariol.ttf');
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.ttf');
	src: url('../fonts/fontawesome-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: 'Bariol', arial, sans-serif;
	font-size: 60px;
	letter-spacing: 5px;
}

h2 {
	font-family: 'Bariol', arial, sans-serif;
	font-size: 40px;
	letter-spacing: 3px;
}

.header-wrapper {
	font-family: Arial, sans-serif;
}

.container-wrapper {
	font-family: 'Bariol' ,Arial, sans-serif;
}

.show {
	display:block;
}
/* Float padding fix */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1; /* IE6&7 */ 
}