@charset "utf-8";
/* CSS Document */

body {
	background-color:#E3DECA;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:8px 0;
	text-align:center;	
}

p, ul {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}

ul {
	margin-left:25px;	
}

ul li {
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:3px;
}

a:link,
a:visited {
	color:#77735C;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#565342;
}

h1,
#main h2 {
	color:#5B4979;
	font-size:36px;
	font-weight:normal;
	margin-bottom:10px;
}

h2 {
	background-image:url(images/sunflower.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	color:#5B4979;
	font-size:30px;
	font-weight:normal;
	line-height:62px;
	margin-bottom:0;
	margin-left:-65px;
	padding-left:65px;
	position:relative; /* needed for IE - bg img doesn't show up without it b/c of neg margin */
	zoom:1;
}	

h3 {
	color:#5B4979;
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
}	

h4 {
	color:#5B4979;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
}

h5 {
	color:#5B4979;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}	

h6 {
	color:#5B4979;
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
}	

.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}

#container {
	background-color:#F2F1EF;
	border:1px solid #1A1914;
	margin:0 auto;
	text-align:left;
	width:980px;
}

#header {
	background-image:url(images/site_header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #1A1914;
	height:240px;
}

#header h1 {
	text-indent:-9999px;
}

#nav {
	background-color:#C6BB90;
	border-bottom:1px solid #1A1914;
	height:30px;
}

#nav ul {
	height:30px;
	list-style-type:none;
	margin:0;
	padding-left:70px;
}

#nav ul li {
	float:left;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	list-style-type:none;
	margin:0;
	padding-right:70px;
	white-space:nowrap;
}

#nav ul li a:link,
#nav ul li a:visited {
	color:#1A1914;
	text-decoration:none;
}

#nav ul li a:hover,
#nav ul li a:active {
	color:#5E5A48;
	text-decoration:none;
}

.content {
	padding:20px 85px;
}

.content .section {
	border-top:1px solid #5B4979;
	padding:34px 0 50px;
	zoom:1;
}

.content #main {
	border:none;
	padding-top:0;
}

.content #main p {
	font-size:16px;
	line-height:22px;
}

.content .right_thumb {
	float:right;
	margin:0 0 5px 10px;
}

.content .left_thumb {
	float:left;
	margin:0 10px 5px 0;
}

.content #about .minibio {
	width:370px;
}

.content #about #bride {
	float:left;
}

.content #about #groom {
	float:right;
}

#footer p {
	font-size:12px;
	padding:20px;
	text-align:center;
}

/* page specific overrides */
#wedding_party .section {
	border-top:none;
}

#wedding_party #main {
	padding-bottom:0;
}

#wedding_party #about {
	padding-left:20px;
}

#wedding_party .attendant {
	float:left;
	margin:0 20px 30px 0;
	width:175px;
}

#engagement {
	border:none;
	padding-top:0;
}

#photos .left_column {
    float: left;
    width: 300px;
    padding-right: 10px;
}

#photos .right_column {
    padding-top: 20px;
    float: left;
    width: 500px;
}


/* end page specific overrides */
