/*
HeyPublisher Plugin Stylesheet
*/
/*  Override some of the Wordpress Admin stylesheet functions */
/*BODY {
  margin: 0;
  padding: 0;
}*/
#heypub_plugin_page {
	padding: 10px;
}

.wrap.heypub {
 margin: 0;
}

.ll-inside H2 {
  color:#464646;
  font-size: 1.5em;
}
H3,TABLE CAPTION {
  color:#333333;
  border-top:1px solid silver;
  /*border-bottom:1px solid #EFEFEF;*/
  margin:1em 0 0.5em;
  padding-top:0.5em;
}
H3.first {
  border-top: none;
}
UL { display: block;}
LI {
  margin-bottom: 8px;
  display: list-item;
  text-align: -webkit-match-parent;
}
TABLE CAPTION {
  text-align: left;
}
#heypub_logo {
  float: right;
  padding: 10px;
  margin-bottom:10px;
  background-color: #FFFFFF;
  border: 1px solid silver;
  text-align:center;
  color:gray;
  font-size: 11px;
  margin-left: 20px;
  right:10px;
  width: 180px;
  min-width: 180px;
  display:inline-block;
/*  position:absolute;*/
  z-index: 999;
}
#heypub_logo IMG {
  padding-bottom:5px;
}
#heypub_logo A {
  text-decoration: none;
	font-size: 10px;
}
#hey-content H3 {
/*  border-top: 1px solid silver;*/
  padding-top:0.5em;
  margin: 1em 0 0.5em;
/*  margin: 0;*/
}
TABLE.ll-plugin {
  border-collapse:collapse;
  border: 1px solid silver;
  clear: none;
}
TABLE.ll-plugin TR.header {
  font-size: 14px;
  border-bottom: 1px solid silver;
  padding: 3px;
  font-weight:bold;
}
TABLE.list TD {
  background-color: #EEE;
  border: 1px solid silver;
  padding: 3px;
  text-align:center;
}
UL.heypub-list {
  list-style-type:disc;
  list-style-position: inside;
  margin: 2px 10px;
}
LABEL.heypub, LABEL.heypub_skinny {
    float: left;
    font-weight: 500;
    width: 220px;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 1em;
}
LABEL.heypub_skinny {
  width: 120px;
}

INPUT[type=text].heypub, INPUT[type=password].heypub,SELECT.heypub {
    width: 350px;
}
INPUT[type=text].heypub_twitter {
  width: 340px;
}
INPUT[type=text].heypub_skinny, INPUT[type=password].heypub_skinny {
  width: 300px;
}
INPUT[type=submit].heypub_skinny {
  margin-left:130px;
}
TEXTAREA.heypub {
  width: 400px;
  height: 300px;
}
TEXTAREA.heypub_skinny {
  width: 500px;
  height: 150px;
}
TEXTAREA.heypub-short {
  width: 350px;
  height: 150px;
}
SMALL.heypub-input-helper {
    padding-left: 270px;  /* should match the label width + some spacing */
}
/*  Uninstall Styles */
.uninstall {
    font-style: italic;
    font-size: 14px;
}
.ok {
    color: green;
    font-weight: bold;
}
.fail {
    color: red;
    font-weight: bold;
}
.flash {
	padding: 5px 15px;
	width: 88%;
  margin: 2px auto;
	border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
}

.flash.notice{
	background-color: #CF9;
	border: thin solid green;
	color: green;
}
.flash.error{
	background-color: #FFCFCF;
  border: thin solid red;
}
#heypub_error P {
    font-size: 14px;
}
#heypub_show_genres_list {
    margin-left: 50px;
    width: 600px;
}
#heypub_show_genres_list H2 {
    font-size: 16px;
}
#heypub_category_list {
    background-color:white;
    width: 100%;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
