html{
  padding: 0;
  margin: 0;
}
body{
  width: 700px;
  margin: 0 auto;
  font-family: "Gentium Basic";  
  font-size: 14px;
  color: #414141;
  text-rendering: optimizeLegibility;
}
a{
  text-decoration: none; 
  color: #2B81B0;
}
a:hover{
  text-decoration: underline;
}
img{
  border: 0;
}
h1, h4{
  padding: 0;
  margin: 0;
}
h1{
  font-family: 'Jockey One';
  line-height: 1.1em;
  display: block;
  font-size: 10em;  
  font-weight: normal;
  float: left;
  margin-left: 10px;
  margin-bottom: -14px;
  color: #CA5619;
  text-shadow: #eee 1px 1px 3px;
}
h1:hover{
  color: #149943;
}
header{
  border-bottom: 1px solid #ccc;
  padding-bottom: 11px;
  display: block;
}
br{
  clear: both;
}
footer{
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.83em;
  clear: both;
  text-align: center;
}
section span{
  font-size: 0.7em;
  display: block;
  margin-top: 1px;
}
ul{
  list-style-type: none;  
  padding: 0;
}
#tagline{
  display:block;
  float: left;
  width: 330px;
  text-align: left;
  margin-left: 10px;
}
#profile{
  display: block;
  float: right;
  margin-top: 13px;
  margin-right: 10px;
  width: 153px;
  height: 139px;
  border-radius: 3px;
}
#taglines{
  float: left;
  width: 520px;
  padding-top: 10px;
  margin-left: 10px;
  font-size: 1.1em;
  -webkit-text-size-adjust: none;
}
#links{
  float: right;
  width: 154px;
  margin-right: 10px;
  font-size: 0.83em;
  text-align: right;
  line-height: 1.25em;
}
.boxes{
  border-top: 1px solid #ccc;
  padding: 15px 10px;
  padding-bottom: 0px;
  width: 45%;
  overflow: hidden;
  font-size: 1.1em;
}
.left{
  float: left;
}
.right{
  float: right;
}
.boxes p{
  overflow: hidden;
}
.artist_links{
  width: 100%;
  overflow-x: hidden;
}
.nonblock{  
  display: inline;
}
.wrapper_span{
  font-size: 1em;
  margin-top: -3px;
}
.verb_icons{
  padding-left: 1px;
}
.verb_icons a{
  background-image: url('tweet-sprite.png');
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin: 0 2px;
  height: 15px;
  width: 15px;
  display: inline-block;
}
.verb_icons a:nth-child(1){
  background-position: 0 0;
}
.verb_icons a:nth-child(2){
  background-position: -81px 0;
}
.verb_icons a:nth-child(3){
  background-position: -34px 0;
}
.verb_icons a:nth-child(1):hover{
  background-position: -16px 0;
}
.verb_icons a:nth-child(2):hover{
  background-position: -97px 0;
}
.verb_icons a:nth-child(3):hover{
  background-position: -50px 0;
}
