/*
   What does a location manager do?
*/

.what_second_column
{
 padding: 20px 0 0 25px;
}

.pyramids
{
 padding: 0 20px 10px 0; 
 max-width: 100%;
 height: auto;
}
.pyramids2
{
 display: none;
 max-width: 100%;
 height: auto;
}
.pdiv { margin: 0 20px 0 0; }

.island
{
 padding: 10px 0 10px 0;  
 max-width: 100%;
 height: auto;
}   
.reality
{
 padding: 10px 0 10px 0;  
 max-width: 100%;
 height: auto;
}
.audiscamp
{
 max-width: 100%;
 height: auto;
}
.audi  
{
 max-width: 100%;
 height: auto;
}

.countries
{
 font-size: 13px;
 font-style: italic;
}

.blurb
{
 font-size: 14px;
 padding: 0 15px 0 0;
}

.whatheader
{
 font-size: 20px;
 font-weight: bold;
 padding: 9px 0 9px 0px;
 color: #0C4664;    
}

.subhead
{
 color: #0C4664;
 font-size: 16px;
 font-weight: bold; 
}

.indent
{
 text-indent: 20px;
 font-style: italic;
 display: inline-block;
}

.audipic
{
 cursor: help;
 color: #0C4664;
}
.audipic:hover { text-decoration: underline; }

/* end what MAP */


/* ::::::::::::::::  MEDIA QUERIES :::::::::::::::::::: */ 

@media only screen and (max-width: 600px)
{
  .whatul
  {
   padding: 0;
  }
}
@media only screen and (max-width: 500px)
{
  .what_second_column
  {
   padding: 20px 0 0 10px;
  }
}
@media only screen and (max-width: 450px)
{
  .pyramids  { display: none; }
  .pyramids2 { display: block; }
}