/**** GENERAL STYLES *********************************************************/
* {
  margin: 0px;
  padding: 0px;
}
html {
  background-color: white;
}
body {
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 12px; /* 0.8em; */
  line-height: 22px; /* 1.75em; */
}
h1 {
  font-size: 2em;
  font-weight: normal;
  text-align: left;
  width: 600px;
  margin-top: 40px;
  padding-bottom: 20px;
  margin-left: 50px;
}
ul {
  /*margin-left: 20px;*/
  list-style: square;
}

p {
  margin: 6px 0;
}

/**** PAGE CONTENTS **********************************************************/
#content {
  list-style: none;
  width: 600px;
  margin-left: 100px;
  padding-bottom: 40px;
  text-align: left;
}
#content li {
  border-bottom: 1px solid silver;
  clear: both;
}
.linklist, .gallerylist {
  list-style: none;
  padding: 0px;
}
.linklist li, .gallerylist li {
  border-bottom: 1px solid silver;
  padding-left: 20px;
}
.linklist li {
  background: url(link.png) no-repeat left center;
}
.secure-links li {
  background: url(secure-link.png) no-repeat left center;
}
.external li {
  background: url(world.png) no-repeat left center;
}
.gallerylist li {
  background: url(pictures.png) no-repeat left center;
}
.without-lines li {
  border-bottom: 0px solid white !important;
}
.portfolio-picture, .gallery-preview {
  margin-bottom: 10px;
}
h2 {
  color: black;
  font-size: 1.5em;
  font-weight: normal;
  text-align: left;
  margin: 20px 0;
}
#content h2
{
  margin-left: -30px;
}
h3
{
  font-size: 1.25em;
  font-weight: normal;
  margin: 10px 0;
}
.floatright {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
table {
  width: 100%;
}
table, tr, th, td {
  vertical-align: top;
}
#content table tr td ul li {
  border-bottom: 0px;
}
.cv tr td {
  padding-bottom: 10px;
}
.indent {
 margin-left: 25px;
}
.website {
  background: no-repeat right top;
  padding-right: 240px;
}
.website a {
  background: url(world.png) no-repeat left center;
  padding-left: 20px;
  padding-top: 2px;
}

/**** NAVIGATION BAR *********************************************************/
#topbar {
  list-style: none;
  padding-top: 2px;
}
#topbar li {
  display: inline;
  margin-left: 10px;
}
#topbar a:link, #topbar a:active, #topbar a:visited {
  color: white;
  text-decoration: none;
}
#topbar a:hover {
  text-decoration: underline;
}

/**** INPUT ELEMENTS *********************************************************/
textarea, .textbox {
  width: 380px;
  margin-bottom: 5px;
}
.loginbox {
  width: 200px;
  margin-bottom: 5px;
}
.button {
  width: 100px;
}

/**** COPYRIGHT **************************************************************/
#copyright {
  color: gray;
  margin-left: 100px;
  padding-bottom: 40px;
  width: 600px;
}
#copyright span {
  float: right;
}

/**** ADDITIONAL STYLES ******************************************************/
.rss {
  background: url(feed.png) no-repeat left center;
  padding-left: 20px;
  padding-top: 2px;
}
.error {
  color: red;
}
.footnote {
  color: gray;
  display: block;
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}

/**** SOURCE CODE ************************************************************/
pre {
  background: #f6f6ff;
  border: 1px solid silver;
  margin: 10px 0;
  padding: 4px 10px;
}
