/*
Theme Name: Twenty Eleven Child Theme
Version: 1.0
Author: iAdvantage.com
Author URI: http://iadvantage.com/
Template: twentyeleven
*/

@import url(../twentyeleven/style.css);

#site-description {
  margin-bottom: 2.5em;
}

#top_banner img {
  display: block;
  margin: 0 auto 25px;
  width: auto;
  max-width: 100%;
}

#access .menu .bold a {
  font-weight: bold;
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}

#top_banner .tablet, #top_banner .desktop {
  display: none;
}

/* RESPONSIVE MEDIA QUERIES */

@media (min-width: 480px) {

  #top_banner .mobile {
    display: none;
  }

  #top_banner .tablet {
    display: block;
  }

}

@media (min-width: 768px) {

  #top_banner .tablet {
    display: none;
  }

  #top_banner .desktop {
    display: block;
  }

}

/* END */