/* common colors used for yes/no/maybe states on invitations */
/* count styles, like seen on view page guest list */
/* mixin for three column layout like the gallery page, with an ad on the right */
/* this makes it possible to share styles without having to use the primary and secondary classes */
/* RESET */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a,
img, small, strike, strong, b, u, i,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix, *:first-child + html .clearfix {
  zoom: 1;
}

/* IE6 */
/* IE7 */
.clr {
  clear: both;
}

.base-sprite, div#header div#logo a, body.alt-header div#header div#logo a {
  background: url('http://g0.evitecdn.com/assets/1371498122/images/base-s0c3f26ba78.png') no-repeat;
}

/* base.css */
/*  this stuff will house global styles from evite.css
 *  in an effort to improve on legacy styles. */
body {
  background: #f1f1f1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
}

a {
  color: #0181bd;
  text-decoration: none;
}
a:hover {
  color: #02699a;
  text-decoration: underline;
  cursor: pointer;
}
a:focus {
  color: #02699a;
}

.clear {
  clear: both;
}

/* loading */
div.loader {
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: url(/assets/1371498122/images/ajax-loader-large.gif) no-repeat top center;
  padding-top: 55px;
}

.loading {
  display: block;
  padding: 90px 90px 50px;
  font-size: 1.1em;
  color: #999999;
  text-align: center;
}

/* buttons */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn_primary, .btn_secondary, .btn_alt, .btn_select, .btn_facebook {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 0 9px;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  -webkit-background-clip: padding-box;
  -moz-box-shadow: 0 1px 2px #dddddd;
  -webkit-box-shadow: 0 1px 2px #dddddd;
  box-shadow: 0 1px 2px #dddddd;
}
.btn_primary:hover, .btn_secondary:hover, .btn_alt:hover, .btn_select:hover, .btn_facebook:hover {
  text-decoration: none;
}

button.btn_primary, button.btn_secondary, button.btn_alt, button.btn_select {
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 9px;
  line-height: 1.2em;
}
button.btn_primary:hover, button.btn_primary:focus, button.btn_secondary:hover, button.btn_secondary:focus, button.btn_alt:hover, button.btn_alt:focus, button.btn_select:hover, button.btn_select:focus {
  background-position: 0 25px;
}
button.btn_primary:active, button.btn_secondary:active, button.btn_alt:active, button.btn_select:active {
  background-position: 0 50px;
}

.btn_primary.btn_small, .btn_secondary.btn_small, .btn_alt.btn_small, .btn_select.btn_small, .btn_facebook.btn_small {
  font-size: 0.9em;
  line-height: 21px;
  padding: 0 4px;
}

.btn_primary {
  color: white;
  background: #6fab0b url(/assets/1371498122/images/btn_primary.gif) top;
  border: 1px solid #6cb100;
}
.btn_primary:hover, .btn_primary:focus {
  color: #f9f9f9;
  border-color: #65a700;
}
.btn_primary:active {
  color: #dfeaca;
  border-color: #6cb100;
}
.btn_primary.disabled {
  color: #c0e086;
}

.btn_secondary {
  color: #333333;
  background: url(/assets/1371498122/images/btn_secondary.gif) top;
  border: 1px solid #bdbdbd;
  text-decoration: none !important;
  padding-left: 5px !important;
}
.btn_secondary:hover, .btn_secondary:focus {
  color: black;
  border-color: #a8a8a8;
  text-decoration: none;
}
.btn_secondary:active {
  color: #333333;
  border-color: #bdbdbd;
}
.btn_secondary.disabled {
  color: #cccccc;
}
.btn_secondary.disabled:hover, .btn_secondary.disabled:focus {
  border: 1px solid #bdbdbd;
}

.btn_alt {
  color: white;
  background: #eea100 url(/assets/1371498122/images/btn_alt.gif) top;
  border: 1px solid #eb9100;
}
.btn_alt:hover, .btn_alt:focus {
  color: #f9f9f9;
  border-color: #df8900;
}
.btn_alt:active {
  color: #f6e4c7;
  border-color: #eb9100;
}
.btn_alt.disabled {
  color: #eeb75e;
}

