body {

	background: #000000;

	font-family: Arial;

	font-size: .8em;

	color: #FF980E;

}
a {		color: #FF980E;  }
a:hover {	text-decoration: none;  }

a img { border: none; }
.title { 	font-size: 150%; }

.noBorder { border: none; }

.center {

	text-align: center;
	margin: 0 auto;

}


ul.no-bullets {

	list-style-type: none;

	list-style-image: none;

}

ul.inline {

	overflow:hidden;

}

ul.inline li {

	float: left;

	margin: 2px 10px;

}



/* Inner sidebar link setup */

#leftSideBar ul {

	margin-left: 0px;

	padding-left: 0px;

}

#leftSideBar ul li {

	line-height: 24px;

	padding: 1px 0;

}

#leftSideBar a, #rightSideBar a, #frontList a {

	display: block;

	padding: 3px 0;

	color: transparent;

	height: 24px;
}
#leftSideBar a span, #rightSideBar a span, #frontList a span {
	display: none;
}
#frontList {
	padding-left: 0px;
}
#content #frontList li {
	min-width:137px;
	width: 17%;
}
#frontList a {

	color: transparent;

	display: block;

	line-height: 26px;

}



#pageWrapper #leftSideBar a:hover, #pageWrapper #frontList a:hover {

	background-color: #333333;

}
#pageWrapper #leftSideBar a.noHover:hover, #pageWrapper #frontList a.noHover:hover {
	background-color: #000000;
}

#leftSideBar #danceLink {

	background: url(../images/sidebar_inner_sprite.png) center -1px no-repeat;

}

#frontList #danceLink {

	background: url(../images/navLinks_front_sprite.png) 6px -6px no-repeat;

}

#leftSideBar #peopleLink {

	background: url(../images/sidebar_inner_sprite.png) center -27px no-repeat;

}

#frontList #peopleLink {

	background: url(../images/navLinks_front_sprite.png) -178px -6px no-repeat;

}

#leftSideBar #musicLink {

	background: url(../images/sidebar_inner_sprite.png) center -55px no-repeat;

}

#frontList #musicLink {

	background: url(../images/navLinks_front_sprite.png) -370px -6px no-repeat;

}

#leftSideBar #scapesLink {

	background: url(../images/sidebar_inner_sprite.png) center -83px no-repeat;

}

#frontList #scapesLink {

	background: url(../images/navLinks_front_sprite.png) -565px -9px no-repeat;

}

#leftSideBar #moreLink {

	background: url(../images/sidebar_inner_sprite.png) center -109px no-repeat;

}

#frontList #moreLink {

	background: url(../images/navLinks_front_sprite.png) -763px -6px no-repeat;

}

#instudioLink {

	background: url(../images/sidebar_inner_sprite.png) center -133px no-repeat;

}

#bioLink {

	background: url(../images/sidebar_inner_sprite.png) center -158px no-repeat;

}

#blogLink {

	background: url(../images/sidebar_inner_sprite.png) center -182px no-repeat;

	line-height: 26px;

}

#eventsLink {

	background: url(../images/sidebar_inner_sprite.png) center -218px no-repeat;

}

#gicleesLink {

	background: url(../images/sidebar_inner_sprite.png) center -360px no-repeat;

}


#printsLink {

	background: url(../images/sidebar_inner_sprite.png) center -246px no-repeat;

}

#purchaseLink {

	background: url(../images/sidebar_inner_sprite.png) center -273px no-repeat;

}

#linksLink {

	background: url(../images/sidebar_inner_sprite.png) center -303px no-repeat;

}

#contactLink {

	background: url(../images/sidebar_inner_sprite.png) center -335px no-repeat;

}


ul.photoIndex {
	list-style-image: none;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}
ul.photoIndex li {
	width: 180px;
	height: 200px;
	float: left;
}
ul.photoIndex li a img {
	border: none;
}
ul.photoIndex li a {
	border: none;

	color: #FF980E;
	font-style: italic;
	text-decoration: none;
	font-size: 80%;
}
ul.photoIndex li a:hover {
	text-decoration: underline;
}



#footer p {

	color: #d3d3d3;

	font-style: italic;

}



