html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #534741;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	color: #3c303a;
}
#outerContainer { background: url("../_images/bg_dak_outer.gif") #e5e1da; }
#innerContainer {
	margin: 0 auto;
	padding: 5em 0 2.5em;
	width: 800px;
}
#headerContainer {
	padding: 0 0 1em;
}
#headerContainer img {
	height: 45px;
	width: 305px;
}
#headerContainer a {
	color: #e88b1d;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: .88em;
}
#headerContainer a:hover {
	text-decoration: underline;
}

#imageCarousel {
	height: 400px;
	margin: 0 0 1em;
	position: relative;
	width: 800px;
}
#imageCarouselContainer {
	height: 400px;
	position: absolute;
	width: 800px;
}
	.corner {
		height: 50px;
		position: absolute;
		width: 50px;
		z-index: 10;
	}
	#corner1 { top: 0; left: 0; }
	#corner2 { top: 0; right: 0; }
	#corner3 { bottom: 0; left: 0; }
	#corner4 { bottom: 0; right: 0; }
#imageCarouselContainer img {
	position: absolute;
	height: 400px;
	left: 0;
	width: 800px;
	top: 0;
}

#navContainer {
	padding: 0 0 2.5em;
}
	.navColumn {
		float: left;
		width: 400px;
	}
	.navHeader {
		float: left;
		font-size: 2.25em;
		text-transform: lowercase;
		padding: 0 20px 1em 0;
		text-align: right;
		width: 180px;
	}
	.navList {
		float: left;
		width: 199px;
		border-left: 1px solid #000;
	}
	.navList li {
		margin: 5px 0;
	}
	.navList li a {
		color: #e88b1d;
		display: block;
		padding-left: 10px;
		text-decoration: none;
		line-height: 20px;
		text-transform: lowercase;
		font-size: .88em;
	}
	.navList li a:hover {
		border-left: 5px solid #000;
		padding-left: 5px;
	}
	.navList li.current {
		color: #000;
		display: block;
		border-left: 5px solid #000;
		padding-left: 5px;
		text-decoration: none;
		line-height: 20px;
		text-transform: lowercase;
		font-size: .88em;
	}
	.navList li.comingsoon {
		color: #000;
		display: block;
		padding-left: 10px;
		text-decoration: none;
		line-height: 20px;
		text-transform: lowercase;
		font-size: .88em;
	}

.contentColumnThird {
	float: left;
	width: 250px;
}
.contentColumnThird img {
	width: 250px;
	height: 100px;
	padding-bottom: .5em;
}
.contentColumnThird h1 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}
.contentColumnThird p {
	padding: .5em 0;
	font-size: .88em;
	line-height: 20px;
}
.contentColumnThird p a {
	color: #e88b1d;
}
.contentColumnThirdSpacer {
	margin-right: 25px;
}
.contentColumnHalf {
	float: left;
	width: 385px;
}
.contentColumnHalf h1 {
	font-size: 6em;
	text-transform: lowercase;
	border-right: 1px solid #000;
	padding: 0 .25em 1em 0;
	text-align: right;
}
.contentColumnHalf h1 img {
	width: 300px;
	height: 450px;
	margin-top: .25em;
}
.contentColumnHalf p {
	line-height: 2em;
	padding-bottom: 1em;
}
.contentColumnHalfSpacer {
	margin-right: 30px;
	margin-bottom: 30px;
}
.contentFull .contentColumnHalf h1, #sanDiego h1 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	border: 0;
	padding: .5em 0;
	text-transform: none;
	text-align: left;
}
#sanDiego p a {
	color: #e88b1d;
}
.contentFull h1 {
	font-size: 1.5em;
	padding: 0 0 1em;
}

.datesList {
	margin: 1em 0 0;
	border-top: 1px dotted #000;	
}
.datesList li {
	color: #000;
	border-bottom: 1px dotted #000;
	padding: .5em 0;
	line-height: 20px;
}
.datesList li span {
	color: #948779;
	display: block;
	font-style: italic;
}

#weddingList {
	text-align: center;
}
#weddingList h1 {
	font-size: 4em;
}
#weddingList p {
	padding-bottom: 2em;
	line-height: 1.5em;
}
#weddingList p b {
	color: #a0410d;
	font-style: italic;
	font-size: .88em;
}
#weddingList .contentColumnHalf {
	float: left;
	width: 250px;
}
#weddingList .contentColumnHalfSpacer {
	margin-right: 10px;
}


#directions h1 {
	font-size: 4em;
}
#directions ul {
	margin-left: 2em;
	float: left;
	width: 300px;
}
#directions li {
	list-style: disc;
	padding-bottom: 1.5em;
}

#directions h2 {
	font-size: 2em;
	font-weight: normal !important;
	font-style: italic;
	padding-bottom: .5em;
}

#mapsContainer small a {
	color: #e88b1d !important;
}


#footerContainer {
	border-top: 2px solid #382f2b;
	padding: 1em 0 5em;
}

.clear {
	clear: both;
}