/* style.css */

body {
  font-family: arial, sans-serif;
  margin: 0 0 0 0;
  padding: 6px 0 0 0;
  color: black;
  background-color: white;
}

a:visited {
  color: red;
  text-decoration: underline;
}
a {
  color: blue;
  text-decoration: underline;
}
a:hover {
  color: blue;
  text-decoration: underline;
  background-color: lightgray;
}
a:hover:visited {
  color: red;
  text-decoration: underline;
  background-color: lightgray;
}

.header {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}

.titleblock {
  float: left;
  background-image: url('/header.png');
  background-repeat: no-repeat;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 538px;
  min-height: 81px;
  -height: 81px;
}

.titleinnerblock {
  padding-left: 0.2em;
}

.sitename {
  font-weight: bold;
  font-size: 22px;
  display: block;
}

.sitename a:visited {
  color: black;
  text-decoration: none;
}
.sitename a {
  color: black;
  text-decoration: none;
}
.sitename a:hover {
  color: black;
  text-decoration: none;
  background-color: transparent;
}
.sitename a:hover:visited {
  color: black;
  text-decoration: none;
  background-color: transparent;
}

.sitedetail {
  margin: -2px 0 0 0;
  padding: 0 0 0 0;
  font-size: 10px;
  font-style: italic;
  display: block;
}

.pagetitle {
  margin: 0 0 0 538px;
  padding: 6px 1em 0 0;
  font-weight: bold;
  font-size: 16px;
  height: 27px;
  text-align: right;
  background-color: black;
  width: auto;
  color: white;
}

.menu {
  text-align: right;
  top: 38px;
  right: 0;
  margin: 0 0 0 0;
  padding: 0.2ex 1em 0.2ex 0;
  font-size: 60%;
}

.content {
  clear: both;
  margin: 0 0 0 0;
  padding: 0.2ex 0.2em 0.2ex 0.2em;
}

.maincontent {
  padding: 0.5em 0.5em 0 0.5em;
  float: left;
  width: 70%;
}

.sidebar {
  float: right;
  width: 25%;
  margin-left: 1%;
  padding: 0.5em 0 0 0;
}

.footer { 
  clear: both;
  padding: 1ex 0.2em 1ex 0.2em;
}

.menu-item {
  font-weight: bold;
}

p {
  margin: 0 0 1ex 0;
  padding: 0 0 0 0;
}

address {
  clear: both;
  font-size: 80%;
}

ul { 
  margin-top: 0;
  padding-top: 0;
}

ul.people {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.projects {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.content-cell {
  border: rgb(200,200,200) 1px solid;
  background-color: rgb(150,200,250);
  color: black;
  padding: 0.2ex 0.2em 0.2ex 0.2em;
  vertical-align: top;
}

.content-cell ul {
  padding-left: 2em;
  padding-right: 1em;
}

.compact-content-list {
  white-space: nowrap;
  font-size: 80%;
}

.content-title {
  font-weight: bold;
}

.news-item {
  border: rgb(200, 200, 200) 1px solid;
  background-color: rgb(200,200,200);
  color: black;
  vertical-align: top;
  margin-bottom: 2ex;
  clear: both;
}

.news-header {
  background-color: rgb(220,220,220);
  padding: 0.2ex 0.2em 0.2ex 0.2em;
}

.news-title {
  font-weight: bold;
}

.news-date {
  font-size: 80%;
  font-style: italic;  
  text-align: right;
}

.news-date:before { content: " ("; }
.news-date:after { content: ")"; }

.news-body {
  padding: 0.2ex 0.2em 0.2ex 0.2em;
}

.person {
  clear: both;
  border: rgb(200, 200, 200) 1px solid;
  background-color: rgb(200,200,200);
  color: black;
  vertical-align: top;
  margin-bottom: 2ex;
}

.person-header {
  background-color: rgb(220,220,220);
  padding: 0.2ex 0.2em 0.2ex 0.2em;
}

.person-footer {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  clear: both;
}

.person-details {
  padding: 0.2ex 0.2em 0.2ex 0.2em;
}

.person-image {
  float: right;
  position: relative;
  margin: 0.2ex 0.2em 0.2ex 0.2em;
  border: 1px solid black;
  background-color: rgb(150,200,250);
}

.person-image img {
  vertical-align: bottom;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.person-name {
  font-weight: bold;
  display: block;
}

.person-email {
  font-style: italic;
  font-size: 80%;
}

.person-website {
  font-style: italic;
  font-size: 80%;
}

.project {
  clear: both;
  border: rgb(200, 200, 200) 1px solid;
  background-color: rgb(200,200,200);
  color: black;
  vertical-align: top;
  margin-bottom: 2ex;
}

.project-header {
  background-color: rgb(220,220,220);
  padding: 0.2ex 0.2em 0.2ex 0.2em;
}

.project-footer {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  clear: both;
}

.project-details {
  padding: 0.2ex 0.2em 0.2ex 0.2em;
}

.project-image {
  float: right;
  position: relative;
  margin: 0.2ex 0.2em 0.2ex 0.2em;
  border: 1px solid black;
  background-color: rgb(150,200,250);
}

.project-image img {
  vertical-align: bottom;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.project-name {
  font-weight: bold;
}

.project-status {
  font-size: 80%;
  font-style: italic;  
  text-align: right;
}

.project-status:before { content: " ("; }
.project-status:after { content: ")"; }

.project-version-control {
  clear: both;
  font-style: italic;
  font-size: 80%;
}

.project-website {
  font-style: italic;
  font-size: 80%;
}

.project-contacts {
/*  border: 1px solid black;*/
  margin-top: 2ex;
}

.project-person {
  font-style: italic;
  font-size: 80%;
}

/*
div { border: green 1px solid; }
span { border: red 1px solid; }
*/
