body, table {
    background-color: #333333;
    color: #ccc;
    font-family: arial, helvetica;
}

body {
    margin: 0px;
    padding: 0px;
}

a 		{ color: #fb0; text-decoration: none; font-weight:normal; }
a:link		{ color: #fb0; text-decoration: none; }
a:visited	{ color: #ea0; text-decoration: none; }
a:active	{ color: #ff6;  }
a:hover		{ color: #ff6;  }

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}

header {
    background-color: #555;
    background-image: url(../images/body-bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

header {
    margin: 0 0 10px 0;
    padding: 5px 0 18px 0;
    text-align: center;
}

header a,
header a:link,
header a:active,
header a:hover {
    color: #fc0;
    font-size: xx-large;
    font-weight: bold;
    text-decoration: none;
}

header .description {
    color: #eee;
    font-size: large;
    font-weight: bold;
}

header address {
    text-align:right;
    float:right;
    font-style: normal;
}

header h1 {
  font-family: Courier, monospace;
}

.content {
    font-size: small;
    font-weight: normal;
    line-height: 16px;
    margin: 0 0 20px 20px;
    padding: 5px;
}

.content a,
.content a:link,
.content a:visited,
.content a:active,
.content a:hover {
    font-weight: normal;
    text-decoration: underline;
}

.title {
    color: #fb0;
    margin: 0 0 10px -10px;
    font-family: Raleway, arial, helvetica;
}

.sect {
    border-bottom: #bbb solid 1px;
    color: #eee;
    font-size: small;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px;
}

.thumbnail{
  width:219px;
  position:relative;
  display: inline-block;
  overflow: hidden;
  padding: 3px;
  margin: 1px;
  border: solid white 1px;
}

.thumbnail img {
  max-width:100%;
}

.thumbnail .tn-cnt{
  position:absolute;
  top:36%;
  left:0;
  background-color: black;
  opacity: 0.78;
  width:100%;
  height: 75%;
  text-align:center;
/*  transform:translateY(-50%); *//* doesn't work in IE9 */
  transition: top .5s ease-out, opacity .5s ease-out;
  margin:0;
}

.thumbnail .tn-cnt h4 {
  font-size: x-large;
  margin-bottom: .5em;
}

.thumbnail .tn-cnt p {
  color: white;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 1.15em;
}

.thumbnail:hover {
  border: solid #fb0 1px;
}

.thumbnail:hover .tn-cnt{
  position:absolute;
  top:30%;
  left:0;
  background-color: black;
  opacity: 0.85;
  width:100%;
  text-align:center;
  /* transform:translateY(-50%); */ /* doesn't work in IE9 */
  margin:0;
}

.content a.nul,
.content a.nul:link,
.content a.nul:visited,
.content a.nul:active,
.content a.nul:hover {
  text-decoration: none;
}
