
/* MIXINS */
/*
yong joseph bakos
This is a sassified version of Eric Meyer's reset.css
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
/* line 5, scss/main.scss */
#livefyre {
  clear: both;
  float: none;
  margin: 30px 0;
  min-height: 420px;
  position: relative;
  text-align: left;
  /*****************************************************
      WIDGET ERROR MESSAGE
   *****************************************************/
  /*****************************************************
      CIRCLE BACKGROUND
   *****************************************************/
  /*****************************************************
      SMALL ARROWS
   *****************************************************/
  /*****************************************************
      NAMESPACE
   *****************************************************/
}
/* line 173, scss/_mixins.scss */
#livefyre html, #livefyre body, #livefyre div, #livefyre span, #livefyre applet, #livefyre object, #livefyre iframe, #livefyre h1, #livefyre h2, #livefyre h3, #livefyre h4, #livefyre h5, #livefyre h6, #livefyre p, #livefyre blockquote, #livefyre pre, #livefyre a, #livefyre abbr, #livefyre acronym, #livefyre address, #livefyre big, #livefyre cite, #livefyre code, #livefyre del, #livefyre dfn, #livefyre em, #livefyre font, #livefyre img, #livefyre ins, #livefyre kbd, #livefyre q, #livefyre s, #livefyre samp, #livefyre small, #livefyre strike, #livefyre strong, #livefyre sub, #livefyre sup, #livefyre tt, #livefyre var, #livefyre dl, #livefyre dt, #livefyre dd, #livefyre ol, #livefyre ul, #livefyre li, #livefyre fieldset, #livefyre form, #livefyre label, #livefyre legend, #livefyre table, #livefyre caption, #livefyre tbody, #livefyre tfoot, #livefyre thead, #livefyre tr, #livefyre th, #livefyre td {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: baseline;
  /* box shadow */
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 192, scss/_mixins.scss */
#livefyre img {
  display: inline;
}
/* line 195, scss/_mixins.scss */
#livefyre form {
  width: auto;
}
/* line 198, scss/_mixins.scss */
#livefyre input {
  width: auto;
}
/* line 201, scss/_mixins.scss */
#livefyre *:focus {
  outline: 0;
}
/* line 204, scss/_mixins.scss */
#livefyre body {
  line-height: 1px;
  color: black;
  background: white;
}
/* line 209, scss/_mixins.scss */
#livefyre ol, #livefyre ul {
  list-style: none;
}
/* line 212, scss/_mixins.scss */
#livefyre table {
  border-collapse: separate;
  border-spacing: 0px;
}
/* line 216, scss/_mixins.scss */
#livefyre caption, #livefyre th, #livefyre td {
  text-align: left;
  font-weight: normal;
}
/* line 220, scss/_mixins.scss */
#livefyre blockquote:before, #livefyre blockquote:after, #livefyre q:before, #livefyre q:after {
  content: "";
}
/* line 223, scss/_mixins.scss */
#livefyre blockquote, #livefyre q {
  quotes: "" "";
}
/* line 15, scss/main.scss */
#livefyre .lf_box_container {
  display: none;
  left: 0;
  margin: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  z-index: 9999;
}
/* line 24, scss/main.scss */
#livefyre .lf_box_container .lf_box {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* box shadow */
  box-shadow: 0px 0px 0px 2px #c9c9c9;
  -moz-box-shadow: 0px 0px 0px 2px #c9c9c9;
  -webkit-box-shadow: 0px 0px 0px 2px #c9c9c9;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
}
/* line 46, scss/main.scss */
#livefyre .lf_widget_message.lf_error {
  display: block;
  left: 0;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
/* line 57, scss/main.scss */
#livefyre .lf_arrow_circular_background {
  background-color: #ededed;
  background-image: -moz-linear-gradient(100% 100% 90deg, #d0d0d0, #eeeeee);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d0d0d0), to(#eeeeee));
  background-image: -moz-linear-gradient(100% 100% 90deg, rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0.13));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.13)), to(rgba(255, 255, 255, 0.13)));
  border: 1px solid #cfcfcf;
  border: 1px solid rgba(0, 0, 0, 0.19);
  display: block;
  height: 12px;
  margin: 0 5px 0 0;
  padding: 0;
  width: 12px;
  /* border radius */
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  /* box inner shadow */
  box-shadow: 1px 1px 0px #fff;
  -moz-box-shadow: 1px 1px 0px #fff;
  -webkit-box-shadow: 1px 1px 0px #fff;
}
/* line 85, scss/main.scss */
#livefyre .lf_right_arrow {
  float: left;
}
/* line 88, scss/main.scss */
#livefyre .lf_right_arrow label {
  background: url("sprites/right_arrow.png") 5px 4px no-repeat;
  cursor: pointer;
  display: block;
  height: 12px;
  width: 12px;
}
/* line 96, scss/main.scss */
#livefyre .lf_down_arrow {
  margin: -6px 0 0 6px;
  position: absolute;
}
/* line 100, scss/main.scss */
#livefyre .lf_down_arrow label {
  background: url("sprites/down_arrow.png") 4px 5px no-repeat;
  cursor: pointer;
  display: block;
  height: 12px;
  width: 12px;
}
/* line 112, scss/main.scss */
#livefyre .lf_namespace {
  background-color: #eff2f8;
  border: 1px solid #cdd5e6;
  color: #31446a;
  cursor: pointer;
  /* border radius */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* line 124, scss/main.scss */
#livefyre .lf_namespace:hover,
#livefyre .lf_namespace.lf_reply:hover .lf_namespace_reply {
  background-color: #e1e6f1 !important;
}
/* line 128, scss/main.scss */
#livefyre .lf_namespace.tw_mention,
#livefyre .lf_namespace.lf_reply.tw_mention .lf_namespace_reply {
  background: url("sprites/twitter_namespace.png") 3px 3px #eff2f8 no-repeat;
  padding: 0 4px 0 20px;
}
/* line 133, scss/main.scss */
#livefyre .lf_namespace.fb_mention,
#livefyre .lf_namespace.lf_reply.fb_mention .lf_namespace_reply {
  background: url("sprites/facebook_namespace.png") 3px 3px #eff2f8 no-repeat;
  padding: 0 4px 0 20px;
}
/* line 138, scss/main.scss */
#livefyre .lf_namespace.lf_mention,
#livefyre .lf_namespace.lf_reply.lf_mention .lf_namespace_reply {
  background: url("sprites/livefyre_namespace.png") 3px 3px #eff2f8 no-repeat;
  padding: 0 4px 0 20px;
}
/* line 142, scss/main.scss */
#livefyre .lf_namespace.lf_reply {
  background: none;
  background: url("sprites/comment_reply_arrow.png") 0px 4px no-repeat;
  border: none;
  padding: 0 0 0 15px;
}
/* line 148, scss/main.scss */
#livefyre .lf_namespace.lf_reply:hover {
  background-color: transparent !important;
}
/* line 151, scss/main.scss */
#livefyre .lf_namespace.lf_reply .lf_namespace_reply {
  background-color: #eff2f8;
  border: 1px solid #cdd5e6;
  /* border radius */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* line 66, scss/_mixins.scss */
#livefyre .tipsy {
  font-family: arial, sans-serif;
  padding: 5px;
  font-size: 12px;
  position: absolute;
  z-index: 100000;
  line-height: 16px;
}
/* line 67, scss/_mixins.scss */
#livefyre .tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
}
/* line 68, scss/_mixins.scss */
#livefyre .tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 69, scss/_mixins.scss */
#livefyre .tipsy-arrow {
  position: absolute;
  background: url("images/tipsy.gif") no-repeat top left;
  width: 9px;
  height: 5px;
}
/* line 70, scss/_mixins.scss */
#livefyre .tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
}
/* line 71, scss/_mixins.scss */
#livefyre .tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
}
/* line 72, scss/_mixins.scss */
#livefyre .tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
}
/* line 73, scss/_mixins.scss */
#livefyre .tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
}
/* line 74, scss/_mixins.scss */
#livefyre .tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left;
}
/* line 75, scss/_mixins.scss */
#livefyre .tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom left;
}
/* line 76, scss/_mixins.scss */
#livefyre .tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: top right;
}
/* line 77, scss/_mixins.scss */
#livefyre .tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px;
}

/*****************************************************
    PINGS
 *****************************************************/
/* line 167, scss/main.scss */
#lf_pings {
  margin-bottom: 20px;
  padding: 0 20px;
}
/* line 171, scss/main.scss */
#lf_pings h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 175, scss/main.scss */
#lf_pings ol, #lf_pings ul {
  margin-left: 20px;
}

