html .clearfix:after {
	content: ".";
	height: 0;
	text-indent: -9999px;
	display: block;
	clear: both;
}



html, body {
	background: #FFF;
}

a {
	color: #777;
}
a:hover {
	color: #793C7A;
}

#headercontainer {
}
#header {
	width: 900px;
	margin: 0 auto;
	background: url(../images/bg_header.png) no-repeat;
	height: 170px;
	position: relative;
}

#logo a {
	line-height: 0;
	text-indent: -9999px;
	display: block;
	height:130px;
	width: 850px;
}

#nav {
	background: #8DB33F;
	position: absolute;
	bottom: 0;
	left: 76px;
	width: 822px;
	padding: 0;
	height: 27px;
	text-align: center;
}
#nav li {
	display: inline-block; 
    margin: 0;  
    padding: 0;
}
#nav a {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 27px;
	border-right: 1px solid #FFF;
	line-height: 0;
}
#nav .weddings { width: 92px; background: url(../images/nav-weddings.png) no-repeat; border-left: 1px solid #FFF;}
#nav .portraits { width: 79px; background: url(../images/nav-portraits.png) no-repeat; }
#nav .about { width: 77px; background: url(../images/nav-about.png) no-repeat; }
#nav .press { width: 130px; background: url(../images/nav-press.png) no-repeat; }
#nav .contact { width: 89px; background: url(../images/nav-contact.png) no-repeat; }
#nav .clients { width: 124px; background: url(../images/nav-clients.png) no-repeat; }
#nav .blog { border: 0; width: 60px; background: url(../images/nav-blog.png) no-repeat; }
#nav .pricing { width: 85px; background: url(../images/nav-pricing.png) no-repeat; }
#nav .subnav {
	list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 27px;  
    margin: 0; padding: 0;  
    display: none; 
    float: left; 
    z-index: 10;
	border-bottom: 2px solid #999;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #F3F3F3;
}
#nav .subnav a {
	text-indent: 0;
	color: #333;
	padding: 8px 15px;
	width: 200px;
	font-size: 1.2em;
	font-weight: bold;
	height: auto;
}
#nav .subnav a:hover {
	background: #492F02;
	color: #FFF;
}



#content {
	width: 900px;
	margin: 0 auto;
	color: #676157;
	position: relative;
}
#col1 {
	float: left;
	width: 350px;
	margin: 0;
	padding: 20px;
	border-right: 1px solid #FBEDE1;
}
	.pricing #col1 {
		padding: 0 20px 0 200px;
		margin-top: 20px;
	}
	#pricing-single {
		float: left;
		width: 600px;
		margin-top: 20px;
		padding-left: 200px;
	}
#col2 {
	float: left;
	width: 250px;
	padding: 20px;
}
#fullcol {
	padding: 20px;
}
#content h1.page-title {
	font-size: 2.4em;
	margin: 1em;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: center;
	font-weight: normal;
}
#content h2 {
	color: #37332E;
	font-size: 2em;
	margin-bottom: 0.5em;
}
#content .amp {
	font-family: "Baskerville", "Times", serif;
	font-size: 0.9em;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
}
#content p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 0.65em;
	color: #827664;
}
#content p strong {
	color: #574F43;
}
#content ul {
	list-style-type: disc;
	line-height: 1.6em;
}

.pages {
	text-align: center;
	padding: 50px 15px;
	font-size: 1.6em;
}
.pages a {
	display: inline-block;
	text-decoration: underline;
	height: 25px;
	line-height: 25px;
	color: #8DB33F;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	font-style: italic;
}
.pages a:hover {
	color: #492F02;
}
.pages .previous-page {
	background: url(../images/prev_arrow.png) no-repeat center left;
	padding-left: 30px;
}
.pages .next-page {
	background: url(../images/next_arrow.png) no-repeat center right;
	padding-right: 28px;
}
.pages span {
	display: inline-block;
	color: #492F02;
	margin-right: 30px;
	margin-left: 30px;
}

#email table td {
	padding: 5px;
}

#homepage {
	text-align: center;
}
#homepage h1 {
	color: #8DB33F;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-style: normal;
	font-size: 2em;
}
#homepage h2 {
	margin: 1.5em 0;
	color: #492F02;
}
#slideshow {
	height: 800px;
	width: 800px;
	margin: 20px 50px;
	position: relative;
}
#slideshow img {
}
#blurb {
	width: 620px;
	margin: 0 auto;
}

#text {
	width: 750px;
	margin: 20px auto;
}
#text .left {
	float: left;
	width: 350px;
	margin-right: 50px;
}
#text .right {
	float: left;
	width: 350px;
}
#text .sig {
	margin-bottom: 30px;
}
#text a {
	color: #333;
}

.navgroup {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 80px;
	width: 150px;
}
	.pricing .navgroup {
		top: 10px;
	}
.navgroup li {
	display: block;
	list-style-type: none;
	margin: 5px 0;
}
.navgroup .separator {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #EEE;
}
.navgroup .pricing {
	color: #777;
}
.navgroup .title {
	text-transform: uppercase;
	color: #777;
	padding-left: 5px;
	font-weight: bold;
}
.navgroup a {
	color: #8DB33F;
	font-size: 1.1em;
	display: block;
	padding: 3px 5px;
}
.navgroup a:hover {
	background: #8DB33F;
	color: #FFF;
}

.press .mag-img {
	float: left;
	width: 90px; 
}
.press .mag-meta {
	float: left;
	width: 260px;
}

.pricing ul {
	margin: 0 0 20px 20px;
}


#footer {
	text-align: center;
	margin: 50px auto;
	width: 600px;
}
