/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }
body { height: 100%; margin: 0; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: rgba(159,28,52,0.75); color: #fff; text-shadow: none; }
::selection { background: rgba(159,28,52,0.75); color: #fff; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; cursor: help; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==|== primary styles =====================================================
   Author: Matt Leahy
   ========================================================================== */

/* =============== Fonts =============== */

@font-face {
    font-family: 'SeganLight';
    src: url('../fonts/segan-light-webfont.eot');
    src: url('../fonts/segan-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segan-light-webfont.woff') format('woff'),
         url('../fonts/segan-light-webfont.ttf') format('truetype'),
         url('../fonts/segan-light-webfont.svg#SeganLight') format('svg');
    font-weight: 200;
    font-style: normal;

}

/* =============== Main Structure =============== */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: url('../images/bg.jpg') repeat fixed #f0eeee;
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%) fixed, url('../images/bg.jpg') repeat fixed #f0eeee; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)) fixed, color-stop(100%,rgba(255,255,255,0))), url('../images/bg.jpg') repeat fixed #f0eeee; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%) fixed, url('../images/bg.jpg') repeat fixed #f0eeee; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%) fixed, url('../images/bg.jpg') repeat fixed #f0eeee; /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%) fixed, url('../images/bg.jpg') repeat fixed #f0eeee; /* IE10+ */
	background: linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%) fixed, url('../images/bg.jpg') repeat fixed #f0eeee; /* W3C */
	font-family: 'SeganLight', Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #61162d;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
}

#pattern {
	display: none;
}

#content {
	width: 90%;
	padding: 0 5% 0 5%;
	margin: 0;
}

/* =============== Home =============== */

#home {
	width: 90%;
	padding: 0 5% 0 5%;
	margin: 0;
}

#intro {
	padding: 12% 0 8% 0;
}

#intro h1 {
	color: #d53044;
}

#intro p {
	font-size: 1.7em;
	text-align: left;
	letter-spacing: 0;
	word-spacing: 2px;
	margin: 0 0 15px 0;
}

#intro p#intro-sig {
	font-size: 1.9em;
	text-align: right;
	color: #a69097;
}

#intro p#intro-sig b {
	color: #61162d;
	font-weight: normal;
}

#intro a {
	border-bottom-width: 1px;
}

/* =============== Nav =============== */

#nav-bar {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 250;
}

#nav {
	display: block;
	width: 100%;
	height: 60px;
	padding: 0;
	background: url('../images/red-bg.jpg') repeat #9f1c34;
}

#nav ul {
	display: block;
	height: 60px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1.5em;
}

#nav ul li {
	display: inline-block;
	width: auto;
	height: 60px;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #61162d;
}

#nav ul li a {
	display: block;
	height: 24px;
	padding: 18px 6px 18px 14px;
	background: url('../images/dot-dark-red.png') 0 47% no-repeat;
	
	color: #ead4d4;
	vertical-align: middle;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

#nav ul li:first-child > a {
	padding-left: 12px;
	background: none;
}

/* Dropdown */

#nav ul li .dropdown {
	/* Hide */
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	opacity: 0;
	/********/
	z-index: 20;
	bottom: 0px;
	left: 0;
	position: absolute;
	padding: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#nav ul li:hover .dropdown {
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	bottom: 60px;
	opacity: 1.0;
}

#nav ul li ul {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	background: transparent;
	white-space: nowrap;
	padding: 2px;
	margin: 0;
	font-size: 0.9em;
	text-align: left;
}

#nav ul li:hover ul {
	background: #fff;
	-webkit-box-shadow: 0 3px 7px rgba(153,142,136,0.75), 0 -3px 4px rgba(153,142,136,0.25) inset;
	-moz-box-shadow: 0 3px 7px rgba(153,142,136,0.75), 0 -3px 4px rgba(153,142,136,0.25) inset;
	box-shadow: 0 3px 7px rgba(153,142,136,0.75), 0 -3px 4px rgba(153,142,136,0.25) inset;
}

#nav ul li ul li {
	display: block;
	width: auto;
	height: auto;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#nav ul li ul li a {
	color: #61162d;
	height: auto;
	margin: 0;
	padding: 6px 13px 6px 13px;
	background: transparent;
	text-shadow: none;
}

#nav ul li ul li:nth-child(even) a {
	background: #f7f7f7;
}

/* =============== Content =============== */

.content-section {
	/*min-height: 100%;*/
	border-top: 1px dotted #CFC9C9;
}

.content-wrapper {
	padding: 12% 0 0 0;
}

.content-wrapper > header {
	margin: 0 0 40px 0;
}

.content-wrapper > header p {
	text-align: center;
}

