/* 
	Theme Name: Global Whitespace CSS Reset
	Theme URI: http://studio.kiamsiap.com/
	Description: Completely reset the css and styling for all major browsers, to ensure maximum compatibility
	Version: 1.0
	Author: Derek Wong
	Author URI: http://www.derekwong.net/

	Modified from Yahoo! UI Library: Reset CSS
	Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
*/
html{
	color:#000;
	background:#FFF;
}

*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* Images & Iframes*/
a img,iframe,fieldset{
	border:0;
}

/* Headers */
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

/* Lists */
ul,ol,dl,li{
	list-style: none;
}

/* Forms */
form, fieldset {
	border: 0;
}

legend{
	color:#000;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{
	*font-size:100%;
}

select {
	margin: inherit;
}

/* Tables */
table{
	border-collapse:collapse;
	border-spacing:0;
	border: 0;
}

td,th,caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

/* Text Effects */
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
blockquote, q {
	quotes: '' '';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

/* To remove link underlining */
:focus {
	outline: 0;
}