/* MIXINS */
/*
yong joseph bakos
This is a sassified version of Eric Meyer's reset.css
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
/* line 2, scss/fyre.scss */
#livefyre {
  /*****************************************************
      USER AUTH DROPDOWN
   *****************************************************/
  /*****************************************************
      ACTION BAR UNDERNEATH THE COMMENT BOX
   *****************************************************/
  /*****************************************************
      COMMENT ORDERING
   *****************************************************/
  /*****************************************************
      STREAM/COMMENT MESSAGES
   *****************************************************/
  /*****************************************************
      COMMENT TEXTAREA
   *****************************************************/
  /*****************************************************
      REPLY COMMENT BOX
   *****************************************************/
  /*****************************************************
      COMMENT NOTIFIER
   *****************************************************/
  /*****************************************************
      NAMESPACE
   *****************************************************/
  /*****************************************************
      OTHER
   *****************************************************/
}
/* line 3, scss/fyre.scss */
#livefyre #lf_fyre_head {
  margin-bottom: 20px;
  /*****************************************************
          HEAD BAR THAT HOLDS COMMENT AND LISTENER #S AS WELL AS LISTENER AVATARS
   *****************************************************/
}
/* line 9, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_head_bar {
  height: 26px;
  margin-bottom: 10px;
  overflow-y: hidden;
  padding: 3px 0;
}
/* line 15, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_head_bar label {
  display: inline-block;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: top;
}
/* line 26, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_head_bar .lf_avatar {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 1px 0;
}
/* line 31, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_head_bar .lf_avatar a.lf_mini_avatar {
  display: block;
  height: 24px;
  margin: 0 3px;
  width: 24px;
}
/* line 37, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_head_bar .lf_avatar a.lf_mini_avatar img {
  border: 1px solid #b5bec4;
  height: 24px;
  padding: 1px;
  width: 24px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 42, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar {
  height: 36px;
  position: relative;
}
/* line 46, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_auth_section {
  float: left;
  width: 100%;
}
/* line 50, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo {
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  margin: 5px 0 0 16px;
  padding: 4px 0 0 16px;
  position: absolute;
  right: 3px;
  text-decoration: none;
  width: 96px;
  z-index: 2;
  /* border radius */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* box shadow */
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 73, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo img {
  cursor: pointer;
  height: 27px !important;
  width: 81px !important;
}
/* line 79, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_logo_anchor,
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_logo_anchor .lf_logo_image {
  cursor: pointer;
}
/* line 82, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_conv_box {
  display: none;
  font-family: arial;
  font-size: 11px;
  height: 65px;
  line-height: 100%;
  list-style-type: none;
  margin: 5px 0 0 -16px;
  overflow: hidden;
  padding: 0;
  text-align: middle;
  width: 112px;
}
/* line 95, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_conv_box li.lf_admin_settings {
  background: url("images/gears.png") 14px 3px no-repeat;
  padding-left: 28px;
}
/* line 99, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_conv_box li {
  color: #696969;
  cursor: pointer;
  font-family: arial;
  font-size: 10px;
  list-style-position: none;
  margin: 0;
  padding: 4px 4px 4px 16px;
  text-decoration: none;
}
/* line 110, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_conv_box li:hover,
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_conv_box li:hover a:hover {
  background-color: #3082e9;
  color: #ececec;
  cursor: pointer;
  text-decoration: none;
}
/* line 119, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_conv_box li a,
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_conv_box li a:active,
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_conv_box li a:link,
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_conv_box li a:visited {
  color: #696969;
  cursor: pointer;
  text-decoration: none;
}
/* line 124, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo .lf_gears {
  height: 11px !important;
  margin: 7px 0 0 0;
  vertical-align: top;
  width: 11px !important;
}
/* line 131, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo:hover {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  height: 80px;
  padding: 4px 0 0 16px;
  /* box shadow */
  box-shadow: 0px 0px 0px 3px #c9c9c9;
  -moz-box-shadow: 0px 0px 0px 3px #c9c9c9;
  -webkit-box-shadow: 0px 0px 0px 3px #c9c9c9;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.21);
}
/* line 145, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo:hover .lf_conv_box {
  display: block;
}
/* line 148, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar .lf_logo:hover img.lf_gears {
  display: none;
}
/* line 153, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar #lf_comment_help {
  cursor: pointer;
  display: block;
  font-size: 10px;
  margin: 25px 0 0 0;
  padding: 0;
  position: absolute;
  right: 36px;
  z-index: 1;
}
/* line 165, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_login_bar #lf_comment_help:link, #livefyre #lf_fyre_head .lf_login_bar #lf_comment_help:visited, #livefyre #lf_fyre_head .lf_login_bar #lf_comment_help:active {
  color: inherit;
}
/* line 170, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_avatar img {
  float: left;
  border: 1px solid #b5bec4;
  height: 34px;
  padding: 1px;
  width: 34px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 175, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedin {
  color: inherit;
  float: left;
  height: 34px;
  position: relative;
  text-decoration: none;
}
/* line 182, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedin .lf_user_nick {
  background: url("images/down_arrow.png") 9px right no-repeat;
  color: inherit;
  cursor: pointer;
  float: left;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  margin: 6px 0 0 12px;
  padding: 2px 12px 2px 0;
  text-decoration: none;
}
/* line 194, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedin .lf_user_nick:hover {
  background: none;
}
/* line 198, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedin .lf_box_container {
  margin: 28px 0 0 4px;
}
/* line 201, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedin .lf_box_container .lf_user_box {
  height: auto;
  line-height: 100%;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  width: 121px;
}
/* line 211, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedin .lf_box_container .lf_user_box li {
  color: #696969;
  cursor: pointer;
  font-family: arial;
  font-size: 10px;
  list-style: none;
  margin: 0;
  padding: 4px 4px 4px 9px;
}
/* line 221, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedin .lf_box_container .lf_user_box li:hover,
#livefyre #lf_fyre_head .lf_user_loggedin .lf_box_container .lf_user_box li:hover a {
  background-color: #3082e9;
  color: #ececec;
  text-decoration: none;
}
/* line 227, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedin:hover .lf_box_container {
  display: block;
}
/* line 230, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedin:hover .lf_user_nick {
  background: none;
}
/* line 235, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout {
  color: #000;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 18px;
  text-decoration: none;
  z-index: 9999;
}
/* line 246, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout .lf_avatar,
#livefyre #lf_fyre_head .lf_user_loggedout .lf_login_options ul {
  border: 1px solid #d6dce1;
  cursor: pointer;
  display: block;
  padding: 1px;
  /* border radius */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* line 257, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout .lf_avatar {
  float: left;
}
/* line 260, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout .lf_login_options {
  background: url("sprites/left_arrow.png") 0px 15px no-repeat;
  display: none;
  float: left;
  margin-left: 2px;
  padding-left: 4px;
  position: relative;
  z-index: 2;
}
/* line 269, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout .lf_login_options ul {
  background-color: #e8ecef;
  height: 34px;
  list-style: none;
  padding: 1px 5px;
  /* box shadow */
  box-shadow: inset 0px 0px 0px 1px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
}
/* line 280, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout .lf_login_options ul li {
  display: block;
  float: left;
  height: 16px;
  margin: 9px 2px;
  padding: 0;
  width: 12px;
}
/* line 288, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout .lf_login_options ul li.livefyre {
  background: url("sprites/auth_livefyre_off.png") 0px 0px no-repeat;
}
/* line 291, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout .lf_login_options ul li.twitter {
  background: url("sprites/auth_twitter_off.png") 0px 0px no-repeat;
}
/* line 294, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout .lf_login_options ul li.facebook {
  background: url("sprites/auth_facebook_off.png") 0px 0px no-repeat;
}
/* line 297, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout .lf_login_options ul li.google {
  background: url("sprites/auth_google_off.png") 0px 0px no-repeat;
}
/* line 300, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout .lf_login_options ul li.linkedin {
  background: url("sprites/auth_linkedin_off.png") 0px 0px no-repeat;
}
/* line 306, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout:hover .lf_avatar {
  background-color: #d5dbe0;
}
/* line 309, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout:hover .lf_avatar img {
  -webkit-box-shadow: inset 0px 0px 0px 10px #000;
}
/* line 313, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout:hover .lf_login_options {
  display: block;
}
/* line 316, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_user_loggedout:hover .lf_login_options ul {
  background-color: #d5dbe0;
}
/* line 322, scss/fyre.scss */
#livefyre #lf_fyre_head #login_issues {
  display: block;
  float: left;
  margin: 15px 0 0 0;
  /* opacity */
  opacity: .25;
  filter: alpha(opacity=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
/* line 332, scss/fyre.scss */
#livefyre #lf_fyre_head #login_issues img {
  height: 26px;
  margin-left: 4px;
  width: 26px;
}
/* line 338, scss/fyre.scss */
#livefyre #lf_fyre_head .lf_timeout_message {
  background-color: #ffa3a3;
  border: 1px solid #ff7272;
  color: white;
  font-family: arial;
  font-size: 13px;
  padding: 10px 0;
  text-align: center;
}
/* line 348, scss/fyre.scss */
#livefyre #lf_comment_form {
  clear: left;
}
/* line 351, scss/fyre.scss */
#livefyre #lf_comment_form #lf_loading {
  background: url("images/loading_spinner.gif") center 32px no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
}
/* line 362, scss/fyre.scss */
#livefyre .lf_comments_disabled {
  background-color: #e8e8e8;
  border: 1px solid #b2b2b2;
  color: #616161;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
/* line 376, scss/fyre.scss */
#livefyre .lf_action_bar {
  background-color: #e7ecef;
  border: 1px solid #d6dcdf;
  height: 38px;
  margin: 4px 0 0 0;
  padding: 0;
  position: relative;
}
/* line 384, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link {
  color: #818181;
  cursor: pointer;
  font-family: arial;
  font-size: 12px;
  margin: 12px 0 0 0;
  position: absolute;
  left: 14px;
  text-decoration: none;
  /* text shadow */
  text-shadow: 1px 1px 1px #fff;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}
/* line 398, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link label {
  cursor: pointer;
  /* selection */
}
/* line 401, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link label.on, #livefyre .lf_action_bar .lf_follow_link label.off {
  display: none;
}
/* line 404, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link label::selection {
  background: transparent;
}
/* line 405, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link label::-moz-selection {
  background: transparent;
}
/* line 406, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link label::-webkit-selection {
  background: transparent;
}
/* line 408, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link.following {
  background: url("sprites/check.png") 0px 2px no-repeat;
  padding-left: 18px;
}
/* line 412, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link.following label.on {
  display: block;
}
/* line 413, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link.following label.off, #livefyre .lf_action_bar .lf_follow_link.following label.inactive {
  display: none;
}
/* line 414, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link.following:hover {
  background: none;
}
/* line 417, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link.following:hover label.off {
  display: block;
}
/* line 418, scss/fyre.scss */
#livefyre .lf_action_bar .lf_follow_link.following:hover label.on, #livefyre .lf_action_bar .lf_follow_link.following:hover label.inactive {
  display: none;
}
/* line 423, scss/fyre.scss */
#livefyre .lf_share_post {
  display: block;
  float: right;
  margin: 10px 20px 0 0;
}
/* line 428, scss/fyre.scss */
#livefyre .lf_share_post label {
  color: #7b848d;
  display: inline;
  font-family: arial;
  font-size: 12px;
  padding: 0 2px 0 0;
  /* text shadow */
  text-shadow: 1px 1px 1px #fff;
}
/* line 438, scss/fyre.scss */
#livefyre .lf_share_post img {
  padding: 1px 4px 0 4px;
}
/* line 441, scss/fyre.scss */
#livefyre .lf_share_post input {
  margin: 0;
}
/* line 444, scss/fyre.scss */
#livefyre .lf_share_post:hover {
  text-decoration: none;
}
/* line 448, scss/fyre.scss */
#livefyre .lf_post {
  background-color: #fff;
  background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.3), rgba(245, 247, 247, 0.3) 54%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(181, 190, 196, 0.3)), color-stop(54%, rgba(245, 247, 247, 0.3)));
  border: 1px solid #a5aeb4;
  color: #737c82;
  cursor: pointer;
  float: right;
  font-family: 'Droid Sans', arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  margin: 5px 6px 0 0;
  padding: 0 8px;
  text-transform: none;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* box shadow */
  box-shadow: 0px 1px 1px #b5bec4;
  -moz-box-shadow: 0px 1px 1px #b5bec4;
  -webkit-box-shadow: 0px 1px 1px #b5bec4;
  /* text shadow */
  text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}
/* line 479, scss/fyre.scss */
#livefyre .lf_post:active {
  margin-top: 6px;
  /* box shadow */
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 487, scss/fyre.scss */
#livefyre .lf_post.on {
  background-image: -moz-linear-gradient(100% 100% -90deg, rgba(181, 190, 196, 0.4), rgba(245, 247, 247, 0.4));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(181, 190, 196, 0.4)), to(rgba(245, 247, 247, 0.4)));
}
/* line 496, scss/fyre.scss */
#livefyre #lf_stream_direction {
  border-bottom: 1px solid #E5E5E5;
  color: #7B848D;
  display: none;
  font-size: 12px;
  margin-top: 10px;
  padding: 6px 2px;
}
/* line 504, scss/fyre.scss */
#livefyre #lf_stream_direction a {
  color: #7B848D;
}
/* line 507, scss/fyre.scss */
#livefyre #lf_stream_direction a.selected {
  text-decoration: none;
}
/* line 516, scss/fyre.scss */
#livefyre .lf_message {
  /* color:#818181; */
  color: #878d90;
  display: block;
  float: left;
  font-family: arial;
  font-size: 12px;
  height: 35px;
  margin: 0 0 0 14px;
  /* text shadow */
  text-shadow: -1px -1px 1px #353635;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
