body {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	background: #fff;
	text-align: center;
} 

a {
	white-space: nowrap;
}

a img {
	border: none;
}

h1 {
	display: none;
}

div#page-wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 960px;
}

div#header {
	margin-bottom: 4px;
}

div#menu {
	background: #FFFF9A;
	padding: 3px;
	margin-bottom: 1px;
}

div#update-notice {
	text-align: right;
	margin: 4px 0 0 0;
	padding: 3px 0 10px 0;
	background: url('/images/update.png') no-repeat top left #fff;
}

div#update-notice p {
	font-size: 1.0em;
	font-style: italic;
	margin: 0;
	padding: 0;
}

div#update-notice span {
	background: #FFFF9A;
	padding: 3px 13px;
	margin: 0px 25px 0 0;
}

div#menu {
	font-size: 1.0em;
	text-align: center;
}

div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#menu li {
	display: inline;
	padding: 0 10px;
}


div#content {
	padding-top: 0px;
}

div#announcements {
	color: #B22222;
	font-size: 1.4em;
	font-style: italic;
}

div#announcements p {
	border-top: 3px double #B22222;
	border-bottom: 3px double #B22222;
	margin: 5px 0;
	text-align: center;
	padding: 7px 0px;
}

div.post {
	margin-bottom: 30px;
}

div.post h3 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 8px 5px;
	background: #f4f4f4;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	text-shadow: 4px 4px 3px #999;
}

div.post-date {
	font-size: 0.8em;
	padding: 2px 5px;
	word-spacing: 0.25em;
	margin-bottom: 0px;
}

div.post-body {
	padding: 0 5px;
}

div#footer {
	clear: both;
	padding: 3px;
	width: 760px;
	font-size: 0.9em;
	text-align: center;
}

div#footer p {
	font-size: 0.8em;
	padding: 2px 0;
	margin: 1em auto;
	width: 200px;
}


div.comic-head {
	margin: 20px 0;
}

div#comic {
	margin-bottom: 0;
}

div#comic h2 {
	font-size: 1.8em;
	margin:0;
	padding-bottom: 15px;
	text-shadow: 4px 4px 3px #999;
	float: left;
}

div#comic div.pub-date {
	font-size: 0.8em;
	float: right;
}

div#archive h3 {
	margin: 10px 10px 2px 0px;
	display: inline;
	clear: both;
}

div#archive h3 small {
	font-size: 0.8em;
}

div#archive p {
	margin: 2px 10px 20px 3em;
	font-size: 0.9em;
}

div.archive-date {
	font-size: 0.8em;
	margin: 0;
	display: inline;
	color: #555;
}

div#links ul {
	list-style: circle;
	font-size: 0.9em;
}

div#links li {
	margin-bottom: 0.5em;
}

div#links h3 {
	font-size: 1.2em;
}

table.comic-nav {
	width: 100%;
	background: #ffff9a;
	margin: 1em 0;
	padding: 2px 0;
	clear: both;
}

table.comic-nav td {
	width: 100%;
	text-align: left;
	padding: 2px 10px;
}

td.previous {
	text-align: left;
}

td.next {
	text-align: right;
}

td#posts {
	text-align: center;
}

div.centered {
	text-align: center;
}

div.centered img {
	margin: 0 auto;
}

div.spacer {
	clear: both;
	height: 1px;
}

div#sidebar {
	float: right;
	width: 180px;
	text-align: center;
	background: #f4f4f4;
	border: 2px solid #ccd;
	margin-top: 20px;
}

div#sidebar img {
	width: 150px;
}

div#sidebar h2 {
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	background: #ddd;
	border-bottom: 2px solid #ccd;
}

div#sidebar a {
	border: none;
	text-decoration: none;
}

div#sidebar p {
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 10px;
}

div#posts {
	float: left;
	width: 760px;
}

div.number {
	float: left;
	width: 3em;
	text-align: right;
	padding: 5px;
	font-size: 1.2em;
}

div#sponsor-bar {
	text-align: center;
	border: 1px solid #bbd;
	background: #fff;
	margin-top: 2em;
	padding-bottom: 1em;
}

div#sponsor-bar p {
	margin: 5px;
}