/* CSS Document */

/* --- Type and Image Basics & Style Resetters --- */

body{
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	color: #808080;
	margin: 0;
	padding: 0;
	background: #000 url(images/mainbg-grey.gif) repeat-x top center;
}

div, span, h1, h2, h3, h4, li, ul, a, img, input, label{
	margin: 0;
	padding: 0;
	border: none;
}
h1, h2, h3, h4{
	font-weight:normal;
}
p{
	margin: 0;
	padding:0;
	font-size: 9pt;
	line-height: 1.35em;
}
a, img{
	border: none;
	text-decoration:none;
	outline:none;
}

a{
	color: #fff;
	}
a:hover{
	color: #ffde00;
	}
a:active{
	color: #808080;
	outline: none;
}

.clearAll{
	clear: both;
	line-height: 0px;
	height:0px;
	font-size: 0px;
	width: 0px;
	overflow: hidden;
	}
ul, li{	
	list-style: none;
}

.italic{
		font-style:italic;
}

em{
	font-style: italic;
	color: #333;
}
/*--- Main Navigation ---*/
.pageWrapper{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.mainNav{
	margin: 12px 10px 25px;
}
.mainNav .logo{
	text-align: left;
	float: left;
	display: inline;
	height: 55px;
}
.mainNav ul{
	text-align: right;
	width: 420px;
	float: right;
	display: inline;
	height: 55px;
}
.mainNav a.logo img{
	width: 126px;
	height: 55px;
	background: url(images/logo.gif) no-repeat 0 0px;
	margin: 0px;
}
.mainNav a.logo:hover img, .mainNav a.logo:active img{
	background-position: 0 0px;
}
.mainNav li{
	display: inline;
}

.mainNav a img{
	height:12px;
	margin-top: 43px;
}
.sculpNav a img{
	width: 91px;
	background: url(images/sculptures.gif) no-repeat 0 0px;
}
.paintNav a img{
	width: 71px;
	background: url(images/paintings.gif) no-repeat 0 0px;
}
.installNav a img{
	width: 104px;
	background: url(images/installations.gif) no-repeat 0 0px;
}
.newsNav a img{
	width: 39px;
	background: url(images/news.gif) no-repeat 0 0px;
}
.aboutNav a img{
	width: 22px;
	background: url(images/bio.gif) no-repeat 0 0px;
}
.mainNav a:hover img{
	background-position: 0 -20px;
}
.mainNav a:active img{
	background-position: 0 -40px;
}

.pageContent{
	margin: 0 10px;
}

/*--- Gallery Pages ---*/
#gallery{
	margin: 10px 0 20px 0;
}
.controls{
	margin-top: 1em;
	text-align: left;
	letter-spacing:0.02em;
}
.controls a{
	color: #666;
}
/* .prev{
	padding: 0 10px 0 0;
	border-right: solid 1px #333;
}
.next{
	margin-left: 10px;
}*/
.projectInfo{
	/* border-right:1px solid #333333; */
	display:inline;
	float:left;
	width:370px;
}
#thumbs{
	width: 562px !important;
	float: right !important;
	display: inline;
}
ul.thumbs{
	margin-top: 10px;
}

.thumbs{
	width: 565px;
}
ul.thumbs li{
	display:inline;
	float:left;
	height:30px;
	width:30px;
	margin:0 0 15px 13px;
	opacity: 0.4 !important;
}
ul.thumbs li:hover{
	opacity: .8 !important;
}
ul.thumbs li.selected{
	opacity:1 !important;
}
.caption h1{
	color:#FFFFFF;
	font-size:21px;
	letter-spacing:0.04em;
	margin-bottom: .2em;
}
.caption p{
	font-size: 11px;
	color: #808080;
}
.nav-controls{
	font-size: 11px;
	text-transform:uppercase;
}
.fakeBorder{
	width: 1px;
	height: 112px;
	font-size: 0;
	line-height: 0px;
	background-color: #333;
	float: right;
}
.footer{
	font-size: 9px;
	color: #333;
	border-top: 1px solid #2a2a2a;
	margin: 8px 0 8px 0;
	padding: 8px 0 0 0;
}
.footer span{
	float: left;
	display: inline;
}
.footer a{
	font-size: 12px;	
	margin: 0 5px 0 3px;
	color: #333;
}
.footer a img{
	margin: 0;
}