/*
  Basic colors and typography.
  No widths, heights, padding or margin.
  Suitable for really basic mobile devices. Probably used by Blackberries too.
*/
article, aside, audio, footer, header, hgroup, nav, section, video {
   display: block;
}
article {
   color: #4A372D;
   background: #fff;
}
article h1 {
   color: #cc6633;
}
article a,
aside a,
aside h2,
aside li,
footer nav,
footer .vcard,
label,
.slide {
   color: #7B2D00;
}
body, #communications, #home h1, #logo, #social a  {
   color: #fff;
   background-color: #CC6633;
}
a, header p, aside h3, .published, #home {
   color: #FFFFCB;
}
button {
   background: #7B2D00;
}
header a, header strong, h1 strong, .segment h2 strong {
   color: #7A2E00;
}
button, header, header>a, footer h2, footer .dtstart {
   color: #fff;
}
input, textarea, .slide {
   background: #FFFFCC;
}
.slide a,.slide h1, .slide h2 {
   color: #CB6533;
}
#home a {
   color: #7B2E00;
}