/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset */

/* sticky footer */
* {
  margin: 0;
}
html, body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -26px;
}
#footer, .push {
  height: 25px;
}
/* end sticky footer */
#footer {
  list-style-type: disc;
  text-align: center;
  font-size: small;
  border-top: 1px solid #dfefff;
  margin-top: 30px;
}
#footer li {
  display: inline;
  background: url(../img/bullet.png) no-repeat center left;
  padding-left: 24px;
}
#footer li:first-child { background-image: none; }

html {
  background: #002142;
}
body {
  width: 1000px;
  height: 100%;
	line-height: 1.4em;
  word-spacing: .2em;
  font-family: "Helvetica Neue", "Myriad Pro", Corbel, Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;
  background: #002142;
  color: #dfefff;
}

#bizarro #mast div.logo a { display: block; height: 100%; background: url(../img/logo_bizarro.gif) no-repeat center center; }
#bizarro #mast div.logo img { visibility: hidden; }

strong { font-weight: bold; }
em { font-variant: small-caps; }
abbr { border-bottom: 1px dotted #ddd; }
p { margin-top: 1em; }
blockquote {
  margin-left: 1em;
  padding: 0 .5em;
  font-size: small;
  border-left: 5px solid #dfefff;
  font-family: Georgia, "Times New Roman", Times, serif;
}
h3 { font-weight: bold; margin: 1em 0; }
sup, sub { font-size: small; text-decoration: underline; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

#content h1 {
  font-size: 250%;
  font-weight: bold;
  border-bottom: 1px dotted #dfefff;
  margin: .5em 0;
  padding-bottom: .1em;
}

span.highlight {
  color: #FF0033;
}
#nav span.highlight { font-weight: bold; }

a:link, a:visited {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #FF0033;
}
a:hover {
  color: #FF0033;
}
a:active {
  color: #FFCC00;
}
.pagination a, .pagination strong { margin: 0 .2em; }

a.image { border: none!important; }

#mast {
  font-weight: bold;
  height: 170px;
  background: #002142;
  padding: 20px 0;
}

#mast div.logo {
  width: 350px;
  float: left;
  text-align: center;
}
#mast div.logo span {
  display: block;
  position: relative;
  bottom: 1em;
  letter-spacing: .2em;
}
#mast h1 {
  font-size: 290%;
  line-height: 1.5em;
  width: 650px;
  float: right;
  color: #ff0033;
}
#mast h1 span {
  color: #ffcc00;
}
#mast a {
  border: none;
}

#sidebar {
  width: 200px;
  height: 100%;
  float: left;
}

#content {
  margin-left: 200px;
  padding-bottom: 30px; /* gives the footer space */
}

.gimmespace {
  margin: 1em 0;
}

.msgbox {
  margin: 10px 0;
  padding: 5px;
  padding-left: 64px;
  padding-top: 24px;
  min-height: 48px;
  background-repeat: no-repeat;
  background-position: 5px;
  color: black;
  font-size: 120%;
  border: 3px solid white;
}
.msgbox a:link, .msgbox a:visited { color: black; }
.msgbox a:hover, .msgbox a:active { color: #FF0033; }
.success {
  background-color: #dff2ce;
  background-image: url(../img/success.png);
  border-color: #97d064;
}
.fail {
  background-color: #999;
  background-image: url(../img/fail.png);
  border-color: #900;
}
.info {
  background-color: #fefab8;
  background-image: url(../img/info.png);
  border-color: #FFCC00;
}

#tabs, #panes { position: relative; left: 8px; }
#tabs li {
  text-align: center;
  display: inline;
}
#tabs li a {
  display: inline-block;
  height: 20px;
  width: 260px;
  padding: .5em 0;
  background-color: #dfefff;
  border: none;
  position: relative;
  top: 10px;
}
#tabs li a:link, #tabs li a:visited {
  color: black;
  border: 2px solid #dfefff;
  border-bottom-color: white;
}
#tabs li a:hover, #tabs li a:active {
  color: #555;
  background: #99CCFF;
}
#tabs li a.current {
  background: #6699CC;
  color: white;
  font-weight: bold;
  border-bottom: none;
  border-color: white;
  height: 32px;
  top: 0;
}

