@charset "UTF-8";

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-color: #1C2E3F;
	background-image: url(/images/background.jpg);
}

h1, h2, h3, div, p, ul, li, img, a {
	margin: 0;
	padding: 0;
}

p {
	padding-bottom: 14px;
}

h1 {
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	background-image: url(/images/header_bg.jpg);
	background-color: #442F17;
	height: 78px;
	color: #FFFFFF;
	line-height: 50px;
	padding-right: 40px;
}

h2 {
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 30px;
	font-size: 16px;
}

h2.first-header {
	padding-top: 0;
}

h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 25px;
	font-size: 14px;
}

img {
	border: 0;
}

a:link {
	color: #1C2E3F;
}

a:visited {
	color: #442F17;
}

a:active {
	color: #1C2E3F;
}

a:hover {
	color: #1C2E3F;
}

form {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dd {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 20px;
}

form div {
	padding-bottom: 10px;
}


/*
================================== INTRO
*/

#intro {
	width: 100%;
	height: 100%;
	color: #000000;
	background-color: #1C2E3F;
	background-image: url(/images/background.jpg);
}

#intro-signup-form {
	width: 520px;
	height: 420px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -260px;
	background-image: url(/images/intro-bg.gif);
	background-repeat: no-repeat;
	padding-top: 140px;
	padding-left: 70px;
}

#intro p {
	width: 370px;
}

#intro-no-thanks {
	text-align: center;
}

#intro label {
	width: 90px;
	display: inline-block;
}

#signup-form label {
	width: 110px;
	display: inline-block;
	vertical-align: top;
}

.email-signup-button {
	text-align: right;
	width: 310px;
	padding: 10px 0;
}

#signup-form .email-signup-button {
	width: 335px;
}


/*
================================== CONTAINER
*/

#container {
	width: 828px;
	margin: 50px auto;
	background-color: #FFFFFF;
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 152px;
	font-size: 30px;
}

#footer {
	text-align: right;
	background-image: url(/images/footer_bg.jpg);
	height: 50px;
	color: #F7E7D4;
	line-height: 65px;
	padding-right: 20px;
	clear: both;
}

#content {
	background-image: url(/images/content_bg.jpg);
	background-color: #442F17;
	padding-left: 300px;
	padding-right: 40px;
	font-size: 14px;
}

#content ul {
	padding-left: 30px;
}

#content li {
	padding-bottom: 5px;
}

.event-content img {
	display: block;
	margin: 0 auto;
}

.event-date {
	margin: 0;
	padding: 0;
}

.event-header {
	padding-bottom: 15px;
	font-size: 16px;
}


/*======================= NAVIGATION */

#nav {
	float: left;
}

#nav ul, #nav li {
	list-style-type: none;
}

#nav ul {
	margin-left: 30px;
	width: 223px;
	text-align: center;
}

#nav ul a {
	color: #FBF3EA;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	width: 223px;
	height: 42px;
	line-height: 38px;
	background-image: url(/images/invisible_bg.gif);
}

#nav ul a:hover {
	background-image: url(/images/nav-button_bg.gif);
}

.selected-nav {
	font-weight: bold;
}


/*==================== PAGE NAV */

#content .page-nav {
	margin: 0;
	padding: 0;
}

.page-nav li {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	list-style-type: none;
}


/*==================== BOARD LISTS */

#board-list {
	padding-top: 20px;
}

#board-list dl {
	padding-top: 0;
	padding-bottom: 0;
}

.left-list {
	float: left;
	width: 220px;
	padding-bottom: 0;
}

.right-list {
	float: left;
	width: 220px;
	padding-left: 30px;
}

.clear-div {
	clear: left;
}


/*======================== GIFTS */

.product {
	padding-bottom: 40px;
}

.product h3 {
	padding-bottom: 20px;
}

.product-images {
	float: left;
}

.product-info {
	float: left;
	padding-left: 40px;
}

.product-info form div {
	padding-bottom: 10px;
}

.product-text {
	width: 180px;
}

.form-item label {
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 5px;
}

.form-submit {
	padding-left: 70px;
}


/*======================== IMAGE FRAME */

.image-frame {
	/*
	padding: 2px 4px 4px 2px;
	*/
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #999999;
	border-color: #797979 #666666 #666666 #797979;
	/*
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	*/
}

.image-frame img {
	display: block;
}

.image-frame-tl, .image-frame-tr, .image-frame-bl, .image-frame-br {
	position: absolute;
	width: 27px;
	height: 27px;
	display: block;
	background-image: url(/images/image-frame-corners.gif);
	background-repeat: no-repeat;
}

.image-frame-tl {
	top: -3px;
	left: -3px;
	background-position: 0 0;
}

.image-frame-tr {
	top: -3px;
	right: -3px;
	background-position: 0 -54px;
}

.image-frame-bl {
	bottom: -3px;
	left: -3px;
	background-position: 0 -27px;
}

.image-frame-br {
	bottom: -3px;
	right: -3px;
	background-position: 0 -81px;
}

.image-frame-board {
	border: 1px solid #A99F93;
	width: 102px;
	padding: 5px;
	background-color: #E5D8C7;
	margin: 5px 0;
}

.image-frame-board img {
	display: block;
	border: 1px solid #B4A99C;
}


/*============================== IMAGE VIEWER */

#image_viewer {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	text-align: center;
}

#image_viewer img {
	border: 1px solid #999999;
	border-color: #797979 #666666 #666666 #797979;
	display: block;
	margin-bottom: 20px;
}

#image_viewer_title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#image_viewer_close {
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

#image_viewer_close:link {
}

#image_viewer_close:visited {
}

#image_viewer_close:active {
}

#image_viewer_close:hover {
	border: 1px solid #AAAAAA;
	background-color: #CCCCCC;
}


/*==================================== VIDEO */

.video {
	text-align: center;
}

.video object {
	margin-bottom: 20px;
}
