/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: "Segoe UI", Consolas, "Microsoft Yahei" sans-serif;
  color: #FFF;
  background: #2483a3;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(-45deg, #2483a3 0%, #4eaac1 10%, #3294ad 20%, #319db7 30%, #2a98b3 40%, #228fac 50%, #1685a3 60%, #127f9c 70%, #127f9c 80%, #127f9c 90%, #117f9a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2483a3), color-stop(10%, #4eaac1), color-stop(20%, #3294ad), color-stop(30%, #319db7), color-stop(40%, #2a98b3), color-stop(50%, #228fac), color-stop(60%, #1685a3), color-stop(70%, #127f9c), color-stop(80%, #127f9c), color-stop(90%, #127f9c), color-stop(100%, #117f9a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #2483a3 0%, #4eaac1 10%, #3294ad 20%, #319db7 30%, #2a98b3 40%, #228fac 50%, #1685a3 60%, #127f9c 70%, #127f9c 80%, #127f9c 90%, #117f9a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #2483a3 0%, #4eaac1 10%, #3294ad 20%, #319db7 30%, #2a98b3 40%, #228fac 50%, #1685a3 60%, #127f9c 70%, #127f9c 80%, #127f9c 90%, #117f9a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #2483a3 0%, #4eaac1 10%, #3294ad 20%, #319db7 30%, #2a98b3 40%, #228fac 50%, #1685a3 60%, #127f9c 70%, #127f9c 80%, #127f9c 90%, #117f9a 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #2483a3 0%, #4eaac1 10%, #3294ad 20%, #319db7 30%, #2a98b3 40%, #228fac 50%, #1685a3 60%, #127f9c 70%, #127f9c 80%, #127f9c 90%, #117f9a 100%);
  /* W3C */
  padding: 0;
}
a:link,
a:visited {
  text-decoration: none;
  color: #D20032;
}
a:hover,
a:active {
  border-bottom: 1px dashed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "黑体";
}
#banner {
  height: 50px;
  border: 2px solid #FFF;
  background-color: #8AB8C7;
}
.headerText {
  line-height: 50px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: cursive;
}
.headerText a:link,
.headerText a:visited {
  color: #FFF;
}
#mylinks {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 16px;
  line-height: 50px;
}
#mylinks a:link,
#mylinks a:visited,
#mylinks a:hover,
#mylinks a:active {
  color: #226C79;
}
#mystats,
#MyLinks1_XMLLink,
.feedback_area_title,
#commentbox_opt a,
#commentbox_opt span,
.commentbox_title_left,
#site_nav_under,
#opt_under_post,
#ad_under_post,
#ad_under_post_holder,
#blog_news_kb,
#HistoryToday {
  display: none;
}
#right {
  width: 250px;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 15px 10px;
}
#right a:link,
#right a:visited,
#right a:hover,
#right a:active {
  color: #FFF;
}
#right ul {
  list-style: none;
  padding: 10px;
  margin-top: 0;
}
#right li {
  line-height: 22px;
}
#right #MyTag,
#right .catListTitle + ul,
#right .RecentComment {
  border: 3px solid #FFF;
  margin-top: 0;
  border-top: none;
}
#right li.recent_comment_author {
  font-size: 11px;
  border-bottom: 1px dashed #FFF;
}
#left {
  margin-left: 250px;
  padding: 15px 10px;
  min-height: 2000px;
}
.day,
.entrylistItem,
.post {
  background-color: #8AB8C7;
  padding: 15px;
  border-radius: 5px;
  color: #001F3F;
  margin-bottom: 10px;
  border: 3px solid #FFF;
}
.catListTitle {
  border: 3px solid #FFF;
  padding: 5px 5px;
  background-color: #8AB8C7;
  color: #226C79;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
#calendar {
  border: 3px solid #FFF;
  padding: 30px 10px;
  margin: 15px auto;
}
#blogCalendar {
  font-size: 13px;
}
#blogCalendar > tbody > tr:first-child {
  border: 1px solid #FFF;
}
#blogCalendar tr:nth-child(2) {
  background-color: #8AB8C7;
  color: #226C79;
}
#blogCalendar td.CalOtherMonthDay {
  color: #AAA;
}
#blogCalendar td {
  padding: 3px;
}
#blogCalendar th.CalDayHeader {
  padding: 6px 0;
}
.dayTitle {
  float: right;
  margin-top: -5px;
}
.postTitle {
  border-bottom: 3px solid #FFF;
  margin: -15px -15px 10px -15px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 15px;
  font-family: "Segoe UI", "Consolas", "黑体";
}
.postTitle a:link,
.postTitle a:visited {
  color: #226C79;
}
.postDesc,
.entrylistItemPostDesc {
  margin-top: 7px;
}
.c_b_p_desc {
  margin-top: 10px;
}
.div_my_zzk {
  position: relative;
  height: 32px;
}
.input_my_zzk {
  background-color: transparent;
  border: 3px solid #FFF;
  height: 32px;
  width: 100%;
  padding-left: 5px;
  color: #FFF;
}
#google_q {
  padding-right: 60px;
}
#q {
  padding-right: 50px;
}
.btn_my_zzk {
  border: none;
  background-color: transparent;
  line-height: 20px;
  position: absolute;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  right: 3px;
  top: 5px;
}
.feedbackItem {
  border: 3px solid #FFF;
  margin-bottom: 9px;
  padding: 10px;
}
.feedbackItem a:link,
.feedbackItem a:visited {
  color: #FAFA0A;
}
.PostList a:link,
.PostList a:visited,
.feedbackItem a:link,
.feedbackItem a:visited {
  color: #FAFA0A;
}
#comment_form_container {
  margin-top: 50px;
}
#tip_comment + p {
  float: left;
}
.commentbox_title {
  width: 100%;
}
.commentbox_title_right {
  margin-top: 19px;
}
#tbCommentBody {
  width: 100%;
  height: 150px;
  border: 3px solid #FFF;
  resize: none;
  outline: none;
  background-color: #8AB8C7;
  padding: 10px;
  color: navy;
}
#commentform_title {
  display: none;
}
#btn_comment_submit {
  background-color: #FFF;
  border: none;
  height: 40px;
  width: 120px;
  color: #226C79;
}
#commentbox_opt {
  text-align: right;
}
#commentbox_opt + p {
  display: none;
}