body {
    font-size: 13pt;
    color: black;
    background: url('/graphics/blue_angle_swirl.jpg');
    margin-left: 10%;
    margin-right: 10%;
    font: Helvetica, Arial, courier;
}

p, ul, ol, dl {
    font-size: 13pt;
    margin-left: 6%;
    margin-right: 6%;
}

dt {
    font-weight: bold;
}

h1 {
    font-size: 15pt;
    margin-left: 6%;
}

h2 {
    font-size: 14pt;
    margin-left: 6%;
}

h3 {
    font-size: 13pt;
    margin-left: 6%;
}

h4 {
    font-size: 12pt;
    margin-left: 6%;
}

h5 {
    font-size: 10pt;
    margin-left: 6%;
}

h6 {
    font-size: 10pt;
    margin-left: 6%;
}

blockquote {
	margin-left: 20%;
	margin-right: 20%;
	border: solid #aaaafe;
	background: #dadafe;
}

.breadCrumb {
    font-size: 8pt;
}

p.blog_categories {
    color: blue;
    font-size: 8pt;
}

#masterWrapper {
    width: 100%;
}

#navWrapper {
    vertical-align: middle;
    background: url('/graphics/navbackground.png');
    border: 1px solid black;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: right;
    float: left;
    width: 10em;
    margin-right: 2px;
    padding-right: 5px;
}

#navWrapper ul {
    list-style-type: none;
}

#catchPhrase {
    clear: both;
    margin-top: 8px;
    background: white;
    border: 1px solid black;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    margin-left: 28%;
    margin-right: 0%;
}

#catchPhrase p {
    font-size: 10pt;
}

#logo {
    text-align: right;
}

#mainBody {
    clear: both;
    width: 100%;
    border: 1px solid black;
    background: white;
    margin-top: 4px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

#storeBody {
    clear: both;
    margin-left: 20%;
    margin-right: 20%;
}

.storeItem {
    text-align: center;
/*    line-height: 150%; */
}

.storeItem h2 {
    font-size: 130%;
    text-align: left;
}

#articleText table {
    margin-left: 12.5%;
    margin-right: 12.5%;
    width: 75%;
}

#contactMe {
    border: 1px solid black;
    background: white;
    text-align: center;
    margin-top: 4px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

#contactForm {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2em;
}

#contactForm input {
    width: 40%;
}

#contactForm textarea {
    width: 80%;
}

#disclaimer {
    margin-top: 4px;
    border: 1px solid black;
    background: white;
    text-align: center;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

#copyrightNotice {
    margin-top: 4px;
    border: 1px solid black;
    background: white;
    font-size: 9pt;
    text-align: center;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

#comicTitle {
    text-align: center;
}

#comicTitle h2 {
    font-size: 80%;
}

.comicNav {
    text-align: center;
    padding-bottom: 1em;
    padding-top: 1em;
}

.comicNav table {
    margin: auto;
}

.comicNav a {
    border: 0 none;
}

.comicNav a:link {
    border: 0 none;
    text-decoration: none;
}

.comicNav td:hover {
    background: blue;
}
.comicNav img {
    border: 0;
    display: block;
}

.donateForm {
    padding-top: 2px;
    padding-bottom: 2px;
}

#comicImage {
    text-align: center;
}

#articleText {
    text-align: left;
}

#generateDate {
    margin-top: 4px;
    border: 1px solid black;
    background: white;
    font-size: 9pt;
    text-align: center;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

#archiveList table {
    margin: auto;
}

#archiveList td.archiveItemLink {
    width: 20em;
}

#archiveList td.archiveItemDate {
    width: 10em;
    text-align: right;
}

#facebookListing {
    margin-top: 4px;
    border: 1px solid black;
    background: white;
    text-align: center;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    float: right;
    width: 325px;
    margin-left: 8px;
}

#topAdBanner {
    position: relative;
    text-align: center;
    margin: auto;
}

#belowComicAd {
    position: relative;
    text-align: center;
    margin: auto;
}

/* This is the H1 title used in the sample PHP files */
	.sampleTitle {
		text-align:center;
	}
/* This is one product grid cell (the box that contains each product image and text) */
	.gridCell {
		float:left;
		text-align:center;
		position:relative;
		overflow:hidden;
	}
/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
		border:1px solid #AFD0F8;
		display:block;
		padding:0px;
	}
/* This is the style given to the product image itself by default */
	.gridCell .realviewImage {
		border:2px;
	}
/* This is the style given to the inside of the image link when hovering over the image */
	.gridCell .realviewLink:hover .realviewImage {
		border:2px solid #AFD0F8!important;
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
		border:1px solid #88a2c1!important;
	}
/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfo {
		text-align:center;
		font-size:.75em;
	}
/* Centers text under the product  */
	.gridCellInfo a, .gridCellInfo a span {
		text-align:center;
	}
/* This is the main container for the grid of products */
	.allGrids {
		text-align:center;
		width:100%;
	}
/* Centers the grid of products inside allGrids */
	.centerGrids {
		 margin-left: auto;
		 margin-right: auto;
	}
	.error {
		border:1px solid;
		padding:18px;
		margin-bottom:23px;
	}
/* The currently selected sort method */
	.selectedSort, .selectedSort a {
		text-decoration:none;
	}
/* The pagination links */
	.count {
		float:right;
		margin-left:-2px;
		margin-bottom:7px;
		text-align:right;
		position:relative;
	}
/* Powered by Zazzle logo */
	.pbimg {
		position:absolute;
		top:-5px;
		left:0px;
	}
	.pbimg img {
		border:0px;
	}
/* Empty classes in case you want to change the look of the pagination and sort */
	.count a, .sortLinks a {

	}
	.sortLinks {

	}
/* Used to stop product grids from floating to the left (at the end of the grid) */
	.clearMe {
		clear:both;
		margin:0px;
		padding:0px;
	}
/* Height of clearMe DIV */
	.short {
		height:10px;
	}
/* Fix for Mozilla browsers for floating elements...best not touch this! */
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

/* Empty class in case you want to style the currently selected page number */
	.current {

	}
/* The product description text. To show more than one line of the description, increase the height. */
	.productDescription {
		cursor: default;
		text-decoration: none;
		position:relative;
		overflow:hidden;
		height:15px;
	}
/* The product title text */
	.productTitle {
		display:block;
		height:15px;
		overflow:hidden;
		font-weight:bold;
	}
/* Product price text */
	.productPrice {
		cursor: default;
		text-decoration: none;
		font-size: 8pt;
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		text-decoration: none;
	}

	