@import url("reset.css");

body {
	font-family: "gill sans", arial, sans-serif;
	font-size: 16px;
	color: #351E15;
	background: #9f5555 url("images/bluebanner.gif") top repeat-x;
	}
	
em {
	font-style: italic;
	}
	
a {
	color: #FFFFFF;
	text-decoration: none;
	}

p {
	margin-bottom: 15px;
	}

a:hover, #subnav a:hover, a.current {
	color: #4B1110 !important;
	text-decoration: none;
	}

a img {
	border: none;
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 956px;
	background: url("images/middle.jpg") center repeat-y;
	}
	
#header {
	position: relative;
	margin: 0;
	padding: 0;
	background: url("images/header.jpg") no-repeat;
	min-height: 234px;
	width: 956px;
	}
	
#h_content {
	position: relative;
	left: 377px;
	padding-top: 78px;
	padding-bottom: 20px;
	width: 515px;
	}
	
#side_content {
	position: absolute;
	top: 245px;
	left: 50px;
	width: 300px;
	}

#content {
	width: 848px;
	margin: 0 0 0 55px;
	padding: 0;
	}
	
#footer {
	margin: 0;
	padding: 0;
	background: url("images/footer.jpg") top no-repeat;
	height: 66px;
	width: 956px;
	text-align: center;
	display: block;
	}

#header strong {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 20px;
	line-height: 20px;
	}

.home {
	position: absolute;
	left: 40px;
	width: 320px;
	height: 225px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	}
	
.ill {
	float: left;
	margin-left: 40px;
	}

.zoo {
	position: relative;
	width: 451px;
	height: 278px;
	margin-bottom: 30px;
	float: left;
	}

.zoo_link {
	position: absolute;
	left: 135px;
	bottom: 0;
	width: 202px;
	height: 28px;
	overflow: hidden;
	}
	
.zoo_link a {
	width: 202px;
	height: 28px;
	text-indent: -9999px;
	display: block;
	background: url("images/meetthezoo.gif") no-repeat;
	}

.zoo_link a:hover {
	background-position: 0 -28px;
	}
	
.ill_link {
	width: 221px;
	height: 26px;
	overflow: hidden;
	float: left;
	}
	
.ill_link a {
	width: 221px;
	height: 26px;
	text-indent: -9999px;
	display: block;
	background: url("images/expillustrations3.gif") no-repeat;
	}
	
.ill_link a:hover {
	background-position: 0 -25px;
	}
	
.artwork {
	padding: 20px 0 20px 10px;
	border-top: #351E15 1px solid;
	}

.artwork strong {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}

.artimage img {
	width: 270px;
	overflow: hidden;
	border: solid 10px #FFFFFF;
	float: left;
	}
	
.artimage img:hover {
	border: solid 10px #4B1110;
	}
	
.arttext, .arttext2 {
	margin: 0 15px;
	width: 105px;
	font-size: 12px;
	float: left;
	}

.arttext2 {
	margin-right: 0 !important;
	}

.bookimage {
	width: 322px;
	float: left;
	}
.bookimage img {
	border: 10px solid #fff;
	}
	
.booktext {
	width: 295px;
	font-size: 12px;
	float: right;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.clear {
	clear: both;
	}


/* Navigation Bar --------------------------------*/

#nav {
	position: relative;
	margin: 0 0 18px 0;
	padding: 0;
	font-family: futura, arial, sans-serif;
	font-size: 20px;
	height: 26px;
	}
	
#nav li {
	position: absolute;
	}
	
#nav li, #nav a {
	height: 26px;
	text-indent: -9999px;
	display: block;
	}

.subnav {
	position: relative;
	padding: 12px 0;
	border-top: #351E15 1px solid;
	color: #333;
	font-size: 18px;
	text-align: left;
	}

#nav ul, .subnav ul {
	margin: 0;
	padding: 0;
	}
	
.subnav ul {
	padding-left: 10px;
	}
	
.subnav li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	}
	
.subnav li a {
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
	}

.subnav li span {
	padding: 5px;
	}
	
/* Image replacement css for main navigation */

#l_artwork {
	left: 0px;
	width: 77px;
	overflow: hidden;
	}

#l_artwork a {
	background: url("images/links/artwork.gif") no-repeat;
	}

#l_biography {
	left: 101px;
	width: 97px;
	overflow: hidden;
	}
	
#l_biography a {
	background: url("images/links/biography.gif") no-repeat;
	}

#l_books {
	left: 222px;
	width: 55px;
	overflow: hidden;
	}
	
#l_books a {
	background: url("images/links/books.gif") no-repeat;
	}

#l_contact {
	left: 302px;
	width: 73px;
	overflow: hidden;
	}
	
#l_contact a {
	background: url("images/links/contact.gif") no-repeat;
	}

#l_press {
	left: 398px;
	width: 47px;
	overflow: hidden;
	}
	
#l_press a {
	background: url("images/links/press.gif") no-repeat;
	}

#l_links {
	left: 469px;
	width: 45px;
	overflow: hidden;
	}
	
#l_links a {
	background: url("images/links/links.gif") no-repeat;
	}

#nav li a.current, #nav li a:hover {
	color: #4B1110;
	background-position: 0 -26px;
	}
