.quotes { display: block; font: 16px normal Verdana, Arial, Helvetica, sans-serif; color: #333 }

.quotes .rotate_qt { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #069; 
	text-align: center; }

.quotes .quote_person { font-size: .8em; font-weight: bold; float: left; }
.quotes .quote_location { font-size: .6em; float: left; padding-top: 2px; padding-left: 11px; } 
.quote_credit { padding-top: 5px; }

blockquote { background: #EFEFEF;
	     border: 1px solid #E0E0E0;
	     padding: 10px 20px;
	     margin: 20px 0;
	     -webkit-border-radius: 6px;
	     -moz-border-radius: 6px;
	     border-radius: 6px; }

/**
 * General Navigation Styles
 */
.quovolve-nav:before, .quovolve-nav:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;  
} 
.quovolve-nav:after { clear: both; }
.quovolve-nav {
  margin: 10px 0;
  line-height: 30px;
  zoom: 1;
}
.quovolve-nav-above {
  margin-bottom: 20px;
}
.quovolve-nav-below {
  margin-top: 20px;
}

.quovolve-nav span {
  float: left;
  margin-right: 5px;
}
.quovolve-nav a {
  background: #aaa;
  line-height: 20px;
  color: #fff;
  display: block;
  padding: 5px 15px;
  border: 0 none;
  text-align: center;
  text-decoration: none;
  /* Border Radius */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* Box Shadow */
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
}
.quovolve-nav a:hover {
  background: #dd390d;
}

/**
 * Numbered Navigation
 */
.nav-numbers {
  list-style: none; margin: 0;
  float: right;
}
.nav-numbers li {
  float: left;
  margin: 0 0 0 5px;
}
.nav-numbers li a {
  padding-left: 0; padding-right: 0;
  width: 30px;
}
.nav-numbers li.active a, .nav-numbers li a:hover {
  background: #dd390d;
}

/**
 * Navigation Description
 */
.nav-text {
  margin-left: 30px;
  color: #aaa;
}

