.kd {
	height: 58px;
	padding: 20px 0;
}

.container {
	margin: auto;
	width: 58px; 
	height: 58px;
	-webkit-perspective: 1000;
	perspective: 1000;
	display: block;
}

.card {
	display: block;
	width: 58px; 
	height: 58px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	transform-style: preserve-3d;
	transition: 0.5s;
}
	.container:hover .card {
		-webkit-transform: rotateY(180deg);	
		transform: rotateY(180deg);				
	}

.face {
	display: block;
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.item {
	display: block;
	width: 58px;
	height: 58px;
	color: #262626;
}

.item .front {
	display: block;
	width: 58px; 
	height: 58px;
	background: url(../img/kd.png);
}

.front { z-index: 10; }
.container:hover .front { z-index: 0; } 

.item .back {
	display: block;
	position: relative;
	width: 58px; 
	height: 58px; 
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: url(../img/dk.png);
}

/* -------------------------------------------------------------------------------
	HOMEPAGE
------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Bodoni-Regular';
	src: url('../webfonts/209F77_0_0.eot');
	src: url('../webfonts/209F77_0_0.eot?#iefix') format('embedded-opentype'), 
	url('../webfonts/209F77_0_0.woff') format('woff'), 
	url('../webfonts/209F77_0_0.ttf') format('truetype');
}

body { 
	font-family: 'Bodoni-Regular'; 
	text-transform: uppercase;
	background: #000;
	color: #FFF;
	text-align: center;
}

.ctr {
	text-align: left;
	width: 900px;
	margin: auto;
}

.gmnoprint a, .gmnoprint span { display: none; }

body.inner {
	background: #F7F7F7;
	color: #262626;
	margin-bottom: 60px;
}

#caption h1 {
	margin-bottom: 4px;
	font-size: 32px;
}

#caption {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	color:#FFF;
	z-index: 10;
	background: url(../img/bg.png);
	padding: 20px 0;
	text-align: center;
}

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 60px; 
	height: 60px;
	text-indent: -999em;
	background-image: url(../img/progress.gif);
}

img.home {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}

/* -------------------------------------------------------------------------------
	NAVIGATION
------------------------------------------------------------------------------- */

.navigation {
	padding: 0;
	margin: 0 0 40px 0;
}

.navigation ul {
	width: 900px;
	margin: auto;
	text-align: center;
}

.navigation ul li {
	display: inline-block;
}

.navigation ul li a {
	display: block;
	text-decoration: none;
	color: #262626;
	font-size: 16px;
	margin: 8px 18px 8px 8px;
	padding-bottom: 2px;
}

.navigation ul li a.notyet {
	color: #999;
	text-decoration: line-through;
}

.navigation ul li a:hover {
	color: #09C;
	border-bottom: 2px solid #09C;
	padding-bottom: 0;
}

.navigation ul li a.notyet:hover {
	color: #F00;
	border: none;
}

/* -------------------------------------------------------------------------------
	TEXT
------------------------------------------------------------------------------- */

h1.title {
	font-size: 52px;
	text-align: center;
	margin: 0 0 40px 0;
}

h2 {
	font-size: 28px;
	margin: 0;
}

.column-3 h2 {
	font-size: 28px;
	margin: 0 0 20px 0;
}

h4 {
	font-family: "Courier", serif;
	text-transform: none;
	font-size: 13px;
	line-height: 1.4;
	color: #999;
	text-transform: uppercase;
	margin: 0 0 12px 0;	
}

p.text {
	line-height: 1.5;
	font-size: 16px;
	text-transform: none;
	margin: 0 0 32px 0;
	color: #666;
}

p.text.tight {
	margin: 0 0 16px 0;
}

p.text.center {
	margin: 32px 0 24px 0;
	text-align: center;
}

p.definition {
	font-family: "Courier", serif;
	font-size: 13px;
	text-transform: none;
	color: #999;
	border-top: 1px dashed #CCC;
	padding: 10px 0 32px 0;
	margin: 0 60px 0 60px;
	line-height: 1.6;
}

p.definition .term { font-weight: bold; color: #666; }
p.definition .what { padding-right: 12px; }

.ast { color: #09C; }

.marker_inline {
	display: inline-block;
	border-top: 1px solid #CCC;
	padding-top: 12px;
	width: 100px;
}

p.text .code {
	font-family: "Courier", serif;
	color: #262626;	
}

/* -------------------------------------------------------------------------------
	MAP
------------------------------------------------------------------------------- */

#map_canvas { 
	width: 100%; 
	height: 400px; 
	margin: 0 0 40px 0;
}

.map_info { padding: 0 26px; }

.map_info h1, .map_info p, .map_info a {
	font-family: "Courier", serif;
	text-transform: none;
	font-size: 13px;
	line-height: 1.4;
	text-transform: uppercase;
}

.map_info h1 { border-bottom: 1px solid #DDD; padding-bottom: 10px; } 

.map_info p { color: #666; font-size: 13px; margin: 12px 0; }

.map_info a { text-decoration: none; color: #09C; font-size: 13px; }

/* -------------------------------------------------------------------------------
	IM
------------------------------------------------------------------------------- */

.im {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: none;
	padding: 16px 0;
	line-height: 1.5;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 0 0 40px 0;
}

.im .date { float: right; }

p.offline { margin: 0 0 12px 0; }

.im .email, .im .time, .im .to { color: #666; }

table td { vertical-align: top; padding: 0 32px 0 0; }

.page {
	width: 500px;
	margin: auto;
	background: #FFF;
	font-family: "Courier", serif;
	text-transform: none;
	font-size: 13px;
	line-height: 1.4;
	color: #262626;
	text-transform: none;
	padding: 10px 60px 20px 60px;
	margin: 60px auto 50px auto;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.page p {
	margin: 0 0 20px 0;
}

.page p.number, .page p.title {
	text-align: center;
	color: #999;
	margin: 40px 0 40px 0;
}

/* -------------------------------------------------------------------------------
	ACCOMODATIONS
------------------------------------------------------------------------------- */

.acc {
	background: #FFF;
	width: 377px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 24px;
	float: left;
	margin: 0 50px 32px 0;
	position: relative;
}

.acc:hover {
	-webkit-transform: translate(0,-4px);
	transform: translate(0,-4px);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.acc.last { margin-right: 0; }

.acc h1 {
	font-size: 20px;
	margin: 0 0 8px 0;
}

.acc .info img { 
	float: left; 
	margin: 0 12px 0 0;
}

.acc .info { margin: 12px 0 0 0; }

.acc .info ul {
	float: left;
	font-family: "Courier", serif;
	text-transform: none;
	font-size: 13px;
	line-height: 1.4;	
	width: 227px;
}

.acc .info ul li.address { 
	border-bottom: 1px solid #CCC;
	padding-bottom: 8px; 
	margin-bottom: 8px;
}

.acc .info ul li.tel { margin-bottom: 4px; }

.acc .info ul li.tel span { float: right; }

.acc .info ul li a { 
	color: #09F; 
	text-decoration: none;
}

.acc .special {
	position: absolute;
	top: 0;
	right: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 12px;
	background: #EEE;
	color: #666;
	text-align: center;
	cursor: pointer;
}

.acc .special:hover {
	background: #262626;
	color: #FFF;
}

.acc .special h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.acc .special h2 {
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------------------------------------
	COLUMN
------------------------------------------------------------------------------- */

.ctr-column-3 {
	background: url(../img/bg-c3.png) 0 0 repeat-y;
}

.column-3 {
	float: left;
	width: 274px;
	margin: 0 39px 0 0;
}

.column-3.c3 { margin: 0; }

ul.link-list a {
	font-family: "Courier", serif;
	font-size: 13px;
	line-height: 2.0;
	text-decoration: none;
	color: #09C;
}

.photo { float: left; margin: 0 3px 3px 0; }

.photo.last { margin-right: 0; }

/* -------------------------------------------------------------------------------
	CONTACT
------------------------------------------------------------------------------- */

p.msg {
	display: none;
	font-family: "Courier", serif; 
	text-align: center;
	padding: 20px 0;
	margin: 0 0 32px 0;
	border: 1px dashed #999;
}

p.msg .alert { color: #F30; padding: 0 12px 0 0; }
p.msg .yay { color: #390; padding: 0 12px 0 0; }

input.name, input.email, input.subject {
	font-family: "Courier", serif; 
	font-size: 24px;
	text-transform: uppercase;
	border: 0;
	padding: 0 0 6px 0;
	background: transparent;
	width: 900px;
	border-bottom: 2px solid #262626;
	margin: 0 0 20px 0;
	color: #CCC;
}

textarea.message {
	font-family: "Courier", serif;
	font-size: 24px;
	text-transform: uppercase;
	border: 0;
	background: url(../img/line.png);
	width: 900px;
	height: 154px;
	margin: 20px 0 20px 0;
	color: #CCC;
	line-height: 1.6;
}

button.send {
	cursor: pointer;
	font-family: 'Bodoni-Regular';
	background: #09C;
	color: #FFF;
	font-size: 32px;
	text-transform: uppercase;
	border: 0;
	padding: 16px 32px 8px 32px;
	border-bottom: 6px solid #006A8D;
}

button.send:hover {
	border-bottom: 0;
	border-top: 6px solid #F7F7F7;
}

/* -------------------------------------------------------------------------------
	RSVP
------------------------------------------------------------------------------- */

.response {
	margin: 24px 0 40px 0;
}

.response .wrap {
	margin: 0 0 20px 0;
}

.response .box {
	width: 39px;
	height: 39px;
	border: 4px solid #8E8E8E;
	float: left;
	cursor: pointer;
}

.response p {
	font-family: "Courier", serif; 
	font-size: 24px;
	text-transform: uppercase;
	color: #262626;
	float: left;
	margin: 10px 0 0 20px;
}

.response .val { display: none; }

/* -------------------------------------------------------------------------------
	REGISTRY
------------------------------------------------------------------------------- */

ul#options {
    margin: auto;
    width: 600px;
    padding: 20px 40px;
	background: #FFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

ul#options li {
    display: block;
    border-bottom: 1px solid #CCC;
    padding-top: 16px;
}

ul#options li:last-child { border: 0; }

ul#options li img {
    float: left;
}

ul#options li a { color: #09F; text-decoration: none; }

ul#options li p.definition {
    border: 0;
    width: 400px;
    margin-right: 0;
    float: left;
}

strong.black { color: #000; }

