@import 'reset-min.css';
@import 'fonts-min.css';

/*
Site design by Bolton Design
http://www.boltondesign.com

Site development by Thom Meredith Design
http://www.thommeredith.com

*/


*
{
  outline: 0;
}

html {
	background-color: #a19589;
  
}

body {
  text-align: center;
  font-family: "trebuchet MS", verdana, arial, sans-serif;
  letter-spacing: .025em;
}

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

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

#wrap {
  background: white;
  margin: 30px auto 0px auto;
width:809px;
  padding: 50px 50px 10px 50px;
}

.clear {
	clear: both;
}

#header {
	padding-bottom: 5px;
	width: 809px;
}

#logo {
	wid/th: 143px;
	float: left;
}

#logo a{
	display: block;
	background: url('../images/logo.png') no-repeat top left;
	border: 2px solid #a19589;
	height:71px;
	margin:0;
	padding:0;
	width:236px;
}

#nav {
	border: 2px solid #9d3393;
	height: 71px;
	float: right;
	width:559px;
	position: relative;
	text-align: center;
}

#nav a{
	text-indent: -9999px;
	position: absolute;
	top: 30px;
}

#nav .gallery {
	background: url('../images/gallery.png') no-repeat left top;
	height: 10px;
	width: 54px;
	display: block;
	left: 56px;
}

#nav .about {
	background: url('../images/about.png') no-repeat top center;
	height: 10px;
	width: 43px;
	display: block;
	border-left: 1px solid #a19589;
	border-right: 1px solid #a19589;
	padding:0 50px;
	right:253px;
}

#nav .press {
	background: url('../images/press.png') no-repeat top left;
	height: 10px;
	width: 149px;
	display: block;
	right: 56px;
}


#nav a:hover, #nav a.selected {
	background-position: bottom;
}

#thumbs {
	padding: 6px 0 0 0;
	
	height: 50px;
}
.thumbs ul, .thumbs  li {
	list-style-type: none;
}

.thumbs li {
	display: inline;
	padding-right:5px;
	width: 43px;
	float:left;
	list-style-type:none;
	margin:0px 8px 5px 0;
	padding:0;
}

.thumbs li img {
	width: 44px;
}

#thumbs li.last {
	margin: 0;
}


#footer {
	width: 356px;
	margin: 0 auto;
}

#footer li {
  float: left;
}

#footer a {
	width: 133px;
	height: 25px;
	display: block;
}

.email {
	background: url('../images/email.png') no-repeat top left;
}
.about-footer {
	background: url('../images/about-footer.png') no-repeat top left;
}

#footer a:hover {
	background-position: bottom;
}

#controls {
	padding-bottom: 12px;
}

.nav-controls a{
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-size: 70%;
	padding: 0 10px;
	color: #9d3393;
	text-decoration: none;
	letter-spacing: .15em;
}

.nav-controls a.prev {
	border-right: 1px solid #9d3393;
}

.nav-controls a.next {
	padding-right: 40px;
}

.nav-controls a:hover { 
	color: #a19589;
}

.ss-controls {
	display: none;
}

#gallery {
	padding-top: 5px;
	height: 449px;
	overflow: hidden;
}

#about {
	padding: 30px 0 0 0;
	font-size: 83%;
	line-height: 16px;
	font-family: "lucida grande", helvetica, tahoma, arial, verdana, sans-serif;
	color: #797067;
	border-bottom: 2px solid #9d3393;
	margin-bottom: 40px;
}

.left {
	float: left;
	width: 138px;
	padding-bottom: 41px;
}

.right {
	float: right;
	width:562px;
	text-align: left;
}

.right p {
	width: 392px;
}

.title {
	pad/ding-bottom: 25px;
}

p {
	padding-bottom: 8px;
}

.press a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 14px 14px 0;
	color: #797067;
}

.press a:hover {
	color: #9d3393;

}

.press a img {
	display: block;
	margin-bottom: 6px;
	border: 2px solid #a19589;
}

.press a:hover img {
	border: 2px solid #9d3393;
	
}