/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/* line 10, ../sass/normalize.scss */
#typecase article,
#typecase aside,
#typecase details,
#typecase figcaption,
#typecase figure,
#typecase footer,
#typecase header,
#typecase hgroup,
#typecase nav,
#typecase section,
#typecase summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
/* line 30, ../sass/normalize.scss */
#typecase audio,
#typecase canvas,
#typecase video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
/* line 44, ../sass/normalize.scss */
#typecase audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
/* line 55, ../sass/normalize.scss */
#typecase [hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 72, ../sass/normalize.scss */
html #typecase {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 82, ../sass/normalize.scss */
html #typecase,
#typecase button,
#typecase input,
#typecase select,
#typecase textarea {
  font-family: sans-serif;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 98, ../sass/normalize.scss */
#typecase a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 108, ../sass/normalize.scss */
#typecase a:hover,
#typecase a:active {
  outline: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 118, ../sass/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
/* line 126, ../sass/normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 131, ../sass/normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 139, ../sass/normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 147, ../sass/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
/* line 156, ../sass/normalize.scss */
#typecase p,
#typecase pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 166, ../sass/normalize.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
/* line 179, ../sass/normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
/* line 192, ../sass/normalize.scss */
q {
  quotes: none;
}

/* 2 */
/* line 198, ../sass/normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 204, ../sass/normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 213, ../sass/normalize.scss */
#typecase sub,
#typecase sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 221, ../sass/normalize.scss */
#typecase sup {
  top: -0.5em;
}

/* line 225, ../sass/normalize.scss */
#typecase sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
/* line 238, ../sass/normalize.scss */
#typecase dl,
#typecase menu,
#typecase ol,
#typecase ul {
  margin: 0;
}

/* line 245, ../sass/normalize.scss */
#typecase dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7
 */
/* line 253, ../sass/normalize.scss */
#typecase menu,
#typecase ol,
#typecase ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
/* line 263, ../sass/normalize.scss */
#typecase nav ul,
#typecase nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 280, ../sass/normalize.scss */
#typecase img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
/* line 289, ../sass/normalize.scss */
#typecase svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 302, ../sass/normalize.scss */
#typecase figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 315, ../sass/normalize.scss */
#typecase form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
/* line 323, ../sass/normalize.scss */
#typecase fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
/* line 335, ../sass/normalize.scss */
#typecase legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
/* line 348, ../sass/normalize.scss */
#typecase button,
#typecase input,
#typecase select,
#typecase textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 362, ../sass/normalize.scss */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 374, ../sass/normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
/* line 387, ../sass/normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
/* line 399, ../sass/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
/* line 412, ../sass/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
/* line 423, ../sass/normalize.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 433, ../sass/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 444, ../sass/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
/* line 458, ../sass/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, ../sass/front_end_editor.scss */
#typecase {
  z-index: 9999;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 45px;
  margin: 0;
  padding: 4px 7px;
  background: #272727;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMzAzMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE0MTQxNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303030), color-stop(100%, #141414));
  background-image: -moz-linear-gradient(#303030, #141414);
  background-image: -webkit-linear-gradient(#303030, #141414);
  background-image: linear-gradient(#303030, #141414);
  border-top: 1px solid #000;
}
/* line 17, ../sass/front_end_editor.scss */
#typecase *:not(.font-item) {
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
/* line 21, ../sass/front_end_editor.scss */
#typecase iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 33, ../sass/front_end_editor.scss */
#typecase .badge {
  display: none;
  font-style: normal;
  border-radius: 1em;
  background: #d60000;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.4) inset, 0 2px 5px black;
  text-shadow: none;
  padding: 3px;
  width: 23px;
  height: 23px;
  position: absolute;
  top: -10px;
  line-height: 13px;
  right: -6px;
  border: solid 2px #fff;
}
/* line 51, ../sass/front_end_editor.scss */
#typecase .sidebar {
  overflow: auto;
  height: 100%;
}
/* line 56, ../sass/front_end_editor.scss */
#typecase #firsttimer {
  display: none;
}
/* line 61, ../sass/front_end_editor.scss */
#typecase #masthead h1 {
  width: auto;
  background: none;
  background-color: none;
  float: right;
  width: 112px;
  height: 35px;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
