/* COPYRIGHT 2012 WALEWIJN DEN BOER - www.walewijndenboer.nl */

/* 
//////////////////////////////////////////////////////////////
// ALLOW :HOVER FOR ALL ITEMS ////////////////////////////////
//////////////////////////////////////////////////////////////
*/

body { behavior:url("css/csshover3.htc"); }

/* 
//////////////////////////////////////////////////////////////
// FONTS /////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
*/

@font-face
{ 
font-family: 'mr'; 
src: url('mr.eot'); 
src: url('mr.eot?#iefix') format('embedded-opentype'), 
	 url('mr.woff') format('woff'), 
	 url('mr.ttf') format('truetype'), 
	 url('mr.svg#webfont') format('svg'); 
}

@font-face
{ 
font-family: 'mb'; 
src: url('mb.eot'); 
src: url('mb.eot?#iefix') format('embedded-opentype'), 
	 url('mb.woff') format('woff'), 
	 url('mb.ttf') format('truetype'), 
	 url('mb.svg#webfont') format('svg'); 
}

/* 
//////////////////////////////////////////////////////////////
// GENERAL ///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
*/

html
{ 
	height: 100%; width: 100%; overflow: visible;

}

body
{
	width: 100%;
   	margin: 0px;
   	padding: 0px;
   	border: 0px;
	font-family: "mr", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #e7e7dc;
}

::selection {
    background: #86B47E;
    color: #FFF;
}

::-moz-selection {
    background: #86B47E;
    color: #FFF;
}

img
{
	border: none;
	padding: 0px;
	margin: 0px;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #999;	
}

.content
{
	width: 960px;
	height: 100%;
	display: block;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
}

.content_stack
{
	width: 960px;
	height: 100%;
	display: table-cell;
	overflow: visible;
}

h1
{
	width: 944px;
	overflow: hidden;
	display: block;
	font-size: 18px;
	margin: 0px;
	margin-top: 40px;
	padding: 0px;
	padding-left: 16px;
	color: #000;	
	font-weight: normal;
}

