/* main layout elements  */
html, body, div, applet, object, iframe, img, form, fieldset, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
	
}


/* body line height */
body {
	line-height: 1;
}


/* elements with a vertical margin */
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
        margin: 0 0;
        padding: 0;
}


/* elements with a left hand margin */
li, dd, blockquote {
        margin-left: 1em;
}


/* reset list styles: */
ol, ul {
	list-style: none;
}


/* reset table borders... tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* remove quotation marks */
blockquote, q {
	quotes: none;
}

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


/* keep superscript and subscript text from breaking the line-spacing  */
sup {
    font-size: 80%;
    vertical-align: baseline;
	position: relative; 
    bottom: 0.33em;
}

sub {
    font-size: 80%;
    vertical-align: baseline;
   	position: relative;
    bottom: -0.25em;
}