/* line 530, scss/fyre.scss */
#livefyre .lf_message .lf_message_text {
  color: #b1b8bb;
  display: block;
  float: left;
  margin: 12px 0 0 0;
  padding: 0;
  /* text shadow */
  text-shadow: 1px 1px 0px #f9f9f9;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75);
}
/* line 541, scss/fyre.scss */
#livefyre .lf_message .lf_message_text a {
  color: #73c9f5;
  cursor: pointer;
}
/* line 545, scss/fyre.scss */
#livefyre .lf_message .lf_message_text a:hover {
  color: #55b5e7;
}
/* line 550, scss/fyre.scss */
#livefyre .lf_message.live label.lf_message_icon, #livefyre .lf_message.connecting label.lf_message_icon, #livefyre .lf_message.dead label.lf_message_icon {
  background-image: -moz-linear-gradient(100% 100% 90deg, rgba(0, 0, 0, 0.21), rgba(255, 255, 255, 0.21));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.21)), to(rgba(255, 255, 255, 0.21)));
  display: block;
  float: left;
  height: 10px;
  margin: 14px 8px 0 -2px;
  padding: 0;
  width: 10px;
  /* border radius */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* box inner shadow */
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.97), 0px -1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.97), 0px -1px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.97), 0px -1px 0px rgba(0, 0, 0, 0.5);
}
/* line 570, scss/fyre.scss */
#livefyre .lf_message.live label.lf_message_icon {
  background-color: #9ebfd9;
}
/* line 573, scss/fyre.scss */
#livefyre .lf_message.connecting label.lf_message_icon {
  background-color: #ffc000;
}
/* line 576, scss/fyre.scss */
#livefyre .lf_message.dead label.lf_message_icon {
  background-color: #d37373;
}
/* line 579, scss/fyre.scss */
#livefyre .lf_message.error label.lf_message_icon {
  background: url("sprites/message_error.png") 0px 0px no-repeat;
}
/* line 582, scss/fyre.scss */
#livefyre .lf_message.maintenance label.lf_message_icon {
  background: url("sprites/message_maintenance.png") 0px 0px no-repeat;
}
/* line 585, scss/fyre.scss */
#livefyre .lf_message.capacity label.lf_message_icon {
  background: url("sprites/message_capacity.png") 0px 0px no-repeat;
}
/* line 590, scss/fyre.scss */
#livefyre .lf_message.error label.lf_message_icon, #livefyre .lf_message.maintenance label.lf_message_icon, #livefyre .lf_message.capacity label.lf_message_icon {
  display: block;
  float: left;
  height: 38px;
  margin: 1px 2px 0 -10px;
  padding: 0;
  width: 37px;
}
/* line 600, scss/fyre.scss */
#livefyre .lf_message.error .lf_message_text, #livefyre .lf_message.maintenance .lf_message_text, #livefyre .lf_message.capacity .lf_message_text {
  line-height: 14px;
  margin-top: 4px;
}
/* line 609, scss/fyre.scss */
#livefyre .lf_comment_textarea {
  background-color: #fff;
  background-image: -moz-linear-gradient(100% 100% -90deg, #f8f8f8, white 55%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(55%, white));
  border: 1px solid #bec3c5;
  color: #000;
  display: block;
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0 0 0;
  min-height: 80px;
  outline: none;
  padding: 8px 10px;
  resize: none;
  width: 100%;
  /* border top left */
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  /* border top right */
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  /* box sizing */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 612, scss/fyre.scss */
#livefyre .lf_post_spinner {
  background: url("images/snake-loader.gif") no-repeat;
  display: none;
  height: 16px;
  margin-top: -22px;
  position: absolute;
  right: 6px;
  width: 16px;
  z-index: 999;
}
/* line 626, scss/fyre.scss */
#livefyre .lf_reply_form {
  background: url("sprites/up_arrow.png") 13px 0px no-repeat;
  display: none;
  margin: 6px 0 0 10%;
  padding-top: 9px;
}
/* line 632, scss/fyre.scss */
#livefyre .lf_reply_form .lf_comment_reply_form {
  background-color: #e8ecef;
  display: block;
  margin: 0;
  padding: 10px;
  padding-bottom: 9px;
}
/* line 639, scss/fyre.scss */
#livefyre .lf_reply_form .lf_comment_reply_form .lf_action_bar {
  background-color: inherit;
  border: none;
  height: auto;
  margin: auto;
}
/* line 645, scss/fyre.scss */
#livefyre .lf_reply_form .lf_comment_reply_form .lf_post {
  margin-bottom: 1px;
  margin-right: 0;
}
/* line 649, scss/fyre.scss */
#livefyre .lf_reply_form .lf_comment_reply_form .lf_post:active {
  margin-bottom: 0px;
}
/* line 653, scss/fyre.scss */
#livefyre .lf_reply_form .lf_comment_reply_form .lf_clear {
  clear: both;
  display: block;
}
/* line 657, scss/fyre.scss */
#livefyre .lf_reply_form .lf_comment_reply_form textarea {
  min-height: 56px;
}
/* line 660, scss/fyre.scss */
#livefyre .lf_reply_form .lf_comment_reply_form .lf_post_spinner {
  right: 16px;
}
/* line 663, scss/fyre.scss */
#livefyre .lf_reply_form .lf_comment_reply_form .mceEditor {
  margin-top: 0px !important;
  /* border top left */
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  /* border top right */
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
}
/* line 677, scss/fyre.scss */
#livefyre .lf_reply_form.lf_level_2 {
  margin-left: 19%;
}
/* line 680, scss/fyre.scss */
#livefyre .lf_reply_form.lf_level_3 {
  margin-left: 28%;
}
/* line 683, scss/fyre.scss */
#livefyre .lf_reply_form.lf_level_4 {
  margin-left: 28%;
}
/* line 691, scss/fyre.scss */
#livefyre .lf_comment_notifier {
  position: fixed;
  z-index: 9999;
}
/* line 695, scss/fyre.scss */
#livefyre .lf_comment_notifier.above {
  top: 0;
}
/* line 698, scss/fyre.scss */
#livefyre .lf_comment_notifier.below {
  bottom: 0;
}
/* line 701, scss/fyre.scss */
#livefyre .lf_comment_notifier .lf_notifier_box {
  background-color: #6a6c70;
  background-image: -moz-linear-gradient(100% 100% 90deg, #6c6d6f, #a3a5a9);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6c6d6f), to(#a3a5a9));
  background-image: -moz-linear-gradient(100% 100% 90deg, rgba(0, 0, 0, 0.33), rgba(255, 255, 255, 0.33));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.33)), to(rgba(255, 255, 255, 0.33)));
  border: 1px solid #47494c;
  color: #e1e7ec;
  cursor: pointer;
  display: block;
  font-family: arial;
  font-size: 12px;
  margin: 0;
  padding: 10px 10px 10px 29px;
  text-align: center;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* box shadow */
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.64);
  /* text shadow */
  text-shadow: 0px 1px 0px #4f5256;
  /* selection */
}
/* line 731, scss/fyre.scss */
#livefyre .lf_comment_notifier .lf_notifier_box::selection {
  background: transparent;
}
/* line 732, scss/fyre.scss */
#livefyre .lf_comment_notifier .lf_notifier_box::-moz-selection {
  background: transparent;
}
/* line 733, scss/fyre.scss */
#livefyre .lf_comment_notifier .lf_notifier_box::-webkit-selection {
  background: transparent;
}
/* line 735, scss/fyre.scss */
#livefyre .lf_comment_notifier.above .lf_notifier_box {
  margin-top: 7px;
}
/* line 738, scss/fyre.scss */
#livefyre .lf_comment_notifier .lf_notifier_arrow {
  display: block;
  position: relative;
}
/* line 742, scss/fyre.scss */
#livefyre .lf_comment_notifier.above .lf_notifier_arrow {
  background: url("sprites/notifier_up.png") 0px 0px no-repeat;
  height: 7px;
  margin: -43px auto;
  width: 13px;
}
/* line 748, scss/fyre.scss */
#livefyre .lf_comment_notifier.below .lf_notifier_arrow {
  background: url("sprites/notifier_down.png") 0px 0px no-repeat;
  height: 7px;
  margin: 0px auto;
  width: 13px;
}
/* line 754, scss/fyre.scss */
#livefyre .lf_comment_notifier a.close_notifier {
  background: url("sprites/close-small.png") 0px 0px no-repeat;
  cursor: pointer;
  display: block;
  height: 17px;
  position: absolute;
  left: 8px;
  width: 17px;
}
/* line 763, scss/fyre.scss */
#livefyre .lf_comment_notifier.above a.close_notifier {
  top: 16px;
}
/* line 766, scss/fyre.scss */
#livefyre .lf_comment_notifier.below a.close_notifier {
  top: 9px;
}
/* line 773, scss/fyre.scss */
#livefyre #lf_namespace_container {
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-top: none;
  height: 220px;
  position: absolute;
  width: 309px;
  /* border bottom left */
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  /* border bottom right */
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  /* box shadow */
  box-shadow: 0px 3px 8px #dedede;
  -moz-box-shadow: 0px 3px 8px #dedede;
  -webkit-box-shadow: 0px 3px 8px #dedede;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.45);
}
/* line 803, scss/fyre.scss */
#livefyre #lf_show_more {
  background-color: #e8e8e8;
  border: 1px solid #b2b2b2;
  color: #616161;
  cursor: pointer;
  display: block;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto;
  padding: 6px 0;
  text-align: center;
  width: 120px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 822, scss/fyre.scss */
#livefyre #lf_show_more img {
  vertical-align: middle;
}
/* line 826, scss/fyre.scss */
#livefyre #lf_stream_console {
  background-color: #fff;
  border: 1px solid #333;
  display: none;
  font-family: arial;
  font-size: 10px;
  height: 300px;
  width: 300px;
  z-index: 99999;
  /* box shadow */
  box-shadow: 0px 3px 8px #dedede;
  -moz-box-shadow: 0px 3px 8px #dedede;
  -webkit-box-shadow: 0px 3px 8px #dedede;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.45);
}
/* line 844, scss/fyre.scss */
#livefyre #lf_stream_console .lf_logs {
  height: 95%;
  overflow: auto;
}
/* line 848, scss/fyre.scss */
#livefyre #lf_stream_console .lf_logs p:nth-child(even) {
  background-color: #fff;
}
/* line 851, scss/fyre.scss */
#livefyre #lf_stream_console .lf_logs p:nth-child(odd) {
  background-color: #ccc;
}
/* line 855, scss/fyre.scss */
#livefyre #lf_stream_console span {
  background-color: #bac5f2;
  display: block;
  height: 16px;
  line-height: 16px;
  padding: 1px 10px;
  text-align: right;
}
/* line 863, scss/fyre.scss */
#livefyre #lf_stream_console label {
  cursor: pointer;
  margin: 0 30px;
}

/* line 870, scss/fyre.scss */
#lf_followers_div {
  height: 300px;
  margin: -6px 0 0 0;
  overflow-y: auto;
  padding: 0 6px 0 3px;
  width: 300px;
}
/* line 877, scss/fyre.scss */
#lf_followers_div h2 {
  color: #616161;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
}
/* line 886, scss/fyre.scss */
#lf_followers_div h3 {
  clear: both;
  color: #616161;
  font-family: arial;
  font-size: 12px;
  margin: 10px 0;
  padding: 0;
}
/* line 894, scss/fyre.scss */
#lf_followers_div div.lf_avatar_container {
  height: 224px;
  overflow-y: auto;
  width: 304px;
}
/* line 899, scss/fyre.scss */
#lf_followers_div div.lf_avatar_container a {
  display: block;
  float: left;
  margin: 4px 6px;
}
/* line 904, scss/fyre.scss */
#lf_followers_div div.lf_avatar_container a img {
  height: 24px;
  width: 24px;
}

/* line 912, scss/fyre.scss */
#lf_verify_mentions {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 917, scss/fyre.scss */
#lf_verify_mentions h2 {
  background-color: #f1f2f5;
  background-image: -moz-linear-gradient(100% 100% 90deg, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(255, 255, 255, 0.05)));
  border-bottom: 1px solid #a8aeb5;
  font-family: 'Droid Sans', arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding-left: 17px;
  text-shadow: 0px 1px 0px #fff;
  vertical-align: middle;
}
/* line 932, scss/fyre.scss */
#lf_verify_mentions ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 938, scss/fyre.scss */
#lf_verify_mentions ul li {
  border-bottom: 1px solid a8aeb5;
  display: block;
  margin: 0;
  padding: 10px 0 10px 20px;
}
/* line 944, scss/fyre.scss */
#lf_verify_mentions ul li.fb {
  background-color: #e2e6f0;
}
/* line 947, scss/fyre.scss */
#lf_verify_mentions ul li.tw {
  background-color: #e6f0f5;
}
/* line 950, scss/fyre.scss */
#lf_verify_mentions ul li label {
  font-family: 'Droid Sans', arial, sans-serif;
  font-size: 13px;
}
/* line 954, scss/fyre.scss */
#lf_verify_mentions ul li span {
  display: block;
  font-family: 'Droid Serif', arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  padding: 4px 0 0 2px;
}
/* line 962, scss/fyre.scss */
#lf_verify_mentions div {
  padding-bottom: 10px;
}
/* line 965, scss/fyre.scss */
#lf_verify_mentions div span {
  background-color: #fff;
  background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.3), rgba(245, 247, 247, 0.3) 54%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(181, 190, 196, 0.3)), color-stop(54%, rgba(245, 247, 247, 0.3)));
  border: 1px solid #a5aeb4;
  color: #737c82;
  cursor: pointer;
  display: block;
  float: right;
  font-family: 'Droid Sans', arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  margin: 12px 11px 0 0;
  padding: 0 8px;
  text-decoration: none;
  text-transform: none;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* box shadow */
  box-shadow: 0px 1px 1px #b5bec4;
  -moz-box-shadow: 0px 1px 1px #b5bec4;
  -webkit-box-shadow: 0px 1px 1px #b5bec4;
  /* text shadow */
  text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}
/* line 998, scss/fyre.scss */
#lf_verify_mentions div span:active {
  cursor: pointer;
  margin-top: 13px;
  /* box shadow */
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 1007, scss/fyre.scss */
#lf_verify_mentions span.confirm {
  display: block;
  font-family: 'Droid Sans', arial, sans-serif;
  font-size: 14px;
  margin: 10px 0 10px 17px;
}
/* line 1013, scss/fyre.scss */
#lf_verify_mentions #spinning {
  display: none;
  position: absolute;
}

/* MIXINS */
/*
yong joseph bakos
This is a sassified version of Eric Meyer's reset.css
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
/* line 2, scss/comment.scss */
#livefyre {
  /*****************************************************
      USER AVATAR AND RATING
   *****************************************************/
  /*****************************************************
      ERROR MESSAGE
   *****************************************************/
  /*****************************************************
      DELETED COMMENTS
   *****************************************************/
  /*****************************************************
      REPLY TO COMMENT SPECIFIC STYLES
   *****************************************************/
  /*****************************************************
      COMMENT HIDDEN
   *****************************************************/
  /*****************************************************
      COMMENT HOVER
   *****************************************************/
  /*****************************************************
      COMMENTS ROLLED UP
   *****************************************************/
  /*****************************************************
      COMMENT USER HOVERCARD
   *****************************************************/
}
/* line 3, scss/comment.scss */
#livefyre .lf_comment_container {
  display: block;
  margin: 0;
  padding: 16px 0 0 0;
  position: relative;
  width: auto;
  /* STANDARD BUTTON DESIGN */
  /*****************************************************
          COMMENT HEAD
   *****************************************************/
  /*****************************************************
          COMMENT BODY AND RELATED BUTTONS
   *****************************************************/
  /* ADMIN BAR: delete comment (A), ban user (B), featured comment (C) */
  /* FLAG COMMENTS */
  /* LIKE AVATARS */
  /* REPLY TO COMMENT */
  /* X MORE LIKES */
  /* SHARE COMMENTS */
  /* ADMIN OPTIONS */
}
/* line 9, scss/comment.scss */
#livefyre .lf_comment_container a {
  cursor: pointer;
}
/* line 14, scss/comment.scss */
#livefyre .lf_comment_container.lf_twitter, #livefyre .lf_comment_container.lf_facebook {
  padding-top: 8px;
}
/* line 17, scss/comment.scss */
#livefyre .lf_comment_container.lf_twitter a, #livefyre .lf_comment_container.lf_facebook a {
  color: #1d5a93;
}
/* line 20, scss/comment.scss */
#livefyre .lf_comment_container.lf_twitter .lf_comment, #livefyre .lf_comment_container.lf_facebook .lf_comment {
  margin-bottom: 4px;
}
/* line 23, scss/comment.scss */
#livefyre .lf_comment_container.lf_twitter .lf_comment_user .lf_main_avatar, #livefyre .lf_comment_container.lf_facebook .lf_comment_user .lf_main_avatar {
  cursor: pointer;
  margin-left: 12px;
  border: 1px solid #b5bec4;
  height: 32px;
  padding: 1px;
  width: 32px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 29, scss/comment.scss */
