body {
  background: #606060;
  color: #e0e0e0;
  font-family: Sans-serif;
}

a:link {
  font-weight: bolder;
  color: #ffffc2;
  text-decoration: none;
}

a:visited {
  font-weight: bolder;
  color: #ffffc2;
  text-decoration: none;
}
a:active {
  font-weight: bolder;
  color: #ffffc2;
  text-decoration: none;
}
a:hover {
  font-weight: bolder;
  color: #fffff5;
  text-decoration: none;
}

.feitography {
  font-weight: bold;
  letter-spacing: 3;
}

.feitography-large {
  font-size: 30pt;
  font-weight: bold;
  letter-spacing: 3;
}

.year-large {
  font-size: 100px;
  font-weight: bold;
}

.large {
  font-size: 30pt;
}

.tiny {
  font-size: 8pt;
}


/* Annual Index */

.annual-header {
  font-size: 40pt;
  letter-spacing: 3;
}

.annual-row {
  vertical-align: middle;
}

.annual-highlight {
  height: 40px;
}

.annual-date {
  text-align: right;
  padding-right: 10px;
}

.annual-daytitle {
  border-left: solid;
  border-width: 1px;
  padding-left: 10px;
}

.daytitle {
  font-style: italic;
}


/* Galleria Settings */


#galleria{
  text-align: left;
  width: 100%;
  height: 100%;
  background: #606060;
}

.galleria-container {
  background: #606060;
  font-size: 12pt;
}


.galleria-stage {
  background: #606060;
  width: 100%;
  height: 100%;
 }

.galleria-thumbnails .galleria-image { width:120px;height:120px; }
