
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

Body {
	font-family: arial;
	font-size: 12px;
	color: #55493a;
}
a {
	color: #55493a;
}
#main {
	width: 100%;
	background: #fff url(images/body-bg.jpg) repeat-x;
}

#main .wrap {
	width: 900px;
	margin: 0px auto;
}

#header {
	height: 320px;
	background: transparent url(images/header-bg.jpg) no-repeat top center;
}

#phone {
	float: right;
	margin-right: 40px;
	margin-top: 20px;
	display: block;
}
#logo {
	float: left;
	margin: 40px 0px 0px 447px;
	display: block;
	width: 110px;
	
}


#nav {
	width: 545px;
	float: right;
	margin-top: 40px;
}
#nav li {
	float: left;
	display: inline-block;
	margin-right: 90px;
}
#slide {
	float: left;
	width: 235px;
	height: 235px;
	margin-left: 46px;
	margin-top: 27px;
	text-align: center;
}

#body {
	overflow: auto;
	width: 820px;
	padding-bottom: 30px;
	margin: 0px auto;
}
#sidebar {
	width: 220px;
	float: left;
}

#sidebar h5 {
	font-size: 12px;
}
#sidebar span {
	font-size: 18px;
	font-weight: bold;
}
#sidebar ul {
	margin-top: 14px;
}
#sidebar ul li {
	background: #fff url(images/bullet-sb.gif) no-repeat center left;
}
#sidebar ul li a{
	height: 25px;
	line-height: 25px;
	display: block;
	color: #55493a;
	text-decoration: none;
	margin-left: 20px;
}
#sidebar ul li a:hover{
	color: #000;
}
#sidebar p {
	padding-top: 7px;
}
#sidebar .about {
	margin-top: 25px;
}

#map {
	width: 220px;
	height: 170px;
	margin-top: 30px;
	background: url(images/map.jpg) no-repeat top right;
}
#map .locations {
	float: left;
}
#map img {
	float: right;
	margin-right: 5px;
}
#map ul li {
	list-style-type: disc;
	background: none;
	margin-left: 14px;
	font-size: 13px;
}
#content {
	width: 550px;
	float: right;
}
#content p {
	padding-top: 15px;
	line-height: 18px;
}
#content h1 {
	display: block;
	font-size: 19px;
	padding-bottom: 20px;
}
#content h2 {
	color: #b7a986;
	display: block;
	margin-bottom: 20px;
}
#content h3 {
	font-size: 19px;
	padding-bottom: 10px;
}
#content h3 a {
	text-decoration: none;
}
#content h3 a:hover {
	text-decoration: underline;
}

#content .section-wedding {
	padding-bottom: 30px;
}
#content .section-portrait {
	padding-bottom: 30px;	
}
#content .section-kids {
	padding-bottom: 20px;
}

#content .section-wedding img {
	float: right;
	margin-left: 10px;
	border: 1px solid #b7a986;
}
#content .section-portrait img {
	float: left;
	margin-right: 15px;
	border: 1px solid #b7a986;
}
#content .section-kids img {
	float: right;
	margin-left: 10px;
	border: 1px solid #b7a986;
}

#content blockquote {
	display: block;
	margin: 20px 0px;
}
#content cite { 
	text-align: right;
	color: #777;
	display: block;
}

#slideshow {
	width: 320px;
	height: 300px;
	margin: 0px auto;
	margin-bottom: 20px;
}
#footer {
	height: 90px;
/*	background: #fff url(/images/footer-bg.jpg) bottom center no-repeat; */
}
#footer .copy {
	padding-top: 45px;
	margin-bottom: 20px;
	text-align: center;
}