/*  
 
Theme Name: ComicPress Dtown
Version: 2.5

Theme URI: http://mindfaucet.com/comicpress/
Description: The customizable theme for publishing comics. <a href="http://mindfaucet.com/comicpress">Visit the ComicPress website.</a>

	Author: Tyler Martin
	Author URI: http://mindfaucet.com/

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

*/

body {
  background: #00a left top repeat-x url(background.png);
  color: #eee;
  font: 14px/1em helvetica, arial, sans-serif;
  margin: 0 auto;
  width: 900px;
}

a {
  color: #eef;
}

/**
 *  Header
 */
#header {
  background: 40px top no-repeat url(header.png);
  height: 100px;
}

#title {
  height: 100px;
  overflow: hidden;
  text-indent: -100em;
}

#title h1 {
  font: 4em/1em "trebuchet ms";
  margin-bottom: 0.1em;
}

#title a {
  color: #12a;
  text-decoration: none;
}

#title .description {
  display: none;
}

#menubar {
  height: 16px;
  margin: -51px 0 16px 0;
  padding-right:45px;
}

#menubar a {
  color: #00a;
  border-bottom: 2px solid #00a;
  font: bold 18px "trebuchet ms";
  text-decoration: none;
}

#menubar a:hover {
  border-bottom: 2px solid white;
}

#menu ul {
  list-style: none;
  text-align: right;
}

#menu li {
  display: inline;
  padding-left: 1em;
}

/**
 *  Comic
 */
#comic {
  text-align: center;
}

#comic #blog {
  margin-top: 1em;
  margin: 1em auto;
  text-align:left;
  width: 500px;
}

#comic h2 {
  display: inline;
  font: normal 24px/1em "trebuchet ms";
  line-height: 36px;
}

.nav img {
  line-height: 24px;
  margin-bottom: -5px;
}

#comic h2 a {
  color: #fff;
  text-decoration: none;
}

#next-nav {
  float: right;
  padding-right: 50px;
  padding-top: 5px;
}

#prev-nav {
  float: left;
  padding-left: 50px;
  padding-top: 5px;
}

#thecomic {
  border: 4px solid #fff;
}

.comicdate {
  margin-top: 0.5em;
  text-align: center;
}

.comic .entry {
  margin: 0.5em auto;
  padding: 0.5em;
  width: 400px;
}

/**
 *  Posts
 */
.blog.post {
  line-height: 1.2em;
  margin: 0 auto 1em auto;
  width: 600px;
}

.blog .pagetitle {
  font: 18px/1em "trebuchet ms";
  margin-bottom: 0.5em;
}

/**
 *  Footer
 */
#footer {
  font-size: 0.9em;
  margin-top: 1em;
  text-align: center;
}