body {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	background: #222;
	color: #888;
	}
#container {
	background: #111;
	width: 700px;
	margin: 0 auto;
	padding-bottom: 1px;
	}
a {
	color: #E2501A; /*#E2501A;*/
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 1em 0 .5em 0;
	}
h2 {
	font-size: 2em;
	line-height: 1.5em;
	margin: 0 0 .75em 0;
	}
h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 1em 0;
	}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em auto;
	}

/* Admin Controls */

#controls {
	background: #111111;
	color: #999999;
	line-height: 2em;
	}
#controls ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}
#controls li {
	display: inline;
	}
#controls a {
	color: #999999;
	margin: 0 .5em;
	}

/* Header */

#header {
	text-align: center;
	}
#header h1 {
	margin-bottom: 0;
	font-size: 3em;
	line-height: 1em;
	}
#header h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	}
#header form {
	margin: 1.5em 0;
	}

/* Content */

#content {
	width: 600px;
	margin: 2em auto 0 auto;
	}

.date {
	text-align: center;
	color: #555;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 3em 0 1.5em 0;
	}

.post {
	margin-bottom: 1.5em;
	padding: 0 10px 3em 10px;
	}
.post .info {
	float: left;
	}
.post .info strong {
	font-weight: normal;
	}
.post .controls {
	float: right;
	}

.post.text a {
	color: #E2501A;
	}
.post.link a {
	color: #BF3070;
	}
.post.quote a {
	color: #3054BF;
	}
.post.video a {
	color: #BF4D30;
	}
.post.audio a {
	color: #30BF82;
	}
.post.photo a {
	color: #BFA330;
	}

.post.quote blockquote {
	font-family: Georgia, serif;
	font-size: 1.25em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	}
.post.quote blockquote p {
	line-height: 1.2em;
	}
.post.quote .source {
	text-align: right;
	margin: 1.5em 0;
	}

/* Comments */

ol.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ol.comments blockquote {
	margin: 0;
	padding: 0 10px;
	}
ol.comments cite {
	font-style: italic;
	display: block;
	padding: 0 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 3em;
	}
ol.comments cite strong {
	font-weight; normal;
	}
ol.comments .edit_link, ol.comments .delete_link {
	float: right;
	margin-left: 1em;
	}

/* Navigation */

.paginate {
	text-align: center;
	margin: 3em 0 1.5em 0;
	}
.paginate a {
	font-style: normal;
	}
.prev_page {
	float: left;
	}
.next_page {
	float: right;
	}
.prev_post, .next_post {
	display: block;
	margin-bottom: 1.5em;
	}

/* Inline Editing */

.inline_edit {
	background: #CCC;
	position: relative;
	}
.inline_edit fieldset {
	border: none;
	}
.inline_edit a {
	}
.inline_edit input[type="text"],
.inline_edit textarea {
	}
.inline_edit .more_options_link:link {
	}
.inline_edit .more_options {
	}
.inline_edit .more_options p {
	}
.inline_edit .more_options p input[type="text"] {
	}
.inline_edit .more_options p .sub {
	}
.inline_edit .buttons {
	}
.inline_edit h2 {
	}

/* Footer */

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #000;
	text-align: center;
	}

/* General */

.clear {
    clear: both;
	}
.right {
    float: right;
	}
.left {
    float: left;
	}
	
div.post.chat p {
    display: inline;
}
div.post.chat ul {
    font-family: "monaco", monospace;
    font-size: .9em;
    margin: 0 1em 1em 0;
    padding: 0;
    color: #535353;
}
div.post.chat ul li {
    background: none;
    list-style-type: none;
    padding: 0;
}
div.post.chat li .label {
    color: #2D3879;
}
div.post.chat li.me .label {
    color: #AB2F26;
}

div.comicdiv {

	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	left: -150px;
	text-align: center;

}

img.comicimg {

	border: 10px solid #111111;
		
}

div.comicinfo {

	text-align: center;
	padding-bottom: 20px;
	margin-top: 20px;

}

div.comictitle {
	width: 600px;
	font-size: 16pt;
}

div.comicnext {
	float: right;
	width: 100px;
}

div.comicprevious {
	float: left;
	width: 100px;
}

div.sitedesc {

	font-size: 0.8em;
	color: #666666;
	font-style: italic;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #222222;
	padding: 10px;
	
}

div.comicdesc {
	text-align: left;
}

div.postauthor {
	width: 550px;
	text-align: left;
	font-size: 16pt;
	line-height: normal;
	margin-left: 20px;
}

div.pwad1 {

	float: left;
	width: 234px;
	margin-left: 40px; 
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	padding: 0;
	font-size: 8pt;
	line-height: normal;
}

div.pwad2 {

	float: right;
	width: 234px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 40px; 
	text-align: center;
	padding: 0;
	font-size: 8pt;
	line-height: normal;

}