/* line 73, ../sass/front_end_editor.scss */
#typecase #masthead h1 strong {
  margin: 7px 0 0;
  border: 0;
  background-image: url("../images/logo_typecase_small.png");
  background-repeat: no-repeat;
}
/* line 80, ../sass/front_end_editor.scss */
#typecase #masthead h1 span,
#typecase #masthead h1 .buttons {
  display: none;
}
/* line 87, ../sass/front_end_editor.scss */
#typecase .no-fonts {
  padding: 0;
  height: 100%;
}
/* line 91, ../sass/front_end_editor.scss */
#typecase .no-fonts .no-fonts-content {
  top: 50%;
  margin-top: -27px;
}
/* line 96, ../sass/front_end_editor.scss */
#typecase .no-fonts h2 {
  font-size: 16px;
  line-height: 21px;
}
/* line 102, ../sass/front_end_editor.scss */
#typecase .no-results {
  padding: 0;
  height: 100%;
  border: 0;
}
/* line 107, ../sass/front_end_editor.scss */
#typecase .no-results .no-results-content {
  top: 50%;
  margin-top: -27px;
}
/* line 113, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap,
#typecase #available-fonts-wrap {
  display: none;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 10px 8px;
  position: fixed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  background: #333;
  border-radius: 6px;
  height: 40%;
  overflow: visible;
  padding: 4px;
}
/* line 128, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap #your-collection,
#typecase #your-collection-wrap #available-fonts,
#typecase #available-fonts-wrap #your-collection,
#typecase #available-fonts-wrap #available-fonts {
  height: 100%;
}
/* line 133, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap .font,
#typecase #available-fonts-wrap .font {
  height: 62px;
}
/* line 137, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap .font-name,
#typecase #available-fonts-wrap .font-name {
  font-family: Arial,sans-serif;
}
/* line 141, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap .font-sample,
#typecase #available-fonts-wrap .font-sample {
  height: 61px;
}
/* line 145, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap.active,
#typecase #available-fonts-wrap.active {
  display: block;
}
/* line 149, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap header,
#typecase #available-fonts-wrap header {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
/* line 155, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap #available-fonts .content-wrap,
#typecase #available-fonts-wrap #available-fonts .content-wrap {
  border: 0;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  top: 88px;
  overflow: hidden;
}
/* line 164, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap #available-fonts .font-list,
#typecase #available-fonts-wrap #available-fonts .font-list {
  overflow: hidden;
}
/* line 168, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap .font-list,
#typecase #your-collection-wrap .font-list#loaded-fonts,
#typecase #your-collection-wrap .font-list#search-results,
#typecase #available-fonts-wrap .font-list,
#typecase #available-fonts-wrap .font-list#loaded-fonts,
#typecase #available-fonts-wrap .font-list#search-results {
  margin: 0;
}
/* line 174, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap #available-fonts .font-list-wrap,
#typecase #available-fonts-wrap #available-fonts .font-list-wrap {
  position: absolute;
  bottom: 39px;
  left: 0;
  right: 0;
  top: 0;
  overflow: auto;
}
/* line 183, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap #your-collection .content-wrap,
#typecase #available-fonts-wrap #your-collection .content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 41px;
  border: 0;
}
/* line 192, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap #your-collection .font-list-wrap,
#typecase #available-fonts-wrap #your-collection .font-list-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  border: 0;
}
/* line 204, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap #your-collection .sidebar,
#typecase #available-fonts-wrap #your-collection .sidebar {
  position: absolute;
  top: 0;
  left: 70%;
  background: #f6f6f6;
  border: 0;
  padding-bottom: 15px;
  border-left: solid 1px #ccc;
}
/* line 214, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap #your-collection .font-list,
#typecase #available-fonts-wrap #your-collection .font-list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  margin-right: -1px;
  overflow: visible;
}
/* line 224, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap #your-collection .font,
#typecase #available-fonts-wrap #your-collection .font {
  -moz-box-sizing: content-box;
}
/* line 228, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap .arrow-down,
#typecase #available-fonts-wrap .arrow-down {
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  bottom: -6px;
  z-index: 9999;
  left: 71px;
  background-image: url("../images/arrow_down.png");
}
/* line 239, ../sass/front_end_editor.scss */
#typecase #your-collection-wrap #more-fonts,
#typecase #available-fonts-wrap #more-fonts {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
/* line 251, ../sass/front_end_editor.scss */
#typecase #available-fonts-wrap .arrow-down {
  left: 200px;
}
/* line 257, ../sass/front_end_editor.scss */
#typecase > .typecase-btn {
  color: white;
  display: block;
  padding: 9px 14px;
  margin-right: 7px;
  float: left;
  text-align: center;
  border-radius: 4px;
  background-color: #222;
  text-shadow: 0 -1px 0 #000;
  border: 1px solid #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  text-decoration: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
  background-image: -moz-linear-gradient(#666666, #444444);
  background-image: -webkit-linear-gradient(#666666, #444444);
  background-image: linear-gradient(#666666, #444444);
}
/* line 272, ../sass/front_end_editor.scss */
#typecase > .typecase-btn:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777777), color-stop(100%, #555555));
  background-image: -moz-linear-gradient(#777777, #555555);
  background-image: -webkit-linear-gradient(#777777, #555555);
  background-image: linear-gradient(#777777, #555555);
}
/* line 276, ../sass/front_end_editor.scss */
#typecase > .typecase-btn:active, #typecase > .typecase-btn:focus, #typecase > .typecase-btn.active {
  background: #181818;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4) inset;
  outline: none;
}
