@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url("http://i.plug.it/iplug/font/opensans/OpenSans-Regular-webfont.eot");
  src: url("http://i.plug.it/iplug/font/opensans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("http://i.plug.it/iplug/font/opensans/OpenSans-Regular-webfont.woff") format("woff"), url("http://i.plug.it/iplug/font/opensans/OpenSans-Regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 700;
  src: url("http://i.plug.it/iplug/font/opensans/OpenSans-Semibold-webfont.eot");
  src: url("http://i.plug.it/iplug/font/opensans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("http://i.plug.it/iplug/font/opensans/OpenSans-Semibold-webfont.woff") format("woff"), url("http://i.plug.it/iplug/font/opensans/OpenSans-Semibold-webfont.ttf") format("truetype");
}
#overlay-repost * {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
}
#overlay-repost {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#repost-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DDD;
  background: rgba(0, 0, 0, .2);
}
#ie7 #repost-bg {
  background-color: #000;
  filter: alpha(opacity=20);
}
#ie8 #repost-bg {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

#repost-popup {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 600px;
  min-height: 200px;
  margin: -250px 0 0 -300px;
  padding: 10px;
  border-radius: 3px;
  background-color: #FFF;
}
#ie7 #repost-popup {
  position: relative;
  top: 10%;
  left: auto;
  margin: 0 auto;
}
#repost-popup > h1 {
  margin-bottom: .3em;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.15em;
}
#ie7 #repost-comment {
  display: block;
}
#repost-comment {
  width: 575px;
  height: 74px;
  max-height:150px;
  margin-bottom: .3em;
  resize: vertical;
  color: #333;
  background: #FCFCFC;
  border-color: #DDD;
}
#repost-comment:focus {
  background-color: #FFF;
}
#repost-preview-container > h2 {
  margin-bottom: .3em;
  color: #333;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.15em;
}
#repost-popup > img {
  clear: both;
  float: left;
  width: 150px;
  height: auto;
  max-height: 200px;
  margin: 0 10px 10px 0;
  border: 1px solid #DDD;
}
#repost-preview-container > p {
  word-wrap: break-word;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 14px;
  line-height: 1.4em;
  color: #333;
}
#repost-preview-container > a {
  color: #333;
}
.repost-hr {
  clear: both;
}
.repost-hr > hr {
  margin-bottom: 1em;
  background-color: #DDD;
}
#repost-popup > img ~ h2,
#repost-popup > img ~ p {
  clear: none;
  float: left;
  width: 418px;
  overflow: hidden;
}
#blog-list {
  float: left;
  box-sizing: border-box;
  width: 250px;
  border: 1px solid #DDD;
  outline: none;
  color: #333;
  background: #FFF;
  line-height: 1.1em;
}
#repost-button {
  float: left;
  margin-right: 11px;
  width: 74px;
  height: 27px;
  cursor: pointer;
  background: url("/wp-content/plugins/myblog-repost/img/repost.png");
  opacity: 1;
}
#repost-button.reposted {
  background: url("/wp-content/plugins/myblog-repost/img/reposted.png");
}
#repost-button:hover {
  opacity: 0.5;
}
#repost-button-container {
  float: right;
}
#repost-button-container > button {
  box-sizing: border-box;
  width: 100px;
  padding: .6em .8em;
  border: none;
  border-radius: 3px;
  outline: none;
  color: #fff;
  background: #666;
  line-height: 1.1em;
  transition: background-color 0.5s ease-out;
}
#repost-button-container > button:hover {
  background-color: #999;
}
#repost-cancel {
  opacity: .5;
}
#repost-submit {
  margin-left: 5px;
}
#repost-close {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background: #666;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: default;
  transition: background-color 0.5s ease-out;
}
#repost-close:hover {
  background: #000;
}

#repost-preview-container {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#repost-wrapper {
  padding: 20px 30px;
  background: #EEE;
  margin-bottom: 10px;
}
#repost-wrapper:before,
#repost-wrapper:after {
 content: "";
 display: table;
}
#repost-wrapper:after {
 clear: both;
}
#repost-wrapper h3 {
  color: #4f4f4f;
}
#repost-wrapper h3 a{
  color: inherit;
}
#repost-error {
  float: left;
  color: red;
}
#repost-message{
  margin-top: 54px;
  font-size: 22px;
  text-align: center;
}
#times-reposted {
  float: left;
  color: #666;
}
#times-reposted > * {
  float: left;
}
#times-reposted p {
  margin: 0 5px 0 0;
  padding: 0;
}
#times-reposted ul {
  list-style: none;
  margin: 0;
}
#times-reposted li {
  float: left;
  margin-right: 2px;
}
#times-reposted img {
  border: solid 1px transparent;
}
#times-reposted img:hover {
  border: solid 1px #bbb;
}
.spinner {
  background: url('/wp-admin/images/wpspin_light.gif') no-repeat;
  background-size: 16px 16px;
  display: none;
  float: right;
  opacity: .7;
  filter: alpha(opacity=70);
  width: 16px;
  height: 16px;
  margin: 5px 5px 0;
  position: absolute;
  right: 50%;
  top: 45%;
}