/* Twenty Ten with Responsive Twentyten and Responsive Menu Plugin General and RTL Fixes */

#header #branding img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 660px) {
	#container {
	  float: left;
	  width: 100%;
	  overflow: inherit!important;

	}

	ul.xoxo {
	  width: 100%;
	}	
}

@media screen and (max-width: 1024px) {
	#footer-widget-area .widget-area, #site-generator, #site-description {
	  width: 46%!important;
	}
}

.widget-area div[id^="div-gpt-ad-"] {
  text-align: center;
  margin: auto;
}

#content div[id^="div-gpt-ad-"] {
	clear: both;
}

/* WP Responsive Menu Plugin RTL fix */
#wprmenu_bar .wprmenu_icon {
  margin-left: 13px;
}

#wprmenu_bar, #wprmenu_bar *, #wprmenu_menu, #wprmenu_menu * {
  text-align: right;
}

#wprmenu_menu .wprmenu_icon_par {
  float: right;
  right: 0px;
}

#wprmenu_menu.wprmenu_levels ul li a {
  float: right;
}

#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
  border-right: 1px solid #474747;
  margin-right: 44px;
}

#wprmenu_menu.wprmenu_levels ul li ul li {
  padding-right: 44px;
}

.icon_default.wprmenu_icon_par:before {
  content: "\25C0";
}

.icon_default.wprmenu_par_opened:before {
  content: "\25BC";
}