#livefyre .lf_comment_container.lf_twitter .lf_comment .lf_comment_footer, #livefyre .lf_comment_container.lf_facebook .lf_comment .lf_comment_footer {
  height: 17px;
  padding-top: 4px;
}
/* line 33, scss/comment.scss */
#livefyre .lf_comment_container.lf_twitter .lf_comment .lf_comment_footer .lf_comment_date, #livefyre .lf_comment_container.lf_facebook .lf_comment .lf_comment_footer .lf_comment_date {
  color: #c9c9c9;
  display: inline;
  float: none;
  padding-right: 10px;
  text-decoration: none;
}
/* line 40, scss/comment.scss */
#livefyre .lf_comment_container.lf_twitter:hover .lf_comment .lf_comment_footer .lf_comment_date, #livefyre .lf_comment_container.lf_facebook:hover .lf_comment .lf_comment_footer .lf_comment_date {
  color: #c9c9c9;
  display: none;
}
/* line 44, scss/comment.scss */
#livefyre .lf_comment_container.lf_twitter .lf_comment .lf_comment_footer .lf_twitter, #livefyre .lf_comment_container.lf_facebook .lf_comment .lf_comment_footer .lf_twitter {
  display: none;
}
/* line 47, scss/comment.scss */
#livefyre .lf_comment_container.lf_twitter:hover .lf_comment .lf_comment_footer .lf_twitter, #livefyre .lf_comment_container.lf_facebook:hover .lf_comment .lf_comment_footer .lf_twitter {
  display: inline;
}
/* line 52, scss/comment.scss */
#livefyre .lf_comment_container .lf_button {
  background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.4), rgba(245, 247, 247, 0.4) 54%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(181, 190, 196, 0.4)), color-stop(54%, rgba(245, 247, 247, 0.4)));
  border: 1px solid #b5bec4;
  color: #939393;
  font-family: 'Droid Sans', arial, serif;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 6px;
  text-transform: none;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* opacity */
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* text shadow */
  text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
  /* selection */
}
/* line 77, scss/comment.scss */
#livefyre .lf_comment_container .lf_button:hover {
  background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.2), rgba(245, 247, 247, 0.2) 54%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(181, 190, 196, 0.2)), color-stop(54%, rgba(245, 247, 247, 0.2)));
}
/* line 82, scss/comment.scss */
#livefyre .lf_comment_container .lf_button.on, #livefyre .lf_comment_container .lf_button:active {
  background-image: -moz-linear-gradient(100% 100% -90deg, rgba(181, 190, 196, 0.4), rgba(245, 247, 247, 0.4) 54%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(181, 190, 196, 0.4)), color-stop(54%, rgba(245, 247, 247, 0.4)));
}
/* line 86, scss/comment.scss */
#livefyre .lf_comment_container .lf_button.on {
  /* box shadow */
  box-shadow: 0px 0px 5px rgba(89, 95, 101, 0.25);
  -moz-box-shadow: 0px 0px 5px rgba(89, 95, 101, 0.25);
  -webkit-box-shadow: 0px 0px 5px rgba(89, 95, 101, 0.25);
}
/* line 94, scss/comment.scss */
#livefyre .lf_comment_container .lf_button::selection {
  background: transparent;
}
/* line 95, scss/comment.scss */
#livefyre .lf_comment_container .lf_button::-moz-selection {
  background: transparent;
}
/* line 96, scss/comment.scss */
#livefyre .lf_comment_container .lf_button::-webkit-selection {
  background: transparent;
}
/* line 102, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment_head {
  clear: both;
  display: block;
  font-family: arial;
  font-size: 11px;
  margin: 0 0 10px 0;
  padding: 6px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 115, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment_head.lf_comment_approve {
  background-color: #fff9e1;
  background-color: rgba(255, 248, 218, 0.8);
  border: 1px solid #ffdb7a;
  border: 1px solid rgba(255, 219, 122, 0.8);
  color: #e7bf88;
  color: rgba(200, 118, 31, 0.6);
}
/* line 123, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment_head.lf_comment_unread {
  background-color: #e6fcff;
  background-color: rgba(224, 251, 255, 0.8);
  border: 1px solid #c3dde3;
  border: 1px solid rgba(189, 221, 227, 0.8);
  color: #acbfcd;
  color: rgba(98, 113, 141, 0.6);
}
/* line 132, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment_head a,
#livefyre .lf_comment_container .lf_comment_head.lf_comment_approve span.lf_group {
  color: #31446a;
  font-weight: bold;
}
/* line 137, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment_head.lf_comment_unread a,
#livefyre .lf_comment_container .lf_comment_head.lf_comment_approve span.lf_group {
  float: right;
}
/* line 140, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment_head.lf_comment_approve a {
  margin: 0 4px;
}
/* line 147, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment {
  margin: 0 0 14px 0;
  padding: 0 0 0 65px;
}
/* line 151, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body {
  font-size: 13px;
  min-height: 45px;
  position: relative;
}
/* line 81, scss/_mixins.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace {
  border: 1px solid #cdd5e6;
  cursor: default;
  display: inline-block;
  padding: 0 0 0 18px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 92, scss/_mixins.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace.reply {
  background: url("images/tiny_arrow.png") no-repeat;
  background-color: transparent;
  background-position: 0px 4px;
  border: none;
  cursor: default;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 15px;
  position: static;
  /* border radius */
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
}
/* line 108, scss/_mixins.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace.reply img {
  padding: 2px 3px 0 0;
}
/* line 111, scss/_mixins.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace.reply span {
  border: 1px solid #cdd5e6;
  cursor: default;
  display: inline-block;
  padding: 0 3px 0 18px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 123, scss/_mixins.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace.selected {
  /* box shadow */
  box-shadow: 0px 0px 2px #3f9bdc;
  -moz-box-shadow: 0px 0px 2px #3f9bdc;
  -webkit-box-shadow: 0px 0px 2px #3f9bdc;
}
/* line 129, scss/_mixins.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace.reply.selected {
  /* box shadow */
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 135, scss/_mixins.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace.reply.selected span {
  /* box shadow */
  box-shadow: 0px 0px 2px #3f9bdc;
  -moz-box-shadow: 0px 0px 2px #3f9bdc;
  -webkit-box-shadow: 0px 0px 2px #3f9bdc;
}
/* line 143, scss/_mixins.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.lf,
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.reply.lf span {
  background: url("images/livefyre_namespace.png") no-repeat;
  background-color: #eff2f8;
  background-position: 5px 3px;
  padding-left: 20px;
}
/* line 150, scss/_mixins.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.fb,
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.reply.fb span {
  background: url("images/facebook_namespace.png") no-repeat;
  background-color: #eff2f8;
  background-position: 5px 3px;
}
/* line 156, scss/_mixins.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.tw,
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.reply.tw span {
  background: url("images/twitter_namespace.png") no-repeat;
  background-color: #eff2f8;
  background-position: 5px 3px;
}
/* line 162, scss/_mixins.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace label,
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace span label {
  opacity: 0;
}
/* line 158, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body label {
  color: #4b4b4b;
  font-size: 10px;
  font-style: italic;
}
/* line 163, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body label.lf_guest {
  color: inherit;
  font-size: inherit;
  font-style: normal;
}
/* line 172, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body label a:active,
#livefyre .lf_comment_container .lf_comment .lf_comment_body label a:link,
#livefyre .lf_comment_container .lf_comment .lf_comment_body label a:hover,
#livefyre .lf_comment_container .lf_comment .lf_comment_body label a:visited {
  color: #1d5a93;
  text-decoration: none;
}
/* line 177, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace {
  line-height: 16px;
  padding: 0 4px 0 18px;
}
/* line 181, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace.tw {
  padding: 0 4px 0 20px;
}
/* line 184, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace.reply {
  padding: 0 4px 0 14px;
}
/* line 188, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace:hover,
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace.reply:hover span {
  background-color: #d2dbec;
  border: 1px solid #b1bedb;
  cursor: pointer;
}
/* line 193, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body span.namespace.reply:hover {
  background-color: transparent;
  border: none;
  cursor: default;
}
/* line 199, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body .lf_comment_user_nick {
  font-weight: bold;
  line-height: 10px;
  margin: 0 12px 0 0;
  padding: 0;
  text-decoration: none;
}
/* line 206, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body .lf_moderator {
  margin-left: 8px;
}
/* line 210, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body .lf_moderator,
#livefyre .lf_comment_container .lf_comment .lf_comment_body .lf_comment_user_rating {
  color: #939393;
  color: rgba(75, 75, 75, 0.6);
  font-size: 10px;
  font-weight: normal;
}
/* line 216, scss/comment.scss */
#livefyre .lf_comment_container .lf_body {
  margin: 0;
  padding: 0;
}
/* line 220, scss/comment.scss */
#livefyre .lf_comment_container .lf_body .lf_linkback {
  font-size: .9em;
  font-style: italic;
  /* opacity */
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
/* line 230, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body p {
  clear: right;
  line-height: 20px;
  margin: 5px 0 0 0;
  padding: 0;
}
/* line 236, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body .lf_comment_attachments {
  display: none;
  margin: 8px 0;
}
/* line 240, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body .lf_comment_attachments .embed {
  display: inline-block;
  margin: 0 5px;
}
/* line 244, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body .lf_comment_attachments .embed a {
  display: inline-block;
  position: relative;
}
/* line 248, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body .lf_comment_attachments .embed a img.icon {
  bottom: 6px;
  position: absolute;
  right: 1px;
}
/* line 254, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body .lf_comment_attachments .embed img {
  max-height: 75px;
}
/* line 257, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_body .lf_comment_attachments .embed .oembed_code {
  display: none;
}
/* line 262, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer {
  color: #c9c9c9;
  color: rgba(75, 75, 75, 0.3);
  font-family: 'Droid Sans', arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  height: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
/* line 275, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_admin_bar {
  float: left;
  margin: 0;
  padding: 6px 4px 6px 15px;
}
/* line 280, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_admin_bar a {
  color: #c9c9c9;
  color: rgba(75, 75, 75, 0.3);
  display: none;
}
/* line 285, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_comment_date {
  display: block;
  float: left;
  font-family: sans-serif;
  padding: 7px 0;
  width: 150px;
}
/* line 294, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_flag {
  background: url("sprites/flag.png") 3px 7px no-repeat;
  border: 1px solid transparent;
  cursor: pointer;
  display: none;
  float: left;
  margin: 0 0 0 5px;
  padding: 7px 0 7px 11px;
  text-decoration: none;
}
/* line 304, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_flag label {
  cursor: pointer;
}
/* line 307, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_flag .lf_flag_box {
  display: none;
}
/* line 310, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_flag .lf_flag_box li {
  font-size: 10px;
}
/* line 314, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_flag:hover {
  color: #696969;
}
/* line 317, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_flag:hover .lf_flag_box {
  color: #bcbcbc;
}
/* line 324, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer a.lf_mini_avatar {
  float: right;
  margin-right: 3px;
  padding: 0;
  border: 1px solid #b5bec4;
  height: 18px;
  padding: 1px;
  width: 18px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 331, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer a.lf_mini_avatar img {
  height: 18px;
  width: 18px;
}
/* line 339, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer a.lf_like,
#livefyre .lf_comment_container .lf_comment .lf_comment_footer a.lf_reply {
  float: right;
  margin-left: 5px;
  text-decoration: none;
}
/* line 346, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_more_likes {
  cursor: default;
  float: right;
  margin: 2px 6px 0 0;
  padding: 6px 0;
  text-transform: uppercase;
}
/* line 353, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_more_likes:hover {
  text-decoration: none;
}
/* line 358, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_share {
  background: url("sprites/share.png") 0px 7px no-repeat;
  border: 1px solid transparent;
  display: none;
  float: left;
  margin: 0;
  padding: 7px 0 7px 11px;
  text-decoration: none;
}
/* line 367, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_share:hover {
  color: #696969;
}
/* line 372, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_twitter {
  display: inline;
  margin: 0;
  padding: 7px 4px 7px 17px;
  text-decoration: none;
}
/* line 378, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_twitter:hover {
  color: #696969;
}
/* line 382, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_twitter_favorite {
  background: url("sprites/twitter_favorite.png") 1px 4px no-repeat;
}
/* line 385, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_twitter_reply {
  background: url("sprites/twitter_reply.png") 1px 4px no-repeat;
}
/* line 388, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_twitter_retweet {
  background: url("sprites/twitter_retweet.png") 1px 4px no-repeat;
}
/* line 393, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_mod_options {
  color: #1d5a93;
  display: none;
  float: left;
  font-weight: bold;
  padding: 8px 0;
  margin-left: 10px;
}
/* line 401, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_mod_options a {
  color: #1d5a93;
  font-weight: normal;
}
/* line 407, scss/comment.scss */
#livefyre .lf_comment_container.lf_guest .lf_comment_user_nick {
  color: inherit !important;
  font-size: inherit !important;
  font-style: normal !important;
}
/* line 418, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment_user {
  float: left;
}
/* line 421, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment_user .lf_user {
  display: block;
}
/* line 424, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment_user .lf_user .lf_main_avatar {
  cursor: pointer;
  border: 1px solid #b5bec4;
  height: 44px;
  padding: 1px;
  width: 44px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 429, scss/comment.scss */
