/*
........................................................................................................

	
    :::::::::   :::::::::
    :::::::::   :::::::::
    :::::::::   :::::::::
    :::::::::   :::::::::

    :::::::::   :::::::::
    :::::::::   :::::::::
    :::::::::   :::::::::
    :::::::::   :::::::::
 

    squarehead design studio   |  845.389.8953 :: www.squareheaddesignstudio.com :: sblissinc@me.com

........................................................................................................

    Reset
........................................................................................................
*/

/* 	font-size of 62.5% = 10/16 (16px is default browser font)
	this makes 1em = 10px */
body { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1em;
	background: #ffffff;
	margin: 0;
	height: 100%;
}

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

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

/* to remove dotted borders from FireFox */
* :focus { outline: 0; -moz-outline-style: none; }
input:focus, input:active, a:active, a:focus { outline: 0;  -moz-outline-style: none; }
button:active, button:focus { outline: 0; border: 0; -moz-outline-style: none; }

/* make links un-selectable in Mozilla and Konqueror (WebKit) */
button, a { -moz-user-select: none; -khtml-user-select: none;  -moz-outline-style: none; }


/*	TYPOGRAPHY
-------------------------------------------------------------------------------------------------------------------*/
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 .5em 1.5em; }
ol	{ margin: 0 1.5em .5em 1.5em; }
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%; border-collapse: separate; border-spacing: 0; }
th      { border-bottom: 1px solid #cccccc; font-weight: bold; }
td      { border-bottom: 1px solid #cccccc; }
th,td   { text-align: left; padding: 2px 10px 2px 0; }



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}






