*
{
	padding:0;
	margin:0;
}

body
{
	background:
	url("images/thirdphase-bkg.jpg") 0px 0px repeat-x,
	#8f3d3d;
	font-family:sans-serif;
	color:#000000;
}

.roundBorder
{
	border-radius:30px;
}

#header
{
	height:200px;
	margin:0 auto;
}

#headerImage
{
	display:block;
	margin:0 auto;
	position:relative;
	left:0px;
	top:0px;
}

#comic
{
	text-align: center;
	padding-top:20px;
	min-height: 200px;
}

#comicImages
{
	display:block;
	margin:0 auto;
	background-color:#ffffff;
	width:1000px;
	box-shadow: -3px 3px 10px #000000;
	padding: 25px 0px;
}

#comicImages img
{
	margin:25px auto;
}

#comicNav
{
	text-align: center;
}

#comicNav li
{
	display:inline-block;
}

#comicNav img
{
	margin:15px;
}

#patreon
{
	text-align: center;
}

#comicFooter
{
	background-image: url("images/downfade.png");
	background-repeat: repeat-x;
	background-color: #000000;
	min-height:200px;
}

#comicFooterContent
{
	display:block;
	width:950px;
	margin:0 auto;
}

#sidebar
{
	float:left;
	display:block;
	width:200px;
	text-align:right;
}

#sidebar ul li
{
	display:inline-block;
}

#credits
{
	text-align:center;
	background:#ffffff;
	width:160px;
	margin:10px auto;
	padding:10px;
	font-weight: bold;
}

#credits a
{
	color:#000;
}

#blog
{
	display:block;
	float:left;
	width:680px;
	margin:0px auto;
	padding:30px;
	background-color:#ffffff;
	min-height:200px;
	box-shadow: -3px 3px 10px #000000;
	text-align:center;
}

#footer
{
	display:block;
	background-color:#000000;
	height:50px;
}

.inactive
{
	opacity: 0.3;
}

#archive
{
	display:block;
	width:680px;
	margin:0px auto;
	padding:30px;
	background-color:#ffffff;
	min-height:200px;
	box-shadow: -3px 3px 10px #000000;
	text-align:center;
}

#archive table
{
	text-align: center;
}

#archive .year
{
	font-weight: bold;
	font-size: +2em;
}

#archive .spacer
{
	height:3em;
}

#archive .date
{
	text-align:right;
	width:6em;
}

#archive .title
{
	text-align:left;
	text-indent:2em;
	font-weight: bold;
}

#archive a
{
	color:#000000;
}

#about
{
	display:block;
	width:680px;
	margin:0px auto;
	padding:30px;
	background-color:#ffffff;
	min-height:200px;
	box-shadow: -3px 3px 10px #000000;
	text-align:center;
}

#store
{
	display:block;
	width:680px;
	margin:0px auto;
	padding:30px;
	background-color:#ffffff;
	min-height:200px;
	box-shadow: -3px 3px 10px #000000;
	text-align:center;
}