@charset "UTF-8";
body{
    background-color:rgb(220,250,255);
    font-size: 16pt;
    font-family: Palatino, serif;
    /* Laurel likes: Optima, Gill Sans, Palatino */
    max-width: 800px;
}
a:link{
    color:rgb(80,80,80);
    font-style:inherit;
}
a:visited{
    color:inherit;
    font-style:inherit; 
}

h2:before{
    content: "❦ ";
}

.credits{ 
    float: right;
    width: 40%;
    list-style-type: none;
    color:rgb(100,100,100);
    font-size: 0.5em;
    text-align:left;
    padding-top:10em;
}

.navlist {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.navlist li{
	display: inline-block;
    text-align: center;
	list-style-type: none;
	padding: 0.75em 1.25em 0.75em 1.25em;
    margin: 0.25em;
    border: 3px double black;
    border-radius: 0.25em;
    color: rgb(100,30, 30);
    background-color: rgb(250,225,125);
}

img{
    max-width: 100%;
    padding: 1.5em 0 1em 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tiled{
    white-space: nowrap;
    width:100%;
}
.tiled img{
    float: left;
    min-width: 20%;
    max-width: 49%;
    padding: 1px;
}    

.headimg{
    max-height: 175px;
}

hr{
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
    letter-spacing: 2em;
    border:0;
    width: 100%;
    clear: both;
    color: inherit;
}
hr:after{
    content: "✽   ✽   ✽";
}

fieldset{
    border: none;
}

ol{
    list-style-type: none;
    line-height: 2em;
}
.rsvp li{
    clear: left;
    
}
label{
    float: left;
    margin-right: 1em;
}
input{
    line-height: 2em;
    width: 30%;
    padding: 0.1em;
}
textarea{
    line-height: 2em;
    clear: both;
    margin: auto;
    width: 100%;
    padding:0.1em;
}

.submit{
    display: block;
    width: 15em;
    margin: 2em auto 2em auto;
}

.formletter{
    font-family: Courier, monospace;
}
.nsa{
    text-transform: uppercase;
    text-decoration: underline;
    white-space: pre;
}
