/* RESET.CSS */
/* ADAPTED FROM http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin : 0; 
	padding : 0; 
	border : 0; 
	outline : 0; 
	font-size : 100%; 
	vertical-align : baseline; 
	background : transparent; 
	}
body { line-height : 1.5; }
ol, ul { list-style: none;}

blockquote, q { quotes: '\201C' '\201D' '\2018' '\2019'; }
q:before { content: '\201C'; content: open-quote; }
q:after { content: '\201D'; content: close-quote; }

/*
blockquote *:before { content: '\201C'; content: open-quote;}
blockquote *:after { content: ''; content: no-close-quote;}
blockquote *:last-child:after { content: '\201D'; content: close-quote;}
blockquote q:before { content: '\2018'; content: open-quote;}
blockquote q:after { content: '\2019'; content: close-quote;}*/

/* tables still need 'cellspacing="0"' in the markup */
table { 
	border-collapse : separate; 
	border-spacing : 0; 
	}
caption, th, td { font-weight : normal; }
table, td, th { vertical-align : middle; }

a img {border : none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; color:#666;}
strong {font-weight:bold;}
abbr[title], dfn[title] {
	border-bottom : 1px dotted rgb(0,0,0);
	cursor : help; }
abbr, acronym {border-bottom:1px dotted #666;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
address {margin:0 0 1.5em;font-style:italic;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {
	font:1.1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
	}
/* @end Reset */