.btn_select {
  color: white;
  background: #6fab0b url(/assets/1371498122/images/btn_primary.gif) top;
  border: 1px solid #6cb100;
}
.btn_select:hover, .btn_select:focus {
  color: #f9f9f9;
  border-color: #65a700;
}
.btn_select:active {
  color: #dfeaca;
  border-color: #6cb100;
}
.btn_select.disabled {
  color: #a9cb6b;
}

.btn_primary.disabled, .btn_secondary.disabled, .btn_alt.disabled, .btn_select.disabled {
  background-position: 0 75px;
  cursor: default;
}

.btn_facebook {
  color: white;
  background: url(/assets/1371498122/images/facebook/facebook_btn.png) no-repeat;
  border: 1px solid #5779bd;
  padding-left: 35px;
}
.btn_facebook:hover, .btn_facebook:active, .btn_facebook:focus {
  color: #f5f7fa;
  border-color: #5071af;
  background-position: 0 0;
  text-decoration: none;
}

.btn_round {
  white-space: nowrap;
  background: -webkit-gradient(linear, center top, center bottom, from(white), to(#ededed));
  background: -moz-linear-gradient(-90deg, white, #ededed);
  background: linear-gradient(#ffffff, #ededed);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  color: #666666;
  padding: 0 10px;
  width: auto;
  line-height: 18px;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  -webkit-background-clip: padding-box;
}
.btn_round.depressed, .btn_round.active {
  background: url(/assets/1371498122/images/btn_round_depressed.png);
}
.btn_round:hover, .btn_round:focus {
  text-decoration: none;
  border-color: #cccccc;
}

/* buttons w/ descriptive text */
.btn_wrapper {
  white-space: nowrap;
}
.btn_wrapper strong, .btn_wrapper em {
  float: left;
  margin: 0 5px;
  line-height: 1.1em;
  vertical-align: middle;
}
.btn_wrapper strong span {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
}
.btn_wrapper a {
  float: left;
  vertical-align: middle;
}
.btn_wrapper em {
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height: 26px;
}

/* buttons w/ icons */
a.btn_primary span, a.btn_secondary span, a.btn_alt span, a.btn_facebook span {
  display: inline-block;
  padding-left: 25px;
}
a.btn_primary.btn_small span, a.btn_secondary.btn_small span, a.btn_alt.btn_small span {
  padding-left: 21px;
}
a.save_draft span, a.save_guest span {
  background: url(/assets/1371498122/images/btnicn_save.png) left no-repeat;
  padding-left: 22px;
}
a.upload span {
  background: url(/assets/1371498122/images/btnicn_upload.png) left no-repeat;
}
a.btn_facebook span {
  padding-left: 22px;
  background: url(/assets/1371498122/images/btnicn_facebook.gif) left no-repeat;
}

/* a.preview_invitation span {background: url(/assets/1371498122/images/btnicn_preview.gif) left no-repeat;} */
.shell {
  top: auto;
  margin: 0 auto 20px;
}

.no-leaderboard #header .advertisement {
  display: none;
}

#modal-iframe {
  opacity: 0;
  -moz-box-shadow: 0 4px 10px #cccccc;
  -webkit-box-shadow: 0 4px 10px #cccccc;
  box-shadow: 0 4px 10px #cccccc;
  border-radius: 5px 5px 0 0;
  background: transparent;
}

/* button styles */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button::-moz-focus-inner.btn-primary, button::-moz-focus-inner.btn-secondary, button::-moz-focus-inner.btn-alt, button::-moz-focus-inner.btn-select {
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 9px;
  line-height: 1.2em;
}
button::-moz-focus-inner:hover {
  text-decoration: none;
}

.btn-primary, .btn-secondary, .btn-alt, .btn-select, .btn-facebook, .form-field select {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 0 9px;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  -webkit-background-clip: padding-box;
}
.btn-primary.btn-small, .btn-secondary.btn-small, .btn-alt.btn-small, .btn-select.btn-small, .btn-facebook.btn-small, .form-field select.btn-small {
  font-size: 0.9em;
  line-height: 21px;
  padding: 0 4px;
}
.btn-primary:hover, .btn-secondary:hover, .btn-alt:hover, .btn-select:hover, .btn-facebook:hover, .form-field select:hover {
  text-decoration: none;
}

.btn-primary {
  color: white;
  background: #6fab0b url(/assets/1371498122/images/btn_primary.gif) top;
  border: 1px solid #5aa500;
}
.btn-primary:hover, .btn-primary:focus {
  color: #f9f9f9;
  border-color: #65a700;
}
.btn-primary:active {
  color: #dfeaca;
  border-color: #6cb100;
}
.btn-primary.disabled {
  color: #c0e086;
}

.btn-secondary, .form-field select {
  color: #333333;
  background: url(/assets/1371498122/images/btn_secondary.gif) top;
  border: 1px solid #bdbdbd;
  text-decoration: none !important;
  -moz-box-shadow: 0 1px 2px #dddddd;
  -webkit-box-shadow: 0 1px 2px #dddddd;
  box-shadow: 0 1px 2px #dddddd;
}
.btn-secondary:hover, .form-field select:hover {
  color: black;
  border-color: #a8a8a8;
  text-decoration: none;
}
.btn-secondary:active, .form-field select:active {
  color: #333333;
  border-color: #bdbdbd;
}
.btn-secondary.disabled, .form-field select.disabled {
  border: 1px solid #bdbdbd;
  color: #cccccc;
}

.btn-alt {
  color: white;
  background: #eea100 url(/assets/1371498122/images/btn_alt_new.gif) top;
  border: 1px solid #eb9100;
}
.btn-alt:hover, .btn-alt:focus {
  color: white;
  background: #eea100 url(/assets/1371498122/images/btn_alt_new_hover.gif) top;
  border: 1px solid #eea100;
}

.btn-select {
  color: white;
  background: #6fab0b url(/assets/1371498122/images/btn_primary.gif) top;
  border: 1px solid #6cb100;
}
.btn-select:hover, .btn-select:focus {
  color: #f9f9f9;
  border-color: #65a700;
}
.btn-select:active {
  color: #dfeaca;
  border-color: #6cb100;
}
.btn-select.disabled {
  color: #a9cb6b;
}

.btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus, .btn-select:hover, .btn-select:focus {
  background-position: 0 25px;
}
.btn-primary:active, .btn-secondary:active, .btn-select:active {
  background-position: 0 50px;
}
.btn-primary.disabled, .btn-secondary.disabled, .btn-select.disabled {
  background-position: 0 75px;
  cursor: default;
}

/* button styles for account header */
.btn-facebook {
  color: white;
  background: url(/assets/1371498122/images/facebook/facebook_btn.png) no-repeat;
  border: 1px solid #5779bd;
  padding-left: 35px;
}
.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus {
  color: #f5f7fa;
  border-color: #5071af;
  background-position: 0 0;
  text-decoration: none;
}

.btn-round {
  white-space: nowrap;
  background: #f3f3f3 url(/assets/1371498122/images/btn_round.png);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  color: #666666;
  padding: 0 10px;
  width: auto;
  line-height: 18px;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  -webkit-background-clip: padding-box;
}
.btn-round.depressed, .btn-round.active {
  background: url(/assets/1371498122/images/btn_round_depressed.png);
}
.btn-round:hover, .btn-round:focus {
  text-decoration: none;
  border-color: #cccccc;
}

.btn-major {
  padding: 0 40px;
  background: #6fab0b url(/assets/1371498122/images/btn_major.png) top;
  border: 3px solid white;
  text-shadow: #558708 1px 1px 1px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 1px 2px #aaaaaa;
  -webkit-box-shadow: 0 1px 2px #aaaaaa;
  box-shadow: 0 1px 2px #aaaaaa;
  font-size: 16px;
  text-align: center;
  color: white;
  display: inline-block;
  line-height: 34px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  -webkit-background-clip: padding-box;
}
.btn-major:hover {
  color: white;
  background-position: 0 -34px;
  text-decoration: none;
}
.btn-major.disabled {
  background-position: 0 -68px;
  color: #f6f6f6;
  text-shadow: 0 0 1px #999999;
  cursor: default;
}
.btn-major:active, .btn-major:focus {
  color: #f6f6f6;
  text-shadow: none;
  background-position: 0 -102px;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

.error-message {
  background: none repeat scroll 0 0 #ffebeb;
  border: 1px solid #eccdcd;
  border-radius: 2px 2px 2px 2px;
  clear: both;
  color: #e50000;
  font-weight: normal;
  line-height: 1.3em;
  margin: 5px 0;
  padding: 5px;
  text-align: center;
}

.form-field label.validation-error {
  color: red;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  clear: left;
  float: left;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-center {
  text-align: center;
}

.badge {
  background: #2fa1bd;
  color: white;
  padding: 4px 4px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 3px #124c5a inset;
  -webkit-box-shadow: 0 1px 3px #124c5a inset;
  box-shadow: 0 1px 3px #124c5a inset;
  font-size: 9px;
  font-family: Helvetica, Arial, sans-serif;
}

/* header */
div#header {
  position: relative;
  z-index: 51;
  background: #73ac0b;
  color: white;
  font-size: 1em;
}
div#header div.advertisement {
  display: inline-block;
  width: 100%;
  padding: 2px 0;
  background: #6da80b url(/assets/1371498122/images/header/pinstripe.png);
}
div#header div.advertisement div.leaderboard {
  width: 728px;
  min-height: 90px;
  margin: 0 auto;
  border: 2px solid #5e8f09;
  background: #8dbd0d;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
div#header div.advertisement div.leaderboard iframe {
  display: block;
}
div#header div.inner {
  background: #73ac0b url(/assets/1371498122/images/header/nav.png) top repeat-x;
}
div#header div.inner div.bar {
  width: 980px;
  position: relative;
  margin: 0 auto;
  height: 39px;
  line-height: 39px;
  overflow: visible;
  z-index: 100;
  zoom: 1;
}
div#header div.inner a {
  color: white;
}
div#header div.inner a:hover {
  text-decoration: none;
}
div#header div.shadow {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: url(/assets/1371498122/images/shadow_down.png) repeat-x;
}
div#header div#logo {
  float: left;
  margin: 4px 0;
  display: inline-block;
  width: 70px;
  height: 30px;
  vertical-align: middle;
}
div#header div#logo a {
  float: left;
  display: block;
  width: 50px;
  height: 29px;
  margin-right: 14px;
  text-indent: -1000000px;
  background-position: 0 -9px;
}
div#header div#logo span {
  float: left;
  display: block;
  width: 38px;
  height: 15px;
  font-size: 9px;
  font-family: Arial;
  background: #659f0a;
  color: #c3e47c;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 15px;
  margin-top: 7px;
  border: 1px solid #609609;
  border-top: 1px solid #568408;
  border-bottom: 1px solid #77ae23;
}
div#header div#navigation {
  display: inline-block;
  border-left: 1px solid #669a0a;
  border-right: 1px solid #8bba39;
  font-size: 1.1em;
}
div#header div#navigation li {
  float: left;
  display: inline-block;
  font-weight: bold;
  border-left: 1px solid #8bba39;
  border-right: 1px solid #669a0a;
  text-shadow: 1px 0 1px #63990a;
}
div#header div#navigation li.menu_expanded {
  background-position: center !important;
}
div#header div#navigation li a {
  display: block;
  padding: 0 20px;
  background: url(/assets/1371498122/images/header/nav_btn.png) top repeat-x;
}
div#header div#navigation li a:hover {
  background-position: 0 -78px;
}
div#header div#navigation li a:active, div#header div#navigation li a:focus, div#header div#navigation li a:active {
  color: #d5e6b6;
  background-position: 0 -39px;
}
div#header div#navigation li ul.menu {
  position: absolute;
  width: 150px;
}
div#header div#navigation li ul.menu li {
  width: 150px;
  border: none;
}
div#header div#navigation li ul.menu li a {
  background-repeat: repeat-x;
  padding-right: 15px;
}
div#header div#navigation li ul.menu li a span {
  display: block;
  background-image: url(/assets/1371498122/images/header/nav_dropdown_item_arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
}
div#header div#navigation li ul.menu li:hover a span {
  background-image: url(/assets/1371498122/images/header/nav_dropdown_item_arrow_hover.png);
}
div#header div#navigation .more > a {
  padding-right: 10px;
}
div#header div#navigation .more > a span {
  background: url(/assets/1371498122/images/header/nav_dropdown_arrow.png) center right no-repeat;
  padding-right: 20px;
}
div#header a.btn_primary, div#header a.btn_select {
  font-size: 0.9em;
  height: 24px;
  margin-left: 5px;
  line-height: 24px;
  -moz-box-shadow: 0 0 0 black;
  -webkit-box-shadow: 0 0 0 black;
  box-shadow: 0 0 0 black;
  border-color: #587f09;
  background: #6fab0b url(/assets/1371498122/images/header/btn_select_nav.gif) top;
  text-shadow: 1px 0 1px #63990a;
}
div#header a:hover.btn_primary, div#header a:hover.btn_select {
  color: white;
  background-position: bottom;
}
div#header a:focus.btn_primary, div#header a:focus.btn_select {
  color: white;
  background-position: bottom;
}
div#header a:active.btn_primary, div#header a:active.btn_select {
  color: #d5e6b6;
  background-position: 0 48px;
}
div#header div#account {
  position: absolute;
  top: 5px;
  right: 0;
  height: 27px;
  line-height: 27px;
}
div#header div#account strong {
  padding: 0 7px;
  font-weight: normal;
  font-size: 0.9em;
  color: #d4eca1;
}
div#header div#account li a {
  font-size: 11px;
}
div#header div#account li ul.menu {
  line-height: 29px;
}
div#header div#account li ul.menu li {
  display: block;
  font-size: 0.9em;
}
div#header div#account li ul.menu li a {
  display: block;
  background: url(/assets/1371498122/images/select_menu.gif) repeat-x;
  padding: 0 10px;
  background-position: 0 0;
}
div#header div#account li ul.menu li a:hover, div#header div#account li ul.menu li a:focus {
  background-position: 0 -30px;
}
div#header div#account li ul.menu li.signout span {
  margin-right: 6px;
  width: 8px;
  height: 8px;
  background: url(/assets/1371498122/images/header/sign_out_x.gif) no-repeat;
  display: inline-block;
}
div#header div#account ul.logged_in li.select a {
  margin: 0;
}
div#header div#account ul.logged_in li.select ul.menu {
  background: #79b018;
  border: 1px solid #518108;
  border-top: none;
}
div#header div#account span.logged_out {
  line-height: 27px;
}
div#header div#account span.logged_out ul li.signin a {
  width: 110px;
  margin-left: 2px;
}
div#header div#account span.logged_out ul li.register a {
  width: 60px;
}
div#header div#account span.logged_out ul, div#header div#account span.logged_out li {
  display: inline;
}
div#header div#account span.logged_out a.btn-primary {
  line-height: 24px;
  background: #6fab0b url(/assets/1371498122/images/btn_primary.png) top;
  border: 1px solid #598f1e;
  font-size: 11px;
  color: #fafafa;
}
div#header div#account span.logged_out a.btn-primary:hover {
  background-position: 0 48px;
}
div#header div#account span.logged_out a.btn-primary:active {
  color: #d5e6b6;
  background-position: 0 24px;
}
div#header #account .menu_expanded > a {
  color: #d5e6b6;
  background-position: 0 48px;
}
div#header li.select a.btn_select {
  padding-right: 0;
}
div#header li.select a.btn_select span {
  white-space: nowrap;
  display: block;
  min-width: 110px;
  width: auto !important;
  width: 110px;
  padding-left: 0;
  padding-right: 45px;
  background: url(/assets/1371498122/images/btn_select_arrow.gif) top right no-repeat;
  text-align: left;
}
div#header li:hover.select a.btn_primary span {
  background-position: bottom right;
}
div#header li.select ul.menu {
  display: none;
  z-index: 20000;
}
div#header div.site-warning-bar {
  background-color: #e5e5e5;
  height: 30px;
  position: relative;
}
div#header div.site-warning-bar p {
  color: #666666;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}
