@import 'http://fonts.googleapis.com/css?family=Fenix';

@import 'http://fonts.googleapis.com/css?family=Titillium+Web:300,300italic,600,600italic)';
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Pierre Joris - Custom styles
   ========================================================================== */
html {
  background: url(../img/joris_bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
body {
  width: 80%;
  max-width: 1280px;
  margin: auto;
  margin-top: 2%;
}
body a {
  text-decoration: none;
  transition: color 0.4s;
}
nav {
  width: 20%;
  display: inline-block;
  font-family: 'Fenix', serif;
  line-height: 30px;
  position: relative;
  float:left;
}
nav header {
  font-size: 36px;
  border-bottom: 3px solid #b08261;
  margin-bottom: 10px;
}
nav a {
  font-size: 30px;
  color: #b08261;
  cursor: pointer;
}
nav a:hover {
  color: #ffffff;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav ul li > a {
  width: 100%;
  padding: 10px;
}
nav ul li.contact-nav {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
nav ul li.nomadics-nav {
  margin-top: 20px;
}
nav ul li.nomadics-nav > a {
  padding: 5px 10px;
  background-color: #ffffff;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 15px;
  width: auto;
  display: block;
}
nav ul li.nomadics-nav > a:hover {
  color: #b08261;
}
nav ul li.photo-nav {
  margin-top: 20px;
}
nav ul li.photo-nav .pierre {
  max-width: 100%;
}
nav ul li.photo-nav .details {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
nav ul li #divRss {
  border: 1px solid #ffffff;
  color: #b08261;
  line-height: 15px;
  background: rgba(255, 255, 255, 0.8);
}
nav ul li #divRss .itemTitle {
  padding: 5px 10px;
}
nav ul li #divRss .itemTitle a {
  font-size: 15px;
}
nav ul li #divRss .itemDate {
  font-size: 10px;
  font-family: 'Titillium Web', sans serif;
  margin: 0 10px;
}
nav ul li #divRss .itemContent {
  color: #b08261;
  font-family: 'Titillium Web', sans serif;
  padding: 10px;
}
nav ul li #divRss .itemContent img {
  display: none;
}
nav ul li #divRss .itemContent div,
nav ul li #divRss .itemContent span,
nav ul li #divRss .itemContent p,
nav ul li #divRss .itemContent a {
  color: #b08261 !important;
  text-align: left !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.main-content {
  display: inline-block;
  width: 80%;
  margin-left: 0%;
  vertical-align: top;
  float:right;
}
.main-content h2,
.main-content section {
  margin: 0 auto;
  width: 60%;
}
.main-content h2 {
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'Fenix', serif;
}
.main-content h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-content section {
  margin-bottom: 20px;
  background: rgba(176, 130, 97, 0.8);
}
.main-content section a {
  color: #9e3a3a;
}
.main-content section a:hover {
  color: #ffffff;
}
.main-content section.col-1-3 {
  background: none;
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: auto;
  display: inline-block;
  margin-right: 2%;
  width: 31%;
  vertical-align: top;
}
.main-content section.col-1-3 .summary {
  line-height: 15px;
  text-align: center;
}
.main-content section.col-1-3 .details {
  margin-top: 5px;
  text-align: center;
}
.main-content section.col-1-3:nth-of-type(3n) {
  margin-right: 0;
}
.main-content section article {
  padding: 0px 25px 15px 25px;
}
.main-content section article:first-of-type {
  padding-top: 20px;
}
.main-content section article:last-of-type {
  padding-bottom: 20px;
}
.main-content section article div {
  font-family: 'Titillium Web', sans serif;
}
.main-content section article .details {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-content section article h3 {
  font-family: 'Fenix', serif;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.main-content section article .summary {
  font-size: 14px;
  font-weight: 300;
}
.main-content section article img {
  max-width: 100%;
  margin: 10px 0;
}
.main-content section.news .book {
  width: 100px;
  float: left;
  padding: 0 20px 20px 20px;
}
.main-content section.news .book:first-of-type {
  padding-top: 0;
}
.main-content section.news .summary {
  margin-left: 20px;
}
.main-content section.events .summary,
.main-content section.about .summary {
  margin-top: 10px;
}
.main-content section.about .pierre {
  margin-top: 0;
}
.main-content section.publications .books {
  padding: 30px 0;
  text-align: center;
}
.main-content section.publications .books img {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100px;
  margin: 0 10px 20px 10px;
  -webkit-transform: perspective(500px) rotateY(22deg);
  /* Chrome, Safari 3.1+ */

  -moz-transform: perspective(500px) rotateY(22deg);
  /* Firefox 3.5-15 */

  -ms-transform: perspective(500px) rotateY(22deg);
  /* IE 9 */

  -o-transform: perspective(500px) rotateY(22deg);
  /* Opera 10.50-12.00 */

  transform: perspective(500px) rotateY(22deg);
  /* Firefox 16+, IE 10+, Opera 12.10+ */

  transition: all 0.2s ease;
  -webkit-box-shadow: 1px 1px 1px #000000;
  /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */

  box-shadow: 1px 1px 1px #000000;
  /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */

}
.main-content section.publications .books img:hover {
  -webkit-transform: perspective(500px) rotateY(0);
  /* Chrome, Safari 3.1+ */

  -moz-transform: perspective(500px) rotateY(0);
  /* Firefox 3.5-15 */

  -ms-transform: perspective(500px) rotateY(0);
  /* IE 9 */

  -o-transform: perspective(500px) rotateY(0);
  /* Opera 10.50-12.00 */

  transform: perspective(500px) rotateY(0);
  /* Firefox 16+, IE 10+, Opera 12.10+ */

  box-shadow: none;
}
.main-content section.online .summary a {
  font-weight: 600;
}
.main-content section.video h3,
.main-content section.cv h3 {
  margin-bottom: 20px;
}
.main-content section.cv img,
.main-content section.news img {
  text-align: center;
  display: block;
  max-width: 100%;
}
.main-content section.cv img:first-of-type,
.main-content section.news img:first-of-type {
  padding-top: 20px;
}
.main-content section.cv > img {
  margin: 0 auto;
}
.main-content section.cv .entry {
  margin-bottom: 10px;
}

.main-content section.domopoetics p {padding:15px;}
.main-content section.domopoetics a {font-weight:bold;}
.main-content section.domopoetics .videocaption {font-size:90%;
	padding:6px 26px 30px 6px;
	text-align:right;}
.main-content section.domopoetics .videoembed {width:100%;}




@media all and (max-height: 750px) {
  /* things inside here will only have an effect if the browser window shows
         less than 500 px in the height, so here I apply the special rules */
  nav {
    position: absolute;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
  	 * Don't show links for images, or javascript/internal links
  	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}







.rss {color:black;
	margin:10px 0 20px 0;
	font-family:'titillium web';
	font-size:14px;
	line-height:1.5;}
.rss strong {font-family:Fenix;
	font-size:35px!important;
	line-height:.6;}
.rss a {font-size:19px;
	padding:0;
	color:#9e3a45;}
.rss .more-link {font-size:15px;
	display:block;
	margin-bottom:30px;
	text-transform:uppercase;}
.rss .screen-reader-text {display:none;}	
	
.videoembed {width:400px;
	height:225px;
	margin:auto;}
a.navOn {color:white!important;}

.full {width:100%;
	padding:15px 0;}
.center {text-align:center;}
