/* img, ul.menu { behavior: url(http://hacketyhack.net/images/iepngfix.htc); } */
body {
  color: white;
  background-color: #011; 
  font-family: georgia, serif;
  margin: 0; padding: 0;
  text-align: center;
}
h1, h2, h3, h4 {
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
}
a img { border: none; }
#body {
  background: #790057 url(img/hackety-purp.png);
  color: #eee;
  margin: 0 auto;
  width: 720px;
  border-left: solid 8px black;
  border-right: solid 8px black;
  text-align: left;
}
#intro {
  border-bottom: solid 8px #dfa;
  background: url(img/hackety-space.jpg);
  width: 720px; height: 630px;
}
#sub {
  background: url(img/hackety-sub.png);
  width: 720px; height: 234px;
}
ul.menu {
  background: url(img/mouse-16x16.png) 5px 5px no-repeat;
  list-style: none;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  margin: 0px 23px;
  padding: 5px 26px;
}
ul.menu li {
  display: inline;
  margin: 0; padding: 0;
  color: #555;
  font-weight: bold;
}
ul.menu strong {
  color: #777;
}
#intro ul.menu a,
#sub ul.menu a
{ color: #555; text-decoration: none; }
#intro ul.menu a:hover,
#sub ul.menu a:hover
{ color: #ff0; text-decoration: underline; }
#screens {
  position: relative;
  top: 146px;
  left: 588px;
  font-size: 10px;
}
a#appshot {
  display: block;
  margin-top: 148px;
  margin-left: 510px;
}
#intro h2 {
  font-size: 18px;
  margin: 135px 0 0 28px;
}
#intro a { color: #dfa; }
#intro a:hover { color: #ff0; }
#intro blockquote {
  font-size: 16px;
  margin: 15px 310px 0px 45px;
}
blockquote h3 {
  display: inline;
  margin: 0; padding: 0;
}
.citation {
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}
.citation a {
  font-size: 10px;
}
#intro .citation {
  margin: 15px 310px 0px 0px;
  padding: 0px;
}
#content,
#about {
  padding: 10px 28px;
}
#content {
  margin-top: -110px;
}
#content .spacer {
  float: right;
  width: 220px; height: 98px;
}
#about div {
  width: 320px;
}
#about div.right {
  float: right;
}
#about hr {
  margin: 26px 240px 8px 240px;
  clear: both;
  border: none;
  border-top: solid 1px #C977A7;
}
#about div.finale {
  margin: 0 auto;
}
#about pre {
  color: #333;
  background-color: #eee;
  padding: 7px;
  font-size: 15px;
  font-weight: bold;
}
#content p,
#about p {
  color: #ecd;
}
#content sup,
#about sup {
  font-size: 10px;
  text-decoration: underline;
}
#content a,
#about a {
  color: #dfa;
  font-weight: bold;
  padding: 1px;
}
blockquote h3,
#content strong,
#about strong {
  color: white;
}
#content small,
#about small {
  color: #C7A;
}
#content a:hover,
#about a:hover {
  color: #222;
  background-color: #dfa;
}
#footer {
  background: url(img/hackety-foot.png);
  width: 720px; height: 27px;
  padding-top: 15px;
  color: #8B2;
}
.org {
  float: right;
  padding: 4px 40px;
  font-size: 12px;
}
#footer a { color: #555; text-decoration: none; }
#footer a:hover { color: black; text-decoration: underline; }
/* general form appearance */
form {
    margin: 10px 0 30px 0; padding: 0;
}

fieldset {
    border: none;
    margin: 20px 0; padding: 12px;
    color: black;
    background-color: #ffc;
}

fieldset label {
    display: block;
    padding: 1px 2px;
    font-size: 11px;
}

fieldset div input {
    float: none;
    font-size: 18px;
    padding: 1px 2px;
}

fieldset .required label {
    font-weight: bold;
}

#body fieldset div p {
    font-size: 12px;
    color: #C33;
    margin: 0 0 12px 0;
}

fieldset input[type='checkbox'] {
    float: left;
    width: 12px;
    margin: 6px 6px 20px 12px;
}

fieldset div input, fieldset div textarea {
    width: 100%;
    margin: 2px;
    float: right;
}

fieldset div {
    clear: both;
}

#body fieldset div a {
    color: #333;
}

/* signup page */
form.signup {
  width: 450px;
  margin: 0 auto;
}

/* design page */
table#designs {
  border: none;
  text-align: center;
  background: #eee;
  color: #333;
}
table#designs img {
  padding: 8px;
}
table#designs h3,
table#designs p {
  margin: 0; padding: 0;
  color: #333;
}
table#designs p {
  font-size: 12px;
}
table#designs td {
  min-width: 140px;
  padding: 8px;
}