/* ==========================================================================
  Print stylesheet for cpodemayo.com
  Author: Charlotte Koh
  ========================================================================== */



/* ==========================================================================
   Typography
   ========================================================================== */ 
html {
  color: #5d5d5d;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1 {
  margin-bottom: .75em;
  font-size: 2em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 1em;
  color: #404040;
  font-size: 1.5em;
  font-weight: normal;
}
p {
  margin: 1.5em 0;
}
.contact {
  margin: 0;
  padding: 0;
  list-style: none;
}



/* ==========================================================================
   Links
   ========================================================================== */
a {
  border-bottom: 1px dotted #404040;
  background: transparent;
  color: #5d5d5d;
  font-weight: bold;
  text-decoration: none;
}
a:after {
  content: " ("attr(href)")";
}