div#header div.site-warning-bar a.close {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 15px;
  height: 15px;
  display: block;
  background: url(/assets/1371498122/images/site-warning-bar-close.png);
}

/* alt header (white) */
body.alt-header div#header {
  background: whitesmoke;
}
body.alt-header div#header div.inner {
  background: whitesmoke url(/assets/1371498122/images/header/nav_gray.png) bottom repeat-x;
}
body.alt-header div#header div.inner a {
  color: #666666;
}
body.alt-header div#header div#navigation {
  border: 0;
  border-right: 1px solid #d6d6d6;
}
body.alt-header div#header div#navigation .more > a span {
  background-image: url(/assets/1371498122/images/header/nav_dropdown_arrow_gray.gif);
}
body.alt-header div#header div#navigation ul.menu {
  border-top: 1px solid #cccccc;
}
body.alt-header div#header div#navigation ul.menu li a {
  background: url(/assets/1371498122/images/header/nav_btn_gray.png) top repeat-x;
}
body.alt-header div#header div#navigation ul.menu li a span {
  background-image: url(/assets/1371498122/images/header/nav_dropdown_item_arrow_gray.png);
}
body.alt-header div#header div#navigation ul.menu li a:hover span, body.alt-header div#header div#navigation ul.menu li a:focus span {
  background-image: url(/assets/1371498122/images/header/nav_dropdown_item_arrow_hover_gray.png);
}
body.alt-header div#header div#navigation .menu_expanded > a {
  color: #666666;
}
body.alt-header div#header div#navigation li {
  text-shadow: none;
  border-left: 1px solid #d6d6d6;
  border-right: 0;
}
body.alt-header div#header div#navigation li a {
  background: url(/assets/1371498122/images/header/nav_btn_gray.png) top repeat-x;
  border-left: 1px solid #fbfbfb;
  border-right: 1px solid #fcfcfc;
}
body.alt-header div#header div#navigation li a:hover {
  color: black;
  background-position: 0 -78px;
}
body.alt-header div#header div#navigation li a:active, body.alt-header div#header div#navigation li a:focus {
  color: #8c8c8c;
  background-position: 0 -39px;
}
body.alt-header div#header div#navigation li.more ul.menu li a {
  border: 1px solid #cbcbcb;
  border-top: 0;
  color: #666666;
}
body.alt-header div#header div#navigation li.more ul.menu li a:hover, body.alt-header div#header div#navigation li.more ul.menu li a:focus {
  color: black;
  background: #fcfcfc;
}
body.alt-header div#header div#logo a {
  background-position: 0 -188px;
  background: url(/assets/1371498122/images/header/logo_gray.png) no-repeat;
}
body.alt-header div#header .advertisement {
  background: whitesmoke url(/assets/1371498122/images/header/header_gradient_gray.png) repeat-x;
}
body.alt-header div#header .advertisement .leaderboard {
  border: 0px solid #e0e0e0;
  background: transparent;
}
body.alt-header div#header div#logo span {
  float: left;
  display: block;
  width: 38px;
  height: 15px;
  font-size: 9px;
  font-family: Arial;
  background: #e0e0e0;
  color: #666666;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 15px;
  margin-top: 7px;
  border: 1px solid #d2d2d2;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #dedede;
}
body.alt-header div#header li.select a.btn-select span {
  background: url(/assets/1371498122/images/btn_select_arrow_gray.gif) no-repeat scroll right top transparent;
}
body.alt-header div#header a.btn-primary, body.alt-header div#header a.btn-select {
  border-color: #bdbdbd;
  background-image: url(/assets/1371498122/images/button_gradient.gif);
  text-shadow: none;
}
body.alt-header div#header a:hover.btn-primary, body.alt-header div#header a:hover.btn-select {
  color: black;
}
body.alt-header div#header a:focus.btn-primary, body.alt-header div#header a:focus.btn-select {
  color: black;
}
body.alt-header div#header div#account ul.menu {
  width: 164px;
}
body.alt-header div#header div#account ul.menu li a {
  background: white url(/assets/1371498122/images/header/select_menu_gray.gif) top repeat-x;
  border-bottom: 1px solid #eeeeee;
}
body.alt-header div#header div#account ul.menu li a:hover, body.alt-header div#header div#account ul.menu li a:focus {
  background-position: 0 -30px;
  color: #333333;
}
body.alt-header div#header div#account ul.menu li.signout span {
  background: url(/assets/1371498122/images/header/sign_out_x_orange.gif);
}
body.alt-header div#header div#account ul.logged_in > li > a, body.alt-header div#header div#account span.logged_out > li > a {
  background: url(/assets/1371498122/images/btn_white.png) top repeat-x;
  color: #666666;
  text-shadow: none;
  border-color: #bdbdbd;
}
body.alt-header div#header div#account ul.logged_in > li > a:hover, body.alt-header div#header div#account span.logged_out > li > a:hover {
  color: black;
  background-position: 0 -24px;
}
body.alt-header div#header div#account ul.logged_in > li > a:active, body.alt-header div#header div#account span.logged_out > li > a:active {
  color: black;
  background-position: 0 -48px;
}
body.alt-header div#header div#account ul.logged_in > li > a span, body.alt-header div#header div#account span.logged_out > li > a span {
  background: url(/assets/1371498122/images/btn_select_arrow_gray.gif) no-repeat scroll right top transparent;
}
body.alt-header div#header div#account li.select ul.menu {
  background: transparent;
  border: 1px solid #cbcbcb;
  border-top: none;
}
body.alt-header div#header div#account strong {
  color: #999999;
}

