@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 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
	outline: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
	border: none;
}
input.text, textarea, select, button {
	padding: 2px;
	font-family: inherit;
	_font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	border: 1px solid #9f9f9f;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
}
label, input.btn {
	cursor: pointer;
}
.box {
	clear: both;
	zoom: 1;
}
.box:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
#header, #main, #footer {
	width: 950px;
	margin: 0 auto 40px auto;
}

/* header */
#header h1, ul.nav, ul.nav li {
	float: left;
	margin-right: 1px;
}
#header h1 a, ul.nav li a {
	display: block;
	padding: 4px 13px 4px 15px;
	*padding: 6px 13px 3px 15px;
	font-size: 10.5pt;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	background-color: #999;
}
#header h1 a:hover, ul.nav li a:hover {
	text-decoration: none;
}
#header h1.current a, #header h1 a:hover, ul.nav li.current a, ul.nav li a:hover {
	padding-bottom: 6px;
	*padding-bottom: 5px;
	background-color: #666;
}
#header h1 a, ul.nav li a {
	_float: left;
	_height: 15px;
}

/* main */
h2.title {
	margin-bottom: 10px;
	font-size: 10.5pt;
	font-weight: normal;
	color: #666;
}
ul.area {
	clear: both;
}
ul.area li {
	float: left;
	margin: 0 10px 5px 0;
	*margin-bottom: -4px;
}
ul.area li a {
	color: #aaa;
}
/* content */
.content {
	float: left;
	width: 600px;
}
/* sidebar */
.sidebar {
	float: right;
	width: 250px;
}
.sidebar li {
	line-height: 1.5;
}
.circle {
	margin-bottom: 10px;
	padding: 15px 12px;
	border: 3px solid #e7e7e7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.circle h1, .circle h2, .latestComment h2, .album h2, .articleText h2 {
	font-size: 10.5pt;
}
.area .map {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
}
.area dl {
	margin-top: 5px;
}
.area dt, .area dd {
	margin: 0 3px 3px 0;
	*margin-bottom: 1px;
}
.area dt {
	*clear: both;
	float: left;
}

/* default */
.map {
	margin: -5px 0 20px 0;
}
object {
	width: 950px;
	height: 460px;
	outline: none;
}
object.notIE {
	_display: none;
}

/* blog & picture & video & guestbook */
.all li {
	float: left;
}
.all .pic, ul.album .pic, .latestComment .pic, .latestPicture .pic, .top li .pic {
	padding: 4px;
	border: 1px solid #e7e7e7;
}
.all h2, .top li h3 {
	margin: 5px 0;
}
.all h2 a, .play li h3 a, .top li h3 a {
	font-size: 10pt;
	font-weight: normal;
	color: #333;
}
.all p.tips {
	clear: both;
	color: #999;
}
ul.list li, .comment li, .picture li, .newsList h2, .newsList li, .guestbook h2, .guestbook li, .titleLine h2, .latestPicture h2, .top h2, .comment h2 {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e7e7;
}
ul.list li, .newsList li {
	border-bottom-style: dashed;
}

/* article */
.articleText table {
	margin: 10px 0;
	border-top: 1px dashed #999;
	border-left: 1px dashed #999;
	border-collapse: collapse;
}
.articleText th, .articleText td {
	padding: 5px 10px;
	border-right: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

/* comment & guestbook */
.comment li, .guestbook li {
	line-height: normal;
	padding-bottom: 10px;
	border-bottom-style: solid;
}
form#comment p, .guestbook p {
	margin-bottom: 2px;
}
.comment p.user, .guestbook p.user {
	font-weight: bold;
}
.comment p.user span, .guestbook p.user span, .guestbook p.time, .latestComment p span {
	font-size: 7pt;
	color: #999;
}
.comment p.user span, .guestbook p.user span {
	font-weight: normal;
}
.comment p.message, .guestbook p.message, .guestbook p.reply {
	margin-top: 5px;
	font-size: 10.5pt;
}
form#comment input.text, form#guestbook input.text {
	width: 80px;
}
form#comment input.btn, form#guestbook input.btn {
	width: 67px;
	height: 20px;
	font-size: 9pt;
	font-weight: bold;
	border: none;
	*border: 0;
	background-image: url(../images/btn_1.gif);
}
p.error {
	color: #fc3;
}
p.error label {
	color: #333;
}
p.error *, p.error input.text {
	border-color: #fc3;
}
form#guestbook p.error span {
	display: block;
	margin-bottom: 5px;
}
/* comment */
.titleCircle h2 {
	padding: 3px 5px;
	font-size: 9pt;
	color: #fff;
	-moz-border-radius: 5px;
}
.comment ul {
	margin: 10px 5px 20px;
}
.comment li {
	padding-left: 50px;
	background-image: url(../images/icon_6.gif);
	background-position: left 3px;
}
.comment p {
	line-height: 1.5;
}
form#comment h3 {
	float: left;
	margin-bottom: 20px;
	*margin-bottom: 0;
	padding-right: 70px;
	font-size: 10.5pt;
	font-weight: normal;
	background-image: url(../images/bg_2.gif);
}
form#comment p {
	clear: both;
	line-height: normal;
	margin-left: 20px;
}
form#comment label {
	display: block;
	float: left;
	width: 50px;
	font-size: 10.5pt;
}
form#comment textarea {
	width: 300px;
	height: 80px;
}
form#comment input.btn {
	margin-left: 50px;
	*margin-left: 53px;
}

/* footer */
#footer {
	*padding-bottom: 40px;
	font-size: 8pt;
	text-align: center;
}
#footer p {
	line-height: 1.5;
}
#footer em a {
	font-weight: bold;
}
