/*
	To change the contents of this file, edit app/stylesheets/swatch/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; }
#application_switcher {
  background-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  margin: 0 auto 2em;
  overflow: hidden;
  width: 1024px;
}
#application_switcher li { float: left; }
#application_switcher li.right { float: right; }
#application_switcher li.right h1 a {
  background: transparent url("/images/fc_logo_tiny.png") 0 1px no-repeat;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 200;
  padding: 0 1em;
}
#application_switcher li a {
  color: #eeeeee;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 0.5em;
  padding: 0 0.5em;
  text-decoration: none;
  text-shadow: -1px -1px 0 #000000;
}
#application_switcher li a:hover { color: #1ea5ff; }
body {
  background: transparent url("/images/swatch/background.png") 0 0 repeat;
  color: #333333;
  font: 62.5%/1.5 "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
}
#wrapper {
  background: -moz-radial-gradient(center 45deg, circle closest-corner, rgba(129, 151, 179, 0.8) 0%, rgba(75, 83, 95, 0) 80%);
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
#header #logo {
  background: transparent url("/images/appicons/swatch/Swatch_128x128.png") 0 0 no-repeat;
  color: #ffffff;
  font-size: 50px;
  font-weight: 100;
  height: 120px;
  margin: 10px auto 0;
  padding: 15px 0 0;
  text-indent: 150px;
  width: 340px;
}
#content { text-align: center; }
#content p { margin: 5px 0 10px; }
#content p a {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}
#content ul {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  width: 288px;
}
#content ul li {
  float: left;
  margin: 0 5px;
}
#content ul li a {
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 4px 20px;
  text-decoration: none;
}
#content ul li a span { font-weight: 100; }
#content ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
#footer {
  margin: 0 auto;
  width: 960px;
}
#footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 200;
  text-align: center;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 2px;
}
#footer p a:hover { color: rgba(255, 255, 255, 0.9); }
