@charset "utf-8";
/* CSS Document */

body {
	font-family: cursive;
}

#page {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
	top: -3px;
	left: 10px;
	width: 800px;
	background-image: url(images/pageBackground.png);
	background-repeat: repeat;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	z-index: 1;
}

#topLogo {
	margin: 0;
	padding:0;
	height: 150px;
}

#homeLink a {
position: relative;
	width: 414px;
	height: 145px;
	top: -150px;
	left: 0px;
	text-decoration: none;
}

#topNavBar ul li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}	

#topNavBar a {
  text-decoration: none;
	color: white;
	font-size: 16pt;
	font-family: fantasy;
}

#topNavBar {
	position: relative;
	top: -193px;
	left: 425px;
}

.spacer {
	padding-right: 2em;
}

#rightCol {
	float: right;
	width: 160px;
	margin-right: 7px;
	font-family: serif;
	font-size: 10pt;
	padding-top: 38px;
}

#rightCol li {
	list-style-type: none;
	margin-left: -35px; 
	padding-bottom: 20px;
	padding: 5px;
}

#rightCol ul {
	background: white;
	margin: 0;
	padding-bottom: 10px;
}

#rightCol a {
	text-decoration: none;
	color: gray;
}

.roundTop {
	background-image: url(images/roundTop.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 13px;
}

.roundBottom {
	background-image: url(images/roundBottom.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 19px;
}

#twitter_div {
        margin-top: 25px; 
}

#avatar {
	position: relative;
	top: -50px;
}

#twitButton {
	position: relative;
	left: 10px;
}

#title {
	position: relative;
	top: 2px;
	left: 10px;
	font-family: cursive;
	font-weight: bold;
	color: black;
	font-size: 14pt;
	height: 189px;
	width: 200px;
	background-image: url(images/Post-it.png);
	background-repeat: no-repeat;
}

#textPad {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#comicPage {
	position: relative;
	z-index: -1;
	top: -150px;
	left: 25px;
}

.pageBoxTop {
	float: right;
	padding-top: 15px;
}

.pageBoxBottom {
	float: right;
	position: relative;
	top: -150px;
}
	
.paginator {
	padding-right: 10px;
}

#mainCol {
	float: left;
	width: 600px;
}

#footer {
	padding-left: 30px;
	width: 600px;
}

#adsense {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	}

#subFooter {
	text-align: center;
	font-size: 10pt;
	color: white;
	margin: .5em;
	padding: .5em;
}

#addPage {
	background: white;
	text-align: center;
}
	
#archivePage {
	float: left;
	position: relative;
	z-index: 0;
	top: -3px;
	left: 10px;
	width: 925px;
	background-image: url(images/pageBackground.png);
	background-repeat: repeat;
	padding-top: 70px;
}

#archivePage a {
	text-decoration: none;
	color: white;
	font-size: 16pt;
}

#ohnoRobot {
	position: relative;
	top: -80px;
	left: 90px;
}

#ohnoRobot a {
	text-decoration: none;
	color: white;
}