/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/

html {
	/*to hide horizontal scroll*/
	/*overflow-x: hidden;
	overflow-y: auto;*/
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {
	font: 12px/1.6em Trebuchet MS, Verdana, Helvetica, sans-serif;
}
table {
	font-size: inherit;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 99%;
}

/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

h1 {
	/*23px via YUI Fonts CSS foundation*/
	font-size: 174%;
}
h2 {
	/*20px via YUI Fonts CSS foundation*/
	font-size: 154%;
}
h3 {
	/*17px via YUI Fonts CSS foundation*/
	font-size: 131%;
}
h4 {
	/*15px via YUI Fonts CSS foundation*/
	font-size: 116%;
}
h5 {
	/*14px via YUI Fonts CSS foundation*/
	font-size: 108%;
}
h6 {
	/*13px via YUI Fonts CSS foundation*/
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom: 1px dotted #000;
	cursor: help;
} 
em {
	/*bringing italics back to the em element*/
	font-style: italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin: 1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left: 2em;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left: 1em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight: bold;
	text-align: left;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align: center;
}
p,ul,ol,form {
	/*so things don't run into each other*/
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
h1,h2,h3,h4,h5,h6 {
	/*so things don't run into each other*/
	margin-top: 1.8em;
	margin-bottom: 1.2em;
}

a {
	outline: 0;
}

frameset, frame {
	margin: 0;
	padding: 0;
	border: 0;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 0.6em;
	font-weight: bold;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}