/* =====Reset===== */
/*
html,body,div,span,a,img,h1,h2,h3,h4,h5,h6,p,blockquote,q,cite,abbr,acronym,caption,address,strong,strike,del,big,small,font,dfn,ins,kbd,s,samp,tt,var,pre,code,dfn,var,iframe,applet,object,fieldset,form,label,legend,dl,dt,dd,ul,ol,li,table,caption,tbody,tfoot,thead,tr,th,td{
	border: 0;
	font-family: inherit;
	font-size:100%;
	font-style:inherit; 
	font-weight:inherit;
	margin:0;
	outline: 0;
	padding:0;
	vertical-align: baseline;
}
*/

/*
caption,th,td {text-align:left}
table {
	border-collapse:collapse;
	border-spacing:0;
}
*/
blockquote:before,blockquote:after,q:before,q:after {content:''}

/* =====Typography=====*/
/*
body {
	background: #fff;
	color: #51555c;
	font: 75%/1.5 helvetica, arial, sans-serif; / * Set in percentages so IE6 can still resize. The percentage notation also fixes a strange quirk where IE dramaticly scales text. * /
}
*/
html>body {
	font-size: 12px; /* a more exact setting in pixels for browsers that can resize them. */
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}

/*
em,
*[lang] {
	font-style: italic;
}
*/
strike,
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
/* Links */
a,
a:visited {
	color: #000000;
	text-decoration: none;
}
/* specify all three for accessibility */
/*
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
*/

/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 110%;
	font-style: italic;
}
/* Font sizes and vertical measure */

blockquote {
	border-left:.16666667em solid #e9eaea;
	margin: 0 .75em .75em .75em;
	padding-left:1em;
}
small,
acronym,
.caps {
	font-size: .833333333333em;
	line-height: 1.8em;
}
pre {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	overflow: auto;
}
textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	padding: 3px;
}


#content li, #content dd {
	margin-bottom: .5em;
}
