@charset "UTF-8";
/* CSS Document */

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

textarea {
	resize: none;
}

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 716px;
	padding-top: 20px;
	position: relative;
}

#header {
	height: 32px;
}
#menu {
	margin: 0px;
	width: 421px;
	height: 25px;
	padding: 0px;
	list-style: none;
	position: absolute;
	right: 0px;
}
#menu li {
	display: inline;
	float: left;
}
#menu li a {
	display: block;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	background: url(13menu_tiles.png) 0px -25px no-repeat;
}
#menu li.home a {
	width: 72px;
	background-position: 0px -25px;
}
#menu li.location a {
	width: 80px;
	background-position: -72px -25px;
}
#menu li.accommodation a {
	width: 133px;
	background-position: -152px -25px;
}
#menu li.gifts a {
	width: 55px;
	background-position: -285px -25px;
}
#menu li.gallery a {
	width: 81px;
	background-position: -340px -25px;
}
/* hover states */
#menu li.home a:hover,
#menu li.home a.current {
	background-position: 0px 0px;
}
#menu li.location a:hover,
#menu li.location a.current {
	background-position: -72px 0px;
}
#menu li.accommodation a:hover,
#menu li.accommodation a.current {
	background-position: -152px 0px;
}
#menu li.gifts a:hover,
#menu li.gifts a.current {
	background-position: -285px 0px;
}
#menu li.gallery a:hover,
#menu li.gallery a.current {
	background-position: -340px 0px;
}


#container {
	background: url(13repeated_bg.jpg) left top repeat-y;
	width: 716px;
}
#containerInner {
	background: url(13footer_bg.jpg) left bottom no-repeat;
	padding-left: 312px;
	padding-right: 31px;
	padding-bottom: 35px;
}

#bride_groom_name {
	padding-top: 125px;
	width: 373px;
	height: 55px;
	padding-bottom: 5px;
}

#welcome_page_title {
	width: 373px;
	height: 40px;
}



#buttons {
	position: relative;
	height: 24px;
	margin: 12px 0px 24px 0px;
}
#buttons.larger {
	display: none;
}

#buttons #rsvp_button {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 24px;
	height: 0px;
	width: 70px;
	background: url(13rsvp.png) 0px 0px no-repeat;
	text-decoration: none;
	overflow: hidden;
}
#buttons #rsvp_button:hover {
	background-position: 0px -25px;
}

#buttons #contact_button {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0px;
	left: 75px;
	padding-top: 24px;
	height: 0px;
	width: 70px;
	background: url(13contact.png) 0px 0px no-repeat;
	text-decoration: none;
	overflow: hidden;
}
#buttons #contact_button:hover {
	background-position: 0px -25px;
}


#scroller {
	position: relative;
	width: 330px;
	height: 205px;
	overflow: hidden;
}
#scroller.larger {
	height: 253px;
	margin-top: 12px;
}
#scroller.wider {
	width: 370px;
}

#page_html {
	line-height: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#page_html p {
	margin: 0px;
}
#page_html a,
.box a {
	text-decoration: underline;
	color: #555555;
}
#page_html a:hover,
.box a:hover {
	color: #444444;
}

#page_html p.paragraph_break {
	line-height: 9px;
}

#scroll_buttons {
	position: absolute;
	top: 505px;
	left: 644px;
	width: 17px;
	height: 42px;
	overflow: hidden;
	z-index: 9999;
}
#scroll_buttons.hidden {
	display: none;
}

#scroll_up {
	display: block;
	padding-top: 22px;
	width: 17px;
	overflow: hidden;
	background: url(13arrows.png) -17px 0px no-repeat;
	height: 0px;
}
#scroll_up.disabled {
	background-position: 0px 0px;
}
#scroll_down {
	display: block;
	padding-top: 22px;
	width: 17px;
	overflow: hidden;
	background: url(13arrows.png) -17px -20px no-repeat;
	height: 0px;
}
#scroll_down.disabled {
	background-position: 0px -20px;
}



#footer {
	font-size: 9px;
	color: #111111;
	text-align: left;
	position: absolute;
	bottom: -14px;
	left: 1px;
}
#footer a {
	color: #111111;
}
#footer a.subtle_link {
	text-decoration: none;
}

#footer a.normal_link {
	text-decoration: underline;
}






.clearfix {
	display: block;
}

#location_boxes {
	margin: 10px 0px 0px 0px;
	position: relative;
}
.box {
	float: left;
	padding: 0px 22px 15px 0;
	width: 143px;
	font-size: 11px;
	line-height: 14px;
}
.box h3 {
	margin: 0px;
	font-size: 15px;
	color: #3D3114;
	font-weight: normal;
	line-height: normal;
}
.box .location_notes {
	font-size: 12px;
	margin: 8px 0px;
}
.box .location_address {
	margin: 8px 0px;
	font-weight: bold;
}
.box .location_map {
	margin: 11px 0px;
}

