@charset "utf-8";

/*-------------------------------------------------------------
	reset.css
	http://studiospec.com.au
	ver 1.0 // 24/Mar/2011
-------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

/*-------------------------------------------------------------
	index
		1. Browser style reset
		2. element style
-------------------------------------------------------------*/

/* 1. browser style reset
-------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

header, footer, nav, article, section, aside {
	display: block;
}

/* 2. Element style
-------------------------------------------------------------*/
ol, ul {list-style: none;}
strong{font-weight:bold;}
a img{border-style:none;}
img{vertical-align:middle;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {outline: 0;}

/* Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php */
.clfix:after{
	content:"."; 
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0;
}
.clfix{display:inline-block;}
/* Hides from IE-mac \*/
* html .clfix{height:1%;}
.clfix{display:block;}
/* End hide from IE-mac */

