/*---------------------------------------------------------------------------------
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, p {
	font: 13px/145% arial,helvetica,verdana,clean,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
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*26px via YUI Fonts CSS foundation*/
	font-size: 197%;
}
h2 {
	/*24px via YUI Fonts CSS foundation*/
	font-size: 182%; 
}
h3 {
	/*22px via YUI Fonts CSS foundation*/
	font-size: 167%;  
}
h4 {
	/*20px via YUI Fonts CSS foundation*/
	font-size: 153.9%;  
}
h5 {
	/*18px via YUI Fonts CSS foundation*/
	font-size: 138.5%;  
}
h6 {
	/*16px via YUI Fonts CSS foundation*/
	font-size: 123.1%;  
}
h1,h2,h3,h4,h5,h6 {
	font-family: arial,helvetica,verdana,clean,sans-serif;
	color: #000;
}
strong {
	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,fieldset,ul,ol {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 125%;
}

a {
	outline: 0;
}

framset, 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;
}