/* structural stuff */
div.container {
  min-height: 500px;
  height: auto !important;
  height: 500px;
}
div.container div#content {
  position: relative;
  padding-bottom: 40px;
  clear: both;
}

div#page {
  min-width: 980px;
}

#adskin {
  padding-top: 21px;
  width: 100%;
}

#ad_ad-east {
  width: 160px;
  height: 600px;
}

#ad_ad-skinny {
  height: 60px;
  text-align: center;
  /* original color: background-color: #73AC0B */
  background-color: #7ab60d;
  padding: 4px;
}
#ad_ad-skinny iframe {
  margin: auto;
  width: 970px;
}

#ad_ad-east iframe {
  width: 160px;
  height: 600px;
}

#ad_ad-north iframe {
  height: 90px;
}

#ad_ad-skinny iframe {
  height: 60px;
}

#ad_ad-300x250 iframe {
  height: 250px;
}

#ad_ad-skin iframe {
  height: 1px !important;
  visibility: hidden !important;
}

#ad_ad-frp {
  height: 476px;
  width: 100%;
}

div.frp_sponsor_message {
  background: none repeat scroll 0 0 white;
  color: #999999;
  font-size: 11px;
  padding-bottom: 5px;
  text-align: center;
}
div.frp_sponsor_message a.view_more_offers {
  background: url("/assets/1371498122/images/frp/view_more_offers_button_2.png") repeat scroll 0 0 transparent;
  bottom: 31px;
  display: block;
  height: 26px;
  position: absolute;
  right: -1px;
  width: 133px;
  top: -26px;
}

