/* ---------------------------------------------------------------------------
	
	nGen Works: 5 Year Anniversary Party - The Space Between - Screen Styles
	http://thespacebetween.ngenworks.com
	
	author: nGen Works
	http://ngenworks.com
	
--------------------------------------------------------------------------- */

/* 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body {
	background: #000 url(../img/bg.jpg) no-repeat top center;
	color: #fff;
	font: medium/1.5em Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}
	
#container {
	margin: 0 auto;
	text-align: left;
	width: 995px;
}

/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link { color: #00a3b7; }
	
a:visited { color: #999; }
	
a:hover { color: #637381; text-decoration: underline; }

/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1 {
	left: -9999px;
	position: absolute;
	top: 0;
}

h2 {
	left: -9999px;
	position: absolute;
	top: 0;
}

h3 {
	margin-bottom: 5px;
	font-size: 140%;
}

h4 {
	margin-bottom: 5px;
	font-size: 110%;
}

h4 span {
	color: #666;
	font-size: 90%;
}

h4 a {
	font-size: 70%;
	font-weight: normal;
	text-transform: uppercase;
}

h4 a:link, h4 a:visited, h4 a:hover { text-decoration: none; }

h5 {
	margin-bottom: 20px;
	font-size: 150%;
}

h6 {
	margin-bottom: 20px;
	font-size: 150%;
}

p { margin-bottom: 40px; }

/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

ul {
	list-style: none;
}

/* ---------------------------------------------------------------------------
	=content
--------------------------------------------------------------------------- */

#content {
	clear: both;
	float: right;
	padding-top: 308px;
	width: 350px;
}

/* ---------------------------------------------------------------------------
	=rsvp form
--------------------------------------------------------------------------- */

#rsvp-form {
	background: url(../img/rsvp-bg.png) no-repeat 0 0;
	padding: 30px 25px;
}

/* rsvp slider button */

#btn-rsvp {
	background: url(../img/btn-rsvp.gif) no-repeat 0 0;
	height: 64px;
	text-indent: -9999px;
	width: 350px;
}

#btn-rsvp a {
	background: url(../img/btn-rsvp.gif) no-repeat 0 0;
	display: block;
	height: 100%;
	width: 100%;
}

#btn-rsvp a:hover { background-position: 0 -64px; }

label {
	left: -9999px;
	position: absolute;
	top: 0;
}

/* This delcaration forces the labels inside the error message area to display */

div.message label {
	left: 0;
	position: relative;
	top: 0;
}

div.message li {
	list-style: none;
}

input {
	color: #656565;
	font-size: 110%;
	margin-bottom: 15px;
	padding: 4px;
	width: 292px;
}

select {
	border: 1px solid #fff;
	color: #656565;
	font-size: 120%;
	margin-bottom: 15px;
	padding: 4px;
	width: 300px;
}

button {
	background: transparent url(../img/btn-rsvp-submit.gif) no-repeat 0 0;
	border-width: 0;
	height: 51px;
	margin-bottom: 15px;
	text-indent: -9999px;
	width: 300px;
}

button:hover {
	background-position: 0 -52px;
}

#rsvp-cancel {
	color: #8b8b8b;
	font-size: 90%;
	font-style: italic;
	margin-bottom: 0;
	text-align: center;
}

#rsvp-cancel a:link, #rsvp-cancel a:visited {
	color: #999;
	text-decoration: none;
}

#rsvp-cancel a:hover {
	color: #f0c;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */

#foot {
	bottom: 0;
	color: #666;
	font-size: 90%;
	position: absolute;
	left: 55px;
}

#foot a { font-weight: bold; }

#foot a:link, #foot a:visited {
	color: #eee;
	text-decoration: none;
}

#foot a:hover {
	color: #f0c;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	=misc
--------------------------------------------------------------------------- */
/* Error Messages */

div.message { margin-bottom: 20px; }
div.message li { 
	padding-left: 15px;
	background: transparent url(../img/error.gif) no-repeat 0 50%; 
}

/* confirmation message */

#thanks {
	background-color: #fe00d2;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 40px;
	padding: 8px 15px;
}

/* hide form initially validation message container */
#rsvp-form, .message {display: none;}

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#container:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}