/* Predefined html tags */

* { margin: 0; padding: 0; }

body {
	font: normal 85% Times New Roman, Times, Serif;
	margin: 0px auto;
	text-align: center;
	background-color: #FFF;
	color: #555;
}

body#admin {
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;	
}

blockquote {
	margin: .5em 2em;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

img { border: none; }

li { list-style: none; }

a {
	text-decoration: none;
	color: #4190AA;
}

a:hover { color: #026380; }

p { line-height: 1.5; }

.inputbox, textarea {
	padding: .1em .2em;
	border: 1px solid #AAA;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font: normal .9em Tahoma, Verdana;
}

.button {
	padding: .2em .8em;
	text-decoration: none;
	cursor: pointer;
	font: normal .8em Tahoma, Verdana;
	color: #000 !important;
	border: 1px solid #666;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
}

.clear { clear: both; }

.align_c { text-align: center !important; }
.align_r { text-align: right; }
.hide { display: none; }

table {
	border-collapse: collapse;
}

/* Shell */

.alignright {
	text-align: right;	
}

.right {
	float: right;
}

.admin-nav {
	margin-right: 2em;
	margin-top: 1em;	
}

.left { margin-right: 13em; }

.errormessage {
	color: red;
	line-height: 1.5em;
	height: 1.5em;	
}

#admin td {
	padding: 0.2em 0.5em;	
}

#admin textarea {
	width: 80%;
	height: 25em;
	margin-top: 1em;
	margin-bottom: 1em;	
}
.current-font {
	padding: 1.5em 0 1em 0;	
}
.new-font {
	padding: 0 0 1.5em 0;	
}
#test_new_font {
	margin-left: 1em;	
}
.dump-key {
	font-weight: bold;
}

.logo-update div, .comic-upload div {
	padding-top: 0.5em;
	margin-bottom: 0.5em;	
}

#current-logo-text {
	padding-bottom: 0.5em;	
}

.logo-update input {
	width: 50em;
}

#comics {
	margin: 1em;	
}
#comics thead td {
	color: #FFF;
	background-color: #4190AA;
}
#comics td {
	border-bottom: 1px dashed #EEE;
	vertical-align: top;
}

/* Public */

#nav a {
	padding: 0 10px;
	margin: 0 20px;	
}

#main-container, .content {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

.comic, #about, #archive, #contact, #store, #video {
	margin-top: 10px;
	border: 1px dashed #EEE;	
}
.archive-back {
	font-size: 1.1em;
	margin: 1em 2em 0 0;
	text-align: right;
	font-style: italic;	
}
.comic {
	text-align: left;
	padding: 0;
	height: 961px;
	width: 850px;
}
#comic-image {
	margin-left: 25px;
}
.comic-overlay {
	position: absolute;
	top: 208px;
	z-index: -1;
	background: #909090;
	width: 850px;
	height: 961px;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.comic-overlay a img {
	opacity: 2;
	filter: alpha(opacity=200);
}
.content h2 {
	margin-bottom: 1em;	
}
#about, #contact, #archive, #store, #video {
	padding: 1em 5em 2em 5em; 
}
#footer {
	margin: 0 auto;
	padding: 0.5em 1em 5em;
	text-align: center;
	color: #E0E0E0;	
	width: 850px;
}
.notice {
	font-style: italic;
	font-size: 0.9em;
	padding-bottom: 1.2em;
}
#archive table { width: 100%; }
#archive table td {
	border-bottom: 1px dashed #EEE;
	padding: 0.1em 1em;
}
.timestamp {
	font-size: 0.7em;
	text-align: right;	
}
#comments {
	margin: 1em 5em;	
}
#comments h3 {
	text-align: left;
	padding: 0 0.8em 1em 0;	
}
#comments td {
	text-align: left;
	padding: .2em 1em;
	vertical-align: top;	
}
#comments td.comment-button-container {
	text-align: right;	
}
#comment {
	width: 25em;
	height: 10em;
}
.comments-list li {
	padding: 1em;
	border: 1px dashed #E0E0E0;	
}
.comments-list li div {
	text-align: left;
}
.comment-said {
	font-size: 1.2em;
}
.comment-said span {
	font-weight: bold;	
}
.comment-text {
	padding: 1em;
}
.comments-list li div.comment-timestamp {
	text-align: right;	
}
.comment-odd, .comment-even {
	background-color: #f3f7f8;
	margin: 1.5em 0;
}
.admin-back {
	padding: 1em 0;
}

#store h3 {
	font-weight: bold;
	margin-bottom: 0.25em;
}
#store h5 {
	border-bottom: 1px dashed #EEE;
	margin-bottom: 1.5em;
}
#store div {
	margin-bottom: 2em;
}