#panes { width: 792px; }

#panes div.box {
  clear: right;
  position: relative;
  min-height: 100px;
  height: auto;
  color: black;
  border: 2px solid white;
  border-top: none;
  padding: .3em;
  background: #6699CC;
  overflow: auto;
}
#panes .box h1 {
  font-size: 130%;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: .5em;
}
.box dl dt {
  float: left;
  font-weight: bold;
  width: 40%;
}
.box dt, .box dd { padding-right: .5em; }
.box dl dd { width: 55%; float: left; }
.box, .box p { position: relative; }
.box a:hover, .box a:active { color: black; }

a.button {
  display: inline-block;
  padding: 10px 5px 0 64px;
  height: 75px;
  width: 40%;
  border: none;
  font-size: 200%;
  line-height: 1em;
  font-weight: bold;
}
a.button.discussion { background: url(../img/people.png) no-repeat center left; }
a.button.announce { background: url(../img/person.png) no-repeat center left; }

#nav li a:link, #nav li a:visited {
  display: block;
  width: 80%;
  height: 30px;
  padding: 10px 0 0 .3em;
  background: #dfefff url(../img/nav_static.gif) no-repeat center right;
  margin: 5px 0;
  border: none;
  color: black;
}

#nav li a:hover, #nav li a:active, #nav li a.active {
  width: 90%;
  background: #FFCC00 url(../img/nav_active.gif) no-repeat center right;
}

.clear { clear: both; }

.post, .contrib {
  margin: 1em 0;
  min-height: 4em;
  position: relative;
}
.post { min-height: 12em; }
.post h2 a {
  font-weight: bold;
  display: block;
  color: #FFCC00;
  border: none;
}
.post h2 a:active {
  color: #FF0033;
}
.post h2 {
  border-bottom: 1px solid #ccc;
}

.post > *, .contrib > * {
  margin-left: 220px;
}
.post h2, .post .byline, .post .misc_tools, .contrib .byline { margin-left: .3em; }
.post .byline, .post .misc_tools, .contrib .byline {
  width: 200px;
  font-size: small;
}
.post .byline, .contrib .byline {
  float: left;
}
.post .misc_tools {
  position: absolute;
  bottom: 0;
  left: 0;
}
#content .post .post-content h1, #content .contrib .contrib-content h1, .comment h1 { font-size: 130%; border: none; }
#content .post .post-content h2, #content .contrib .contrib-content h2, .comment h2 { border: none; font-size: 115%; }
.profile .user ul, #content .post .post-content ul, #content .contrib .contrib-content ul, .comment ul { list-style-type: disc; margin-left: 15px; }
ol { list-style-type: decimal; margin-left: 1.5em; }
.profile .user em, #content .post .post-content em, #content .contrib .contrib-content em, .comment em { font-variant: normal; font-style: italic; }
.profile .user p, #content .post .post-content p, #content .contrib .contrib-content p, .comment p { margin: 0 0 1em 0; }

ul.projects table { width: 100%; }
ul.projects table tr td:first-child {
  width: 15%;
}

pre, code {
  font-family: Consolas, "Courier New", monospace;  
}
pre code {
  display: block;
  background: #ccc;
  color: black;
  margin-left: 2em;
  padding: .5em;
}

#bizarro embed, #bizarro bgsound { visibility: hidden; width: 0; height: 0; }