/*    border-collapse:collapse;*/
}
#heypub_category_list TH {
    background-color: silver;
    border: 1px solid gray;
    font-weight: bolder;
}
#heypub_category_list TD{
    padding: 4px;
    text-align: right;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    width: 25%;
    white-space:nowrap;
}
#heypub_submissions {
  /*clear:both;*/
}
#heypub_submissions TH, #heypub TH {
  padding: 5px;
  font-weight: bolder;
}
#heypub_submissions TD {
    padding: 5px;
}
#heypub_submissions TH.checkbox {
    width:50px;
}
#heypub_submissions TD.heypub_list_title {
    font-weight: bolder;
}
#heypub_submissions TD.heypub_no_subs {
    text-align:center;
    font-size: 18px;
    font-weight: bolder;
    font-style:italic;
    padding: 15px;
}
#heypub_instructions {
    border: 1px solid silver;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 60%;
    margin-left: 50px;
    padding: 10px;
}
#heypub_instructions_list {
    margin: 5px auto;
}
#heypub_instructions_list TD {
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
    padding: 5px;
    font-size: 13px;
}
#heypub_instructions_list TD + TD {
    font-weight: normal;
    white-space: normal;
    font-size: 12px;
}
#heypub_submission_body {
    padding-left: 20px;
    width: 90%;
}
#heypub_submission_body H2#content_missing {
    font-size: 1.3em;
    color: #E66F00;
}
DIV.heypub_author_bio_preview, DIV.heypub_author_bio_show {
    padding: 1.2em;
    font-size: 0.85em;
    line-height: 1.3em;
}
DIV.heypub_author_bio_show {
    width: 80%;
}

#heypub_submission_iframe {
    width: 98%;
    height: 500px;
    border: 1px solid silver;

}
BLOCKQUOTE {
    margin: 10px;
    background-color: #EFEFEF;
    border: 1px solid silver;
    padding: 10px;
}
BLOCKQUOTE.heypub_summary, DIV.heypub_author_bio_preview {
    margin: 5px;
    background-color: #EDEDED;
    border-style:solid;
    border-width:1px;
    border-color: #DDD #FFF #FFF #DDD;
    padding: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #EDEDED; /* for non-css3 browsers */
}
DIV.heypub_author_bio_preview {
  margin: 5px;
  padding: 10px;
  font-size: 12px;
}
#heypub_submission {
  width:80%;
  vertical-align:top;
}

#heypub_submission_nav {
  border: 1px solid silver;
  width:200px;
  padding: 1em;
  background-color: #FFF;
}
#heypub_submission_nav FORM {
	display:block;
}
#heypub_submission_nav H4 {
  clear:both;
  margin-top:15px;
  padding-top:4px;
  border-top: 1px solid gray;
  font-size: 0.9em;
}
#heypub_submission_nav UL LI SPAN {
  display: block;
  padding-left: 2em;
  font-size: 0.7em;
}
#heypub_submission_nav #heypub_logo {
  clear:both;
  margin: 0px auto 10px auto;
}
DL {
  font-size: 0.9em;
}
DL DT {
  font-weight: bolder;
  width: 90px;
  float:left;
  text-align:right;
  padding-right: 1em;
}
DL DD {
  padding-left: 60px;
}
DL.heypub-sub-status {
  margin-bottom: 20px;
  text-transform: capitalize;
}
DL.heypub-sub-status DT::after {
  content: ':';
}
DL.heypub-sub-status DD {
  margin-bottom: 0px;
}
.heypub_bio_expand {
  height: 10px;
  width: 10px;
  border: 10px;
  padding-left: 5px;
}
.days_pending_late {
  color: red;
  font-weight: bold;
}
.days_pending_warn {
  color: orange;
  font-weight: bold;
}
.days_pending_ok {
/*  color: green;*/
}
#heypub_ed_note {
  height: 80px;
  font-size: 11px;
  width: 100%;
  margin: 0;
}
#heypub_vote_buttons {
  margin: 0px auto;
  text-align:center;
  width: 60%;
}
#heypub_vote_yes {
  float: left;
}
#heypub_vote_no {
float: right;
}
/*  Highlight revised works    */
.revised {
  background-color: #FFF6BF !important;
  border-color: #FFD324;
  color:#514721 !important;
}
.requested {
  background-color: #E6EFC2 !important;
  border-color: #C6D880;
  color:#264409 !important;
}
/*p.heypub-subtext {
  margin-left: 230px;
  padding-left: 0px !important;
}*/
BLOCKQUOTE.heypub {
 color: #D54E21;
 /*margin-left: 230px;*/
}
A.heypub_smart_button {
  margin: 3px 0px;
  display: block;
  cursor: pointer;
  padding: 2px;
  /*    border: none;*/
  /*    border-top: 1px solid #eee;*/
  border: 1px solid #bbb;
  /*    border-bottom:none;*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #EEE; /* for non-css3 browsers */
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #FFF,  #ccc); /* for firefox 3.6+ */
  color: #444;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .8);
  font-size:11px;
  /*    font-size:20px;*/
/*  width:170px;*/
  clear:both;
  text-align:center;
  text-decoration:none;
}