.block, .block.half {
	background: #fff;
	padding: 8%;
	margin: 0 0 10% 0;
	position: relative;
	-webkit-box-shadow: 0 3px 7px rgba(153,142,136,0.75);
	-moz-box-shadow: 0 3px 7px rgba(153,142,136,0.75);
	box-shadow: 0 3px 7px rgba(153,142,136,0.75);
}

.block.darker {
	background: #fcfcfc;
}

.block:after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: -20px;
	background: url('../images/shadow-curved.png') 50% 0 no-repeat;
	background-size: 100% auto;
	opacity: 0.35;
}

.block header {
	height: auto;
	text-align: center;
	margin: 0 0 7% 0;
}

.block header h3 {
	display: inline-block;
	height: 30px;
	padding: 0 25px 0 25px;
	background: #fff;
	line-height: 30px;
	vertical-align: middle;
	margin: 0;
}

.block.darker h3 {
	background: #fcfcfc;
}

.ie7 .block header h3 {
	display: inline;
}

.block-header p {
	margin: 0;
}

/* =============== Location =============== */

#location {
	width: 100%;
	height: auto;
	padding: 0;
}

#location > section {
	padding: 25px 8% 35px 8%;
}

p.loc-name {
	margin: 0;
	font-size: 1.8em;
	line-height: 1.25em;
	vertical-align: middle;
	color: #d53044;
}

p.loc-address {
	font-size: 1.6em;
	line-height: 1.25em;
	margin: 0;
}

.ie7 p.loc-name, .ie7 p.loc-address {
	display: inline;
}

p.loc-address + hr {
	margin: 15px 0 15px 0;
}

/* =============== Party =============== */

#party {
	overflow: hidden;
}

#party header {
	margin-bottom: 10%;
}

#party ul {
	font-size: 1.7em;
	color: #9f1c34;
	list-style: none;
	list-style-image: none;
	margin: 15px 0 0 0;
	padding: 0;
}

#party ul li {
	margin: 0 0 16px 0;
}

#party ul li:last-child {
	margin: 0;
}

#party ul .party-pos {
	font-size: 1.0em;
	color: #61162d;
}

#party #bride-party {
	display: block;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #cfc9c9;
}

#party #groom-party {
	display: block;
}

#wedding-party {
	position: absolute;
	top: -25px;
}

/* =============== Hotels =============== */

#hotels {
	width: auto;
	height: auto;
}

#hotel-map {
	display: none;
}

.hotel h3 {
	display: block;
	height: 80px;
	margin: 0 auto 25px auto;
}

.hotel h3 a {
	display: block;
	height: 80px;
	background: url('../images/logos.png') no-repeat;
	margin: 0;
	text-indent: -9999px;
	border: 0;
}

.hotel#hie h3 {
	width: 165px;
}
.hotel#hie h3 a {
	background-position: 0 -81px;
}

.hotel#mar h3 {
	width: 193px;
}
.hotel#mar h3 a {
	background-position: 0 -243px;
}

.hotel#sleep h3 {
	width: 222px;
}
.hotel#sleep h3 a {
	background-position: 0 -405px;
}

.hotel#shamin h3 {
	width: 193px;
}
.hotel#shamin h3 a {
	background-position: 0 -567px;
}

.hotel p {
	font-size: 1.5em;
	margin: 15px 0 0 0;
}

.hotel .addr1 {
	display: block;
}

.hotel p:first-child {
	margin: 0;
}

#reg-logos {
	padding: 0;
	margin: 0;
}

/* =============== Registry =============== */

.reg-logo {
	display: none;
}

/* =============== Story =============== */

#meeting header + p:first-letter, #engaged header + p:first-letter {
	font-size: 40px;
	color: #d53044;
	text-shadow: 2px 2px 0 #f0efee, 3px 3px 0 #d1bdc3;
	margin: 0 2px 0 0;
}

/* =============== Photos =============== */

#photos {
	padding: 0 0 25px 0;
}

.photo {
	display: inline-block;
	background: transparent;
	width: 43%;
	height: auto;
	padding: 3.5%;
	position: relative;
	border: 0;
}

.ie8 .photo:after {
	display: none;
}

.photo img {
	max-width: 90%;
	height: auto;
	padding: 5%;
	background: #fff;
	-webkit-box-shadow: 0 3px 4px rgba(153,142,136,0.5);
	-moz-box-shadow: 0 3px 4px rgba(153,142,136,0.5);
	box-shadow: 0 3px 4px rgba(153,142,136,0.5);
}

/* =============== Footer =============== */

footer {
	padding: 0 15px 80px 15px;
}

#photo-credit {
	font-size: 1.4em;
}

/* =============== RSVP Form =============== */

#rsvp-form header {
	margin: 0 0 45px 0;
}

#rsvp-form header h3 {
	font-size: 4.1em;
	color: #61162d;
}

