@import url("lib/baseline.css");

/* ELEMENTS ..................
*/
body {
	font-size: 0.75em; /* 12px */
	font-family: Geneva, Verdana, Arial, sans-serif;
/*
	background: url(../_images/bkgd.png) center;
*/
}
p { line-height: 1.333; margin-bottom: 1.25em; }
ul { line-height: 1.333; }
p.intro { 
	font-family: Times, "Times New Roman", Times, serif; 
	font-size: 1.667em;
	color: #666;
	line-height: 1.1;
	margin-bottom: 1em;	
}
h2 {
	margin-bottom: 20px;
	
}
h3 {
	font-family: Times, "Times New Roman", Times, serif; 
	font-size: 1.667em;
	color: #100a64;
}
a {
	font-weight: bold;	
	text-decoration: none;
}
a.pdf { margin-left: 5px; }

img.pdf-icon { vertical-align: middle; padding-bottom: 5px;  }


/* LAYOUT COMPONENTS ..................
*/
body {
/*
	background: #ece4ce url(../_images/bkgd_body.png) no-repeat 50% 15px;
*/
	background: #ece4ce url(../_images/bkgd.png) repeat-y 50% 15px;
	
}

#header {
	width: 890px;
	margin: 0 auto;
/*
	background: url(../_images/bkgd_header2.png) repeat-y 25px 0;	
*/
	padding-right: 19px;
	position: relative;
}
	#header h1 {
		padding: 30px 0 20px 60px;
	}
	#header #phone {
		position: absolute;
		right: 65px;
		top: 37px;
	}
#navigation {
	background-color: #101b75;
	font-family: Arial, sans-serif;
}
	#navigation ul {
		width: 802px;
		margin: 0 auto;
		position: relative;
		overflow: visible;
	}
	#navigation li {
		float: left;
		padding: 7px 0;
	}
	#navigation li a, #navigation li span {
		display: block;
		height: 24px;
		text-indent: -9999px;
		background-repeat: no-repeat;
		background-position: 0 0;
		border-left: solid 1px #5f82b4;
	}
		#navigation li li {
			float: none;
			padding: 0;
		}
		#navigation li li a {
			text-indent: 0;
			border: none;
			height: auto;
			font-weight: normal;
		}
	#navigation li.last_ a {
		border-right: solid 1px #5f82b4;
	}
	#navigation li a:hover {
		background-position: 0 -24px;
	}
	#navigation li#nav-welcome a {
		width: 127px;
		background-image: url(../_images/nav_welcome.png);
	}
	#navigation li#nav-about span {
		width: 99px;
		background-image: url(../_images/nav_about.png);
	}
	#navigation li#nav-childhood span {
		width: 144px;
		background-image: url(../_images/nav_childhood.png);
	}
	#navigation li#nav-fromfriends a {
		width: 161px;
		background-image: url(../_images/nav_fromfriends.png);
	}
	#navigation li#nav-gallery a {
		width: 113px;
		background-image: url(../_images/nav_gallery.png);
	}
	#navigation li#nav-contactus a {
		width: 151px;
		background-image: url(../_images/nav_contactus.png);
	}
	#navigation li#nav-about:hover ul,
	#navigation li#nav-childhood:hover ul {
		top: 0;
	}
	#navigation ul ul {
		top: -9999px;
		position: absolute;
		z-index: 200;
		background-color: #436ea6;
		width: auto;
		margin-top: 7px;
		margin-left: 5px;
		padding: 25px 10px 7px 20px;
		background-color: #5f82b3;
		background-repeat: no-repeat;
		background-position: 18px 5px;
	}
	#navigation ul ul li {
		text-align: right;
		margin-right: 10px;
	}
	#navigation ul ul li a {
		padding: 2px 0;
		color: #a2b6d2;
		text-decoration: none;
	}
	#navigation ul ul li a:hover {
		color: white;
	}
		#navigation ul ul li.current a {
			color: white;
			cursor: default;
		}
	#navigation li#nav-about ul {
		width: 62px;
		background-image: url(../_images/nav_about_hover.png);
		background-position: 19px 5px;		
	}
	#navigation li#nav-childhood ul {
		width: 107px;
		background-image: url(../_images/nav_childhood_hover.png);
		background-position: 23px 5px;
	}
#content {
	width: 825px;
	margin: 0 auto;
	margin-top: 30px;
/*
	background: url(../_images/bkgd_body_repeat.png) no-repeat 50% 15px;
*/
}
	.section .article {
		float: right;
		width: 503px;
		margin-right: 30px;
		margin-top: 5px;
	}
	.section .sidebar {
		float: left;
		width: 290px;
	}
