@charset "UTF-8";
/* CSS Document */

body {
	font: 14px 'Coming Soon', Arial, Helvetica, sans-serif;
	background-color: #2b251b;
	background-image:url(../images/skin/canvas-texture055.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ############################################ ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	margin-bottom:24px;
}

h1, h2, h3, h4, h5, h6 {
font-weight:bold;
}

h2 {
	text-align:center;
}

/*
.himg {
	background-image:url(images/headers.gif);
	background-repeat:no-repeat;
}

.himg span
{
	display:none;
}
*/

h1{
	margin:0;
	padding-bottom:0;
	font-size:24px;
}

h2 {
	position:relative;
	font-weight:normal;
	font-size:18px;
	padding:6px;
	margin-bottom:8px;
}

h3 {
	font-size:18px;	
}

.line_header {
	border-bottom: solid 5px #D5D7D8;
	border-top: solid 5px #D5D7D8;
	padding-top:12px;
	padding-bottom:12px;
}

a img { 
	border: none;
}

a:link {
	color: #000;
	text-decoration: underline; 
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
}

.hr {
	position:relative;
	display:inline-block;
	height:5px;
	background-image:url(../images/skin/hr.png);
	background-repeat:repeat-x;
	width:700px;
}

.vr {
	position:absolute;
	left:370px;
	top:0px;
	bottom:0px;
	background-image:url(../images/skin/vr.png);
	background-repeat:repeat-y;
	width:5px;
}


/* ~~~~~~~~~~~~~~ Structure ~~~~~~~~~~~~~~~~ */

.container {
	width: 900px;
	margin: 0 auto; 
}

.papersheet {
	position:relative;	
	margin-top:250px;
	background-image:url(../images/skin/body-center.png);
	background-repeat:repeat-y;
}

.header {
	position:absolute;
	top:-250px;
	left:0px;
	background-image:url(../images/skin/body-header.png);
	width:900px;
	height:473px;	
}

.menu {
	position:absolute;
	top:425px;
	left:0px;
	width:100%;	
	text-align:center;
	z-index:99;
}

.menu a {
	display: inline-block;
	text-transform:uppercase;
	font-size:24px;
	padding-left:12px;
	padding-right:12px;
}

.menu a:link,
.menu a:visited,
.menu a:hover,
.menu a:active,
.menu a:focus
 {
	text-decoration:none;
}

.content {
	position:relative;
	padding-top:250px;	
	padding-left:72px;
	padding-right:72px;
	padding-bottom:0px;
	margin-bottom:50px;
}

.divy {
	position:relative;
}

.footer {
	position:absolute;
	bottom:-55px;
	left:0px;
	background-image:url(../images/skin/body-footer.png);
	width:900px;
	height:281px;	
}


.column {
	width:365px;
	float:left;	
}

.bio {
	clear:both;
	margin-bottom:24px;
}

.bubble-left {
	float:left;
	margin-left:-75px;
}

.bubble-right {
	float:right;
	margin-right:-75px;
}

.center-text {
	text-align:center;
}

.kid {
	width:220px;
	height:225px;
	display:inline-block;
	text-align:center;
	vertical-align:top;
}




.clear {
	clear:both;
}

.error {
	font-weight:bold;
	color:#FF0004;
}

#std_form {
	text-align:center;
	
}

#std_form .form_item {
	padding-bottom:12px;
}

#std_form label {
	display:inline-block;
	text-align:right;
}

#std_form .text_input {
	width:360px;
}

#std_form .button {
	padding:12px;
	color:#FFFFFF;
	font-family: 'Coming Soon', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	background-color:#2b251b;
	border:none;
	border-radius:6px;
}

.spaceout {
	display:inline-block;
	padding: 0px 16px;
}

.guestlist {
	width:100%;
}

.guestlist .name {
	
}

.guestlist .food {
	width:72px;
	text-align:center;
	vertical-align:top;
}




