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

body   {margin:0px;
	   background: #ffffff;
       font-family: Helvetica, Arial, sans-serif;

	   font-size:11px;
       color: #1c1c1c;
	   font-weight:normal;
	   text-decoration:none;
	   text-align:left;
}



/* image styles */



#logo { 
		text-decoration:none;
		margin: 0px 0px 10px 0px;
		}

#cog { display:compact;
		text-decoration:none;
		margin: 20px 0px 0px 0px;
		border: 0px;
		}



/*name*/
h1 { font-weight:normal;
	font-size:11px;
	line-height:11px;
	margin:0px;
	padding:0px;
	color:#1c1c1c;
	}


/*Selected projects*/
h2 {
	font-size:11px;
	margin-top:30px;
	color: #1c1c1c;
	font-weight:bold;
	
}

/*spacer*/
h3 {margin-top:15px;
}

/*navigation projects*/
#projectList {
	padding:0;
	text-decoration:none;
}

#projectList li {
	list-style-type: none;
	margin:0;
	padding:0;
	line-height: 16px;
	font-size:11px;
	text-decoration:none;
}

#projectList li a {
	color:#1c1c1c;
	text-decoration:none;
}

#projectList li :hover {
		color: #bebebe;
	   	text-decoration: none;
			}

#projectList li a.active {
		color: #bebebe;
	   	text-decoration: none;}

/*other navigation*/
#Links {
	padding:0;
	}

#Links li {
	list-style-type: none;
	margin:0;
	padding:0;
	line-height: 14px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	
}

#Links li a {
	color:#1c1c1c;
	text-decoration:none;

}

#Links li :hover {
	    color: #bebebe;
	   	text-decoration: none;		
}


#Links li a.active {
	    color: #bebebe;
	   	text-decoration: none;
}

/* divs */

#container{position:absolute;
           left:0px;
		   top: 0px;
		   width:100%;
		   height:100%;
		   bottom: 0px;
		   right: 0px;
		   text-decoration:none;
}
		   

#navigation{
	position:fixed;
	top: 30px;
	left: 25px;
	width: 160px;
	height:100%;
	line-height:14px;
	color: #1c1c1c;
	text-decoration:none;
	}

#content{
	position:absolute;
	top: 30px;
	left: 180px;
	width: 665px;
	line-height:14px;
	font-weight: 11px;
	color: #1c1c1c;
	text-decoration:none;
}

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

#content a:hover{ color: #1c1c1c;
	   	text-decoration: none;
		}


	
 #photoholder {position:relative;
 padding-bottom:10px;
}
 
  #aboutphoto {position:relative;
}
 

#information{
	text-align:left;
	position:absolute;
	width: 400px;
	font-family: Helvetica, Arial, sans-serif;
    color: #1c1c1c;
	font-size:11px;
	text-decoration:none;
}
#copyright_div{position:fixed;
	bottom: 40px;

}



/* text styles	*/



.projecttitle{line-height:15px;
			font-family: Helvetica, Arial, sans-serif;
       		font-size: 11px;
			font-weight:bold;
	   		text-decoration:none;
			color: #1c1c1c;
	    	
}



/* other */

:focus {
  -moz-outline-style: none;
}
