/*  
Theme Name: ComicPress
Theme URI: http://mindfaucet.com/comicpress/
Description: A customizable theme for publishing comics.
Version: 2.1
Author: Tyler Martin
Author URI: http://mindfaucet.com/

	ComicPress 2.1
	 http://mindfaucet.com/comicpress/

	This theme was based on the WordPress default Kubrick theme.
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* MAIN SECTIONS */

body    { color: #503c33; font: 12px Georgia, "Times New Roman", Times, serif; background: #503c33; text-align: center; margin: 0 }
	
#header  { background: #7f4338; margin: 0 auto; width: 760px }
	
#headerbar  { background: #b56235; margin: 0 auto; width: 760px; height: 25px; border-top: 1px solid #b56235; border-bottom: 1px solid #b56235 }

#comic  { background: #e2d6c5; margin: 0 auto; width: 760px; border-bottom: 1px solid #c0c0c0 }

#page  { background-color: #e2d6c5; text-align: left; margin: 0 auto; width: 760px }
    
#sidebar   { font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 0 545px; padding: 7px 0 10px 10px; width: 190px; border-left: 2px dotted #963 }
  
#footer  { background-color: #b56235; text-align: center; margin: 20px 0 0; padding: 10px 0; width: 760px; border-top: 1px solid #930 }

#footerclear {
  clear: both;
  }

#comicarchiveframe {
  margin: 20px 0 10px 0;
  padding: 5px 0 5px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #aaa;
  border-bottom: 2px solid #555;
  border-left: 2px solid #777;
  width: 400px;
  }
  
#comicarchiveframe a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: .50;
  opacity: .50;
  }


/* POST STRUCTURE */

.narrowcolumn {
  margin: 0;
  padding: 5px 0 0px 20px;
  float: left;
  width: 500px;
  }
  
.blogheader  { margin: 0; padding: 0; width: 545px; float: left; border-top: 2px dotted #963 }

#leftcontainer {
  margin: 0;
  padding: 0;
  float: left;
  width: 545px;
  }

.post {
  margin: 0;
  text-align: justify;
  }

.narrowcolumn .postmetadata {
  padding-top: 5px;
  }


/* HEADERS */

h1, h1 a, h1 a:hover  { color: #e2d6c5; font-size: 50px; font-family: Georgia, Serif; font-weight: normal; text-align: right; letter-spacing: -2px; margin: 0; padding: 0 5px }

h2  { font-size: 19px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; margin: 0 }

h2.pagetitle {
  margin: 10px 0 0 0;
  padding: 0 0 5px 0;
  text-align: left;
  font-size: 19px;
  }

#sidebar h2  { font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; margin: 5px 0 0; padding: 0 }

h3  { font-size: 16px; font-family: Georgia, Georgia, "Times New Roman", Times, serif; font-weight: bold; margin: 30px 0 0; padding: 0 }

.post h3  { border-bottom: 2px solid #930 }

h3.comments {
  margin: 40px auto 20px ;
  padding: 0;
  }


/* FONTS */

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

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

.headernav {
  margin: -15px 5px -10px 0;
  float: right;
  font-size: 40px;
  font-weight: bold;
  }

.headernav a  { color: #e2d6c5 }

.headernav a:hover  { color: #f60; text-decoration: none }
  
.headerbarlinks  { color: #930; font-size: 14px; font-weight: bold; text-align: left; letter-spacing: 4px; padding: 4px 0 0 10px }

.headerbarlinks a { color: #930; letter-spacing: 0 }

.headerbarlinks a:hover { color: #e2d6c5; text-decoration: none; letter-spacing: 0 }

.comicnav {
  padding: 3px 0 0 0;
  font-size: 11px;
  float: right;
  }

.comicnav a  { color: #503c33 }

.comicnav a:hover  { color: #f60; text-decoration: none }

.comicdate {
  font-size: 15px;
  font-weight: bold;
  }
  
#content {
  font-size: 12px;
  }

.narrowcolumn .postmetadata {
  text-align: right;
  }

.alt  { background: #dbd1b2; border-top: 1px solid #7d7d7d; border-bottom: 1px solid #7d7d7d }
  
small  { font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif }

.description  { color: #630; font-size: 14px; font-style: italic; text-align: left; letter-spacing: 2px; margin: -3px 0 0; padding: 0 0 10px 30px }

.commentlist li, #commentform input, #commentform textarea  { font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif }
  
.commentlist li {
  font-weight: bold;
  overflow: auto;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  }

.commentlist p {
  font-weight: normal;
  text-transform: none;
  }

.commentmetadata {
  font-weight: normal;
  }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike  { color: #630 }
  
code {
  font-family: 'Courier New', Courier, Fixed;
  font-size: 12px;
  }

acronym, abbr, span.caps {
  font-size: 10px;
  }

p img {
  padding: 0;
  max-width: 100%;
  }

.navigation {
  margin: 10px 0 30px 0;
  text-align: center;
  display: block;
  }


/* LISTS */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
  } 

html>body .entry li {
  margin: 7px 0 8px 10px;
  }

.entry ol {
  margin: 0;
  padding: 0 0 0 35px;
  }

.entry ol li {
  margin: 0;
  padding: 0;
  }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }
  
#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
  }

#sidebar ul li {
  margin: 0 0 15px 0;
  list-style-type: none;
  list-style-image: none;
  }

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
  }

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
  }

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
  }

ol li, #sidebar ul ol li {
  list-style: decimal outside;
  }

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
  }


/* FORMS */

#commentform textarea, #s, #author, #email, #url, select, textarea  { color: #963; background: #e2d6c5; padding: 2px; border: solid 1px #bbbbbb }
  
#commentform #submit, #searchsubmit, #searchsubmitclear, #sortsubmit  { color: #b56235; background: #dbd1b2; border: solid 1px #bbbbbb }
  
#commentform #submit:hover, #searchsubmit:hover, #searchsubmitclear:hover, #sortsubmit:hover  { color: #f93; background: #b56235 }

#searchsubmitclear {
  margin: 0 0 0 3px;
  }

#commentform #submit {
  margin: 0;
  float: right;
  }
  
