@import url("reset.css");

/*----------------------------------Wedding Page------------------------------------*/

body.wedding {
	background: #000000 url("../images/wedding/bg.jpg") no-repeat center 0;
	font-family: "Times New Roman", "Georgia", serif;
}

body.wedding .img {
	width: 744px;
	height: 495px;
	height: 460px;
	margin: 0 auto;
}

body.wedding .img img {
	margin-top: -2em;
}

body.wedding h1.site-head {
	text-indent: -9000px;
	display: block;
	width: 636px;
	height: 310px;
	background: transparent url("../images/wedding/site-head.png") no-repeat 0 0;
	position: relative;
	top: 193px;
	left: -30px;
	top: 215px;
	left: 6px;
	margin: 0;
	
}

body.wedding h2 {
	color: #42036B;
	font-size: 48px;
	line-height: 48px;
	font-style: italic;
	border-bottom: dotted 1px #e0dbb6;
	/*padding: 0 0 .25em 0; -- Padding for CUFON*/
	padding: 0 0 0.25em;
	margin: 0 0 .5em .1em;
	text-shadow: #cbc0a6 2px 2px 2px;
	font-weight: normal;
	max-width: 675px;
	text-align: center;
}

body.wedding h3 {
	color: #42036B;
	font-size: 2.6em;
	margin: 0;
	padding: 1em 0 0;
	font-style: italic;
	text-shadow: #cbc0a6 2px 2px 2px;
}

body.wedding #panel div.panel a.anchor {
	/*text-indent: -9000px;
	display: block;
	position: relative;
	left: 0;*/
	display: block;
	float: right;
	font-size: 14px;
	font-style: italic;
	margin: 2em 0.5em 0.5em;
}

body.wedding h3.info {
	/*background-color: #fefcec;
	border-right: 1px solid #F0EED8;*/
	border-bottom: dashed 1px #ded7c4;
	padding: .5em 20px .5em;
	margin: .5em 0 0;
}

body.wedding h5 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	position: relative;
	margin: 100px 0 -15px 645px;
}

body.wedding p {
	font-size: 1.4em;
	line-height: 1.6em;
	text-shadow:0 1px 0 #FFFCEB;
}

body.wedding p.info, body.wedding div.info-container {
	line-height: 1.3em;
	margin: 0;
	padding: .5em 20px 1em;
	background-color: #fefcec;
	border-right: 1px solid #F0EED8;
	border-bottom: 1px solid #F0EED8;
}

body.wedding #map_canvas {
	border: 1px solid #F0EED8;
	box-shadow: 2px 2px 16px #A5A49D;	
	-moz-box-shadow: 2px 2px 16px #A5A49D;
	-webkit-box-shadow: 2px 2px 16px #A5A49D;
	width: auto;
	height: 300px;
	margin: .5em -.25em;
	display: block;
}

body.wedding div.info-container p {
	line-height: 1.3em;
}

body.wedding div.info-container ul.peeps {
	padding: 0;
}


body.wedding div.info-container ul.peeps li {
	float: none;
	display: block;
	list-style: none;
	min-height: 120px;
}

body.wedding ul.anchors {
	margin: 0 0 1em;
	padding: 0;
}

	body.wedding ul.anchors li {
		list-style: none;
		display: inline;
		padding: 0 .25em 0 0;
	}

body.wedding #panel div.panel div.info-container ul li img.about-img {
	margin: 0 1em 0 0;
}

body.wedding div.info-container h4 {
	color: #333333;
	text-shadow:2px 2px 2px #CBC0A6;
	margin: 0;
	padding: 1em 0 .5em;
}

	body.wedding div.info-container h4 em {
		color: #42036B;
	}

body.wedding .container {
	position: relative;
}

body.wedding .overlay {
	background: url("../images/wedding/stretch.png") repeat-x 0 330px;
	width: 100%;
	height: 430px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
}

body.wedding .head {
	width: 804px;
	margin: -508px auto 0;
	position: relative;
	z-index: 200;
}

body.wedding #main-content {
	width: 777px;
	margin: 1em auto 0;
	position: relative;
	z-index: 300;
}

/*  FORM STUFF  */

table#rvsp-input {
	border-collapse: collapse;
	background-color:#FEFCEC;
	padding: 0;
	font-size: 1.2em;
}

