/* Main Elements
*****************************/
body {
	font-family: 'Helvetica Nueue', Arial, Helvetica, Verdana, sans-serif;
	background: #000;
	color: #fff;
	width: 960px;
	margin: auto;
}
a {
	color: #eee;
	text-decoration: none;
}
a:hover {
	color: #c00;
}
p {
    padding-bottom: 9px;
}
h2 {
	font-size: 2em;
	padding: 25px 0;
}

/* Heading
*****************************/
#head {
	text-transform: uppercase;
	padding: 50px 0 25px;
	font-weight: normal;
	font-size: 5em;
	line-height: .9em;
	letter-spacing: -.05em;
}
#head a {
	color: #fff;
}
#head a span {
	display: block;
	color: #eee;
}

/* Layout
*****************************/
#content {

}
#foot {
	clear: both;
	padding: 25px 0;
}

/* Gallery
*****************************/
.gallery {
    clear:both;
	list-style: none;
}
.gallery li {
	float: left;
	width: 220px;
	height: 246px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.gallery li a {
	display: block;
	padding: 10px;
	background: #fff;
	color: #000;
}
.gallery li img {
	display: block;
	margin-bottom: 10px;
}

/* About
*****************************/

/* Contact
*****************************/
.vcard {
	border-top: 1px solid #b27;
	padding-top: 12px;
}
.adr {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
form {
    margin-right: -12px;
    padding-bottom: 18px;
    overflow: hidden;
}
label {
    font: italic .8em Georgia, 'Times New Roman', serif;
    font-size: .8em;
    font-style: italic;
    text-transform: lowercase;
    display: block;
    padding-bottom: 9px;
}
input,
textarea {
    font: normal 1.3em Helvetica, Arial, sans-serif;
    text-transform: none;
    background: #fff;
    color: #38c;
}
input:focus,
textarea:focus {
    background: #fff;
    color: #3c8;
}
input:selection,
textarea:selection {
	background: transparent;
	color: #000;
}
label span {
    display: block;
    padding-right: 18px;
}
label span input,
label span textarea {
    display: block;
    border: 1px solid #b27;
    width: 100%;
    vertical-align: text-top;
    margin: 0;
    padding: 2px;
    background: transparent url('../images/o50.png');
    background: #fff;
}
textarea {
    height: 6em;
}
.btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	color: #fff;
	vertical-align: middle;
	border-collapse: collapse;
	line-height: normal;
	cursor: default;
	margin: 0 1px;
}
html.gecko18 .btn,
html.trident .btn {
    float: left;
}
.btn,
.btn * {
	position: relative;
	display: inline-block;
	border-color: #b27;
	border-style: solid;
}
.btn .outer {
	border-width: 1px 0;
}
.btn .mid {
	background: #c38;
	border-width: 0 1px;
	margin: 0 -1px;
}
.btn .inner {
	height: 100%;
}
.btn .center {
	background: #e5a;
	border-bottom: 0.35em solid #d49;
	height: 0.85em;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.btn .content {
	color: #fff;
	line-height: 1.8em;
	padding: 2px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-transform: uppercase;
}
.btn:hover .outer {
	xborder-color: #f8c;
}
.btn:hover .mid {
	xborder-color: #f8c;
	background: #d49;
}
.btn:hover .center {
	background: #f6b;
	border-color: #e5a;
}
.btn:active .outer {
	border-color: #b27;
}
.btn:active .mid {
	border-color: #b27;
	background: #e5a;
}
.btn:active .center {
	background: #c38;
	border-color: #d49;
	padding-top: 1px;
}
.btn:active .content {
	padding: 3px 12px 1px;
}
.full,
.couple {
    clear: both;
    overflow: hidden;
}
.couple label {
    float: left;
    width: 50%;
}

/* Say
*****************************/
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('../images/o50.png');
	z-index: 999;
	text-align: center;
}
#say {
    background: #c38;
    padding: 2em;
	width: 14em;
	position: absolute;
	color: #fff;
	-moz-box-shadow: 0 3px 3px #999;
	-webkit-box-shadow: 0 3px 3px #999;
	box-shadow: 0 3px 3px #999;
}