body {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, Verdana, Sans-Serif, Serif;
  font-size:0.9em;
  color: #000000;
  background: #909090;
}

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: 5px 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #000000;
  color: #ffffff;
  font-size: 0.9em;
  font-family: 'Courier New', Courier, Monospace, 'Andale Mono';
}

.hide{
  background: #000000;
  color: #000000;
}

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;
}

.left_align{
  float: left;
  text-align: left;
}

.right_align{
  float: right;
  text-align: right;
}

#header{
  width: 100%;
  padding: 0;
  margin: 0;
  background: #000000;
  border-bottom: 1px solid #ffffff;
}

#headercontent{
  height: 60px;
  width: 962px;
  margin: 0 auto;
  background: #000000;
}

#bloginfo{
  height: 60px;
  width: 200px;
  padding: 0;
  margin: 0;
  float: left;
}

#blogname{
  height: 26px;
  padding: 2px 0 0 5px;
  margin: 10px 0 0 0;
  border-left: 3px solid #cccccc;
}

#blogdesc{
  height: 15px;
  padding: 2px 0 0 5px;
  font-size: 12px;
  color: #cccccc;
  border-top: 1px solid #cccccc;
  border-left: 3px solid #cccccc;
}

#blogname h1{
  line-height: 26px;
  font-size: 26px;
}

#blogname h1 a, #blogname h1 a:visited{
  color: #ffffff;
}

#blogname h1 a:hover, #blogname h1 a:active{
  color: #e0e0e0;
  background: none;
}

#nav{
  width: 480px;
  height: 20px;
  padding: 0;
  margin: 41px 0 0 40px; 
  overflow: hidden;
  float: left;
}

#menu_item, #menu_item li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu_item li{
  display: block;
  float: left;
}

#menu_item li a, #menu_item li a:visited{
  display: block;
  width: 40px;
  height: 14px;
  font-size: 12px;
  text-align: center;
  padding: 3px;
  margin: -3px 0 0 10px;
  color: #ffffff;
  background: #666666;
  border: 1px solid #333333;
}

#menu_item li.kiti a, #menu_item li.kiti a:visited{
  color: #ff9900!important;
}

#menu_item li a:hover, #menu_item li a:active, #menu_item li.current_page_item a, #menu_item li.current_page_item a:visited{
  margin: 0 0 0 10px!important;
  color: #000000;
  background: #909090;
  border: 1px solid #ffffff;
}

#menu_item li.kiti a:hover, #menu_item li.kiti a:active{
  color: #ffcc00!important;
}

#search{
  width: 140px;
  height: 18px;
  padding: 0;
  margin: 20px 30px 0 30px;
  overflow: hidden;
  background: #e0e0e0;
  border: 1px solid #ffffff;
  float:right;
}

input#s{
  width: 120px;
  height: 16px;
  color: #808080;
  border: none;
  float: left;
}

img#g{
  width: 16px;
  height: 16px;
  padding: 1px;
  margin: 0;
  float: right;
}

#wrapper{
  width: 960px;
  margin: 10px auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid #666666;
}

#content{
  width: 540px;
  float: left;
  margin: 0;
  padding: 10px 10px 0 10px;
  background: #ffffff;
  overflow: hidden;
}

div.post{
  width: 533px;
  margin: 0 0 10px 5px;
  padding: 0;
  overflow-x: hidden;
  font-size:1.1em;
}

div.entry_date{
  width: 48px;
  height: 32px;
  float: left;
}

div.entry_date_year{
  height: 14px;
  font-size: 12px;
  line-height: 12px;
  padding: 2px 0 0 0;
  text-align: center;
  background: #808080;
  color: #ffffff;
}

div.entry_date_date{
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  padding: 2px 0 0 0;
  text-align: center;
  color: #808080;
  border: 1px solid #808080;
}

div.entry_name{
  margin: 0 0 0 50px;
  padding: 0 0 0 5px;
  height: 16px;
  display: block;
  border-left: 1px solid #808080;
}

div.entry_meta{
  margin: 0 0 0 50px;
  padding: 3px 0 0 10px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #808080;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #808080;  
}

.post h2{
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.post h2 a, .post h2 a:link, .post h2 a:visited{
  color: #000000;
  text-decoration: none;
}

.post h2 a:hover, .post h2 a:active{
  color: #ff0000;
  background: none;
}

.entry, .entrytext{
  margin: 0;
  padding: 0 10px;
  overflow-x: hidden;
}

.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.tag{
  background: url("./images/tag.gif");
  background-repeat: no-repeat; 
  background-position: 0% 50%;
  margin: 5px 10px 5px 10px;
  padding: 0 0 0 20px;
  font-size:12px;
}

#commentarea {
  clear:both;
  margin: 0;
  padding: 0;
  width: 540px;
  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 #cccccc;
}

.comment_avatar{
  width: 48px;
  height: 48px;
  margin: 10px;
  border: 1px solid #cccccc;
  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: 533px;
  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: 523px;
  background: #ffffcc;
  border: 1px solid #cccccc;
}

#sbl{
  float: left;
  width: 179px;
  margin: 0; 
  padding: 0 5px 10px 5px;
  font-size: 0.75em;
  color: #808080;
  background: #f0f0f0;
  border-left: 1px solid #cccccc;
  overflow: hidden;
}

#sbr{
  float: right;
  width: 199px;
  margin: 0;
  padding: 0 5px 10px 5px;
  font-size: 0.75em;
  color: #808080;
  background: #e0e0e0;
  border-left: 1px solid #cccccc;
  overflow: hidden;
}

#sbr li.widget, #sbl li.widget{
  padding: 0;
  margin: 10px 0 15px 0;
}

#sbl h2, #sbr h2{
  clear: both;
  margin: 0 0 3px 0;
  padding: 0 5px;
  font-size: 1.15em;
  line-height: 1.35em;
  color:#000000;
  border-bottom: 2px solid #909090;
}

#sbl ul, #sbr ul, #sbl li, #sbr li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sbl li li, #sbr li li{
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 0 0;
  padding: 0 0 0 5px;
  font-size: 1.15em;
  line-height: 1.5em;
  border-bottom: 1px dashed #cccccc;
}

#sbl li li a, #sbl li li a:visited, #sbr li li a, #sbr li li a:visited{
  color: #0080ff;
}

#sbl li li a:hover, #sbl li li a:active, #sbr li li a:hover, #sbr li li a:active{
  color: #000000;
  background: #ceff31;
}

.st-tags{
  border-bottom: 1px dashed #cccccc;
  line-height: 25px;
}

#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: 12px;
  font-weight: normal;
  background: #f0f0f0;
}

#wp-calendar caption{
  border: 1px solid #e0e0e0;
}

#wp-calendar th{
  color: #000000;
}

#wp-calendar td a:hover{
  color: #ff9900;
  background: none;
}

td#today{
  border: 1px solid #cccccc;
  background: #ffffff;
}

#footer{
  width: 100%;
  padding: 0;
  margin: 0;
  background: #000000;
}

#footercontent{
  height: 60px;
  width: 962px;
  overflow: hidden;
  background: #000000;
}

#footercontent p{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.85em;
  color: #a0a0a0;
}

#footercontent a, #footercontent a:visited{
  color: #f0f0f0;
}

#footercontent a:hover, #footercontent a:active{
  color: #a0a0a0;
}

input{
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background: none;
}

input#submit{
  border: 1px solid #000000;
  background: #ffffff;
  width: 200px;
  height: 40px;
  color: #000000;
}

u,ins{
  text-decoration: none;
  color:#808080;
}
