@font-face {
	font-family: 'SorbetLTD';
	src: url('27F374_0_0.eot');
	src: url('27F374_0_0.eot?#iefix') format('embedded-opentype'),
		 url('27F374_0_0.woff') format('woff'),
		 url('27F374_0_0.ttf') format('truetype');
}

#header, #footer {
	display: none;
}

body {
	font: 1em/1.5em Times, Georgia, serif;
}

a {
	color: #991d2c;
}

#main {
	background: url('lined-paper-left.png') repeat-y, url('lined-paper.png');
	box-shadow: 0 10px 10px rgba(0,0,0,0.25);
	line-height: 29.5px;
	margin: auto;
	max-width: 800px;
	padding: 20px 80px 20px 120px;
	position: relative;
}

#main > div > p {
	margin-bottom: 30px;
}

#main .message h2 {
	margin-top: 0;
}

#main > .message > p {
	margin: 1em 0;
}

.message .close {
	background: #fff;
	border-radius: 3px;
	color: #333;
	padding: 4px 8px;
	text-decoration: none;
}

#main img {
	max-width: 100%;
}

.logo {
	position: absolute;
	right: 60px;
	top: 20px;
}

.logo img {
	width: 200px;
}

#subnav {
	list-style: none;
	margin-bottom: 2.5em;
	padding: 0;
}

#subnav li {
	display: inline;
	font-family: 'SorbetLTD';
	font-size: 1.5em;
	margin-right: 1.25em;
}

#subnav .active a {
	position: relative;
	z-index: 100;
}

#subnav .active a:after {
	content: url('highlight.png');
	position: absolute;
	left: -28px;
	top: -15px;
	z-index: -10;
}

#subnav .index.active a:after {
	left: 20px;
}

h1 {
	color: #991d2c;
	font-family: 'SorbetLTD';
	font-size: 6em;
	line-height: 1em;
	margin: 0;
}

h2, h3 {
	text-transform: uppercase;
}

.masthead img {
	margin-left: -40px;
}

.choose {
	margin-left: -100px;
}

.choose ul {
	margin: 0;
}

.choose h3 {
	font-family: 'SorbetLTD';
	margin-bottom: 0;
}

.choose p {
	margin: 0;
}

.grid li, .detail .figure {
	background: #fff;
	border: 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	text-align: center;
}

.photos .grid li {
	clear: none !important;
	margin-right: 10px;
	width: 235px;
}

.photos .grid li:nth-child(3n+1) {
	clear: left !important;
}

.grid li p {
	margin: 0;
}

.pagination {
	text-align: center;
}

.error {
	background: #991d2c;
}

.confirm {
	background: #fff;
}

fieldset, .confirm {
	border: 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

fieldset ul {
	list-style: none;
}

label {
	margin-left: 8.5em;
	display: block;
}

label[for] {
	display: block;
	float: left;
	width: 8em;
	margin: 0 .5em 0 0;
	text-align: right;
}

input, textarea, select {
	font-family: Times, Georgia, serif;
}

input[type="submit"] {
	background: #000;
	font-family: 'SorbetLTD';
	padding: 8px 8px 2px 8px;
	text-transform: uppercase;
}