/* LAYOUT ONLY!! */
body {
	text-align:center;
/*	background-color:#A4B19F; */
	background-image:url(layout/background_licheness.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color:#9900FF;
}
a:active {
	text-decoration: none;
	color:#000000;
}

#splat {
	position:absolute;
	left:0px;
	top:0px;
	width:65px;
	height:79px;
	z-index:1;
}

#container {
	width: 750px;
	border: 1px solid gray;
	position:relative;
	top: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px; /*10px;*/
	background-image:url(layout/background_paper.jpg)
}
#header {
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
}

#footer {
	width:100%;
	position:relative;
	top:60px;
	margin:0 auto;
}

#comic {
	position:relative;
	margin:auto;
	width:700;
	text-align:center;
}
#comic_back {
	position:relative;
	margin:auto;
	width:750;
	text-align:center;
}

#pw {
	width: 100%;
	position:absolute;
	top:10px;
	left:0px;
	margin:0 auto;
	padding: 0px;
}

#pw2 {
	width: 100%;
	position:relative;
	top:40px;
}

#shoppingcart {
	position: relative;
/*	top: 50px;
	left: 50px; */
	height: 100px;
	width: 700px;
	background: #eee;
	border: 1px solid #444;
}

#shoppingcart p {
	margin: 0 1em 1em;
}

#cartmenu {
	position: relative;
/*	top: 50px;
	left: 50px; */
	height: 30px;
	width: 700px;
	background: #eee;
	border: 1px solid #444;
}


h1 {
	font-size: 140%;
	margin: 0.5em 1em;
}

#booklist, #contents {
	position: relative;
/*	top: 175px;
	left: 50px; */
	width: 700px;
	background: #ddd;
	border: 1px solid #333;
}

.pictured {
	font-size: 105%;
}

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

#booklist ul li {
	margin: 0 1em 1em;
}

#contents table {
	font-size: 90%;
	border-collapse: collapse;
}

#contents table td {
	border: 1px solid #999;
	width: 20%;
}

#contents p, #contents button {
	margin: 1em;
}

/* ARCHIVE TEXT */
.archivelinks a:link {
	text-decoration:none;
}
.archivelinks a:hover {
	color: #9900FF;
}
.archivelinks {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
.archivequote a:hover {
	color:#666666;
}
.archivequote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#CCCCCC;
}

/* ARCHIVE END */

/* STORE */
.subtotal {
	font-size:8px;
}

/* STORE END */

.ThreadHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
.ThreadMenu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
.ThreadIMG {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
}

/* Comments */

.NewsSubject {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
}
.NewsByLine {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
}
.NewsText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
}


/* Comments End */