@charset "utf-8";
/* CSS Document */

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h1, h2
{
	margin: 0 0 16px 0;
}

hr
{
	margin: 1em auto;
}

#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
}

#header {
	margin: 0 0 15px 50px;
	text-align: center;
	float: left;
}

#header img
{
	border: 0;
}

#sections
{
	margin: 0px 50px 0 0;
	text-align: right;
	float: right;
}

#sections li
{
	list-style-type: none;
	margin-bottom: 1em;
	font-size: 24px;
	font-weight: bold;
}

#sections a
{
	color: #000;
	text-decoration: none;
}

.navigation
{
	position: relative;
	z-index: 0;
	width: 50px;
}

.navigation a, .comic-nav a
{
	display: block;
	width: 50px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.navigation a
{
	background-color: #eee;
}

.navigation span, .comic-nav span
{
	display: none;
}

#nav-left {
	float: left;
}

#nav-left a {
	background-image: url(../layout/arrow-left.png);
}

#nav-left a:hover 
{
	background-image: url(../layout/arrow-left-animated.gif);
}

#nav-right {
	float: right;
}

#nav-right a:hover 
{
	background-image: url(../layout/arrow-right-animated.gif);
}

#nav-right a {
	background-image: url(../layout/arrow-right.png);
}

#player
{
	clear: both;
	text-align: center;
}

#comic-container
{
	margin: 0 auto;
}

.comic-nav
{
	clear: both;
}

.comic-nav div
{
	width: 50px;
	height: 30px;
}

.comic-previous
{
	float: left;
}

.comic-next
{
	float: right;
}

.comic-top
{
	z-index: 10;
	margin-top: -25px;
	position: relative;
	top: 28px;
}

.comic-top .comic-previous
{
	background-image: url(../layout/arrow-left-top.png);
}

.comic-top .comic-next
{
	background-image: url(../layout/arrow-right-top.png);
}

.comic-bottom
{
	z-index: 10;
	position: relative;
	bottom: 29px;
}

.comic-bottom .comic-previous
{
	background-image: url(../layout/arrow-left-bottom.png);
}

.comic-bottom .comic-next
{
	background-image: url(../layout/arrow-right-bottom.png);
}

#comic-body img
{
	margin-bottom: -2px;
}

#footer {
	padding: 0px 50px 0 50px;
	clear: both;
}

#calendar
{
	float: right;
	padding: 0 0 16px 16px;
}

#links
{
	float: right;
	text-align: right;
	padding: 0 0 16px 16px;
	font-size: 12px;
}

.comment
{
	margin-bottom: 10px;
}

.comment-attributes
{
	padding-bottom: 5px;
}

.comment-name
{
	font-weight: bold;
}

.comment-date
{
	font-size: 0.9em;
	color: #888;
}

#newcomment
{
	margin: -1em 0 0 0;
}

.commentlabel
{
	padding: 1em 0 0 0;
}

.character-image
{
	float: left;
}

.character-photo
{
	float: right;
}

.character-clear
{
	clear: both;
	padding-top: 1em;
}

#copyright
{
	clear: both;
	padding-top: 15px;
	text-align: center;
}

#newComments .comment {
    display: none;
}
