* {
  margin:0;
  padding:0;
}

body {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:small;
  color:#000;
  background: #3f1a00;
}

#global {
  width:600px;
  margin:0 auto;
  padding:20px;
}

#header {
  position:relative;
  padding:0 0 35px;
}

#header h1 a {
  background:url(img/brixies.gif) no-repeat;
  display:block;
  width:600px;
  height:125px;
}

#header h1 a span {
  display:none;
}

#description {
  position:absolute;
  right:0;
  top:0;
  width:300px;
  text-align:left;
  color:#fff;
  font-size:13px;
  line-height:15px;
}

#applications {
  height:180px;
}

.bubbleInfo {
  width:200px;
  height:180px;
  float:left;
  position:relative;
}

.popup {
  display: none; /* keeps the popup hidden if no JS available */
  position: absolute;
  width:135px;
  height:104px;
  padding:22px;
  color:#fff;
  font-size:11px;
  font-weight:bold;
  line-height:16px;
  background:url(img/popup.png) no-repeat;
  z-index:2;
  overflow:hidden;
}

#main {
  padding:20px 0 0;
}

#content {
  width:370px;
  padding:0 30px 0 0;
  float:left;
}

#sidebar {
  width:200px;
  float:left;
}

#main h3 {
  font-family:Georgia, "Times New Roman", serif;
  color:#fff;
  font-style:italic;
  font-weight:normal;
  font-size:24px;
  padding:0 0 10px;
}

.entry_body {
  line-height:22px;
  color:#ffcc99;
}

.entry_body p {
  padding:4px 0;
}

.entry_body img {
  border: 8px solid #725933;
  line-height:0;
  background:#eee;
}

.entry_body img.left {
  float:left;
  margin:9px 15px 0 0;
}

#extra {
  padding:15px 0;
  margin:15px 0 0;
  border-top: 1px solid #725933;
}

#sidebar p, #sidebar li {
  font-size:11px;
  color:#ffcc99;
  line-height:16px;
}

#sidebar h4 {
  font-size:12px;
  color:#fff;
}

#sidebar ul#beer {
  list-style-type:none;
}

ul#beer li {
  display:block;
  position:relative;
  padding:0 0 30px 54px;
}

ul#beer li img {
  position:absolute;
  top:0;
  left:0;
}

ul#beer li p {
  padding:0 0 0 0;
}

#sidebar .map {
  position:relative;
  padding:22px 0 20px 81px;
  margin:8px 0;
  border-top: 1px solid #725933;
  border-bottom: 1px solid #725933;
}

#sidebar .map img {
  position:absolute;
  top:15px;
  left:0;
}

#footer {
  font-size:11px;
  color:#999966;
  padding:55px 0 0;
  text-align:center;
}

.spacer {
  clear:both;
}

a {
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}

img {
  border:none;
}

#twitter_badge_container{width: 350px; background: #b98b61}
#twitter_badge_tl{background: transparent url(img/twitter_tl.png) top left no-repeat;}
#twitter_badge_tr{background: transparent url(img/twitter_tr.png) top right no-repeat;}
#twitter_badge_bl{background: transparent url(img/twitter_bl.png) bottom left no-repeat;}
#twitter_badge_br{background: transparent url(img/twitter_br.png) bottom right no-repeat; }
#twitter_badge_inner{padding: 45px 10px 10px 10px;}
#twitter_badge_via {font-size: 10px }
#twitter_badge_via a {color #fff}

/* defaults */
#my_twitter_status{}
#my_twitter_status_time{color: #fff; font-size: 10px;}
