/* 
 * Theme Name:self
 * Theme URI:http://kaoskorobase.wordpress.com
 * Description:Wordpress theme for Kaos Korobase based on Tweaker
 * Version:1.0.0
 * Author:Kaos Korobase
 * Author URI:http://kaoskorobase.wordpress.com
 * License:GPL
 * Tags:fixed-width, two-columns, sidebar, widgets */
body {
  background: #4f9bff;
  color: #5a5a5a;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0; }

a {
  color: #5a5a5a;
  text-decoration: none; }
  a:hover {
    filter: alpha(opacity=60);
    opacity: 0.6; }
  a img {
    border: none;
    padding: 0;
    margin: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #505050; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }








.hidden {
  display: none; }

ol {
  list-style: decimal;
  margin-left: 1em; }

small {
  font-size: .8em; }

ul {
  list-style: square;
  margin-left: 1em; }

#wrapper {
  width: 900px;
  margin: 40px auto; }

#header {
  float: left;
  width: 900px;
  margin: 0; }

#header-logo {
  float: left; }

#logo {
  z-index: 0; }
  #logo h1 {
    font-size: 4em;
    font-weight: bold;
    letter-spacing: -0.1em; }
    #logo h1 a {
      color: #e87830; }
  #logo h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin-left: 2.9em;
    margin-top: -0.5em; }














#ascii-logo {
  margin-top: -5em;
  margin-left: -0.65em; }
  #ascii-logo pre {
    font-family: courier,fixed;
    font-size: 1.1em;
    z-index: -1;
    position: relative; }
  #ascii-logo span.vline {
    color: #4f90f1; }
  #ascii-logo span.hline {
    color: #4f90f1; }
  #ascii-logo span.curve {
    color: #CC0000;
    font-weight: bold; }
  #ascii-logo span.digit {
    color: #e87830; }
  #ascii-logo span.invisible {
    display: none; }

#footer {
  width: 900px;
  float: left;
  text-align: center;
  padding: 30px 0 40px 0; }

#top-navigation {
  float: right; }
  #top-navigation ul {
    height: 50px;
    float: right; }
  #top-navigation li {
    text-align: center;
    float: left;
    display: inline;
    width: auto; }
  #top-navigation li a {
    font-size: 20px;
    font-weight: 400;
    display: block;
    padding: 15px;
    border-bottom: none; }
    #top-navigation li a:hover {
      background-color: #f7f7f7; }

#sidebar {
  width: 250px;
  float: left; }
  #sidebar h1 {
    font-size: 18px;
    padding-bottom: 5px; }
  #sidebar .block {
    margin-bottom: 0.5em; }
    #sidebar .block ul {
      list-style: none; }
    #sidebar .block ul .children {
      border: 0; }
    #sidebar .block li a {
      font-weight: normal;
      display: block; }
  #sidebar .widget_search label {
    display: block;
    padding: 25px 0 3px 0;
    font-size: 18px;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 5px; }
  #sidebar .widget_recent_comments li {
    background: transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
    padding: 2px 0 2px 15px; }
  #sidebar .widget_recent_comments li a, #sidebar .widget_recent_comments li a:hover {
    background: none;
    border-bottom: 1px dotted #000;
    text-decoration: none;
    color: #000;
    font-weight: 600; }
  #sidebar .widget_recent_comments li a:hover {
    color: #e12000;
    border-bottom: 1px dashed #e12000;
    background-color: #f7f7f7; }
  #sidebar .widget_tag_cloud h3 {
    margin: 0 0 8px;
    border-bottom: 1px dotted #ccc; }
  #sidebar .widget_text h3 , #sidebar .calendar h3 {
    border-bottom: 1px dotted #ccc; }
  #sidebar .calendar h3 {
    display: none; }
  #sidebar #wp-calendar {
    width: 95%;
    text-align: center; }
  #sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th {
    text-align: center; }
  #sidebar #wp-calendar caption {
    font-size: 18px;
    padding: 25px 0 3px 0; }
  #sidebar #wp-calendar th {
    font-weight: bold;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc; }
  #sidebar #wp-calendar tfoot td {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc; }

