/* CSS Document */

/* ~~~main stuff~~~ */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	background: #E6E6E6;
}

a:link {
	color: #0033CC;
	text-decoration: none;
}

a:visited {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
}

a:active {
	color: #0033CC;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clearboth {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* ~~~div stuff~~~ */

#main {
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* top of page */

#topadbox {
	width: 700px;
	margin: 0;
	padding: 15px 0 12px 0;
	text-align: center;
	border-bottom: 1px solid #000000;
}

/* header */

#mainlogo {
	position: relative;
	width: 500px;
	left: 10px;
	top: -138px;
}

#portrait {
	position: relative;
	left: 498px;
	top: 15px;
	width: 202px;
}

#navbox {
	position: relative;
	top: -140px;
}

#aboutdsa {
	position: relative;
	width: 200px;
	left: 10px;
	top: 37px;
}

#links {
	position: relative;
	width: 200px;
	left: 120px;
	top: 12px;
}

#gallery {
	position: relative;
	width: 200px;
	left: 180px;
	top: -13px;
}

/* upper comic browser */

#topbrowser {
	position: relative;
	top: -150px;
	margin: 0;
	padding: 15px 10px 6px 10px;
	text-align: right;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#topbrowser table {
	margin: 0 0 0 auto;
}

#topbrowser table td {
	padding: 0 0 0 20px;
}

/* the comic */

#comic {
	position: relative;
	top: -140px;
}

/* lower comic browser */

#bottombrowser {
	position: relative;
	top: -133px;
	margin: 0;
	padding: 15px 10px 10px 10px;
	text-align: center;
	border-top: 1px solid #000000;
}

#bottombox {
	width: 100%;
}

#dropdown {
	text-align: left;
}

#browser {
	text-align: right;
}

#browser table {
	margin: 0 0 0 auto;
}

#browser table td {
	padding: 0 0 0 20px;
}

/* status area */

#statustitle {
	position: relative;
	top: -125px;
	margin: 0;
	padding: 15px 10px 0 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#statusbox {
	position: relative;
	top: -125px;
	margin: 0;
	padding: 15px 10px 0px 10px;
}

#progbox {
  float: left;
  display: inline;
}

#progbox th {
	font-weight: normal;
	text-align: left;
	padding: 1px 10px 1px 0;
}

#nextcomic th {
	font-weight: bold;
}

#rss th {
	font-weight: bold;
	padding-top: 2px;
}

#rssbutton {
	margin-bottom: -3px;
}

/* words area */

#wordstitle {
	position: relative;
	top: -115px;
	margin: 0;
	padding: 15px 10px 0 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#wordsbox {
	position: relative;
	top: -115px;
	padding: 15px 10px 10px 10px;
}

#selfportrait {
	padding: 0 10px 0 0;
	vertical-align: top;
}

#rant {
	padding: 0;
	vertical-align: top;
}

/* credits area */

#creditsbox {
	position: relative;
	top: -115px;
	border-bottom: 1px solid #000000;
}

#creditstitle {
	position: relative;
	top: 0px;
	margin: 0;
	padding: 15px 10px 0 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#copyright {
	position: relative;
	top: 0px;
	margin: 0;
	padding: 20px 10px 7px 10px;
	text-align: center;
}

/* sub pages */

.subpagebody {
	position: relative;
	top: -150px;
	margin: 0;
	padding: 15px 10px 6px 10px;
	border-top: 1px solid #000000;
}

/* about page */

#charportrait {
	padding: 0 10px 0 0;
	vertical-align: top;
}

#charbio {
	padding: 0;
	vertical-align: top;
}

.aboutchar {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #000000;
}

/* links page */

#linksbody {
	text-align: center;
}

.bannerlink {
	margin-bottom: 30px;
}

/* gallery page */

.galleryitem {
	margin-bottom: 30px;
}

#gallerythumb {
	padding: 0 10px 0 0;
	vertical-align: top;
}

#gallerytext {
	padding: 0;
	vertical-align: top;
}

/* Project Wonderful Ad Boxes */
#statusbox .pw_adbox {
  float: right;
  display: inline;
}