/*  
Theme Name: Fart
Theme URI: http://www.fartparty.org
Description: The custom theme made for the fart party
Author: Chris Hallbeck
Author URI: http://www.swiftinsight.com

  Based on ComicPress v1.50
  http://mindfaucet.com/comicpress


Original Sortable Narchives code by Mark Ghosh
Website: http://weblogtoolscollection.com

Additional navigation input by Matt Jordan
Website: http://braincud.com

Comic Tagger module developed by Ash Young
Website: http://thewebcomiclist.com

Comic Tagger buttons designed by Pontus Madsen
Website: http://little-gamers.com
	
This theme was built from the default WordPress theme
which was based on the Kubrick theme
which may have been friends with the Rosebud theme
which has been known to hang with the Clam Chowduh theme.

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
	
*/




/* OVERALL LOOK & STRUCTURE */

body {
/*  xbackground: url(bkg.gif);*/
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  background-color: #5c4134;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0; 
  }
	
#header {
  padding: 0;
  margin: 0 auto;
  height: 236px;
  width: 960px;
  background-color: #9999CD;
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  }
	
#headerbar {
  padding: 0;
  margin: 0 auto;
  height: 30px;
  width: 960px;
  background-color: #CD853F;
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
  border-top: 2px solid #000000;
  border-bottom: 3px solid #000000;
  }

#comic {
  background-color: #FFFFFF;
  margin: 0px auto;
  padding: 0 0 20px 0;
  width: 960px;
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 4px solid #000000;
  }

#page {
  background-color: #CD853F;
  margin: 0px auto;
  padding: 20px 0 0 0;
  width: 960px;
  text-align: left;
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  }
  
#sidebar {
  background-color: #EECF8E;
  padding: 20px 15px 20px 8px;
  margin-left:645px;
  width: 190px;
  border:none;
  }
  
#footer {
  background-color: #9999CD;
  padding: 0 0 0 0px;
  margin: 0 auto;
  width: 960px;
  clear: both;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
  border-top: 4px solid #000000;
  border-bottom: 0px solid #000000;
  }

#footer p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  }

.header-img,
.header-img-merch,
.header-img-donate { float:left; }


/* POST STRUCTURE */

.narrowcolumn {
  float: left;
  padding: 0 0 20px 105px;
  margin: 0px 0 0;
  width: 450px;
  }

.post {
  margin: 0 0 40px;
  text-align: justify;
  }
  
.widecolumn {
  padding: 10px 0 20px 0;
  margin: 0px 0 0 150px;
  width: 450px;
  }

.widecolumn .post {
  margin: 0;
  }

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

.widecolumn .postmetadata {
  margin: 30px 0;
  }
  
  
  

/* FONTS */

h3.comic-title { display:inline; padding:6px 30px;  }
a {
  color: #7d330e;
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }
  
.headernav {
	font-size:1.6em;
  margin:0;
  padding:6px 0;
  background-color:#9999CD;
  color: #452312;
  }

.headernav a {
  color: #452312;
padding:14px; 
  }

.headernav a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  }
  
ul.headerbarlinks {
  color: #452312;
  list-style: none;
  margin:0; 
  padding:0;
  text-align:center; 
}
ul.headerbarlinks li {
    display:inline;
}
.headerbarlinks a { 
    font-size:14px;
    padding:4px 6px;
    margin-left:14px; 
    color: #452312;
    line-height:28px; 
}

.headerbarlinks a:hover {
  color: #fff;
}

#content {
  font-size: 1.2em
  }

.widecolumn .entry p {
  font-size: 1.05em;
  }

.narrowcolumn .entry, .widecolumn .entry {
  line-height: 1.4em;
  }

.widecolumn {
  line-height: 1.6em;
  }
  
.narrowcolumn .postmetadata {
  text-align: center;
  }

.alt {
  background-color: #eee;
  }
.postmetadata.alt { background:none; }
  
.description {
  font-size: 1.4em;
  text-align: left;
  font-style: italic;
  }

#sidebar {
  }
  
#sidebar h2 {
  font-size: 1.3em;
  }
  
small {
  font-size: 0.9em;
  line-height: 1.5em;
  }

