/*
Theme Name: sneaq
Theme URI: http://sneaq.net/
Description: Custom blog theme for sneaq.net
Version: 0.1
Author: Jeff Monroe / Patrick Reagan
Author URI: http://sneaq.net/
*/

/* ---------- General styles ---------- */


body,
html {
  margin: 0 0 10px 0;
  padding:0;
  background-color: #EEE;
}

body {
  font-family: verdana,sans-serif;
  text-align: center;
  font-size: .75em;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

a {
  color: #2B859F;
  text-decoration: none;
}

blockquote {
  margin: 20px 0 20px 15px;
  padding-left: 10px;
  color: #9D9993;
  font-size: 1.1em;
  line-height: 1.5em;
  border-left: 4px solid #9D9993;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid silver;
  color: #100;
  padding: 5px;
  margin: 5px 0 5px 0;
  overflow: auto;
}

pre code {
  font-size: 13px;
}

tt {
  background-color: #eee;
  font-size: 13px;
  padding: 0 1px 0 1px;
}

/* ---------- Wrapper styles ---------- */

#main {
  text-align: left;
  background-color: #FFF;
  border: 1px solid #DDD;
  width: 650px;
  margin: 0 auto 0 auto;
  padding-bottom: 10px;
}

/* ---------- Header style ---------- */

#header {
  height: 115px;
  background-image: url(/images/header-background.gif);
}

/* ---------- Main content wrappers */

#content {

  padding: 0 10px 0 10px;
}

/* ---------- Post listing ---------- */

#content .post {
  font-family: Helvetica;
}

#content .post h1 {
  font-size: 20px;
}

#content .post .body {
  /* Nothing, yet */
}

#content .post .footer {
  padding: 2px;
  border-top: 1px dashed #EEE;
  border-bottom: 1px dashed #EEE;
}

#content .post .footer .tags {
  float: left;
}

#content .post .footer .posted {
  text-align: right;
}

#pagination {
  margin-top: 10px;
  padding: 5px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

div#pagination div.previous {
  float: left;
  width: 50%;
}

div#pagination div.next
{
  text-align: right;
}

/* ---------- Footer styles ---------- */

#footer {
  font-size: .9em;
  color: #BBB;
  margin: 0 auto 10px auto;
  text-align: right;
  width: 650px;
}

/** Firefox container fix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.center-element {
  text-align: center;
}