@charset "utf-8";
/**
 * @fileoverview reset html default css base css global css
 * @author Zhang Jianbin
 * @version 1.0
 */

/*==S reset ==*/
@font-face {
    font-family: Ocraextile;
    src: url("http://www.microsoft.com/typography/web/embedding/demos/4/OCRAEXT1.eot");
}
@font-face { 
    font-family: Eurostile;
    src: url("http://www.microsoft.com/typography/web/embedding/demos/6/EUROSTI1.eot"); 
}
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
legend {
	color:#000;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
}
article,aside,footer,header,menu,nav,section {
	display:block; 
}
/*==E reset ==*/

/*==S base==*/
html {
	height:100%;
}
body {
	font:normal normal normal 12px/150% Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
	color: #333333;
	background:#10292E url(bg2.jpg) no-repeat left bottom fixed;
	_background:#10292E;
	padding:5px 0;
	min-height:100%;
}
a:link, a:visited {
	color:#87B109;
	text-decoration:underline;
}
a:hover, a:active {
	color:#87B109;
	text-decoration:none;
}
button {
	cursor:pointer;
}
pre,blockquote {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	padding:10px;
	margin:5px;
	color:#03DC26;
	border-left:3px double #666;
}
blockquote {
	color:#666; 
}
code {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#03DC26;
}
code * {
	color:#03DC26!important;
}
/* clear float */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
/*fix element*/
.el_fix {
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fix_table {
	table-layout:fixed;
	margin:0 auto;
}
.fix_table th {
	padding:3px;
}
.fix_table td {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
	padding:3px;
}
/* form format styles */
form {
	display:inline;
}
input, select, textarea {
	font:12px Arial, Helvetica, sans-serif;
}
input.text, textarea {
	padding:3px;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
/*==E base==*/
::selection {
color: #111;
background-color:#CF0;
}
::-moz-selection {
color: #111;
background-color: #CF0;
}
/*==S base mode==*/
#page {
	width:650px;
	margin:0 0 0 100px;
}
#hd {
	background:#CF0;
	filter: Alpha(opacity=90);
	-moz-opacity:.9;
	opacity:0.9;
	height:80px;
	display:block; 
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-radius: 8px 8px 0 0;
}
#logo {
}
#logo h1 {
	padding:20px 0;
	font-family:"Courier New", Courier, monospace;
	font-variant:small-caps;
	letter-spacing:0.15em;
	font-size:45px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
#logo h1 a {
	text-decoration:none;
	color:#fff;
}
#logo h1:after {
	content:'+';
	font-weight:normal;
	text-shadow:0 0 0;
	color:#030;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
#logo h1:before {
	content:'+';
	font-weight:normal;
	text-shadow:0 0 0;
	color:#030;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