table {
  font-size: 90%;
  margin: 1em 0;
}
table.sortable, table.full { width: 100%; }
td, th {
  padding: 0 .5em;
  vertical-align: middle;
}
th {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: .1em;
}
.sortable th {
  cursor: pointer;
}
tbody tr:hover, tbody tr:hover a:link, tbody tr:hover a:visited { color: #FFCC00; }
tbody tr:hover a:hover, tbody tr:hover a:active { color: #FF0033; }
tr.centerFirst td:first-child { text-align: center; }
tr.firstHundred td:first-child { width: 100px; }

p.disclaimer { margin-top: 2em; font-style: italic; }

div.comments {
  margin-top: 2em;
}
div.comments .author { margin: 0; }
div.comments div.comment > div { margin: 1em 0; }
.comment_child {
  position: relative;
  left: 3em;
  padding-left: .3em;
}
ul.ctools li {
  display: inline;
  margin-right: .5em;
}

img.vote { cursor: pointer; }

label, fieldset > span {
  margin: .3em 0;
  display: block;
}
label > span, fieldset > span > span {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
}
div.recaptcha_input_area span { width: auto; display: inline; }
fieldset {
  border: 1px solid #dfefff;
  padding: 1em;
  margin: 1em 0;
}
legend {
  padding: .2em .3em;
  border: 1px solid #dfefff;
  color: #FF0033;
  margin-left: .3em;
}
input[type=submit]{
  font-size: 100%;
  margin-top: .5em;
}
input.delete { background: red; color: white; font-weight: bold; }
.fullEdit label input[type=text], .fullEdit label input[type=password], .fullEdit label textarea {
  width: 60%;
}
.blockspan { display: inline-block; width: 70%; }
.blockspan span { font-size: 80%; display: block; }
span.formgroup { display: inline-block; width: 70%; }
span.formgroup textarea { width: 86%; }
.required { color: #FFCC00; }
form.stat input[type=image] { cursor: default; }

div.profile img {
  float: right;
  margin-right: 20px;
  padding: 0;
  max-width: 400px;
  clear: none;
}
div.profile thead { display: none; }
div.profile > * { clear: right; }
div.profile table {
  min-width: 380px;
  clear: none;
  margin: 0;
  padding: 0;
}
div.profile table.primary { float: right; }
h2, div.profile th {
  font-size: 150%;
  color: #FFCC00;
  font-weight: bold;
  padding: .3em 0;
  border-bottom: 1px solid #dfefff;
  letter-spacing: 0em;
}
div.profile p {
  margin: 1em 0;
}

ul.games h2 { border: none; }
ul.games li { min-height: 300px; float: left; width: 100%; }
ul.games li img {
  max-width: 300px;
  max-height: 300px;
  padding: 1em;
  padding-left: 0;
  float: left;
}
ul.games p.description { margin-left: 350px; }

div.link { margin: 1em 0; }
div.link p { margin: .3em 0; }
div.score_wrap { float: left; margin-right: 1em; }
span.vote, span.score { display: block; width: 16px; }
span.score { text-align: center; }
span.vote {
  cursor: pointer;
  height: 16px;
  background: url(../img/arrows.png) no-repeat;
}
span.vote.up { background-position: -16px 0; }
span.vote.up.selected { background-position: 0 0; }
span.vote.down { background-position: -48px 0; }
span.vote.down.selected { background-position: -32px 0; }

#notifications li {
  height: 1.5em;
  padding-left: .5em;
  border-left: 5px solid #ccc;
}
#notifications li.new {
  border-color: #97d064;
}

/* Pretty printing styles. Used with prettify.js. */
.str { color: #080; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
pre.prettyprint { padding: 2px; border: 1px solid #888; }
@media print {
  .str { color: #060; }
  .kwd { color: #006; font-weight: bold; }
  .com { color: #600; font-style: italic; }
  .typ { color: #404; font-weight: bold; }
  .lit { color: #044; }
  .pun { color: #440; }
  .pln { color: #000; }
  .tag { color: #006; font-weight: bold; }
  .atn { color: #404; }
  .atv { color: #060; }
}

