/* General styles */
body {
  margin:0;
  padding:0;
  border:0; 
  width:100%;
  background:#fff;
  min-width:600px;
  font-size:11px;
  font-family: tahoma, arial, sans-serif;
}
img { margin:0; padding:0; border:0px; }

/* Header styles */
#header { margin:50px 0 20px 0; }
#header h1 {
  margin:20px;
  padding:0;
  font-size:16px;
  color: #8DC642;
}

/* Search bar */
#searchbar { margin:10px 0; }
#searchbar form { margin:35px 0 0 10px; }
#searchbar input.qb { font-size:14px; border:1px solid #ccc; padding:3px; }

/* Trends cloud */
#trends ul { 
  width:400px;
  margin:20px 0; 
  padding:0;
  text-align:center;
}
#trends li { display:inline; list-style:none; font-size:11px; padding:0 5px; }
#trends li.cloud1 { font-size:22px; }
#trends li.cloud2 { font-size:20px; }
#trends li.cloud3 { font-size:19px; }
#trends li.cloud4 { font-size:18px; }
#trends li.cloud5 { font-size:17px; }
#trends li.cloud6 { font-size:16px; }
#trends li.cloud7 { font-size:15px; }
#trends li.cloud8 { font-size:15px; }
#trends li.cloud9 { font-size:13px; }
#trends li.cloud10 { font-size:12px; }
#trends a, #trends a:visited { color: #8DC642; text-decoration:none; }
#trends a:hover { color:#666666; text-decoration:none; }

/* Footer styles */
#footer {
  margin: 80px 0 0 0;
  clear:both;
  width:600px;
  font-size:10px;
  background:#fff;
}
#footer .links { padding:10px 15px; margin:0; }
#footer .copyright { padding:0px 15px; margin:0; }
#footer a, #footer a:visited { color:#000; text-decoration:none; }
#footer a:hover { text-decoration: underline; }

