@import 'blueprint/screen.css';

body { 
  font-family: helvetica;
  background-color: #ddc;
}

.container {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-weight: bold;
  color: #c32;
}

img {
  margin: 0 0 12px 0;
}

a:hover {
  color: #fff;
}

.code, .music, .out-there {
  padding: 12px;
  margin-bottom: 12px;
}

.out-there, .out-there h2, .out-there h3 {
  color: #ddd;
  background-color: #666;
}

.code, .code h2, .code h3 {
  color: #ddd;
  background-color: #473;
}

.music, .music h2, .music h3 {
  color: #ddd;
  background-color: #325;
}

a {
  color: #ddc;
  text-decoration: none;
  font-weight: bold;
}