/* common form styles */
.form-field {
  position: relative;
  padding: 5px 0;
}
.form-field.inline {
  display: inline-block;
  width: auto !important;
}
.form-field .inline {
  display: inline-block;
  width: auto !important;
}
.form-field .inline label {
  display: inline-block;
  width: auto !important;
}
.form-field label {
  display: block;
  line-height: 15px;
  vertical-align: middle;
  color: #666666;
}
.form-field.form-inline label {
  display: inline-block;
  width: 90px;
  margin: auto 3px;
  text-align: right;
}
.form-field input, .form-field textarea {
  width: 210px;
  margin: 0;
  padding: 3px;
  font-family: inherit;
  color: #333333;
  border: 1px solid #cccccc;
  font-size: 13px;
  vertical-align: middle;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 2px 2px #e3e3e3 inset;
  -webkit-background-clip: padding-box;
  -moz-transition: border linear 0.2s;
  -webkit-transition: border linear 0.2s;
  transition: border linear 0.2s;
  padding: 5px;
}
.form-field input:-moz-placeholder, .form-field textarea:-moz-placeholder, .form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.form-field input[type="checkbox"], .form-field input[type="radio"] {
  width: auto !important;
  background: none;
  border: none;
}
.form-field input[type="file"] {
  border-color: transparent;
  background: #fcfcfc;
  -moz-box-shadow: 0 0 1px #999999;
  -webkit-box-shadow: 0 0 1px #999999;
  box-shadow: 0 0 1px #999999;
}
.form-field input[disabled] {
  background: #eeeeee;
  color: #999999;
}
.form-field select[disabled] {
  background: #eeeeee;
  color: #999999;
}
.form-field input:focus, .form-field textarea:focus {
  border-color: #999999;
}
.form-field select {
  width: 218px;
  margin: 0;
  padding: 2px 2px 2px 0;
  text-align: left;
  font-weight: normal;
  font-family: inherit;
  font-size: 13px;
}
.form-field.checkbox input {
  width: auto;
  vertical-align: top;
}
.form-field.checkbox label {
  width: 225px;
  vertical-align: top;
  text-align: left;
}
.form-field .help-block {
  display: block;
  margin: 5px 0 5px 120px;
  font-size: 11px;
  color: #999999;
}
.form-field .help-inline {
  display: inline-block;
}
.form-field ul.errorlist {
  margin: 0;
  padding: 0;
}
.form-field ul.errorlist li {
  font-size: 12px !important;
  display: block;
  padding: 4px 5px 4px 25px;
  margin: 0 0 3px 0;
  border: 1px solid red;
  color: white;
  background: red url(/assets/1371498122/images/icon_alert.gif) 5px 0.2em no-repeat;
}
.form-field ul.errorlist li a {
  color: white;
  text-decoration: underline;
}

