<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Site dimensions */
/* Colors */
html {
  -webkit-font-smoothing: antialiased; }

body {
  width: 912px;
  min-height: 615px;
  margin: 0 auto;
  background-color: black;
  color: #cccccc;
  font-size: 13px;
  line-height: 1.3; }

a {
  color: #cccccc; }
  a:hover {
    text-decoration: none; }

a:hover, h2, h3 {
  margin: 10px 0;
  color: white; }

h2, h3 {
  font-size: 1.15em; }

.absolute-center {
  position: absolute;
  top: 50%;
  margin: -307.5px 0 0 0; }

.site-bg {
  width: 650px;
  height: 598px;
  position: absolute;
  top: 0;
  left: 169px;
  background-color: #787878; }

.site-wrapper {
  overflow: auto;
  width: 912px;
  height: 615px; }

.site-content-wrapper {
  width: 778px;
  height: 485px;
  overflow: hidden;
  position: absolute;
  top: 85px;
  left: 133px;
  background: #333333 url(../img/lynsolo-home.jpg) 0 0 no-repeat; }
  body.featured-project .site-content-wrapper {
    background-image: none; }

.site-header {
  width: 110px;
  height: auto;
  position: absolute;
  top: 34px;
  left: 0; }
  .site-header h1 {
    width: 101px;
    height: 49px;
    margin: 1px 0 35px auto; }
    .site-header h1 a {
      width: 101px;
      height: 49px;
      display: block;
      background: url(../img/logo.png) no-repeat 0 0;
      text-indent: -999em;
      margin: 0; }

.site-footer {
  position: absolute;
  right: 93px;
  bottom: 0;
  color: #999;
  font-size: 1.0em;
  font-weight: normal; }

.side-nav {
  width: 100%;
  padding-left: 0;
  text-align: right; }
  .side-nav ul {
    padding: 5px 0 18px 0; }
    .side-nav ul a {
      font-weight: normal; }
  .side-nav li {
    line-height: 19px;
    list-style: none; }
  .side-nav a {
    color: #999;
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none; }
    .side-nav a:hover {
      color: #fff; }
    .side-nav a.on {
      color: #fff; }

.content {
  width: 650px;
  height: 121px;
  position: absolute;
  top: 0;
  left: 36px;
  background: black;
  background: rgba(0, 0, 0, 0.75); }
  .content .content-title {
    margin-bottom: 10px; }
  .content .content-title,
  .content .content-body {
    width: 65%;
    position: absolute;
    top: 35px;
    left: 25px; }
    .content .content-title h1, .content .content-title h2, .content .content-title h3,
    .content .content-body h1,
    .content .content-body h2,
    .content .content-body h3 {
      margin: 0; }
  .content .content-body {
    top: 62px; }
  .content .content-form {
    width: 40%;
    position: absolute;
    top: 62px;
    right: 50px; }
    .content .content-form .form-row,
    .content .content-form .form-button-row {
      padding: 0 0 6px 0; }
    .content .content-form .form-row {
      position: relative;
      left: -100px; }
    .content .content-form label {
      width: 95px;
      height: auto;
      position: absolute;
      top: 2px;
      left: 0;
      color: #cccccc;
      font-size: 0.85em;
      font-weight: bold;
      text-align: right; }
    .content .content-form input, .content .content-form textarea {
      width: 100%;
      position: relative;
      left: 100px;
      font-size: 0.85em;
      border: 1px solid #fff; }
      .content .content-form input:focus, .content .content-form textarea:focus {
        color: #7c7c7c;
        background-color: #e8e8e8;
        outline: none; }
    .content .content-form .form-button {
      width: 72px;
      height: 22px;
      left: auto;
      margin: 0 10px 0 0;
      background-color: #787878;
      color: white;
      border: none;
      text-align: left;
      font-size: 0.9em;
      font-weight: normal; }
    .content .content-form .required {
      float: right;
      color: white;
      font-size: 0.9em;
      font-weight: normal; }
    .content .content-form .form-validation {
      height: 13px;
      margin: -6px 0 3px 0;
      padding: 0;
      display: block;
      color: white;
      font-size: 0.8em;
      list-style: none; }
      .content .content-form .form-validation li {
        display: none; }
        .content .content-form .form-validation li:first-child {
          display: block; }
  body.featured-project .content .content-title,
  body.featured-project .content .content-body {
    top: 35px; }
  body.featured-project .content .content-title {
    width: 110px; }
  body.featured-project .content .content-body {
    left: 150px;
    width: 325px; }
  body.page .content, body.contact .content {
    height: 401px; }
  body.featured-project .content .content {
    width: 325px;
    position: absolute;
    top: 35px;
    left: 150px; }

.carousel-paging {
  z-index: 999;
  position: absolute;
  top: 35px;
  right: 109px;
  padding: 0;
  margin: 0;
  list-style: none; }
  .carousel-paging li {
    float: left;
    list-style: none; }
    .carousel-paging li.on a {
      padding: 0;
      margin: 0;
      color: #7c7c7c; }
  .carousel-paging a {
    width: 12px;
    height: auto;
    display: block;
    color: white; }
    .carousel-paging a:hover {
      padding: 0;
      margin: 0;
      color: #7c7c7c; }

.carousel {
  width: 7780px;
  position: absolute;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .carousel li {
    float: left; }
</pre></body></html>