/* CSS Document */

/* GLOBAL STYLES */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ebe5d0 url(images/background-tile.jpg) center;
}
a {
	color: #3e3a33;
}
a:hover {
	color: #9e1a01;
}
/* END OF GLOBAL STYLES */


#wrapper {
	width: 1000px;
	margin: 40px auto 40px auto;
	background-color: rgba(255,255,255,0.5);
}

/* HEADER STYLES */
#header {
}
#header h1 {
	width: 450px;
	height: 45px;
	background: url(images/Jackie-Andrassy_Logo.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 35px;
}
#header p {
	width: 1000px;
	height: 50px;
	background: url(images/wedding-text.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}


/* PHOTO STYLES */
#photos {
	float: left;
	margin-bottom: 15px;
}
#photos img {
	display: block;
	float: left;
	border: 3px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#photos img+img {
	border-right: 3px solid #ffffff;
	border-left: 2px solid #ffffff;
}


/* CONTENT STYLES */
#content {
	clear: both;
	background-color: #cfc4aa;
	border: 3px solid #bab099;
	border-bottom: none;
	padding: 10px;
	color: #3e3a33;
}
#content h1 {
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #d02027;
	margin-bottom: 1.3em;
}
#content p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1.3em;
}
#content address {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 0.8em;
}
#content address:first-line {
	font-weight: bold;
	color: #661e10;
	font-size: 1.1em;
}
#content dl {
}
#content dt {
	font-weight: bold;
	color: #661e10;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
#content dd {
	font-size: 1.1em;
	margin-left: 10px;
	margin-bottom: 1em;
	margin-top: -0.8em;
}
#content  dt+dd {
	margin-top: -0.5em;
}

/* FOOTER STYLES */
#footer {
	clear: both;
	background-color: #cfc4aa;
	color: #7c7666;
	border: 3px solid #bab099;
	border-top: none;
	padding: 0 10px 5px 10px;
}
#footer a {
	color: #7c7666;
	text-decoration: none;
}
#footer a:hover {
	color: #9e1a01;
}
#footer ul {
	float: right;
	list-style: none;
}
#footer ul li {
	float: left;
	border-left: 1px solid #6a7176;
	font-size: 1.1em;
	margin-left: 8px;
	padding-left: 8px;
}
#footer ul li:first-child {
	border: none;
}
#footer ul li a {
	text-decoration: none;
	color: #35383b;
}
#footer p {
	text-align: right;
	font-size: 1.1em;
	margin-bottom: 0.1em;
}