/* CSS Document */

html, body{
	margin:  0px;
	padding: 0px;
	border:  none;
}


#banner {
	display: none;
}

#topmenu img, #comicNavigation img {
	border: none;
}

#comicTitle {
	padding-bottom: 1em;
	font-size:     1em; 
	font-family:   Arial, Helvetica, sans-serif; 
	font-weight:   bold;
	text-align:	   center;
}

#comicNavigation {
	display: none;
}

#donate {
	display: none;
}

#upcoming {
	display: none;
}

#date {
	padding-top: 1em;
	 font-size:     2em; 
	 font-family:   Arial, Helvetica, sans-serif; 
	 font-weight:   bold; 
}

#entry {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:   1em; 
}

#ad {
	display: none;
}

#footer {
	display: none;
}

.noPrint {
	display: none;
}

#title {
	font-size:     2em; 
	font-family:   Arial, Helvetica, sans-serif; 
	font-weight:   bold; 
}

.alignLeft {
	width: 49%;
	float: left;
}

.alignRight {
	width: 49%;
	float: right;
}

/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */