/* CSS Document */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html { 
	background: url(/images/bg_02.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;}
body {
	width: 100%;	
	font-family: helvetica, sans-serif;
}
.segue {
	margin-top: 45px;	
	margin-bottom: 40px;
	text-align: center;
	
}

/*==================================*/
.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
/*==================================*/

/*==========GLOBAL PARAMETERS ==========*/
h3 {
	font-family:'NovecentowideBookBold',helvetica, sans-serif;
	font-size: 24px;
	color: #5373b8;
	padding-top: 40px;
	padding-bottom: 20px;
}
h3.pink {
	color: #ef4072;	
}
.banner {
	background:url(images/banner.png);
	width: 632px;
	height: 126px;	
	margin: 0 auto;
}
/*==========CONTAINER 01================*/
#container {
		width: 100%;
		background: white;
		min-height: 500px;
		min-width: 1161px;
		margin: 0 auto;
		/*margin-top: 30px;*/
		box-shadow: 0px 0px 15px rgba(12, 12, 12, 0.2);
		text-align: center;
		padding-bottom: 50px;
}
#container p {
	padding-bottom: 20px;	
	color: gray;
	
	margin: 0 auto;
}
#container strong {
	color: black;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 10px;
	display: block;
}


#topBar {
	width: 100%;
	min-width: 1161px;
	height: 45px;
	background: white;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);	
}

#title {
	margin: 0 auto;
	width: 561px;
	text-align: center;
}
#title img {
		
}
section {
		
}
table#accommodation {
	text-align: left;	
	
}
table#accommodation a:link {
	color: #ef4072;
}
table#accommodation a:visited {
	color: #ef4072;
}
p#ceremonyLocation a:link {
	color: #ef4072;
}
p#ceremonyLocation a:visited {
	color: #ef4072;
}
#ceremonyLocationText {
	width: 620px;
	margin: 0 auto;
	height: 210px;
}

#textLeft {
	
	text-align: left;	
	float: left;
	width: 300px;
	color: gray;
}
#textLeft a:link {
	color: #ef4072;
}
#textLeft a:visited{
	color: #ef4072;
}
#textRight {
	
	float: left;
	width: 300px;
	padding-left: 20px;
	text-align: left;
	color: gray;
}
/*==========RSVP FORM================*/
form#RSVP {
	background: url(images/dinos_01.jpg);	
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 50px;
	
}

form#RSVP table {
	
	margin: 0 auto;
	width: 620px;	
	color: gray;
	position: relative;
	top: 10px;
}
form#RSVP fieldset {
	padding: 20px;
	margin: 0 auto;
	box-shadow: 0px 0px 15px #ddd;
	width: 620px;	
}
form#RSVP tr {
	height: 50px;	
}
form#RSVP table tr td.left {
	text-align: right;
	width: 135px;
	padding: 3px;
}
form#RSVP table tr td.right {
	text-align: left;
	width: 200px;
	padding: 3px;
}
form#RSVP input {
	height: 20px;
	font-size: 14px;
		
}
form#RSVP button {
	width: 120px;
	height: 30px;
	font-family: 'NovecentowideBookBold', helvetica, sans-serif;
	font-size: 18px;	
	color: #5373b8;
	margin-top: 5px;
}
form#RSVP input#dietOther {
	margin-top: 5px;	
}
td#blue {
	color:	#5373b8;
	text-align: left;
}
form#RSVP label {
	
}
/*==========CEREMONY LOCATION================*/
#container #map {
	padding: 20px;	
	padding-top: 30px;
	background: #fff;
	width: 620px;
	height: 540px;
	margin: 0 auto;	
	box-shadow: 0px 0px 15px #ddd;
}
/*==========CONTAINER 02================*/
#container_02 {
		width: 100%;
		background: white;
		min-height: 500px;
		min-width: 1161px;
		margin: 0 auto;
		
		box-shadow: 0px 0px 15px rgba(12, 12, 12, 0.2);
		text-align: center;
		padding-bottom: 50px;
}
/*==========RECEPTION LOCATION================*/
#container_02 #map2 {
	padding: 20px;	
	padding-top: 30px;
	background: #fff;
	width: 620px;
	height: 540px;
	margin: 0 auto;	
	box-shadow: 0px 0px 15px #ddd;
}
#container_02 p {
	padding-bottom: 20px;	
	color: gray;
	
	margin: 0 auto;
}
#container_02 strong {
	color: black;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 10px;
	display: block;
}
#container_02 a#pinkLink:link {
	color: #ef4072;
}
#container_02 a#pinkLink:visited {
	color: #ef4072;
}
#registryText {
	width: 620px;
	margin: 0 auto;	
	
	text-align: left;
	height: 210px;
}


#container_03 {
	height: 50px;	
}
#picnicText {
	color: gray;
}




