/* HTML5 ? Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #FFF; text-shadow: none; }
::selection { background: #FFF;  text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



@font-face {
	font-family: 'tw_cen_mt_bold';
	src: url('tw_cen_mt_bold.eot?#iefix') format('embedded-opentype');
	src: url('tw_cen_mt_bold.ttf');
	src: local('☺'), url('tw_cen_mt_bold.ttf') format('truetype'), url('tw_cen_mt_bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'tw_cen_mt';
	src: url('tw_cen_mt.eot?#iefix') format('embedded-opentype');
	src: url('tw_cen_mt.ttf');
	src: local('☺'), url('tw_cen_mt.ttf') format('truetype'), url('tw_cen_mt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ==|== START PAGE CSS ======================================================= */
.clear{clear:both;}
img{border:0px;}
.nomargin{margin:0px;}
.pointer{cursor:pointer;}
a, a:visited{
	text-decoration:underline;
	color:#5e2250;
}
body	{
	font-family: 'tw_cen_mt';
	font-size:11px;
	line-height:15px;
	color:#132048;
	background-color:#f5dcbb;
	text-align: center;
	}

#globalWrapper {
	text-align: left;
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#innerglobalWrapper{
	position:relative;
	width:1020px;
	margin:0 auto;
}



	.header{
		width:1020px;
		height:120px;
		position:fixed;
		z-index:1;
		background-color:#f5dcbb;
	}
	.header a, .header a:visited{
		text-decoration:none;
		color:#5e2250;
	}
	.hleft{
		position:absolute;
		top:42px;
		left:170px;
		color:#5e2250;
		width:235px;
	}
	.hright{
		position:absolute;
		top:42px;
		left:470px;
		color:#5e2250;
		width:385px;
	}
	.thedirections{
		cursor:pointer;
	}
	.smaller{
		font-size:16px;
		line-height: 1em;
		text-align: center;
	}
	.larger{
		font-size:28px;
		line-height: 1em;
		text-align: center;
		font-family: 'tw_cen_mt_bold';
	}
	#nav-main{
		background-color:#5e2250;
		position:absolute;
		top:80px;
		left:0px;
		width:100%;
		height:55px;
	}



	#nav-main ul{
		margin-left:185px;
	}
	#nav-main li {
		float: left;
		margin-right: 77px;
		padding: 6px 0px;
		list-style:none;
	}
	#nav-main li:hover {
	
	}
	#nav-main li{
		font-size:20px;
		font-weight:normal;
		color:#FFF;
		text-decoration:none;
		font-family: 'tw_cen_mt';
		cursor:pointer;
	}

	#nav-main .arrow{
		background: url(../images/arrow.png) repeat-x;
		width:137px;
		height:18px;
		position:absolute;
		top:30px;
		left:125px;
	}
	#nav-main .arrow.home{
		left:125px;
	}
	#nav-main .arrow.party{
		left:245px;
	}
	#nav-main .arrow.place{
		left:365px;
	}
	#nav-main .arrow.hotels{
		left:490px;
	}
	#nav-main .arrow.mke{
		left:610px;
	}
	#nav-main .arrow.registry{
		left:720px;
	}

	.section{
		width:670px;
		margin-left:185px;
		position:relative;
		float:left;
	}

	/*HOME*/
	#home {
		margin-top:180px;
		height:700px;
	}
	#home .home-l{
		float:left;
		width:235px;
	}
	#home .home-r{
		float:left;
		width:430px;
	}
		#home .home-r p{
			margin-top:10px;
			font-size:35px;
			line-height:1.2em;
			color:#132048;
		}
		#home .home-r img{
			float:right;
		}

	/*PARTY*/
	#party {
		margin-top:180px;
	}
	.emma{
		cursor:pointer;
	}
	#party h2{
		font-size:25px;
		line-height:1.2em;
		color:#132048;
		margin-top:0px;
	}
	#party p{
		margin-top:20px;
		font-size:17px;
		line-height:1em;
		color:#132048;
	}
	#party .party-l{
		float:left;
		width:340px;
	}
	#party .party-r{
		float:left;
		width:215px;
		margin-top:60px;
	}

	.party-time{
		width:720px;
		float:left;
		margin-bottom:35px;
	}
		.party-time .img{
			float:left;
			margin-right:15px;
		}
		.party-time p{
			float:left;
			line-height:1.2;
			width:530px;
			font-size:17px;
		}

		.party-flowers img{
			float:left;
			margin-right:15px;
		}
		.party-flowers p{
			float:left;
			line-height:1.2;
			width:370px;
			font-size:17px;
		}


	/*PLACE*/
	#place {
		margin-top:180px;
	}
	#place p{
		margin-top:10px;
		font-size:27px;
		line-height:1.2em;
		color:#132048;
	}
	#place .place-l{
		margin-top:10px;
		color:#132048;
		float:left;
	}
	#place .place-r{
		float:left;
		width:200px;
		margin-left:-60px;
		margin-top:-30px;
	}
	.place-header a{
		border:0px;
		text-decoration:none;
	}
	
	.place-part{
		width:720px;
		float:left;
		margin-bottom:35px;
	}
		.place-part .img{
			float:left;
			margin-right:15px;
		}
		.place-part p{
			float:left;
			line-height:1.2;
			width:530px;
			font-size:17px;
		}
	

	/*HOTELS*/
	#hotels{
		margin-top:180px;
	}
	#hotels p{
		margin-top:10px;
		font-size:27px;
		line-height:1.2em;
		color:#132048;
	}

	.hotel-part{
		width:720px;
		float:left;
		margin-bottom:35px;
	}
		.hotel-part .img{
			float:left;
			margin-right:15px;
		}
		.hotel-part p{
			float:right;
			text-align:right;
			line-height:1.2;
			width:530px;
			font-size:15px;
		}
		.bio-img{
			float:right;
		}

	/*MKE*/
	#mke{
		margin-top:180px;

	}
		.mke-item{
			width:690px;
			float:left;
			margin-bottom:35px;
		}
		.map-img{
			margin-left:10px;
			margin-bottom:35px;
			margin-top:10px;
		}

		.mke-item .img{
			float:left;
			margin-right:10px;
		}
		.mke-item .name{
			float:left;
			margin-right:0px;
			color: #132048;
			width:250px;
		}
			.mke-item .name h1{
				line-height:1em;
			    font-size: 27px;
			    margin: 0;
    			padding: 0;
    			font-weight:normal;
			}
			.mke-item .name p{
				line-height:1em;
				margin: 0;
    			padding: 0;
				font-size:18px;	
			}
		.mke-item .bio{
			float:right;
			text-align:right;
			line-height:1em;
			font-size:18px;	
			margin-left:-50px;
			margin-top:5px;
			width:340px;
			color:#151f47;
		}

	/*COMING*/
	#registry{
		margin-top:180px;
		margin-bottom:300px;
	}
	#registry img{
		margin:-10px auto;
		width:456px;
		height:565px;
		display:block;
	}