#livefyre .lf_comment_container.lf_guest .lf_comment_user .lf_user .lf_main_avatar {
  cursor: default;
}
/* line 432, scss/comment.scss */
#livefyre .lf_comment_container .lf_comment_user .lf_comment_user_rating {
  background-color: #f0f3f5;
  border: 1px solid #e0e4e7;
  color: #6f7980;
  cursor: default;
  display: block;
  font-family: arial;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 3px 0 0 0;
  padding: 1px 0;
  text-align: center;
  width: 46px;
  /* border radius */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* line 439, scss/comment.scss */
#livefyre .lf_error, #livefyre .lf_success {
  background-color: #f5cdcd;
  background-image: -moz-linear-gradient(100% 100% 90deg, #eeb1b1, #fae4e4);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eeb1b1), to(#fae4e4));
  border: 1px solid #e2a0a0;
  display: none;
  left: 50%;
  margin: -75px 0 0 0;
  position: absolute;
  text-align: center;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* box shadow */
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  /* text shadow */
  text-shadow: 1px 1px 1px #f7d8d8;
}
/* line 463, scss/comment.scss */
#livefyre .lf_error span, #livefyre .lf_success span {
  background: url("sprites/exclamation.png") 6px 5px no-repeat;
  color: #6b4f4f;
  display: block;
  font-family: tahoma;
  font-size: 10px;
  margin: 0;
  padding: 10px 14px 10px 38px;
}
/* line 473, scss/comment.scss */
#livefyre .lf_success {
  background-color: #abdcbd;
  background-image: -moz-linear-gradient(100% 100% 90deg, #abdcbd, #c6e8d3);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#abdcbd), to(#c6e8d3));
  border: 1px solid #0E9641;
  color: #0E9641;
  /* text shadow */
  text-shadow: 1px 1px 1px #fff;
}
/* line 483, scss/comment.scss */
#livefyre .lf_success span {
  background: none;
  padding: 10px 14px;
}
/* line 492, scss/comment.scss */
#livefyre .lf_comment_container.lf_deleted {
  background: none;
  background-color: #ccc;
  border: 1px solid #999;
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 10px 20px;
}
/* line 506, scss/comment.scss */
#livefyre .lf_comment_container.lf_level_2 {
  padding-left: 10%;
}
/* line 509, scss/comment.scss */
#livefyre .lf_comment_container.lf_level_3 {
  padding-left: 19%;
}
/* line 512, scss/comment.scss */
#livefyre .lf_comment_container.lf_level_4 {
  padding-left: 19%;
  /*margin-left:28%; TURNED OFF 4 LEVELS (only the view)*/
}
/* line 517, scss/comment.scss */
#livefyre .lf_comment_container.lf_reply {
  padding-left: 12%;
}
/* line 520, scss/comment.scss */
#livefyre .lf_comment_container.lf_reply .lf_comment {
  padding-left: 59px;
}
/* line 523, scss/comment.scss */
#livefyre .lf_comment_container.lf_reply .lf_comment .lf_comment_body {
  min-height: 44px;
}
/* line 526, scss/comment.scss */
#livefyre .lf_comment_container.lf_reply .lf_comment_user .lf_user .lf_main_avatar {
  height: 42px;
  width: 42px;
}
/* line 530, scss/comment.scss */
#livefyre .lf_comment_container.lf_reply .lf_comment_user .lf_user:hover .lf_avatar_rollover {
  margin: -26px 0 0 18px;
}
/* line 533, scss/comment.scss */
#livefyre .lf_comment_container.lf_reply .lf_comment_user .lf_comment_user_rating {
  width: 42px;
}
/* line 541, scss/comment.scss */
#livefyre .lf_comment_container.lf_comment_hidden {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
/* line 552, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_button {
  /* opacity */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* line 558, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_comment_date {
  display: none;
}
/* line 561, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_flag {
  color: #c9c9c9;
  color: rgba(75, 75, 75, 0.3);
  display: block;
}
/* line 566, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_flag label {
  background: none;
}
/* line 570, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_flag:hover {
  color: #696969;
}
/* line 574, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_flag.working label {
  background: url("images/fb_loader.gif") 3px 0px no-repeat;
  color: transparent;
}
/* line 578, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_flag.flagged {
  color: #696969;
}
/* line 581, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_flag.flagged.on {
  width: 360px !important;
}
/* line 584, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_flag.on {
  background-color: #fff !important;
  background: url("sprites/flag.png") 6px 7px no-repeat;
  border: 1px solid #cdcdcd;
  border: 1px solid rgba(0, 0, 0, 0.21);
  color: #4b4b4b;
  display: block;
  margin: 0 0 0 50px;
  position: absolute;
  padding-left: 14px;
  width: 264px;
  z-index: 9999;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 602, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_flag.on .lf_flag_box {
  border-left: 1px solid #cdcdcd;
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  color: #bcbcbc;
  display: inline;
  height: 11px;
  line-height: 10px;
  margin: 0 0 0 10px;
  padding: 0 0 0 5px;
  position: absolute;
  width: 224px;
}
/* line 614, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_flag.on .lf_flag_box li {
  display: inline;
  list-style: none;
  padding: 3px;
}
/* line 619, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_flag.on .lf_flag_box li:hover {
  color: #4b4b4b;
}
/* line 623, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_share {
  color: #c9c9c9;
  color: rgba(75, 75, 75, 0.3);
  display: block;
}
/* line 628, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_share:hover {
  color: #696969;
}
/* line 632, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_mod_options {
  display: block;
}
/* line 635, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_mod_options a {
  /* opacity */
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
/* line 641, scss/comment.scss */
#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_mod_options a:hover {
  /* opacity */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* line 649, scss/comment.scss */
#livefyre .lf_comment_container.lf_twitter:hover .lf_comment .lf_comment_footer .lf_mod_options {
  display: inline;
  float: none;
}
/* line 653, scss/comment.scss */
#livefyre .lf_comment_divider {
  border-top: 1px solid #999;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  margin: 0;
}
/* line 661, scss/comment.scss */
#livefyre .lf_comment_divider.lf_has_replies {
  margin-left: 30px;
}
/* line 669, scss/comment.scss */
#livefyre a.lf_reply_rollup {
  position: absolute;
  z-index: 999;
}
/* line 673, scss/comment.scss */
#livefyre .lf_comments_rolled_up {
  background-color: #ededed;
  background-color: rgba(0, 0, 0, 0.07);
  color: #898989;
  display: block;
  font-family: arial;
  font-size: 11px;
  margin: 0 0 4px 0;
  padding: 5px 0 7px 6px;
  text-align: left;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 693, scss/comment.scss */
#livefyre .lf_hovercard {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  font-family: arial;
  font-size: 10px;
  margin: 0;
  padding: 11px;
  position: absolute;
  width: 335px;
  z-index: 99999;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* box shadow */
  box-shadow: 0px 0px 0px 2px #c9c9c9;
  -moz-box-shadow: 0px 0px 0px 2px #c9c9c9;
  -webkit-box-shadow: 0px 0px 0px 2px #c9c9c9;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
}
/* line 717, scss/comment.scss */
#livefyre .lf_hovercard .lf_close {
  background: url("sprites/close.png") 0px 0px no-repeat;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 9px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 8px;
}
/* line 728, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_stats {
  display: block;
  float: left;
}
/* line 732, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_stats img {
  border: 1px solid #b5bec4;
  height: 66px;
  padding: 1px;
  width: 66px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 735, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_stats .lf_comment_user_rating {
  display: none;
  /*@include lf_user_rating(#f0f3f5, #e0e4e7, 68px);*/
}
/* line 739, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_stats label {
  color: #676767;
  display: block;
  font-size: 11px;
  padding: 3px 0;
}
/* line 745, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_info {
  display: block;
  margin: 0 0 0 88px;
  padding: 3px 0 0 0;
  width: 226px;
}
/* line 751, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_info .lf_user_name {
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}
/* line 758, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_info .lf_user_url {
  color: #475674;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
/* line 765, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_info .lf_user_bio {
  color: #595959;
  font-size: 10px;
  line-height: 12px;
  margin: 10px 0;
  padding: 0;
}
/* line 772, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_info .lf_social_accounts {
  border-top: 1px solid #dbdbdb;
  padding: 8px 0;
}
/* line 776, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_info .lf_social_accounts a {
  color: #475674;
  display: block;
  font-size: 10px;
  height: 16px;
  margin: 2px 0;
  padding: 2px 0 0 21px;
  text-decoration: none;
}
/* line 785, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_info .lf_social_accounts a.lf_twitter {
  background: url("sprites/twitter_share.png") 0px 0px no-repeat;
}
/* line 788, scss/comment.scss */
#livefyre .lf_hovercard .lf_user_info .lf_social_accounts a.lf_facebook {
  background: url("sprites/facebook_share.png") 0px 0px no-repeat;
}
/* line 791, scss/comment.scss */
#livefyre .lf_hovercard .lf_spinner {
  bottom: 15px;
  position: absolute;
  right: 180px;
}
/* line 796, scss/comment.scss */
#livefyre .lf_hovercard .lf_full_profile {
  background-color: #ebebeb;
  border: 1px solid #c5c5c5;
  bottom: 7px;
  color: #5a5a5a;
  display: block;
  font-size: 11px;
  padding: 7px;
  padding-right: 25px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* text shadow */
  text-shadow: 1px 1px 0px #f7f7f7;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
}
/* line 818, scss/comment.scss */
#livefyre .lf_hovercard .lf_full_profile label {
  background-color: #fff !important;
  background: url("sprites/right_arrow.png") 5px 4px no-repeat;
  border: 1px solid #c0c0c0;
  border: 1px solid rgba(0, 0, 0, 0.19);
  cursor: pointer;
  display: block;
  height: 12px;
  margin: 0 0 0 56px;
  padding: 0;
  position: absolute;
  width: 12px;
  /* border radius */
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  /* box inner shadow */
  box-shadow: 1px 1px 0px #fff;
  -moz-box-shadow: 1px 1px 0px #fff;
  -webkit-box-shadow: 1px 1px 0px #fff;
}
/* line 842, scss/comment.scss */
#livefyre #lf_social_comments {
  margin-top: 32px;
}
/* line 845, scss/comment.scss */
#livefyre #lf_social_comments h3 {
  /*background:url('sprites/twitter_bird.png') 3px 7px no-repeat;*/
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0 20px 0;
  padding: 4px 0 4px 0px;
  width: 100%;
}

/* line 1, scss/facebox.scss */
#lf_facebox {
  background-color: #ededed;
  position: absolute;
  z-index: 999;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* box shadow */
  box-shadow: 0px 0px 4px #5c5c5c;
  -moz-box-shadow: 0px 0px 4px #5c5c5c;
  -webkit-box-shadow: 0px 0px 4px #5c5c5c;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.64);
}

/* line 19, scss/facebox.scss */
#lf_facebox.share {
  height: 220px;
  width: 400px;
}

/* line 23, scss/facebox.scss */
#lf_facebox .close-box {
  margin-top: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 29, scss/facebox.scss */
#lf_facebox .close-box a {
  margin: 10px;
}

/* line 32, scss/facebox.scss */
#lf_facebox .lf-content {
  background-color: #ededed;
  margin: 15px 5px 0 5px;
}

/* line 36, scss/facebox.scss */
#lf_facebox .lf-content h2 {
  background-color: #ededed;
}

/* line 39, scss/facebox.scss */
#lf_facebox.share .lf-content textarea {
  height: 290px;
  resize: none;
  width: 374px;
}

