/*
	To change the contents of this file, edit app/stylesheets/home/application.less instead.
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body { line-height: 1.5; }
ul, ol { list-style: none; }
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td, th { vertical-align: middle; }
blockquote:before { content: ""; }
blockquote:after { content: ""; }
q:before { content: ""; }
q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
body {
  background: #eeeeee;
  color: #222222;
  font: 62.5%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a { color: #333333; }
a:focus { outline: none; }
#wrapper {
  margin: 2em auto 0;
  width: 1024px;
  padding: 0 0.5em;
}
#header h1 {
  background: transparent url("/images/home/logo.png") 2em 0 no-repeat;
  border-bottom: 1px dashed #aaaaaa;
  height: 70px;
  margin: 5em 0 0;
  padding: 0;
  text-indent: -9999px;
}
#content {
  margin: 4em 0;
  overflow: hidden;
}
#applications ul li {
  float: left;
  width: 200px;
}
#applications ul li a#snippet { background: transparent url("/images/appicons/snippet/Snippet_128x128.png") center 1em no-repeat; }
#applications ul li a#swatch { background: transparent url("/images/appicons/swatch/Swatch_128x128.png") center 1em no-repeat; }
#applications ul li a#eon { background: transparent url("/images/appicons/eon/Eon_128x128.png") center 1em no-repeat; }
#applications ul li a#contents { background: transparent url("/images/appicons/contents/Contents_128x128.png") center 1em no-repeat; }
#applications ul li a#permute { background: transparent url("/images/appicons/permute/Permute_128x128.png") center 1em no-repeat; }
#applications ul li a {
  border: 2px solid #eeeeee;
  color: #333333;
  display: block;
  font-size: 1.6em;
  opacity: 0.7;
  padding: 10em 1em 1em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
#applications ul li a:hover {
  border: 2px dashed #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #235c9c;
  text-shadow: 0 1px 0 #ffffff;
}
#login {
  color: #ffffff;
  margin: 1em auto;
  padding: 1em 0;
  width: 420px;
}
#login fieldset { border: none; }
#login ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#login ul li { margin: 1em 1em 0 0; }
#login input.text {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #666666;
  font-size: 2em;
  padding: 0.4em;
  text-shadow: 0 1px 0 #ffffff;
  width: 400px;
}
#login input.swap_value { color: #333333; }
#login input#submit {
  background: #333333;
  border: 1px solid rgba(0, 0, 0, 0.8);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5em;
  padding: 0.2em 1em;
  text-shadow: -1px -1px 0 #000000;
}
