body {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, Verdana, Sans-Serif, Serif;
  font-size:0.9em;
  color: #000000;
  background: #ffffff;
}

h1,h2,h3,h4 {
  margin: 0 ;
  padding: 0 ;
}

p {
  line-height: 1.5em;
  margin: 0.8em 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #0099ff;
}

a:hover, a:active {
  color: #000000;
  background: #ceff31;
}

blockquote {
  margin: 10px;
  padding: 0 20px 0 30px;
  border: 1px solid #c0c0c0;
  background: url('./images/quote.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 0.9em;
  font-family: 'Courier New', Courier, Monospace, 'Andale Mono';
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

form, img {
  margin: 0;
  padding: 0;
  border: none;
}

.navigation {
  font-size: 12px;
  padding: 0 10px;
  margin:  10px 0 10px 5px;
  text-align: center;
  border: 1px solid #e0e0e0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.left_align{
  float: left;
  text-align: left;
}

.right_align{
  float: right;
  text-align: right;
}

#header{
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
}

#headercontent{
  height: 120px;
  width: 954px;
  margin: 0 auto;
  background: url("./images/header.jpg");
  border: 3px solid #ff0000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#bloginfo{
  height: 80px;
  width: 200px;
  padding: 0;
  margin: 30px 0 0 10px;
  float: left;
}

#blogname{
  height: 36px;
  padding: 2px 0 0 5px;
  margin: 10px 0 0 10px;
}

#blogdesc{
  height: 25px;
  padding: 2px 0 0 5px;
  margin: 0 0 0 10px;
  font-size: 16px;
  color: #cc3333;
  border-top: 1px solid #c0c0c0;
}

#blogname h1{
  line-height: 36px;
  font-size: 36px;
  font-family: '微软雅黑', '仿宋_GB2312', '幼圆', '隶书', Tahoma;
}

#blogname h1 a, #blogname h1 a:visited{
  color: #ff0000;
}

#blogname h1 a:hover, #blogname h1 a:active{
  color: #ff6666;
  background: none;
}

#search{
  width: 200px;
  height: 18px;
  padding: 0;
  margin: 80px 20px 0 30px;
  overflow: hidden;
  border: 3px solid #ff0000;
  float:right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input#s{
  width: 180px;
  height: 16px;
  color: #666666;
  border: none;
  float: left;
}

img#g{
  width: 16px;
  height: 16px;
  padding: 1px;
  margin: 0;
  float: right;
}

#nav{
  width: 960px;
  height: 31px;
  margin: 5px auto;
  padding: 0;
  overflow: hidden;
  background: #ff9933;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#menu_item, #menu_item li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu_item li{
  margin-right: 5px;
  float: left;
}

#menu_item li a, #menu_item li a:visited{
  display:block;
  padding:5px 10px;
  color:#ffffff;
  font-size:16px;
  line-height:1.5em;
}

#menu_item li a:hover, #menu_item li a:active, #menu_item li.current-cat a, #menu_item li.current-cat a:visited{
  background: #ffcc00;
}

#wrapper{
  width: 960px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#content{
  width: 634px;
  float: left;
  margin: 0;
  padding: 10px 10px 0 10px;
  background: #ffffff;
  border: 3px solid #99cc33;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div.post{
  width: 627px;
  margin: 0 0 25px 5px;
  padding: 0;
  overflow-x: hidden;
  font-size:1.1em;
  border-bottom: 3px solid #99cc33;
}

.post h2{
  font-size: 22px;
  line-height: 25px;
}

.post h2 a, .post h2 a:link, .post h2 a:visited{
  color: #669933;
  text-decoration: none;
}

.post h2 a:hover, .post h2 a:active{
  color: #99cc66;
  background: none;
}

.entry, .entrytext{
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
}

