/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#4c1b1b url(../images/bg-hori.jpg) top repeat-x;
	text-align:center;
	font:12px/18px Verdana, Verdana, Arial, Helvetica, sans-serif;
	color:#fdf7e0;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font-size:1.2em;
	color:#000;
}
h2 {
	font-size:1.1em;
	color:#512F2D;
}
h3 {
	font-size:1.0em;
	color:#000;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited {
	color:#fdf7e0;
	text-decoration:underline;
	outline:none;
	font-weight: bold;
}
a:hover, a:active {
	color:#fdf7e0;
	text-decoration:none;
	outline:none;
	font-weight: bold;
}
h1,h2,h3,p,li{ margin-bottom:10px;}
strong{
	color:#FFFFCC;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
}
img.img-left {
	float:left;
	margin:2px 10px 10px 0px;
}
img.img-right {
	float:right;
	margin:5px 0px 10px 10px;
}
/* ------------------------ form elements ------------------------ */
form {
	margin:10px 0 15px 0; /* set margin left and right below */
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
#ceremony form .content{
	margin: 0;
	display: block;
}
input, textarea, select {
	background-color:#fcf7e1 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #5c2f30;
	color:#000;
	width:250px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
select {
	width:180px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
}
#contact_business {
	display: none;
} /* do not remove */
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
}
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:170px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */


input.submit-contact-main {
	margin:95px 0 0 243px;
} /* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background: url(../images/button-submit.jpg);
	width:92px;
	height:30px;
	border:none;
	cursor:pointer;
	margin: 5px 0 0 0;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {

	width:1000px;
	margin:0 auto;
	text-align:left;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:59px;
}
#masthead h1{ display:none;}
/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:0px;
	width:0px;
	top:0px;
	height:0px;
}
#masthead a span {
	display:none;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:500px;
	float:left;
}
#counter {
	background:url(../images/bg-countdown.jpg);
	height:63px;
	position:relative;
}
#counter span{
	position:absolute;
	left:44px;
	top:15px;
	height:31px;
	width:296px;
	font:1em Georgia, "Times New Roman", Times, serif;
	display: block;
	color: #fdf7e0;
}
#story {
	background:url(../images/bg-story.jpg) repeat-y;
	width:500px;
}
#story .header-wrap {
	background:url(../images/header-wrap-story.jpg) top no-repeat;
	padding-top:95px;
}
#story .content {
	margin:0 42px 0 0;
	padding-left:42px;
	color: #351312;
}
#story .content span{ display:none;}
#story .bottom {
	background:url(../images/bottom-story.jpg);
	height:48px;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:500px;
	float:left;
}
/* HIDE 
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }

	
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; 
			padding-left:10px;  
			}


	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; 
			padding-left:10px;  
			float:left;
			width:150px;
			line-height:20px; 
			}


	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; 
			padding-left:10px;  
			margin-left:5px;
			}
*/
.header h3{ display:none;}
#info-section{ width:1000px; background:url(../images/bg-verti.jpg) repeat-y;}
  
#location{ width:346px; float:left;}
#location .header{ background:url(../images/header-location.jpg); height:143px; margin-bottom:10px; }

#location .content{ margin:0 20px;}

#gifts{ width:320px; float:left;}
#gifts .header{ background:url(../images/header-gifts.jpg); height:143px;margin-bottom:10px;}
#gifts .content{
	margin:0 20px 0 6px;
}


#ceremony{ width:334px; float:left;}
#ceremony .header{ background:url(../images/header-ceremony.jpg); height:143px;margin-bottom:10px;}
#ceremony .content{
	margin:0 20px 0 6px;
}


#header-form{ background:url(../images/header-register.jpg); height:36px;}
/* ------------------------ header framework ------------------------ */
#header-flash {
	height:625px;
	background:url(../images/bg-right-corinthians.jpg) top no-repeat;
} /* sets height for the flash header - REMOVE IF NOT USED */


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom{
	background:#351313 url(../images/bottom-bg-hori.jpg) top repeat-x;
	width:100%;
	padding-bottom: 25px;
}
#bottom-wrap {
	background:url(../images/bottom-wrap.jpg) top no-repeat;
	width:1000px; /* fix for Safar */
	margin:0 auto;
	padding-top:65px;
	color: #fdf7e0;
}
/* ------------------------footer framework ------------------------ */
#footer {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#footer p {
	color:#009900;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited {
	color:#009900;
}
#footer a:hover, #footer a:active {
	color:#000;
}
#footer ul {
	margin:10px;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #009900;
}
#footer li.first {
	border: none;
}

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
