/*  
Theme Name: Kahon
Version: 1.0
Author: Val Nizam B. Villar
Theme made by : Twistedfork and Val Villar.
*/

* {
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
body {
  background: #fff;
  color: #000;
  font-size: 11px;
  overflow-x: hidden;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  border: none;
}
h1 {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
}

/*** THE CLEARERS ***/
.main_wrap:after, .post_categories:after, .three_col:after, .logo_wrap:after, .footer:after {
  clear: both;
  content: ".";
  display:block;
  height: 0;
  visibility: hidden;
  min-height: 0;	
}

.main_wrap {
  width: 997px;
  margin: 20px auto 0 auto;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.logo_wrap {
  width: 331px;
  height: 160px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  float: left;
}
#logo {
  width: 275px;
  margin: 30px auto 0 auto;
}
#horse {
  text-align: right;
  position: relative;
  left: 15px;
  top: -41px;
  
}
.post {
  width: 165px;
  height: 160px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  float: left;
  cursor: pointer;
}
.post:hover, .post:hover a {
  background: #b3b3b3;
  color: #fff;
}
.post_inner {
  width: 150px;
  height: 130px;
  margin: 5px auto;
}
.post_comments {
  width: 150px;
  margin: 0 auto;	
  font-family: 'Droid Sans Mono', arial, serif;
  font-size: 10px;
  font-weight: normal;
}
.post_comments a {
  font-size: 12px;
}

.post_categories { 
  font-family: 'Droid Sans Mono', arial, serif;
  font-size: 10px;
  font-weight: normal;
  margin: 5px 0;
}
.post_categories li {
  float: left;
  list-style: none;
  margin-right: 5px;
}
.post_categories a {
  color: #4d4d4d;
} 



/*** SINGLE PAGE ***/
.three_col {
  border-right: 1px solid #ececec;
}
.left_column {
  float: left;
}
.left_column .logo_wrap {
  border-right: none;
}
.about {
  width: 331px;
  padding: 15px 0;
}
.about_content {
  width: 300px; 
  margin: -1px auto;

}
.about_content p {
  font-family: 'Droid Sans Mono', arial, serif;
  font-size: 10px;
  font-weight: normal;
  color: #4d4d4d;
  margin: 10px 0;
}
.about_content h1 {
  width: 300px;
  margin: 5px auto;
  text-align: left;
}
.middle_column {
  float: left;
  width: 462px;
  min-height: 700px;
  padding: 20px 15px 20px 20px;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.middle_content {
  width: 410px;
  height: auto;
  margin: 0 auto;
}
.middle_content p {
  margin: 10px 0 3px 0;
  font-family: 'Droid Sans Mono', arial, serif;
  font-size: 12px;
  font-weight: normal;
}
.middle_content p a {
  color: #0000ff;
  text-decoration: underline;
}
.right_column {
  float: left;
  width: 165px;
}


.comments-template {
  width: 150px;
  margin: 0 auto;
  font-family: 'Droid Sans Mono', arial, serif;
  font-size: 10px;
  font-weight: normal;
  color: #808080;
}
.comments-template h3 {
  font-family: 'Droid Serif', serif;
  font-weight: normal;
  font-style: italic;
  color: #000;
  margin: 25px 0 5px 0px;
}
.comments-template form {
  width: 150px;  
  margin: 0 auto;

}
.comments-template form input[type="text"] {
  width: 140px;
  border: 1px solid #ececec;
  padding: 3px;
  margin: 5px 0;
}
.comments-template form textarea {
  width: 140px;
  border: 1px solid #ececec;
  padding: 3px;
  margin: 5px 0;	
  font-family: 'Droid Sans Mono', arial, serif;
  font-size: 10px;
  font-weight: normal;
}
.comments-template form input[type="submit"] {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #0000ff;
  color: #0000ff;
  cursor: pointer;
  font-size: 12px;
  font-family: 'Droid Sans Mono', arial, serif;
  font-weight: normal;
}
.comments_wrap {
  border-top: 1px solid #ececec;
  margin: 15px 0;
}
.comments_wrap ol {
  list-style: none;
  width: 163px;
  margin-left: -5px;
}
.comments_wrap ol li {
  border-bottom: 1px solid #ececec;
  padding: 15px 10px;
}
h3#comments {
  font-size: 10px;
  font-family: 'Droid Sans Mono', arial, serif;
  font-weight: normal;
  font-style: normal;
}
.comments_wrap h4 {
  font-size: 10px;
  font-family: 'Droid Sans Mono', arial, serif;
  font-weight: normal;
  color: #000;
}
/*** FOOTER ***/
.footer {
  width: 995px;
  margin: 0 auto;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  font-family: 'Droid Sans Mono', arial, serif;
  font-size: 10px;
  font-weight: normal;
}
#permalink_footer {
  border-top: 1px solid #ececec;
  width: 995px;
  margin: 0 auto;
}
.footer form {
  width: 165px;
  height: 60px;
  margin: 0 auto;
  float: left;
  border-right: 1px solid #ececec;
}
.footer form input[type="text"] {
  border: 1px solid #ececec;
  padding: 3px 3px 3px 18px;
  margin: 20px 0 0 5px;
  width: 125px;
  background: url(images/search.png) no-repeat 3px 3px;
}
.footer form input[type="text"]:focus, .comments-template form input[type="text"]:focus, .comments-template form textarea:focus {
  border: 1px solid #000;
}
	
.footer .footer_content {
  width: 331px;
  height: 60px;
  float: left;
  border-right: 1px solid #ececec;
}
.footer .footer_content p {
  width: 300px;
  color: #333;
  margin: 23px auto 0 auto;
}
.footer .footer_links {
  width: 165px;
  height: 60px;
  border-right: 1px solid #ececec;
  float: left;
}
.footer .footer_links p {
  margin: 20px 5px 0 10px;
  font-family: 'Droid Serif', serif;
  font-weight: normal;
}
.footer .navigation {
  font-size: 14px;
  color: #333;
  float: left;
}
.footer .navigation p {
  width: 110px;
  margin: 20px 0 0 30px;
}

