@import url("reset.css");

body { 
  font-size: 75%;
  color: #000; 
  background: #ccc url(../images/bg.png) 0 0 repeat;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

#wrapper {
  width: 760px;
  margin: 1.5em auto;
  text-align: center;
}

img.cover { margin-bottom: 1.5em; }

#player { margin-bottom: 0.9167em;}

a { 
  color: #fff;
  background: #000;
  padding: 3px 6px;
  margin: 0 3px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a:hover {
  background: #ddd;
  color: #000;
}

h1 { display: none; }
h2 { 
  font-size: 2em; 
  margin-bottom: 0;
  color: #000;
  font-weight: bold;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: normal;
  color: #444;
}
