/*
	RESET.CSS
	REVISION: 20101203a
	***
	The purpose of this CSS file is to neutralize most tags 
	to avoid complications in cross-browser styling.
	***
---------------------------------------------------------------- */


/* Elements we want to clean out entirely 
---------------------------------------------------------------- */
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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; /* The default font size is 16px. 1em = 12pt = 16px = 100% */
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

/* HTML5
---------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { 
	/*-webkit-font-smoothing: antialiased;
	overflow-y: scroll;*/
}

body { line-height: 1; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

form label { cursor: pointer; }
input, select { vertical-align: middle; }

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

/* Apply left margin to the few elements that need it
---------------------------------------------------------------- */
li, dd, blockquote { margin-left: 0em; }


/* CLEARFIX
---------------------------------------------------------------- */
.clr:after {
	content:"";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0 !important;
}

.clr { display: inline-block; }
* html .clr { height: 1%; }
.clr { display:block; } /* Hide from IE Mac \*/


/* Text Related
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

p.caption { font-size: 86%; }

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:link, :visited { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:help;
}


/* Miscellaneous conveniences
---------------------------------------------------------------- */
/* Hides from IE5-mac */
* html div#body { height: 1%; }
/* End hide from IE5-mac */

/*BW - CSS fix for TinyMCE bullets*/
.page-content ol, .page-content ul, .page-content li, .page-content ul li, .page-content ul li ul {list-style: inherit;list-style-type: inherit;}
.page-content ol {list-style-type: decimal;}
.page-content ul {list-style: disc outside none; }
.page-content ul li ul {list-style: circle outside none;}