div.form-errors {
  color: #fbfbfb;
  font-weight: bold;
  background-color: orange;
  padding: 14px;
  margin-bottom: 20px;
  border: 1px #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.form-errors p {
  font-size: 15px;
}
div.form-errors ul {
  padding: 1em 1em 0 1em;
}
div.form-errors li {
  list-style: disc;
  padding: none;
  margin: 0 0 1em 0;
}

/* extended styles from evite.css */
.editable tbody tr:hover {
  background: #ffffcc;
}
.editable input.contenteditable {
  width: 100%;
  border: 1px solid transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0 !important;
  font-family: inherit;
  font-size: auto;
  color: #444444;
  background: transparent;
}
.editable input:focus.contenteditable {
  color: black;
  -moz-box-shadow: 0 0 3px #02699a;
  -webkit-box-shadow: 0 0 3px #02699a;
  box-shadow: 0 0 3px #02699a;
}

/* jquery ui autocomplete */
.ui-autocomplete {
  position: absolute;
  max-height: 200px;
  background: white;
  border: 1px solid #cccccc;
  overflow: auto;
}

.ui-menu-item a {
  display: block;
  padding: 3px;
  font-size: 13px;
  color: #666666;
  text-decoration: none;
}
.ui-menu-item .ui-state-hover {
  background: #d6f1b2;
  color: #333333;
}