table#rvsp-input th.plain {
	padding: 0.25em 1em;
	text-align: right;
	width: 278px;
	line-height: 1.2em;
	background-color:#FEFCEC;
	border-bottom: 1px dashed #DED7C4;
	border-right: 1px solid #F0EED8;
	color: #897b70;
	vertical-align: middle;
	font-weight: normal;
}

table#rvsp-input td.plain {
	padding: .5em;
	background-color: #f8f5df;
	border-bottom: 1px dashed #DED7C4;
	border-right: 1px solid #F0EED8;
	min-width: 359px;
}

table#rvsp-input td.plain input.radio, table#rvsp-input td.plain span {
	float: left;
}


table#rvsp-input .error {
	background-color: #f7cecf;
	border: 2px solid #ce8481;
	border-bottom: 2px solid #dfa9a7;
	border-right: 2px solid #dfa9a7;
}

table#rvsp-input label.error {
	float: left;
	color: red;
	padding: 0.4em 0 0 0.5em;
	vertical-align: top;
	width: auto;
	border: 0;
	margin: 0;
	font-size: .8em;
	background: none;
}

table#rvsp-input p {
	margin: -0.5em -0.5em .5em;
	border: 1px dashed #DED7C4;
	font-size: 1.2em;
	display: block;
	text-align: center;
}

table#rvsp-input input, table#rvsp-input select, table#rvsp-input textarea {
	float: left;
	border: 2px solid #CCCBBA;
	border-bottom: 2px solid #E5E5D8;
	border-right: 2px solid #E5E5D8;
	padding: .35em;
	font-family: "Courier", "Courier New", serif;
	font-size: 12px;
	width: 160px;
}

table#rvsp-input select {
	width: 173px;
}

table#rvsp-input textarea {
	width: 346px;
}

table#rvsp-input input.radio {
	width: auto;
	border: 0;
	margin: 0 .5em;
}

body.wedding #panel table#rvsp-input img.required {
	background: none;
	float: left;
	border: 0;
	margin: .3em;
	padding: 0;
}

body.wedding #panel table#rvsp-input p img.required {
	float: none;
	margin: 0 .5em;
}




table#rvsp-input p.required, table#rvsp-input th.plain.required-field {
	background-color: #FEECF9;
	color: #42036B;
}

table#rvsp-input th.plain.required-field {
	text-align: right;
}

table#rvsp-input input.submit {
	border: 0;
	background: url("../images/wedding/button.png") no-repeat 0 0;
	width: 185px;
	height: 26px;
	text-align: center;
	color: #ffffff;
	font-family: "Georgia", "Times New Roman", serif;
	text-shadow: 1px 1px 1px #42036B;
	font-size: 1.4em;
	padding: 0;
	cursor: pointer;
}

table#rvsp-input input.submit:hover {
	background-position: 0 -26px;
	color: #efd7ff;
	text-shadow: 1px 1px 1px #2b0944;
}

/* SCROLLER STUFF */

body.wedding ul#scroller-header {
	padding: 0;
	margin: 5em auto -1.5em;
	text-align: center;
}

body.wedding ul#scroller-header li {
	display: inline-block;
	list-style: none;
	margin: 0 .5em;
}

body.wedding ul#scroller-header a {
	text-decoration: none;
	background: url("../images/wedding/stretch.png") repeat-x 0 18px;
	background-color: rgba(77, 77, 77, .5);
	color: #ffffff;
	display: block;
	width: 165px;
	height: 42px;
	border: solid 1px #616161;
	text-align: center; 
	font-size: 1.75em;
	padding: .75em 0 0 0;
	text-shadow: #000000 2px 2px 2px;
}


body.wedding ul#scroller-header a:hover {
	background-color: rgba(77, 77, 77, .8);
}

body.wedding ul#scroller-header a.selected {
	background-color: rgba(255, 255, 255, 1);
	color: #42036B;
	border: solid 1px #42036B;
	text-shadow: #d2caaf 2px 2px 2px;
	padding: 2px 0 .5em;
	height: 46px;
}

body.wedding ul#scroller-header a.selected span {
	border: solid 1px #ad98a3;
	padding: 0.65em 0.25em 0;
	display: inline-block;
	width: 146px;
	height: 38px;
}

body.wedding ul#scroller-header a.rsvp {
	/*background-color: rgba(66, 3, 107, .5);*/
	background-color: #42036B;
	border: solid 1px #503e5e;
	text-shadow: #571980 2px 2px 2px;
}

body.wedding ul#scroller-header a.rsvp:hover {
	background-color: rgba(66, 3, 107, .8);
}

