/* GENERAL */
body {
  background: #00384C;
  color: #A9C9D5;
  font-family: "verdana","lucida grande","lucida sans unicode","lucida sans",arial,sans-serif;
  font-size: 12px;
}

h3 {font: bold 1em Verdana, Arial, sans-serif;}

img {
  border: 0px;
}

#header {
  background: #003245;
}

/* NAVBAR */

#navbar {
  background: transparent;
}

#navbar li a {
  color: #A9C9D5;
}

#navbar li a:hover,
.home #navbar #home a,
.posts #navbar #posts a,
.projects #navbar #projects a,
.about #navbar #about a {
  color: #B9D9E5;
  background: #004255;
}

/* MAIN */

#main {
  background: transparent url(/static/images/main_content_right_border.png) repeat-y scroll 785px 0
}

#main p {
  text-align: left;
  line-height: 1.8em;
  margin: 0 0 1em;
}

/* CONTENT */

#content h2 {
  font-size: 1.1em;
  display: block;
  border-bottom: 1px dashed #005265;
  height: 1.5em;
  margin-bottom: 1em;
}

#content .date {
  font-family: Times,sans-serif;
  font-size: 1em;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: normal;
  text-transform: uppercase;
  float: right;
}

#content .date span {
  font-family: Georgia,sans-serif;
  font-size: 1.1em;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: normal;
  text-transform: uppercase;
}

#content .item {
  margin-bottom: 3em;
}

#content .title {
  font: 1.66em Georgia, Times, serif;
  margin-bottom: 0.5em;
}

#content a,
#content a:visited {
  color: #7999F5;
  text-decoration: none;
}

#content a:hover {
  color: #7999F5;
  text-decoration: underline;
}

#content ul {
  list-style-type: disc;
  list-style-position: outside;
  marker-offset: auto;
}

#content div.image {
  display: inline;
  margin: 5px;
}

#content div.image img {
  border-style: none;
}

#content div.left {
  float: left;
}

#content div.right {
  float: right;
}

#content p, #content h2, #content h3, #content h4 {
  clear: both;
}

pre.wiki {
  background: #003044;
  border: 1px solid #00485C;
  margin: 1em 1.75em;
  overflow: auto;
  padding: 0.5em;
  white-space: pre;
}

/* COMMENTS */

.comment h3 {
  font-family: Times,sans-serif;
  font-size: 1.1em;
  display: block;
  height: 1.5em;
  margin-bottom: 0.5em;
}

.comment .name {
  float: left;
}

.comment .name_known {
  float: left;
  color: #fff;
}

.comment .host {
  font-family: Verdana,sans-serif;
  font-size: 0.65em;
  margin-left: 1em;
}

.comment .datetime {
  font-family: Times,sans-serif;
  font-size: 1em;
  font-size-adjust: none;
  text-transform: uppercase;
  float: right;
}

.comment .datetime span {
  font-family: Georgia,sans-serif;
  font-size: 1.0em;
  font-size-adjust: none;
  text-transform: uppercase;
}

.comment {
  border-bottom: 1px solid #005265;
  margin-bottom: 0.7em;
  padding: 0.6em 0;
}

/* SIDEBAR */

#sidebar {
}

#sidebar a,
#sidebar a:visited {
  color: #7999F5;
  text-decoration: none;
}

#sidebar a:hover {
  color: #7999F5;
  text-decoration: underline;
}

#sidebar h3 {
  margin-bottom: 0.7em;
  display: block;
  font: 1.3em Georgia, Times, serif;
  height: 1.6em;
  margin-bottom: 0.25em;
}

#sidebar ul {
  margin-bottom: 1.5em;
}

#page_sections {
}

#page_sections li {
  margin-bottom: 0.5em;
}

#page_sections .level1 {
  margin-left: 0;
}

#page_sections .level2 {
  margin-left: 1em;
}

#sidebar #page_sections .level3 {
  margin-left: 2em;
}

#sidebar #page_sections .level4 {
  margin-left: 3em;
}

