@import url('reset.css');
@import url('color.css');
@import url('layout.css');
@import url('typography.css');

body > #wrapper > header, *[role=header] {
	background: url('/images/IMG_0804-cropwebtile.jpg') 0 100px;
}


 body#portfolio > #wrapper > header, body#contacted > #wrapper > header {
	background: url('/images/Stars-at-Night-Tile3.jpg') 0 100px;
}

body#contact > #wrapper > header {
background: url('/images/greenwhich-figures-tiles3.jpg') 0 100px;
}



body#about #main-content section.last figure{
	float: right;
	margin-top: 0px;
	margin-right: 110px;

}

body#about #main-content section.last figure img{
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#portfolio #main-content section#scifilondon1 figure {
background: transparent url('/images/portfolio/portfolio-sfl10-1-wire.png') no-repeat center center;
}

#portfolio #main-content section#surreypolice1 figure {
background: transparent url('/images/portfolio/portfolio-surreypol1-wire.png') no-repeat center center;
}

/*
#home #main-content section {
display: block;
float: left;
border: 1px solid red;
}
*/

.hide {
	display: none;
}

.left {
	float: left;
}

.list1 {
	list-style-type: disc;
	padding-left: 35px;
	margin-top: 20px;	
}
/*
.zoom img {
	-webkit-transform: scale(1.4) rotate(0deg) translate(29px, 29px); 
	-webkit-transform-origin: 0% 0%;
	-webkit-transition-duration: 10s;
}
*/