/* +----------------------------------------------------+ */
/* | Wedding stylesheet                                 | */
/* +----------------------------------------------------+ */

html {
	font-size: 76%;
}

body {
	color: #285048;
	background: #92bbb3 url('/images/body.png');
	font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
}

#border-top {
	height: 115px;
	background: url('/images/border-top.png') center repeat-x;
}

#border-bottom {
	height: 160px;
	background: url('/images/border-bottom.png') center repeat-x;
}

#header {
	color: #f1bf71;
	background: #b01c2e;
	margin: 20px auto;
	padding: 5px 40px;
}

#header div.content {
	width: 850px;
	margin: 0px auto;
}

#body {
	line-height: 1.1em;
	width: 830px;
	min-height: 300px;
	margin: auto;
}

#footer {
	color: #ffffff;
	background: #8daba0;
	font-size: 0.9em;
	text-align: center;
	padding: 3px;
	border-bottom: solid 1px #8daba0;	
}

a {
	color: #b01c2e;
}

h3 a, p a, .backlink a, .gallerynav a {
	text-decoration: none;
	border-bottom: dashed 1px #ffca78;
}

h3 a:hover, p a:hover, .backlink a:hover, .gallerynav a:hover {
	border-bottom-style: solid;
}

div.pictures img, img.photo, div.thumbnails img, div.previewbox img {
	border: solid 1px #285048;
}

h1, h2, h3, h4, span.label {
	font-family: Georgia, Garamond, serif;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
}

h3, span.label {
	font-size: 1.1em;
}

p.intro {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 30px;
}

.note {
	font-style: italic;
}

p.really {
	text-align: center;
}

dt {
	font-family: Georgia, Garamond, serif;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 20px;
	margin-bottom: 5px;
}

dt img {
	margin-left: 5px;
}

dd {
	margin-left: 40px;
	margin-bottom: 10px;
}

dd span.label {
	font-size: 1.0em;
	margin-right: 5px;
}

.backlink {
	margin-top: 40px;
}

input, textarea {
	border: solid 1px #5b8f85;
	padding: 2px;
}

textarea {
	font: 0.9em Helvetica, Arial, sans-serif;
}

div.formfield {
	margin: 5px 0px;
}

p.contact, div.special {
	font-size: 0.9em;
	line-height: 16px;
	margin-top: 20px;
	padding: 3px 5px;
	border: solid 1px #b8d1c8;
	text-align: right;
}

p.contact {
	font-size: 1.0em;
	border: none;
}

p.special img {
	margin-right: 5px;
	vertical-align: middle;
}

p.credits {
	text-align: right;
}

#dinner-menu {
	text-align: center;
	margin-bottom: 50px;
}

#dinner-menu h2 {
	margin: 40px auto;
}

#dinner-menu dt {
	font-weight: normal;
	font-size: 1.3em;
	margin: 0px;
	margin-top: 20px;
	text-align: center;
}

#dinner-menu dd {
	font-style: italic;
	text-align: center;
	margin: 0px;
}

div.previewbox {
	width: 330px; 
	float: left;
	margin: 0px 30px;
}

div.previewbox img {
	margin: 5px;
}

#main div.thumbnails {
	text-align: center;
}

#photobooth div.thumbnails, div.photo {
	text-align: center;
}

#gallery div.thumbnails {
	margin: auto;
}

div.gallerynav {
	font-size: 1.1em;
	text-align: center;
	margin-top: 20px;
}

div.thumbnails img {
	margin: 5px;
}

p.flickrlink {
	text-align: center;
	margin-top: 30px;
}

p.credits {
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
}

/* Playlist styles */

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	padding: 5px;
	border-bottom: solid 1px #c9ddd9;
	vertical-align: top;
}

th {
	background: #9bc1b9;
	text-align: left;
	font-weight: normal;
}

tr.th, td {
	border: solid 1px #c9ddd9;
}

tr.odd {
	background: #a1c5be;
}

tr.even {}

td.timeline {
	background: #9bc1b9;
	font-style: italic;
	padding: 10px 20px;
}

/* / Playlist styles */



