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

body {
	font-family: verdana, arial sans serif; 
	font-size:100%; 
	line-height:1.125em; /* 16×1.125=18 */ 
	height: 100%; 
	margin: 0 !important; 
	padding: 0;
	}

figure {
  border: 0px #cccccc solid;
  padding: 0px;
  margin: auto;
}

figcaption {
  line-height:1.125em; /* 16×1.125=18 */ 
  font-size: 0.8em; 
  line-height: 1.6;
  font-style: regular;
  padding: 0px;
  text-align: left;
}

/*img.bg {
			/* Set rules to fill background */
			/*min-height: 100%;*/
		
		/*	min-width: 50%;*/
			
			/* Set up proportionate scaling */
		/*	max-width: 100%;*/
		/*	height: auto;*/
		/*	overflow:hidden;*/
			
			/* Set up positioning */
		/*	position: fixed;
		/*	top: 0;*/
		/*	left: 0;*/
		/*	left: 0;*/
			
			
		}*/
		
		
		
		@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
   and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait)
   {
body { width: 100%; max-width: 100%; height: auto;
 }
img.bg {
			
			/* Set up proportionate scaling */
			width: auto!important;
			height: 200% !important;
			overflow:hidden;
			
			
		}
		}
		
		/*@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px;
				 overflow: auto;
				 resize: both;}
		}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  height: 100% !important;
max-width: 100%}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
   height: 100% !important;
			max-width: 100%
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
   height: 100% !important;
			max-width: 100%

}*/

/* home tool bar */

#footer-home{
	background:#89b6c9; /* #ffab62; #e0ca53*/
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
	left:0;
	padding-bottom: 5px;
	}
	
	.title {
    float: left;
}

	.nav-home {
    float: right;
	    margin-top: -3px;
}

li.il-home {
    float: left;
    padding: 0px 7px;
}

a.home {
    color: #435355;
	padding: 0;
}

#page.fr .lang_en {
	display: none;
	}
	
#page.en .lang_fr {
	display: none;
	}
	
p, li {
	font-size: 0.9em; 
	line-height: 1.6;
	}
	
a {
	color: #000; 
	text-decoration: none;
	}
	
a:hover {
	color: #999;
	}

*:focus {
	outline: none;
	}

.sidenote {
    font-size:0.75em;
}

#page {
	position: relative;
	margin:0 0;
	}
		

#nav-bar {
	height: 2.8em;
	margin: -8px;
	overflow: hidden;
	background: #89b6c9;
	}
	
div#header {
    margin-top: -12px;
}

#header h1 a {
	font-weight: normal; 
	letter-spacing: 0.1em; 
    color: #435355; 
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #999;
	}


h1 {
	padding: 0px 10px;
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: normal;
	}
	

h2 {
	font-weight: normal; 
	letter-spacing: 0.1em;
	font-size: 1em;
    padding: 0 20px;
	}
	
h3 {
	font-weight: normal;
    letter-spacing: 0 em;
    font-size: 1.4em;
    font-family: verdana, arial sans serif; 
	}

nav {
    background-color: #89b6c9;
    position: relative;
    width: 100%;
	margin: -8px;
    padding-right: 16px;
	padding-bottom: 2px;
	z-index: 1000;
	font-size: 1.1em;
}
ul {
    list-style: none;
    width: 100%;
}
li {
    display: inline-block;
}

li.com {
    margin-left: 372px;
}

li.sub {
    display: block;
	margin-left: 634px;
}

nav li a {
    display: block;
    padding: 0.25em 1em;
	color:#435355;
}

li.selected {
    color: #435355;
    text-decoration: underline;
}

nav > ul {
    margin: 0 auto;
    width: 1024px;
}
nav ul li div { /* nested div (containing the sub nav) will be hidden by default */
    background-color: #89b6c9;
    width: 100%;
    position: absolute;
    left: -9999px;
	padding-bottom: 5px;
}

nav ul li div ul {
    margin: 0 auto;
    width: 1024px;
}

nav > ul > li:hover > a {  /* swap ":hover" with ".active" to allow this to work as a class */
    background-color: #89b6c9;
	display:block;
}
nav > ul > li:hover > div { /* swap ":hover" with ".active" to allow this to work as a class */
    left: 0;
}

/*8th*/
 hr#essayBreak {
    height:5px;
    border-width:0;
    color:gray
}

  input#show, input#hide {
    display:none;
}

span#cont {
    display:none;
}
input#show:checked ~ span#cont {
  display:block;
}

input#hide:checked ~ span#cont {
    display:none;
}

/*2nd*/
 input#show_2, input#hide_2 {
    display:none;
}

span#cont_2 {
    display:none;
}
input#show_2:checked ~ span#cont_2 {
  display:block;
}

input#hide_2:checked ~ span#cont_2 {
    display:none;
}

/*3rd*/
 input#show_3, input#hide_3 {
    display:none;
}

span#cont_3 {
    display:none;
}
input#show_3:checked ~ span#cont_3 {
  display:block;
}

