/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 20, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 13, ../sass/screen.scss */
html, body {
  height: 100%;
  overflow: hidden;
}

/* line 18, ../sass/screen.scss */
body {
  text-align: center;
  font-family: Garamond, Georgia, serif;
}

/* line 23, ../sass/screen.scss */
#app {
  width: 640px;
  height: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -320px;
  margin-top: -240px;
}

/* line 33, ../sass/screen.scss */
h1 {
  font-size: 48px;
  margin-bottom: 0.5em;
  text-shadow: white 0 1px, rgba(0, 0, 0, 0.2) 0 2px;
}

/* line 42, ../sass/screen.scss */
#keys {
  height: 85px;
}
/* line 45, ../sass/screen.scss */
#keys .key {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  width: 72px;
  height: 72px;
  position: relative;
  margin: 0 10px;
  background: #111111 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(97%, rgba(255, 255, 255, 0)), color-stop(99%, rgba(255, 255, 255, 0.6)), color-stop(99%, rgba(255, 255, 255, 0)));
  background: #111111 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0.6) 99%, rgba(255, 255, 255, 0) 99%);
  background: #111111 -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0.6) 99%, rgba(255, 255, 255, 0) 99%);
  background: #111111 -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0.6) 99%, rgba(255, 255, 255, 0) 99%);
  background: #111111 -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0.6) 99%, rgba(255, 255, 255, 0) 99%);
  background: #111111 linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0.6) 99%, rgba(255, 255, 255, 0) 99%);
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.8) 0 2px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 2px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #000;
  color: #EEE;
  font-family: "VAGRoundedStd-Thin", "VAG Rundschrift Light", sans-serif;
  font-size-adjust: 0.504;
  font-weight: 200;
  font-style: normal;
  line-height: 72px;
  font-size: 32px;
}
/* line 7, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#keys .key {
  *display: inline;
}
/* line 63, ../sass/screen.scss */
#keys .key:before {
  content: '+';
  position: absolute;
  left: -20px;
  color: #999;
  display: block;
  width: 20px;
  font-size: 16px;
}
/* line 73, ../sass/screen.scss */
#keys .key:first-child:before {
  content: '';
}
/* line 77, ../sass/screen.scss */
#keys .key.modifier {
  line-height: 100px;
  font-size: 20px;
  text-align: left;
  padding-left: 15px;
}
/* line 83, ../sass/screen.scss */
#keys .key.modifier.alt:after {
  content: 'alt';
  position: absolute;
  top: 10px;
  left: 15px;
  line-height: 1;
}
/* line 92, ../sass/screen.scss */
#keys .key.space {
  width: 400px;
}

/* line 98, ../sass/screen.scss */
#keys, #codes {
  margin: .5em 0;
  font-size: 72px;
}

/* line 103, ../sass/screen.scss */
#codes {
  overflow: hidden;
  *zoom: 1;
}

/* line 107, ../sass/screen.scss */
#keycode, #charcode {
  font-family: Monaco, monospace;
  position: relative;
  width: 280px;
  height: 1.5em;
  line-height: 2;
  padding: 10px 0;
  border: 1px solid #BBB;
  background: #eeeeee -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0)));
  background: #eeeeee -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 70%);
  background: #eeeeee -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 70%);
  background: #eeeeee -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 70%);
  background: #eeeeee -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 70%);
  background: #eeeeee linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 70%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px inset;
}
/* line 121, ../sass/screen.scss */
#keycode:before, #charcode:before {
  text-transform: uppercase;
  position: absolute;
  top: 12px;
  left: 8px;
  right: 8px;
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
}

/* line 133, ../sass/screen.scss */
#keycode {
  float: left;
}
/* line 136, ../sass/screen.scss */
#keycode:before {
  content: "keycode";
}

/* line 141, ../sass/screen.scss */
#charcode {
  float: right;
}
/* line 144, ../sass/screen.scss */
#charcode:before {
  content: "charcode";
}

/* line 149, ../sass/screen.scss */
#about {
  font-size: 12px;
}

/* line 153, ../sass/screen.scss */
a {
  color: #666;
}
