/*
Theme Name: Zombiespit
Theme URI: http://zombiespit.com
Template: comicpress
Description: A ComicPress child theme. <a href="http://comicpress.org">Visit the ComicPress Website.</a> For ComicPress > 2.9.2
Author: Jim Jitsu
Author URI: http://jim-jitsu.com/
Version: 0.01

.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

.
*/

h1, h2, h3, h4, h5, h6 {
  
}
body{
	color: #585858;
	font-size: 16px;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
a:link{color: #b30b0b;}
a:visited{color: #7b7b7b;}
a:hover{color: #e30c0c;}
.siteWidth{
	max-width: 960px;
	margin: 0 auto;
}
.left-column{
	width: 30%;
	float: left;
}
.narrowcolumn{
	width: 65%;
	float: right;
}



/* TRANSCRIPT */

#transcript {
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #333;
	border-right: 4px dotted #333;
}

.transcript-border {
	padding: 0 5px;
	margin: 15px 0;
	border: 1px solid #555;
	background: #fff;
	clear: both;
}

a.transcript-title {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	display: block;
	font-family: 'Georgia' , serif;
	font-style: italic;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	border-bottom: 1px dashed #777;
}

#transcript-content {
	font-family: 'Courier New' , monospace;
	overflow: hidden;
}