.pure-g > div,
#contents,
#header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  #contents {
    width: 960px;
    margin: 0 auto;
  }
}
#contents {
  padding: 1ex;
}
#header > div,
#footer {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 960px) {
  #header > div,
  #footer {
    width: 960px;
  }
}
.pure-form small {
  display: block;
}
.pure-form .pure-control-group small {
  margin-left: 14em;
}
@media only screen and (max-width: 480px) {
  .pure-form .pure-control-group small {
    margin-left: 0;
  }
}
.pure-form textarea,
.pure-form select,
.pure-form input:not([type="checkbox"]) {
  min-width: 400px;
}
@media only screen and (max-width: 480px) {
  .pure-form textarea,
  .pure-form select,
  .pure-form input:not([type="checkbox"]) {
    min-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .pure-form .markItUpEditor,
  .pure-form .markItUp {
    width: 100%;
  }
}
#header {
  border-top: 4px solid #a899ff;
}
#header,
#header .pure-menu {
  background: #EEEBFF;
}
#header .pure-menu li:hover,
#header .pure-menu a:hover,
#header .pure-menu a:focus {
  background: #E2DDFF;
}
#header .pure-menu ul {
  z-index: 5;
}
#header .pure-menu-horizontal > ul > li.menu-filter:hover .pure-menu-children,
#header .pure-menu-horizontal > ul > li.menu-user:hover .pure-menu-children,
#header .pure-menu-horizontal > ul > li.menu-filter.pure-menu-active .pure-menu-children,
#header .pure-menu-horizontal > ul > li.menu-user.pure-menu-active .pure-menu-children {
  top: 100%;
  right: 0;
  left: auto;
  z-index: 10;
}
#header .menu-filter > div {
  min-width: 300px;
  padding: 1ex;
}
#header .menu-filter select {
  min-width: 0;
}
#header .menu-user > div {
  min-width: 200px;
}
#header .menu-user .pure-group {
  padding-bottom: 0.35em;
}
#header .menu-user label.pure-checkbox {
  padding-left: 1ex;
  margin-top: 0;
}
#header .menu-user input {
  min-width: 0;
}
#header .header-menu-user {
  text-align: right;
}
#header .header-menu-user * {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  #header .header-menu-user {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 10;
  }
  #header .header-menu-user li {
    position: static;
  }
}
#header h1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
#header #sitename {
  color: #808;
  font-family: "Trebuchet MS";
  font-weight: bold;
  font-size: 110%;
  text-transform: none;
}
#message,
#success,
#error {
  text-align: center;
  width: 50%;
  margin: 1ex auto;
  border: 1px solid #ccc;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  #message,
  #success,
  #error {
    width: 100%;
  }
}
#success {
  background: rgba(0, 255, 0, 0.5);
  border-color: rgba(0, 255, 0, 0.8);
}
#error {
  background: rgba(255, 0, 0, 0.5);
  border-color: rgba(255, 0, 0, 0.8);
}
.score {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 1px solid black;
  text-align: center;
}
.score a {
  text-decoration: none;
}
.score .score_number,
.score .score_adjective {
  display: block;
}
.score .score_number {
  height: auto;
  font-size: 200%;
  line-height: 130%;
}
.score .score_adjective {
  font-size: 80%;
  line-height: 1.6;
  border-top: 2px solid #ccc;
  background: #eee;
}
.storylist {
  list-style: none;
  padding: 0;
}
.storylist > li,
.storylist > div {
  display: grid;
  grid-template-columns: calc(4em + 2px) 1fr;
  grid-template-rows: auto;
  grid-template-areas: "score title" "score summary" "score meta";
  column-gap: 0.4em;
  row-gap: 1ex;
  padding: 0.2em 0.4em;
  margin-bottom: 4px;
}
.storylist > li:hover,
.storylist > div:hover {
  background: #eee;
}
.storylist > li .score,
.storylist > div .score {
  grid-area: score;
  align-self: center;
  justify-self: center;
}
.storylist > li .title,
.storylist > div .title {
  grid-column-start: title;
}
.storylist > li .title h4,
.storylist > div .title h4 {
  display: inline;
}
.storylist > li .summary,
.storylist > div .summary {
  grid-area: summary;
  margin: 0;
  padding: 0;
}
.storylist > li .summary > p,
.storylist > div .summary > p {
  padding-left: 1ex;
  margin-bottom: 0;
}
.storylist > li .meta,
.storylist > div .meta {
  grid-area: meta;
}
.storylist .blocked {
  background: #fadadd;
}
.storylist .blocked blockquote,
.storylist .blocked .score_adjective {
  background: #eacacd;
}
.storylist .score5 {
  background: #d8fcac;
}
.storylist .score5 blockquote,
.storylist .score5 .score_adjective {
  background: #d8deba;
}
.storylist .score-1,
.storylist .score-1 a {
  color: #aaa;
  background: #fff;
  border-color: #aaa;
}
.storylist .stories {
  padding: 0 0.5em;
}
.storylist .meta {
  font-size: 0.8em;
  color: #888;
}
.storylist .meta .story-warnings a {
  color: red;
  text-decoration: none;
}
.adjectivelist li.score-1 .score {
  background: #eacacd;
}
.adjectivelist li.score5 .score {
  background: #d8fcac;
}
.adjectivelist li.disabled * {
  color: #aaa;
  background: #fff;
  border-color: #aaa;
}
ul.categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.categories li {
  padding-bottom: 12px;
}
ul.categories li a {
  text-decoration: none;
}
ul.categories li a .catname {
  text-decoration: underline;
}
ul.categories li a .catnumber {
  opacity: 0.5;
}
@media only screen and (max-width: 480px) {
  ul.categories {
    margin-bottom: 1ex;
  }
  ul.categories li {
    padding-bottom: 2px;
  }
  ul.categories li a {
    padding: 1em;
    border: 1px solid #ccc;
    text-align: center;
    display: block;
  }
}
.page-index h4 {
  margin-top: 0;
}
.page-index div.greed {
  margin-bottom: 1em;
  max-height: 90px;
}
.page-index div.news {
  margin-bottom: 1em;
}
.page-index div.news > div {
  padding: 0 1em 1ex;
}
.page-category h2 {
  font-size: 110%;
  margin: 1ex 0;
}
.page-category h2 a {
  text-decoration: none;
}
.page-category ul.categories {
  margin-top: 1em;
}
.page-category ul.categories li {
  padding-bottom: 6px;
}
@media only screen and (max-width: 480px) {
  .page-category ul.categories li {
    padding-bottom: 2px;
  }
}
#story h2 {
  font-size: 110%;
  margin: 1ex 0;
}
#story h2 a {
  text-decoration: none;
}
#story > div.storylist {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1ex;
}
#story #chapters {
  margin: 0 1em;
}
#story #storytextcontainer #storytext {
  padding: 1em;
  line-height: 1.5;
}
#story #storytextcontainer.text-small #storytext {
  font-size: 80%;
}
#story #storytextcontainer.text-big #storytext {
  font-size: 150%;
}
#story #storytextcontainer.color-invert #storytext {
  background: #333;
  color: #ccc;
}
#story #storytextcontainer.line-wide #storytext {
  line-height: 2;
}
@media only screen and (min-width: 480px) {
  #story #storytextcontainer.narrow #storytext {
    padding-left: 25%;
    padding-right: 25%;
  }
}
#story #storytextcontainer .story-tweaks .pure-menu li.pure-menu-item > a {
  display: block;
  line-height: 1.5em;
  padding: 5px 16px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
