/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::																	     ::
::	DEFAULT CORE STYLES - ADD SITE SPECIFIC CSS AFTER THESE LOAD		 ::
::																		 ::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	:: squarehead design studio
	
	845.331.1953
	www.squarehead.com
	sbliss@squarehead.com
                                                                                                          
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

/* 	RESET
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/* 	font-size of 62.5% = 10/16 (16px is default browser font)
	this makes 1em = 10px */
body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1em;
	background: #ffffff;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, span, object, iframe,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
}

/*	TABLES
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
table	{ border-collapse: separate; border-spacing: 0; }
th, td 	{ text-align: left; }

/*	LINKS
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
a img	{ border: 0; }
a		{ color: #000000; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: none; }

/*	TYPOGRAPHY
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
h1, h2, h3, h4, h5, h6, p, 
pre, address, dl, ol, ul, label, table {
	font-size: 1.2em; line-height: 1.2em;
}

p	{ margin-bottom: 1em; }

h1	{ font-size: 2.5em; line-height: 1em; margin-bottom: 0.5em; }
h2	{ font-size: 2em; margin-bottom: 0.5em; }
h3	{ font-size: 1.5em; margin-bottom: 0.5em; }
h4	{ font-size: 1.2em; font-weight: bold; margin-bottom: 0.5em; }
h5	{ font-size: 1.2em; font-weight: bold; margin-bottom: 0.5em; }
h6	{ font-size: 1.2em; font-weight: bold; margin-bottom: 0.5em; }

blockquote { font-style: italic; }

strong	{ font-weight: bold; }
em		{ font-style: italic; }

/*	LISTS
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
ul	{ margin: 0 1.5em 1.5em 1.5em; }
ol	{ margin: 0 1.5em 1.5em 1.5em; } /* => SEE ie.css                    */
li	{ padding: 0 0 .5em; }
dl	{ margin: 0 0 1.5em; }
dt	{ font-weight: bold; }
dd	{ margin: 0 0 .5em; }

/*	TABLES
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
table   { margin-bottom: 1.5em; width: 100%; }
th      { border-bottom: 2px solid #cccccc; font-weight: bold; }
td      { border-bottom: 1px solid #cccccc; }
th,td   { padding: 2px 10px 2px 0; }

/*	IMG
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
img { float: left; }













