
body {
  background-image: url('/img/bg.png');
  background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  text-transform: capitalize;
}

a                 { color: #125AA7; }
a:hover           { color: #000; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
  margin:     1.45em 0 1.45em 0;
}

table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-size: 2em;
  margin-bottom: 0.75em;
}

#header p.title { 
  font-size: 4em; 
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.25em;
  margin-bottom: 0.75em }

#header p.title span.black {
  color: #000;
}

#header p.title a {
  text-decoration: none;
}

#sidebar ul {
  list-style: none;
  margin-left: 0;
  border-right: dotted #ddd 1px;
  font: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}

#sidebar ul li {
  text-transform: uppercase;
  text-align: right;
}

#sidebar ul li:hover { background-color: #eee; }

#sidebar ul li.current {
  background: #6495ED;
  color: #FFF;
}

#sidebar ul li a {
  text-decoration: none;
  color: #111;
  display: block;
  width: 90%;
  padding: 8px;
}

#sidebar ul li.current a {
  text-decoration: none;
  color: #FFF;
}

#photo {
  float: right;
  border: 3px solid #6495ED;
}

.sociallogo {
  float: left;
  margin: 0 1em 1.45em 0;
}