html,
body
{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

a:hover,
a:focus
{
	text-decoration: none;
}

.cleaner{
	clear: both;
}

.fl-right{
	float: right;
}
.fl-left{
	float: left;
}

.mb20{
	margin-bottom: 20px;	
}

.pl50{
	padding-left: 50px;
}

.w50{
	width: 50%;
}


.floating-list-menu, 
.no-style-list 
{
	margin: 0;
	padding: 0;
}
.floating-list-menu li 
{
	list-style: none;
	float: left;
	margin: 0 15px 0 0px;
}
.no-style-list li 
{
	list-style: none;
}

#main-wrap{
	width: 1004px;
	_height: 100%;
	min-height: 100%;
	margin: 0px auto 0px auto;
	padding: 0 0 0px 0;
	background: #F39900 url(../images/layout/back.png) repeat-y;	
}

#main{
	width: 747px;	
	margin: 0px auto 0px auto;
	padding: 11px 9px 10px 9px;
	background: #FFFFFF;	
}


#header{
	margin: 0px 0 0 0;
	height: 50px;
}
#header h1 a{
	position: relative;
	top: 5px;
	left: 0;
}
#header h1 a span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/layout/jh_logo_wh.png) top left no-repeat;
	width: 228px;
	height: 45px;
	cursor: pointer;	
}

#header h1 a:hover span,
#header h1 a:focus span
{
	background: url(../images/layout/jh_logo_wh.png) top right no-repeat;	
}

#nav {
	background: url(../images/layout/nav_back.png) left no-repeat;
	margin: -2px 0 0 4px; 
	padding: 0 0 3px 80px;
}

#nav li {
	margin-right: 60px;
}
#nav .last {
	margin-right: 0px;
}
#nav a {
	position: relative;
	top: 0;
	left: 0;
}
#nav .active a{
	color: #000000;
} 
#nav a span {
	display: block;
	position: absolute;
	top: 0;
	left: -15px;
	cursor: pointer;
}
	#nav .artwork-link span {
		top: -2px;
		left: -13px;
		width: 86px;
		height: 18px;
		background: url(../images/layout/artwork_link.png) left no-repeat;
	}
		#nav .artwork-link:hover span, #nav .artwork-link:focus span, #nav .active .artwork-link span {
			background: url(../images/layout/artwork_link.png) right no-repeat;
		}
	
	#nav .photo-link span {
		left: -20px;
		width: 72px;
		height: 18px;
		background: url(../images/layout/photo_link.png) left no-repeat;
	}
		#nav .photo-link:hover span, #nav .photo-link:focus span, #nav .active .photo-link span {
			background: url(../images/layout/photo_link.png) right no-repeat;
		}

	#nav .graphic-design-link span {
		left: -32px;
		width: 148px;
		height: 18px;
		background: url(../images/layout/graphic_design.png) left no-repeat;
	}
		#nav .graphic-design-link:hover span, #nav .graphic-design-link:focus span, #nav .active .graphic-design-link span {
			background: url(../images/layout/graphic_design.png) right no-repeat;
		}


	#nav .who-is-jan-hanus-link span {
		left: -18px;
		width: 166px;
		height: 18px;
		background: url(../images/layout/who_is_link.png) left no-repeat;
	}
		#nav .who-is-jan-hanus-link:hover span, #nav .who-is-jan-hanus-link:focus span, #nav .active .who-is-jan-hanus-link span {
			background: url(../images/layout/who_is_link.png) right no-repeat;
		}

	#nav .contact-link span {
		top: -2px;
		left: -3px;
		width: 88px;
		height: 20px;
		background: url(../images/layout/contact_link.png) left no-repeat;
	}
		#nav .contact-link:hover span, #nav .contact-link:focus span, #nav .active .contact-link span {
			background: url(../images/layout/contact_link.png) right no-repeat;
		}

	#nav .news-link span {
		top: 3px;
		left: -5px;
		width: 70px;
		height: 12px;
		background: url(../images/layout/news_link.png) left no-repeat;
	}
		#nav .news-link:hover span, #nav .news-link:focus span, #nav .active .news-link span {
			background: url(../images/layout/news_link.png) right no-repeat;
		}


#content{
	margin: 30px 0 0 0;
	padding: 0 9px 0 7px;
}
#content h1{
	color: #9A9B9D;
	font-size: 210%;	
	letter-spacing: -1px;
	margin-left: 0px;
}
#content h2	a{
	color: #9A9B9D;
	font-size: 80%;
	text-decoration: none;
	border-bottom: solid 1px #9A9B9D; 
}
#content h2{
	margin-left: -1px;
}

#content h2	a:hover,
#content h2	a:focus
{
	border-bottom: none;
}

.post{
	margin: 0 0 40px 0 ;
	padding: 0;
}
.post h1{
	margin: 0;
	padding: 0;
}
.post h2{
	margin: 0;
	padding: 0;
}
.post .info{
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	color: #9A9B9D;
	font-size: 90%;
}


#gallery{
	width: 817px !important;	
	margin: 60px 0 0 -42px;
}
#gallery-strip{
	width: 817px !important;
	margin: 60px 0 0 -35px;
}
.strip_wrapper{
	/*margin-left: 10px;*/
}
.panel img{
	-webkit-box-shadow: 3px 2px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 10px 10px 30px rgba(0,0,0,.5);
	box-shadow: 3px 2px 6px rgba(0,0,0,.3);
}




.page-gallery img{
	margin: 0px 20px 0px 0px;
}

#slide-gallery{
	margin: 20px 0 0 0;
}


.credits{
	float: right;
	margin: -30px 20px 0px 0;
}


