/* common colors used for yes/no/maybe states on invitations */
/* common colors used for yes/no/maybe states on invitations */
/* below this is new */
/* below this is new */
/* Grid settings */
/* Grid settings */
/* Colors */
/* Colors */
/* Type */
/* Type */
/* Layout */
/* Layout */
.wysiwyg-font-size-smaller {
  font-size: smaller;
}

.wysiwyg-font-size-larger {
  font-size: larger;
}

.wysiwyg-font-size-xx-large {
  font-size: xx-large;
}

.wysiwyg-font-size-x-large {
  font-size: x-large;
}

.wysiwyg-font-size-large {
  font-size: large;
}

.wysiwyg-font-size-medium {
  font-size: medium;
}

.wysiwyg-font-size-small {
  font-size: small;
}

.wysiwyg-font-size-x-small {
  font-size: x-small;
}

.wysiwyg-font-size-xx-small {
  font-size: xx-small;
}

.wysiwyg-color-black {
  color: black;
}

.wysiwyg-color-silver {
  color: silver;
}

.wysiwyg-color-gray {
  color: gray;
}

.wysiwyg-color-white {
  color: white;
}

.wysiwyg-color-maroon {
  color: maroon;
}

.wysiwyg-color-red {
  color: red;
}

.wysiwyg-color-purple {
  color: purple;
}

.wysiwyg-color-fuchsia {
  color: fuchsia;
}

.wysiwyg-color-green {
  color: green;
}

.wysiwyg-color-lime {
  color: lime;
}

.wysiwyg-color-olive {
  color: olive;
}

.wysiwyg-color-yellow {
  color: yellow;
}

.wysiwyg-color-navy {
  color: navy;
}

.wysiwyg-color-blue {
  color: blue;
}

.wysiwyg-color-teal {
  color: teal;
}

.wysiwyg-color-aqua {
  color: aqua;
}

.wysiwyg-text-align-right {
  text-align: right;
}

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

.wysiwyg-text-align-left {
  text-align: left;
}

.wysiwyg-float-left {
  float: left;
  margin: 0 8px 8px 0;
}

.wysiwyg-float-right {
  float: right;
  margin: 0 0 8px 8px;
}

.wysiwyg-clear-right {
  clear: right;
}

.wysiwyg-clear-left {
  clear: left;
}

/* invitation base with some classic and neo defaults */
body.p_preview div.preload {
  display: none;
}

#invitation {
  display: inline-block;
  color: #fff;
  font-family: Georgia, Times, serif;
  background: #fff;
  width: 100%;
  height: 100%;
  font-size: 12px;
}
#invitation h1 {
  margin: 0;
}
#invitation h1 span {
  line-height: 1em;
  font-family: inherit;
}
#invitation span {
  line-height: 1em;
  font-family: inherit;
}
#invitation .attribution {
  position: absolute;
  right: 10px;
  bottom: -73px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
#invitation .bg_mid {
  margin: 0 auto;
}
#invitation .countdown {
  float: left;
  display: none;
  margin: 0 20px 0 10px;
}
#invitation .counter {
  display: none;
  float: left;
  margin-top: 15px;
  text-align: center;
  width: 100%;
  padding-bottom: 12px;
  background: url(/assets/1432851856/images/bg_counter_shadow.png) bottom no-repeat;
}
#invitation .inner {
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  width: 980px;
}
#invitation .locationName {
  text-decoration: underline;
}
#invitation .hostName:hover, #invitation a#map_link:hover {
  text-decoration: underline !important;
}
#invitation #upload_image_links {
  z-index: 2;
}
#invitation #event_image .main_image_mask {
  display: none;
  z-index: 1;
}
#invitation #event_image #upload_image_links #change_image {
  position: absolute;
  display: block;
  width: 48px;
  height: 51px;
  right: 0;
  bottom: 0;
  background: url(/assets/1432851856/images/change_image.png) no-repeat;
  z-index: 10;
}

body #invitation .wrapper {
  padding-bottom: 49px;
}

.classic #invitation h1, .neo #invitation h1 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}

.classic #invitation #event_image, .neo #invitation #event_image {
  position: relative;
  float: right;
  display: inline;
}

body.p_view_invite #invitation #event_image img {
  display: block;
  background: #333;
}

#invitation.no_main_image #event_image {
  display: none;
}

body.p_view_invite #invitation #upload_image_links {
  display: none;
}
body.p_preview #invitation.upload_images #upload_image_links {
  display: block;
}