.box .show_map {
	margin: 8px 0px;
	background: url(13show_map.png) 0px 0px no-repeat;
	padding-top: 25px;
	height: 0px;
	width: 91px;
	overflow: hidden;
	display: block;

}
.box .show_map:hover {
	background-position: 0px -25px;
}


.box .accommodation_notes {
	font-size: 12px;
	margin: 8px 0px;
}
.box .accommodation_address,
.box .accommodation_phone_web {
	margin: 8px 0px;
	font-weight: bold;
}
.box .location_map {
	margin: 11px 0px;
}

.accommodation_phone,
.accommodation_website {
	display: block;
}




#donationBox {
	float: left;
	height: 190px;
	margin: 0px 17px 10px 0px;
	width: 165px;
	position: relative;
	font-size: 11px;
}

#donationBox #donationForm {
	position: relative;
	margin: 0px;
	color: #5D525A;
}

#donationBox #donationTitle {
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #3D3114;
}


#donationBox #donationCurrencyCrop {
	position: absolute;
	top: 44px;
	left: 0px;
}
#donationBox #donationCurrencyCrop label {
	margin: 0px;
	padding: 0px;
	width: 75px;
	height: 22px;
}
#donationBox #donationCurrencyCrop label span {
	background: url(13donation_select.png) 0px 0px no-repeat;
	width: 75px;
	height: 22px;
	cursor: pointer;
	position: absolute;
}
#donationBox #donationCurrencyCrop label span span#currency_text {
	background: none;
	color: #333333;
	font-size: 11px;
	height: 18px;
	padding-top: 3px;
	padding-left: 6px;
	width: 48px;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
}

#donationBox #donationCurrencyCrop label select {
	cursor: pointer;
	height: 22px;
	opacity: 0;
	position: relative;
	width: 75px;
}

#donationBox #donationCurrency {
	position: absolute;
	top: 26px;
	left: 0px;
}

#donationBox #donationAmountTitle {
	position: absolute;
	top: 26px;
	left: 90px;
}

#donationBox #donationAmountInput {
	position: absolute;
	top: 44px;
	left: 88px;
	background:url(13donation_amount_bg.png) 0px 0px no-repeat;
	width: 68px;
	height: 14px;
	padding: 4px;
}
#donationBox #donationAmountInput input {
	width: 68px;
	height: 14px;
	background: none;
	border: none;
}

#donationBox #donationMessageTitle {
	position: absolute;
	top: 77px;
	left: 0px;
}


#donationBox #donationMessageBg {
	position: absolute;
	top: 95px;
	left: 0px;
	padding: 4px;
	width: 153px;
	height: 45px;
	background: url(13donation_message_bg.png) 0px 0px no-repeat;
}
#donationBox textarea {
	width: 153px;
	height: 45px;
	overflow:auto;
	border: none;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#donationBox #donate_button {
	position: absolute;
	top: 163px;
	left: 0px;
	width: 92px;
	height: 25px;
	background: url(13donate_now.png) 0px 0px no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
#donationBox #donate_button:hover {
	background-position: 0px -25px;
}
#donationBox #donate_button span {
	display: none;
}






#gallery_page_links {
	text-align: center;
	font-size:12px;
	height: 33px;
}

#gallery_page_links ul {
	border: none;
	margin: 0px auto;
	padding: 1px;
	display: table;
	list-style:none;
	/*border: 1px solid #E4E4E4;
	background: #FFFFFF;*/
}

#gallery_page_links ul li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	display:block;
	float:left;
	font-weight:bold;
}

#gallery_page_links ul li a {
	display:block;
	float:left;
	font-weight:bold;
}

#gallery_page_links ul li.gallery_prev_off, 
#gallery_page_links ul li.gallery_next_off {
	color:#888888;
	padding:3px 6px;
}
#gallery_page_links ul li.gallery_next a, 
#gallery_page_links ul li.gallery_prev a {
}
#gallery_page_links ul li.gallery_page_number_active {
	color:#000000;
	text-decoration: underline;
	padding: 3px 6px;
	/*background: #f1f1f1;*/
}
#gallery_page_links ul li a:link, 
#gallery_page_links ul li a:visited {
	color:#555555;
	padding:3px 6px;
	text-decoration:none;
}
#gallery_page_links ul li a:hover {
	/*background: #EEEEEE;*/
}



#gallery_thumb_table {
	/*width: 368px;*/
	margin: 0px;
	border-collapse: separate; 
	border-spacing: 4px;
}
#gallery_thumb_table td {
	text-align: center;
	background: #d7c598;
	width: 86px;
	height: 86px;
}
#gallery_thumb_table td a {
	line-height: 86px;
	padding: 1px;
	display:block;
}
#gallery_thumb_table td img {
	vertical-align: middle;
	border: none;
}
#gallery_thumb_table td:hover {
	background: #dfc278;
}



