/* 

CLASSES STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 7. classes  --------- */
.italic {
  font-style: italic;
}
.text-green {
  color: #6b7d35 !important;
}
.text-dark-green {
  color: #495624;
}
.text-right {
  text-align: right !important;
}
.text-big {
  font-size: 1.4em !important;
}
/* float-clearing rules */
.separator {
  clear: both;
}

.separatorInvisible {
  clear: both;
  height: 1px;
}
.clear {
  clear: both;
}

.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.errorRed {
  color: #c80000;
}
.messageGreen {
  color: #00c800;
}
/* rounded corners */
.round-5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* links */
.sub-menu-link {
  display: block;
  padding: 1em 0;
  background: url(/mainpics/icons/arrow-green.png) center right no-repeat;
  float: left;
  clear: left;
  padding-right: 20px;
  font-family: "trajan Pro", Georgia, "times New Roman", serif;
  font-size: 1.3em;
}

.sub-menu-link:hover,
.sub-menu-link.on {
  background: url(/mainpics/icons/arrow-dark-green.png) center right no-repeat;
  padding-right: 30px;
  color: #495624;
  text-decoration: underline;
}
