/* simple reset */
* {
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
}

body {
  background: #1e1a18;
  font-family: arial, sans-serif;
}

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

a img {
  border: 0;
}

#header {
  float: left;
  display: block;
  width: 231px;
}

h1 a {
  display: block;
  text-indent: -9999px;
  background: url(images/weirdhabitdotcom.gif) no-repeat left top;
  height: 205px;
/*  width: 800px;*/
}

h2 a {
  display: block;
  text-indent: -9999px;
  background: url(images/weirdhabitdotcom.gif) no-repeat 0 -206px;
  height: 110px;
}

#tweets h2 {
  background: #1E1A18 url(images/tweet_bg.gif) repeat-x 0 -15px;
  color: #fff;
  padding: 30px;
  padding-bottom: 0;
}

#content {
  background: #3F3734 url(images/text_bg.gif) repeat top left;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  width: 800px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#bgfooter {
  background: #3F3734 url(images/header_bg_r.gif) no-repeat top left;
  height: 314px;
  width: 47px;
  position: absolute;
  right: 0;
  top: 0;
}

#footer {
  margin: 0 auto;
  width: 800px;
  left: 0;
  right: 0;
  position: fixed;
  color: #868180;
  bottom: 0;
  background: url(images/footer.png) repeat-x top left;
  height: 45px;
  font-size: 11px;
}

#footer p {
  padding: 20px 10px 0;  
  text-align: right;
}

#tweets {
  margin-left: 232px;
  width: 520px;
  color: #bab6b6;
  background: #1e1a18;
}

#tweets ul {
  background: #1e1a18 url(images/tweet_bg.gif) repeat-x bottom left;
  padding-bottom: 30px;
}

#tweets li {
  list-style: none;
  background: #1e1a18 url(images/tweet_bg.gif) repeat-x top left;
  padding: 60px 30px 0;
}

#tweets li.first {
  padding-top: 45px;
  background-position: 0 -15px;
}

#tweets li.last {
  padding-bottom: 30px;
}

.tweet {
/*  clear: left;*/
}

.entry-content {
  font-size: 16px;
}

.hentry {
  padding-bottom: 20px;
}

.entry-meta {
  font-size: 13px;
  height: 43px;
}

.vcard {
  text-align: right;
  height: 55px;
}

.vcard .url {
  float: right;
  padding-left: 10px;
}

.vcard .meta {
  display: block;
  padding-top: 5px;
}

.entry-meta .when {
  display: block;
  font-size: 12px;
}