/* CSS for my quote file */

.categories {
  text-align: right;
  margin-bottom: 0.5em;
}

p.attribution {
  margin-top: 0px;
  margin-left: 2em;
}

h2.asset-name {
  border-bottom: 1px dotted #54758d;
  margin-top: 0.5em;
}

.asset-meta {
  border-top: 0;
}


hr {
  margin: 1em 0;
  color: #fed;
  background-color: #fed;
  border: 0;
  border-top: 1px dotted #54758d;
  border-bottom: 1px solid #54758d;
  height: 0.5em;
}

.dateAdded {
  text-align: right;
  font-size: 75%;
  color: #666;
  margin-top: 0.5em;
}

.translation {
  width: 75%;
}

.translation .left {
  float: left;
  width: 50%;
}

.line {
  display: block;
  margin: 0;
}

.indented {
  margin: 0;
  margin-left: 3em;
}

.verse br { display: none; }

.im .speaker {
  float: left;
  width: 8em;
  clear: both;
  text-align: right;
  margin-right: 1em;
}

/* email */
.headers dt {
  float: left;
  width: 4em;
  clear: both;
}



/* Reset these */
#nav li {
  height: auto;
}

#nav li + li {
  margin-top: auto;
}

/*
#navigation>li {
  border: 1px dashed #0ff;
}*/

#nav h3 {
  height: 30px;
  background-color: #000;
  background-image: url(/i/bcf_nav_green.jpg);
  background-repeat: no-repeat;
  color: #fff;
  padding: 3px 0 0 3px;
  margin-top: 0;
}

#navCategories h3 {
  background-position: -26px -30px;
}

#navAlphabetical h3 {
  background-position: -26px -191px;
}

#categories, #letters {
  margin: 0;
  padding: 0;
}

#categories li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 80%;
  /*border: 1px solid #ff0;*/
  height: 15px;
}

#letters li {
  position: static;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 80%;
  height: auto;
}

#categories li:hover {
  background-color: #000;
  background-image: url(/i/bcf_nav_green.jpg);
  background-repeat: no-repeat;
}

#categories li:hover a {
  color: #fff;
}

/* BEGIN CATEGORIES */

#navCatComputers {
  background-position: -26px -65px;
}

#navCatDiving {
  background-position: -26px -80px;
}

#navCatFoodforThought {
  background-position: -26px -95px;
}

#navCatFormerQotITP {
  background-position: -26px -110px;
}

#navCatHumor {
  background-position: -26px -125px;
}

#navCatInspiration {
  background-position: -26px -140px;
}

#navCatNarcissistic {
  background-position: -26px -155px;
}

#navCatPittsburgh {
  background-position: -26px -170px;
}

#navCatPolitics {
  background-position: -26px -185px;
}

#navCatQuotations {
  background-position: -26px -200px;
}

#navCatReligion {
  background-position: -26px -215px;
}

#navCatVices {
  background-position: -26px -230px;
}

/* END CATEGORIES */

/*#letters a {
  color: #f00;
}*/

#floater {
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: 74px;
  padding: 3px;
}

/*-- Not required, this is just for styling --*/
#floater {
  background-color:#ccc;
  color: #000;
  text-align: center;
  font-size: 75%;
}

#floater {
  border-style: groove;
  border-color: #fff;
}

