@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------
Master Style Sheet for http://www.pixelsavvydesign.com

	Author:Shane Austin | www.shaneaustin.com | www.pixelsavvydesign.com
          
Version:2008.06
----------------------------------------------- */
/* normalize all default browser styles */
/* normalize margins and padding */
body, div, dl, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
	margin:0;
	padding:0;}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6{
	font-size:100%;}

/* normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var{
	font-style:normal;
	font-weight:normal;}

/* removes list-style from lists */
table{
	border-collapse:collapse;
	border-spacing:0;}

/* removes border from fieldset and img */
fieldset, img{
	border:0;}

/* left-aligns text in caption and th */
caption, th{
	text-align:left;}

/* removes quotation marks from q */
q:before, q:after{
	content:'';}

a:focus{
    outline:none;}
/*  end normalize */