body { background-color: #99B9D2; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

#header a#banner {
  border-bottom: 1px solid black;
  height: 150px;
  display: block;
  background: url('/images/banner.jpg') #fff no-repeat;
  margin-bottom: 10px;
}

#header a#banner span {
  position: absolute;
  left: -200px;
}

#content {
  width: 730px;
  margin-top: 10px;
  margin-bottom: 20px;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 20px;
}

#content div.page_block {
  border: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  background: white;
  width: 710px;
  min-height: 94px;
  padding: 5px;
}

#leftbar {
 width: 100px;
 vertical-align: top;
 padding: 10px;
 margin: 0 5px 0 5px;
}

#leftbar li {
  list-style: none;
  margin-bottom: 10px;
}

#leftbar li a {
  display: block;
  width: 100px;
  height: 48px;
}

#leftbar li a:hover {
  border-left: 2px solid #99B9D2;
}

#leftbar li span {
  position: absolute;
  left: -200px;
}

#leftbar li#archive a { background: url('/images/button-archive.jpg') no-repeat left; }
#leftbar li#first a { background: url('/images/button-first.jpg') no-repeat left; }
#leftbar li#prev a { background: url('/images/button-prev.jpg') no-repeat left; }
#leftbar li#next a { background: url('/images/button-next.jpg') no-repeat left; }
#leftbar li#latest a { background: url('/images/button-latest.jpg') no-repeat left; }

#corner {
  padding: 10px;
}

#corner a {
  background: url('/images/corner_filler.jpg') no-repeat left;
  border: 1px solid black;
  height: 48px;
  width: 100px;
  display: block;
}

#corner a span {
  position: absolute;
  left: -200px;
}

#footer {
  padding: 10px;
}

#footer ul {
  list-style: none;
}

#footer li {
  margin-left: 15px;
  float: left;
}

#footer li a {
  display: block;
  width: 100px;
  height: 48px;
}

#footer li a:hover {
  border-top: 2px solid #99B9D2;
}

#footer li span {
  position: absolute;
  top: -200px;
}

#footer li#email_friend a { background: url('/images/button-email_friend.jpg') no-repeat left; }
#footer li#about a { background: url('/images/button-about.jpg') no-repeat left; }
#footer li#email_cherish a { background: url('/images/button-email_cherish.jpg') no-repeat left; }
#footer li#stuff a { background: url('/images/button-stuff.png') no-repeat left; }
#footer li#blog a { background: url('/images/button-blog.jpg') no-repeat left; }
#footer li#rss a { background: url('/images/button-rss.jpg') no-repeat left; }

#content div.name {
  background: #fff;
  border: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  padding: 5px;
  color: black;
  margin-bottom: 15px;
  font-family: Courier, Courier New;
  font-size: 18px;
  font-weight: bold;
}

#content .comic {
  margin: 0 auto;
  text-align: center;
}

#content .comic img {
  border: 1px solid black;
  text-align: center;
}

#admin_content {
  margin: 10px;
  background: white;
  padding: 10px;
  border: 1px solid black;

}


#admin_content table td {
  padding-right: 10px;
  padding-left: 10px;
}

#email {
	text-align: center;
	margin-top: 20px;
}

#email span {
	background: white;
	font-size: 20px;
	padding: 15px;
	border: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
