body {
  color: #666666;
  background-color: white;
  margin: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:17px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #154890;
  text-decoration: none;
  border-bottom: 1px solid #154890;
  padding-bottom: 1px;
}

a:hover {
  color: #6699FF;
}

a:visited {
  color: #6699FF;
  border-bottom: 1px solid #6699FF;
  padding-bottom: 1px;
}

div#container {
}

h1 {
  color: black;
  font-size:225%;
  margin-top: 75px;
  font-family: georgia;
  font-weight: normal;
  margin-bottom: 0px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: lowercase;
}

p.quote {
  margin-top: 10px;
  margin-bottom: 10px;
}

margin-top: 100px;
margin-bottom: 100px;
margin-left: 75px;
p.author {
  font-style: italic;
  text-align: right;
}

p.project {
   clear: both; /* overflow: auto; */
   margin: 0px 20px 0px 20px;
   padding: 15px 0px 0px 0px;
}

img.project-icon {
   border: 1px solid #C0C0C0;
   margin-bottom: 0px;
   margin-right: 4px;
}

/* projects section */
div.project-desc {
   background: #F7F7F7;
   margin-bottom: 10px;
   padding: 4px;
   text-align: left;
}

div.project-log {
   padding: 0px;
   padding-top: 10px;
}

div.project-log-title {
   background: #ECECEC;
   padding: 2px;
}

div.project-sidebar-box {
   font-size: 85%;
   margin-bottom: 10px; /*border: 1px solid #e0e0e0;*/
   padding: 0px;
   text-align: left; /*background: #f7f7f7;*/
}

div.project-sidebar-title {
   background: #F4F3EA;
   border: 1px solid #ECE9D8;
   font-weight: bold;
   margin-bottom: 2px;
   margin-top: 0px;
   padding: 1px 1px 1px 3px;
}

div.sidebar-box {
   border: 1px dashed #E0E0E0;
   font-size: 80%;
   margin-bottom: 10px;
   padding: 3px;
   text-align: left; /* background: #f7f7f7; */
}

div.titlebar {
   background: #27A3EA;
   color: #FFFFFF;
   padding: 5px;
}

.speechmark {
   font-size: 110%;
   font-weight: bold;
}

.timestamp {
   color: #606060;
   font-size: 87%;
   font-weight: normal;
}


div#navbar {
  background: #d0d0d0;
  padding: 5px;
  text-transform: lowercase;
  margin-bottom: 50px;
}

#navbar a { color: black; border: 0px; margin-right: 15px; }
#navbar a:hover { text-decoration: underline; }

#content { }

#header { margin-left: 50px; margin-right: 25px; }
