﻿@charset "UTF-8";
/* line 4, ../sass/modules/_button_group.scss */
.ssButtonGroup {
  *zoom: 1;
  list-style: none;
  margin: 0em;
}
/* line 38, ../../../.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.ssButtonGroup:after {
  content: "";
  display: table;
  clear: both;
}
/* line 9, ../sass/modules/_button_group.scss */
.ssButtonGroup li {
  float: left;
}
/* line 12, ../sass/modules/_button_group.scss */
.ssButtonGroup li .ssButton {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 16, ../sass/modules/_button_group.scss */
.ssButtonGroup li:first-child .ssButton {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 20, ../sass/modules/_button_group.scss */
.ssButtonGroup li:last-child .ssButton {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 24, ../sass/modules/_button_group.scss */
.ssButtonGroup li .ssButton {
  border-right-width: 0;
}
/* line 28, ../sass/modules/_button_group.scss */
.ssButtonGroup li:last-child .ssButton {
  border-right-width: 1px;
}

/* line 17, ../sass/modules/_button.scss */
.ssButton {
  background-color: #2c79e5;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0.4em 1em;
  text-align: center;
  text-decoration: none;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.05s;
  -moz-transition-duration: 0.05s;
  -o-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 42, ../sass/modules/_button.scss */
.ssButton:hover, .ssButton:focus, .ssButton.ssButtonHover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
/* line 47, ../sass/modules/_button.scss */
.ssButton:active, .ssButton.ssButtonActive {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4) inset;
  color: #eee;
}
/* line 53, ../sass/modules/_button.scss */
.ssButton.ssButtonDisabled {
  background-color: #858585;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #b8b8b8;
  cursor: default;
  pointer-events: none;
}
/* line 63, ../sass/modules/_button.scss */
.ssButton.ssButtonSmall {
  font-size: 0.8em;
  padding: 0.4em 0.8em;
}
/* line 68, ../sass/modules/_button.scss */
.ssButton.ssButtonTiny {
  font-size: 0.6em;
  padding: 0.1em 0.5em;
}
/* line 73, ../sass/modules/_button.scss */
.ssButton.ssButtonHuge {
  font-size: 1.4em;
  padding: 0.5em 1em;
}
/* line 79, ../sass/modules/_button.scss */
.ssButton.ssButtonSecondary {
  background-color: #f2f2f2;
  color: #222;
}
/* line 84, ../sass/modules/_button.scss */
.ssButton.ssButtonDanger {
  background-color: #db0404;
}
/* line 88, ../sass/modules/_button.scss */
.ssButton.ssButtonWarning {
  background-color: #ff910b;
}
/* line 92, ../sass/modules/_button.scss */
.ssButton.ssButtonPrimary {
  background-color: #86bd5a;
}
/* line 99, ../sass/modules/_button.scss */
.ssButton.ssButtonStacked i[class|="ssIcon"] {
  display: block;
  font-size: 4em;
  line-height: 0.5em;
  margin-bottom: 0.1em;
}

/* line 4, ../sass/modules/_compact_list.scss */
.ssCompactList {
  line-height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
}
/* line 9, ../sass/modules/_compact_list.scss */
.ssCompactList li, .ssCompactList dd, .ssCompactList dt {
  float: left;
  margin-left: 0.5em;
}
/* line 13, ../sass/modules/_compact_list.scss */
.ssCompactList li:first-child, .ssCompactList dd:first-child, .ssCompactList dt:first-child {
  margin-left: 0em;
}

/* line 4, ../sass/modules/_divider.scss */
.ssDivider {
  width: 100%;
  border: none;
  border-bottom: 1px solid #888;
  margin: 1em 0em;
  padding: 0em;
}

/* line 4, ../sass/modules/_dropdown.scss */
.ssDropdown {
  border: 1px solid #888;
  margin-top: 10px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
}
/* line 44, ../sass/mixins/_arrow.scss */
.ssDropdown:after, .ssDropdown:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  pointer-events: none;
}
/* line 55, ../sass/mixins/_arrow.scss */
.ssDropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
/* line 75, ../sass/mixins/_arrow.scss */
.ssDropdown:before {
  border-color: rgba(136, 136, 136, 0);
  border-bottom-color: #888888;
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}

/* Entypo pictograms by Daniel Bruce — www.entypo.com */
@font-face {
  font-family: "Entypo pictograms by Daniel Bruce - www.entypo.com";
  src: url('/stylesheets/fonts/entypo.woff') format('woff'), url('/stylesheets/fonts/entypo.ttf') format('truetype'), url('/stylesheets/fonts/entypo.svg') format('svg'), url('/stylesheets/fonts/entypo.eot') format('embedded-opentype');
}

@font-face {
  font-family: "Entypo Social";
  src: url('/stylesheets/fonts/entypo-social.woff') format('woff'), url('/stylesheets/fonts/entypo-social.ttf') format('truetype'), url('/stylesheets/fonts/entypo-social.svg') format('svg'), url('/stylesheets/fonts/entypo-social.eot') format('embedded-opentype');
}

/* line 10, ../sass/modules/_icon.scss */
i[class|="ssIcon"] {
  font-family: "Entypo Social", "Entypo pictograms by Daniel Bruce - www.entypo.com", sans-serif;
  font-size: 1.75em;
  line-height: 0;
}

/* line 6, ../sass/modules/_plain_text.scss */
.ssPlainText {
  border: none;
  color: inherit;
  margin: 0em;
  padding: 0em;
  text-decoration: none;
}
/* line 13, ../sass/modules/_plain_text.scss */
.ssPlainText:hover {
  cursor: text;
}

/* line 7, ../sass/modules/_toolbar.scss */
.ssToolbar {
  background-color: #333333;
  color: white;
  line-height: 2em;
  padding: 0.5em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  *zoom: 1;
}
/* line 16, ../sass/modules/_toolbar.scss */
.ssToolbar.ssToolbarFixedPrimary {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 24, ../sass/modules/_toolbar.scss */
.ssToolbar.ssToolbarFixedSecondary {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 32, ../sass/modules/_toolbar.scss */
.ssToolbar > * {
  float: left;
  margin: 0 0.5em;
}

/* line 4, ../sass/modules/_utility.scss */
.ssPullRight {
  float: right;
}

/* line 11, ../sass/modules/_utility.scss */
.ssPullLeft {
  float: left;
}

/* line 17, ../../../.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/compass-0.12.2/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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 16, ../sass/bundler.scss */
body {
  font-family: sans-serif;
  line-height: 1.3;
  padding: 20px;
}