input#hide_3:checked ~ span#cont_3 {
    display:none;
}
/*4th*/
 input#show_4, input#hide_4 {
    display:none;
}

span#cont_4 {
    display:none;
}
input#show_4:checked ~ span#cont_4 {
  display:block;
}

input#hide_4:checked ~ span#cont_4 {
    display:none;
}

/*5th*/
 input#show_5, input#hide_5 {
    display:none;
}

span#cont_5 {
    display:none;
}
input#show_5:checked ~ span#cont_5 {
  display:block;
}

input#hide_5:checked ~ span#cont_5 {
    display:none;
}

/*6th*/
 input#show_6, input#hide_6 {
    display:none;
}

span#cont_6 {
    display:none;
}
input#show_6:checked ~ span#cont_6 {
  display:block;
}

input#hide_6:checked ~ span#cont_6 {
    display:none;
}

/*7th*/
 input#show_7, input#hide_7 {
    display:none;
}

span#cont_7 {
    display:none;
}
input#show_7:checked ~ span#cont_7 {
  display:block;
}

input#hide_7:checked ~ span#cont_7 {
    display:none;
}

/*8th*/
 input#show_8, input#hide_8 {
    display:none;
}

span#cont_8 {
    display:none;
}
input#show_8:checked ~ span#cont_8 {
  display:block;
}

input#hide_8:checked ~ span#cont_8 {
    display:none;
}

  /*9th*/
   input#show_9, input#hide_9 {
      display:none;
  }
  
  span#cont_9 {
      display:none;
  }
  input#show_9:checked ~ span#cont_9 {
    display:block;
  }
  
  input#hide_9:checked ~ span#cont_9 {
      display:none;
  }
  
/*10th*/
 input#show_10, input#hide_10 {
    display:none;
}

span#cont_10 {
    display:none;
}
input#show_10:checked ~ span#cont_10 {
  display:block;
}

input#hide_10:checked ~ span#cont_10 {
    display:none;
}

p.lang_select {
	float: right; 
	font-size: 0.7em; 
	margin: 0; padding: 0;
	}	
	
p.lang_select:hover {
	cursor: pointer; 
	color: #999;
	}


#footer {
	    text-align: right;
    color: #999;
    font-size: 9px;
    padding-top: 50px;
    width: 660px;
    margin: 0 auto;
	}

.content {
	font-size:0.875em;
	padding: 3em 0;
	font-size: 0.875em;
    padding: 3em 0;
    width: 660px;
    margin: 0 auto;
    position: relative;
}

.bio-L {
    float: left;
    width: 300px;
    height: 1200px;
    border-right: solid 1px;
    padding: 0px 17px 0px 0px;
    text-align: justify;
	
}

.bio-R {
    float: left;
    padding: 0px 20px 0px 20px;
    width: 300px;
	text-align: justify;
}

.clearfloats {clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#more_info {
	margin-left: 10px; 
	font-size: 0.8em;
	}
	
#more_info a {
	color: #486cb7;
	}
	
#more_info a:hover {
	color: #999;
	}
	
#slideshow {
	background-color: #f8f8f8; 
	width: 400px; 
	padding: 20px 130px;
	}
	
/*
#slideshow p.caption {
	background-color: #ababab; 
	color: #fff; 
	font-size: 0.9em; 
	margin-top: 0; 
	border-bottom: 1px 
	solid #a0a0a0; 
	width: 380px; 
	padding: 10px;}
*/

#slideshow p.caption {
	color: #444; 
	font-size: 0.875em; 
	margin-top: 10px;
	width: 400px; 
	padding: 0;
	}
	
#slideshow img {
	border: none; 
	display: block;
	}
	
#slideshow_menu {
	font-size: 0.9em;
	}
	
#commissions_thumbs {
	padding: 0; 
	margin: 0;
	}
	
#commissions_thumbs li.col {
	float: left; 
	width: 300px; 
	margin: 0 0 45px 0; 
	padding: 0;
	}
	
#commissions_thumbs li.col.left {
	margin-right: 30px;
	}
	
#commissions_thumbs li.col.right {
	margin-left: 30px;
	}
	
ul.commission_details li {
	margin-bottom: 0.2em;
	}

a.block_link {
	display: block; 
	background-color: #333; 
	color: #f7f7f7; 
	text-decoration: none; 
	border-bottom: 5px solid #fff; 
	border-top: 5px solid #fff;
	}
	
a.block_link:hover {
	border-bottom: 5px solid #000; 
	border-top: 5px solid #000;
	}
	
a.block_link img {
	border: none;
	}
	
a.block_link .caption {
	padding: 0.1em;
	}
	
.txt_lc {
	text-transform: lowercase;
	}
	
.float.left {
	float: left;
	}

.pad.left {
	padding-left: 2em;
	}
	
.small {
	font-size: 0.8em;
	}
	
.nowhite {
	white-space: nowrap;
	}
	
.inline {
	display: inline;}

h2.inline {
	clear: both;}

ul {
	padding-left: 0;}

ul li {
	list-style-type: none; 
	/* margin-bottom: 1em;}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;}
	
/* End hide from IE-mac */

/* mobil*/
