/* Reference  CSS - */

/* Fancy override */

div#fancy_overlay {
  background-color: black;
}

/* COMMON */

a
{
  text-decoration: underline;
}

a:hover
{
  color: #fff;
  text-decoration: none;
}

/* line view */

div.referenceitem
{
  float: left;
  width: 250px;
  min-height: 135px;
  height:auto !important;
  height: 135px;
  border: 1px solid #fff;
  margin: 8px 16px 16px 8px;
  padding: 8px;
}

div.referenceleft
{
  float: left;
}

div.referenceright
{
  margin-left: 100px;
  padding-left: 8px;
}

div.referencecontent h2
{
  text-transform: uppercase;
  font-size: 1.2em;
}

div.referencecontent h3
{
  font-size: 1.2em;
}

div.referenceitem div.galerie
{
  margin-top: 20px;
}
