@charset "UTF-8";


/*
**
	3&5 webdesign framework (c) 2009 cara-tm.com, all rights reserved.
	♥ Allison Draft
**	@file: resets.css
**	@description: reset default browsers styles
**	@author: Patrick LEFEVRE, <patrick[dot]lefevre[at]gmail.com>
**	@copyright: cara-tm, based on Eric Meyer reset file v1.0 | 20080212
**  
*/

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,font,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{
margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{text-align:center;line-height:1;font-size:62.5%}
body *{text-align:left}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none}

/* remember to define focus styles! */
:focus{outline:0}

/* remember to highlight inserts somehow! */
ins{text-decoration:none}
del{text-decoration:line-through}
abbr,acronym{border-bottom:1px dotted;cursor:help}

/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0}
/* set a pointer cursor for attempted elements */
input[type=submit],label,select{cursor:pointer}
/* block property for links within lists */
/*ul a,li a{display:block}*/
a{outline:0 none;-moz-outline:0 none}
/* sub & sup correction */
sup,sub{
height:0;
line-height:1;
vertical-align:baseline;
_vertical-align: bottom;
position: relative
}
sup{bottom:1ex}sub{top:.5ex}
/* default formatting for line of code or shortcuts */
tt,code,kbd,samp,pre,.code{font-family:Consolas,'andale mono','lucida console','courier new',monospace}
kbd{background:#fafafa;border-bottom:1px solid gray;border-right:1px solid gray;padding:1px 2px}
/* Highlight and Strike-through */
ins{text-decoration:none;font-weight:bold}
del{text-decoration:line-through}
/* clearfix */
.clearfix{content:'\\0020';display:block;height:0;clear:both;visibility: hidden;overflow:hidden;font-size:0}