/* - shared by all pages - */

body {
  padding: 0;
  font-family: tahoma, sans-serif;
  color: #42a;
}

a {
  color: #42a;
  text-decoration: none;
}

a:hover {
  color: #64f;
}

#header {
  background: url(../img/headbar.png) top repeat-x;
  height: 48px;
  padding: 8px;
  border-bottom: 1px solid black;
  text-align: right;
}

#footer {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-top: 1px solid #ccc;
  color: #aaa;
  padding: 0.5em;
  text-align: center;
}

#footer a {
  color: #aaa;
}

img {
  border: 0px;
}

#logo {
  float: left;
}

h1 {
  margin: 0.5em;
  text-align: center;
  font-size: 3em;
  color: #777;
}

h2 {
  margin: 0.5em;
  text-align: center;
  font-size: 2em;
  color: #777;
}

h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}


.bigbutton {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 1px solid #64f;
  margin: 0.5em auto 0.5em auto;
  text-align: center;
  font-size: 2em;
  font-weight: normal;
  background: url(../img/headbar.png) bottom repeat-x;
  padding-top: 3px;
  padding-bottom: 7px;
  color: white;
}

.bigbutton a {
  color: #f0f0f0;
  text-decoration: none;
}

.bigbutton a:hover {
  color: #ffffff;
}

.bigtext {
  margin: 0.5em auto 0.5em auto;
  width: 25em;
  text-align: left;
  font-size: 1.5em;
  color: #444;
}

.bigtext li {
  list-style: none;
  color: #777;
}

.content {
  margin: 0.5em auto 0.5em auto;
  width: 40em;
  text-align: left;
  font-size: 1em;
  color: #444;
}

.content b {
  font-weight: bold;
}

/* - specific pages - */

.slider {
  margin: 1em;
  text-align: center;
  font-size: 1.5em;
  color: #444;
  display: none;
}

#learnmore {
  width: 8em;
}

#signup {
  width: 10em;
}

#tryagain {
  width: 8em;
}

#avatar {
  float: right;
  margin-left: 1em;
  padding: 0px;
}

#menubar {
  margin: 0px;
  padding: 0.2em;
  font-size: 1.2em;
  border-bottom: 1px solid #aaa;
  text-align: center;
  color: #64f;
  display: block;
  margin-bottom: 1em;
}

#menubar li {
  display: inline;
}

#menubar a {
  color: #42a;
  text-decoration: none;
}

#menubar a:hover {
  color: #64f;
}

/* - history - */

#historyform {
  text-align: center;
}

#historyform input {
  border: 1px solid #777;
  font-size: 14px;
}

#historyform #id_search {
  background: url(/static/img/search_icon.gif) 2px 4px no-repeat;
  padding: 2px;
  padding-left: 20px;
}

ul.tweets {
  font-family: verdana,sans-serif;
  font-size: 0.8em;
}

ul.tweets li {
  border: 1px solid #ddd;
  padding: 0.3em;
  margin: 0.3em;
  list-style-type: none;
}

ul.tweets li:hover {
  border: 1px solid #aaa;
}

ul.tweets a:hover {
  text-decoration: underline;
}

ul.tweets a.time {
  font-size: 0.9em;
  color: #aaa;
  text-decoration: none;
}

ul.tweets a.time:hover {
  text-decoration: underline;
}

#hist {
  display: none;
  width: 100%;
  height: 120px;
  margin: 0 auto 0 auto;
}

#tooltip {
  position: absolute;
  display: none;
  border: 1px solid #ddf;
  padding: 2px;
  background-color: #f0f0ff;
  font-size: 12px;
  opacity: 0.80;
}

#moretweets {
  display: none;
  text-align: center;
}

#filter_message {
  font-size: 0.8em;
}

/* - links - */

#links li {
  padding: 0px;
  border: 0px;
  margin: 0.5em;
  list-style: none;
}

#links li:hover {
  background: #f7f7f7;
}

#links a.title {
  font-size: 1em;
  font-weight: bold;
  color: #444;
}

#links .info {
  color: #aaa;
  font-size: 0.8em;
}

#links .oembed {
  margin: 0.5em;
  text-align: center;
  overflow: hidden;
}

#links blockquote {
  clear: both;
  font-size: 0.8em;
  background: #eee;
  padding: 0.5em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-top: 5px;
  margin-left: 2em;
}

/* - download - */

#dlchoices dt {
  font-size: 1.2em;
}

#dlchoices dd {
  margin-bottom: 1em;
}

/* - mail - */

#mail_settings input,select {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px;
  border: 1px solid #777;
}

#mail_address:focus {
  border: 1px solid #aaa;
  background: #f0f0f0;
}

#mail_schedule {
  border: 1px solid #64f;
  margin: 0.5em auto 0.5em auto;
  text-align: center;
  font-weight: normal;
  background: url(../img/headbar.png) bottom repeat-x;
  color: white;
}

#flash {
  padding: 0.2em;
  text-align: center;
  border: 1px solid #980;
  background: #fea;
  color: #980;
}

/* - wayback tweet - */

blockquote.wayback {
  clear: both;
  font-family: verdana,sans-serif;
  font-size: 0.8em;
  background: #eee;
  padding: 0.5em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 0px;
  margin-left: 2em;
}

blockquote.wayback a:hover {
  text-decoration: underline;
}

blockquote.wayback a.time {
  font-size: 0.9em;
  color: #aaa;
  text-decoration: none;
}

blockquote.wayback a.time:hover {
  text-decoration: underline;
}
