@charset "utf-8";

/*
Theme Name: So Much Wit
Theme URI: http://somuchwit.com/
Description: A custom theme for somuchwit.com
Author: Cody Brimhall
Author URI: http://somuchwit.com/
Version: 1.0
.
Copyright (c) 2006-2009 Cody Brimhall. Thanks for not stealing my stuff.
.
*/

@font-face {
  font-family: Inconsolata;
  src: url('Inconsolata.otf');
}

header, section, article, nav, footer, aside {
  display: block;
}

/* Uncomment for debugging the grid layout
html, body {
  background-color: #fff;
  margin: 0px;
  padding: 10px 10px 20px 10px;
}
*/

body {
  background-color: #fff;
  color: #262626;
  font: 16px/1.5em georgia, "times new roman", times, serif;
  min-width: 920px;
  /* Uncomment next line for debugging grid layout */
  /* background-image: url(grid.gif); */
}

div#page {
  width: 830px;
  /* Comment next line for debugging grid layout */
  margin: 40px auto;
}

div#main {
  width: 610px;
  padding: 0px 5px;
  margin-bottom: 30px;
}

aside {
  width: 190px;
  text-align: left;
  margin-bottom: 30px;
  padding: 0px 5px;
  text-align: right;
}

aside ul {
  list-style-type: none;
  padding: 0;
}

.widget h2 {
  font-size: 16px;
  color: #888;
}

.widget, .widget a {
  font-size: 16px;
  color: #888;
}

footer {
  text-align: center;
}

header#page_header {
  padding: 0px 5px 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}

footer#page_footer {
  clear: both;
  padding: 15px 5px 0px;
  border-top: 1px solid #ccc;
}

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, "helvetica neue", arial, verdana, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: bold;
}

hr {
  background-image: url(square.gif);
  background-repeat: no-repeat;
  width: 100%;
  height: 9px;
  border-width: 0px;
  margin-bottom: 3em;
}

#description {
  margin-bottom: 0px;
}

#blanknotice {
  margin-top: 15px;
}

a {
  color: #262626;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {
  color: #ff8000;
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  border: none;
  color: #ff8000;
}

blockquote {
  margin-left: 1.5em;
  padding-left: .5em;
  border-left: 1px dotted #ccc;
}

#cc_badge a, #cc_badge a:hover {
  border: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.meta {
  color: #888;
  font-size: .9em;
  margin-top: 1em;
}

.epigraph {
  font-style: italic;
}

figure {
	display: block;
	text-align: center;
}

figure * {
	margin-left: auto;
	margin-right: auto;
}

figure img {
	display: block;
}

figcaption {
	font-size: smaller;
	margin: 0 0 1em 0;
}

section.entry pre {
	font-size: .85em;
	line-height: 1.5em;
}

