body {
  font-size: 13px;
  line-height: 18px; }

a {
  color: black; }

a:visited {
  color: #666666; }

a:hover {
  color: white;
  background-color: black; }

.container_16 {
  margin-bottom: 20px; }

/* a status */
.status {
  clear: left;
  margin-top: 5px;
  background: #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#dddddd));
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .status .clear {
    clear: both; }
  .status a.screen-name {
    font-weight: bold; }
  .status img.userphoto {
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 10px; }
  .status img.picture {
    float: right;
    margin-left: 5px;
    max-width: 150px;
    max-height: 150px; }

.header {
  background: url(../images/buzzttan_header.png) no-repeat 200px -5px;
  height: 80px; }
  .header .menu {
    text-align: right; }
    .header .menu .selected {
      font-weight: bold; }
  .header .title h1 {
    margin: 0;
    font-size: 36px; }
  .header .title a, .header .title a:visited, .header .title a:hover {
    color: black;
    background-color: white;
    text-decoration: none; }

#buzzphrases {
  background-color: #ffcce6;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe0f0), to(#ffcce6));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  #buzzphrases a {
    padding: 1px; }

#form .query {
  font-size: 24px;
  line-height: 18px;
  width: 660px; }
#form input[type=submit] {
  margin: 0; }

h2 {
  margin-top: 10px; }

#trend-chart {
  width: 760px;
  height: 120px;
  margin-bottom: 10px; }

#statuses {
  margin-bottom: 10px; }

.ad-box {
  margin-bottom: 10px; }

#footer {
  margin-top: 10px; }
