
/**
 * @file
 *   quotes.css - provide formatting styles.
 */

.quotes-help-quote {
  color: #0000ff;
}

.quotes-help-tab {
  color: #ff0000;
}

.quotes-help-author {
  color: #008000;
}

.quotes-help-citation {
  color: #d2691e;
}

.quotes-author {
  position: relative;
  float: left;
  padding-right: 1em;
}

.quotes-author p {
  display:inline;
  margin: 0;
}

.quotes-bio p {
  margin: 0;
  clear: right;
}

.quotes-bio-link {
  margin-left: 3em;
  font-size: 89%;
  font-style: italic;
}

.quotes-citation {
  float:left;
  position: relative;
  padding-right: 1em;
}

.quotes-citation p {
  margin: 0;
}

#quotes-block-settings .form-item {
  margin-bottom: 0;
}

#quotes-block-settings input,
#quotes-block-settings select,
#quotes-block-settings .resizable-textarea,
#quotes-block-settings .description,
#quotes-admin-settings input {
  margin-left: 1em;
}

.quotes-radios .form-item  label.option {
  position: relative;
  margin-right: 2em;
}

.quotes-radios .description {
  clear: both;
}

.quotes-more-link {
  text-align: right;
}

.quotes-header-bio {
  margin: 0 10em 3em 0;
  padding: 10px;
  background-color: #F6F6F2;
}

.block-quotes {
  font-size: .9em;
  text-align:left;
  width: 80%;
  margin: auto;
  margin-bottom:1em;
}


.block-quotes h2 {
  text-align: center;
}

.block-quotes h3 {
  text-align: center;
  font-size: 110%;
  clear: both;
}

.block-quotes p {
  margin-left: 1em;
  margin-bottom: 0.25em;
}

.block-quotes .quotes-more-link {
  padding-right: 1em;
  text-align: right;
}

.block-quotes .quotes-author {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  clear:both;
}

.block-quotes .quotes-citation {
  padding-left: 1em;
  padding-right: 1em;
}

.block-quotes .quotes-bio-link,
.block-quotes .quotes-more-link {
  text-align: right;
  clear: both;
}

.block-quotes .field {
  clear:both;
}

.block-quotes .field .field-label {
    display: none;
}

.quotes-view-link {
  float: left;
  font-style: italic; 
}

.quotes-quote {
  clear:both;
}

.quotes-edit-link {
  float: left;
  font-style: italic;
  margin-bottom:1.25em;
}
