@import url("reset.css");
/* This CSS is made using the LESS syntax: http://lesscss.org

You can import a .less file, and all the variables in it will be available. If the file is a .less, the extension is optional.

*/
/* Font-face ---------------------------------- */
@font-face {
  font-family: Nadia Serif;
  src: url("../fonts/nadia_serif.eot");
  src: local("Nadia Serif"), local("NadiaSerifNormal"), url("../fonts/nadia_serif.woff") format("woff"), url("../fonts/nadia_serif.ttf") format("truetype"), url("../fonts/nadia_serif.svg#NadiaSerifNormal") format("svg");
}
/* Variables ---------------------------------- */
/* Used mainly for the colour palette */
/* Sans-serif font: Main font */
/* Main text colour */
/* Text colour reverse */
/* Main background and boxes bkg colour */
/* Content area bkg */
/* Full width of the pages */
/* Generic padding value */
/* Mixins ------------------------------------- */
/* Use these classes on any other selector; for example: div { .b-radius; } */
.b-solid {
  border-style: solid;
}
.b-boxes {
  border-width: 5px;
  border-style: solid;
  border-color: #333333;
  border-color: rgba(0, 0, 0, 0.1);
}
.b-shadow {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
}
.b-thin {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
}
.t-shadow {
  text-shadow: 0 1px 0 #b3c7c5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* Structure ---------------------------------- */
#wrapper {
  width: 470px;
  margin: auto;
  padding-bottom: 20px;
}
header {
  padding: 20px 0;
  position: relative;
}
#main {
  border-width: 5px;
  border-style: solid;
  border-color: #333333;
  border-color: rgba(0, 0, 0, 0.1);
  border-color: #444444;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  background-color: #545454;
  background-image: url(../images/bkg-main-bottom.gif), url(../images/bkg-main.gif);
  background-position: bottom left, top left;
  background-repeat: repeat-x, repeat;
}
#main section {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333333;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  background: #323232;
  position: relative;
}
footer {
  text-align: center;
  padding: 2em 0 1em 0;
}
/* Body --------------------------------------- */
body {
  font: 14px Calibri, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  background: #323232 url(../images/bkg.gif);
  color: #ffffff;
  font-size-adjust: 0.47;
}
/* Links -------------------------------------- */
a:link, a:visited {
  text-decoration: none;
  color: #edd273;
  font-weight: bold;
}
a:hover, a:active, a:focus {
  color: #edd273;
  border-bottom: 1px solid #edd273;
}
nav a {
  text-shadow: 0 1px 0 #b3c7c5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
}
nav a:link, nav a:visited {
  color: #254241;
  font-weight: normal;
}
nav a:hover, nav a:active, nav a:focus {
  color: #0d2322;
  border: 0;
}
nav .active a {
  background: url(../images/nav-active.png) no-repeat center bottom;
  color: #0d2322;
}
.more {
  text-shadow: 0 1px 0 #b3c7c5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 14px;
  bottom: -12px;
  text-decoration: none;
  padding: 3px 8px;
  background: #c1c3c3;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3cdcc), to(#718a89));
  background: -moz-linear-gradient(-90deg, #b3cdcc, #718a89);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
}
.more:link, .more:visited {
  color: #262626;
  font-weight: normal;
}
.more:hover {
  color: #0d2322;
  background: -webkit-gradient(linear, left top, left bottom, from(#94b9b7), to(#526564));
  background: -moz-linear-gradient(-90deg, #94b9b7, #526564);
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.6);
}
.more:active {
  color: #0d2322;
  background: -webkit-gradient(linear, left top, left bottom, from(#94b9b7), to(#526564));
  background: -moz-linear-gradient(-90deg, #94b9b7, #526564);
  bottom: -9px;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.6);
}
.more:focus {
  color: #0d2322;
  background: -webkit-gradient(linear, left top, left bottom, from(#94b9b7), to(#526564));
  background: -moz-linear-gradient(-90deg, #94b9b7, #526564);
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.6);
}
#about section .more {
  text-indent: -100000px;
  display: block;
  padding: 0;
}
#about section .more span {
  display: block;
  width: 24px;
  height: 24px;
  background: none no-repeat center center;
}
#about .more[href*="twitter"] {
  right: 50px;
}
#about .more[href*="twitter"] span {
  background-image: url(../images/icon-twitter.png);
}
#about .more[href*="linkedin"] span {
  background-image: url(../images/icon-linkedin.png);
}
.vcard h2 a {
  font-weight: normal;
}
/* Header ------------------------------------- */
#logo a {
  display: block;
  width: 249px;
  height: 203px;
  background: url(../images/logo.png) no-repeat;
  text-indent: -100000px;
  border: 0;
}
/* Nav ---------------------------------------- */
nav {
  position: absolute;
  right: 0;
  top: 90px;
  padding: 0 10px;
  background: #bad4d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3cdcc), to(#718a89));
  background: -moz-linear-gradient(-90deg, #b3cdcc, #718a89);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
}
nav li {
  display: inline;
}
/* Type --------------------------------------- */
nav {
  text-transform: uppercase;
  font-size: 14px;
}
h1, h2, h3 {
  font-family: "Nadia Serif", Cambria, "Times New Roman", Times, serif;
}
#main h1 {
  font-size: 26px;
  padding-bottom: 18px;
}
h2 {
  margin-bottom: 1em;
  letter-spacing: 0.02em;
}
#about section h2 {
  font-size: 22px;
  /* color:@clr-txt-rev; Commented out due to lack of photos */
  margin-bottom: .2em;
}
.prod h2 {
  text-indent: -100000px;
  background: none no-repeat;
  position: absolute;
}
#sol h2 {
  width: 137px;
  height: 62px;
  background-image: url(../images/logo-sol.png);
  top: 30px;
  left: 34px;
}
#img2 h2 {
  width: 138px;
  height: 89px;
  background-image: url(../images/logo-img2.png);
  top: 24px;
  left: 34px;
}
h3 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #262626;
}
p {
  line-height: 1.4;
  margin-bottom: 12px;
}
p.intro {
  padding-bottom: 36px;
  margin-bottom: 18px;
  background: url(../images/deco-hr.png) no-repeat center bottom;
}
p#intro {
  font-family: "Nadia Serif";
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 36px;
  margin-bottom: 18px;
  background: url(../images/deco-hr.png) no-repeat center bottom;
}
.prod p {
  margin-left: 190px;
  padding-left: 20px;
  border: 2px solid #262626;
  border-width: 0 0 0 2px;
  -moz-border-image: url(../images/brd-prod.gif) 2 repeat;
  -webkit-border-image: url(../images/brd-prod.gif) 2 repeat;
  margin-bottom: 0;
}
#products .prod h2 {
  position: relative;
  left: 0;
  top: 0;
}
#products .prod p {
  border: 0;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 200px;
}
#products #img2 p {
  margin-bottom: 12px;
}
.more {
  font-size: 13px;
}
/* Images ------------------------------------- */
.prod img {
  position: absolute;
  bottom: -10px;
  left: 40px;
}
/* About us --------------------------------------- */
/* section#ak { padding-left:150px; }
section#gm { padding-left:150px; }
section#il { padding-right:150px; } Commented out due to lack of photos */
/* hCard --------------------------------------- */
#main .vcard {
  padding-left: 150px;
  background-image: url(../images/vcard.png);
  background-repeat: no-repeat;
  background-position: 20px 15px;
}
.vcard h2 {
  font-size: 18px;
  margin-bottom: .5em;
}
.vcard h3 {
  font-family: Calibri, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.vcard p {
  margin-bottom: 0;
}
/* Lists -------------------------------------- */
/* Forms -------------------------------------- */
/* Footer ------------------------------------- */
