html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

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

del {
	text-decoration: line-through;
}

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

ol {
    list-style-type: arabic-numbers;
	list-style-position: inside;
}

p {
	line-height: 1.25;
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

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

ul {
	list-style: none;
	list-style-position: outside;
}

html, body {
	position: relative;
	color: #000;
	font: 12px Verdana;
}

header, nav, article, section, footer, address {
    position: relative;
	display: block;
}

.darkened {
	color: #FFFFFF;
}

.darkened .bg {
	background: #000000 none repeat scroll 0 0;
	filter:alpha(opacity=70);
	opacity:0.70;
	position:absolute;

	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: -1;
}


