/* Companion Custom CSS over-rides for [ Lightning Man: The Official Webcomic ]: ComicPress - 2.8 */

body {
background: #660000;
color: #660000;
}

a {
	color: #660000;
	text-decoration: none;
}

/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */

#page {
	width: 780px;
	margin: 0px auto;
}

#page-wide {
	background: #ffcc00;
	width: 980px;
	margin: 0px auto;
}

/* HEADINGS */

h1, h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	color: #660000;
	font-size: 56px;
	font-family: 'georgia' , serif;
	font-weight: normal;
	line-height: 46px;
	text-decoration: none;
	letter-spacing: -5px;
	font-variant: small-caps;
}

h2, h2 a {
	margin: 0;
	color: #660000;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	font-family: 'verdana';
}

	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'verdana';
		font-size: 32px;
		font-weight: normal;
		letter-spacing: -2px;
		clear: both;
	}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #660000;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	font-family: 'verdana';
}

/* CALENDAR */

#wp-calendar-wrap {
	background:#ffcc00;
	padding:10px;
	border:1px solid #660000;
	margin:10px 0;
}

#wp-calendar {
	border: solid 1px #660000;
	background: #ffcc00;
	width: 165px;
	margin: 0 auto;
}

	.wp-calendar-thumb {
		width: 178px;
		height: 130px;
		background: #ffcc00;
		margin: 0 auto;
	}

	#wp-calendar th {
		font-size: 10px;
		font-weight: normal;
		text-align: center;
	}

	#wp-calendar caption {
		font-family: 'Georgia' , sans-serif;
		font-size: 18px;
		letter-spacing: -1px;
		font-variant: small-caps;
	}

	#wp-calendar td {
		min-width: 20px;
		padding: 0;
		text-align: center;
		border: 1px solid #000;
	}

	#wp-calendar a {
		display: block;
		text-decoration: none;
		font-weight: bold;
	}

	#wp-calendar a:hover {
		color: #fff;
		background: #000;
	}

	table#wp-calendar {
		border:none;
		background: transparent;
	}

	table#wp-calendar td {
		border-color: #660000;
	}

	.wp-calendar-download {
		width: 166px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 10px;
		text-align: right;
		color: #777;
		background: #660000;
	}

		.wp-calendar-download a {
			padding: 0 3px;
			font-weight: bold;
			color: #fff;
			background: #000;
			border-left: 1px solid #777;
		}
		


			.wp-calendar-download a:hover {
				background: #800;
			}

.nav { display: none; }