/**
 * CSS Reset.
 * @warn        不允喧燹改
 * @author      yaowu.huang@gmail.com
 * @version     1.0.0 build 2013-01-09
 */

/** 清除内外边緛E**/
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements */
dl, dt, dd, ul, ol, li, /* list elements */
pre, /* text formatting elements */
form, fieldset, legend, button, input, textarea, /* form elements */
th, td /* table elements */ {
	margin: 0;
	padding: 0;
	color: #000000;
	margin-bottom: 5px;
}

/** 设置默认字虂E**/
body,
button, input, select, textarea /* for ie */ {
    font: 13px/1.5 "MS Mincho","Osaka",Arial,sans-serif; /* 铁赜宋体，解决win7,64位中文显示问虂E*/
    color: #333;
} /* 用 ascii 字符柄婢，使得在任何编聛E露嘉尬侍丒*/
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
caption, th, b { font-weight: normal; font-style: normal; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等窥笾虂E*/
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列柄皙素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }

sup { vertical-align: text-top; } /* 重置，减少对行高的影蟻E*/
sub { vertical-align: text-bottom; }

/** 重置柄靴元素 **/
legend { color: #000; } /* for ie6 */
fieldset { border: 0; } 
button, input, select, textarea { font-size: 100%; } /* 使得柄靴元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 无边縼E**/
html, img { border: 0; } /* 让IE6下页面无边框；让链接纴E img 无边縼E*/

/** 重置柄择元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
	border-bottom-width: 12px;
}

/** HTML5元素 **/
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
