/******************************************************
Style sheet for pixelplume.com
MOTION PROJECTs layout -- movie + 3x3 thumbnail grid

author:  Grace Pok
version 1.0

Color scheme
	Green:  6DB33F
	Light green (link hover):  C1D83D
	white: (active link + text): FFFFFF
	grey: (minor text): D4D4D4
******************************************************/


div#plongdescbox {
	position: absolute; /* relative to the parent, which is the CONTENT div */
	margin-top: 0px;
	margin-left: 639px;  /*619 + 20 */
	width: 244px;  /* same as still project thumbnail box */
	padding-right: 10px;
	height: 348px;
	

	
	overflow: auto;
	/*background-color: green; /*DEBUG */
}

/* Long description text */
div#plongdescbox div{
	font-size: 90%;
	color: #AAA;  /* same as short description color */
}

/* main project picture */
div#bigpx {
	float: left;
	width: 619px;
	height: 348px;
	background-color: black; /*DEBUG */
}

/* Thumbnail handling 
---------------------------------------------------------*/
div#tbox {  /*thumbnail box -- 3x3 grid */
	display: none;   /* 4/3/08 - decided on no thumbnails */
}
