/* Setup */
html {
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #000;
  background-image: url('http://www.chapter13press.com/images/misc/mainback.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: #900; /* This should ideally never be seen */
  font-size: 6pt; /* Ditto here */
  width: 100%;
  height: 100%;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: normal;
}

/* Fonts */
@font-face {
  font-family: XBand;
  src: url('http://www.chapter13press.com/images/misc/XBANDRough.eot');
}

@font-face {
  font-family: XBand;
  src: url('http://www.chapter13press.com/images/misc/XBANDRough.ttf') format('truetype');
}

/* Headings */
h1 {
  color: #fff;
  font-family: XBand, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: xx-large;
  line-height: normal;
  margin: 0;
  padding: 0;
}

h2 {
  color: #fff;
  font-family: XBand, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: x-large;
  line-height: normal;
  margin: 0;
  padding: 0;
}

h3 {
  color: #fff;
  font-family: XBand, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: large;
  line-height: normal;
  margin: 0;
  padding: 0;
}

h4 {
  color: #fff;
  font-family: XBand, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: medium;
  line-height: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h5 {
  color: #fff;
  font-family: XBand, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: small;
  line-height: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h6 {
  color: #fff;
  font-family: XBand, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: x-small;
  line-height: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* Links */
a:link {
  color: #47aee2;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
  color: #47aee2;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
  color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:active {
  color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

.menubutton{
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  width: 150px;
  height: 33px;
}

.menubutton span {
  position: absolute;
  top: -999em;
}

#news {
  background: url("http://www.chapter13press.com/images/menu/news.png") no-repeat 0 0;
}

#games {
  background: url("http://www.chapter13press.com/images/menu/games.png") no-repeat 0 0;
}

#forums {
  background: url("http://www.chapter13press.com/images/menu/forums.png") no-repeat 0 0;
}

#store {
  background: url("http://www.chapter13press.com/images/menu/store.png") no-repeat 0 0;
}

#about {
  background: url("http://www.chapter13press.com/images/menu/about.png") no-repeat 0 0;
}

#news:hover, #games:hover, #forums:hover, #store:hover, #about:hover {
  background-position: 0 -33px;
}

/* General Text Sizes */
p {
  color: #999;
  font-size: small;
  text-align: justify;
  margin: 0 0 1em 0;
  padding: 0;
}

.title {
  font-size: 36pt;
}

.lgtext {
  font-size: medium;
}

.mdtext {
  font-size: small;
}

.smtext {
  font-size: x-small;
}

/* Page Structure */
div.frame {
  width: 900px;
  text-align: center;
  margin: auto;
  padding: 10px;
  border: 0;
}

div.leftcolumn {
  width: 150px;
  text-align: center;
  padding: 0;
  float: left;
  clear: none;
  border: 0;
}

div.maincolumn {
  width: 720px;
  text-align: center;
  border: 0;
  float: right;
  clear: none;
}

div.contentbox {
  text-align: justify;
  color: #999;
  font-size: small;
  padding: 20px 20px 10px 20px;
  border: 0;
  clear: both;
}

div.endcapbox {
  border: 3px solid #47aee2;
  background-image: url(http://www.chapter13press.com/images/misc/back.gif);
  color: #999;
  text-align: center;
  padding: 10px;
  margin: 0;
  clear: both;
}

table {
  border: 0;
  padding: 0;
  margin: 0;
}

/* Misc */
hr {
  width: 75%;
  color: #47aee2;
  height: 2px;
  text-align: center;
  line-height: normal;
  border: 0;
}

img {
  margin: 0;
  border: 0;
  vertical-align: middle;
}

img.picture {
  float: left;
  clear: none;
  margin: 0;
  margin-bottom: 20px;
}  

div.bioblock {
  clear: both;
}

div.bio {
  border: 0;
  width: 500px;
  float: right;
  clear: none;
  margin-bottom: 20px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
  margin: auto;
}

.right {
  text-align: right;
}

img.imgbutton {
  margin: 5px 0 0 0;
}

ul
{
  list-style-position: outside;
  list-style-image: url('http://www.chapter13press.com/images/misc/bullet.png');
  text-indent: 0;
  text-align: 0;
  padding: 0;
  margin: 0 0 1.5em 5px;
}

ol
{
  list-style-position: outside;
  text-indent: 0;
  text-align: 0;
  padding: 0;
  margin: 0 0 1.5em 5px;
}

li {
  margin-left: 2em;
  padding: 0;
}

input [type="radio"] {
  vertical-align: middle;
}

.last {
  margin: 0;
}  

table.bookface, table.bookface tbody, table.bookface tr, table.bookface td {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  background: 0;
}

td#contentrow form table.tablebg tbody tr td.row2 table tbody tr td table tbody tr td {
  padding: 0 2px;
  font-size: 8px;
  margin: 0;
}

td#contentrow form table.tablebg tbody tr td.row2 table tbody tr td table tbody tr td a {
  font-size: 8px;
  margin: 0;
}
