@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}

* {
	margin: 0px;
	padding: 0px;
}
p, li, a  , h2{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.3em;
	color: #333;
}


ul {
	list-style-type: disc;
	list-style-position: outside;
}
h1      {
	font-size: 150%;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 0.5em;
}

h2{
	font-size: 120%;
	font-weight: normal;
	padding-top: 1em;
}
h3 {
	font-weight: bold;
	font-size: 110%;
	padding-top: 1em;
	padding-bottom: 0.5em;
	line-height: 1.2em;
}

a, a:link, a:active  {
	outline: none;
	color: #069;
	text-decoration: underline;
}

a:visited {
	outline: none;
	color: #333;
	text-decoration: underline;
}


a:hover {
	text-decoration: underline;
	font-style: italic;
}

#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	height: 112px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 70px;
}

#nav ul {
	list-style-type: none;
	padding-top: 64px;
}
#nav ul li {
	float: left;
}
#nav ul a {
	display: block;
	text-decoration: none;
	color: #999;
	font-size: 20px;
	padding-left: 18px;
	line-height: 1em;
}
#nav ul a:hover {
	text-transform: none;
	text-decoration: none;
	color: #069;
}


#photographs #nav .photographs a,
#books #nav .books a,
#bio #nav .bio a, 
#contact #nav .contact a  {
	font-style: normal;
	color: #000;
}


#content {
	clear: both;
	margin-bottom: 0px;
	margin-top: 0px;
}
#fadeshow1 {
	margin-left: 13px;
	margin-bottom: 15px;
}
#photographs h1 {
	margin-left: 360px;
}
.photocategory {
	margin-bottom: 35px;
	margin-left: 35px;
}
#slideshow {
	padding-top: 1.5em;
}

#slideshow img {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	height: 200px;
	outline: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slideshow p {
	clear: both;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
#books #content p{
	margin-left: 80px;
	margin-right: 80px;
	text-align: center;
}

#books #content h2 {
	margin-left: 65px;
	margin-right: 65px;
	margin-bottom: 0.4em;
}

#contact #content p, #contact #content h2 {
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 0.4em;
}

.book {
	margin-left: 65px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#bio #content p, #bio #content h2 {
	margin-right: 30px;
	margin-left: 40px;
}
#bio #content {
	background-image: url(images/biophoto.png);
	background-repeat: no-repeat;
	background-position: 500px bottom;
}

#footer {
	clear: both;
	font-size: 0.7em;
	padding-top: 0px;
	color: #666;
	padding-bottom: 10px;
	text-align: center;
}
#footer p {
	text-align: center;
	padding-top: 1em;
}
#footer a, a:visited {
	text-decoration: none;
	text-transform: none;
}
.orangefont {
	color: #C90;
}

.greenfont {
	color: #690;
}
