/* Congrats Pauline and Mike! Love and best wishes from your design and development team. Sheryl @ http://www.sherylkimura.com Walter and Masato @ Getsuka. */
html {
	height: 100%;
}

* {
	margin:0;
	padding:0;
	border:0;
}

h1 {
	font-size: 12em;
	font-weight: normal;
}

@font-face {
	font-family: futura;
	src: url("../font/FuturaStd Book.otf")
}

@font-face {
	font-family: futura_bold;
	src: url("../font/FuturaStd Bold.otf")
}

@font-face {
	font-family: futura_bld;
	src: url("../font/FuturaStd CondensedBold.otf")
}

@font-face {
	font-family: futura_cond;
	src: url("../font/FuturaStd Condensed.otf")
}

a {
	text-decoration: none;
	color: #ed138d;
}


.pandm {
	font-family: baskerville;
	vertical-align: 50%;
}

.PM {
	font-size: 2.5em;
	font-weight: bold;
}

body {
	background: repeating-linear-gradient(135deg, white, white 35px, #fef5fa 15px, #fef5fa 50px);
	min-height: 100%;
	color: #9f9c6a;
}

.heart {
	font-size: 15px;
	vertical-align: 30%;
}


#header {
	background-color: #e5e4d2;
	font-family: futura;
	color: #ed138d;
	text-align: center;
	font-size: 1.75em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#top-title {
	clear: both;
	font-family: futura_cond;
	letter-spacing: 0.5em;
	color: #ed138d;
	text-align: center;
	padding-top: 30px;
}

#top-title-out {
	clear: both;
	font-family: futura_cond;
	letter-spacing: 0.5em;
	color: #ed138d;
	text-align: center;
	padding-top: 160px;
}

#married {
	clear: both;
	font-family: futura_cond;
	color: #999661;
	text-align: center;
	letter-spacing: 0.25em;
}

.aregettingmarried {
	font-family: futura_bold;
	font-size: 0.75em;
}

#details {
	clear: both;
	font-family: futura;
	color: #9f9c6a;
	text-align: center;
	padding-top: 30px;
}

#details ul li {
	display: inline;
	list-style-type: none;
	padding-left: 9px;
	padding-right: 9px;
}

#menu {
	clear: both;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 20px;

}

#menu ul li {
	display: inline;
	list-style-type: none;
	padding-left: 7px;
	padding-right: 7px;
}

#top_menu {
	clear: both;
	text-align: center;
	font-size: 0.75em;	
	padding-top: 80px;
	background-color: #e5e4d2;	
	color: #9f9c6a;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#top_menu ul li {
	display: inline;
	list-style-type: none;
	color: #9f9c6a;
	padding-left: 7px;
	padding-right: 7px;
}

#top_menu ul li a {
	color: #9f9c6a;
	/*color: #6e6c51;*/
	font-size: 1.25em;
}

#top_menu .selected a{
	color: #504f38;
	font-weight: bold;

}
#top_menu ul li a:hover {
	color: #504f38;
}

#top_menu ul li a:active {
	color: #504f38;
}

#next_menu {
	clear: both;
	text-align: center;
	font-size: 0.75em;	
	color: #9f9c6a;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
		padding-top: 0px;
	margin-top: 10px;
	border-bottom: 1px solid #ebeadf;
}

#next_menu ul li {
	display: inline;
	list-style-type: none;
	color: #9f9c6a;
	padding-left: 7px;
	padding-right: 7px;
}

#next_menu ul li a {
	color: #9f9c6a;
	font-size: 1.25em;
}

#next_menu ul li a:active {
	color: #6e6c51;
}

#next_menu ul li a:hover {
	color: #6e6c51;
}

#oot_menu {
	clear: both;
	text-align: center;
	font-family: futura_cond;
	font-weight: bold;
	font-size: 2em;
	padding-top: 60px;
}

#oot_menu a {
	color: #9f9c6a;
}

#static_header {
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#static_next {
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	padding-top:120px;
}

#footer {
	clear: both;
	font-family: baskerville;
	color: #ed138d;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 50px;
}
