/*******************************************
  ADMIN STYLES  
  Might be worth splitting these out
  into a stylesheet that's only loaded
  if a user is logged in?
*******************************************/

a.more-link {
  clear: both; }
  
ul.admin-tools { 
  margin: -1.3em -.5em 2em; 
  padding:.5em 0; 
  border-bottom: 1px solid #eee; 
  clear:both; }
  
body.home ul.admin-tools {
  margin: 1em -.5em 1em; }
  
#content-onecolumn ul.admin-tools {
  margin-right:-200px; }
  
#rm_main ul.admin-tools {
  margin-right:-235px; }
  
ul.admin-tools li {
  display:inline; }
  
ul.admin-tools li.site-admin { 
  float: right; }
  
ul.admin-tools a {
  color:#bbb; 
  padding:.4em; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; }
  
ul.admin-tools a:hover {
  text-decoration:none; 
  background: #bbb; 
  color:#fff; }
  
body a.edit-small {
  float:right; 
  font-size: 90%; 
  line-height:110%; 
  color: #bbb; 
  padding: .3em .4em .2em; 
  text-decoration:none; 
  margin-top:-.2em;  
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
  border-radius: 2px; }
  
body a.edit-small:hover {
  color: #fff;
  background:#bbb; 
  text-decoration:none;}


/*******************************************
  FEATURE VIEW STYLES
*******************************************/
.view_feature #primary ol {
  // For footnotes
  margin-top:2em;
  list-style-type: decimal;
  padding-left:1.5em;
}

.view_feature #primary ol li {
  margin-left: 0;
  list-style-type: decimal;
}

.view_feature blockquote {
  margin-left: 2em;
  margin-right: 2em;
}


/*******************************************
  HOME PAGE
*******************************************/
#hp-features h6 { color: #fff; }


/*******************************************
  HISTORY QUIZ
*******************************************/
.history_quiz .rm-history #rm-history-title a.toggle { font-size: 1em; line-height: 17px;}


/*******************************************
  FEATURES
*******************************************/
#secondary .caption p { margin-bottom: 0; }


/*******************************************
  MISC STYLES
*******************************************/
.capitalize {
  // used to transform titles that aren't capitalized in the XML
  text-transform:capitalize; }

#primary ol li {
  list-style: decimal;
}

p.notice {
  color: #777;
  margin-top: 0;
}