



/*======================================*/
/*=Common Styles
/*======================================*/
	
p {
	letter-spacing: .05em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
	}
	
h1 {
	font-size: 150%;
	margin-bottom: .2em;
	}
	
h2 {
	font-size: 130%;
	}
	
h3 {
	font-size: 130%;
	font-weight: normal;
	}
	
a {
	color: #CA6170;
}

a:hover {
	color: #523D2F;
}
	
#content {
	color: #4C382B;
	}


.clear {
	margin: 0;
	padding: 0;
	clear: both;
	}


.pink {
	color: #CA6170;
}



/*======================================*/
/*=Home Page
/*======================================*/


#home-pics {
	text-align: center;
	min-height: 490px;
	}
		
#slideshow {
	}

	#slideshow img {
		border: 2px solid #CA6170;
		background: #fff;
		padding: 20px;
		}

.home-text {
	font-size: 120%;
	font-weight: normal;
	line-height: 140%;
	padding: 20px 40px 0;
	text-align: center;
}
	
#monoSlideshow {
	border: 20px solid #fff;
	margin: 0 auto;
	width: 662px;
}


/*======================================*/
/*=Galleria
/*======================================*/

p.return {
	float: right;
	}

#pics {
	text-align: center;
	}

#gallery_images {
	text-align: center;
	}
	
#main_image img {
	display: none;
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	}

.galleria {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	list-style: none;
	margin: 0 0 10px 13px;
	padding: 4px;
	*padding-bottom: 8px; /*IE7 Only */
	_padding: 4px 0 8px; /* IE6 and lower */
	width: 704px;
	}
	
.galleria li {
	display: block; 
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 4px;
	}
	
.galleria li a {
	display: none;
	}
	
.galleria li div {
	position: absolute;
	display: none;
	top: 0; 
	left: 180px;
	}
	
.galleria li div img {
	cursor: pointer;
	}
	
.galleria li.active div img, .galleria li.active div {
	display: block;
	}
	
.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
	}
	
.galleria li .caption {
	display: block;
	padding-top: .5em;
	}
	
* html .galleria li div span {
	width: 400px
	} /* MSIE bug */




#simpleViewer {
	background: #F6F1DD;
	height: 600px;
}


/*======================================*/
/*=About Lauren
/*======================================*/

h1.aboutlauren {
	background: url("/images/title_about.png") no-repeat;
	height:40px;
	margin-bottom: 0;
	}

	
span.page-title {
	display: none;
	}

img.lauren {
	background: #fff;
	border: 2px solid #CA6170;
	float: right;
	margin: 0 0 20px 20px;
	padding: 20px;
}


/*======================================*/
/*=Contact Form
/*======================================*/


h1.contact {
	background: url("/images/title_contact.png") no-repeat;
	height:40px;
	margin-bottom: 0;
	}
	
#contact-form {
	float: right;
	margin-left: 40px;
	width: 400px;
	}
	
p.required-fields {
	font-style: italic;
	font-size: 90%;
	}
	
#contact-form label {
	display: block;
	padding-bottom: 2px;
	}
	
#contact-form input, #contact-form select, #contact-form textarea {
	border: 1px solid #F7D4D9;
	font-size: 120%;
	margin-bottom: 12px;
	padding: 2px;
	width: 300px;
	}

#contact-form input.contact-submit {
	border: none;
	padding-top: 12px;
	width: 100px;
	}

p.form-error {
	background: #F7D4D9;
	border: 1px solid #C00;
	font-weight: bold;
	padding: 8px;
	}





/*======================================*/
/*=Live Validation
/*======================================*/

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}


/*======================================*/
/*=Footer
/*======================================*/

	
	
#footer p, #footer a {
	color: #fff;
	margin: 0;
	text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
		}
	
p.copyright {
	font-size: 85%;
	position: absolute;
	bottom: 15px;
	left: 40px;
	padding-bottom: 4px;
	}
	
p.webinception {
	font-size: 85%;
	position: absolute;
	bottom: 15px;
	right: 40px;
	padding-bottom: 4px;
	}