/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

body {
  background-color: #F9F9F9;
  font: 13.34px/1.4 Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; 
  font-weight: bold;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  margin: 1.2em 0 1em 0;
  padding: 0;
  text-rendering: optimizelegibility;
}

h1 {font-size: 38px; text-align:center; }
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;margin-bottom: 0.5em;}

p { margin: 0 0 1em 0; padding:0;}

a         { color: #1F8AB6; text-decoration: none;}
a:hover   { color: #2FB0D5; }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #FFF;
}
ul, ol {
  margin: 0 0 1em 0;
  padding: 0;
}

/*****************************************************************************/
/*
/* Header + Footer
/*
/*****************************************************************************/
.header {
  padding: 10px 30px 5px;
  font-color: #FFFFFF;
  background:  #085987;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.header .fdcd {
  display: inline-block;
  width: 184px;
  height: 32px;
  overflow: hidden;
  text-indent: 101%;
  background: url('../assets/images/lg_foodandcode.png') 0 50% no-repeat;
}
.header a {
  color: #C1D5E1;
}
.header a:hover {
  color: #fff;
}

.footer {
  font-size: 14px;
  color: #fff;
  background:  #085987;
  margin-top: 2em;
  overflow: hidden;
  text-align: center;
  padding: 20px 50px 5px;
}
.footer a {
  color: #C1D5E1;
}
.footer a:hover {
  color: #fff;
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

.site {
  font-size: 110%;
  text-align: justify;
  padding: 0 40px;
  margin: 1em auto 2em;
  line-height: 1.5em;
}

#titleHeader {
  font-size: 24px;
  font-weight: bold;
  float: right;
}

.aside {
  display: inline-block;
  width: 23%;
  min-width: 170px;
  margin: 2em 3% 0 0;
  padding: 2%;
  vertical-align: top;
  font-size: 15px;
  text-align: left;
  background: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.aside > a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.aside ul {
  margin-top: 10px;
  list-style: none;
}
.aside--title {
  margin: 30px 0 10px;
  color: #999;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.main {
  display: inline-block;
  width: 69%; //Change that to have something more reactive...
}

.memberImage img {
  float: left;
  width:  130px;
  height: 130px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  border-radius: 150px;

  margin-right: 20px;
}

.memberTest {
  float: right;
  font-weight: bold;

}


//---------------------------------------
//Trying to add line numbering :
//---------------------------------------
pre {
    counter-reset: line-numbering;
    border: solid 1px #d9d9d9;
    border-radius: 0;
    background: #fff;
    padding: 0;
    line-height: 23px;
    margin-bottom: 30px;
    white-space: pre;
    overflow-x: auto;
    word-break: inherit;
    word-wrap: inherit;
}

pre a::before {
  content: counter(line-numbering);
  counter-increment: line-numbering;
  padding-right: 1em; /* space after numbers */
  width: 25px;
  text-align: right;
  opacity: 0.7;
  display: inline-block;
  color: #aaa;
  background: #eee;
  margin-right: 16px;
  padding: 2px 10px;
  font-size: 13px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

pre a:first-of-type::before {
  padding-top: 10px;
}

pre a:last-of-type::before {
  padding-bottom: 10px;
}

pre a:only-of-type::before {
  padding: 10px;
}

//-------------------------------
//NEXT
//------------------------------
.madeBy{
  font-style:italic;
}

.authorName{
  font-weight:bold;
}
