/*
 *	样式文件
 *
 *	字体相对大小：
 *	12px  78%
 *	14px  89% (12px/115%)
 */

/*	全局样式
 **********************/

* {font-family: Tahoma, '宋体';margin: 0;padding: 0;}
body {background:url("../images/bgbody.jpg") no-repeat scroll center top #000000;color: #EEEEEE;font-size: 89%;}

p, li {line-height: 150%;}
pre {background: #0F0F0F;border-left: 4px solid #808080;padding: 8px 5px 8px 5px;}                                                                           
code {color: #3CFFFF;font-family: 'Courier New';font-size: 12px;line-height: 120%;}                                                                            
blockquote {background: #1A1A1A;font-size: 12px;line-height: 150%;margin: 0.5em 0;padding: 0.5em 1em 0.5em 2em;}

a:link,
a:visited,
a:active {color: #FFCC00;text-decoration: underline;}
a:hover {color: #FF9900;text-decoration: none;}

textarea,
input[type="password"],
input[type="file"],
input[type="text"] {background: #C7EDCC;border-top: 1px solid #000;border-right: 1px solid #FFF;border-bottom: 1px solid #FFF;border-left: 1px solid #000;font-size: 1em;padding: 2px 3px 1px;}
textarea {font-family: "宋体";font-size: 1em;padding: 5px 3px;}
select {background: #C7EDCC;font-size: 1em;}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #999;border-top: 1px solid #EFEFEF;border-right: 1px solid #000;border-bottom: 1px solid #000;border-left: 1px solid #EFEFEF;color: #000;font-size: 12px;
	padding: 1px 12px 2px;		/* All - Firefox */
	padding: 4px 16px 1px\9;	/* All IE - IE 8  */
	+padding: 3px 5px 0px;		/* IE 7 */
	_padding: 3px 5px 0px;		/* IE 6 */
}

hr {border: 1px solid #666;height: 1px;}

/*
原版:
h1 {font-size: 2.25em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.25em;}
h4 {font-size: 1em;}
 */
h1, h2, h3, h4 {color: #FFCC00;font-family: '微软雅黑', '幼圆', '黑体';}
h1 {font-size: 2.25em;}
h2 {font-size: 1.48em;margin: 0.3em 0;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.15em;}


/*	组件样式
 **********************/

#container {}

#header {height: 83px;}
#logo {border: 0px solid #FF0000;float: left;position: absolute;top: 20px;left: 30px;}
#logo h1, #logo p {display: inline;}
#logo p {margin-left: 15px;}

#search {float: right;margin: 10px 10px 0 0;}
#navigation {clear: both;float: right;margin: 25px 10px 0 0;}

#main {margin: 10px 10px 0;}
#pages {text-align: center;}


/* 导航栏样式 *****/

#navigation {}
#navigation a:link,
#navigation a:visited,
#navigation a:active {color: #FFFFFF;padding: 2px 4px 2px;text-decoration: none;}
#navigation a:hover {background: #EFEFEF;color: #000000;text-decoration: none;}


/* 日志样式 *****/

.log_date {background: #1A1A1A;border-left: 5px solid #262626;color: #FFCC00;clear: both;font-weight: bold;height: 32px;line-height: 32px;margin: 5px 0;padding: 0 10px;}

.log {clear: both;margin: 5px 0;}
.log_time {background: #1A1A1A;font-weight: bold;padding: 0.8em 3px;text-align: center;}
.log_main {background: #636363;border-left: 3px solid #2B343D;padding: 5px 10px;}
.log_title {margin: 5px 0 7px;}
.log_title h4 {color: #000;}
.log_more {margin: 0 0 10px 0;}
.log_status {color: #EFEFEF;float: right;margin: 7px 10px 0 0;}
.log_status a:link,
.log_status a:visited,
.log_status a:active {text-decoration: none;}
.log_status a:hover {text-decoration: none;}
.log_trackback {}

.content {color: #FFF;}
.content p {margin: 0.6em 0;}
.content li {margin-left: 1.5em;}

.meta {background: #1A1A1A;border-left: 5px solid #000;color: #FFCC00;clear: both;font-weight: bold;height: 32px;line-height: 32px;margin: 5px 0;padding: 0 10px;}

/* 表格样式 *****/

.tb_default {}
.tb_default td {padding: 3px;}

.tb_normal {background: #585858;border-top: 1px solid #000;border-left: 1px solid #000;margin: 5px 0;}
.tb_normal th {background: #808080;border-bottom: 1px solid #000;border-right: 1px solid #000;color: #FFF;line-height: 130%;padding: 3px 5px;}
.tb_normal td {border-bottom: 1px solid #000;border-right: 1px solid #000;line-height: 130%;padding: 3px 5px;text-align: center;}

/* 一般表单 **********/

.form_normal {background: #585858;padding: 10px 8px 0px 10px}
.form_normal h3,
.form_normal h4 {margin-bottom: 5px;}
.form_normal dl {margin: 15px;}
.form_normal dt {line-height: 180%;}
.form_normal .button {padding: 12px 0 15px;}
