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

/* Showcase
----------------------------------------------*/
/*.post {
-moz-border-radius:3px 3px 3px 3px;
background:none repeat scroll 0 0 #161616;
border:0 none;
display:block;
height:325px;
margin:0;
padding:3px;
text-transform:uppercase;
width:290px;
}


.postholder {
-moz-border-radius:3px 3px 3px 3px;
background:url("../img/loading.gif") no-repeat scroll 50% 50% #000000;
border:0 none;
display:block;
float:left;
width:296px;
height:331px;
margin-bottom:3px;
margin-right:3px;
padding:0;

}

.post .img-amount {
-moz-border-radius:3px 0 0 0;
background:none repeat scroll 0 0 #161616;
bottom:19px;
color:#FFFFFF;
display:inline;
float:right;
font-weight:bold;
margin-top:0;
padding:5px 6px;
position:relative;
right:0;
text-transform:uppercase;
z-index:2;
}
.post:hover, .post:hover .img-amount {
background:none repeat scroll 0 0 #FFFFFF;
color:#000000;
}
.post:hover a {
color:#8800FF;
}
.post:hover a:hover {
color:#00F0FF;
}
.image {
display:block;
height:290px;
margin:0 0 3px;
overflow:hidden;
width:290px;
}*/

/* Sliding Boxes 
------------------------------------------*/


.headerboxgrid{
	height: 163px;
	background-image: url(../img/ShowcaseHead.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	width: 617px;	
	}

.boxgrid{ 
	width: 295px; 
	height: 260px; 
	margin: 10px; 
	float:left; 
	background:#161613; 
	border: solid 2px #8399AF; 
	overflow: hidden; 
	position: relative;
	opacity: .85; 
	
	-webkit-transition: border .25s linear;
	-moz-transition: border .25s linear;
	-o-transition: border .25s linear;
	transition: border .25s linear;
	}
	  
.boxgrid:hover {
	border: solid 2px #FFF;
	opacity: 1;
	-webkit-transition: border .25s linear;
	-moz-transition: border .25s linear;
	-o-transition: border .25s linear;
	transition: border .25s linear;
	
	-moz-box-shadow: 2px 2px 10px #000, -2px -2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000, -2px -2px 10px #000;
    box-shadow:2px 2px 10px #000, -2px -2px 10px #000;
	
	
	}

.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
		  }
		  
.boxgrid h3 { 
    padding: 10px;
    font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	font-style: normal;
	text-transform:uppercase;
	color: #fff;
	}
	
	.boxgrid h3 span {
	color:#f40091;
	
}
	
	

	
.boxgrid .cover .boxcaption a:link, .boxgrid .cover .boxcaption a:visited {
	text-decoration: none;
	color: #fff;
	}
	
.boxgrid .cover .boxcaption a:hover {
	color: #fff;

	}
	
	
.boxgrid p{ 
    padding: 0 10px;
	font-weight: 100;
	font-style:normal;
	font-size: 13px;
	line-height: 1.3em;
	
	}
	
	.boxgrid .viewWork {
	padding-top: 18px;
	}
		  
.boxcaption{
	float: left; 
    position: absolute; 
	background: #000;
	height: 300px;
	width: 100%;
	opacity: .8; 
	   }

.captionfull .boxcaption {
	top: 0px;
	left: 0;
		   }

.caption .boxcaption {
	top: 200px;
	left: 0;
	}
	
/*POPUP Window Styles*/

div#popupWindow {
	width:680px;
	font-size: 1.5em;
	line-height:1.7em;
	font-weight:100;
	font-style:normal;
	margin: 15px 20px 0 20px;
	text-align:left;
}

div#popupWindow h1 {
	color: #f40091;
	font-size: 22px;
	line-height: 28px;
	font-weight:300;
	font-style: normal;
	text-transform:uppercase;
	padding: 30px 0 10px 0;
	width:680px;
	
}

div#popupWindow span {
	color:#fff;
	
}



div#popupWindow p {
	width:650px;
	padding: 0 0 1.5em 0;
	
}
  
  div#popupWindow img {
	margin: 0 20px 20px 0;
	border: 1px solid #fff;	
}