body.wedding ul#scroller-header a.rsvp span {
	color: #ffffff;
}

body.wedding #scroller-top, body.wedding #scroller-bottom {
	width: 777px;
	height: 72px;
	position: relative;
	margin: 0 auto -29px;
	background: transparent url("../images/wedding/top.png") no-repeat center 0;
}

body.wedding #scroller-bottom {
	margin: -19px auto;
	background: transparent url("../images/wedding/bottom.png") no-repeat center 0;
}

body.wedding #scroller-body {
	background: transparent url("../images/wedding/scroller-bg.png") repeat-y center 0;
	padding: 0 50px 60px;
	height: auto;
	position: relative;
	z-index: 400;
}

body.wedding #mask {
	overflow:hidden;
	margin:0 auto;
	/*min-height: 900px;*/
}

body.wedding #panel {

}

body.wedding #panel div.panel {
	float:left;
	color: #423E33;
}

body.wedding #panel ul {
	font-size: 1.4em;
	padding: 0;
	list-style: none;
}

body.wedding #panel li {
	margin: .75em 0;
}

body.wedding #panel li span {
	font-style: italic;
	line-height: 1.4em;
} 

body.wedding #panel div.panel img {
	float: left;
	margin: 1em 2em 1em 0;
	/*background: #DBC99C;*/
	padding: .05em;
	border: solid 1px #FCE9B4;
}

body.wedding #panel div.panel img.about-img {
	box-shadow: 2px 2px 16px #A5A49D;	
	-moz-box-shadow: 2px 2px 16px #A5A49D;
	-webkit-box-shadow: 2px 2px 16px #A5A49D;
	max-width: 250px;
	margin-left: .25em;
}

body.wedding #panel div.panel img.right {
	float: right;
	margin: 1em .6em 1em 2em;
	box-shadow: -2px 2px 16px #A5A49D;
	-moz-box-shadow: -2px 2px 16px #A5A49D;
	-webkit-box-shadow: -2px 2px 16px #A5A49D;	
}

body.wedding #panel div.panel a {
	color: #42036B;
	/*text-shadow: #cbc0a6 2px 2px 2px;*/
	text-decoration: underline;
	display: inline-block;
	padding: .2em;
	margin: 0 -.2em;
}

body.wedding #panel div.panel p a {
	padding: 0 .2em;
}

body.wedding #panel div.panel h4 a {
	padding: .2em;
}

body.wedding #panel div.panel a:hover {
	background-color: #42036B;
	color: #ffffff;
	text-shadow:  none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

body.wedding table.results {
	background-color: #ffffff;
	margin: 0 auto;
	width: 810px;
	border-collapse: collapse;
	border: solid 1px #999999;
	
	width: 1000px;
	font-size: 1.2em;
}

body.wedding table.results th {
	border: solid 1px #999999;
	padding: .5em;
}

body.wedding table.results td {
	border: solid 1px #999999;
	padding: .5em;
}

body.table { background-position: center -462px;}

body.wedding #registry {
	position: fixed;
	z-index: 900;
	width: 70px;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url("../images/wedding/registry3.png") repeat-y right top ;
}


body.wedding #registry a {
	display: block;
	position: fixed;
	width: 40px;
	height: 200px;
	background: #ffffff;
	text-indent: -9000px;
	top: 34%;
	left: 12px;
	background: transparent url("../images/wedding/registry-button.png") no-repeat left top;
}

body.wedding #registry a:hover {
	background-position: right top;
}

#updates {
	float: right;
	padding: 0 1em 1em 1em;
	width: 300px;
	margin: 0 0 1em 1em;
	
}

#updates h3 {
	text-align: center;
	margin: 0;
	padding: .5em 0 0;
}

#updates h4 {
	font-weight: normal;
	display: inline;
	line-height: 22px;
}

#updates p {
	font-size: 14px;
	margin-left: 38px;
}

#updates p.indent {
	padding: .75em;
	background: #FEFCEC;
}

#updates p.indent strong { font-weight: normal; color: #000000; }

#updates span {
	float: left;
	display: block;
	width: 30px;
	height: 20px;
	margin: 0 10px 10px 0;
	font-size: 10px;
	font-style: italic;
	padding: 4px 0;
}

body.wedding #panel #updates li { margin: 1.75em 0;}

p.warning {
	border: solid 1px #ff0000;
	color: #ff0000;
	padding: 4px;
	text-align: center;
}





