/* General tag resetting */
body, div, h1, h2, h3, h4, h5, h6, form {
  margin: 0px;
  padding: 0px;
}

form {
  display: inline;
}

/* Global Defaults */
body, div, p, td {
  font-family: Trebuchet MS, Times New Roman, Serif;
  font-size: 10pt;
}

a, a:link {
  color: #CC0000;
}

a:visited {
  color: #990000;
}

a:active, a:hover {
  color: #FF0000;
}

/* Modules */
div#page {
  position: relative;
  width: 100%;
  height: 100%;
}

div#header {
  text-align: left;
  padding: 5px 20px 5px 250px;
  background-color: #FFCCCC;
  border-bottom: 1px dotted #775555;
}

#header h1 {
  font-size: 300%;
}

#header a, #header a:link, #header a:visited {
  color: black;
  text-decoration: none;
}

#header a:active, #header a:hover {
  color: red;
  text-decoration: underline;
}

div#content {
  width: 400px;
  margin: 10px 20px 20px 250px;
  padding-bottom: 10px;
  border-bottom: 2px solid #CCBBBB;
}

div #navbar {
  position: absolute;
  top: 70px;
  left: 650px;
  width: 200px;
  height: 100%;
  text-align: center;
  color: #999;
}

#navbar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navbar li {
  margin-bottom: 8px;
}

#navbar a, #navbar a:link, #navbar a:visited {
  color: #BB9999;
}


div#sidebar {
  position: absolute;
  top: 70px;
  left: 20px;
  width: 200px;
  height: 100%;
  text-align: center;
  color: #aaa;
}

#sidebar h2 {
  display: none;
}

#sidebar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#sidebar div.block {
  margin-bottom: 15px;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
  color: #BBAAAA;
}

div#footer {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 0px;
}

div.entry {
  margin-bottom: 30px;
}

div.entrymeta {
  font-size: 8pt;
}