/* MIXINS */
/*
yong joseph bakos
This is a sassified version of Eric Meyer's reset.css
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
/* line 3, scss/tinymce.scss */
#friendContainer {
  background-color: #fff;
  border: 1px solid #9e9e9e !important;
  border-top: 1px solid #eee !important;
  clip: rect(0px, 1000px, 1000px, -10px);
  color: #000;
  display: none;
  font-family: arial;
  font-size: 13px;
  max-height: 446px;
  margin: -3px 0 0 0 !important;
  position: absolute;
  width: 100%;
  z-index: 9999;
  /* border bottom left */
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  /* border bottom right */
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
/* line 28, scss/tinymce.scss */
#friendContainer div {
  color: #333;
  font-family: arial;
  font-size: 13px;
}
/* line 33, scss/tinymce.scss */
#friendContainer div a {
  color: #333;
  cursor: pointer;
  display: block;
  line-height: 30px;
  padding: 5px;
}
/* line 40, scss/tinymce.scss */
#friendContainer div a img.lf_ns_avatar {
  float: left;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
/* line 47, scss/tinymce.scss */
#friendContainer div h2 {
  border: none;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 0 7px;
  padding: 5px 0;
}
/* line 56, scss/tinymce.scss */
#friendContainer div.connect {
  background-color: #eff2f8;
  border-top: 1px solid #d1d8e6;
  text-align: center;
}
/* line 61, scss/tinymce.scss */
#friendContainer div.connect a {
  cursor: pointer;
  margin: 0;
  padding: 0 0 10px 0;
}
/* line 66, scss/tinymce.scss */
#friendContainer div.connect span {
  display: block;
  font-family: arial;
  font-size: 13px;
  margin: 0;
  padding: 10px 0;
}
/* line 74, scss/tinymce.scss */
#friendContainer div.signin {
  padding-bottom: 10px;
}
/* line 77, scss/tinymce.scss */
#friendContainer div.signin a {
  background-image: url("images/signinbuttons.png");
  cursor: pointer;
  height: 26px;
  margin: 0 0 0 66px;
  padding: 0;
  width: 169px;
}
/* line 85, scss/tinymce.scss */
#friendContainer div.signin a.facebook {
  background-position: left -26px;
}
/* line 88, scss/tinymce.scss */
#friendContainer div.signin a.facebook:hover {
  background-position: right -26px;
}
/* line 91, scss/tinymce.scss */
#friendContainer div.signin a.twitter {
  background-position: left -52px;
}
/* line 94, scss/tinymce.scss */
#friendContainer div.signin a.twitter:hover {
  background-position: right -52px;
}
/* line 98, scss/tinymce.scss */
#friendContainer div.signin.sso {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 103, scss/tinymce.scss */
#friendContainer div.empty,
#friendContainer div.loading {
  background-color: #fff;
  border-bottom: 1px solid #d1d8e6;
  float: none;
  height: 24px;
  margin: 0;
  padding: 0;
}
/* line 111, scss/tinymce.scss */
#friendContainer div.empty img,
#friendContainer div.loading img {
  border: none;
  display: block;
  margin: 5px 0 0 0;
}
/* line 116, scss/tinymce.scss */
#friendContainer div.empty span,
#friendContainer div.loading span {
  display: block;
  float: left;
  height: 10px;
  margin: 5px 5px;
  padding: 0;
}
/* line 124, scss/tinymce.scss */
#friendContainer div.empty.search {
  height: 30px;
}
/* line 127, scss/tinymce.scss */
#friendContainer div.empty.search img {
  display: inline;
}
/* line 130, scss/tinymce.scss */
#friendContainer div.empty.search span {
  margin-top: 2px;
}
/* line 134, scss/tinymce.scss */
#friendContainer div.list {
  max-height: 260px;
  overflow-y: auto;
}
/* line 138, scss/tinymce.scss */
#friendContainer div.list div.conversation {
  background-color: #fff;
}
/* line 141, scss/tinymce.scss */
#friendContainer div.list div.conversation a {
  background: url("images/livefyre_list_icon.png") no-repeat;
  background-position: 99% 12px;
}
/* line 145, scss/tinymce.scss */
#friendContainer div.list div.conversation a.selected {
  color: #333;
  background-color: #cde8ff;
}
/* line 150, scss/tinymce.scss */
#friendContainer div.list div.social {
  background-color: #f7f7f7;
  border-top: 1px solid #e9e9e9;
}
/* line 154, scss/tinymce.scss */
#friendContainer div.list div.social a.lf {
  background: url("images/livefyre_list_icon.png") no-repeat;
  background-position: 99% 12px;
}
/* line 158, scss/tinymce.scss */
#friendContainer div.list div.social a.fb {
  background: url("images/facebook_list_icon.png") no-repeat;
  background-position: 99% 11px;
}
/* line 162, scss/tinymce.scss */
#friendContainer div.list div.social a.tw {
  background: url("images/twitter_list_icon.png") no-repeat;
  background-position: 99% 11px;
}
/* line 166, scss/tinymce.scss */
#friendContainer div.list div.social a.selected {
  color: #333;
  background-color: #cde8ff;
}
/* line 170, scss/tinymce.scss */
#friendContainer div.list div.social h2 {
  background-color: transparent;
}
/* line 175, scss/tinymce.scss */
#friendContainer img.spinner {
  display: block;
  margin: 5px 5px 0 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}

/* line 185, scss/tinymce.scss */
.mention_notice {
  background-color: #ffffed !important;
  border: 1px solid #ccc !important;
  border-top: none !important;
  display: none;
  font-family: arial !important;
  font-size: 11px !important;
  padding: 3px !important;
  text-align: center !important;
  z-index: 9999 !important;
}
/* line 196, scss/tinymce.scss */
.mention_notice a {
  cursor: pointer !important;
  float: right !important;
  line-height: 10px !important;
  margin-right: 2px !important;
}

/* line 203, scss/tinymce.scss */
#lf_ns_loading {
  background: url("images/snake-loader.gif") right top no-repeat !important;
  position: absolute !important;
  right: 5px !important;
  top: 5px !important;
  width: 75px !important;
}

/* line 210, scss/tinymce.scss */
body.mceContentBody {
  background: transparent;
  font-family: arial;
  font-size: 12px;
  color: #333;
}
/* line 216, scss/tinymce.scss */
body.mceContentBody p {
  line-height: 18px;
  margin: 0;
  padding: 0;
}
/* line 81, scss/_mixins.scss */
body.mceContentBody span.namespace {
  border: 1px solid #cdd5e6;
  cursor: default;
  display: inline-block;
  padding: 0 0 0 18px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 92, scss/_mixins.scss */
body.mceContentBody span.namespace.reply {
  background: url("images/tiny_arrow.png") no-repeat;
  background-color: transparent;
  background-position: 0px 4px;
  border: none;
  cursor: default;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 15px;
  position: static;
  /* border radius */
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
}
/* line 108, scss/_mixins.scss */
body.mceContentBody span.namespace.reply img {
  padding: 2px 3px 0 0;
}
/* line 111, scss/_mixins.scss */
body.mceContentBody span.namespace.reply span {
  border: 1px solid #cdd5e6;
  cursor: default;
  display: inline-block;
  padding: 0 3px 0 18px;
  /* border radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 123, scss/_mixins.scss */
body.mceContentBody span.namespace.selected {
  /* box shadow */
  box-shadow: 0px 0px 2px #3f9bdc;
  -moz-box-shadow: 0px 0px 2px #3f9bdc;
  -webkit-box-shadow: 0px 0px 2px #3f9bdc;
}
/* line 129, scss/_mixins.scss */
body.mceContentBody span.namespace.reply.selected {
  /* box shadow */
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 135, scss/_mixins.scss */
body.mceContentBody span.namespace.reply.selected span {
  /* box shadow */
  box-shadow: 0px 0px 2px #3f9bdc;
  -moz-box-shadow: 0px 0px 2px #3f9bdc;
  -webkit-box-shadow: 0px 0px 2px #3f9bdc;
}
/* line 143, scss/_mixins.scss */
body.mceContentBody span.lf, body.mceContentBody span.reply.lf span {
  background: url("images/livefyre_namespace.png") no-repeat;
  background-color: #eff2f8;
  background-position: 5px 3px;
  padding-left: 20px;
}
/* line 150, scss/_mixins.scss */
body.mceContentBody span.fb, body.mceContentBody span.reply.fb span {
  background: url("images/facebook_namespace.png") no-repeat;
  background-color: #eff2f8;
  background-position: 5px 3px;
}
/* line 156, scss/_mixins.scss */
body.mceContentBody span.tw, body.mceContentBody span.reply.tw span {
  background: url("images/twitter_namespace.png") no-repeat;
  background-color: #eff2f8;
  background-position: 5px 3px;
}
/* line 162, scss/_mixins.scss */
body.mceContentBody span.namespace label, body.mceContentBody span.namespace span label {
  opacity: 0;
}

/* line 223, scss/tinymce.scss */
.defaultSkin {
  background-color: #fff !important;
  display: block;
  margin: 10px 0 0 0 !important;
  padding: 0px;
}
/* line 229, scss/tinymce.scss */
.defaultSkin table.mceLayout {
  background-color: #fff;
  background-image: -moz-linear-gradient(100% 100% 90deg, white, #f2f2f2 63%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(63%, #f2f2f2));
  border: 1px solid #999 !important;
  direction: ltr;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  /* border top left */
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  /* border top right */
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}
/* line 250, scss/tinymce.scss */
.defaultSkin table.mceLayout .mceIframeContainer {
  border: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
/* line 257, scss/tinymce.scss */
.defaultSkin table.mceLayout .mceIframeContainer iframe {
  display: block;
  height: 100px;
  width: 100%;
  /* border top left */
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  /* border top right */
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  /* box sizing */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 277, scss/tinymce.scss */
.defaultSkin table.mceLayout .mceIframeContainer iframe html {
  background-color: #FFF !important;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
/* Use base64 images */
/* line 19, scss/fancybox.scss */
#fancybox-loading div, #fancybox-close, #fancybox-left-ico, #fancybox-right-ico, #fancybox-bg-ne, #fancybox-bg-se, #fancybox-bg-sw, #fancybox-bg-nw, #fancybox-title-float-left, #fancybox-title-float-right {
  background-image: url(data:image/png;base64,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%3D);
}

/* line 23, scss/fancybox.scss */
#fancybox-bg-n, #fancybox-bg-s, #fancybox-title-float-main {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABICAYAAAA3Qp8tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG1JREFUeNq0jzEOgDAMA90WChMDUsXKp3kcTwFRQp0hUR9AhpPtJo0CEQG2UkIEIMRAqAUR+0xVNpt7eLNPjES171U9ptzexGXZa5nbYM2KpA/QE1pNtAutLtI67Y5/0G87UsNOrMRMgKifAAMA8xojdBZ1K0cAAAAASUVORK5CYII%3D);
}

/* line 27, scss/fancybox.scss */
#fancybox-bg-e, #fancybox-bg-w {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFJJREFUeNpMjF0OgCAMg4eAegLC/U9HOIEJutnGPtjkS/fTLUWEUb21BMuAvtmnojqLQ875qR2putsBH97AwQKPWD+YuZRx9a471jHmZG+vAAMAMUgY/0A1OZkAAAAASUVORK5CYII%3D);
}

/* line 31, scss/fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

/* line 45, scss/fancybox.scss */
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
}

/* line 53, scss/fancybox.scss */
#fancybox-overlay {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

/* line 61, scss/fancybox.scss */
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

/* line 69, scss/fancybox.scss */
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

/* line 79, scss/fancybox.scss */
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* line 86, scss/fancybox.scss */
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

/* line 97, scss/fancybox.scss */
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

/* line 107, scss/fancybox.scss */
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-position: -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

/* line 119, scss/fancybox.scss */
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

/* line 126, scss/fancybox.scss */
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

/* line 137, scss/fancybox.scss */
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* line 144, scss/fancybox.scss */
#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D);
  z-index: 1102;
  display: none;
}

/* line 156, scss/fancybox.scss */
#fancybox-left {
  left: 0px;
}

/* line 160, scss/fancybox.scss */
#fancybox-right {
  right: 0px;
}

/* line 164, scss/fancybox.scss */
#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

/* line 176, scss/fancybox.scss */
#fancybox-left-ico {
  background-position: -40px -30px;
}

/* line 180, scss/fancybox.scss */
#fancybox-right-ico {
  background-position: -40px -60px;
}

/* line 184, scss/fancybox.scss */
#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

/* line 188, scss/fancybox.scss */
#fancybox-left:hover span {
  left: 20px;
}

/* line 192, scss/fancybox.scss */
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

/* line 197, scss/fancybox.scss */
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

/* line 207, scss/fancybox.scss */
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
}

/* line 213, scss/fancybox.scss */
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-position: -40px -162px;
}

/* line 219, scss/fancybox.scss */
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-position: -20px 0px;
}

