/*Generic html elements*/
html {
	padding: 0;
	margin: 0;
	height: 100%;
}

body, body.blue {
	padding: 0;
	margin: 0;
	height: 100%;
}

/* turn off borders so we don't need border=0 on image links */
img, a img, :link img, :visited img, :hover img {
	border: none;
    text-decoration: none;
}

/* Container with a (small) margin*/
.smallMargin { 
	margin: .33em;
	padding: 0;
}

/* div class for pages containing text content */
.contentPage, .content, .featureSelectionPage, .mainPage {
	margin: 2em;
	text-align: center;
}

.contents{
    text-align: center;
    margin: auto;
}

.featureList{
}

.featureThumb{
    padding-bottom: 2em;
}
div.featureThumb p{
    text-align: center;
}
.comic{
	text-align: center;
}
.comicNavAutoScale{
	position: absolute;
	left: 0;
}
.comicNavAll{
	position:absolute;
	padding-left: 1em;
	margin-left: 20em;
	padding-right: 1em;
	right: 50em;
}
.comicNav{
	position: absolute;
	right: 0;
}
/* Navbar CSS */
.navbar {
	text-align: left;
	margin: 0;
	height: 1.33em;
}
div.navbar{
	padding-left: .5em;
}

.navbar#counter {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 1em;
	background-position: right center;
}

/** News Stuff */
div.news{
	margin: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 35em;
}
div.news div.entry{
	padding-bottom: 1em;
}
div.news p{
	margin:0;
	padding:0;
}

/** Merchandise stuff */
.merc_item{
	margin:2em;
	text-align:left;
	width:50%;
}

.merc_title{
	text-align:center;
	font-size:1.5em;
}

.merc_image{
	float: left;
	margin-left: 1em;
	margin-right: 1em;
}

/** footer hack */

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#footerPad{
	padding-bottom: 7em;
}

#footer
{
	position: relative;
	margin: -7.5em auto 0 auto;
}

/** legal notice */
.legal{
	font-size: x-small;
	text-align: center;
}

/*Old stuff*/
.AlTech{
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
}

.title { 
	margin: 0;
	padding: 0;
	background: #000064;
	color: #C6D4DE;
}
