/* Reset
*******************************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #410d01;
	color: #000;
	font-family: Arial, san-serif;
	font-size: 16px;
	line-height: 1;
	margin: 10px;
}

abbr {
	cursor: help;
}

a {
	color: #330000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

form {
	display: inline;
}

input,select,th,td {
	font-size: 1em;
}

h1 {
	font-size: 3em;
	text-align: center;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

p {
	line-height: 1.4;
	margin-bottom: 10px;
}

/* Classes
*******************************************************************************/
.clear {
	clear: both;
}

.hide {
	display: none;
}

.show {
	display: block;
}

img.photo {
	border: 2px solid #330000;
}

/* Wraps
*******************************************************************************/
#wrap-outer {
	background-color: #65482d;
	border: 10px solid #f1eec8;
	margin: 0 auto;
	padding: 10px;
	width: 840px;
}

#wrap-inner {
	background: #f1eec8 url(../images/header.jpg) no-repeat;
	border: 10px solid #410d01;
}

h1 {
	height: 155px;
	text-indent: -9999px;
}

#content {
	overflow: hidden;
	padding: 40px 20px;
}

/* Copyright
*******************************************************************************/
#copyright {
	list-style: none;
	margin: 10px 0;
}

#copyright li {
	color: #330000;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

/* Event
*******************************************************************************/
.vevent {
	font-size: 14pt;
	line-height: 1.3;
	margin: 60px 0;
}

.vevent abbr {
	border: none;
	cursor: auto;
}

.vevent .location {
	margin-bottom: 20px;
}

/* Home
*******************************************************************************/
#home #content {
	text-align: center;
}

/* Story
*******************************************************************************/
#story .left {
	float: left;
	width: 265px;
}

#story .left p {
	font-weight: bold;
	margin: 10px 0 40px;
	text-align: center;
}

#story .right {
	float: right;
	width: 495px;
}

/* Wedding
*******************************************************************************/
#wedding #wedding-spot {
	float: left;
}

#wedding .vevent {
	float: right;
	text-align: center;
	width: 427px;
}

/* Party
*******************************************************************************/
#party #content dl {
	width: 320px;
}

#party #content .bridesmaids {
	float: left;
	margin-bottom: 20px;
}

#party #content .groomsmen {
	float: right;
	margin-bottom: 20px;
}

#party #content #bridesmaids {
	float: left;
	margin-left: 50px;
}

#party #content #groomsmen {
	float: right;
}

#party #content dt {
	color: #410d01;
	font-size: 24px;
	font-weight: bold;
}

#party #content dd {
	margin: 3px 0 0 20px;
}

#party #content dd.title {
	font-size: 18px;
}

#party #content dd.desc {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 25px;
}

/* Coming Soon
*******************************************************************************/
#coming-soon #content {
	text-align: center;
}

/* Registry
*******************************************************************************/
#registry #content .right {
	float: right;
	width: 470px;
}

#registry #content .right h2 {
	font-size: 24px;
	margin-top: 115px;
	text-align: center;
}

#registry #content .right ul {
	list-style: none;
	margin: 10px 0;
	text-align: center;
}

#registry #content .right li {
	line-height: 1.8;
}

#registry #content .right a {
	font-size: 20px;
	font-weight: bold;
}

#registry #content .right p {
	text-align: center;
}

/* Photos
*******************************************************************************/
#photos .ss-controls,
#photos .thumbs {
	display: none;
}

#photos #controls {
	text-align: center;
}
#photos #controls a {
	color: #410d01;
	font-size: 20px;
	font-weight: bold;
	margin: 0 10px;
}

#photos #slideshow {
	margin: 20px 0;
	text-align: center;
}

#photos #slideshow img {
	border: 2px solid #330000;
}

#photos #slideshow .advance-link {
	text-decoration: none;
}

#photos .pagination {
	text-align: center;
}

#photos .pagination span,
#photos .pagination a {
	color: #410d01;
	font-size: 20px;
	font-weight: bold;
	margin: 0 4px;
}
#photos .pagination span {
	color: #000;
}