@font-face {
    font-family: 'IronickNormalRegular';
    src: url('fonts/ironick-normal_regular-webfont.eot');
    src: url('fonts/ironick-normal_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ironick-normal_regular-webfont.woff') format('woff'),
         url('fonts/ironick-normal_regular-webfont.ttf') format('truetype'),
         url('fonts/ironick-normal_regular-webfont.svg#IronickNormalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	font:100%/100% "Century Schoolbook","Century Schoolbook L","Palatino Linotype",Palatino,Georgia,serif;
	color:#f9f5ee;
	vertical-align: baseline;
	outline:none;
}

html, body{
  width:100%;
  height:100%;
  background-color: #020814
}

h1 {
	font:small-caps 1.25em/1em "IronickNormalRegular", "Century Schoolbook","Century Schoolbook L","Palatino Linotype",Palatino,Georgia,serif;
	color:#56646b;
	text-shadow:0px 0px 2px #97cdeb;
}

h2 {
	font-weight:bold;
	font-variant:small-caps;
	font-size:0.8em;
	color:#cb4926;
	line-height:1.35em;
	text-shadow:0px 0px 2px #f1c3b6;
}

p {
	font-size:0.8em;
	color:#70655c;
	line-height:1.3em;
	text-shadow:0px 0px 2px #bbbbbb;
}

.bold{
    font-weight:bold;
    color:#56646b;
}

a {
  text-decoration:none;
}

#wrapper{
	position:relative;
	width:100%;
	height:100%;
	min-width:980px;
	min-height:680px;
	background: #020814 url('images/back1.jpg') no-repeat 50% 50%;
	text-align:center;
}

#contentHolder {
	position:absolute;
	width:960px;
	height:660px;
	left:50%;
	top:50%;
	margin:-330px 0 0 -480px;
}

#nav {
	position:absolute;
	width:470px;
	height:246px;
	left:50%;
	top:50%;
	margin:84px 0 0 10px;
	display:none;
}

#navBot{
	position:absolute;
	left:0;
	top:0;
}

#navTop{
	display:none;
}

#rsvpHolder{
    position: relative;
    width: 1000px;
    height: 2000px;
    margin: 0px auto;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    zoom:1;
    *display: inline;
}

#rsvp{
    position: absolute;
    left: -200px;
    top: 0;
}

.loading{
  background:center center no-repeat url('images/loader.gif');
}