A.heypub_smart_button:hover {
  border: 1px solid #AAA;
  background: #CCC; /* for non-css3 browsers */
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbbbbbb', endColorstr='#ffffffff'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#fff)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #bbb,  #fff); /* for firefox 3.6+ */
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .65);
}

A.green {
 background: #7cad20;
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#98D130', endColorstr='#7cad20'); /* for IE */
 background: -webkit-gradient(linear, left top, left bottom, from(#98D130), to(#7cad20)); /* for webkit browsers */
 background: -moz-linear-gradient(top,  #98D130,  #7cad20); /* for firefox 3.6+ */
 color: #FFF;
 text-shadow: 0 1px 0 rgba(0, 0, 0, .65);
 border: 1px solid #658E18;
 font-size: 16px;
}
A.green:hover {
  background: #7cad20;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cad20', endColorstr='#98D130'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#7cad20), to(#98D130)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #7cad20,  #98D130); /* for firefox 3.6+ */
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .65);
  border: 1px solid #658E18;
}
SPAN.heypub_empty {
  color: #888;
  font-size: 0.8em;
  text-transform: lowercase;
}
/* Navigation Tabs */
.heypub-nav-tabs {
    overflow: visible;
    padding-bottom: 0 !important;
}
.roundy {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#CCCCCC'); /* for IE */
  background: -moz-linear-gradient(center bottom , #CCCCCC 0%, #EEEEEE 80%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#EEEEEE)); /* for webkit browsers */
	border: 1px solid #BBBBBB;
	border-bottom: 0px;
	display: block;
	padding: 10px;
	width: 600px;
	min-width:600px;
	overflow:hidden;
}
.tabs-container {
/*    margin-bottom: -1px;*/
    overflow: hidden;
}
.heypub-tab {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#D4D4D4'); /* for IE */
  background: -moz-linear-gradient(center bottom , #D4D4D4 0%, #F0F0F0 80%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#D4D4D4), to(#F0F0F0)); /* for webkit browsers */
  border: 1px solid #C4C4C4;
	border-bottom: 0;
  color: #555555;
  cursor: pointer;
  float: left;
  font-family: Helvetica,Arial,"Helvetica Neue","Nimbus Sans L",Verdana,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 0 2px 0 0;
  padding: 7px 18px 7px 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
}
.heypub-tab.heypub-tab-pressed {
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F9F9F9'); /* for IE */
   background: none repeat scroll 0 0 #F9F9F9 !important;
   border-bottom: 1px solid #F9F9F9;
   color: #444444;
}
.tabs-container {
  white-space: nowrap;
/*  min-width: 780px;*/
}
#heypub_content {
/*  width: 90%;*/
/*  display:inline-block;*/
}
#heypub_ed_note_close {
    -moz-border-radius: 6px 6px 0 0 ;
    background-color: #EEEEEE;
    border-color: -moz-use-text-color silver silver;
    border: 1px solid silver;
    border-bottom: 0;
    color: gray;
    display: block;
    float: right;
    font-size: 11px;
    margin-top: 0;
    padding: 0 8px;
    text-align: right;
    text-decoration: none;
}
#editor_notes_off, #editor_notes_on {
  margin-bottom: 10px;
}
#return_to_summary {
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}
.heypub-icons {
  text-decoration: none !important;
  margin-left: 5px;
}
.heypub-icons:hover {
  color: orange;
}
.heypub-button {
  margin-left:2px !important;
  margin-top:5px !important;
}
.ll-inside P {
  padding-left: 12px;
  /*margin: 0px;*/
}
a.heypublisher-home {
  border:0;
}
a.heypublisher-button {
  text-decoration:none;
  display: block;
  /* border: 1px solid red; */
}
a.heypublisher-button span.dashicons {
  padding-right: 5px;
}
a.heypublisher-button span.dashicons:hover {
  color: orange;
}
.ll-plugin .postbox {
  min-width: 220px;
}
.inner-sidebar.ll-plugin {
  width: 220px;
}
.inner-sidebar.ll-plugin #side-sortables{
  width: 220px;
}
.has-right-sidebar #post-body-content.ll-plugin {
  margin-right: 240px;
}
.numeric {
  text-align:right;
}
#message.heypub {
  margin:0;
  opacity: 1;
}
.postbox.heypub {
  border:0;
  margin:0;
}