#rsvp-form header h3 .spacer {
	background: url('../images/dot-red.png');
	margin: 0 5px 0 5px;
}

#rsvp-form #main-form {
	padding-top: 25px;
	border-top: 1px dotted #cfc9c9;
}

.question {
	padding: 0 0 15px 0;
	position: relative;
}

label {
	display: block;
	font-size: 1.6em;
	color: #61162d;
	text-transform: lowercase;
	margin: 0 7px 3px 7px;
}

label.small {
	font-size: 1.4em;
}

input {
	width: 80%;
	background: #f7f7f6;
	border: 1px solid #d7c5ca;
	outline: 0;
	height: 20px;
	padding: 7px 15px 5px 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.8em;
	line-height: 20px;
	font-family: 'SeganLight', Arial, Helvetica, sans-serif;
	color: #61162d;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
	-o-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
	transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
}

input:focus {
	border-color: #9f1c34;
	background: #fff;
}

input.select {
	width: auto;
}

#number input.select {
	width: 70px;
}

.select-menu {
	display: none;
}

#attending {
	padding: 0 10px 25px 10px;
}

#attending label {
	text-align: center;
	margin: 0 0 25px 0;
	font-size: 2.5em;
	color: #9f1c34;
}

#attending .radio {
	display: block;
	width: auto;
	height: 25px;
	background: url('../images/radio-button.png') 0 -25px no-repeat;
	background-size: 25px auto;
	cursor: pointer;
	padding: 0 0 0 35px;
	margin: 0 0 15px 0;
	
	font-size: 1.6em;
	line-height: 25px;
	vertical-align: middle;
	text-transform: lowercase;
	color: #824e5e;
}

#attending .radio.selected {
	color: #9f1c34;
	background-position: 0 0;
}

#submit {
	margin-top: 25px;
}

input[type=submit], input[type=button] {
	width: auto;
	text-transform: lowercase;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 2px 2px #d7c5ca;
	-moz-box-shadow: 0 1px 2px 2px #d7c5ca;
	box-shadow: 0 1px 2px 2px #d7c5ca;
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	-moz-transition: -moz-box-shadow 0.3s linear;
	-o-transition: -o-box-shadow 0.3s linear;
	transition: box-shadow 0.3s linear;
	position: relative;
}

input[type=submit] {
	height: 50px;
	padding: 0 20px 0 20px;
	font-size: 1.8em;
	color: #fff;
	background-color: #881a32;
	background: #881a32; /* Old browsers */
	background: -moz-linear-gradient(top,  #881a32 0%, #61162d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#881a32), color-stop(100%,#61162d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #881a32 0%,#61162d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #881a32 0%,#61162d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #881a32 0%,#61162d 100%); /* IE10+ */
	background: linear-gradient(top,  #881a32 0%,#61162d 100%); /* W3C */
	border: 1px solid #61162d;
	border-top-color: #d53044;
}

input[type=submit]:active {
	background-color: #61162d;
	background-image: none;
	border-top-color: #61162d;
	border-bottom-color: #d53044;
	color: #e9e1e3;
	-webkit-box-shadow: 0 -2px 1px 1px #d7c5ca;
	-moz-box-shadow: 0 -2px 1px 1px #d7c5ca;
	box-shadow: 0 -2px 1px 1px #d7c5ca;
	top: 2px;
}

input[type=button] {
	height: 40px;
	padding: 0 15px 0 15px;
	font-size: 1.4em;
	background-color: #e9e1e3;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e1e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e1e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e1e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e1e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e1e3 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e9e1e3 100%); /* W3C */
	border: 1px solid #d7c5ca;
}

.error-message {
	display: none;
	padding: 7px 12px 7px 12px;
	margin: 0 0 10px 0;
	background: url('../images/red-bg.jpg') repeat #9f1c34;
	font-size: 1.4em;
	color: #fff;
	-webkit-transition: left 0.5s linear, opacity 0.5s linear;
	-moz-transition: left 0.5s linear, opacity 0.5s linear;
	-o-transition: left 0.5s linear, opacity 0.5s linear;
	transition: left 0.5s linear, opacity 0.5s linear;
}

.error label {
	color: #d53044;
}

.error input {
	background-color: #f5e6e9;
	border-color: #d53044;
}

/* =============== Type =============== */

h1, h2 {
	font-size: 4.0em;
	line-height: 1.15em;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	text-shadow: 2px 2px 0 #f0efee, 3px 3px 0 #d1bdc3;
	margin: 0 0 15px 0;
}

h1 {
	color: #d53044;
}

h2 {
	color: #61162d;
}

h3 {
	font-size: 2.2em;
	color: #d53044;
	margin: 0 0 15px 0;
	text-align: left;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 1px;
}

p, address {
	color: #61162d;
	font-size: 1.5em;
	line-height: 1.35em;
	margin: 0 0 15px 0;
	text-align: justify;	
}

ul, ol {
	color: #61162d;
	font-size: 1.5em;
	line-height: 1.35em;
	margin: 0 0 15px 0;
}

a {
	color: #d53044;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
	-webkit-transition: color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear;
	-moz-transition: color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear;
	-o-transition: color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear;
	transition: color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear;
	cursor: pointer;
}

a:hover {
	color: #61162d;
	border-color: #9f1c34;
}

a.cta {
	display: block;
	text-align: center;
	font-size: 1.5em;
	border: 0;
	padding: 7px 20px 5px 20px;
	vertical-align: middle;
	color: #d53044;
}

a.cta:hover {
	background: rgba(175,165,165,0.2);
}

.ie7 a.cta:hover, .ie8 a.cta:hover {
	background: #e1dfdf;
}

p a.cta {
	font-size: 1.0em;
}

a.cta:after {
	content: "";
	display: inline-block;
	width: 37px;
	height: 15px;
	background: url('../images/link-arrow.png') 100% 50% no-repeat;
	margin: 0 0 0 5px;
	position: relative;
	top: 2px;
}

a.cta.back:after {
	display: none;
}

a.cta.back:before {
	content: "";
	display: inline-block;
	width: 37px;
	height: 15px;
	background: url('../images/link-arrow.png') 0% 50% no-repeat;
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}

hr {
	border: 0;
	border-bottom: 1px dotted #cfc9c9;
	margin: 30px 0 30px 0;
}

.spacer {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: url('../images/dot-light.png') 0 0 no-repeat;
	margin: 0 3px 0 3px;
	position: relative;
	bottom: 1px;
	vertical-align: middle;
	text-indent: -9999px;
}

figure {
	padding: 4px;
	border: 1px solid #d9c7cd;
	margin: 0 auto 15px auto;
	text-align: center;
}

figure img, figure iframe { max-width: 100%; height: auto; }


/* == Fancybox == */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	width: 100% !important;
	height: 100% !important;
	position: fixed;
	top: 0px !important;
	left: 0px !important;
	padding: 0;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.75);
}

