body {
  font-family: Helvetica, Arial, sans-serif;
}
div, h1 {
  border: 0px dashed green;
}

/* override hs with 100% */
body {
  max-width: 100%;
  padding: 0;
}
/* full width container */
.container-fw {
  width: 100%;
}
/* end of full width container */
/* centred box */
.centred-box {
  width: 1000px;
  max-width: 83em;
  margin: 0px auto;
  padding: 1em; 
}
/* end of centred box */
.centred {
  text-align: center;
}
.clearer {
  clear: both;
}
#topbar-container {
  height: 50px;
  padding-bottom: .7em;
  border-bottom: 3px solid #aaa;
}
#topbar {
  height: 50px;
}
#topbar h1 {
  float: left;
  padding-left: 8px;
  margin-top: 8px;
  margin-bottom: 0px;
}

#topnav {
  float: right;
  padding-top: 14px;
}

#pagenav {
  float:right;
  width:160px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border: 1px solid #999;
  padding: .4em;
}

#page-content {
  float: left;
  width: 785px;
}

#footer-container {
  border-top: 3px solid #aaa;
}
#footer li {
  display: inline;
  margin: 0pt;
  padding: 0pt;
}
#bar2 {
  background-color: #cdd;
  padding-top: 1em;
  padding-bottom: 1em;
}
#inside-bar2 {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border: 1px solid #ccc;
  background-color: white;
}
#bar1 {
  border: 1px dashed red;
  background-color: #ddd;
  color: #112;
  margin-top: 40px;
}
h2, h3 {
  font-weight: bold;
}
h2 {
  margin-top: .4em;
}
.latest_tweet {
  border: 1px solid #666;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  padding: .5em;
  font-size: 1.1em;
  line-height: 1.2em;
}
.latest_tweet .time_ago {
  color: #666;
}
.tweet_it_link {
  font-size: 1.15em;
  font-weight: bold;
  padding-top: .8em;
}
.twimage, .twimage p {
  line-height: 1em;
  margin: 0px;
}
.twimage {
  padding: 4px;
  border: 1px solid #666;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
}
.twimage h3 {
  padding-top: 0px;
  margin-top: 0px;
}

.error {
  border: 1px solid red;
  padding: 1em;
  background-color: AntiqueWhite;
  font-weight: bold;
}