h2, h3 {
  font-weight: bold;
  }

h1 {
  font-size: 2.2em;
  text-align: left;
  margin:0; padding:0; 
  }

h2 {
  font-size: 1.8em;
  }

h2.pagetitle {
  font-size: 1.8em;
  }

h3 {
  font-size: 1.4em;
  }

h1, h1 a, h1 a:hover, h1 a:visited {
  text-decoration: none;
  color: #452312;
  }

.description {
  color: #387DB0;
  letter-spacing: 2px;
  }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  }

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  }
  
.commentlist li {
  font-weight: bold;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  }
.commentlist a { color:#4545b3; }
.commentlist .commentmetadata a { color:#999; }
.commentlist a:hover { text-decoration:underline; }

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
font-size:1.1em; 
  }

#commentform p {
  }

.commentmetadata {
  font-weight: normal;
  }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  }
  
code {
  font: 1.1em 'Courier New', Courier, Fixed;
  }

acronym, abbr, span.caps {
  font-size: 0.9em;
  letter-spacing: .07em;
  }




/* TEXT MARGINS */

h1 {
  padding:10px 0;
  margin: 0;
  }

.description {
  padding: 0 0 0 15px;
  }

h2 {
  margin: 0 0 0 0;
  }

h2.pagetitle {
  margin-top: 0px;
  text-align: center;
  }

#sidebar h2 {
  margin: 5px 0 0;
  padding: 0;
  }

h3 {
  padding: 0;
  margin: 20px 0 0 0;
  }

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

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




/* LISTS
   Special stylized non-IE bullets do not work in Internet Explorer, which merely default to normal bullets. */

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 ul li:before, #sidebar ul ul li:before {
  content: "\00BB \0020";
  }

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

.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 {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
font-size:1.1em; 
  }

#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 {
  background: #FFFFFF;
  color: #555555;
  border: 1px solid #8B4726;
  padding: 2px;
  }
  
/*#commentform #submit, #searchsubmit, #searchsubmitclear, #sortsubmit {
  color: #8B4726;
  background: #ECECEC;
  border: 1px solid #8B4726;
  }
  
#commentform #submit:hover, #searchsubmit:hover, #searchsubmitclear:hover, #sortsubmit:hover {
  color: #FFFFFF;
  background: #8B4726;
  }*/

#searchsubmitclear {
  margin: 0 0 0 3px;
  }
  
#commentform #submit {
  margin:0;
  }
  
#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  }
#commentform input#submit { width:auto; font-size:14px; }

#commentform textarea {
  width: 100%;
  }

#searchform {
  }

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

#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;
  background:#fff;
  }

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

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

#commentform p {
  margin: 5px 0;
  }

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

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




/* CALENDAR */

#wp-calendar #prev a {
  font-size: 9pt;
  }

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

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

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
  color: #8B4726;
  }

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

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

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

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

#wp-calendar a {
  display: block;
  }

#wp-calendar caption {
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
  }

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
  }

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



/* VARIOUS */

hr {
  color: #452312;
  background-color: #452312;
  height: 2px;
  border: 0px;
  }
  
acronym, abbr, span.caps {
  cursor: help;
  }

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

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  }

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

.center {
  text-align: center;
  }

a img {
  border: none;
  }

.navigation {
  display: block;
  margin: 10px 0 60px 0;
  }
  
 .navigation small {
   font-size:1.4em;
   color:#452312;
   background-color:#9999CD;
   padding:4px;
   border:1px solid #323263;
   }
   
ul.archive-list { margin:10px 0; padding:0; }
ul.archive-list li { margin:0 0 .2em .2em; padding:0; }
ul.archive-list .title { font-size:14px; }
ul.archive-list .num-comments { font-size:10px; color:#856612; }


/* THE END */

.prevLink,.nextLink {
	float:left;
	font-size: 1.4em;
	color: #452312;
	background-color: #9999CD;
	padding: 4px;
	border: 1px solid #323263;
}
.nextLink { float:right; }
.navigation a { color:#323263;}
.navigation a:hover { color:#fff; }

#comments { margin-top:40px; }
.entrytext { }