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


	body {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background-image: url(images/background.jpg);
		background-repeat: repeat;
		background-attachment: fixed;
		background-position:center top;
		margin: auto;
	}

	img { 
		-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		border: 0px solid;

	}
	
	img:focus {
		outline: none;
	}
/* DIV RELATED CSS */

	#ground {
	
		background-image: url(images/background.jpg);
		background-repeat: repeat;
		background-attachment: fixed;
		background-position:center top;
		margin: auto;
	
	}
	
	
	
	#fish {
		background-image: url(images/layer1.png);
		background-repeat: repeat-y;
		background-attachment: fixed;
		background-position:center top;
	}
	
	#ripple {
		background-image: url(images/layer2.png);
		background-repeat: repeat-y;
		background-attachment: fixed;
		background-position:center top;
		padding: 5em 0;
	}
	
	
	#content {
		padding: 1em;
		margin: auto;
		width: 960px;
		z-index: 1;
	}
	
	#footer {
		height: 264px;
		background-image: url(images/footer.png);
		background-attachment: scroll;
		background-position: bottom center;
		background-repeat: repeat-x;
		width: 100%;
		z-index: 200;
	}
	
/* ABOUT ME SECTION CSS */	
	#photo {
		float: left;
		padding: 1em;
		margin: 1em;
		background-color: #fff;
		border-right: 1px solid #676766;
		border-bottom: 1px solid #676766;
	}
	
	#info {
		float: left;
		width: 550px;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 1.1em;
		color: #676766;
		padding-top: 1em;
	}

	#who {
		margin: 0 auto;
	}
		
		
/* GALLERY SPECIFIC CSS */

	#what {
		width: 960px;
		padding: 1em;	
		margin: 0 auto;
	
	}
		
	.thumb {
		margin-left: 1em;
		margin-bottom: 1em;
		padding: 10px;
		background-color: #fff;
		border-right: 1px solid #676766;
		border-bottom: 1px solid #676766;
		float:left;
		display: block;
	}
		
/* NON DIV RELATED CSS */		
	a {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 1.2em;
		color: #676766;
		text-decoration: line-through;
	}
	
	a:hover {
		color: #f16c6f;
		text-decoration: none;
	}
	
	a:focus {
		outline:none;
	}
	
	a:active {
		color: #f16c6f;
		text-decoration: none;
	}
	
	h1 {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 1.6em;
		color: #f16c6f;
	}
	
	.portrait {
		border-left: 1px solid #676766;
		border-top: 1px solid #676766;
		-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		display: block;

	}
	
	
	p {
		line-height: 1.1em;
		text-align: justify;
	}
	
	span.blue {
		color: #ADD1D2;
	}
	
	span.red {
		color: #f16c6f;
	}
	
	span.grey {
		color: #676766;
	}

