/* $Id: quotes.css,v 1.1.2.7 2009/03/14 16:36:06 nancyw Exp $ */

/**
 * @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-bio p {
  margin: 0;
  clear: right;
}

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

.quotes-citation {
  clear: left;
}

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

.quotes-radios .form-radios {
  margin: 0 0 0 2em;
}

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

.block-quotes .quotes-author {
  float: right;
}

.quotes-header-bio {
  margin: 0 5% 0 5%;
  background-color: #eeeeff;
}

.block-quotes {
  font-size: 89%;
}

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

.block-quotes .content {
  margin-left: 0.25em;
}

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

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

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