@import url(http://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700);

/*
odysseus style sheet
*/

#ody-stylingBar, #ody-stylingBar * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Vollkorn";
}

#ody-stylingBar {
  position: absolute;
  padding: 8px 10px;
  background: rgba(0,0,0,.85);
  border-radius: 4px;
  color: #fff;
  z-index: 99;
  height: 40px;
  display: none;
  width: #fcf61apx;
  overflow:hidden;
}

#ody-stylingBar-inner {
  position: absolute;
  float: left;
  margin-left:10;
  width: 700px;
}

#ody-stylingBar a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  width: 20px;
  height:16px;
}

#ody-stylingBar a.active {
  color: hsla(334,85%,52%,0.9);
}

#ody-selection-link {
  width:190px;
  color:#fff;
  outline:none;
  background:transparent;
  border:0;
  font-size: 15px;
  outline: none;
}

[contenteditable]:empty:before {
  content: attr(data-placeholder);
  color: #ccc;
}