﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #fff;
	color: #000; /*#be1321; #b00;*/
	font: normal 100% Times New Roman, Georgia, Serif;
}
a:link, a:visited
{
	color: #be1321;
	color: rgba(190, 19, 33, 1);
	text-decoration: none;
}
a:hover, a:focus, a:active
{
	color: #f11829;
	color: rgba(190, 19, 33, .75);
}
#the-word, h1, #home-page #main
{
	font-style: italic;
}

#wrap
{
	width: 1025px;
	margin: 0 auto;
	background: url(../img/BgMain.jpg) 50% 0 repeat-y;
}

input, textarea
{
	font: normal 100% Times New Roman, Georgia, Serif;
	border: solid 1px #333;
	text-align: center;
}

.radios input
{
	border: none;
	width: 1.2em;
	height: 1.2em;
	margin-right: 1ex;
}

input.btn
{
	padding: 2px 8px;
	border: outset 2px #D4D0C8;
}

fieldset
{
	border: none;
}

label
{
	font-weight: bold;
}

fieldset div
{
	margin-bottom: 1em;
}

p
{
	margin: 1em 0;
}

h1
{
	text-align: center;
	color: #be1321;
	width: auto;
	margin: 0 102px 0 72px;
	padding-bottom: 12px;
	font-size: 2.5em;
	font-weight: normal;
	border-bottom: solid 1px #777;
}

h2
{
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	color: #777;
	margin: 1em 0 0.25em;
}

ul, ol
{
	margin: 1em 0 1em 3ex;
}

dl
{
	margin: 1em 0;
}

dt
{
	font-weight: bold;
}

dd
{
	margin-bottom: 0.5em;
}
a img
{
	border: none;
}
#the-word
{
	font-size: 2em;
	text-align: center;
	color: #777;
	font-style: italic;
	padding: 20px 82px 0 52px;
	background: url(../img/BgTop.jpg) 50% 0 no-repeat;
}

#the-word span
{
	display: block;
	margin-top: 10px;
	font-size: 0.65em;
}

#nav ul
{
	position: relative;
	z-index: 50;
	list-style: none;
	width: auto;
	margin: 0 auto;
	padding-right: 30px;
	text-align: center;
}

#nav li
{
	display: inline;
	padding: 4px 12px;
	font-size: 1.5em;
	font-style: italic;
}

#nav li a:link, #nav li a:visited
{
	color: #777;
	text-decoration: none;
}

#nav li a:hover, #nav li a:focus, #nav li a:active
{
	color: #be1321;
}

#main
{
	position: relative;
	z-index: 50;
	padding: 0 222px 80px 192px;
	background: url(../img/BgBtm.jpg) 50% 100% no-repeat;
}

#home-page #main
{
	padding: 0 82px 80px 52px;
}

#main ul, #main ol
{
	list-style: none;
	margin-left: 0;
}

#main ol
{
	margin-top: 0;
}
#pics-galore
{
	overflow: hidden;
}
#pics-galore li
{
	float: left;
	margin: 0 0 1em 0;
}
#pics-galore li a
{
	display: block;
	padding: 2px;
	background: #fcfcfc;
}
#pics-galore li a:hover
{
	background: #ccc;
}
#pics-galore li img
{
	display: block;
}
#pics-galore li strong
{
	padding-left: 2px;
	line-height: 1.8;
}

#wedding-info
{
	width: 440px;
	text-align: center;
}

#accomodations
{
	margin-top: 3em;
}

#form1
{
	position: absolute;
	z-index: 51;
	top: 0;
	left: 503px;
	width: 440px;
	text-align: center;
}

#form1 h2
{
	margin-top: 0;
}

#txtName, #txtCmts
{
	width: 300px;
}

#foot
{
	margin-bottom: 100px;
	padding-right: 30px;
	text-align: center;
}

#foot h4
{
	display: inline;
}

#foot-nav
{
	display: inline;
	list-style: none;
	margin: 0;
}

#foot-nav li
{
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #777;
}

/* Misc */
.errmsg
{
	display: block;
	color: Blue;
}

.btn
{
	cursor: pointer;
}

/* Home Page */
#home-page h1
{
	color: #b00;
	width: auto;
	height: 70px;
	margin: 0 102px 0 72px;
	padding-bottom: 12px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/Names.gif) 50% 0 no-repeat;
	border-bottom: solid 1px #777;
}
#home-page #main p img
{
	border: solid 5px #777;
}

/* Engagement Story Page */
#engagement-story #main p img
{
	border: solid 5px #777;
}