#nav {
	display:block; 
	height:25px;
	line-height:25px;
	text-align:center; 
	background:#222;
	border-bottom:1px solid #000; 
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-variant:small-caps;
}
#nav li {
	display:inline;
	margin:0 10px;  
}
#nav li a {
	color:#87B109;
	text-decoration:none; 
	text-shadow:1px 0 0 #000;
}
#aside {
	width:110px;
	padding:10px 0;
	position:fixed;
	_position:absolute;
	top:85px;
	left:750px;
	background:#CF0;
	z-index:10;
	filter: Alpha(opacity=90);
	-moz-opacity:.9;
	opacity:0.9;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius: 0 5px 5px 0;
	text-transform:capitalize;
}
#aside li {
	margin:2px 10px;
	border:1px #000 dotted;
	text-align:left;
	line-height:24px;
}
#aside li a {
	display:block;
	padding-left:5px;
	color:#000;
	text-decoration:none;
	text-shadow:1px 0 0 #ddd;
}
#aside li a:hover {
	background:#000;
	color:#fff;
}
#bd {
	width:650px;
	padding:20px 0;
	text-align:left;
	color:#999;
	background:#000;
	filter: Alpha(opacity=90);
	-moz-opacity:.9;
	opacity:0.9;
}
#bd .article {
	margin:0 20px;
	display:block; 
}
#bd .article .pubtime {
	font-variant:small-caps;
	letter-spacing:0.15em;
	text-align:center;
	padding:5px 0;
	border-bottom:1px #444 solid;
}
#bd .article .title {
	font-size:25px;
	font-family:"微软雅黑", Verdana;
	font-weight:normal;
	padding:10px 0 20px;
	color:#fff;
	text-shadow:1px 0px 0px #eee;
}
#bd .article .title a {
	text-decoration:none;
	color:#fff;
}
#bd .article .con {
	line-height:1.8;
}
#bd .article .con p {
    margin:0 0 6px 0; 
}
#bd .article .con ol,
#bd .article .con ul{ 
    margin-left: 40px;
}
#bd .article .con ul li{
    list-style:disc;
}
#bd .article .con ol li{
    list-style:decimal;
}
#bd .article .con strong {
	font-weight:bold;
}
#bd .article .con h3,
#bd .article .con h4,
#bd .article .con h5 {
	font-weight:bold;
	font-size:14px;
}
#bd .article .footer {
	margin:15px 0;
	line-height:24px;
	border-top:1px #444 dotted;
}
#links {
	text-align:left;
}
#links h2 {
	font-size:24px;
	font-weight:bold;
	padding:10px 20px;
	background:#000;
	color:#111;
	filter: Alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
	font-variant:small-caps;
	letter-spacing:0.15em;
	text-shadow:1px 1px 0px #6F0;
}
#links ul {
	padding:10px 20px;
	background:#fff;
	filter: Alpha(opacity=90);
	-moz-opacity:.9;
	opacity:0.9;
}
#links ul li {
	float:left;
	width:33.3%;
	line-height:24px;
}
#months {
	margin:-19px 0 0;
}
#months h2 {
	font-size:24px;
	font-weight:bold;
	padding:10px 20px;
	background:#000;
	color:#111;
	filter: Alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
	font-variant:small-caps;
	letter-spacing:0.15em;
	text-shadow:1px 1px 0px #6F0;
}
#months ul {
	padding:10px 20px;
	background:#fff;
	filter: Alpha(opacity=90);
	-moz-opacity:.9;
	opacity:0.9;
}
#months ul li {
	float:left;
	width:33.3%;
	line-height:24px;
}
#ft {
	padding:20px 0;
	color:#060;
	text-align:center;
	background:#CF0;
	filter: Alpha(opacity=90);
	-moz-opacity:.9;
	opacity:0.9;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius: 0 0 8px 8px;
	text-transform:uppercase;
}
#ft a {
	color:#060;
}
#ft p {
	margin:6px 0;
	max-width:650px;
}
/*==E base mode==*/

.page {
	padding:0 20px 40px;
}
.page li {
	float:left;
	margin:5px;
	width:18px;
	height:18px;
	font-weight:bold;
}
.page li.current a {
	background:#ff6600;
}
.page li a {
	text-decoration:none;
	color:#000;
	float:left;
	font-size:11px;
	width:18px;
	height:18px;
	background:#fff;
	text-align:center;
	-moz-border-radius:8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius:8px;
}
.page li a:hover {
	position:relative;
	z-index:2;
	margin:-11px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:24px;
	color:#9F0;
}
.page li:hover+li a {
	display:block;
	margin:-6px;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#9F0;
	background:#fff;
}
/* ------------------
 * comment list
 * --------------- */
#comments {
	background:#fff;
	filter: Alpha(opacity=90);
	-moz-opacity:.9;
	opacity:0.9;
}
#comments h2 {
	font-size:24px;
	font-weight:bold;
	padding:10px 20px;
	background:#000;
	color:#111;
	filter: Alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
	font-variant:small-caps;
	letter-spacing:0.15em;
	text-shadow:1px 1px 0px #6F0;
}
ol#comment_list, ol#comment_list ol {
	margin: 0;
	list-style: none;
}
ol#comment_list {
	padding:20px;
}
ol#comment_list ol {
	padding-top: 10px;
}
ol#comment_list ol li {
	border: 1px solid #eee;
	padding: 10px;
	margin-top: 10px;
	background: #555;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	/* hope IE support border radius, God save me! */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
