@charset "UTF-8";
/* CSS 3.0 stylesheet for Kirsten and Brian's wedding page */

html {
	display: block;
	width: 100%;
	background-color: #fffff0;
}

body {
	display: block; 
	width: 90%;
	margin: 0 auto;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 100;
}

hgroup {
	display: inline-block;
	width: 95%;
	margin: 1em auto;
	text-align: center;
}

h1 {
	font-size: 300%;
}
     
h2 {
	font-size: 250%;
}

h3 {
	font-size: 220%;
}

em.listtitle {
	font-size: 125%;
	font-weight: 400;
}

nav {
	display: block;
	float: left;
	margin: 0 2em 0 1em;
	padding: 1em;
	border-right: 1px black solid;
	font-size: 150%;
}

nav ul {
	list-style-type: none;
}

nav ul li {
	padding: 1em;
	text-align: right;
}

ul {
	list-style-type: circle;
	margin: 0 0 2em 0;
	padding: 0;
}

.nobullet {
    list-style-type: none;
}

a {
	color: black;
	text-decoration: none;
}

div#maindiv {
	display: block;
	width: 50%;
	float: left;
}

section#mainsec {
	line-height: 200%;
	/*min-width: 500px;*/
	margin: 0 0 0 340px;
}

label {
	display: inline-block;
	height: 200%;
}

.g-recaptcha {
	display: inline-block;
	float: none;
}

.invisible_options {
	display: none;
}

form#rsvp {
	display: block;
	float: left;
	min-width: 520px;
	overflow: scroll;
}

#slideshow_wrapper {
	display: inline-block;
	min-height: 75%;
}

#slideshow {
	display: block;
	width: 75%;
	float: left;
	
}

.scheduleimg {
    float: left;
    margin: 1em;
    padding: 0 2em 0 0 ;
}

#breadpic {
    width: 12em;
    border: 1px black solid;
    margin: 1em 0;
}

p.caption {
	display: inline-block;
	float: left;
}

.outsidelink {
	text-decoration: underline;
	font-weight: 300;
}

footer {
	font-family: "courier new", courier, monospace;
	text-align: center;
	display: block;
	width: auto;
	clear: both;
	margin: 4em auto 0 auto;
	border-top: 1px black solid;
	font-size: 150%;
}

.copyright {
	font-size: 50%;
}