* {
margin: 0;
padding: 0;
}

a{
outline: none;
}

body {
font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
font-size: 75%;
color: #222;
}

#container {
margin: 0 auto;
width: 960px;
}

h2 {
display: block;
text-align: center;
margin: 12px 0;
}

a {
text-decoration: none;
color: #0000FF;
}

a:hover {
text-decoration: underline;
}

.refresh {
display: block;
text-indent: -9999px;
width: 16px;
height: 16px;
float: right;
margin-right: 110px;
border: none;
}

.refresh:hover {
border: none;
}

.refresh.ready {
background: transparent url('refresh.png') center left no-repeat;
}

.refresh.loading {
background: transparent url('loading.gif') center left no-repeat;
}

.q {
float: left;
}

#settings {
width: 100%;
background: white;
color: black;
text-align: right;
}

#settings form {
padding: 5px 20px;
}

#settings ul {
list-style: none;
}

#settings li {
display: inline;	
margin-left: 20px;
}

#toggleSettings {
position: relative;
padding-right: 25px;
border-top: 3px solid #33ccff;
display: block;
text-align: right;
border-bottom: none;
}

#toggleSettings a {
position: absolute;
top: 2px;
right: 20px;
border: none;
padding-left: 18px;
background: transparent url('settings.png') center left no-repeat;
}

.block {
float: left;
width: 290px;
padding: 10px;
}

.tweet {
padding: 10px 0;
clear: both;
border-bottom: 1px dashed #ddd; 
height: 60px;
}

.author {
font-weight: bold;
}

#footer {
text-align: center;
}

.clear {
clear: both;
}