/* All Responsive
================================================== */ 
 
/*Design for max-width:999px */
@media only screen and (max-width: 999px) {

body {
  background: #ddd url("images/bg.png");
  nowhitespace: afterproperty;
  font: 14px/1.8 'Open Sans', Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/*LOGOS HOMEPAGE */
#logos{
width:30px;
}

#tableaudata img{
width:50%;

}
    
  /*hide things*/
  #navigation ul {
    /*display: none;*/
  }

  #toplink {
    /*display: none !important;*/
  }

  /*logo*/
  #logo {
    text-align: center;
  }

  #logo img {
    display: inline-block;
  }

  #logo h1 a, #logo h2 a {
    display: block;
    float: none;
  }
    
#homeEISN
{
float:right;
width:25%;
font-size:0.50em;
}

#sidebar .block > h2 span {
  /*MODIF
  background: #f9f9f9;
  */
  padding-right: 10px; 

}

#mainmenubody{
min-height:80px;
}
}


/* Tablet (Portrait) = Design for a width of 998px
================================================== */

@media only screen and (min-width: 690px) and (max-width: 998px) {

  /*main*/
  #wrap {
    width: 690px;
  }
  #content {
    width: 480px;
  }
  #sidebar {
    width: 150px;
	font-size:0.9em;
  }
  .sidebar-bg{
    /* background-image: url("../images/sidebar-bg-tablet.png"); */
  }

  .meta li{
    display: block;
  }
  
  #mainmenubody
  {
  font-size:1em;
  
 }
    
  /*footer*/
  .preface-block, .footer-block {
    float: left;
    width: 190px;
    margin-right: 20px;
  }
  
  #BannerWDC
{
font-size:1.1em;
}
	#homeEISN
{
float:right;
width:25%;
font-size:0.8em;
}

  
}



/* Mobile (Portrait) = Design for a width of 690px
================================================== */

@media only screen and (min-width: 0px ) and (max-width: 690px) {

  /*main*/
  #header-social{
    display: none;
  }
  /*main*/
  #wrap {
    width: 500px;
  }
  #content {
    width: 370px;
	font-size:0.75em;
  }
  #sidebar {
    width: 80px;
	font-size:0.75em;
	float:left;
  }
  .node-teaser img {
    float: none;
  }
  ul.inline li {
    display: block;
    padding: 5px;
  }


  .preface-block, .footer-block {
    width: 100%;
  }
  
  .comment .attribution, .comment .comment-text { 
    display: inline-block;
  }
  
  .sidebar-bg{
    background-image: none;
    margin-bottom: 0;
  }
  
  
  .meta li{
    display: block;
  }
  
  td{
  padding:0px 2px;
  /* MODIF 
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
  */
	}
	#homeEISN
{
float:right;
width:25%;
font-size:0.7em;
}
#mainmenubody
{
font-size:0.8em;
}
#BannerWDC
{
font-size:1.1em;
}
#block-search-form{
width:50px;
}
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 6.5em; }


}


/* Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px 

@media only screen and (min-width: 480px) and (max-width: 767px) {

  #wrap {
    width: 370px;
  }
*/
}