/*  
Theme Name: Pecha Kucha Manila
Version: 1.0
Author: Val Nizam B. Villar
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/. Feel free to make any changes, but please keep a link back to Plus63 somewhere on your site.
*/

* {
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
body {
  background: #fff;
  color: #000;
  font-family: Helvetica, Georgia, sans-serif;
  font-size: 11px;
  overflow-x: hidden;
}
img {
  border: none;
}
h1 {
  text-align: center;
  font-size: 50px;
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
}
h1 a {
  color: #000;
  text-decoration: none;
}
h1 a:hover {
 text-decoration: underline;
}
/*** THE CLEARERS ***/
#header_wrap:after, #nav:after, #three_col_wrap:after, #sponsors_list_wrap:after, #comments_wrap:after {
  clear: both;
  content: ".";
  display:block;
  height: 0;
  visibility: hidden;
  min-height: 0;	
}

#header_wrap {
  width: 814px;
  margin: 10px auto 5px auto;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #cdcdcd;
}
#header_desc {
  float: left;
  margin: 40px 0 0 0;
}
#header_desc p {
  font-size: 15px;
}
#logo {
  float: left;
  margin: 0 0 0 140px;
}
#nav li {
  display: block;
  float: left;
  margin: 10px 5px;
}
#nav li a {
  color: #000;
  text-decoration: none;
}

#main_wrap {
  border-top: 1px solid #999;
  width: 814px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}


.post_comment {
  font-size: 16px;
  font-style: normal;
  vertical-align: top;
}
.post_image {
  margin: 5px 0 0 0;
}
.post_image_inside p a {
 background: #ffff00;
 color: #000; 
 text-decoration: none;
}
.post_image_inside p a:hover {
 text-decoration: underline;
}
.post_image_inside {
  margin: 5px 0 0 0;
}
.post_image_inside img {
  margin: -5px auto 10px -10px;
}
.post_image_inside p {
  margin: 5px 10px;
}
.pagination {
  margin: 15px 0 10px 0;
  text-align: center;
}
.pagination a {
  color: #000;
  font-size: 12px;
  font-family: Georgia;
  font-style: italic;
  background: #ffff00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 8px;
  text-decoration: none;
}
.pagination a:hover {
  text-decoration: underline;
}
#three_col_wrap {
  width: 814px;
  margin: 20px auto;
  border-top: 1px solid #cdcdcd;
  padding: 20px 0 0 0;
}
.three_col {
  width: 250px;
  float: left;
  margin: 0 18px 0 0;
}
.three_col p {
  color: #333;
  margin: 5px 0 10px 0;
}
.three_col img {
  margin: 20px 0 0 0;
}
h2#what_pkn {
  background: url(images/pkn.png) no-repeat;
  width: 170px;
  height: 28px;
  margin: 0 0 10px 0;
}
h2#twitter {
  background: url(images/twitter.png) no-repeat;
  width: 58px;
  height: 28px;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 10;
}
h2#sponsors {
  background: url(images/sponsors.png) no-repeat;
  width: 78px;
  height: 28px;
  margin: 0 0 0px 0;
}

h2#what_pkn span, h2#twitter span, h2#sponsors span {
  visibility: hidden;
}
#sponsors_list_wrap {
  width: 250px;
}
#sponsors_list_wrap div {
  float: left;
  width: 130px;
  margin: 0 auto;
}
#twitter_feed_wrap {
  margin: -20px 0 0 0;
}
#twitter_feed {
  background: #ffff00;
  padding: 20px 10px 10px 10px;
  line-height: 15px;
}
#twitter_feed a {
  color: #000;
}
#twitter_feed_bg {
  background: url(images/twitter_feed_bg.png) top right no-repeat;
  width: 82px;
  height: 102px;
  margin: 0px 0 0 130px;
}
#footer {
  width: 814px;
  padding: 15px 0;
  margin: 0 auto 40px auto;
  background: #f2f2f2;
  text-align: center;
  font-family: Georgia;
}
#footer a {
  color: #000;
}


#comments_wrap {
  margin: 0 0 40px 0;
}
#comments_form {
  width: 300px;
  float: left;
}
#comments_form p {
  margin: 0 0 10px 0;
}
#comments_form input[type="text"], #comments_form textarea {
  width: 300px;
  padding: 10px;
  background: #ffff00;
  border: none;
  color: #000;
}
#comments_form input[type="submit"] {
  font-size: 18px;
  font-weight: bold;
  font-family: Georgia;
  font-style: italic;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 0 0 150px;
}
#comments_form input[type="submit"]:hover {
  color: #ffff00;
}
.comments-template {
  margin: 20px 0 0;
  border-top: 2px solid #000;
  padding: 20px 0 0;
}

.comments-template ol{
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
  float: right;
  width: 470px;
}

.comments-template ol li{
  margin: 10px 0 20px 0;
  line-height: 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}
.commentmetadata h3 {
  margin: -5px 0 10px 0;
}
.commentmetadata h3 span {
  color: #000;
  background: #ffff00;
  padding: 5px 10px;
}