/* CSS Document */
/* ------------------------------------- */

html {
	min-height: 100%
}

body {
	margin: 0;
	padding: 0;
	font: 12px/16px Georgia, Verdana, sans-serif;
	background: #f5f5f5;
}

p, label {
	display: block;
	color: #af8141;
}

h1 {
	margin: 0;
	font-size: 14px;
	color: #945700;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	margin: 0 0 .5em 0;
	font-size: 16px;
	color: #945700;
	font-weight: bold;
}

h3 {
	margin: 0;
	font-size: 12px;
	color: #945700;
	font-weight: bold;
}

strong {
	color: #ad6b2d;
	font-weight: bold;
}

img {
	border: 0;
}


/* HYPERLINKS */
/* ------------------------------------- */

a {
	color: #613d1b;
	font-weight: bold;
} 

a:hover {
	text-decoration: none;
}


/* IDS */
/* ------------------------------------- */

#container {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -500px;
	padding: 0 5px;
	width: 1000px;
	height: auto;
	background: url(/images/shadow.jpg) repeat-y #f5f5f5;
}

#header {
	padding: 201px 0 0 0;
	height: 26px;
	background: url(/images/header.jpg) no-repeat;
}

#navigation {
	display: table;
}

#content {
	margin: 20px 0 0 0;
}

#left {
	float: left;
	padding: 0 22px 0 0;
	width: 263px;
	text-align: right;
}

#right {
	float: left;
	width: 553px;
}

#footer {
	margin: 0 -5px 0 -5px;
	height: 114px;
	background: url(/images/footer.jpg) no-repeat;
}


/* CLASSES */
/* ------------------------------------- */

.clear {
	clear: both;
}

.left {
}

.right {
}


/* NAVIGATION */
/* ------------------------------------- */
#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	background: url(/images/tab-right.jpg) no-repeat right top;
}

#navigation a {
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	color: #c79753;
	font-weight: normal;
	text-decoration: none;
	background: url(/images/tab-left.jpg) no-repeat left top;
}

#navigation li:hover {
	background: url(/images/tab-right-over.jpg) no-repeat right top;
}

#navigation a:hover {
	color: #9b591b;
	text-decoration: none;
	background: url(/images/tab-left-over.jpg) no-repeat left top;
}



#navigation {
	display: table;
	padding: 0; 
	margin: 0 auto; 
	list-style-type: none;
	white-space: nowrap;
}
#navigation li {
	display: table-cell;
}

* html #navigation li {
	float: left;
}

#navigation a {
	width: auto;
	display: block;
}

* html #navigation a {
	float: left;
}


/* MISC STYLES */
/* ------------------------------------- */
#footer p {
	padding: 55px 0 0 0;
	font-size: 10px;
	color: #945700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}


/* SIDE IMAGES */
/* ------------------------------------- */

#sideimage {
	height: 600px;
	background-repeat: no-repeat;
	background-position: top right;
}

#front #sideimage, #about #sideimage {
	background-image: url(/images/14.jpg);
}

#blog #sideimage {
	background-image: url(/images/322.jpg);
}

#planning-your-wedding #sideimage {
	background-image: url(/images/16.jpg);
}

#wedding-photos #sideimage {
	background-image: url(/images/17.jpg);
}


#weddings-i-loved #sideimage {
	background-image: url(/images/18.jpg);
}

#contact #sideimage {
	background-image: url(/images/322.jpg);
}