@charset "UTF-8";

/* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
   ••  Project: Screenfluent                                        ••
   ••  Date:    December 2009                                       ••
   •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••   
   
    1. Global Styles
       1.1 Reset
       1.2 Default
      
    2. Layout
       2.1 Clearfix
       2.2 Columns
      
---------------------------------------------------------------------- */

/* 1. =GLOBAL STYLES
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

/* 1.1 =Reset
---------------------------------------------------------------------- */

@import url("reset.css");

/* 1.2 =Default
---------------------------------------------------------------------- */

body {
  font: normal 13px/1.2 Arial, sans-serif;
  color: #717076;
  text-shadow: #131315 1px 1px 0;
}

a {
  color: #88c3f4;
}

a:hover,
a:focus {
  text-shadow: rgba(255, 255, 255, 0.5) 0 0 5px;
}

a:active,
button:active,
input[type="submit"]:active {
  position: relative;
  top: 1px;
}

del       { text-decoration: line-through; }
strong, b { font-weight: bold; }
em, i     { font-style: italic; }
li        { list-style: none; }

button,
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
}

button,
input[type="submit"],
input[type="image"],
label[for],
label > input[type="checkbox"],
label > input[type="radio"] {
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*  =Global
---------------------------------------------------------------------- */

.selections > li,
.selection {
  text-shadow: none;
}

strong {
  color: #b8b5c0;
}

/* 1.3 =Accessibility
---------------------------------------------------------------------- */

#a11y,
.structural {
  position: absolute;
  height: 1px;
  width: 1px;
  left: -999em;
}

/* 2. =LAYOUT
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

html {
  background: #1f2025 url("/images/pattern-site.png");
}

body {
  background: url("/images/pattern-top.png") repeat-x;
  padding-bottom: 20px;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
}

/* 2.1 =Clearfix
---------------------------------------------------------------------- */

#banner:after,
#banner nav ul:after,
.contact-support ul:after,
.contact-support div:after,
.share:after,
.favorite:after,
.columns:after,
.thumbnails:after,
.ads ul:after,
.tags:after,
.statistics p:after,
.statistics p:before,
.statistics li:after,
.promote-website:after,
.submission-status:after,
.submit-form > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

/* 2.2 =Columns
---------------------------------------------------------------------- */

.columns {
  position: relative;
  padding-bottom: 10px;
}

.columns .primary,
.columns .secondary {
  float: left;
}

.columns > .primary {
  width: 700px;
  padding-left: 14px;
  padding-right: 28px;
}

.columns > .secondary {
  width: 242px;
  padding-left: 16px;
}

/* Single Site */

.columns-site > .primary {
  width: 600px; /* there’s 14px left and 28px right padding here too */
}

.columns-site > .secondary {
  width: 342px;
}

/* Submit Site */

.columns-submit > .primary {
  width: 412px;
}

.columns-submit > .secondary {
  width: 530px;
}

/* Vertical Spliter */

.columns .splitter,
.columns .splitter :first-child,
.columns .splitter :first-child + span {
  position: absolute;
  width: 2px;
}

.columns .splitter {
  left: 740px;
  top: 0;
  bottom: 0;
  background: url("/images/column-splitter.png") repeat-y;
}

.columns .splitter :first-child,
.columns .splitter :first-child + span {
  background: url("/images/splitter-vertical-fade.png") no-repeat;
  height: 17px;
  width: 2px;
  overflow: hidden;
  left: 0;
}

.columns .splitter :first-child {
  top: 0;  
}

.columns .splitter :first-child + span {
  bottom: 0;
  background-position: 0 -17px;
}

.columns-site .splitter {
  left: 642px;
}

.columns-submit .splitter {
  left: 452px;
}

/* 3. BANNER
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#banner {
  padding: 83px 0 0 0;
}

#banner > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 62px;
  min-width: 1000px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.type-1 > span { background-image: url("/images/abstract-1.jpg"); }
.type-2 > span { background-image: url("/images/abstract-2.jpg"); }
.type-3 > span { background-image: url("/images/abstract-3.jpg"); }
.type-4 > span { background-image: url("/images/abstract-4.jpg"); }
.type-5 > span { background-image: url("/images/abstract-5.jpg"); }
.type-6 > span { background-image: url("/images/abstract-6.jpg"); }
.type-7 > span { background-image: url("/images/abstract-7.jpg"); }

#banner header {
  margin-top: -20px;
  position: relative;
  width: 362px;
  height: 128px;
  float: left;
}

#banner header * {
  position: absolute;
  left: -999em;
}

#banner header a {
  left: 0;
  width: 100%;
  height: 100%;
}

#banner header span {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("/images/logo-screenfluent.jpg") no-repeat;
}

#banner nav,
#banner nav ul,
#banner nav li:first-child {
  background-image: url("/images/nav.png");
}

#banner nav {
  background-color: #1c1b1d;
  background-position: 0 -82px;
  background-repeat: repeat-x;
  font-size: 14px;
  line-height: 41px;
  float: right;
}

#banner nav ul {
  background-position: 100% -41px;
  background-repeat: no-repeat;
  padding-right: 5px;
}

#banner nav li:first-child {
  background-repeat: no-repeat;
  padding-left: 5px;
}

#banner nav li {
  float: left;
}

#banner nav a {
  display: block;
  padding: 0 8px;
  color: #94929a;
}

/* 4. CONTENT
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

p {
  margin-bottom: 10px;
}

img.pull {
  float: left;
  border: 2px solid #413f43;
  margin-right: 6px;
}

.more {
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
}

.more a {
  display: block;
  padding: 10px;
  border: 2px solid #413f43;
  margin-bottom: 0;
}

/*  =Actions
---------------------------------------------------------------------- */

.action {
  margin-top: 12px;
  margin-bottom: -2px;
}

a.action,
.action a {
  font-size: 14px;
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  padding: 2px 0 2px 22px;
}

a.action-archive,
.action-archive a {
  padding-left: 19px;
  background-position: -174px -49px;
  color: #717076;
}

a.action-view-favorites,
.action-view-favorites a {
  color: #b4a3e6;
  background-position: -170px -97px;
}

a.action-favorite,
.action-favorite a {
  color: #dbc587;
  background-position: -170px -149px;
}

/*  =Sections
---------------------------------------------------------------------- */

.columns > .secondary section,
.columns > .secondary .contact-support > div {
  background: url("/images/splitter-246.png") no-repeat 0 100%;
  padding-bottom: 12px;
  margin-left: -4px;
  padding-left: 4px;
}

.columns-site > .secondary section {
  background-image: url("/images/splitter-342.png");
}

.section {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 20px;
}

/*  =Headers
---------------------------------------------------------------------- */

.columns header,
.columns header > :first-child,
.section header,
.section header > :first-child {
  background-image: url("/images/splitter-728.png");
  background-repeat: no-repeat;
}

.columns header,
.section header {
  margin-top: 20px;
  margin-bottom: 20px;
  background-position: 0 100%;
  text-shadow: #0e0e0f 1px 1px 0;
}

.header-inline,
.columns header > :first-child,
.section header > :first-child {
  padding: 12px 0 8px;
  font: bold italic 18px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  color: #dbd9e1;
}

.columns header p {
  margin-top: -5px;
}

.section header {
  margin-left: -14px;
  margin-right: -14px;
}

.section header,
.section header > :first-child {
  background-image: url("/images/splitter-1000.png");
}

.section header > :first-child {
  padding-left: 14px;
  padding-right: 14px;
}

/* Inline header (without <header>) */

.header-inline {
  font-size: 16px;
  padding: 0;
}

/* Element to be included (visually) in header */

.header-include {
  font-size: 18px;
  margin: -48px 0 0 0;
  line-height: 1;
  float: right;
}

/* Headers in default columns */

.columns > .primary header {
  margin-left: -14px;
  margin-right: -14px;
}

.columns > .primary header > :first-child {
  padding-left: 14px;
  padding-right: 14px;
}

.columns > .secondary header,
.columns > .secondary header > :first-child {
  background: none;
}

.columns > .secondary header {
  margin-top: 0;
  margin-bottom: 0;
}

.columns > .secondary header > :first-child {
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 15px;
}

/* Content headers */

.sub-header {
  color: #b9b6c1;
}

/*  =Thumnbails
---------------------------------------------------------------------- */

.thumbnails {
  margin-bottom: -20px;
}

.thumbnails li {
  float: left;
  margin-right: 28px;
  margin-bottom: 20px;
}

.thumbnails-labels li {
  padding-bottom: 38px;
  position: relative;
}

.thumbnails a,
.thumbnails img {
  display: block;
}

.thumbnails a {
  border: 2px solid #413f43;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-transition: border-color 0.25s ease-out;
  -webkit-transition: border-color 0.25s ease-out;
}

.thumbnails a:hover,
.thumbnails a:focus {
  border-color: #817f83;
}

.thumbnails-labels a .label {
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  background: url("/images/thumbnail-label.png") no-repeat;
  position: absolute;
  font-size: 11px;
}

.thumbnails-labels a .label em {
  font-style: normal;
  color: #77757b;
  display: block;
}

.thumbnails.premiere a {
  border-color: #f8f8f9;
}

.thumbnails.premiere a:hover,
.thumbnails.premiere a:focus {
  border-color: #000;
}

.columns > .primary .thumbnails {
  margin-right: -28px;
}

.columns-site > .secondary .thumbnails {
  margin-bottom: 0;
}

.columns-site > .secondary .thumbnails li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.columns-site > .secondary .thumbnails a {
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}

/*  =Selection
---------------------------------------------------------------------- */

/* Simple variant: <div class="selection">{item elements}
   Complex variant: <ul class="selections"><li>{item elements} */

.selection,
.selections > li {
  background: #9c9da9 url("/images/select.png");
  color: #0d0d0e;
  margin-bottom: 6px;
  margin-right: 31px;
}

.selection a:hover,
.selection a:focus,
.selections a:hover,
.selections a:focus {
  text-decoration: none;
} 

.selection > :first-child,
.selections > li > :first-child {
  font-size: 14px;
  font-weight: bold;
  padding: 7px;
}

.selection > :first-child,
.selection ul,
.selections > li > :first-child,
.selections > li ul {
  border: 2px solid #4a4a53;
}

.selection ul,
.selections > li ul {
  border-top: 0;
  max-height: 174px;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}

.selection ul a,
.selections > li ul a {
  color: #2c2b30;
  display: block;
  padding: 7px;
  outline-offset: -1px;
}

.selection ul a:hover,
.selection ul a:focus,
.selections > li ul a:hover,
.selections > li ul a:focus {
  background-color: #828290;
  background-color: rgba(0,0,0,0.15);
}

.selection-language {
  margin-left: 31px;
  position: relative;
}

.selection-language > span {
  position: absolute;
  width: 31px;
  height: 31px;
  top: 0;
  left: -31px;
  background: url("/images/select-lang.png") no-repeat;
}

.js .selection > :first-child,
.js .selections > li > :first-child {
  padding: 0;
}

.js .selection > :first-child a,
.js .selections > li > :first-child a {
  cursor: pointer;
  color: #0d0d0e;
  display: block;
  padding: 7px;
  background: url("/images/select-dropdown.png") no-repeat 100% 50%;
}

.js .selection a:active,
.js .selections a:active {
  top: 0;
}

/*  =Properties
---------------------------------------------------------------------- */

.properties  {
  color: #8f8d95;
}

.properties li {
  margin-top: 5px;
}

.properties li:first-child {
  margin-top: 0;
}

.properties strong {
  color: #b4b2ba;
  font-weight: normal;
}

/*  =Tags
---------------------------------------------------------------------- */

.tags {
  margin-top: 10px;
  line-height: 20px;
}

.tags li {
  display: inline;
}

.tags li.tag-1 { font-size: 22px; }
.tags li.tag-2 { font-size: 20px; }
.tags li.tag-3 { font-size: 18px; }
.tags li.tag-4 { font-size: 16px; }
.tags li.tag-5 { font-size: 14px; }
.tags li.tag-6 { font-size: 12px; }
.tags li.tag-7 { font-size: 10px; }

.tags li.tag-1 a { color: #e0dee7; }
.tags li.tag-2 a { color: #c2c0c8; }
.tags li.tag-3 a { color: #aaa8b0; }
.tags li.tag-4 a { color: #8e8d93; }
.tags li.tag-5 a { color: #828188; }
.tags li.tag-6 a { color: #79797f; }
.tags li.tag-7 a { color: #63616a; }

/* 5. SPECIFIC
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

/*  =Premiere Listings
---------------------------------------------------------------------- */

.has-pull-section {
  padding-top: 51px;
}

.has-pull-section > .primary .pull-section header {
  margin-top: -51px;
  width: 1000px;
}

.has-pull-section > .primary .pull-section header,
.has-pull-section > .primary .pull-section header > :first-child {
  background-image: url("/images/splitter-1000.png");
}

.has-pull-section .splitter {
  top: 51px;
}

/*  =Category
---------------------------------------------------------------------- */

.description {
  background: url("/images/splitter-728.png") no-repeat 0 100%;
  margin: 0 -14px 20px;
  padding: 0 14px 22px;
}

/*  =Contact & Support
---------------------------------------------------------------------- */

.columns > .secondary .contact-support {
  padding: 10px 0 0;
  background: none;
}

.share,
.columns > .secondary .contact-support > div {
  padding-top: 15px;
  line-height: 14px;
}

.contact-support p {
  margin-bottom: 0;
}

.contact-support .structural,
.contact-support ul {
  background-image: url("/images/contact-support.png");
  background-repeat: no-repeat;
}

.contact-support ul {
  background-repeat: repeat-x;
  background-position: 0 -60px;
  padding: 0 5px;
  line-height: 30px;
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
}

.contact-support .structural {
  position: absolute;
  z-index: 10;
  width: 236px;
  padding-top: 30px;
  background-position: 100% -30px;
  height: 0;
  right: 10px;
  left: auto;
  overflow: hidden;
}

.contact-support .structural span {
  display: block;
  width: 5px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/contact-support.png") no-repeat 0 0;
}

.contact-support li {
  display: inline-block;
}

.contact-support li a {
  display: block;
  padding: 0 7px;
  color: #849eb4;
  position: relative;
  z-index: 20;
}

.share a,
.contact-support div a {
  float: left;
  height: 40px;
  width: 40px;
  position: relative;
  top: -5px;
  text-indent: -1000em;
  background: url("/images/icons.png") no-repeat;
  margin-right: 5px;
}

.share a:focus,
.contact-support div a:focus {
  overflow: hidden;
}

.share a:active,
.contact-support div a:active {
  top: -4px;
}

.contact-support div .share-twitter {
  background-position: -50px 0;
}

.contact-support div .share-rss {
  background-position: -100px 0;
}

.share .share-all,
.contact-support div .share-all {
  background-position: -150px 0;
}

/*  =Submit
---------------------------------------------------------------------- */

/* Price */

.price {
  width: 71px;
  height: 71px;
  float: right;
  color: #fff;
  text-shadow: rgba(0,0,0,0.35) 0 1px 1px;
  background: url("/images/price.png") no-repeat;
  font-size: 20px;
  font-family: "Arial Rounded MT Bold";
  line-height: 71px;
  text-align: center;
}

.price > span {
  letter-spacing: -1px;
  display: block;
  transform: rotate(12.5deg);
  -moz-transform: rotate(12.5deg);
  -webkit-transform: rotate(12.5deg);
}

.price > span span {
  font-size: 11px;
}

/* Submission Stats */

.submission-statistics {
  background: url("/images/submission-statistics.png") no-repeat !important;
  margin: 9px 14px 0 0;
  padding-bottom: 0 !important;
}

.submission-statistics .status {
  margin: 0 0 20px 157px;
}

.submission-status .status {
  float: left;
  width: 270px;
  margin-right: 20px;
}

.submission-status .skip-waiting {
  margin-left: 320px;
  padding-top: 12px;
}

.submission-status .skip-waiting .header-inline {
  margin-bottom: 6px;
}

.submission-status .skip-waiting p a {
  color: #b4a3e6;
}

.express-in-progress,
.value-express {
  color: #b4a3e6 !important;
}

.reset-section {
  background: none !important;
}

/* Express Review */

.express-review {
  background: url("/images/express-review.png") no-repeat 0 20px !important;
  padding-left: 172px !important;
  text-align: justify;
}

.express-review > .header-inline {
  margin-left: -172px;
  background: url("/images/splitter-536.png") no-repeat;
  padding: 22px 0 6px 172px;
}

.express-review .price,
.skip-waiting .price {
  margin-top: -28px;
}

.express-review .price,
.premiere-listings .price {
  margin-left: 10px;
}

.express-review p + p > *,
.premiere-listings p + p > * {
  display: block;
  background: url("/images/paypal.png") no-repeat 100% 0;
}

.express-review p .inactive,
.premiere-listings p .inactive {
  opacity: 0.5;
  color: #8d8b93;
  cursor: default;
}

.express-review p a {
  color: #b4a3e6;
}

/* Premiere Listings */

.premiere-listings {
  background: url("/images/splitter-536.png") no-repeat !important;
  padding-top: 22px;
  text-align: justify;
}

.premiere-listings > .header-inline {
  padding-bottom: 6px;
}

.premiere-listings img {
  float: left;
  border: 2px solid #413f43;
  margin-right: 10px;
}

.premiere-listings p a {
  color: #e98a6f;
}

.premiere-listings .price,
.promote-website .price {
  background-position: 0 -71px;
}

/* Promote Website */

.promote-website ul {
  float: left;
  margin-right: 12px;
}

.promote-website .thumbnails li {
  margin-left: 28px;
  margin-right: 0;
}

.promote-website .thumbnails li:first-child {
  margin-left: 0;
}

.promote-website > div {
  float: left;
  width: 260px;
}

/*  =Status
---------------------------------------------------------------------- */

.status {
  background-position: 0 -117px;
  background-repeat: repeat-x;
  position: relative;
  padding: 0 15px;
  min-height: 117px;
}

.status-pending {
  color: #e8cb71 !important;
}

.status-declined {
  color: #e96d6d !important;
}

.status-accepted {
  color: #b7ee82 !important;
}

.status img {
  position: absolute;
  right: 13px;
  top: 15px;
  z-index: 10;
}

.status,
.status > .l,
.status > .r {
  background-image: url("/images/status.png");
}

.status > .l,
.status > .r {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.status > .l {
  left: 0;
}

.status > .r {
  right: 0;
  background-position: -5px 0;
}

.status .header-inline {
  color: #b7b4be;
  padding: 12px 0 10px;
}

.status ul {
  line-height: 1;
  position: relative;
  z-index: 20;
}

.status li {
  color: #d6d3de;
  font-size: 12px;
  margin-bottom: 10px;
}

.status em {
  font-size: 21px;
  font-style: normal;
}

.status strong {
  font-size: 12px;
  color: #8d8b93;
  width: 80px;
  padding-right: 6px;
  float: left;
  font-weight: normal;
}

.status strong:after {
  content: ":";
}

/*  =Ads
---------------------------------------------------------------------- */

.ads {
  padding-top: 15px;
}

.ads ul {
  margin-right: 22px;
}

.ads li {
  float: left;
  margin: 0 10px 10px 0;
}

.ads p {
  font-size: 12px;
  margin-bottom: 0;
}

.ads p a {
  color: #717076;
}

.affiliates {
  position: absolute;
  right: 10px;
  top: 11px;
}

.affiliates li {
  float: left;
  margin-left: -2px;
}

.affiliates a,
.affiliates img {
  display: block;
}

.affiliates a {
  position: relative;
  z-index: 10;
  border: 2px solid #151416;
  -moz-transition: border-color 0.25s linear;
  -webkit-transition: border-color 0.25s linear;
}

.affiliates a:hover,
.affiliates a:focus {
  border-color: #777;
  z-index: 20;
}

/*  =About
---------------------------------------------------------------------- */

.js .about p span {
  display: none;
}

.js .about .more {
  text-align: left;
  margin: 0;
}

.js .about .more a {
  cursor: pointer;
  display: inline;
  padding: 0;
  border: 0;
}

/*  =Logo Pack
---------------------------------------------------------------------- */

.logo-pack p {
  margin-bottom: 0;
}

/*  =Credits
---------------------------------------------------------------------- */

.credits {
  padding-top: 15px;
}

.credits .tagline {
  color: #49484e;
  font-size: 11px;
  margin-top: -5px;
}

.credits .hosted {
  font: bold italic 12px/1.2 Georgia, sans-serif;
  color: #060707;
  text-shadow: #2e2e32 1px 1px 0;
  margin-bottom: 0;
}

.credits .hosted img {
  display: block;
}

/*  =Information
---------------------------------------------------------------------- */

.information > p {
  margin-bottom: 0;
  font-size: 16px;
}

.information > p a {
  /* UX purposes */
  padding: 10px;
  margin-left: -10px;
}

/*  =Favorites
---------------------------------------------------------------------- */

.favorite {
  padding-top: 10px;
}

.favorite .action {
  margin-top: 0;
}

.favorite .action-favorite {
  float: left;
}

.favorite .action-view-favorites {
  float: right;
}

/*  =Full Thumbnail
---------------------------------------------------------------------- */

.full-thumbnail img {
  display: block;
  border: 2px solid #413f43;
}

/*  =Statistics
---------------------------------------------------------------------- */

.statistics {
  margin-right: -14px;
}

.statistics img {
  border: 2px solid #413f43;
  float: left;
}

.statistics ul {
  margin-left: 446px;
}

.statistics li {
  background: url("/images/splitter-268.png") no-repeat;
  padding: 7px 12px 5px;
  line-height: 22px;
  font-size: 12px;
  color: #dbd9e1;
  text-align: right;
  font-weight: bold;
}

.statistics li:after {
  clear: right;
}

.statistics li:first-child {
  background: none;
  padding-top: 0;
}

.statistics li strong {
  background-image: url("/images/icons.png");
  background-repeat: no-repeat;
  padding-left: 28px;
  float: left;
  color: #afadb7;
  font-size: 11px;
}

.stat-google strong { background-position: 0 -303px; }
.stat-yahoo strong { background-position: 0 -353px; }
.stat-alexa strong { background-position: 0 -403px; }
.stat-rss strong { background-position: 0 -453px; }
.stat-twitter strong { background-position: 0 -503px; }
.stat-delicious strong { background-position: 0 -553px; }

.statistics p {
  padding-top: 5px;
}

.statistics p a {
  display: block;
  float: right;
  margin-right: 272px;
}


/*  =Contact Form
---------------------------------------------------------------------- */

button,
input[type="submit"],
input[type="text"],
input[type="password"],
textarea {
  border: 2px solid #413f43;
  color: #0a1f22;
  padding: 6px;
}
  
input[type="text"],
input[type="password"],
textarea {
  border: 2px solid #413f43;
  background-color: #bec3d1;
  text-shadow: #fff 0 1px 0;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input[type="submit"] {
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  background: #2472a9 url("/images/button.png") repeat-x;
  text-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
}

button.button-alt {
  background-color: #71942f;
  background-image: url("/images/button-alt.png");
}

.contact-form {
  padding: 0 438px 0 0;
}

.contact-form textarea {
  float: right;
  width: 414px;
  height: 118px;
  margin-right: -428px;
}

.contact-form label {
  float: left;
  width: 76px;
  padding: 6px 6px 0 0;
  text-align: right;
}

.contact-form label:after {
  content: ":";
}

.contact-form label[for="contact-body"] {
  position: absolute;
  left: -999em;
}

.contact-form input[type="text"] {
  margin-bottom: 12px;
  width: 180px;
}

.contact-form button {
  float: right;
  margin-right: 0;
}

/*  =Submit Form
---------------------------------------------------------------------- */

.submit-form {
  margin-left: -14px;
  margin-right: -14px;
}

.submit-form > div,
.submit-form > label {
  display: block;
  background: url("/images/splitter-438.png") no-repeat;
  padding: 10px 14px 8px;
}

.submit-form > label {
  padding-top: 16px;
  padding-bottom: 14px;
}

.submit-form > div:first-child {
  padding-top: 8px;
  background: none;
}

.submit-form > div > label {
  float: left;
  width: 150px;
  padding: 10px 8px 0 0;
}

.submit-form > div p.info {
  clear: both;
  margin: 0;
  padding-top: 10px;
}

.submit-form .info-button {
  cursor: pointer;
}

.submit-form .info-button img {
  vertical-align: middle;
}

.submit-form-text > div > label {
  padding-top: 0;
}

.submit-form > div > label:after {
  content: ":";
}

.submit-form > div > label.info:after {
  content: "";
}

.submit-form .multi-select {
  display: block;
  margin-left: 158px;
  overflow: auto;
  max-height: 78px;
  width: 238px;
  border: 2px solid #413f43;
  background-color: #bec3d1;
  color: #0a1f22;
  text-shadow: #fff 0 1px 0;
}

.submit-form .multi-select label {
  display: block;
  padding: 2px 5px;
}

.submit-form .multi-select label:hover {
  background-color: #99a3b5;
}

.submit-form .value {
  display: block;
  float: right;
  color: #dbd8e6;
}

.submit-form .value-empty {
  color: #5b5a60;
}

.submit-form input[type="text"],
.submit-form input[type="password"],
.submit-form select,
.submit-form .value {
  width: 242px;
}

.submit-form select {
  margin-top: 6px;
  margin-bottom: 6px;
}

.submit-form > div.submit > label {
  float: none;
  width: auto;
  padding-right: 0;
}

.submit-form > div.submit > label:after {
  content: "";
}

.submit-form .buy {
  color: #b4a3e6;
  background: url("/images/paypal.png") no-repeat 100% 50%;
  margin-right: 22px;
}

.submit-form > p {
  padding: 15px 0 0 14px;
}

.submit-form > .invalid > .error {
  display: block;
  padding-left: 160px;
  color: #bc4d4d;
  font-size: 11px;
}

.submit-form > .invalid > input[type="text"] {
  background-color: #c7b0b7;
  border-color: #413f43;
}

.submit-form > .invalid > .error:before {
  content: "↓ ";
}

.submit-form > .invalid > .error:after {
  content: " ↓";
}

.submit-form > .fluid > input {
  width: 110px;
}

.submit-form > .submit > .error {
  padding-left: 0;
  padding-bottom: 5px;
}

.submit-form .fluid .fluid-info,
.submit-form .fluid .fluid-desc {
  font-size: 12px;
}

.submit-form .fluid .fluid-info {
  float: right;
  color: #a0b762;
  padding: 10px 5px;
  width: 130px;
}

.submit-form .fluid .fluid-desc {
  clear: both;
  display: block;
  color: #dbd8e6;
  padding: 5px 0 0 160px;
}

/*  =Plugins
---------------------------------------------------------------------- */

.js .a2a_menu {
  text-shadow: none;
}

/*
#fancy_overlay {
  background-color: #000 !important;
  opacity: 0.45 !important;
}
*/

#fancy_inner {
  background-color: #413f43 !important;
  text-shadow: none !important;
}

#fancy_content {
  top: 6px !important;
  right: 6px !important;
  bottom: 6px !important;
  left: 6px !important;
  background-color: #bec3d1 !important;
}

#fancy_ajax img {
  display: block;
  border-top: 1px solid #848791;
}

#fancy_ajax a {
  display: block !important;
  float: right !important;
  color: #345b81 !important;
  text-transform: lowercase !important;
  padding: 6px 0 4px !important;
}

#fancy_ajax a:first-child {
  background: url("/images/icons.png") no-repeat 100% -195px !important;
  padding-right: 23px !important;
  color: #393b64 !important;
}

#fancy_ajax a:first-child::before {
  content: "|" !important;
  color: #9097b3 !important;
  padding: 0 1ex !important;
}

#fancy_close {
  background: url("/images/icons.png") no-repeat -167px -248px !important;
  width: 29px !important;
  height: 26px !important;
  left: 6px !important;
  top: 6px !important;
}