/* - - - - - - - - - - - - - - - - - - - - -
Title : v1.0 HomePage boxes
Author : Brent Dayman
URL : www.dayman.com.au

Created : 20070125
Modified : 20070616

20070616 added third row
20100506 updated


- - - - - - - - - - - - - - - - - - - - - */

.projectBox { 
	position:relative;
	padding:0;
	margin: 0 1px 4px 0;
	display: block;
	height: 161px;
	width: 226px;
	float: left;
}

.lastBox { margin-right:0;}


#projects a:hover, #projects a:visited { text-decoration:none;}

img { border:none;}

#projects a.projectLink {border-bottom: 3px solid #343233;}
#projects a.projectLink:hover  {border-bottom: 3px solid #28BCED;}

#projects a.projectLink, #projects .projectDesc { 
	display:block; position:absolute;
	height: 161px; width: 226px;
	left:0; top:0;
	cursor:default; /* TEMP */
}

#projects .projectLink { z-index: 10;}
#projects .projectDesc {
	z-index:1; 
	background-color: #000;
	height:157px; width:222px;
	padding:2px 2px 4px;
}

/* - - - - - - - -  ibox - - - - - - - - - */



#ibox_w{
	position: absolute;
	top: 0px; left: 0px;
	z-index:100;
	width: 100%; height: 100%;
	background-color: #000;
	margin:0; padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 137px; left: 135px;
	z-index:1000;
	margin:0; padding:0;
	width:710px; height:300px;
}

#ibox_content {
	width:678px;
	height:100%;
	float:left;
	background-color:#191819;
	border: 1px solid #666;
	/*border:1px solid #2B3132;*/
}

#ibox_close {
	padding:0;
	margin:0 0 0 690px;
	width: 12px;
}

#ibox_close_a {
	background: transparent url(/images/close_box.png) no-repeat center center;
	width:12px;height:12px;
	display: block;
}

#content { margin: 10px;}

#content h2 { 
	/*color: #56575E;*/
	color:#FFF;	
	margin-top:1em;
}
	
#content p {
	color: #AEB0B3;
}
#content strong {
	font-weight: normal;
	color: #FFF;
}

#content a {
	color: #28BCED;
	text-decoration: none;
}

#content a:hover {
	color: #28BCED;
	text-decoration: underline;
}