ol#comment_list li.odd {
	background: #eee;
}
ol#comment_list li {
	margin: 0;
	padding-bottom: 10px;
}
ol#comment_list li .comment_reply {
	text-align: right;
}
ol#comment_list li .comment_reply a {
	font-style: italic;
	font-size: 10px;
}
.comment_data {
	padding-bottom: 8px;
	/*border-bottom: 1px dashed #eee;*/
color: #999;
	font-size: 11px;
}
.comment_data .author {
	display: block;
	font-size: 15px;
	color: #444;
}
.comment_data .count {
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
}
.comment_data .author a {
}
.comment_body {
	overflow: hidden;
}
img.avatar {
	/*display: none;*/
	float: left;
	margin: 6px 10px 0 0;
}
#comment_form {
	margin:0 10px;
	display:block;
}
#comment_form p {
	clear:both;
	margin:0 0 5px 0;
}
#respond h4 {
	font-size:12px;
	height:28px;
	line-height:28px;
	margin:0 10px;
	font-weight:bold;
}
#respond .cancle_comment_reply {
	float: right;
	font-style: italic;
	font-size: 10px;
	display: none
}
ol#comment_list li #respond .cancle_comment_reply {
	display: inline;
}
#comment_form label {
}
#comment_form .text {
	width: 180px;
	margin-right: 15px;
	background:#CCFF00;
	border:1px solid #000;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/* hope IE support border radius, God save me! */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#comment_form textarea {
	width: 420px;
	height: 180px;
	overflow: auto;
	background:#CCFF00;
	border:1px solid #000;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/* hope IE support border radius, God save me! */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
/* -----------------
 * misc
 *--------------- */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 4px 15px 0 0;
}
img.alignright {
	margin: 4px 0 0 15px;
}
.alt {
	color: #666;
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
	font-weight: normal;
}
.gears-msg { 
	position:absolute;
	top:0;
	right:0;
	color:#fff; 
	background: #cc0000; 
	padding:5px; 
}

.resume,
.feed,
.calendar {
	display:block; 
	position:absolute;
	top:15px;
	left:83px;
	width:17px;
	height:18px;  
}
.feed {
	top:35px;
}
.calendar {
	top:55px;
}
.resume a {
	display:block; 
	width:17px;
	height:18px; 
	overflow:hidden; 
	text-indent:-999em;
	background:url(icon.png) no-repeat; 
}
.feed a {
	display:block; 
	width:17px;
	height:18px; 
	overflow:hidden; 
	text-indent:-999em;
	background:url(icon.png) no-repeat 0 -28px; 
}
.calendar a {
	display:block; 
	width:17px;
	height:18px; 
	overflow:hidden; 
	text-indent:-999em;
	background:url(icon.png) no-repeat 0 -56px; 
}
#agenda {
    position:absolute; 
    top:55px;
    left:100px;
    width:190px;
    background:#000; 
    border:1px solid #aaa;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/* hope IE support border radius, God save me! */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	filter: Alpha(opacity=90);
	-moz-opacity:.9;
	opacity:0.9;
}
#agenda ul {
    line-height:1.2; 
}
#agenda ul li {
    color:#fff; 
    padding:4px;
    margin:5px 5px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	/* hope IE support border radius, God save me! */
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
    overflow:hidden;
    background:#666;
}
#agenda ul li a {
    color:#eee; 
    text-decoration:none;
}
#agenda ul li .datetime {
    font-size:9px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#aaa;
    text-align:right; 
}
.updatenote {
	font-size:12px;
	position:relative;
	top:0;
	left:0;
	margin:-5px 0 0 0; 
	z-index:100;
	text-align:center; 
	width:100%;
	padding:5px 0;
	color:#f30; 
	background:#FFFFCC;
	border-bottom:1px solid #f30; 
}
.updatenote a {
	color:#f30; 
}
.updatenote .close {
	position:absolute; 
	right:10px;
	top:5px;
}