/* ALIGNMENT ------------------------------------------------------------*/

.left-align {
  float: left;
  margin: 8px 18px 18px 0;
  display: block;
}

.right-align {
  float: right;
  margin: 0px 0px 0px 10px;
  display: block;
}

/* BLOCKS ------------------------------------------------------------*/

.boxed {
  background: white;
  padding: 5px;
  border: 1px solid #cccccc;
}

.border {
  border: 2px solid white;
}

/* DROPCAP ------------------------------------------------------------*/

.dropcap {
  display: block;
  float: left;
  font-size: 36px;
  line-height: 40px;
  margin: 0 8px 0 0;
  padding: 0px 10px;
}

.dropcap-invert {
  display: block;
  float: left;
  font-size: 28px;
  line-height: 40px;
  margin: 0 8px 0 0;
  padding: 0px 10px;
  background: #606060;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* LINK BUTTON -------------------------------------------------------*/

a.link-button,
a.link-button-dark {
  display: table;
  background: url(../img/link-button.png) no-repeat;
  line-height: 44px;
  margin: 5px 0px;
}

a.link-button-dark {
  background: url(../img/link-button-dark.png) no-repeat;
  color: #fff;
}

a.link-button span,
a.link-button-dark span {
  display: block;
  line-height: 44px;
  margin-left: 21px;
  padding-right: 21px;
  background: url(../img/link-button.png) no-repeat bottom right;
}

a.link-button-dark span {
  background: url(../img/link-button-dark.png) no-repeat bottom right;
}

a.link-button:hover {
  background: url(../img/link-button-over.png) no-repeat;
}

a.link-button:hover span {
  background: url(../img/link-button-over.png) no-repeat bottom right;
}

a.link-button-dark:hover {
  background: url(../img/link-button-dark-over.png) no-repeat;
}

a.link-button-dark:hover span {
  background: url(../img/link-button-dark-over.png) no-repeat bottom right;
}