hr
{
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border: none;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 
//////////////////////////////////////////////////////////////
// MENU //////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
*/

.menu
{
	width: 100%;
	height: 160px;
	display: block;
	background-color: #FFF;
}

.menu_cont
{
	width: 960px;
	height: 160px;
	background-color: #e7e7dc;
	margin-left: auto;
	margin-right: auto;
}

.menu_left
{
	width: 350px;
	height: 160px;
	display: inline-block;
	float: left;
	background-color: #fff;
}

.menu_left img
{
	display: block;
	margin: 0px;
	padding: 0px;
}

.menu_gap
{
	width: 5px;
	height: 160px;
	background-image: url(../img/menu_gap.png);
	display: inline-block;
	float: left;	
}

.menu_right
{
	width: 605px;
	height: 160px;
	display: inline-block;
	background-color: #fff;
	float: left;
}

.info_cont
{
	width: 589px;
	height: 30px;
	text-align: right;
	display: block;	
	padding-right: 16px;
	margin-top: 20px;
}

.info_cont a
{
	font-size: 14px;
	color: #b3b3ac;
	text-decoration: none;
	margin-left: 28px;
}

.info_cont a:hover
{
	color: #000;
}

.nav_cont
{
	width: 589px;
	height: 45px;
	text-align: right;
	display: block;	
	padding-right: 16px;
	margin-top: 65px;
}
.browserIE .nav_cont { display: inline-block; }

.nav_cont a
{
	font-size: 18px;
	color: #000;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	/*margin-left: 19px;*/
	margin-left: 15px;
	position: relative;
	right: -4px;
}
/*
.browserSafari .nav_cont a { margin-left: 15px; }
.browserFirefox .nav_cont a { margin-left: 0px; }
.browserOpera .nav_cont a { margin-left: 18px; }
.browserIE .nav_cont a { margin-left: 15px; }
*/

.nav_cont a:hover
{
	background-image: url(../img/nav_strike.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.nav_sel
{
	background-image: url(../img/nav_strike.png);
	background-repeat: repeat-x;
	background-position: center center;
}

/* 
//////////////////////////////////////////////////////////////
// FILTER ////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
*/

.filters
{
	width: 928px;
	height: 26px;
	padding-left: 16px;
	padding-right: 16px;
	display: block;
	font-size: 18px;
}

.filter
{
	height: 26px;
	display: inline-block;
}

.filter p
{
	margin: 0px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	float: left;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	display: inline-block;	
}

.fl{ float: left; } .fm{ float: left; margin-left: 80px; } .fr{ float: right; }

.dd
{
	width: 170px;
	height: 26px;
	overflow: hidden; 
	display: inline-block;
	margin-left: 10px;
	float: left;
}

.dd_handler
{
	height: 24px;
	padding-left: 5px;
	overflow: hidden; 
	display: block;
	line-height: 24px;
	border: 1px solid #000;
	background-color: #FFF;
	background-image: url(../img/dd_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	color: #999999;
}
.dd_handler:hover{ background-color: #e7e7dc; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) 
{
	.dd_handler { background-image: url('../img/dd_down@2x.png'); background-size: 32px 25px; }
}

.dd_list
{
	min-width: 168px;
	overflow: hidden; 
	margin-top: -1px;
	display: block;
	visibility: hidden;
	border: 1px solid #000;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #888888;
}

.dd_listitem
{
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	line-height: 24px; 
	display: block;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	color: #999999;
}
.dd_listitem:hover { background-color: #e7e7dc; }

/* 
//////////////////////////////////////////////////////////////
// ARTWORK ///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
*/

.art_thumb
{
	width: 240px;
	height: 310px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	cursor: pointer;}

.art_thumb:hover
{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */color: #999999;
}

.imgcont
{
	width: 240px;
	height: 240px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.img_land { width: 210px; }
.img_port { height: 210px; }


.art_thumb p
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: normal;
	display: block;
}

.art_thumb p b
{
	font-family: "mb", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	display: block;
	/*letter-spacing: -1px;*/
}

.pagenav
{
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
	font-size: 18px;	
	float: none;
}

.pagenav u
{
	display: inline-block;
	text-decoration: none;
	border-bottom: solid 2px #000;
	height: 24px;
}

.pagebut
{
	text-decoration: none;
	cursor: pointer;
	color: #000;
}
.pagebut:hover
{
	color: #999;
}

.pagenav a
{
	text-decoration: none;
	color: #000;
}

.pagenav a:hover
{
	color: #999;	
}

/* 
//////////////////////////////////////////////////////////////
// ARTWORK DETAIL ////////////////////////////////////////////
//////////////////////////////////////////////////////////////
*/

.anchor
{
	position: relative; 
	top: -75px;
	visibility: hidden;
}

.art_det
{
	display: block;	
}

.art_det hr
{
	margin-top: 10px;
	
	margin-bottom: 30px;	
}
.browserFirefox .art_det hr
{
	display: inline-block;
}
.browserIE .art_det hr
{
	display: inline-block;
}

.art_det_container
{
	/*display: block;*/
	display: table-cell;	
}
.browserFirefox .art_det_container
{
	display: inline-block;
}
.browserIE .art_det_container
{
	display: inline-block;
}

.art_imgcontrolcontainer
{
	float: none;
	background-color: #06F;
	display: inline;	
}

.art_imgcontrol 
{
width: 40px;
height: 40px;
display: inline-block;
cursor: pointer;
}
.art_imgcontrol:hover
{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.c_r { background-image: url(/img/VIEWER_navright.png); }

.c_l { background-image: url(/img/VIEWER_navleft.png); }

.art_detimg
{
	width: 615px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	background-image: url(/img/VIEWER_loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*
.art_detimg
{
	width: 615px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
*/

.art_detimg img
{
	max-width: 500px;
	max-height: 500px;	
	margin: 0px;
	padding: 0px;
	/*cursor: pointer;*/
}

.art_dettxt
{
	width: 315px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin-left: 30px;	
	margin-bottom: 20px;
}

.art_dettxt b
{
	font-family: "mb", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	/*letter-spacing: -1px;*/
}

.art_dettxt a
{
	color: #000;
	text-decoration: none;
	display: inline-block;	
}
.art_dettxt a:hover
{
	color: #999;	
}

.art_seemore
{
	border-bottom: solid 2px #000000;
	cursor: pointer;
}

.art_contact
{
	display: inline-block;
	background-color: #fff;
	color: #000;
	padding: 9px;
	border: none;
	border: solid 1px #000;	
	margin-top: 35px;
}

/* 
//////////////////////////////////////////////////////////////
// ARTISTS ///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
*/

.artist_col
{
	width: 210px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;	
	line-height: 26px;
}

.artists_more
{
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
	font-size: 26px;	
	float: none;
}

.artists_more a
{
	display: inline-block;
	text-decoration: none;
	border-bottom: solid 2px #000;
	height: 30px;
}

/* 
//////////////////////////////////////////////////////////////
// ABOUT /////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
*/

.about_col
{
	width: 450px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;	
	line-height: 26px;
}

.ac_first
{
	margin-left: 15px;	
}

/* 
//////////////////////////////////////////////////////////////
// HOME //////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
*/

.intro
{
	width: 490px;
	display: inline-block;
	text-align: center;
	font-size: 26px;
	margin-top: 70px;
	margin-bottom: 30px;	
}

.ibuttons
{
	font-size: 18px;
	margin: 0px;
}

.center
{
	text-align: center;	
}

.browse_l
{
	display: inline-block;
	background-color: #fff;
	color: #000;
	padding: 9px;
	border: none;
	border: solid 1px #000;	
	margin-top: 35px;
	margin-right: 30px;
}

.browse_r
{
	display: inline-block;
	background-color: #fff;
	color: #000;
	padding: 9px;
	border: none;
	border: solid 1px #000;	
	margin-top: 35px;
}

.mailform
{
	margin-top: 40px;	
}

.mailform input[type='text']
{
	background-color: #FFF;
	border: 1px solid #000;
	display: block;
	width: 390px;
	height: 26px;
	font-size: 13px;
	padding-left: 4px;
	margin-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.mailform textarea
{
	background-color: #FFF;
	border: 1px solid #000;
	display: block;
	width: 390px;
	height: 150px;
	font-size: 13px;
	padding-left: 4px;
}

.mailform input[type='submit']
{
	background-color: #000;
	border: none;
	display: block;
	color: #FFF;
	margin-top: 10px;
	padding: 8px;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.twit
{
	width: 200px;
	height: 32px;
	margin-top: 5px;
	display: block;
	background-image: url(../img/twit.png);
	background-repeat: no-repeat;
}
/*
.twit:hover
{
	background-image: url(../img/twit_over.png);
}
*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) 
{
	.twit { background-image: url('../img/twit@2x.png'); background-size: 200px 32px; }
	/*.twit:hover { background-image: url('../img/twit_over@2x.png'); background-size: 200px 32px; }*/
}

.priceover
{
	display: inline-block;
	background-color: #fff;
	color: #000;
	padding: 9px;
	border: none;
	border: solid 1px #000;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	display: none;
}

.followus
{
	display: inline-block;
	width: 110px;
	height: 32px;
	overflow: none;
	background-image: url(../img/followhome.png); 	
	position: relative;
	top: -7px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) 
{
	.followus { background-image: url('../img/followhome@2x.png'); background-size: 110px 32px; }
	/*.twit:hover { background-image: url('../img/twit_over@2x.png'); background-size: 200px 32px; }*/
}