@charset "utf-8";
/*------------------------------------------------------------------
Resume General Print Style Sheet

Verison: 1.0
Date:20/10/2009
autor:Heck Jiang
Email:i@hecks.tk
Website:http://hecks.tk
--------------------------------------------------------------------*/
/* 样式初始化 */
ul, ol, li, img, abbr, body, p, h1, h2, h3 { margin:0; padding:0; list-style:none; }
body { font-family: '微软雅黑'; font-size:12px; }
img, abbr { border:none; }
/* 共用标题 */
h1 { font-size:30px; }
h2 { font-size:20px; }
h3 { font-size:14px; }
/* 共用连接 */
a { outline:none; text-decoration:none; color:#000; }
a:hover { text-decoration:underline; }
a:link,a:visited{ color:#000 }

/* 公共头部 */
.header .summary,.hresume, .header h1{ width:800px; margin:0 auto; }
.header { width:100%; background:#FFF; border-bottom:#000 4px solid;}
.header h1 { line-height:54px; height:54px; }
.header .summary { position:relative; }
.header .summary .base, .header .summary .topMap { border-top:1px solid #000; border-left:1px solid #000; border-right:1px solid #000;background:#FFF; padding:14px 19px; width:515px; }
.header .summary .topMap { border-top:2px solid #000; border-left:2px solid #000; border-right:2px solid #000; background:#FFF; width:auto; margin:0 0 0 20px; padding:10px 30px 0; position:absolute; bottom:-4px; right:0; }
.topMap li { float:left; display:inline; }
.topMap li a { width:14px; display:block; padding:5px 5px 10px; }
.topMap li a:hover, .topMap li a.mapSelected { background:#000;color:#FFF; }
	/* 基本概况 */
	.base { position:relative; }
	.base img { height:115px; padding:1px; border:1px solid #000; background:#FFF; }
	.base .fn, .base .n, .base .adr, .base .tel, .base .url, .base .email { color:#000; }
	.base .url, .base .email { text-decoration:underline; }
	.base .url:hover, .base .email:hover { text-decoration:none; color:#000; }
	.base li.photo { float:right; }
	.base li { line-height:20px; }
/* 主体公共部分 */
.hresume a:hover { padding:0 17px 0 0; color:#000; }
.hresume ul { border:1px solid #000; background:#FFF; padding:25px 19px; position:relative; }
.hresume ul li { padding:0 0 5px; margin:0 0 10px; border-bottom:1px dotted #000; }
.hresume h2 {padding:0; display:inline; }
.hresume h3 { margin-bottom:5px; }
.hresume .date_duration { margin-bottom:3px; padding:0 0 0 18px; background:url(images/time.png) no-repeat; color:#000; }
.hresume .description { }
	/* 个人概况 */
		.hreview .title { display:none; }
	/* 求职意向 */
		.expertation h3 { display:inline; }
	/* 技能掌握 */
		.skills{ margin:0 0 10px }
		.skills a { font-weight:bold; }
		.skills a:hover { background:none; padding:0; color:#000; text-decoration:none; }
		.skills ol li { display:inline; border:none; margin:0 4px; }
/* 版本 */
.version{display:none}
/* 公共页脚 */
.footer{width:100%;background:#FFF; border-top:#000 4px solid;z-index:50}
.footer #copyright{width:800px; margin:0px auto; color:#000;padding:3px 0}
.footer #copyright p{float:left}
.footer #copyright p a{color:#000}
.footer .valid{ display:none}
