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


img {
	border: none;
}
/*----------------------------------- Outer layer of slider effect - don't change this -------------------*/

#portfolioSection, .bx-wrapper {
	position: absolute !important;
	top: 342px;
	left: 409px;
	z-index: 100;
	height:440px !important;
	width:480px !important;
	margin:0px;
	padding: 10px 0;
	color:#666666;
	font-size:11px;
	line-height:1.6em;
	border-top: 2px solid #F6921E;/* border-bottom: 2px solid #F6921E; */;
	overflow: hidden;
}
*html body #slides1 {
	width: 490px;
}
#slides1 h3 {
	margin: 0 0 7px 10px;
	font-size: 2em;
	line-height: 1em;
}
#slides1 h2 {
	margin: 0 0 4px 10px;
}
#portfolioHeader {
	position: absolute;
	z-index:100;
	top:312px;
	left: 409px;
}
#portfolioHeader h3 {
	font-size: 1.5em
}
.bx-pager {
	position: absolute;
	z-index:100;
	top: -26px;
	right: 0;
	text-align: right;
	width: 292px
}
.bx-pager a {
	text-decoration:none;
	color: #333333;
	padding: 3px;
}
.bx-pager a:hover, .bx-pager a.pager-active  {
	color:#F6921E
}



/* ----- portfolio nav----- */

#portfolioSection ul.controls {
	height: 300px;
	width: 32px;
	float: left;
	list-style:none;
	margin: 0 17px 0 0;
	padding:0;
	clear: left
}
a.bx-next, a.bx-prev{
	height: 150px;
	width: 32px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 0;
}

a.bx-prev {
	background:url(../images/portfolioNav_previous.gif) no-repeat;
	top: 18px;
}
a.bx-next {
	background:url(../images/portfolioNav_next.gif) no-repeat;
	top: 168px;
}
a.bx-prev:hover {
	background:url(../images/portfolioNav_previous_over.gif) no-repeat;
}
a.bx-next:hover {
	background:url(../images/portfolioNav_next_over.gif) no-repeat;
}
ul.controls li.topBlank {
	background:url(../images/portfolioNav_previous_blank.gif) no-repeat;
}
ul.controls li.bottomBlank {
	background:url(../images/portfolioNav_next_blank.gif) no-repeat;
}
/*----------------------------------- Inner layer of slider effect - you can make this wider to 
accomodate more portfolio divs, otherwise, don't change  -------------------*/

#work_images {
	height:150000px;
	width:480px;
	
	position: relative;
	margin:0px;
	padding:0px;
	z-index:10;
}
.port_piece p {
	margin:0 0 5px 49px;
}
.port_piece img {
	margin-bottom:7px;
}
/*----------------------------------- This class separates the portfolio pieces -------------------*/
div.port_piece {
	height: 505px !important;
	padding: 7px 0px 0 0 ;
	line-height:1.4em;
	margin: 0 0 0 30px;
}
*html body div.port_piece {
	width: 490px
}
div.port_piece h1 {
	margin:0 0 9px 0px;
}
div.port_piece h2 {
	font-size: 1.5em;
	line-height:1em;

}
div.port_piece p {
	margin:0 0 0px 10px;
	width: 430px;
	line-height: 1.5em;
}
.port_piece p a {
	text-decoration:none;
	color: #F6921E;
}
.port_piece p a:hover {
	color:#F6921E;
	text-decoration: underline
}
/*-----------------------------------Use id of intro and closing for the first div in each section - don't change -------------------*/

#intro, #closing {
	top:0px;
	left:0px;
}

