@CHARSET "ISO-8859-1";

/* ********************************************************************* *
 * FILE: content.css                                                     *
 * PROJ: Personal web site at Cornell University                         *
 * DESC: Presentation of page content                                    *
 * AUTH: weigel                                                          *
 * VERS: $Id: content.css 9 2008-06-14 04:09:11Z felix $                 *
 * COPY: Copyright Cornell University 2008                               *
 * ********************************************************************* */

body {
  font-family: sans-serif;
  font-weight: normal;
  background-color: white;
  color: black;
  margin: 0px;
}

a,
a:visited,
a:active {
  text-decoration: none;
  color: #3B63A1;
  padding: 0px;
  margin: 0px;
}

body > * {
  width: 70%;
}

body table {
  border-collapse: collapse;
}

.details {
  font-size: smaller;
}

#portrait {
  text-align: right;
  width: 270px;
  padding-right: 20px;
}

#portrait img {
  width:270px;
}

#screenshot, #screencast {
  float: right;
}

#screenshot img, #screencast img {
  width: 256px;
}

.thumb {
  width: 270px;
  border-style: none;
  border-width: 0px;
  margin: 0px 10px;
}

.emph {
  font-weight: bold;
  font-size: larger;
}

h1 {
  font-weight: bold;
  font-size: larger;
  background: #5B83C1;
  color: white;
  width: 70%;
  padding: 0px 5px;
}

h2 {
  font-weight: bolder;
  font-size: larger;
  color: #5B83C1;
}

table.project {
  width: 70%;
  table-layout: fixed;
}

table.project td:first-child {
  width: 15%;
  vertical-align: top;
  font-weight: bold;
  padding: 0px 5px;
}

span.at:before {
  content: " @";
}

span.dot:before {
  content: " .";
}
