html,body {
  font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
  background-color: #222 !important;
  color: silver;
}

#application {
  background-color: #222;
  height: 100%;
  width: 80%;
  margin: 0 auto; 
}

.content {
  padding: .5em; 
}

#phrase {
  width: 60%;
  margin: 0 auto;
  margin-top: 100px;
  cursor: pointer;
}

blockquote {
  font-size: 230%;
  padding: 30px;
  padding-bottom: 10px;
  background-image: url(/img/blockquote_start.png);
  background-repeat: no-repeat
}

blockquote div {
  background-image: url(/img/blockquote_end.png);
  background-position: bottom right;
  min-height: 50px;
  padding: 15px;
  padding-top: 0;
  margin-top: -20px;
  background-repeat: no-repeat
}

#phrase p.author {
  font-size: 100%;
  color: #666;
  white-space: nowrap
}

#phrase p.closure {
  text-align: right;
  color: #BBE4F0;
  font-size: 120%;
  margin-bottom: 45px
}

#phrase p.meta {
  text-align: right;
  color: #444;
  border-top: 1px solid #666;
  font-size: 80%;
  padding-top: 2px
}

#phrase p img {
  vertical-align: middle;
}

#phrase p.meta span.social {
  float: left;
  opacity: .5
}

#phrase p.meta span.social:hover {
  opacity: 1
}


#phrase p.meta a {
  border: 0;
}

#phrase p.meta a {
  color: #666;
  text-decoration: none;
}
#phrase p.meta a:hover {
  color: #888;
}