/* line 226, scss/fancybox.scss */
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-position: -40px -182px;
}

/* line 232, scss/fancybox.scss */
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-position: 0px -20px;
}

/* line 239, scss/fancybox.scss */
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-position: -40px -142px;
}

/* line 245, scss/fancybox.scss */
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
}

/* line 251, scss/fancybox.scss */
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-position: -40px -122px;
}

/* line 257, scss/fancybox.scss */
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

/* line 263, scss/fancybox.scss */
.fancybox-title-inside {
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

/* line 270, scss/fancybox.scss */
.fancybox-title-outside {
  color: #fff;
}

/* line 274, scss/fancybox.scss */
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

/* line 282, scss/fancybox.scss */
#fancybox-title-over {
  /* Ross: I dont know where this is...404? 
  background-image: url('http://livefyre.com/site_media/images/fancybox/fancy_title_over.png');
  */
  display: block;
}

/* line 289, scss/fancybox.scss */
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

/* line 296, scss/fancybox.scss */
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

/* line 302, scss/fancybox.scss */
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

/* line 307, scss/fancybox.scss */
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background-position: -40px -90px;
  background-repeat: no-repeat;
}

/* line 313, scss/fancybox.scss */
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background-position: 0px -40px;
}

/* line 321, scss/fancybox.scss */
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background-position: -55px -90px;
  background-repeat: no-repeat;
}

/* Ross: Removed IE6 code */
/* IE6, IE7, IE8 */
/* line 331, scss/fancybox.scss */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

/* line 333, scss/fancybox.scss */
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAYAAABMDlehAAAAMUlEQVQI11XLwQkAIBTD0GdRNxD3n/R7U7wUElJVxV6rBRX0oAWC/K4H8+L858XvMQ6htwScSSgzAAAAAABJRU5ErkJggg%3D%3D', sizingMethod='scale');
}

/* line 334, scss/fancybox.scss */
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABIklEQVQ4y62Ua47DMAiEB5wcoer9b7fqGYLZP6b6FrlVK20kK37gYWDAlpn6z8/ut5tLmrszSV95+3k8VGAmyde+A8y+ZehgMwFWZwmbzn77HWvQKBZIpWHCQc3zHUNv+RprPdZwgPgnIRuA1PKZG8dqf9sxHACiUHQaYEnBcgfYWTBsQbBXghhFMUnnupQYJVABz1ZiCaZJwBMXGUYZXS3M8cL+CThwcCFfFWaxH+siw49dHQ54PRo7pmCu80pNtOaYLOxAzbFUGNqEyix+dlhWDh0soq2FeTZR1Lrpieyb7hiw6bmOjSBGlecShGUQAL3QTdFKxbj21i1VlwcAEvsV9mgsRcBiebaH9YCzAjlbzwec/MmPwMxafxvAd08a21e/OepnxlCGJoQAAAAASUVORK5CYII%3D', sizingMethod='scale');
}

/* line 335, scss/fancybox.scss */
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAABCAYAAADeko4lAAAAMklEQVQI12MUFxW1YGBg+APE/4D4NxD/heLfSPg/EP+AqvkH5f+D6gOx/7949QrEZwAA7SMU/wl/9ugAAAAASUVORK5CYII%3D', sizingMethod='scale');
}

/* line 336, scss/fancybox.scss */
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABJ0lEQVQ4y41UUW5DMQgzvF6h2jl6/wtNvcHaBPYDnefypEaKoiTYsQHFvq7XG4Bd8wEgAfzUftXs+wTwrDUBBACrO3zf7/AiedahEZABCcDxN7ym0R4AcBGCRfsQYtCjep99roS7AjepW0TG5DqyFbayJDCTJ1kOUgNZowkXEaFyGoPNTY+ZxBjncFH1OlBtLlHXq5GDF+GDwKA87YFALacm8kIEcVK5ILDemTyKS1kFAZcELyqIk5Ox2k14SGArPUil2jQ6CyY0Sb5JhXcR99lBpDEp5H7joCgwpPldFP8bLj0YZMWpB0MsmlT7TSEre5Jap1xuwtnUMk0IUmmULxMSl7YaSX1IrIKmcarQh4AYfhWTfZ489PoocwAx8JTgTXrmx7EfjV9rMblEHBbT2AAAAABJRU5ErkJggg%3D%3D', sizingMethod='scale');
}

/* line 337, scss/fancybox.scss */
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAYAAABMDlehAAAANklEQVQI10XKwQ2AMBDEwGGpIaIT+m8LFHL8Lj/bsmuMO6jgC2bT1jd4uq1uW4+eZ3AGS1X5AXa8E2Tq43WHAAAAAElFTkSuQmCC', sizingMethod='scale');
}

/* line 338, scss/fancybox.scss */
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABG0lEQVQ4y62TUW4DIQxEn2E3uUHU+99zcX/saDolaSs1EvKKwGOYMZGZfDweAAOIGlSdVY8aAdxrfgCnfE9gRgEHsAR01CIEpHVWvdW6Xn80MICsyYYPgbTSs+pN1p4CjLArNyj7CgJE5nScongosDdcBgiBzo2veuhW4ayqXq66ZlogvAqlFXYQaSpTuqBhQ9Q9O8RD0fbp70sCyqpYYM/DVWF7tcw/TJ2rntodDmyVWNqtbEkd5uEA2AGHgdM2q1K1B21s7MkhSeth7aM+gi9P1VMO2ZwverNVh9jR/8UOiIQzJSS1Q9Wpn9+A2BWHbVii5tqkzjugB7IskLS59Q64a6PY+OzhvQX+dIi2V/xG4V8PGUBGZvKfv08j7HxbBtCVPwAAAABJRU5ErkJggg%3D%3D', sizingMethod='scale');
}

/* line 339, scss/fancybox.scss */
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAABCAYAAADeko4lAAAALklEQVQI12P8//8/AwhIiIkxAilmIAbRTAwQwAJlM0MxO5QGiXNA5UCYFaqPDQAGHwN8eWM6AwAAAABJRU5ErkJggg%3D%3D', sizingMethod='scale');
}

/* line 340, scss/fancybox.scss */
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABC0lEQVQ4y62UAQqDMAxFmzT1CLL731O7Kf3yCHXIWKHUlubn/US13nv557BD8LWuP8V+Zh+r9vtTQQVzn8/O8yeCCvSDYKx9zDruaH9r2XDRcH6IbRC1dL88JbR01pFApKeTLGgpQKMOuyR1NYKk3whpS7WjeAXdNlZ/YjlGgBwEHASSnfWloN10tqdaVtgUpZJ4FmSwOhqwHUhE61eSmWXHRYoykaGex2iKpWB+t3rqaEVjHOIOwYuQNStYeRagIlkFxLSG2VYBXcWzyJyi2XKZiKoRDfSB1Uiam1LT96lXIpCkTcQE0+4sGwJYN80F1gMgPiPcYbdNukmhwH65+9tE+tdFsh1pNgAsb+/rdlTpwE+hAAAAAElFTkSuQmCC', sizingMethod='scale');
}

