


/* Reset default browser CSS. 
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  background-image:url(pattern.png) repeat top left;

}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  clear: both;
}
ol, ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img { border: none; }


/* The CSS and shit */

body {
  background: #464646;
  font-family: helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px rgba(0,0,0,.25);
}

.thinbar {
  background: #7ca7b3;
  height: 10px;
}

.thickbar {
  height: 22px;
  line-height: 20px;
  color: #7ca7b3;
  padding: 5px 20px;
  text-align: left;
  text-shadow: 1px 1px rgba(0,0,0,.1);
}

#main {
  background: #ffe77a url(bg.png) repeat top left;
  padding: 10px 20px 20px;
}

#what {
  background: transparent url(pixel.png) repeat top left;
  color: #eb583b;
  font-size: 40px;
  display: inline;
  padding: 4px 10px 0;
  line-height: 60px;
}

#basically {
  color: #e6be07;
  font-size: 50px;
  padding-bottom: 30px;
  padding-top: 30px;
}

#this, #that {
  color: #2c9e36;
  font-weight: bold;
  font-size: 72px;
  padding-bottom: 15px;
  cursor: pointer;
}

#that {
  padding-bottom: 20px;
}

#for {
  color: #2c9e36;
  font-size: 40px;
  padding-bottom: 20px;
}

.yup {
  float: right;
}

#tweet {
  padding-top:5px;
  position:absolute;
  right:20px;
}

#refresh {
  float: right;
  background: transparent url(pixel.png) repeat top left;
  color: #eb583b;
  font-size: 26px;
  line-height: 34px;
  padding: 0 8px;
  text-decoration: none;
}

.thickbar a {
  color: #49747E;
  text-decoration: none;
}

.thickbar a:hover {
  text-decoration: underline;
}