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

div#container_content
	{
	position: relative;
	float:left;
	width:960px;
	max-height:566px;
	padding:0;
	background-image: url(../../images/bg_container_content_main_projects.jpg);
	background-repeat: no-repeat;
	}

div#container_content_main
	{
	float:left;
	width:960px;
	height:566px;
	padding:0;
	overflow: scroll;
	position:relative;
	overflow-x: hidden;
	}

/*  --3. Main Content -- */
div#content_main
	{
	float:left;
	max-width:758px;
	margin:0;
	padding:0;
	}
	
div#content_main h2
	{
	text-indent:-9999px;
	min-width:180px;
	min-height:16px;
	margin:22px 0 2px 30px;
	background-image:url(../../images/bg_header_content_projects.jpg);
	background-repeat:no-repeat;
	}
	
ul#gallery
	{
	display:inline;
	width:758px;
	margin:0;
	padding:0;
	}
	
li.projects
	{
	margin:0 0 20px 30px;
	float:left;
	width:154px;
	}
	
li.projects h3
	{
	font-size: 10px; 
	font-family:"Trade Gothic", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color: #555555;
	padding-top:5px;
	height:20px;
	}

/*  -- 4. Subordinate Content -- */
div#sidebar
	{
	float:left;	
	min-width:160px;
	min-height:518px;
	margin:0;
	padding:24px 0 0 24px;
	text-align:left;
	}
	
ul#tags
	{
	max-width:160px;
	}
	
li.filter_types
	{
	margin-bottom:20px;
	}
	
div#sidebar h2
	{
	font-size: 12px; 
	font-family:"Trade Gothic", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color: #464646;
	padding-bottom:3px;	
	}

span.hidden
	{
	display:none;	
	}
	
#h2_project_type
	{
	display:block;
	width:140px;
	height:10px;
	background-image:url(../../images/filtertitle_byprojecttype.png);
	background-repeat:no-repeat;
	}
	
#h2_client
	{
	display:block;
	width:140px;
	height:10px;
	background-image:url(../../images/filtertitle_byclient.png);
	background-repeat:no-repeat;
	}	
	
#h2_location
	{
	display:block;
	width:140px;
	height:10px;
	background-image:url(../../images/filtertitle_bylocation.png);
	background-repeat:no-repeat;
	}
	
#h2_person
	{
	display:block;
	width:140px;
	height:10px;
	background-image:url(../../images/filtertitle_byperson.png);
	background-repeat:no-repeat;
	}	
	
div#sidebar p
	{
	margin-bottom:5px;	
	}
	
div#sidebar a:link, div#sidebar a:visited 
	{
	font-size: 11px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555555;
	text-decoration:underline;
	}
	
div#sidebar a:hover, div#sidebar a:active
	{
	color: #0d658b;
	}	
	