/*********************************************************************************************************
*      Author:        Ideup!                                                                             *
*      Name:          reset.css                                                                   	   	 *
*      Description:   browser reset                                                               	   	 *
*********************************************************************************************************/
 

/* Base font */
html { font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; min-height: 100%; }
body { margin: 0; font-size: 100%;} /*standard*/
* html body { font-size: 101%; } /*IE6*/
*:first-child+html body { font-size: 101%; } /*IE7*/

/* Text */
h1, h2, h3, h4, h5, h6, p, pre, blockquote { margin: 0; font-weight: normal; }
ul, li, ol, dl, dt, dd { padding: 0; margin: 0; list-style-type: none; }
address { font-style: normal;}
abbr { cursor:help; border: none;}

/* Table */
table { border-collapse: collapse; border-spacing: 0; width: 100%; font-size: 1em;}
td { vertical-align: top;}
caption, th { text-align: left; }
caption { display: none;}

/* Link */
a { text-decoration: none; outline: none;}
a:hover { text-decoration: underline; }
button:focus{ outline: none;}
a img { border: none; }
a abbr { cursor: pointer;}

/* Form */
form { margin:0; }
fieldset { margin:0; padding:0; border: none; }
legend { padding:0; display: block; text-indent: -9999px; width: 0; height: 0; overflow: hidden;}

input, textarea, select { font-size: 1em; font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0; }
input:focus, textarea:focus { outline: none!important;}
textarea { resize: none; overflow: auto; }

/* Clearfix */
.clearfix:after { content: "."; display:block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
* html .clearfix { height: 1px; }
/* End hide from IE Mac */

/*debug
* { border: solid 1px red!important;}*/
