/* CSS Colors associated with musing.css styles */

div#musing_categories ul li {
  color: #DCDCDC;
}
div#musing_categories ul li a {
  color: #708090;
}
div.musings_stats {
  color: #FAEBD7; 
  background-color: none;
}
ul#musings li h4 {
  color: #7B706A;
}
div.musing h3 a{
  color: #008080;
}
div.musing { 
  color: #999999;
}
div.musing h3 a {
  color: #d1cdca;
}
div.musing_abstract a h3.comment_heading {
  color: #708090;
}
div#musing_comment {
  border-top-color: #708090;
}
div#musings_entries {
  color: #999999;
}
div#musing_factors div.box h3 {
  color: #7B706A;
}
div#musing_factors div.box ul li {
  color: #666666;
}
img#second_musing_image {
  background-color: #ffffff;
  border-color: #969696;
}
div#musing_entry img#musing_illustration {
  border-color: #fff8dc;
  background-color: #f5f5f5;
}
div#musing_entry img#musing_physical_photo {
  border-color: #fff8dc;
  background: url('/images/background/background_dark_longstrip.jpeg') top left repeat;
}
h3#color_check {
  color: #041690;
}
div#musing_text p:first-child:first-letter { 
  color: #003399;
}
div#musing_comment {
  border-top-color: #4682B4;
}
div#log_entry {
  border-bottom-color: #d1cdca; 
}