/*
 *
 *  Description: media css
 *  Author: Gary Pass
 *  Author Url: http://www.yournetpass.com
 *  Version: 1.0
 *  License: GNU General Public License
 *  License URI: license.txt
 *
*/

@media only screen and (max-width: 1265px)
{
  #mainnav ul li
    {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1140px)
{

}
/* end tablet landscape */

@media only screen and (max-width: 865px)
{
  #topnav, .text2
    {
    font-size: 0.7em;
  }

  #topnav ul li
    {
    margin-left: 22px;
  }

  #mainnav, #address
    {
    font-size: 0.8em;
  }

  #mainnav ul li
    {
    margin-right: 30px;
  }
  
  #search
    {
    margin-top: 1.4%;
    margin-right: 6.5%;
  }
}
/* end tablet portrait */
/* end small tablet landscape */

@media only screen and (max-width: 675px)
{
  .extremity-width
    {
    width: 98%;
  }

  #logo
    {
    width: 31%;
  }

  #search
    {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }

}
/* end small tablet portrait */

@media only screen and (max-width: 600px)
{
}
/* end mobile landscape */

@media only screen and (max-width: 490px)
{

}
/* end mobile portrait */

