@charset "utf-8";
/* CSS Document */
/*
	author: hong
	email: huanghong@hotmail.com
	homepage: design-hong.com	*/

/* basic */
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
body {
	min-width: 1000px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}
a {
	color: #333;
	outline: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
	border: none;
}
.box:after, li:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

/* info */
.info {
	position: fixed;
	top: 80px;
	left: 30px;
	color: #f0f;
}
h1, h2 {
	font-size: 10.5pt;
}
h1, p.class, p.braces {
	display: inline;
}
h1 {
	margin-right: 10px;
}
p {
	margin: 5px 0;
}
.info p, li.once p {
	text-indent: 2em;
}
.info p.braces {
	font-size: 150%;
}
span.property {
	color: #009;
}
span.value {
	margin: 0 3px;
	color: #00f;
}

/* works */
.works {
	float: right;
	width: 55%;
	margin: 50px 0;
}
li {
	margin-bottom: 20px;
	padding: 0 10px 20px 0;
	border-bottom: 1px dashed #ccc;
}
.pic {
	float: left;
	width: auto;
	margin-right: 20px;
}
.pic a, li.old {
	display: block;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
}
.pic a:hover {
	border-color: #ddd;
}
h2 span, li p span {
	font-family: "Courier New", Courier, monospace;
}
h2 span {
	color: #f0f;
}
h2 span span {
	font-size: 150%;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
p.date {
	margin: 0;
}
p.add {
	font-size: 8pt;
}
p span {
	color: #060;
}
p span span, p a, p a:hover {
	color: #00f;
}
p a:hover {
	text-decoration: none;
}
p abbr {
	cursor: help;
}
/* once */
li.once {
	color: #f0f;
}
li.once p.notes {
	color: #999;
	text-indent: 0;
}
p.class {
	margin-right: 5px;
}
li.once p span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* bottom */
li.wangma {
	border-bottom-style: solid;
}
li.resume {
	border: none;
}