#fancybox-content {
	width: 100% !important;
	height: 100% !important;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0 !important;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	padding: 10px 10px 10px 11px;
	background: url('../images/close-sm.png') 50% 50% no-repeat #000;
	cursor: pointer;
	z-index: 1103;
	display: none;
	border: 0 !important;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
	padding: 0;
	margin: auto;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35px;
	cursor: pointer;
	outline: none;
	background: transparent;
	z-index: 1102;
	display: none;
	border: 0 !important;
	background: rgba(0,0,0,0.5);
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	margin: -12px 0 0 -12px;
	cursor: pointer;
	z-index: 1102;
	display: block;
	background: url('../images/next-prev-sm.png') no-repeat;
	background-size: 200% auto;
}

#fancybox-left-ico {
	background-position: 0 0;
}

#fancybox-right-ico {
	background-position: 100% 0;
}

.fancybox-bg {
	display: none;
}

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (max-width: 1024px) {
	.mobile-hide {
		display: none;
	}
}

@media only screen and (min-width: 600px) {
	
	/* =============== Main Structure =============== */

	#wrapper {
		max-width: 1200px;
	}

	#pattern {
		display: block;
		background: url('../images/bg-pattern.png') 50% 0 no-repeat;
		background-size: 100% auto;
		width: 28%;
		max-width: 263px;
		height: 100%;
		position: fixed;
		z-index: 50;
		top: 0;
		margin: 0 0 0 4%;
	}

	#content {
		width: 60.333%;
		height: 100%;
		padding: 0 2.333% 0 37.333%;
	}
	
	.content-wrapper {
		padding: 27.5% 0 0 0;
	}
	
	.block header {
		background: url('../images/stripes.png') 0 50% repeat-x;
	}
	
	.block header h3 {
		padding: 0 10px 0 10px;
	}

	/* =============== Home =============== */

	#home {
		width: 60.333%;
		padding: 0 2.333% 0 37.333%;
	}

	#intro {
		padding: 30% 6.5% 13.25% 6.5%;
	}

	/* =============== Nav =============== */

	#nav-bar {
		width: 60.333%;
		height: 50px;
		padding: 0 2.333% 0 0;
		position: fixed;
		top: 0px;
		bottom: auto;
		left: auto;
		right: 0px;
		margin: 0;
		z-index: 105;
	}
	
	#nav {
		width: 100%;
		height: 50px;
	}
	
	#nav ul {
		height: 50px;
	}
	
	#nav ul li {
		height: 50px;
	}
	
	#nav ul li a {
		padding: 13px 6px 13px 14px;
	}
	
	.ie7 #nav {
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#b9b3b2', Direction=180, Strength=5);
	}
	
	#nav ul {
		font-size: 1.5em;
	}
	
	/* Dropdown */
	
	#nav ul li .dropdown {
		top: 0px;
		bottom: auto;
	}

	#nav ul li:hover .dropdown {
		top: 50px;
	}
	
	#nav ul li ul:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 12px solid #fff;
		position: absolute;
		z-index: 20;
		top: -12px;
		left: 24px;
		margin: 0 0 0 0;
	}
	
	/* =============== Form =============== */
		
	.error-message {
		width: 200px;
		padding: 15px 25px 15px 25px;
		margin: 0;
		position: absolute;
		z-index: 75;
		left: -275px;
		top: -12px;
		font-size: 1.6em;
		text-align: right;
		color: #fff;
	}

	.error-message:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-left: 12px solid #9f1c34;
		position: absolute;
		z-index: 20;
		top: 13px;
		right: -12px;
		margin: 0;
	}

	.error-message:after {
		content: "";
		display: block;
		width: 100%;
		height: 20px;
		position: absolute;
		z-index: 10;
		left: 0;
		bottom: -20px;
		background: url('../images/shadow-curved.png') 50% 0 no-repeat;
		background-size: 100% auto;
		opacity: 0.75;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
	}
	
	#wedding-party {
		top: -75px;
	}
	
}

