/* Tablet style sheet
----------------------------------------*/
#container
{
  width: 100%;
}

#content
{
  width: 62.5%;
}

#sidebar
{
  width: 31.25%;
}


img
{
  max-width: 100%;
  height: auto;
}