.thumb-image{
  padding: 7px;
  margin: 5px;
  width: 160px;
  height: 120px;
  float: right;
  border-top: 2px solid #99cc66;
  border-right: 2px solid #99cc66;
  border-left: 3px solid #669933;
  border-bottom: 3px solid #669933;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.size-full{
  margin: 0;
  padding: 3px;
  border-top: 2px solid #99cc66;
  border-right: 2px solid #99cc66;
  border-left: 3px solid #669933;
  border-bottom: 3px solid #669933;
}

.post h4{
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
}

ul.st-related-posts{
  display: block;
}

ul.st-related-posts li{
  display: block;
  list-style-type: none;
  font-size: 14px;
  padding: 0 0 0 30px;
  border-bottom: 1px dashed #cccccc;
}

div.entry_meta{
  clear: both;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.5em;
  font-size: 12px;
  background: #ccff99;
}

div.tag{
  background: url("./images/tag.gif");
  background-repeat: no-repeat; 
  background-position: 0% 50%;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.5em;
  font-size: 12px;
  border-top: 1px solid #cccccc;
  background: #ccff99;
}

#commentarea {
  clear:both;
  margin: 0;
  padding: 0;
  width: 634px;
  font-size: 0.95em;
  line-height: 1.2em;
  overflow-x: hidden;
}

h3.comments, h3#postcomment{
  margin: 0 0 0 5px;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #000000;
  border-bottom: 1px dashed #808080;
}

.comment_text {
  clear: both;
  font-size: 1.05em;
  margin: 10px 0 10px 5px;
  padding: 5px;
  overflow-x: hidden;
  border: 1px solid #c0c0c0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.comment_avatar{
  width: 48px;
  height: 48px;
  margin: 10px;
  border: 1px solid #c0c0c0;
  float: right;
}

.comment_author{
  padding: 5px;
  background: #e0e0e0;
  line-height: 1.15em;
  color: #808080;
}

#comment_table{
  margin: 5px 0 5px 5px;
}

#commentform input{
  height: 16px;
  width: 200px;
}

#commentform textarea {
  width: 627px;
  height: 132px;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Courier New', Courier, Monospace, 'Andale Mono';
  border: none;
  background: url("./images/bg_textarea.jpg");
}

div.explain{
  padding: 0 0 0 10px;
  width: 617px;
  background: #ffffcc;
  border: 1px solid #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#sb{
  float: right;
  width: 276px;
  margin: 0 0 0 5px; 
  padding: 0 5px 10px 5px;
  color: #808080;
  background: #ffffff;
  border: 3px solid #ff9933;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#sb li.widget{
  padding: 0;
  margin: 10px 0 15px 0;
}

#sb h2{
  text-align: center;
  clear: both;
  margin: 0 0 3px 0;
  padding: 0 5px;
  font-size: 14px;
  line-height: 24px;
  color:#ffffff;
  background: #ff9933;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#sb ul, #sb li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sb li li{
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 0 0;
  padding: 0 0 0 5px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dashed #808080;
}

#sb li li a, #sb li li a:visited{
  color: #0080ff;
}

#sb li li a:hover, #sb li li a:active{
  color:#000000;
  background: #ceff31;
}

#wp-calendar{
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

#wp-calendar th, #wp-calendar td, #wp-calendar caption{
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  background: #f0f0f0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#wp-calendar th{
  color: #000000;
}

#wp-calendar td a, #wp-calendar td a:visited{
  color: #ffcc00;
}

#wp-calendar td a:hover{
  color: #ff0000;
  background: none;
}

td#today{
  border: 1px solid #c0c0c0;
  background: #ffffff;
}

#footer{
  width: 954px;
  padding: 0;
  margin: 5px auto;
  background: #ffffff;
  border: 3px solid #ffcc00;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#footercontent{
  height: 60px;
  width: 954px;
  overflow: hidden;
}

#footercontent p{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.85em;
  color: #808080;
}

input{
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background: none;
}

input#submit{
  border: 1px solid #000000;
  background: #ffffff;
  width: 200px;
  height: 40px;
  color: #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

u,ins{
  text-decoration: none;
  color:#808080;
}
