/* general */
body {
	background-color: #ddddff;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, "Lucida Grande", "Courier New", Courier, sans-serif;
	margin: 0; padding: 10px;
	color: #000000;
	text-align: center;
}

a {
	text-decoration: none;
	color: #3333ff;
}

a:hover {
	text-decoration: underline;
	color: #000033;
}

/* structure / areas */
#whole {
	width: 100%;
	border: none;
	padding: 0px;
	text-align: center;
}

#nav {
	top: 0px;
	left: 0px;
	width: 130px;
	float: left;
	clear: none;
}

.nav-top, .nav-link {
	width: 128px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
	margin-right: 2px;
}

.nav-top {
	font-weight: bold;
	text-align: center;
	background-color: #0099CC;
}

.nav-link {
	color: #FFFFFF;
	background-color: #99CCFF;
}

.counter a {
	font-family: Georgia, "Courier New", Courier, sans-serif;
	color: #0099CC;
}

#vote {
	width: 132px;
	float: right;
	text-align: left;
}

#content {
	width: auto;
	padding: 0px;
	text-align: left;
	margin-left: 140px;
	margin-right: 140px;
}

#content-left {
	width: 48%;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	text-align: right;
	float: left;
	clear: none;
}

#content-right {
	width: 48%;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	text-align: left;
	float: right;
}

#foot-parent {
	clear: both;
	width: auto;
	padding: 0px;
	text-align: center;
	margin-left: 140px;
	margin-right: 140px;
}

#foot {
	text-align: center;
	width: 600px;
	font-weight: bold;
	font-size: 11px;
	font-family: "Courier New", "Georgia", "Courier", sans-serif;
	color: #000000;
	background-color: #99ccff;
}

/* rest */
.newstitle, .bold {font-weight: bold;}
.date {
	/*font-weight: bold;*/
	font-size: 10px;
	color: #000088;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, "Courier New", Courier, sans-serif;
}
.author {font-size: 10px; font-style: italic;}
.italic {font-style: italic;}
.warning {color: #ff0000; font-weight: bold;}

.foot a {color:#0099CC;}
.foot:hover a {color:#FFFFFF; text-decoration: underline;}

.navcomic {
/*	width: 100%;*/
	margin:0;
	padding:0;
}

.navcomic li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 5px 0px 5px 5px;
}

.navcomic-text, .navcomic-onpage, .navcomic a {
	float: left;
	padding: 5px 10px;
	border-width: 1px;
	border-color: #000044;
	border-style: solid;
	color: #ffffff;
	background: #505fbb;
	font-weight: bold;
	text-decoration: none;
}

.navcomic a:hover {
	color: #ffffff;
	background: #808fff;
}

.navcomic-onpage {background: #808fff; color: #000000;}