#content {
  width: 620px;
  float: right;
  padding: 0 0 30px 0;
  min-height: 420px; }

.navigation {
  font-size: 0.75em;
  margin-bottom: 1.5em; }
  .navigation .alignright {
    float: right;
    margin-left: 10px; }
  .navigation .alignleft {
    float: left;
    margin-right: 10px; }
  .navigation .aligncenter {
    margin: 0 auto;
    display: block; }

.post {
  padding: 0 30px 0 0; }
  .post p {
    margin: 14px 0 14px 0; }
  .post em {
    font-style: italic; }
  .post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
    margin-bottom: 0.5em; }
  .post h2 {
    font-size: 24px; }
  .post h1, .post h1 a {
    font-size: 28px; }
  .post h3, .post h4 {
    font-size: 20px; }
  .post h4 {
    font-size: 18px; }
  .post .indent {
    padding-left: 10px; }
  .post .indent p {
    padding-left: 10px; }
  .post small {
    font-size: 11px; }
  .post small a {
    font-weight: normal; }
  .post .alignright {
    float: right;
    margin-left: 10px; }
  .post .alignleft {
    float: left;
    margin-right: 10px; }
  .post .aligncenter {
    margin: 0 auto;
    display: block; }
  .post abbr {
    font-weight: normal; }
  .post ul {
    list-style: circle;
    margin: 0 0 0 25px; }
  .post ol {
    list-style: decimal;
    margin: 0 0 0 30px; }
  .post .wp-caption {
    background: #f7f7f7;
    border: 1px solid #ccc;
    margin: 10px;
    text-align: center;
    padding: 5px 0 0; }
  .post .wp-caption-text {
    margin: 0; }
  .post .wp-caption a, .post .wp-caption a:hover {
    border-bottom: 0; }
  .post blockquote {
    color: #777;
    border-left: 5px solid #ccc;
    margin: 15px 30px 0 10px;
    padding-left: 20px; }
  .post pre {
    font-family: courier;
    font-size: 12px;
    letter-spacing: -1px;
    margin: 14px 0 14px 0; }
  .post .message ul {
    margin: 12px 0 0; }
  .post .message {
    display: none;
    background: #0F67A1;
    margin-top: 10px;
    padding: 20px;
    color: #fff; }
  .post .entry a {
    font-weight: bold;
    text-decoration: underline; }
  .post .social {
    font-size: .8em;
    background: #59a5ff;
    width: 100%;
    margin: 0; }
    .post .social a {
      text-decoration: none; }
    .post .social img {
      margin: 0 0 0 15px; }

#comments h3, #comments h4 {
  font-size: 24px;
  margin: 35px 0 5px;
  font-weight: normal; }
#comments h4 {
  font-size: 28px; }
#comments cite {
  font-size: 18px;
  font-weight: normal; }
#comments em {
  font-style: italic;
  text-align: right; }
#comments ol.commentlist li {
  margin-top: 20px;
  border-right: 0;
  padding: 10px 5px 20px 10px;
  min-height: 110px; }
#comments p {
  margin: 10px 0 0 10px;
  width: auto; }
#comments span {
  display: block;
  color: #eee;
  font-size: 120px;
  font-weight: normal;
  float: right;
  padding-top: 25px; }
#comments ul.formlist {
  margin: 20px auto;
  width: 375px; }
#comments ul.formlist li {
  display: block;
  margin: 10px 0 0; }
#comments ul.formlist p {
  margin: 10px 0 0;
  text-align: center; }
#comments input {
  width: 370px;
  font-size: 18px;
  font-weight: normal; }
#comments textarea {
  width: 370px;
  font-size: 18px;
  font-weight: normal; }
#comments li.submitbutton input {
  text-align: center;
  background: #fff;
  border: 1px solid #aaa;
  color: #000;
  font-weight: normal;
  font-size: 20px;
  width: 374px; }
#comments .center {
  text-align: center; }

#searchform {
  margin: 10px auto;
  padding: 5px 3px; }

#searchform #s {
  width: 108px;
  padding: 2px; }

#searchsubmit {
  padding: 1px;
  cursor: pointer; }

input, textarea, select {
  border: #ddd 1px solid;
  background-color: #ffffff;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: normal; }
