@charset "utf-8";
/* CSS Document - Reset all browser defaults*/
/* Author: Scratch Web Design */


/* --------------------------------------------------------- GLOBAL RESET STYLES */
/* This rule resets an extensive set of elements so that they will appear consistent across browsers. */
html, body, div, span, iframe, font, img,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
ol, ul, li, fieldset, form, label, legend, abbr, acronym,
applet, object, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
address, big, cite, code, 
dl, dt, dd {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	}

body {
	line-height: 1.25em;
	}

/* --------------------------------------------------------- LISTS */
/* No list-markers by default since lists are most often used for semantics */	
/* Define default left margin for lists and blockquote */
ol, ul { 
	list-style: none;
	margin-left: 0;
	}
li, dd, blockquote {  
	margin-left: 0;  
	}

/* --------------------------------------------------------- TABLES */
/* Tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}

/* Remove possible quote marks */

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* --------------------------------------------------------- LINKS */
/* remember to define focus styles as required! */	
:focus { 
	outline: 0;
	}
/* Remember to define link styles as required! */	
:link, :visited { 
	text-decoration: none 
	}
/* Kill borders on linked images */
a img,:link img, :visited img { 
	border: none 
	}

/* --------------------------------------------------------- HEADINGS/TEXT */
/* Avoid inconsistant browser default heading and pre/code font-sizes */
/* Set font sizes as required in CSS*/
h1, h2, h3, h4, h5, h6, pre, code { 
	font-size: 1.0em; 
	}
/* Remember to highlight inserts somehow when used! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}	
	
/* EOF */