@media only screen and (min-width: 768px) {
	
	#intro p {
		font-size: 2.0em;
	}
	
	#intro p#intro-sig {
		font-size: 2.2em;
	}

	#nav-bar {
		height: 60px;
	}
	
	#nav {
		height: 60px;
	}

	#nav ul {
		height: 60px;
		font-size: 1.8em;
	}
	
	#nav ul li {
		height: 60px;
	}
	
	#nav ul li a {
		padding: 18px 12px 18px 20px;
	}
	
	#nav ul li ul {
		font-size: 0.8em;
	}
	
	#nav ul li:hover .dropdown {
		top: 60px;
	}
	
	#attending .radio {
		font-size: 2.0em;
	}
	
	h1, h2 {
		font-size: 5.0em;
	}
	
	p, address {
		font-size: 1.8em;
	}
	
	a.cta {
		font-size: 1.8em;
	}

	p a.cta {
		font-size: 1.2em;
	}

}

@media only screen and (min-width: 800px) {
	.block, .block.half {
		margin: 0 0 5% 0;
		padding: 4% 7.5% 4% 7.5%;
	}
	label {
		font-size: 1.8em;
	}
}

@media only screen and (min-width: 1024px) {
	
	/* =============== Main Structure =============== */

	#wrapper {
		max-width: 1200px;
	}

	#pattern {
		width: 263px;
		margin: 0 0 0 8%;
	}

	#content {
		width: 51.333%;
		height: 100%;
		padding: 0 7.333% 0 41.333%;
	}
	
	#nav-bar {
		width: 51.333%;
		padding: 0 7.333% 0 41.333%;
	}

	/* =============== Home =============== */

	#home {
		width: 51.333%;
		height: 100%;
		padding: 0 7.333% 0 41.333%;
	}

	#intro p {
		font-size: 2.2em;
	}

	#intro p#intro-sig {
		font-size: 2.5em;
	}

	/* =============== Content =============== */

	.content-wrapper > header {
		margin: 0 15px 40px 15px;
	}

	.block header {
		height: 30px;
		background: url('../images/stripes.png') 0 50% repeat-x;
		margin: 0 0 20px 0;
	}
	
	/* =============== Party =============== */

	#party ul {
		font-size: 1.9em;
		color: #9f1c34;
		list-style: none;
		list-style-image: none;
		margin: 15px 0 0 0;
		padding: 0;
	}

	#party ul li {
		margin: 0 0 20px 0;
	}

	#party ul .party-pos {
		display: block;
		font-size: 0.84em;
		color: #61162d;
	}
	
	#party ul .spacer {
		display: none;
	}

	#party #bride-party {
		display: block;
		width: 48%;
		float: left;
		padding: 0;
		margin: 0 0 15px 0;
		border: 0;
	}

	#party #groom-party {
		display: block;
		width: 48%;
		float: right;
		padding: 0;
		margin: 0 0 15px 0;
	}

	/* =============== Hotels =============== */
	
	#hotel-map {
		display: block;
	}
	
	#hotel-gmap {
		width: 514px;
		height: 450px;
	}

	#hotel-gmap img {
		max-width: none;
	}

	#hotel-gmap h3 {
		font-size: 2.2em;
		margin: 0 0 10px 0;
	}

	#hotel-gmap p {
		font-size: 1.6em;
		margin: 0 0 10px 0;
	}
	
	.hotel .addr1 {
		display: inline;
	}
	
	.hotel .addr1:after {
		content: ",";
	}

	.hotel h3 {
		background: url('../images/logos.png') no-repeat;
	}

	.hotel h3 a {
		opacity: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
	}

	.hotel:hover h3 a {
		opacity: 1.0;
		filter: none !important;
		-ms-filter: none !important;
	}

	.hotel#hie h3 {
		background-position: 0 0;
	}

	.hotel#mar h3 {
		background-position: 0 -162px;
	}

	.hotel#sleep h3 {
		background-position: 0 -324px;
	}

	.hotel#shamin h3 {
		background-position: 0 -486px;
	}

	/* =============== Story =============== */

	#meeting header + p:first-letter, #engaged header + p:first-letter {
		font-size: 60px;
	}
	
	/* =============== Photos =============== */

	.photo {
		width: 28.333%;
		padding: 2.5%;
		-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
		-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
		-o-transition: -o-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
		transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	}

	.photo:hover {
		border: 0;
	}

	.photo:after {
		content: "";
		display: block;
		width: 100%;
		height: 23px;
		position: absolute;
		bottom: -9px;
		left: 0;
		background: url('../images/photo-shadow.png') 50% 0 no-repeat;
	}

	.ie8 .photo:after {
		display: none;
	}

	#photos-main:hover .photo {
		-webkit-transform: scale(0.975, 0.975);
		-moz-transform: scale(0.975, 0.975);
		-o-transform: scale(0.975, 0.975);
		-ms-transform: scale(0.975, 0.975);
		transform: scale(0.975, 0.975);
		opacity: 0.6;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE6+ */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	}

	#photos-main .photo:hover {
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
		opacity: 1.0;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE6+ */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	}

	/* =============== Directions =============== */
	
	#directions figure iframe {
		width: 512px;
		height: 340px;
	}

	/* =============== Footer =============== */

	footer {
		padding: 0 15px 70px 15px;
	}

	/* =============== RSVP Form =============== */

	.question {
		padding: 0 0 25px 0;
	}

	input {
		width: 92%;
	}

	#attending .radio {
		height: 35px;
		background-position: 0 -35px;
		background-size: auto auto;
		padding: 0 0 0 45px;
		margin: 0 0 20px 35px;

		font-size: 2.0em;
		line-height: 35px;
	}

	#attending .radio:hover {
		color: #61162d;
		background-position: 0 100%;
	}

	#attending .radio.selected {
		color: #9f1c34;
		background-position: 0 0;
	}

	input[type=submit]:hover {
		-webkit-box-shadow: 0 0 10px 2px #cf838c;
		-moz-box-shadow: 0 0 10px 2px #cf838c;
		box-shadow: 0 0 10px 2px #cf838c;
	}

	/* =============== Type =============== */

	h1, h2 {
		font-size: 5.0em;
		line-height: 1.25em;
	}

	h3 {
		font-size: 2.5em;
	}

	p, address {
		font-size: 1.8em;
		margin: 0 0 25px 0;
	}

	ul, ol {
		font-size: 1.8em;
		margin: 0 0 25px 0;
	}

}

