body {
	background-color: #00405b;
	margin:0px;
	padding:0px;
}

.clearfloat {
	clear:both;
	height:0px;
}

.type-futura-body {
	font-family: "Futura", "Verdana", sans-serif;
	font-size: 13px;
	color: #444;
}



/* Logo */
.frankwing-logo {
	position: absolute;


	width:120px;
	height:106px;



	float:left;
		display:inline;
	position: relative;
	margin-left: 1px;
	left: -8%;
	top: -30px;

	overflow: hidden;
}

.frankwing-logo:hover img:last-child {
	position: absolute;
	top: 0;
	
}

#frankwingname {
	margin-left:2px;
	width:290px;
	margin-bottom:0px;
	float:left;
	display:inline;
	position: relative;
	left: 75px;
	top: -72px;

}
#main {
	width: 400px;
	margin: 3px auto 30px 0px;
}

/* Navigation */
#navigation {
	position: absolute;
	top: 74px;
	left: 216px;

	height: 0;
}

#navigation a {
	display: inline-block;
	overflow: hidden;

	margin-right: -4px;

	position: relative;
	height: 22px;
}

#navigation a:hover img:last-child {
	position: absolute;
	top: 0;
	left: 0;
}

.navigation-home {
	width: 47px;
}

.navigation-arts {
	width: 34px;
	left: 2px;
}

.navigation-travel {
	width: 40px;
}

.navigation-people {
	width: 45px;
	left: 2px;
}

.navigation-food {
	width: 37px;
		left: 1px;
}

.navigation-motion {
	width: 48px;
	left: 1px;
}

.navigation-publication {
	width: 70px;
}



/* Photos */

.photos {
    margin-top: -76px;
    margin-left: 1%;
    }

.photos-photo {
	margin: -20px 18px 28px 2px;

	display: inline-block;
}

.photos a {
	text-decoration: none;
}

.photos img {
	max-width: 440px;
	max-height: 400px;
}


/* Photo detail */
.photo-detail {
	margin-top: 44px;
	margin-left: 20px;
}

.photo-detail .photo-detail-controls {
	margin-bottom: 10px;
}

.photo-detail .photo-detail-controls a[href] {
	color: #42929c;
}

.photo-detail .photo-detail-controls a[href]:hover {
	color: #34737b;
}

/* Inactive link */
.photo-detail .photo-detail-controls a[href=''] {
	color: #999;
	text-decoration: none;

	cursor: default;
}

.photo-detail .photo-detail-next-previous,
.photo-detail .photo-detail-count {
	margin-left: 20px;
}

.photo-detail .photo-detail-name {
	margin-left: 20px;
}


/* Footer */
#FWphotos {


	margin: -32px 6px 6px 20px;
	margin-left: 60px;

	font-family: "Helvetica", sans-serif;
	font-size: 16px;
	color: #ffae00;
}

#FWphotos a {
	color: #29a0c3;
}

#FWphotos a:visited {
	color: #1c95c8;
}


@media (max-width: 548px) {
	#navigation {
		left: 40px;
	}
}

@media (max-width: 434px) {
	#main {
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;

		width: 100%;

		box-sizing: border-box;
	}

	.photos .photos-photo {
		margin-left: 0;
		margin-right: 0;
	}

	.photos img {
		width: 100%;
	}

	.photos .photos-label {
		padding-left: 26px;
	}
}

@media (max-width: 375px) {
	#main {
		padding-left: 22px;
	}

	.frankwing-logo {
		margin-left: -48px;
	}

	#navigation {
		left: 2px;
	}
}