#footer {
	font-size: 0.917em;
	width: 748px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
	#footer p {
		margin-bottom: 3px;
	}
	#footer a {
		font-weight: bold;
	}

/* PAGE COMPONENTS ..................
*/

/* ABOUT US */
.section .article img.about-photo {
	margin-left: 30px;
}

/* CONTACT US */
#contact-us .section .article {
	width: 385px;
	margin-right: 75px;
}
#contact-us .agency-section {
	margin-top: 20px;
}
	#contact-us .section .sidebar {
		width: 360px;
	}
	#contact-us .section .sidebar img {
		margin-bottom: 20px;
	}
	#contact-us .section .sidebar img.logo {
		margin-bottom: 0;
		float: right;
		margin-right: 35px;
		margin-top: 5px;
	}
	#contact-us .section .sidebar p {
		margin-left: 20px;
		margin-right: 35px;
		font-size: 1.083em;
	}

#feedback-form label {
	color: #436ea6;
	font-weight: bold;
	line-height: 1.6;
}
#feedback-form input.text {
	width: 375px;
}
#feedback-form textarea {
	width: 375px;
	height: 90px;
}
.success {
	font-weight: bold;
	color: #436ea6;
}
.error {
	font-weight: bold;
	color: red;
}
/* HOME */
#home #content {
	margin-top: 0;
}
#home p.intro {
	margin-left: 37px;
	margin-right: 37px;
}
#home p.intro .dropcap {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 36px;
	height: 32px;
	background: url(../_images/dropcap_h.gif) no-repeat;
	margin-top: 6px;
	margin-right: 5px;
}
#main-photo {
	position: relative;
	width: 632px;
	height: 422px;
	background: url(../_images/photo_home_main_bkgd.png) no-repeat;
	margin-left: 95px;
	margin-bottom: 10px;
}
#main-photo img#home-main {
	z-index: 2;
}
#main-photo img {
	position: absolute;
	margin-left: 22px;
	margin-top: 22px;
}

/* GALLERY */
.gallery .section {
	position: relative;
}
.gallery #content {
	margin-bottom: 3em;
}
.gallery .article {
	height: 481px;
}
/* main photo */
.gallery div.landscape_ {
	margin-left: 20px;
	margin-top: 55px;
/*
	width: 481px;

*/
	min-height: 337px;
	background: url(../_images/gallery/bkgd_gallery_land.png) no-repeat;
}
.gallery div.portrait_ {
	margin-left: 100px;
/*
	width: 337px;
	height: 481px;
*/
	min-height: 481px;
	background: url(../_images/gallery/bkgd_gallery_port.png) no-repeat;
}
#gallery-photo {
	margin: 20px 0 0 22px;
}
#gallery-caption {
	position: absolute;
	left: 50px;
	top: 410px;
	width: 210px;
	text-align: left;
}
/* pagination */
.gallery ul.links {
	height: 80px;
	margin-left: 20px;
}
	.gallery ul.links li {
		float: left;
		margin-left: 15px;
		font-size: 0.917em;
	}
	.gallery ul.links li a {
		font-weight: normal;
		color: #b2b2b2;
	}
	.gallery ul.links li a:hover,
	.gallery ul.links li.current a {
		color: #333;
	}
/* thumbnails */
.thumbs {
	width: 212px;
	margin-left: 50px;
}
.thumbs a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.thumbs a.last_ {
	margin-right: 0;
}
.thumbs a.current {
	opacity:.5;
}

/* FROM FRIENDS */
.testimonial { margin-bottom: 3em; }
.testimonial p.source { font-style: italic; }
.testimonial .sidebar { text-align: right; }
.testimonial .sidebar img { margin-right: 20px; }
.testimonial .sidebar p.caption { text-align: left; margin-left: 30px; }
#kay-drummond p.caption {
	margin-top: -10px;
}
#barbara-jean-tilley p.caption,
#kay-wyrick p.caption {
	margin-left: 80px;
}
#kay-drummond .article,
#virginia-white .article,
#kay-wyrick .article,
#stacy-williams .article {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.167em;
}
#shawn-hadley .article,
#barbara-jean-tilley .article {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.083em;
}
#kay-wyrick .article p {
	color: #574c47;
}
#virginia-white .article p {
	color: #4d6da4;
}
#kay-drummond .article p,
#stacy-williams .article p {
	color: #0c0e62;
}