/* for forthcoming new templates */
.classic #invitation {
  font-family: Arial, Helvetica, sans-serif;
  background-repeat: repeat;
}
.classic #invitation h1 {
  color: inherit;
}
.classic #invitation #event_details {
  min-height: 280px !important;
  width: 495px !important;
}
.classic #invitation .event_info {
  width: 370px;
}
.classic #invitation .countdown {
  float: right;
  display: inline;
}
.classic #invitation .calendar {
  float: left;
  display: inline;
  width: 6.5em;
  padding: 0 2px 2px;
  border-radius: 1px 1px 4px 4px;
  -moz-border-radius: 1px 1px 4px 4px;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  box-shadow: 0 2px 3px #000;
  -moz-box-shadow: 0 2px 3px #000;
  -webkit-box-shadow: 0 2px 3px #000;
}
.classic #invitation .calendar .month {
  padding: 0 0.2em;
  border-radius: 1px 1px 0 0;
  -moz-border-radius: 1px 1px 0 0;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  -webkit-border-bottom-left-radius: 0;
  webkit-border-bottom-right-radius: 0;
}
.classic #invitation .calendar .day {
  background: #fff;
  color: #333;
  border-radius: 1px 1px 4px 4px;
  -moz-border-radius: 1px 1px 4px 4px;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.classic #invitation .event_info, .classic #invitation .neo #invitation .event_info {
  float: left;
}
.classic #invitation #event_details, .classic #invitation .neo #invitation #event_details {
  float: left;
  display: inline;
  overflow: hidden;
  position: relative;
  width: 495px;
  padding: 20px;
  background: url(/assets/1432851856/images/event_form_bg/mid.png);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.classic #invitation #event_details li, .classic #invitation .neo #invitation #event_details li {
  clear: both;
  list-style: none;
  padding: 0.2em 0;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4em;
}
.classic #invitation #event_details li strong, .classic #invitation .neo #invitation #event_details li strong {
  display: inline-block;
  width: 65px;
  padding-right: 10px;
  text-align: right;
}
.classic #invitation #event_details li, .classic #invitation .neo #invitation #event_details li {
  overflow: hidden;
}
.classic #invitation #event_details li strong, .classic #invitation .neo #invitation #event_details li strong {
  float: left;
}
.classic #invitation #event_details li div, .classic #invitation .neo #invitation #event_details li div {
  float: left;
  width: 295px;
}
.classic #invitation #event_details li span.locationName, .classic #invitation .neo #invitation #event_details li span.locationName {
  display: block;
}
.classic #invitation #event_message ul, .classic #invitation .neo #invitation #event_message ul {
  padding-left: 20px;
}
.classic #invitation #event_message li, .classic #invitation .neo #invitation #event_message li {
  list-style: disc;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-style: normal;
  line-height: 1.4em;
}

body #invitation #event_details li.address a {
  text-decoration: none;
  cursor: pointer;
}

#invitation a.toggle {
  display: none !important;
  float: right;
  padding: 3px 0;
}

/* hide by default. override to show. */
* html #invitation .counter {
  background: none;
}

#invitation .counter .wrapper {
  white-space: nowrap;
  background: none;
  padding-bottom: 0;
}
#invitation .counter strong {
  display: block;
  margin: 0.4em 0;
  text-align: center;
  font-family: Georgia, Times, serif;
  font-size: 0.9em;
  font-style: italic;
}
#invitation .counter .unit {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 52px;
  background: url(/assets/1432851856/images/bg_counter_unit.png) top no-repeat;
  font-family: Arial, Helvetica, sans-serif;
}
#invitation .counter .wide .countdownDays {
  width: 66px;
  background: url(/assets/1432851856/images/bg_counter_unit_wide.png) top no-repeat;
}
#invitation .counter .unit strong {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  margin: 0;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
#invitation .counter .wide .countdownDays strong {
  width: 66px;
}
#invitation .counter .unit span {
  display: block;
  line-height: 40px;
  font-size: 1.4em;
  letter-spacing: 0.6em;
  padding-left: 0.5em;
  text-shadow: 0 0 2px #fff;
  color: #000;
}
#invitation .counter .wide .countdownMinutes {
  display: none;
}
#invitation .calendar {
  width: auto;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
#invitation .calendar .month {
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.8em;
  text-transform: uppercase;
  text-shadow: none;
}
#invitation .calendar .day {
  display: block;
  font-size: 4em;
  font-weight: bold;
  line-height: 1.2em;
  text-shadow: none;
}

* html .classic #invitation #event_details {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/1432851856/images/event_form_bg/mid.png', sizingMethod="scale");
}

/* invitation type: neo (web) */
.neo #invitation .counter {
  display: block;
}
.neo #invitation .event_info {
  width: 385px;
}
.neo #invitation #event_details {
  width: 580px !important;
  background: none;
}

* html .neo #invitation #event_details {
  filter: none;
}

.neo #invitation #event_details li strong {
  width: 55px;
}
.neo #invitation #event_details li.host div, .neo #invitation #event_details li.phone div, .neo #invitation #event_details li.address div, .neo #invitation #event_details li.time div {
  width: 320px;
}
.neo #invitation .countdown {
  float: left;
  width: 162px;
  display: inline;
}
.neo #invitation .calendar {
  height: 122px;
  background: url(/assets/1432851856/images/calendar.png) 50% no-repeat;
}
.neo #invitation .calendar .month {
  height: 40px;
  line-height: 40px;
  color: #666;
  text-shadow: 0 0 1px #fff;
  font-size: 1.1em;
}
.neo #invitation .calendar .day {
  height: 70px;
  line-height: 70px;
  font-size: 5em;
  color: #000;
}

.postcard #invitation .bg_mid {
  width: 740px;
  height: 420px;
  margin: 0 auto;
}
.postcard #invitation #event_image {
  display: none;
}

.postcard_short #invitation .bg_mid {
  width: 740px;
  height: 340px;
  margin: 0 auto;
}
.postcard_short #invitation #event_image {
  display: none;
}

.panel #invitation .bg_mid {
  width: 980px;
  height: 340px;
}
.panel #invitation #event_image {
  display: none;
}

.full #invitation .bg_mid {
  width: 980px;
  height: 420px;
}
.full #invitation #event_image {
  display: none;
}

.full_short #invitation .bg_mid {
  width: 980px;
  height: 340px;
}
.full_short #invitation #event_image {
  display: none;
}

.big_and_tall #invitation .bg_mid {
  width: 980px;
  height: 600px;
}
.big_and_tall #invitation #event_image {
  display: none;
}

html {
  overflow-y: scroll;
}
html.create_preview {
  overflow: hidden;
}
html body #invitation_container {
  width: 100%;
  overflow: hidden;
  height: 124px;
}
html body #invitation_container #design-template {
  width: 980px;
}
html body #invitation_container #design-template #invitation {
  height: auto;
  width: auto;
}
html body #invitation_container #design-template #invitation span {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

/*# sourceMappingURL=index.css.map */
