/* Shaun Moore Site - 2003, 2004 */
/* copyright 2003, 2004 Barry Hopwood, applied images */

/*	top level container for view matrix	*/


/*	general stuff	*/

#content_box_scroll a {
	color:#333333;
	font-size:10px;
	text-align:left;
	text-decoration:none;
	}
	
#content_box_scroll a:hover {
	color:#CC9900;
	text-decoration:none;
	}
	
#content_box_scroll a.heading {
	font-size:12px;
	line-height:16px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	}

#content_box_scroll a.link	{
	color:#663300;
	text-decoration:none;
	}

#content_box_scroll a.link:hover	{
	color:#000000;
	text-decoration:none;
	}

		
#content_box_scroll a.col_head	{
	font-size:12px;
	color:#FFFFFF;
	}
		
/*	section heading	*/

#project_subMenu {
	position:absolute;
	width:300px; height:32px;
	left:0px; top:0px;
	padding:0px 10px;
	}

#project_subMenu	a {
	font-size:11px;
	color: #000;
	text-decoration:none;
	}
	
#project_subMenu	a:hover {
	font-size:11px;
	color: #797979;
	text-decoration:none;
	}

#project_subMenu .col1 {
	position:absolute;
	width: 150px;
	left: 0px;
	text-indent: 4px;
}
#project_subMenu .col2 {
	position:absolute;
	width: 150px;
	left: 153px;	text-indent: 4px;

}
#project_subMenu .col3 {
	position:absolute;
	width: 100px;
	left:  300px;
	text-indent: 4px;	
}

/*	matrix section	*/
/*	col_N - standard content column, col_Nh - column header (header but at the bottom
this may look shit but its a ton better than it was
*/

.column{
	position:absolute;
	width:320px;height:auto;
	left:0px;bottom:42px;
	max-height:300px;
	padding:12px 10px;
	text-align:left;
	line-height:18px;
}

.column_heading{
	position:absolute;
	width:320px;height:24px;
	left:0px;bottom:6px;
	padding:0px 10px;
	text-align:left;
	line-height:24px;
}


.project_col_1 {
	left:0px;
}
	
		
.project_col_2 {
	left:320px;
}
	
	
.project_col_3 {
	left:640px;
	}
	
	
.project_col_4 {
	left:960px;
	}
	
	
.project_col_5 {
	left:1280px;
	}
	
	
.project_col_6 {
	left:1600px;
	}
	
	
.project_col_7 {
	left:1920px;
	}
	
	
.project_col_8 {
	left:2240px;
	}
	
	
.project_col_9 {
	left:2560px;
	}
	
	
.project_col_10 {
	left:2880px;
	}
	
	
.project_col_11 {
	left:3200px;
	}
	
	
.project_col_12 {
	left:3520px;
	}
	
	
.project_col_13 {
	left:3840px;
	}
	
.project_col_14 {
	left:4160px;
	}
	
.project_col_15 {
		left:4480px;
		}	

.project_col_16 {
		left:4800px;
		}

/* now stylise links in columns */
.column ul
{
list-style-type:none;
padding:0px;
margin:0px;
}
.column li
{
background-image:url(/img/noLink.gif);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:14px; 
}
.column li.linked
{
background-image:url(/img/prjLink.gif);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:14px; 
}

.column b	{
	color:#AA9900;
	text-decoration:none;
}

