/*
Theme Name: It's This For That
Theme URI: http://itsthisforthat.com
Description: Yup.
Author: Eric
Version: 1.0
Tags: gettin it
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
}
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: #9de8f5;
  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;
}

#overlay {
  display: none;
  z-index: 2;
  background: transparent url(overlay.png) repeat top left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#shelf {
  z-index: 4;
  width: 560px;
  padding: 7px;
  background: #e6cb5e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 100px auto;
}
#modal {
  position: relative;
  width: 560px;
  height: 350px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: transparent url(promo.png) no-repeat top center;
}

#modal input.text {
  background: transparent;
  width: 290px;
  height: 40px;
  font-size: 16px;
  position: absolute;
  top: 284px;
  left: 144px;
  border: 0;
  margin: 0;
  padding: 0;
}

#modal a {
  position: absolute;
  top: -16px;
  right: -16px;
  display: block;
  width: 30px;
  height: 30px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #e6cb5e;
}

#modal input.submit {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  background: #EB583B;
  color: #FFF;
  display: block;
  position: absolute;
  top: 290px;
  left: 452px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#modal input.submit:hover {
  background: #DE3817;
}

input:placeholder {
	color: #999999;
}
input::-webkit-input-placeholder {
	color: #999999;
}