/* line 1, scss/messages.scss */
.lf_widget_message {
  display: block;
  background-color: #ffffff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2)) !important;
  background-image: -webkit-linear-gradient(top, white, #f2f2f2) !important;
  background-image: -moz-linear-gradient(top, white, #f2f2f2) !important;
  background-image: -o-linear-gradient(top, white, #f2f2f2) !important;
  background-image: -ms-linear-gradient(top, white, #f2f2f2) !important;
  background-image: linear-gradient(top, white, #f2f2f2) !important;
  color: #696969;
  font: 14px/47px "Helvetica Neue";
  text-align: center;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.75);
  text-rendering: optimizeLegibility;
  border: 1px solid #bfbfbf !important;
  margin: 2px 0 0 0 !important;
  padding: 4px 0 !important;
  /* BORDER RADIUS */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* BOX SHADOW */
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.15) !important;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px rgba(255, 255, 255, 0.15) !important;
}
/* line 29, scss/messages.scss */
.lf_widget_message img {
  position: relative;
  top: 3px;
  right: 2px;
}

/* Reset */
.defaultSkin table, .defaultSkin tbody, .defaultSkin a, .defaultSkin img, .defaultSkin tr, .defaultSkin div, .defaultSkin td, .defaultSkin iframe, .defaultSkin span, .defaultSkin *, .defaultSkin .mceText {border:0; margin:0; padding:0; background:transparent; white-space:nowrap; text-decoration:none; font-weight:normal; cursor:default; color:#000; vertical-align:baseline; width:auto; border-collapse:separate; text-align:left}
.defaultSkin a:hover, .defaultSkin a:link, .defaultSkin a:visited, .defaultSkin a:active {text-decoration:none; font-weight:normal; cursor:default; color:#000}
.defaultSkin table td {vertical-align:middle}


.defaultSkin .mceToolbar {height:26px}
.defaultSkin .mceLeft {text-align:left}
.defaultSkin .mceRight {text-align:right}

/* External */
.defaultSkin .mceExternalToolbar {position:absolute; display:none;}
.defaultSkin .mceExternalToolbar td.mceToolbar {padding-right:13px;}
.defaultSkin .mceExternalClose {position:absolute; top:3px; right:3px; width:7px; height:7px; background:url(http://zor.livefyre.com/wjs/img/icons.gif) -820px 0}

/* Layout */
.defaultSkin table.mceToolbar, .defaultSkin tr.mceFirst .mceToolbar tr td, .defaultSkin tr.mceLast .mceToolbar tr td {border:0; margin:0; padding:0;}
.defaultSkin td.mceToolbar {padding-top:1px; vertical-align:top}
.defaultSkin .mceStatusbar {font-family:'MS Sans Serif',sans-serif,Verdana,Arial; font-size:9pt; line-height:16px; overflow:visible; color:#000; display:block; height:20px}
.defaultSkin .mceStatusbar div {float:left; margin:2px}
.defaultSkin .mceStatusbar a.mceResize {display:block; float:right; background:url(http://zor.livefyre.com/wjs/img/icons.gif) -800px 0; width:20px; height:20px; cursor:se-resize; outline:0}
.defaultSkin .mceStatusbar a:hover {text-decoration:underline}
.defaultSkin table.mceToolbar {margin-left:3px}
.defaultSkin span.mceIcon, .defaultSkin img.mceIcon {display:block; width:20px; height:20px}
.defaultSkin .mceIcon {background:url(http://zor.livefyre.com/wjs/img/icons.gif) no-repeat 20px 20px}
.defaultSkin td.mceCenter {text-align:center;}
.defaultSkin td.mceCenter table {margin:0 auto; text-align:left;}
.defaultSkin td.mceRight table {margin:0 0 0 auto;}

/* Button */
.defaultSkin .mceButton {display:block; border:1px solid #F0F0EE; width:20px; height:20px; margin-right:1px}
.defaultSkin a.mceButtonEnabled:hover {border:1px solid #0A246A; background-color:#B2BBD0}
.defaultSkin a.mceButtonActive, .defaultSkin a.mceButtonSelected {border:1px solid #0A246A; background-color:#C2CBE0}
.defaultSkin .mceButtonDisabled .mceIcon {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
.defaultSkin .mceButtonLabeled {width:auto}
.defaultSkin .mceButtonLabeled span.mceIcon {float:left}
.defaultSkin span.mceButtonLabel {display:block; font-size:10px; padding:4px 6px 0 22px; font-family:Tahoma,Verdana,Arial,Helvetica}
.defaultSkin .mceButtonDisabled .mceButtonLabel {color:#888}

/* Separator */
.defaultSkin .mceSeparator {display:block; background:url(http://zor.livefyre.com/wjs/img/icons.gif) -180px 0; width:2px; height:20px; margin:2px 2px 0 4px}

/* ListBox */
.defaultSkin .mceListBox, .defaultSkin .mceListBox a {display:block}
.defaultSkin .mceListBox .mceText {padding-left:4px; width:70px; text-align:left; border:1px solid #CCC; border-right:0; background:#FFF; font-family:Tahoma,Verdana,Arial,Helvetica; font-size:11px; height:20px; line-height:20px; overflow:hidden}
.defaultSkin .mceListBox .mceOpen {width:9px; height:20px; background:url(http://zor.livefyre.com/wjs/img/icons.gif) -741px 0; margin-right:2px; border:1px solid #CCC;}
.defaultSkin table.mceListBoxEnabled:hover .mceText, .defaultSkin .mceListBoxHover .mceText, .defaultSkin .mceListBoxSelected .mceText {border:1px solid #A2ABC0; border-right:0; background:#FFF}
.defaultSkin table.mceListBoxEnabled:hover .mceOpen, .defaultSkin .mceListBoxHover .mceOpen, .defaultSkin .mceListBoxSelected .mceOpen {background-color:#FFF; border:1px solid #A2ABC0}
.defaultSkin .mceListBoxDisabled a.mceText {color:gray; background-color:transparent;}
.defaultSkin .mceListBoxMenu {overflow:auto; overflow-x:hidden}
.defaultSkin .mceOldBoxModel .mceListBox .mceText {height:22px}
.defaultSkin .mceOldBoxModel .mceListBox .mceOpen {width:11px; height:22px;}
.defaultSkin select.mceNativeListBox {font-family:'MS Sans Serif',sans-serif,Verdana,Arial; font-size:7pt; background:#F0F0EE; border:1px solid gray; margin-right:2px;}

/* SplitButton */
.defaultSkin .mceSplitButton {width:32px; height:20px; direction:ltr}
.defaultSkin .mceSplitButton a, .defaultSkin .mceSplitButton span {height:20px; display:block}
.defaultSkin .mceSplitButton a.mceAction {width:20px; border:1px solid #F0F0EE; border-right:0;}
.defaultSkin .mceSplitButton span.mceAction {width:20px; background-image:url(http://zor.livefyre.com/wjs/img/icons.gif);}
.defaultSkin .mceSplitButton a.mceOpen {width:9px; background:url(http://zor.livefyre.com/wjs/img/icons.gif) -741px 0; border:1px solid #F0F0EE;}
.defaultSkin .mceSplitButton span.mceOpen {display:none}
.defaultSkin table.mceSplitButtonEnabled:hover a.mceAction, .defaultSkin .mceSplitButtonHover a.mceAction, .defaultSkin .mceSplitButtonSelected a.mceAction {border:1px solid #0A246A; border-right:0; background-color:#B2BBD0}
.defaultSkin table.mceSplitButtonEnabled:hover a.mceOpen, .defaultSkin .mceSplitButtonHover a.mceOpen, .defaultSkin .mceSplitButtonSelected a.mceOpen {background-color:#B2BBD0; border:1px solid #0A246A;}
.defaultSkin .mceSplitButtonDisabled .mceAction, .defaultSkin .mceSplitButtonDisabled a.mceOpen {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
.defaultSkin .mceSplitButtonActive a.mceAction {border:1px solid #0A246A; background-color:#C2CBE0}
.defaultSkin .mceSplitButtonActive a.mceOpen {border-left:0;}

/* ColorSplitButton */
.defaultSkin div.mceColorSplitMenu table {background:#FFF; border:1px solid gray}
.defaultSkin .mceColorSplitMenu td {padding:2px}
.defaultSkin .mceColorSplitMenu a {display:block; width:9px; height:9px; overflow:hidden; border:1px solid #808080}
.defaultSkin .mceColorSplitMenu td.mceMoreColors {padding:1px 3px 1px 1px}
.defaultSkin .mceColorSplitMenu a.mceMoreColors {width:100%; height:auto; text-align:center; font-family:Tahoma,Verdana,Arial,Helvetica; font-size:11px; line-height:20px; border:1px solid #FFF}
.defaultSkin .mceColorSplitMenu a.mceMoreColors:hover {border:1px solid #0A246A; background-color:#B6BDD2}
.defaultSkin a.mceMoreColors:hover {border:1px solid #0A246A}
.defaultSkin .mceColorPreview {margin-left:2px; width:16px; height:4px; overflow:hidden; background:#9a9b9a}
.defaultSkin .mce_forecolor span.mceAction, .defaultSkin .mce_backcolor span.mceAction {overflow:hidden; height:16px}

/* Menu */
.defaultSkin .mceMenu {position:absolute; left:0; top:0; z-index:1000; border:1px solid #D4D0C8}
.defaultSkin .mceNoIcons span.mceIcon {width:0;}
.defaultSkin .mceNoIcons a .mceText {padding-left:10px}
.defaultSkin .mceMenu table {background:#FFF}
.defaultSkin .mceMenu a, .defaultSkin .mceMenu span, .defaultSkin .mceMenu {display:block}
.defaultSkin .mceMenu td {height:20px}
.defaultSkin .mceMenu a {position:relative;padding:3px 0 4px 0}
.defaultSkin .mceMenu .mceText {position:relative; display:block; font-family:Tahoma,Verdana,Arial,Helvetica; color:#000; cursor:default; margin:0; padding:0 25px 0 25px; display:block}
.defaultSkin .mceMenu span.mceText, .defaultSkin .mceMenu .mcePreview {font-size:11px}
.defaultSkin .mceMenu pre.mceText {font-family:Monospace}
.defaultSkin .mceMenu .mceIcon {position:absolute; top:0; left:0; width:22px;}
.defaultSkin .mceMenu .mceMenuItemEnabled a:hover, .defaultSkin .mceMenu .mceMenuItemActive {background-color:#dbecf3}
.defaultSkin td.mceMenuItemSeparator {background:#DDD; height:1px}
.defaultSkin .mceMenuItemTitle a {border:0; background:#EEE; border-bottom:1px solid #DDD}
.defaultSkin .mceMenuItemTitle span.mceText {color:#000; font-weight:bold; padding-left:4px}
.defaultSkin .mceMenuItemDisabled .mceText {color:#888}
.defaultSkin .mceMenuItemSelected .mceIcon {background:url(http://zor.livefyre.com/wjs/v1.0/css/img/menu_check.gif)}
.defaultSkin .mceNoIcons .mceMenuItemSelected a {background:url(http://zor.livefyre.com/wjs/v1.0/css/img/menu_arrow.gif) no-repeat -6px center}
.defaultSkin .mceMenu span.mceMenuLine {display:none}
.defaultSkin .mceMenuItemSub a {background:url(http://zor.livefyre.com/wjs/v1.0/css/img/menu_arrow.gif) no-repeat top right;}

/* Progress,Resize */
.defaultSkin .mceBlocker {position:absolute; left:0; top:0; z-index:1000; opacity:0.5; -ms-filter:'alpha(opacity=50)'; filter:alpha(opacity=50); background:#FFF}
.defaultSkin .mceProgress {position:absolute; left:0; top:0; z-index:1001; background:url(http://zor.livefyre.com/wjs/v1.0/css/img/progress.gif) no-repeat; width:32px; height:32px; margin:-16px 0 0 -16px}

/* Formats */
.defaultSkin .mce_formatPreview a {font-size:10px}
.defaultSkin .mce_p span.mceText {}
.defaultSkin .mce_address span.mceText {font-style:italic}
.defaultSkin .mce_pre span.mceText {font-family:monospace}
.defaultSkin .mce_h1 span.mceText {font-weight:bolder; font-size: 2em}
.defaultSkin .mce_h2 span.mceText {font-weight:bolder; font-size: 1.5em}
.defaultSkin .mce_h3 span.mceText {font-weight:bolder; font-size: 1.17em}
.defaultSkin .mce_h4 span.mceText {font-weight:bolder; font-size: 1em}
.defaultSkin .mce_h5 span.mceText {font-weight:bolder; font-size: .83em}
.defaultSkin .mce_h6 span.mceText {font-weight:bolder; font-size: .75em}

/* Theme */
.defaultSkin span.mce_bold {background-position:0 0}
.defaultSkin span.mce_italic {background-position:-60px 0}
.defaultSkin span.mce_underline {background-position:-140px 0}
.defaultSkin span.mce_strikethrough {background-position:-120px 0}
.defaultSkin span.mce_undo {background-position:-160px 0}
.defaultSkin span.mce_redo {background-position:-100px 0}
.defaultSkin span.mce_cleanup {background-position:-40px 0}
.defaultSkin span.mce_bullist {background-position:-20px 0}
.defaultSkin span.mce_numlist {background-position:-80px 0}
.defaultSkin span.mce_justifyleft {background-position:-460px 0}
.defaultSkin span.mce_justifyright {background-position:-480px 0}
.defaultSkin span.mce_justifycenter {background-position:-420px 0}
.defaultSkin span.mce_justifyfull {background-position:-440px 0}
.defaultSkin span.mce_anchor {background-position:-200px 0}
.defaultSkin span.mce_indent {background-position:-400px 0}
.defaultSkin span.mce_outdent {background-position:-540px 0}
.defaultSkin span.mce_link {background-position:-500px 0}
.defaultSkin span.mce_unlink {background-position:-640px 0}
.defaultSkin span.mce_sub {background-position:-600px 0}
.defaultSkin span.mce_sup {background-position:-620px 0}
.defaultSkin span.mce_removeformat {background-position:-580px 0}
.defaultSkin span.mce_newdocument {background-position:-520px 0}
.defaultSkin span.mce_image {background-position:-380px 0}
.defaultSkin span.mce_help {background-position:-340px 0}
.defaultSkin span.mce_code {background-position:-260px 0}
.defaultSkin span.mce_hr {background-position:-360px 0}
.defaultSkin span.mce_visualaid {background-position:-660px 0}
.defaultSkin span.mce_charmap {background-position:-240px 0}
.defaultSkin span.mce_paste {background-position:-560px 0}
.defaultSkin span.mce_copy {background-position:-700px 0}
.defaultSkin span.mce_cut {background-position:-680px 0}
.defaultSkin span.mce_blockquote {background-position:-220px 0}
.defaultSkin .mce_forecolor span.mceAction {background-position:-720px 0}
.defaultSkin .mce_backcolor span.mceAction {background-position:-760px 0}
.defaultSkin span.mce_forecolorpicker {background-position:-720px 0}
.defaultSkin span.mce_backcolorpicker {background-position:-760px 0}

/* Plugins */
.defaultSkin span.mce_advhr {background-position:-0px -20px}
.defaultSkin span.mce_ltr {background-position:-20px -20px}
.defaultSkin span.mce_rtl {background-position:-40px -20px}
.defaultSkin span.mce_emotions {background-position:-60px -20px}
.defaultSkin span.mce_fullpage {background-position:-80px -20px}
.defaultSkin span.mce_fullscreen {background-position:-100px -20px}
.defaultSkin span.mce_iespell {background-position:-120px -20px}
.defaultSkin span.mce_insertdate {background-position:-140px -20px}
.defaultSkin span.mce_inserttime {background-position:-160px -20px}
.defaultSkin span.mce_absolute {background-position:-180px -20px}
.defaultSkin span.mce_backward {background-position:-200px -20px}
.defaultSkin span.mce_forward {background-position:-220px -20px}
.defaultSkin span.mce_insert_layer {background-position:-240px -20px}
.defaultSkin span.mce_insertlayer {background-position:-260px -20px}
.defaultSkin span.mce_movebackward {background-position:-280px -20px}
.defaultSkin span.mce_moveforward {background-position:-300px -20px}
.defaultSkin span.mce_media {background-position:-320px -20px}
.defaultSkin span.mce_nonbreaking {background-position:-340px -20px}
.defaultSkin span.mce_pastetext {background-position:-360px -20px}
.defaultSkin span.mce_pasteword {background-position:-380px -20px}
.defaultSkin span.mce_selectall {background-position:-400px -20px}
.defaultSkin span.mce_preview {background-position:-420px -20px}
.defaultSkin span.mce_print {background-position:-440px -20px}
.defaultSkin span.mce_cancel {background-position:-460px -20px}
.defaultSkin span.mce_save {background-position:-480px -20px}
.defaultSkin span.mce_replace {background-position:-500px -20px}
.defaultSkin span.mce_search {background-position:-520px -20px}
.defaultSkin span.mce_styleprops {background-position:-560px -20px}
.defaultSkin span.mce_table {background-position:-580px -20px}
.defaultSkin span.mce_cell_props {background-position:-600px -20px}
.defaultSkin span.mce_delete_table {background-position:-620px -20px}
.defaultSkin span.mce_delete_col {background-position:-640px -20px}
.defaultSkin span.mce_delete_row {background-position:-660px -20px}
.defaultSkin span.mce_col_after {background-position:-680px -20px}
.defaultSkin span.mce_col_before {background-position:-700px -20px}
.defaultSkin span.mce_row_after {background-position:-720px -20px}
.defaultSkin span.mce_row_before {background-position:-740px -20px}
.defaultSkin span.mce_merge_cells {background-position:-760px -20px}
.defaultSkin span.mce_table_props {background-position:-980px -20px}
.defaultSkin span.mce_row_props {background-position:-780px -20px}
.defaultSkin span.mce_split_cells {background-position:-800px -20px}
.defaultSkin span.mce_template {background-position:-820px -20px}
.defaultSkin span.mce_visualchars {background-position:-840px -20px}
.defaultSkin span.mce_abbr {background-position:-860px -20px}
.defaultSkin span.mce_acronym {background-position:-880px -20px}
.defaultSkin span.mce_attribs {background-position:-900px -20px}
.defaultSkin span.mce_cite {background-position:-920px -20px}
.defaultSkin span.mce_del {background-position:-940px -20px}
.defaultSkin span.mce_ins {background-position:-960px -20px}
.defaultSkin span.mce_pagebreak {background-position:0 -40px}
.defaultSkin span.mce_restoredraft {background-position:-20px -40px}
.defaultSkin span.mce_spellchecker {background-position:-540px -20px}