body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
  background-image: url(/kmedia/images/kegs-corner.png);
  background-repeat: no-repeat;
}

a:hover { color: #99baa4; }
a:active { color: #99baa4; }
a:link { color: #0000ff; }
a:visited { color: #0000dd; }

img {
  border: 0;
}

td {
  vertical-align: top;
}

h1 {
  margin-top: 0px;
  color: #444444;
  font-size: 150%;
}

h2 {
  margin-top: 0px;
  color: #444444;
  font-size: 130%;
  border-bottom: 1px solid #ddd;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #444444;
  font-size: 120%;
}

h4 {
  color: #444444;
  font-size: 110%;
}

a[href^="http://"] {
    background: url(/kmedia/images/external.png) center right no-repeat;
    padding-right: 13px;
}

a[href^="http://kegbot.org"] {
    background: none;
    padding-right: 0px;
}

#main-header {
  margin-top: 18px;
  margin-left: 16px;
  margin-right: 32px;

  /*-webkit-border-radius: 8px;*/
  border-bottom: 1px solid #7b7b7b;

  /*background-color: rgba(4, 44, 71, 0.7);*/
  font-size: 32px;
  min-height: 48px;
  height: 72;
}

#sub-header {
  /*background-color: #f7f7f7;*/
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  padding-left: 0px;
  padding-top: 0px;
}

#left-sidebar {
  width: 200px;
  margin-left: 16px;
  position: absolute;
  padding: 0px;
}

#right-sidebar {
  width: 200px;
  float: left;
  padding: 0px;
}

.sidebox {
  font-size: 80%;
  width: 200px;
  border: 1px solid rgba(115, 194, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0px;
  margin-bottom: 16px;
}

.sidebox-header {
  background-color: #9bc0d8;
  padding-top:3px;
  border-bottom: 1px solid black;
  font-weight: bold;
  padding-left:30px;
  /*border-top: 1px solid black;
  border-right: 1px solid black;*/
}

.main-box {
  margin-left: 232px;
  margin-right: 32px;
  border: 2px solid #9fc2d6;

  /* Rounded corners. */
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;

  background-color: rgba(255, 255, 255, 0.8);
}


#main-content {
  float: left;
  margin-left: 232px;
  margin-right: 32px;
  min-width: 300px;
  max-width: 800px;
  padding: 0px;
  margin-top: 0px;
}

#pagetitle {
  margin-left: 16px;
  margin-top: 8px;
  margin-bottom: 8px;

  font-weight: bold;
}

.content-bubble {
  padding: 10px;
  border: 1px solid #a7bbc6;
  background: #e1ebed;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

  font-size: 0.8em;
  margin-bottom: 8px;
}

div.djangoForumPagination {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 0.8em;
}

span.djangoForumPaginationPage {
  border: 1px solid #bea3df;
  background-color: #d6cbd2;
  min-width: 32px;
  padding: 4px;
}

/* News stuff */

.news {
}

.newsheader {
  background:#bfc6d6;
  border: 1px solid #7786a6;
  border-bottom: 0px;
  padding: 5px;
}

.newstitle {
  color: #176371;
  font-size: 150%;
  font-weight: bold;
}

.newsbyline {
  font-size: 70%;
}

.newsbody {
  border: 1px solid #7786a6;
  border-top: 0px;
  padding: 5px;
}

.splash-box {
  border: 1px solid #d6d2bf;
  background: #f7f1d2;
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 10px;
  padding-bottom: 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

div.feedBurnerFeedBlock {
  margin-right: 4px;
  padding: 0px 0px 0px 0px;
}

div.feedBurnerFeedBlock p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.feedBurnerFeedBlock ul {
  margin: 0px 0px 0px 0px;
  padding-left: 10px;
}

div.feedBurnerFeedBlock li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 6px;
}

div.feedBurnerFeedBlock span.headline {
  font-weight: bold;
}

div.feedBurnerFeedBlock p.date {
  font-style: italic;
  margin: 0px 0px 0px 0px;
  margin-bottom: 5px;
}

div.feedBurnerFeedBlock div {
  padding-left: 16px;
  margin-bottom: 10px;
}

#content-body {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 80%;
}

.nav {
  font-size: 80%;
  width: 200px;
  max-width: 200px;
}

.nav-one {
  background-color: #9bc0d8;
  padding-top:3px;
  border-bottom: 1px solid black;
  font-weight: bold;
  padding-left:30px;
  /*border-top: 1px solid black;
  border-right: 1px solid black;*/
}

.nav-one a {
  color: black;
  text-decoration: none;
}

.nav-one a:hover {
  color: #176371;
}


.nav-two {
  border-top: 1px solid #CCDDE4;
  width: 150px;
  padding-left: 30px;
}

.nav-two-first {
  padding-top: 5px;
}

.nav-two-last {
  padding-bottom: 10px;
}

.nav-two a {
  color: black;
  text-decoration: none;
}

.nav-two a:hover {
  color: #176371;
}

.contrib {
  color: #6699CC;
  text-decoration: none;
}

.rightsidehead {
  padding: 0;
  background-color: #176371;
  color: #f8efb5;
  text-align: center;
  /*border: 1px solid black;*/

}

.rightsideitem {
  padding: 0;
  list-style: none;
  background-color: white;
  color: black;
  text-align: left;
  border: 0;
}

.planetkbFormTable {
  border: 1px solid #a7bbc6;
}

.planetkbFormTable th {
  text-align: right;
  vertical-align: top;
}

.planetkbFormTable td {
  font-size: 80%;
}

.planetkbFormTable tr {
  margin-bottom: 20px;
}

.planetkbBotTable {
  width: 100%;
}

.planetkbBotTable th {
  font-size: 80%;
  font-weight: bold;
  text-align: left;
  background-color: #e1ebed;
  padding-right:24px;
}

.planetkbBotTable td {
  font-size: 80%;
  padding-right:24px;
}

.planetkbBotDetailTable {
}

.planetkbBotDetailTable th {
  text-align: right;
  margin-right: 10px;
}
