p img, .photo-with-caption {
  float: left;
  margin: 0 20px 15px 0; }

.photo-with-caption {
  padding: 4px;
  background-color: #FFF;
  border: 1px solid #CCC;
  width: 240px; }
  .photo-with-caption .photo {
    background-color: #000;
    text-align: center; }
    .photo-with-caption .photo img {
      margin: 0 auto; }
  .photo-with-caption .caption {
    padding: 5px 8px 2px 8px;
    font-size: 90%;
    color: #666;
    text-align: center;
    margin: 0 auto; }

#subDivider {
  background: none; }

#m_right {
  min-height: 900px; }
  #m_right h2 a, #m_right h2 a:link, #m_right h2 a:visited, #m_right h2 a:active, #m_right div#older-posts a, #m_right div#older-posts a:link, #m_right div#older-posts a:visited, #m_right div#older-posts a:active {
    text-decoration: none; }

#m_left {
  width: 180px;
  margin: 15px 0px 15px 15px; }
  #m_left li {
    padding-bottom: 8px; }
  #m_left a, #m_left a:link, #m_left a:visited, #m_left a:active {
    text-decoration: none; }

.intro {
  padding: 0 0 12px 0;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 30px; }
  .intro h1 {
    margin: 0 0 5px 0; }
  .intro p {
    margin: 0; }
  .intro em {
    margin: 0; }