@media only screen and (min-width: 1200px) {
	
	/* =============== Main Structure =============== */

	body {
		background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%) fixed, url('../images/bg.jpg') repeat fixed #f0eeee; /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)) fixed, color-stop(50%,rgba(255,255,255,0))), url('../images/bg.jpg') repeat fixed #f0eeee; /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%) fixed, url('../images/bg.jpg') repeat fixed #f0eeee; /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%) fixed, url('../images/bg.jpg') repeat fixed #f0eeee; /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%) fixed, url('../images/bg.jpg') repeat fixed #f0eeee; /* IE10+ */
		background: linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%) fixed, url('../images/bg.jpg') repeat fixed #f0eeee; /* W3C */
	}

	/* =============== Home =============== */
	
	#home {
		min-height: 100%;
	}
	
	#intro {
		padding: 140px 25px 50px 25px;
	}

	/* =============== Nav =============== */

	#nav-bar {
		width: 616px;
		height: 80px;
		padding: 0;
		position: relative;
		top: 0px;
		left: auto;
		right: auto;
		bottom: auto;
	}

	#nav {
		width: 616px;
		height: 80px;
	}

	.ie7 #nav {
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#b9b3b2', Direction=180, Strength=5);
	}

	#nav:after {
		content: "";
		display: block;
		width: 616px;
		height: 20px;
		position: absolute;
		z-index: 10;
		left: 0;
		bottom: -20px;
		background: url('../images/shadow-curved.png') 50% 0 no-repeat;
	}

	#nav ul {
		height: 80px;
		margin: 0 33px 0 33px;
		background: url('../images/stripes.png') 0 50% repeat-x;
		font-size: 2.0em;
	}

	#nav ul li {
		height: 80px;
		background: url('../images/red-bg.jpg') repeat;
	}

	.ie7 #nav ul li {
		display: inline;
		vertical-align: middle;
	}

	#nav ul li a {
		padding: 28px 12px 28px 20px;
	}

	#nav ul li a:hover, #nav > ul > li.current > a {
		color: #fff;
	}

	/* Dropdown */

	#nav ul li .dropdown {
		top: 40px;
		bottom: auto;
		left: 50%;
		padding: 28px 0 0 0;
		-webkit-transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out;
		-o-transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out;
		transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out;
	}

	#nav ul li:hover .dropdown {
		width: 616px;
		height: 64px;
		margin: 0 0 0 -308px;
		top: 62px;
		filter: none;
		-ms-filter: none;
	}

	.ie7 #nav ul li:hover .dropdown {
		width: auto;
		height: auto;
		padding: 0;
		top: 80px;
		left: 0;
		margin: 0;
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#b9b3b2', Direction=180, Strength=5);
	}

	#nav ul li ul {
		display: inline-block;
		height: 64px;
		padding: 0 35px 0 35px;
		word-spacing: 0;
	}
	
	#nav ul li:hover ul {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.ie7 #nav ul li ul {
		display: block;
		width: auto;
		height: auto;
		text-align: left;
		padding: 20px 35px 20px 35px;
	}

	#nav ul li ul:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 28px solid transparent;
		border-right: 28px solid transparent;
		border-bottom: 28px solid #fff;
		position: absolute;
		z-index: 20;
		top: -28px;
		left: 50%;
		margin: 0 0 0 -27px;
	}

	#nav ul li ul:after {
		content: "";
		display: block;
		width: 100%;
		height: 20px;
		position: absolute;
		z-index: 10;
		left: 0;
		bottom: -20px;
		background: url('../images/shadow-curved.png') 50% 0 no-repeat;
		background-size: 100% auto;
		opacity: 0.35;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=35)";
	}

	#nav ul li ul li {
		display: inline-block;
		height: 64px;
		background: none;
		text-shadow: none;
		white-space: nowrap;
	}

	.ie7 #nav ul li ul li {
		display: block;
		width: auto;
		height: auto;
		list-style: none;
		list-style-image: none;
	}

	#nav ul li ul li a, #nav ul li ul li:nth-child(even) a {
		height: 20px;
		padding: 22px 8px 22px 20px;
		background: url('../images/dot-red.png') 0 50% no-repeat;
	}

	#nav ul li ul li a:hover {
		color: #d53044;
	}

	.ie7 #nav ul li ul li a {
		padding: 8px 0 8px 0;
		background: none;
	}

	/* Fixed Nav */

	.fixed#nav-bar {
		width: 1200px;
		position: fixed;
		z-index: 105;
	}

	.fixed#nav-bar #nav {
		width: 616px;
	}

	/* =============== Content =============== */
	
	.content-section {
		border: 0;
	}
	
	.content-wrapper {
		padding: 140px 0 0 0;
	}

	.content-wrapper > header {
		margin: 0 15px 40px 15px;
	}

	.block {
		padding: 4% 7.5% 4% 7.5%;
		margin: 0 0 5% 0;
	}

	.block.half {
		display: inline-block;
		width: 33.5%;
		padding: 4% 5.5% 4% 5.5%;
		margin: 0 2.5% 5% 2.5%;
	}

	.block:after {
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=35)";
	}

	.block header {
		height: 30px;
		background: url('../images/stripes.png') 0 50% repeat-x;
		margin: 0 0 20px 0;
	}

	.ie7 .block header h3 {
		display: inline;
	}

	/* =============== Location =============== */

	#location {
		width: 616px;
		height: 514px;
	}

	#location > section {
		padding: 25px 47px 35px 47px;
	}

	p.loc-name {
		display: inline-block;
		height: 35px;
		padding: 0 15px 0 0;
		border-right: 1px solid #b08a96;
		margin: 0 10px 25px 0;
		font-size: 2.2em;
		line-height: 35px;
		vertical-align: middle;
	}

	p.loc-address {
		display: inline-block;
		height: 35px;
		vertical-align: middle;
		margin: 0 0 25px 0;
	}

	.ie7 p.loc-name, .ie7 p.loc-address {
		display: inline;
	}

	p.loc-address + hr {
		margin-top: 5px;
	}
	
	#directions figure iframe {
		height: 340px;
	}

	/* =============== Party =============== */

	#party ul .spacer {
		display: inline-block;
	}
	
	#party ul .party-pos {
		display: inline-block;
	}
	
	#wedding-party {
		top: -105px;
	}

	/* =============== Hotels =============== */

	#hotels {
		width: 616px;
		background: url('../images/bg.jpg') repeat #f0eeee;
	}
	
	.hotel .addr1 {
		display: block;
	}
	
	.hotel .addr1:after {
		display: none;
	}

	/* =============== Registry =============== */
	
	.reg-logo {
		display: inline-block;
		list-style: none; list-style-image: none;
		background: url('../images/logos.png') no-repeat;
		margin: 0 0 35px 0;
		vertical-align: middle;
	}

	.ie7 .reg-logo {
		display: inline;
	}

	.reg-logo a {
		display: block;
		height: 100%;
		background: url('../images/logos.png') no-repeat;
		margin: 0;
		text-indent: -9999px;
		opacity: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
		border: 0;
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
	}

	.reg-logo:hover a {
		opacity: 1.0;
		filter: none !important;
		-ms-filter: none !important;
		border: 0;
	}

	#target {
		width: 114px;
		height: 115px;
		background-position: 0 -648px;
		margin: 0 125px 0 80px;
	}
	#target a {
		background-position: -114px -648px;
	}

	#bbb {
		width: 236px;
		height: 74px;
		background-position: 0 -763px;
		margin: 20px 0 0 0;
	}
	#bbb a {
		background-position: 0 -837px;
	}

	#cb {
		display: block;
		width: 349px;
		height: 50px;
		background-position: 0 -911px;
		margin: 40px auto 0 auto;
	}
	#cb a {
		background-position: 0 -961px;
	}

	#wm {
		width: 292px;
		height: 70px;
		background-position: 0 -1012px;
	}
	#wm a {
		background-position: 0 -1081px;
	}
	
	/* =============== Photos =============== */

	.photo {
		width: 175px;
		padding: 14px;
	}

	.photo img {
		width: 159px;
		padding: 8px;
	}
	
	/* =============== RSVP Form =============== */

	.question.half {
		width: 46%;
		display: inline-block;
	}

	.question.half.right {
		padding: 0 0 25px 6%;
	}

	.question.half.left {
		padding: 0 0 25px 0;
	}

	label {
		font-size: 2.0em;
	}

	label.small {
		font-size: 1.6em;
	}

	input {
		width: 95%;
	}

	input:hover {
		border-color: #a99a9e;
	}

	input:focus {
		border-color: #9f1c34;
		background: #fff;
	}

	.question.half input {
		width: 90%;
	}

	input.select {
		width: auto;
		background-image: url('../images/dropdown.png');
		background-position: 100% 50%;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	#number input.select {
		width: 70px;
	}

	.select-menu {
		display: none;
		position: absolute;
		z-index: 200;
		background: #f7f7f6;
		border: 1px solid #d7c5ca;
		outline: 0;
		padding: 0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		font-size: 1.6em;
		line-height: 20px;
		font-family: 'SeganLight', Arial, Helvetica, sans-serif;
		color: #61162d;
		cursor: pointer;
	}

	.select-menu .option {
		padding: 3px 15px 2px 15px;
		-webkit-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
		-moz-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
		-o-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
		transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
	}

	.select-menu .option.even {
		background: #f2ecee;
	}

	.select-menu .option:hover {
		background: #bea5ae;
	}

	.select-menu .option:first-child {
		-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topright: 20px;
		border-top-right-radius: 20px;
		-webkit-border-top-left-radius: 20px;
		-moz-border-radius-topleft: 20px;
		border-top-left-radius: 20px;
		padding-top: 6px;
	}

	.select-menu .option:last-child {
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		border-bottom-right-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-left-radius: 20px;
		padding-bottom: 6px;
	}

	#number .select-menu {
		width: 100px;
	}

	#select-mask {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}

	#attending .radio {
		display: inline-block;
		margin: 0 0 0 35px;
	}

	#attending .radio:first-of-type {
		margin: 0;
	}
	
	
	/* == Fancybox == */

	#fancybox-close {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 35px;
		height: 35px;
		background: transparent url('../images/close.png') 0 0;
		padding: 0;
	}

	#fancybox-close:hover {
		background-position: 0 100%;
	}

	#fancybox-left, #fancybox-right {
		width: 35%;
		background: transparent;
	}

	#fancybox-left-ico, #fancybox-right-ico {
		left: -9999px;
		width: 75px;
		height: 75px;
		margin: -15px 0 0 0;
		background: url('../images/next-prev.png') no-repeat;
		background-size: auto auto;
	}

	#fancybox-left-ico {
		background-position: 0 0;
	}

	#fancybox-right-ico {
		background-position: 100% 0;
	}

	#fancybox-left-ico:hover {
		background-position: 0 100%;
	}

	#fancybox-right-ico:hover {
		background-position: 100% 100%;
	}

	#fancybox-left:hover span {
		left: 20px;
	}

	#fancybox-right:hover span {
		left: auto;
		right: 20px;
	}

}




/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
