
/* BASE STYLES */
body {
	background: #eee;
	color: #333;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

strong { font-weight: bold; }
em { font-style: italic; }

a:link, a:visited, a:active { color: #000; }
a:hover { background: #ddd; }

h1, h2, h3 { font-weight: bold; }

h1 { font-size: 2.2em; margin: 0 0 1em 0; line-height: 1; }
h2 {
	font-size: 1.6em;
	margin: 1.5em 0 1em 0;
	line-height: 1;
	}
h3 { font-size: 1.4em; margin: 2em 0 1em 0; }

p, li, td, th, cite { font-size: 1.2em; }
p, li, td, th, cite { line-height: 1.4; }
input, select { font-size: 1.2em; }

p { margin: 0 0 1em 0; }

blockquote {
	margin: 1em 0;
	padding: 0.5em 3em;
	color: #666;
	background: url(../images/quote-mark.gif) 0 0.5em no-repeat;
	}
cite { font-weight: bold; margin-top: -1em; display: block; }

ul, ol { margin: 2em 0 2em 2em; }
ul li, ol li {
	list-style: disc;
	margin-left: 1.4em;
	}
	ol li { list-style-type: decimal;} 

img { display: block; }


#container {
	width: 700px;
	background: #fff;
	margin: 0 auto;
	}
#gallery {
	background: #000;
	text-align: center;
	padding: 0 10px 10px 10px;
}
#return p { margin: 0; padding: 10px 25px 0 25px; color: #ccc; }
#return a { color: #ccc; text-decoration: none; }
#return a:hover { background: none; color: #666; } 
#header {
	border-bottom: 5px solid #eee;
	position: relative;
	padding: 15px 25px 15px 25px;
	}
	#header h1 a {
		float: left;
		display: inline;
		overflow: hidden;
		padding: 0;
		padding-top: 35px;
		height: 0px !important; 
		height /**/:35px; /* for IE5/Win only */
		background: url(../images/logo.gif) top left no-repeat;
		width: 430px;
		}
	#father-and-daughter {
		float: right;
		display: inline;
		overflow: hidden;
		padding: 0;
		padding-top: 35px;
		height: 0px !important; 
		height /**/:35px; /* for IE5/Win only */
		background: url(../images/father-and-daughter.gif) bottom left no-repeat;
		width: 189px;
		}

#main { }
	#content {
		padding: 25px 25px 35px 25px;
		}
		#content li { margin-bottom: 0; }
		.divider {
			border-top: 1px solid #ddd;
			margin: 2em 0;
			clear: both;
		}
		
#jules-photos, #jules-photos li { list-style: none; margin: 0; padding: 0; }
#jules-photos li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	}
	#jules-photos li img { border: 5px solid #ccc; }
	
#wedding-photos {
	overflow: hidden;
	margin-bottom: 1.5em;
}

#wedding-photos img {
	float: left;
	display: inline;
	margin-right: 5px;
	border: 5px solid #ccc;
	}

#samples h3 { font-weight: normal; }
#samples h3 strong { font-weight: bold; }
#samples img {
	display: block;
	margin-bottom: 12px;
}
	
#footer {
	clear: both;
	padding: 25px;
	border-top: 5px solid #eee;
	color: #999;
	}
	#footer ul, #footer li { margin: 0; padding: 0; }
	#footer ul { float: right; display: inline; }
	#footer li { float: left; display: inline; margin-right: 15px; font-weight: bold; }
	#footer a { color: #999; }
	#footer a:hover { color: #666; }
	
	
/* EVENT ------------------------------------------------- */
#event {
	background: #eee;
	margin-bottom: 2em;
	border: 3px solid #c00;
	}
	#event p {
		margin: 0 20px 10px 20px;
		}
	#event h3 {
		margin: 15px 20px;
		font-size: 2.4em;
		text-transform: uppercase;
		letter-spacing: 2px;
		}
	
	#event-left {
		float: left;
		display: inline;
		width: 65%;
		padding-top: 30px;
		text-align: center;
		}
	#event-right {
		float: left;
		display: inline;
		width: 35%;
		padding-top: 15px;
		background: #ccc;
		text-align: center;
		}
		#event-right p {
			line-height: 1.3;
			}


/* TOOLS ------------------------------------------------- */

.clear { clear: both; }
.clearfix { zoom: 1; /* for IE7 */ }
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.accessibility {
	position: absolute;
	left: -999px;
	width: 900px;
	background: none;
	}

form.standard div:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html>body form.standard div {
	display: inline-block; 
	width: 100%;
	}
* html form.standard div {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	