/* semantic replacement for the primary/secondary/tertiary mess */
aside.left {
  position: relative;
  float: left;
  padding: 0;
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}

article.middle {
  float: left;
  z-index: 5;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-radius: 0 0 0 0;
  margin: 0 0 0 1px;
  padding: 0 0 20px;
}

aside.right {
  border-radius: 0 10px 0 0;
  background: none repeat scroll 0 0 transparent;
  float: left;
}

.social_icon {
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -100000px;
  background: url("/assets/1371498122/images/social_icons_sprite.png") 0 0 no-repeat;
}
.social_icon.facebook {
  background-position: 0 0;
}
.social_icon.twitter {
  background-position: -22px 0;
}
.social_icon.pinterest {
  background-position: -44px 0;
}
.social_icon.google {
  background-position: -66px 0;
}
.social_icon.itunes {
  background-position: -88px 0;
}
.social_icon.android {
  background-position: -110px 0;
}

#footer .footer_mobile {
  margin-left: 40px;
}
#footer .footer_social li, #footer .footer_mobile li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: none;
  margin: 8px 0;
  font-size: 11px;
  line-height: 23px;
}
#footer .footer_social a, #footer .footer_mobile a {
  margin: 3px !important;
}
#footer .footer_social iframe {
  margin: 0 7px 1px;
  vertical-align: middle;
  *zoom: 1;
}
#footer .version_id {
  color: #e6e6e6;
  font-size: 11px;
  width: 120px;
  margin: 0 auto;
}
#footer .version_id:hover {
  cursor: default;
  color: #999999;
}

/* ads */
div.ad iframe {
  -moz-user-select: none;
}

/* ----------------------------------------
 *    BrowserBlast by @markgdyr
 *    markgoodyear.com
 *---------------------------------------- */
#browserblast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-bottom: 2px solid #d4c790;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #6d6647;
  text-align: center;
  background: #faf4af;
}
#browserblast a {
  color: green;
  text-decoration: underline;
  white-space: nowrap;
}

/*To prevent the banner overlapping content
 *.unsupported-browser is appened to the HTML tag
 *so you can push it down. The margin should be
 *total hight of the banner (height + border). */
.unsupported-browser {
  margin-top: 42px;
}
