/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:hidden;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;overflow:hidden;}
#cboxTitle{margin:0;overflow:hidden;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;overflow:hidden;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;overflow:hidden;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:black;}

#colorbox{}
    #cboxContent{}
        #cboxLoadedContent{background:#000; padding:1px;overflow:hidden;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{background:#000;overflow:hidden;}
        /*#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}*/
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;overflow:hidden;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:25px;left:900px; background:url(images/controls.png) 0 0 no-repeat;}
        /*#cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}*/
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        /*.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}*/

		
/*
	nl2br box
*/

#popup{
	width:940px;height:535px;
	background-color:white;
	overflow: hidden;
}

#popup #title{
	background:transparent url(images/top.png) no-repeat 0 0;
	width:940px;height:61px;
	
}

	#popup #title h3{
		font-family:"Arial black",arial;
		font-size:25px;color:black;
		text-transform:uppercase;letter-spacing:-1px;
		float:left;padding:20px 20px 0 20px;
	}
	
	#popup #title a{
		color:#878787;
		font-family:georgia,arial;
		font-style:italic;
		font-size:20px;letter-spacing:-1px;
		text-decoration:none;
		display:block;padding:24px 0 0 20px;
	}
	
	#popup #title a:hover{text-decoration:underline;}
	
	#popup #bt{
		display:block;background-color:black;
		position:absolute;
		bottom:1px;right:1px;
		width:162px;height:64px;
		color:white;font-family:georgia;font-size:20px;
		z-index:89;
		text-decoration:none;text-align:center;

	}
	
	#popup #bt:hover #bt2{
		color:#c1c1c1;
	}
	
		#popup #bt #bt1{display:block;color:#c1c1c1;padding-top:12px;font-size:17px}
		#popup #bt #bt2{font-style:italic;color:#f0e800;}

#projectcaption{
	width:0px;height:474px;
	background-color:black;
	position:absolute;bottom:1px;right:1px;
	color:#fff;
	z-index:89;
	display:block;
	overflow: hidden;
}
	

	#projectcaption h4, #projectcaption p, #projectcaption ul{padding:10px 10px 0 20px;}
	
	#projectcaption h4{
		font-family:"arial black",arial;
		font-size:25px;
		text-transform:uppercase;
	}
	
	#projectcaption p, #projectcaption li{font-size:13px;line-height:18px;}
	
	#projectcaption ul{list-style-image: url(../../../img/bullet.png);margin-left:20px}
	#projectcaption ul li{
		padding:3px 0;
	}
	
	#projectcaption .year{font-size:70px;line-height:70px !important;color:#545454;position:absolute;bottom:5px;left:5px;font-family:georgia,arial;font-style:italic}
	
#project-slider{height:535px;}
