﻿/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul,li{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
input{
    margin: -3px 0 0 0;
}

.clearfix {
    /*display: inline-block; removed this to fix cart page -- not sure of other implications*/
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
/* not sure why i need to do this, but shopping cart page needed it */
.clearfix:after {
	clear: both;
	content: " ";
	height: 0;
	visibility: hidden;
	line-height: 0;
}
/* overriding stuff from reset that doesnt' make sense to me */
strong,b {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

a {
	color: inherit;
	text-decoration: none;
	outline:none;
}
img {
	outline: none;
	border:0;
}
li {
	outline:none;
}
@font-face {
font-family:"KlavikaRegularPlain";
src:url(../fonts/klaviregpla-webfont.eot);
src:url(../fonts/klaviregpla-webfont.eot?iefix) format('eot'), 
	  url(../fonts/klaviregpla-webfont.woff) format('woff'), 
	  url(../fonts/klaviregpla-webfont.ttf) format('truetype');
}
@font-face {
font-family:"NexaBold";
src:url(../fonts/Nexa_Free_Bold-webfont.eot);
src:url(../fonts/Nexa_Free_Bold-webfont.eot?iefix) format('eot'), 
	  url(../fonts/Nexa_Free_Bold-webfont.woff) format('woff'), 
	  url(../fonts/Nexa_Free_Bold-webfont.ttf) format('truetype');
}
@font-face {
font-family:"NexaLight";
src:url(../fonts/Nexa_Free_Light-webfont.eot);
src:url(../fonts/Nexa_Free_Light-webfont.eot?iefix) format('eot'), 
	  url(../fonts/Nexa_Free_Light-webfont.woff) format('woff'), 
	  url(../fonts/Nexa_Free_Light-webfont.ttf) format('truetype');
}


