/*
Theme Name: qx5 
Theme URI: http://qx5.blogspot.com
Description: port of theme from Blogger
Version: 0.2
Author: Evan Stratford
Author URI: http://www.evanstratford.com
Tags: dice, red, lines

This theme is made available under the terms of the GNU GPL v2.
*/

/* overall parameters */
body {
  font-family: helvetica,arial,sans-serif;
  font-size: 13px;
  min-width: 800px;
}

a {
  color: #c30;
  text-decoration: none;
}

a:hover {
  color: #f00;
}

em {
  font-style: italic;
}

/* header layout */
#header {
  clear: both;
  font-weight: bold;
  height: 128px;
  padding: 8px;
}

#blog-logo {
  float: left;
}

#blog-title {
  font-size: 300%;
  padding-left: 144px;
}

#blog-description {
  font-size: 125%;
  padding-left: 163px;
}

/* messages */
.messages {
  padding: 8px;
}

.message {
  font-size: 125%;
  font-weight: bold;
  margin: 8px;
  padding: 4px;
}

.message.error {
  background-color: #f96;
  border: 2px solid #f63;
  color: #300;
}

.message.warn {
  background-color: #fc0;
  border: 2px solid #c90;
  color: #330;
}

.message.info {
  background-color: #9f6;
  border: 2px solid #6f3;
  color: #030;
}

.sub-message {
  background-color: #ccc;
  border: 1px solid #666;
  color: #333;
  font-size: 80%;
  margin: 4px;
  padding: 4px;
}

/* posts, comments box layout */
#main {
  float: left;
  width: 70%;
}

#posts,#comments {
  padding: 8px;
}

.post,.comment {
  border: 2px solid #ccc;
  margin: 8px;
}

.post-header,.comment-header {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  clear: both;
  padding: 4px;
  text-align: center;
}

.post-title {
  font-size: 150%;
}

.post-time {
  font-size: 75%;
}

.comment-title {
  font-size: 125%;
}

.comment-time {
  font-size: 75%;
}

.post-content,.comment-content {
  padding: 4px;
}

.post-footer,.comment-footer {
  background-color: #eee;
  border-top: 1px solid #ccc;
  clear: both;
  padding: 4px;
}

.post-categories,.post-tags,.post-actions {
  font-size: 85%;
}

.post-categories > .label,.post-tags > .label,.post-comments {
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
}

.post-categories > ul,.post-tags > ul {
  display: inline;
}

.post-categories > ul > li,.post-tags > ul > li {
  display: inline;
  font-weight: bold;
  padding-right: 8px;
}

.post-action {
  padding-left: 8px;
  padding-right: 8px;
}

/* pagination layout */
#pagination {
  padding: 8px;
}

#page-previous {
  float: left;
  padding-left: 8px;
}

#page-next {
  float: right;
  padding-right: 8px;
}

/* post content layout */
.post-content p,.post-content ul {
  padding-top: 8px;
  padding-bottom: 8px;
}

.post-content li {
  list-style-position: inside;
  list-style-type: disc;
}

.post-content img {
  padding: 8px;
}

/* form layout */
.form-row {
  margin: 4px;
  display: block;
}

.form-row > label {
  float: left;
  width: 120px;
}

input[type=submit] {
  font-size: 150%;
}

/* sidebar */
#sidebar {
  float: right;
  width: 30%;
}

#nav {
  padding: 8px;
}

#nav > ul > li {
  font-size: 125%;
  padding-bottom: 8px;
}

#nav > ul > li > .nav-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}

#nav > ul > li > ul {
  background-color: #eee;
  list-style-type: circle;
  padding: 8px;
}

#nav > ul > li > ul > li {
  font-size: 80%;
}

/* footer layout */
#footer {
  clear: both;
  font-size: 85%;
  padding: 8px;
  text-align: center;
}

