/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
/* ACTUAL CODE */
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fn-p {
  color: #e9e9e9;
  font-family: 'Coustard', Garamond, Georgia;
}
.fn-h {
  font-family: 'Merienda One', Helvetica, Arial;
  color: #eee;
}
.clear {
  clear: both;
}
td {
  width: 12px;
  cursor: crosshair;
}
tr {
  height: 12px;
}
td.off {
  background: #484848;
  -moz-transition: background-color 0.115s linear;
  -webkit-transition: background-color 0.115s linear;
  transition: background-color 0.115s linear;
}
td.on {
  background-image: url('/on.png');
  background-position: center center;
  repeat: no-repeat;
}
td.on.user {
  background-image: url('/user.png');
}
td.off.user {
  background: #464646;
}
table {
  border-spacing: 1px;
  box-shadow: 0px 0px 5px -1px #222222;
}
table.flash {
  background: #f28044;
}
body {
  background: #333;
}
table, section {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: left;
}
section {
  padding: 0 10px;
  text-align: center;
  width: 195px;
}
#conway, #info {
  width: 1081px;
  margin: 0 auto;
}
#wrapper {
  width: 100%;
  min-width: 1081px;
  padding: 10px 0 50px 0;
  background: #444;
  box-shadow: 1px 10px 20px -5px #222222;
}
table {
  background: #444;
}
h1 {
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h1, h2 {
  font-family: 'Merienda One', Helvetica, Arial;
  color: #eee;
  text-shadow: 2px 2px 1px #222;
}
p {
  text-shadow: 1px 1px 1px #222;
  color: #e9e9e9;
  font-family: 'Coustard', Garamond, Georgia;
}
#info p, li {
  text-shadow: 1px 1px 1px #111;
}
section {
  margin-top: 10px;
}
section h2 {
  position: relative;
  left: -10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #404040;
}
section.current h2 {
  left: 10px;
  padding-right: 10px;
}
section p {
  font-size: 16px;
  padding: 15px 0 10px 0;
}
section p strong {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  font-weight: bold;
}
section p span.t {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  font-size: 24px;
  padding-top: 5px;
}
section.current {
  text-align: right;
}
section.current h2 {
  color: #f2f2f2;
}
section.current p {
  color: #e6e6e6;
}
section.current p span.t {
  color: #aaaaaa;
}
section.best {
  text-align: left;
}
section.best h2 {
  color: #f2f2f2;
}
section.best p {
  color: #cfcfcf;
}
section.best p span.t {
  color: #999999;
}
#timer {
  width: 651px;
  height: 10px;
  background: #333;
  margin: 10px auto 0 auto;
  position: relative;
  box-shadow: 0px 0px 5px -1px #222222;
}
#timer .inside {
  width: 0%;
  background: #555;
  height: 10px;
}
#info {
  width: 650px;
  padding-top: 40px;
  font-size: 18px;
  line-height: 1.25em;
}
#info ul, #info p {
  padding: 0 0 15px 0;
}
#info li {
  list-style-type: circle;
  color: #fff;
  color: #e9e9e9;
  font-family: 'Coustard', Garamond, Georgia;
  margin-left: 30px;
}
#info em, #info strong {
  font-weight: bold;
}
#info a {
  color: #00a6f2;
  text-decoration: none;
}
#social {
  width: 630px;
  margin: 0 auto;
  height: 30px;
  padding: 10px;
  margin-bottom: 20px;
}
#social .fb-like, #social .twitter-share-button {
  float: left;
  position: relative;
  top: 3px;
}
#ad {
  padding: 10px 0;
  width: 468px;
  margin: 0 auto;
}
body, #wrapper {
  background-image: url('/bg.png');
  background-position: center center;
}

