﻿body {
    font-family: Trebuchet MS, verdana, Arial, Sans-Serif;
    background: #fff url(../images/grad.gif) repeat-x 0 90px;
    margin: 0;
}

a {
    text-decoration: none;
    color: #d15600;
}
a:hover {
    text-decoration: underline;
}

h1 {
    margin: 0;
    background: #ffff99 url(../images/banner.jpg) repeat-x scroll center 0;
    text-indent: -50em;
}

h1 a {
    display: block;
    height: 100px;
    text-align: center;
    border-bottom: solid 2px #fff;
}
h2, h3, h4 {
    color: Gray;
    border-bottom: solid 1px #ffff99;
}

h3 span {
    color: Silver;
    font-size: 10pt;
}
h3 a {
    font-size: 10pt;
}

img { border: 0;}

dt {
    font-weight: bold;
    padding-top: 0.5em;
}
dd {
    list-style-type: disc;
}

#pages {
    margin: 0;
    padding: 3px 0 3px 0;
    background-color: #ffff99;
    width: 100%;
    overflow: hidden;
}
#pages li {
    display: inline;
}

#pages li a {
    margin: 0 0 0 -2px;
    padding: 0 -2px 0 0;
    border-left: solid 2px #d15600;
    background-color: #ffff99;
    text-align: center;
    display: block;
    width: 30%;
    float: left;
    white-space: nowrap;
    font-weight: bold;
}

#pages li a:hover, .selected {
    background-color: #d15600;
    color: #fff;
    text-decoration: none;
}

#additional-info {
    padding: 65px 0 25px 20px;
    position: absolute;
    text-align: center;
    color: gray;
    font-size: 10pt;
}

#additional-info img {
    display: block;
}

h3 {
    clear: both;
}

#main {
    float: right;
    padding: 20px 10% 10px 300px;
}

#key-info {
    clear: both;
    background: #fff url(../images/grad.gif) repeat-x;
    padding: 10px 20px;
    margin-top: 20px;
}

#wedding-date {
    background: transparent url(../images/heart.gif) no-repeat scroll -3px 0px;
    font-size: 16pt;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    width: 100px;
    height: 95px;
    padding: 30px 20px 0 22px;
    list-style-type: none;
}

#wedding br {
    clear: left;
}

.preview {
    list-style-type: none;
}

.preview li {
    display: inline;
}

.preview img {
    border: 0;
}

.thumbnails li {
    display: inline;
}

.thumbnails a {
    display: block;
    padding: 5px;
    border: solid 1px silver;
    float: left;
    margin: 12px;
}
.thumbnails a:hover {
    border: solid 1px #d15600;
    background-color: #ffff99;
}
.thumbnails img {
    width: 75px;
    height: 75px;
}
