* { font-family: OpenSans, Verdana, sans-serif; padding: 0; margin: 0; }

pre { font-family: monospace; }

p {
    text-align: justify;
}

p + p {
    margin-top: 1.5em;
}

table {
    border-spacing: 0px;
}

table.contents {
    text-align: center; margin-left: auto; margin-right: auto;
}

table.contents td {
    padding-right: 1em;
}

body {
    background-image: url('images/bohol-celebes-pano-light.png');
    background-repeat: no-repeat;
    background-color: #f0ffff
}

table.header {
    margin-top: 30px;
    width:97%;
    height:262px;
}

h1 {
    margin-left: 0.5em;
    font-family: Garamond, Palatino, Georgia, serif;
    font-size: 50pt;
    font-weight: normal;
    text-shadow: white 0px 0px 3px;
    color: black;
}

div#content {
    margin-left:4em; margin-right:2em;
}

table.navigation {
    background: rgba(240,255,255,0.5);
    box-shadow: rgba(240,255,255,0.5) 0px 0px 5px 3px;
    float: right;
}

table.navigation p {
    text-align: center;
    color: black;
    font-size: 16px;
    text-shadow: white 0px 0px 10px;
}

table.navigation p:hover {
    text-shadow: rgba(200,255,255,0.5) 0px 0px 10px;
    background: rgba(200,255,255,0.5); box-shadow: rgba(200,255,255,0.5) 0px 0px 5px 3px;
}

table.navigation td.selected p {
    background: rgba(200,255,255,0.5); box-shadow: 0px 0px 5px 5px rgba(200,255,255,0.5);
}

table.navigation a {
    text-decoration: none;
}

p.home {
    font-family: Georgia, Palatino, serif;
}

p.home a {
    color: black; font-family: Georgia, serif; font-size: 140%;
}

td.selected {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

table.picturesidebar {
    line-height: 0px;
    border-collapse: collapse;
}

table.picturesidebar td {
    padding-bottom: 8px;
}

table.project-header {
    width: 100%;
}

h2 {
    font-family: Georgia, Palatino, serif;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 25pt;
    margin-bottom: 1.0ex;
}

tdx.availability {
    float: right;
}

table.project-header > td:last-child {
    float: right;
}

table.availability {
    float: right;
    border-collapse: collapse;
}

table.availability td {
    border: 1px solid grey;
}

table.availability td:empty {
    border: 1px transparent;
}

table.availability div {
    text-align: center;
}

table.availability .forsale {
    background-color: #ffee66;
}

table.availability .freedemo {
    background-color: lightgreen;
}

table.availability .freebie {
    background-color: lightskyblue;
}

table.availability .installation {
    background-color: #f0a0a0;
}

td.description p {
    margin-left: 1.5em;
    margin-top: 1ex;
}

td ul {
    margin-left: 3.5em;
    margin-top: 1ex;
}

td li {
    margin-top: 1ex;
}

td.description p.more {
    font-size: 80%;
    margin-left: 3em;
    margin-top: 2ex;
}

td {
    vertical-align: top;
}

td.description {
    padding-left: 1.5em;
    padding-right: 1em;
}

table.gallery {
    border-collapse: collapse;
}

table.gallery table {
    border-collapse: collapse;
}

td.albumthumb {
    vertical-align: top;
    line-height: 0px;
}

td.albumthumb img:hover {
    background-color: lightblue;
    border-color: #9999ff;
}

td.albumthumb img {
    background-color: transparent;
    border: 1px solid;
    border-color: transparent;
    padding: 2px;
    width: 80px;
    z-index: 1;
}

img.projectpic {
    width: 250px;
    border: 2px solid;
    border-color: transparent;
    padding: 2px;
    background-color: transparent;
}

img.projectlink {
    width: 250px;
    border: 2px solid;
    border-color: transparent;
    padding: 2px;
    background-color: transparent;
}

img.projectlink:hover {
    background-color: lightblue;
    border-color: #9999ff;
}

hr.projectseparator {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    width: 80%;
    opacity: 1;
    color: gray;
}

hr.projectfooter {
    border-width: 2px;
    margin-bottom: 0px
}

td.albumthumb a {
  border: 0px dashed;
  text-decoration: none;
  position: relative;
  float: left;
  z-index: 1;
}

p#copyright {
    text-align: center;
    font-size: 70%;
    padding-top: 20px;
    padding-bottom: 30px;
}