#story #storyfoot {
  margin-top: 1ex;
  text-align: center;
}
#story #storyfoot ul {
  border: 1px solid #777;
}
#story form.chapterlist {
  text-align: right;
}
#story form.chapterlist > a.pure-button {
  font-size: 70%;
}
#story form.chapterlist > select {
  max-width: 80%;
  min-width: 0;
  margin: 8px 2px;
}
@media only screen and (max-width: 480px) {
  #story .story-tweaks,
  #story .story-chapters form {
    margin: 0 auto;
  }
}
#user-actions h2 {
  text-transform: none;
  padding: 5px 20px;
  font-size: 120%;
  color: #808;
}
#favlist {
  list-style: none;
  padding: 0;
}
.bio {
  padding: 1ex;
}
.profile-tabs ul {
  border: 1px solid #777;
}
#forum table {
  width: 100%;
}
#forum table .maindata {
  width: 100%;
}
#forum table .postdata {
  white-space: nowrap;
}
#forum table .postauthor {
  vertical-align: top;
}
#forum table .postheader {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1ex;
}
#forum table .postfooter {
  color: #666;
  border-top: 1px solid #ccc;
  margin-top: 1ex;
}
#forumpost textarea {
  width: 100%;
  min-height: 150px;
}
.page-account td.updown button {
  text-decoration: none;
}
.reviewslist {
  list-style: none;
  padding-left: 0;
}
.review {
  border: 1px solid #eee;
}
.review h5 {
  float: right;
  padding-right: 1ex;
}
@media only screen and (max-width: 480px) {
  .review h5 {
    float: none;
    text-align: right;
  }
}
.review h4 {
  background: #eee;
  margin: 0;
  padding: 1ex;
}
.review .reviewtext,
.review .reviewresponse {
  padding: 1ex;
}
.review .options {
  border-top: 1px solid #eee;
}
.adjectivelist {
  list-style: none;
  padding-left: 0;
}
.adjectivelist li {
  position: relative;
  padding-left: 5em;
  min-height: 4.5em;
  margin-bottom: 1em;
}
.adjectivelist li:hover {
  background: #eee;
}
.adjectivelist li > span {
  display: inline-block;
  padding-top: 1ex;
}
.adjectivelist .score {
  position: absolute;
  top: 50%;
  left: 1%;
}
.page-help #contents > ul > li > a {
  font-weight: bold;
}
.page-help ul {
  list-style: none;
  padding-left: 0;
}
.page-help ul ul {
  margin-top: 0;
}
.page-help ul.helplinks ul {
  padding-left: 2em;
}
.page-help ul.help li {
  margin-top: 1em;
}
.page-help ul.help li > div {
  margin: 0 1ex;
}
.pure-menu li {
  /* Bring our action_link buttons and regular spans into parity with other "links" */
}
.pure-menu li:hover,
.pure-menu li:focus {
  background: #eee;
}
.pure-menu li.pure-menu-active > .pure-menu-children,
.pure-menu li > .pure-menu-children {
  top: 0;
  left: 100%;
  visibility: visible;
}
.pure-menu li > .pure-menu-children {
  border: 1px solid #b7b7b7;
  border-top: 0px;
}
.pure-menu li > span {
  cursor: default;
}
.pure-menu li > form.action_link {
  display: block;
}
.pure-menu li > form.action_link button,
.pure-menu li > span {
  display: inline-block;
  width: 100%;
  padding: 5px 20px;
  color: #777;
  text-decoration: none;
  border: 1px solid transparent;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
  white-space: nowrap;
}
.pure-menu-horizontal .pure-menu-heading {
  display: inline-block;
  padding: 0;
}
.pure-menu-horizontal > ul > li:hover > .pure-menu-children,
.pure-menu-horizontal > ul > li.pure-menu-active > .pure-menu-children {
  top: 100%;
  left: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.close {
  float: right;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  line-height: 100%;
  margin: 1ex 0;
}
h1 {
  color: #666;
}
a,
form.action_link button {
  color: #009;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 1.5;
  margin: 0 0 1em;
}
p,
#storytext {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #222;
}
#footer {
  padding: 1em;
}
#footer p {
  color: #ccc;
  font-size: 90%;
}
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	p,
	h2,
	h3 {
		orphans: 3; /* http://css-tricks.com/almanac/properties/o/orphans/ */
		widows: 3;  /* http://css-tricks.com/almanac/properties/w/widows/ */
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
form.action_link {
  display: inline-block;
}
form.action_link button {
  border: 0;
  background: none;
  padding: 0;
}
/*# sourceMappingURL=bundles/ficwad.css.map */