body {
	background-color: #eaeaea;
	background-image:url("gradient_white.png");
	background-position: 0px 0px;
	background-repeat:repeat-x;
	border: 0px;
	padding:0px; 
	margin:0px;
	font-family: arial, sans-serif;
	border-top: 1px solid #fff;
}

div#main {
	background-image:url("marryme_resized.png");
	background-position: 0px 0px;
	background-repeat:no-repeat;
	border: none;
	padding:0px; 
	margin:0px;
	padding-left: 550px;
	padding-top: 0px;
	border-top: 1px solid #fff;
}

div#content { width: 400px; margin-top: 10px;}
div#ribbon { height: 100px; width: 100%; background:#606; }
div#menu ul { list-style: none; margin: 0px; padding:0px;}
div#menu ul li { display: inline; margin-left: 0px;}

a,a:visited { color: #333; text-decoration:none; }
a:hover { color: #60C; }

dl.schedule dt { width: 100px; padding-left: 10px; padding-right: 5px; border-left: 1px dotted black; border-right: 1px dotted black; font-weight: bold; color: #606;}
dl.schedule dd { width: 375px; margin-left:25px; }

div#map { width: 400px; height: 250px; border: 1px solid gray; }
div#tinymap { width: 375px; height: 250px; border: 1px solid gray; }
input.addr { border: 0px; border-bottom: 1px solid gray; background: #eaeaea; width:85px;}
h1, h2, h3 { margin-bottom: 5px; color: #606;}

p { margin-bottom: 10px; font-style: italic; font-size: 0.8em; text-align: justify; }

hr { height: 1px; width: 350px; margin-left: 0px; }

div#footer {
	margin-top: 25px;
	border-top: 1px solid gray;
	padding-top: 5px;
	font-size: 0.6em;
	width: 400px;
}

#guestlist .info {
	padding-left: 25px;
	margin-bottom: 8px;
}

#guestlist .name input {
	border: 1px solid lightgray;;
}

.address .street {
	display:block;
}
.address .country { display:block; }

input#biginput {
	width: 400px;
	border: 2px solid gray;
	font-size: 1.5em;
	padding-left: 5px;
}

h3.ok { color: #0c0; }
h3.error { color: #c00; }

.share {
	margin-top: 10px;
	border-bottom: 1px solid lightgray;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

textarea {
	width: 375px;
	height: 50px;
	margin-top: 5px;
}

.share-time {
	width: 5em;
	border: 1px solid #306;
	padding: 8px;
	margin-right: 10px;
	background: #306;
	color: #FFF;
	font-weight: bold;
}

.share-statement {
	font-size: 0.8em;
}

div#yelpfeed {
	width: 375px;
	font-size: 0.8em;
	font-style: italic;
	border: 1px solid darkgray;
	margin-bottom: 15px;
}

div#yelpfeed .pipesTitle {
	padding-left: 5px;
}
div#yelpfeed .pipesDescription {
	padding-left: 15px;
}