#commentform input {
  margin: 5px 5px 1px 0;
  padding: 2px;
  width: 170px;
  }

#commentform textarea {
  width: 100%;
  }

#commentform p {
  margin: 5px 0;
  }

#sidebar #searchform #s {
  padding: 2px;
  width: 108px;
  }

#sidebar #searchsubmit {
  padding: 1px;
  }

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align: center;
  }

select {
  width: 130px;
  }

#sidebar form {
  margin: 0;
  }


/* COMMENTS */

.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
  }

.commentlist p {
  margin: 10px 5px 10px 0;
  }

.nocomments {
  margin: 0;
  padding: 0;
  text-align: center;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }


/* VARIOUS */

hr  { color: #b56235; background-color: #b56235; height: 2px; border: 0 }

a img {
  border: none;
  }

.center {
  text-align: center;
  }

acronym, abbr, span.caps {
  cursor: help;
  }

acronym, abbr  { border-bottom: 1px dashed #963 }

blockquote  { margin: 10px; padding: 5px 10px 5px 20px; border-style: solid; border-width: 1px 1px 1px 5px; border-color: #963 }

blockquote cite {
  margin: 5px 0 0;
  display: block;
  }

.commentlist {
  margin: 0;
  }
  
.narrowcolumn .postmetadata.alt {
  text-align: left;
  }


/* SIDEBAR WIDGETS */


.latestcomics  { font-family: Georgia, "Times New Roman", Times, serif }

select.archivedropdown  { color: #503c33; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; width: 150px; border: solid 1px #963 }

li.archivedropdown {
  padding-left: 19px;
  }


/* CALENDAR */

#wp-calendar a {
  text-decoration: none;
  }

#wp-calendar caption {
  padding: 0;
  width: 100%;
  color: #7D7D7D;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  }

#wp-calendar {
  margin: 0 auto 0;
  width: 155px;
  empty-cells: show;
  }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  }

#wp-calendar a {
  background: #DDDDDD;
  display: block;
  }

#wp-calendar a:hover {
  background: #7F0000;
  }

#wp-calendar td {
  padding: 0;
  text-align: center;
  border: 1px solid #BBBBBB;
  }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff; }


/* END */
